@htmlbricks/hb-sidenav-link 0.68.1 → 0.68.2
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 +30 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -191,6 +191,35 @@
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "withSubLinks",
|
|
197
|
+
"description": "Expandable group with nested links.",
|
|
198
|
+
"data": {
|
|
199
|
+
"navpage": "dash",
|
|
200
|
+
"navlink": {
|
|
201
|
+
"label": "Workspace",
|
|
202
|
+
"key": "workspace",
|
|
203
|
+
"icon": "folder2-open",
|
|
204
|
+
"subLinks": [
|
|
205
|
+
{
|
|
206
|
+
"label": "Dashboard",
|
|
207
|
+
"key": "dash",
|
|
208
|
+
"icon": "speedometer2"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"label": "Projects",
|
|
212
|
+
"key": "projects",
|
|
213
|
+
"icon": "kanban"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"label": "Archive",
|
|
217
|
+
"key": "archive",
|
|
218
|
+
"icon": "archive"
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
}
|
|
222
|
+
}
|
|
194
223
|
}
|
|
195
224
|
],
|
|
196
225
|
"iifeIntegrity": "sha384-3H2UdNK4FB8Q8oxG2tBzCdaJ9sb1kFYc7Dw7OCtV3CwgjRxwYp54YQzf0XJvEKJQ",
|
|
@@ -214,5 +243,5 @@
|
|
|
214
243
|
"size": {},
|
|
215
244
|
"iifePath": "main.iife.js",
|
|
216
245
|
"repoName": "@htmlbricks/hb-sidenav-link",
|
|
217
|
-
"version": "0.68.
|
|
246
|
+
"version": "0.68.2"
|
|
218
247
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-sidenav-link",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.2",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Sidebar nav item: Bootstrap Icons (bi-*), label, optional Bulma-style tag badge (outlined pill: transparent fill, border uses tag foreground color), and either a flat button that dispatches pageChange on click or an expandable group of subLinks with active state when navpage or selected matches. Intended for use inside sidebar-desktop lists.",
|
|
6
6
|
"licenses": [
|