@htmlbricks/hb-sidenav-button 0.66.26 → 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 +3 -2
- package/main.iife.js +77 -112
- package/main.iife.js.map +1 -1
- package/manifest.json +4 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
|
-
"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.",
|
|
115
|
+
"description": "Compact sidebar row as a nav button: optional Bootstrap Icons (bi-*) icon, Bulma tag 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.",
|
|
116
116
|
"storybookArgs": {
|
|
117
117
|
"nav_type": {
|
|
118
118
|
"control": {
|
|
@@ -217,7 +217,8 @@
|
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
219
|
],
|
|
220
|
-
"iifeIntegrity": "sha384-
|
|
220
|
+
"iifeIntegrity": "sha384-Tc16YweHr1H3FrgYS0yl9znah6svbnZFzVi46mmCG3YjZaS0JIDFMWXPtWzn324w",
|
|
221
|
+
"dependencies": [],
|
|
221
222
|
"screenshots": [],
|
|
222
223
|
"licenses": [
|
|
223
224
|
{
|
|
@@ -237,5 +238,5 @@
|
|
|
237
238
|
"size": {},
|
|
238
239
|
"iifePath": "main.iife.js",
|
|
239
240
|
"repoName": "@htmlbricks/hb-sidenav-button",
|
|
240
|
-
"version": "0.
|
|
241
|
+
"version": "0.67.0"
|
|
241
242
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-sidenav-button",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
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.",
|
|
5
|
+
"description": "Compact sidebar row as a nav button: optional Bootstrap Icons (bi-*) icon, Bulma tag 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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|