@htmlbricks/hb-dropdown-notifications 0.66.27 → 0.67.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 +1 -1
- package/main.iife.js +78 -78
- package/main.iife.js.map +1 -1
- package/manifest.json +4 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"description": "
|
|
50
|
+
"description": "Bell control that toggles a Bulma `dropdown` (`is-active`): header row with optional “Clear all” (`clearurl`), default slot for notification rows, and optional footer “View all” (`viewurl`). `align` applies `is-right` on the dropdown for end alignment.",
|
|
51
51
|
"storybookArgs": {
|
|
52
52
|
"uri": {
|
|
53
53
|
"control": {
|
|
@@ -107,7 +107,8 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
],
|
|
110
|
-
"iifeIntegrity": "sha384-
|
|
110
|
+
"iifeIntegrity": "sha384-ohFqZ2NvLR0I+8o7UEtztNpFZYgImbXuEE9rggkVY6JGN8Y2GaAs22JAB4TuNAZV",
|
|
111
|
+
"dependencies": [],
|
|
111
112
|
"screenshots": [],
|
|
112
113
|
"licenses": [
|
|
113
114
|
{
|
|
@@ -128,5 +129,5 @@
|
|
|
128
129
|
"size": {},
|
|
129
130
|
"iifePath": "main.iife.js",
|
|
130
131
|
"repoName": "@htmlbricks/hb-dropdown-notifications",
|
|
131
|
-
"version": "0.
|
|
132
|
+
"version": "0.67.0"
|
|
132
133
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dropdown-notifications",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Bell control that toggles a Bulma `dropdown` (`is-active`): header row with optional “Clear all” (`clearurl`), default slot for notification rows, and optional footer “View all” (`viewurl`). `align` applies `is-right` on the dropdown for end alignment.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|