toastify-pro 1.5.0 → 1.7.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 +143 -845
- package/assets/screenshots/desktop-demo.png +0 -0
- package/dist/toastify-pro.esm.js +1294 -59
- package/dist/toastify-pro.esm.js.map +1 -1
- package/dist/toastify-pro.umd.js +1294 -59
- package/dist/toastify-pro.umd.js.map +1 -1
- package/dist/toastify-pro.umd.min.js +10 -3
- package/dist/toastify-pro.umd.min.js.map +1 -1
- package/package.json +5 -2
- package/src/toastify-pro.js +1294 -59
- package/assets/site/site.webmanifest +0 -217
|
@@ -1,217 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "Toastify Pro - Best JavaScript Toast Notification Library",
|
|
3
|
-
"short_name": "Toastify Pro",
|
|
4
|
-
"description": "Ultimate lightweight JavaScript toast notification library. Perfect SweetAlert alternative, Toastr replacement, and React Toast solution with zero dependencies. 6 themes, 6 positions, framework agnostic.",
|
|
5
|
-
"start_url": "/",
|
|
6
|
-
"display": "standalone",
|
|
7
|
-
"background_color": "#6366f1",
|
|
8
|
-
"theme_color": "#6366f1",
|
|
9
|
-
"orientation": "any",
|
|
10
|
-
"lang": "en",
|
|
11
|
-
"scope": "/",
|
|
12
|
-
"categories": [
|
|
13
|
-
"developer",
|
|
14
|
-
"productivity",
|
|
15
|
-
"utilities",
|
|
16
|
-
"web",
|
|
17
|
-
"javascript",
|
|
18
|
-
"library",
|
|
19
|
-
"notifications",
|
|
20
|
-
"toast",
|
|
21
|
-
"ui"
|
|
22
|
-
],
|
|
23
|
-
"keywords": "toast notifications, javascript toast, react toast, toastify, toastr, sweetalert alternative, notification library, javascript notifications, web notifications, toast message, alert notifications, popup notifications, success toast, error toast, warning toast, info toast, react toastify, vue notifications, angular notifications, javascript alert, custom toast, notification popup, toast component, notification component, lightweight toast, responsive notifications, mobile toast, toast library, notification system, user feedback, ui notifications, frontend notifications, web toast, browser notifications, toast plugin",
|
|
24
|
-
"icons": [
|
|
25
|
-
{
|
|
26
|
-
"src": "/favicon-16x16.png",
|
|
27
|
-
"sizes": "16x16",
|
|
28
|
-
"type": "image/png",
|
|
29
|
-
"purpose": "any maskable"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"src": "/favicon-32x32.png",
|
|
33
|
-
"sizes": "32x32",
|
|
34
|
-
"type": "image/png",
|
|
35
|
-
"purpose": "any maskable"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"src": "/android-chrome-192x192.png",
|
|
39
|
-
"sizes": "192x192",
|
|
40
|
-
"type": "image/png",
|
|
41
|
-
"purpose": "any maskable"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"src": "/android-chrome-512x512.png",
|
|
45
|
-
"sizes": "512x512",
|
|
46
|
-
"type": "image/png",
|
|
47
|
-
"purpose": "any maskable"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"src": "/apple-touch-icon.png",
|
|
51
|
-
"sizes": "180x180",
|
|
52
|
-
"type": "image/png",
|
|
53
|
-
"purpose": "any"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"src": "https://abhipotter.github.io/toastify-pro/assets/icons/favicon.ico",
|
|
57
|
-
"sizes": "150x150",
|
|
58
|
-
"type": "image/png",
|
|
59
|
-
"purpose": "any"
|
|
60
|
-
}
|
|
61
|
-
],
|
|
62
|
-
"screenshots": [
|
|
63
|
-
{
|
|
64
|
-
"src": "/screenshots/desktop-demo.png",
|
|
65
|
-
"sizes": "1280x720",
|
|
66
|
-
"type": "image/png",
|
|
67
|
-
"label": "Toastify Pro Desktop Demo - Interactive Toast Notifications"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"src": "/screenshots/mobile-demo.png",
|
|
71
|
-
"sizes": "390x844",
|
|
72
|
-
"type": "image/png",
|
|
73
|
-
"label": "Toastify Pro Mobile Demo - Responsive Toast Library"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"src": "/screenshots/themes-showcase.png",
|
|
77
|
-
"sizes": "1280x720",
|
|
78
|
-
"type": "image/png",
|
|
79
|
-
"label": "Toastify Pro - 6 Beautiful Toast Themes"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"src": "/screenshots/comparison-chart.png",
|
|
83
|
-
"sizes": "1280x720",
|
|
84
|
-
"type": "image/png",
|
|
85
|
-
"label": "Library Comparison - Toastify Pro vs SweetAlert vs Toastr"
|
|
86
|
-
}
|
|
87
|
-
],
|
|
88
|
-
"shortcuts": [
|
|
89
|
-
{
|
|
90
|
-
"name": "Live Demo",
|
|
91
|
-
"short_name": "Demo",
|
|
92
|
-
"description": "Try Toastify Pro interactive demo",
|
|
93
|
-
"url": "/#demo",
|
|
94
|
-
"icons": [
|
|
95
|
-
{
|
|
96
|
-
"src": "/icons/demo-icon-96x96.png",
|
|
97
|
-
"sizes": "96x96",
|
|
98
|
-
"type": "image/png"
|
|
99
|
-
}
|
|
100
|
-
]
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"name": "Installation Guide",
|
|
104
|
-
"short_name": "Install",
|
|
105
|
-
"description": "How to install and setup Toastify Pro",
|
|
106
|
-
"url": "/#installation",
|
|
107
|
-
"icons": [
|
|
108
|
-
{
|
|
109
|
-
"src": "/icons/install-icon-96x96.png",
|
|
110
|
-
"sizes": "96x96",
|
|
111
|
-
"type": "image/png"
|
|
112
|
-
}
|
|
113
|
-
]
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"name": "API Reference",
|
|
117
|
-
"short_name": "API",
|
|
118
|
-
"description": "Complete API documentation",
|
|
119
|
-
"url": "/#api-reference",
|
|
120
|
-
"icons": [
|
|
121
|
-
{
|
|
122
|
-
"src": "/icons/api-icon-96x96.png",
|
|
123
|
-
"sizes": "96x96",
|
|
124
|
-
"type": "image/png"
|
|
125
|
-
}
|
|
126
|
-
]
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"name": "GitHub Repository",
|
|
130
|
-
"short_name": "GitHub",
|
|
131
|
-
"description": "View source code on GitHub",
|
|
132
|
-
"url": "https://github.com/abhipotter/toastify-pro",
|
|
133
|
-
"icons": [
|
|
134
|
-
{
|
|
135
|
-
"src": "/icons/github-icon-96x96.png",
|
|
136
|
-
"sizes": "96x96",
|
|
137
|
-
"type": "image/png"
|
|
138
|
-
}
|
|
139
|
-
]
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"name": "NPM Package",
|
|
143
|
-
"short_name": "NPM",
|
|
144
|
-
"description": "Install from NPM registry",
|
|
145
|
-
"url": "https://www.npmjs.com/package/toastify-pro",
|
|
146
|
-
"icons": [
|
|
147
|
-
{
|
|
148
|
-
"src": "/icons/npm-icon-96x96.png",
|
|
149
|
-
"sizes": "96x96",
|
|
150
|
-
"type": "image/png"
|
|
151
|
-
}
|
|
152
|
-
]
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"related_applications": [
|
|
156
|
-
{
|
|
157
|
-
"platform": "web",
|
|
158
|
-
"url": "https://abhipotter.github.io/toastify-pro/",
|
|
159
|
-
"id": "toastify-pro-web"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"platform": "npm",
|
|
163
|
-
"url": "https://www.npmjs.com/package/toastify-pro",
|
|
164
|
-
"id": "toastify-pro-npm"
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
"prefer_related_applications": false,
|
|
168
|
-
"edge_side_panel": {
|
|
169
|
-
"preferred_width": 400
|
|
170
|
-
},
|
|
171
|
-
"launch_handler": {
|
|
172
|
-
"client_mode": "navigate-existing"
|
|
173
|
-
},
|
|
174
|
-
"handle_links": "preferred",
|
|
175
|
-
"scope_extensions": [
|
|
176
|
-
{
|
|
177
|
-
"origin": "https://github.com"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"origin": "https://www.npmjs.com"
|
|
181
|
-
}
|
|
182
|
-
],
|
|
183
|
-
"protocol_handlers": [
|
|
184
|
-
{
|
|
185
|
-
"protocol": "web+toastify",
|
|
186
|
-
"url": "/?action=%s"
|
|
187
|
-
}
|
|
188
|
-
],
|
|
189
|
-
"file_handlers": [
|
|
190
|
-
{
|
|
191
|
-
"action": "/handle-config",
|
|
192
|
-
"accept": {
|
|
193
|
-
"application/json": [".json"],
|
|
194
|
-
"text/javascript": [".js"],
|
|
195
|
-
"application/javascript": [".js"]
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
],
|
|
199
|
-
"share_target": {
|
|
200
|
-
"action": "/share",
|
|
201
|
-
"method": "GET",
|
|
202
|
-
"params": {
|
|
203
|
-
"title": "title",
|
|
204
|
-
"text": "text",
|
|
205
|
-
"url": "url"
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
"display_override": [
|
|
209
|
-
"window-controls-overlay",
|
|
210
|
-
"minimal-ui",
|
|
211
|
-
"standalone",
|
|
212
|
-
"browser"
|
|
213
|
-
],
|
|
214
|
-
"id": "toastify-pro-pwa",
|
|
215
|
-
"dir": "ltr",
|
|
216
|
-
"iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
|
|
217
|
-
}
|