@htmlbricks/hb-dropdown-notifications 0.66.2 → 0.66.4
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 +3 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -107,6 +107,8 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
],
|
|
110
|
+
"iifeIntegrity": "sha384-yZyuLqImZgthvh8aRT4CCPaT8ObTRi/Q7j4o7m7GjUWosQycsU7Kzx1Vu7yoUUVh",
|
|
111
|
+
"iifeIntegrityType": "sha384",
|
|
110
112
|
"screenshots": [],
|
|
111
113
|
"licenses": [
|
|
112
114
|
{
|
|
@@ -127,5 +129,5 @@
|
|
|
127
129
|
"size": {},
|
|
128
130
|
"iifePath": "main.iife.js",
|
|
129
131
|
"repoName": "@htmlbricks/hb-dropdown-notifications",
|
|
130
|
-
"version": "0.66.
|
|
132
|
+
"version": "0.66.4"
|
|
131
133
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dropdown-notifications",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.4",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Navbar-style bell control that toggles a Bootstrap `dropdown-menu`: header row with optional “Clear all” (`clearurl`) and a default slot for notification rows, plus optional footer link “View all” (`viewurl`). `align` switches `dropdown-menu-end` for right alignment.",
|
|
6
6
|
"licenses": [
|