@htmlbricks/hb-toast 0.66.6 → 0.66.8
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/main.iife.js +6 -5
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
}
|
|
431
431
|
}
|
|
432
432
|
],
|
|
433
|
-
"iifeIntegrity": "sha384-
|
|
433
|
+
"iifeIntegrity": "sha384-bNMxQ0tXZLNTPHZa46a3mn3PBu9SvRQeiZL9ukTMZOZX55bosN4Z/sYku1N0M3NO",
|
|
434
434
|
"screenshots": [],
|
|
435
435
|
"licenses": [
|
|
436
436
|
{
|
|
@@ -450,5 +450,5 @@
|
|
|
450
450
|
"size": {},
|
|
451
451
|
"iifePath": "main.iife.js",
|
|
452
452
|
"repoName": "@htmlbricks/hb-toast",
|
|
453
|
-
"version": "0.66.
|
|
453
|
+
"version": "0.66.8"
|
|
454
454
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-toast",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.8",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Bootstrap-styled toast: `show`, `title`, `content`, optional `img`, `small`, `level`, `position`, `timeout`, string `progress` for a bar, and `buttons` for actions. Slots customize header and body; dispatches visibility and button `action` events.",
|
|
6
6
|
"licenses": [
|