@htmlbricks/hb-dropdown-notifications 0.65.22 → 0.66.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/main.iife.js +5 -5
- package/main.iife.js.map +1 -1
- package/manifest.json +18 -5
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"description": "",
|
|
50
|
+
"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.",
|
|
51
51
|
"storybookArgs": {
|
|
52
52
|
"uri": {
|
|
53
53
|
"control": {
|
|
@@ -75,7 +75,18 @@
|
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"styleSetup": {
|
|
78
|
-
"vars": [
|
|
78
|
+
"vars": [
|
|
79
|
+
{
|
|
80
|
+
"name": "--x-muted-rgb",
|
|
81
|
+
"valueType": "color",
|
|
82
|
+
"defaultValue": ""
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "--x-text-opacity",
|
|
86
|
+
"valueType": "string",
|
|
87
|
+
"defaultValue": ""
|
|
88
|
+
}
|
|
89
|
+
],
|
|
79
90
|
"parts": []
|
|
80
91
|
},
|
|
81
92
|
"contributors": [],
|
|
@@ -107,12 +118,14 @@
|
|
|
107
118
|
],
|
|
108
119
|
"readmePath": "README.md",
|
|
109
120
|
"name": "hb-dropdown-notifications",
|
|
110
|
-
"category": "
|
|
121
|
+
"category": "overlays",
|
|
111
122
|
"tags": [
|
|
112
|
-
"
|
|
123
|
+
"overlays",
|
|
124
|
+
"menu",
|
|
125
|
+
"notifications"
|
|
113
126
|
],
|
|
114
127
|
"size": {},
|
|
115
128
|
"iifePath": "main.iife.js",
|
|
116
129
|
"repoName": "@htmlbricks/hb-dropdown-notifications",
|
|
117
|
-
"version": "0.
|
|
130
|
+
"version": "0.66.0"
|
|
118
131
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dropdown-notifications",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|