@htmlbricks/hb-sidebar-desktop 0.66.27 → 0.67.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/manifest.json CHANGED
@@ -165,7 +165,7 @@
165
165
  }
166
166
  }
167
167
  },
168
- "description": "Fixed-width desktop sidebar: optional company logo and title, header/footer slots, and a pill nav list built from hb-sidenav-link entries with optional JSON groups. Parses navlinks and groups from strings; emits pageChange when a link selects a page.",
168
+ "description": "Fixed-width desktop sidebar: optional company logo and title, header/footer slots, and a nav list built from hb-sidenav-link entries with optional JSON groups (Bulma layout, menu labels, light background). Parses navlinks and groups from strings; emits pageChange when a link selects a page.",
169
169
  "storybookArgs": {
170
170
  "companylogouri": {
171
171
  "control": {
@@ -592,7 +592,13 @@
592
592
  }
593
593
  }
594
594
  ],
595
- "iifeIntegrity": "sha384-vT4dxqZn/nXdYVfR5cIhpcgGig2f/FgLvvU5jBHM23d+pyuQBANKzeRveiXUQLDF",
595
+ "iifeIntegrity": "sha384-yNjFSEWwuLox6D4bFeerx58iKvHkA4e27nQDN6iF1YH2PR5wKZbBOT2/wRBTGfJZ",
596
+ "dependencies": [
597
+ {
598
+ "name": "hb-sidenav-link",
599
+ "dependencies": []
600
+ }
601
+ ],
596
602
  "screenshots": [],
597
603
  "licenses": [
598
604
  {
@@ -612,5 +618,5 @@
612
618
  "size": {},
613
619
  "iifePath": "main.iife.js",
614
620
  "repoName": "@htmlbricks/hb-sidebar-desktop",
615
- "version": "0.66.27"
621
+ "version": "0.67.1"
616
622
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-sidebar-desktop",
3
- "version": "0.66.27",
3
+ "version": "0.67.1",
4
4
  "contributors": [],
5
- "description": "Fixed-width desktop sidebar: optional company logo and title, header/footer slots, and a pill nav list built from hb-sidenav-link entries with optional JSON groups. Parses navlinks and groups from strings; emits pageChange when a link selects a page.",
5
+ "description": "Fixed-width desktop sidebar: optional company logo and title, header/footer slots, and a nav list built from hb-sidenav-link entries with optional JSON groups (Bulma layout, menu labels, light background). Parses navlinks and groups from strings; emits pageChange when a link selects a page.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",