@tsirosgeorge/toastnotification 5.3.3 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +34 -4
- package/assets/css/toast.css +9 -0
- package/assets/css/toast.min.css +1 -1
- package/package.json +29 -13
- package/toast.d.ts +102 -0
- package/toast.js +249 -74
- package/toast.min.js +1 -1
- package/toast.module.js +717 -512
- package/LICENCE +0 -16
- package/assets/img/old/error.gif +0 -0
- package/assets/img/old/info.gif +0 -0
- package/assets/img/old/success.gif +0 -0
- package/assets/img/old/warning.gif +0 -0
package/LICENCE
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2025 George Tsiros
|
|
2
|
-
|
|
3
|
-
All rights reserved.
|
|
4
|
-
|
|
5
|
-
This software is provided "as is" and is intended solely for use in its original, unmodified form.
|
|
6
|
-
|
|
7
|
-
You are granted a non-exclusive, non-transferable right to use this software in your projects.
|
|
8
|
-
|
|
9
|
-
You may not:
|
|
10
|
-
- Modify, decompile, reverse-engineer, or disassemble any part of the code.
|
|
11
|
-
- Redistribute, sublicense, or resell the software or any part of it.
|
|
12
|
-
- Claim authorship or create derivative works based on this software.
|
|
13
|
-
|
|
14
|
-
This license does not grant permission to integrate this software into open-source or commercial products without prior written consent from the author.
|
|
15
|
-
|
|
16
|
-
For permissions beyond this license, contact: tsirosgeorge@pm.me
|
package/assets/img/old/error.gif
DELETED
|
Binary file
|
package/assets/img/old/info.gif
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|