@htmlbricks/hb-sidenav-button 0.65.23 → 0.66.1
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 +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -9
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -141,14 +141,7 @@
|
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
143
|
"styleSetup": {
|
|
144
|
-
"vars": [
|
|
145
|
-
{
|
|
146
|
-
"name": "--bs-primary",
|
|
147
|
-
"defaultValue": "#07689f",
|
|
148
|
-
"valueType": "color",
|
|
149
|
-
"theme": "bootstrap"
|
|
150
|
-
}
|
|
151
|
-
],
|
|
144
|
+
"vars": [],
|
|
152
145
|
"parts": [
|
|
153
146
|
{
|
|
154
147
|
"name": "li",
|
|
@@ -243,5 +236,5 @@
|
|
|
243
236
|
"size": {},
|
|
244
237
|
"iifePath": "main.iife.js",
|
|
245
238
|
"repoName": "@htmlbricks/hb-sidenav-button",
|
|
246
|
-
"version": "0.
|
|
239
|
+
"version": "0.66.1"
|
|
247
240
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-sidenav-button",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.1",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Compact sidebar row as a nav button: optional Bootstrap icon, badge, or visual types (switch, checkbox, radio) from navlink JSON; dispatches pageChange with the row key on click. Used by sidebar-cards-navigator and similar stacked menus.",
|
|
6
6
|
"licenses": [
|