mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°7243 - Add toast notifications to iTop (#614)
* N°7243 - Add toast notifications to iTop * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Update js/pages/backoffice/toolbox.js * Update js/utils.js * N°7243 - Move some rules to a dedicated partial and use spacing variables --------- Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
This commit is contained in:
22
node_modules/toastify-js/package.json
generated
vendored
Normal file
22
node_modules/toastify-js/package.json
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "toastify-js",
|
||||
"version": "1.12.0",
|
||||
"description": "Toastify is a lightweight, vanilla JS toast notification library.",
|
||||
"main": "./src/toastify.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/apvarun/toastify-js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"toastify",
|
||||
"javascript",
|
||||
"notifications",
|
||||
"toast"
|
||||
],
|
||||
"author": "Varun A P",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/apvarun/toastify-js/issues"
|
||||
},
|
||||
"homepage": "https://github.com/apvarun/toastify-js#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user