@htmlbricks/hb-toast 0.65.22 → 0.65.23
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 +5 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
|
-
"description": "",
|
|
177
|
+
"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.",
|
|
178
178
|
"storybookArgs": {
|
|
179
179
|
"show": {
|
|
180
180
|
"control": {
|
|
@@ -429,12 +429,13 @@
|
|
|
429
429
|
],
|
|
430
430
|
"readmePath": "README.md",
|
|
431
431
|
"name": "hb-toast",
|
|
432
|
-
"category": "
|
|
432
|
+
"category": "overlays",
|
|
433
433
|
"tags": [
|
|
434
|
-
"
|
|
434
|
+
"overlays",
|
|
435
|
+
"notifications"
|
|
435
436
|
],
|
|
436
437
|
"size": {},
|
|
437
438
|
"iifePath": "main.iife.js",
|
|
438
439
|
"repoName": "@htmlbricks/hb-toast",
|
|
439
|
-
"version": "0.65.
|
|
440
|
+
"version": "0.65.23"
|
|
440
441
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-toast",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|