@htmlbricks/hb-toast 0.66.3 → 0.66.5
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/manifest.json +2 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -430,6 +430,7 @@
|
|
|
430
430
|
}
|
|
431
431
|
}
|
|
432
432
|
],
|
|
433
|
+
"iifeIntegrity": "sha384-5o7yuc3vBDz5DqOlUpGIdRWnz4NlxUUsyr2EoAAFEaRouxaH1W7tffgjnb8YQS6J",
|
|
433
434
|
"screenshots": [],
|
|
434
435
|
"licenses": [
|
|
435
436
|
{
|
|
@@ -449,5 +450,5 @@
|
|
|
449
450
|
"size": {},
|
|
450
451
|
"iifePath": "main.iife.js",
|
|
451
452
|
"repoName": "@htmlbricks/hb-toast",
|
|
452
|
-
"version": "0.66.
|
|
453
|
+
"version": "0.66.5"
|
|
453
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.5",
|
|
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": [
|