@htmlbricks/hb-navbar 0.76.2 → 0.76.4

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
@@ -184,11 +184,23 @@
184
184
  },
185
185
  "styleSetup": {
186
186
  "vars": [
187
+ {
188
+ "name": "--hb-layout-navbar-background",
189
+ "valueType": "color",
190
+ "defaultValue": "",
191
+ "description": "Optional top bar background for `hb-navbar` (set on this host, `hb-layout`, or an ancestor)."
192
+ },
193
+ {
194
+ "name": "--hb-navbar-background-color",
195
+ "valueType": "color",
196
+ "defaultValue": "",
197
+ "description": "Per-`hb-navbar` background override (after layout token, before Bulma `--bulma-navbar-background-color`)."
198
+ },
187
199
  {
188
200
  "name": "--bulma-navbar-background-color",
189
201
  "valueType": "color",
190
202
  "defaultValue": "#f5f5f5",
191
- "description": "Navbar strip background."
203
+ "description": "Bulma navbar strip background (after optional `--hb-layout-navbar-background` / `--hb-navbar-background-color`)."
192
204
  },
193
205
  {
194
206
  "name": "--bulma-navbar-item-color",
@@ -325,7 +337,7 @@
325
337
  }
326
338
  }
327
339
  ],
328
- "iifeIntegrity": "sha384-6IJCNJ8QQgzkRIW/PW5xctb3JirfNBbb4/3fnDH0JfRacLWY0Sbh9gGOMkaJm4AJ",
340
+ "iifeIntegrity": "sha384-aWxeZc3VYrRcCFXaTPzeWTBDtjOXw7axjscdgGIwMZ9sq/BL8w1bkAUYZlGu2Haz",
329
341
  "dependencies": [
330
342
  {
331
343
  "name": "hb-dropdown-simple",
@@ -353,5 +365,5 @@
353
365
  },
354
366
  "iifePath": "main.iife.js",
355
367
  "repoName": "@htmlbricks/hb-navbar",
356
- "version": "0.76.2"
368
+ "version": "0.76.4"
357
369
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-navbar",
3
- "version": "0.76.2",
3
+ "version": "0.76.4",
4
4
  "contributors": [],
5
5
  "description": "Top navigation bar with optional hamburger to toggle an offcanvas menu, brand name and logo, slottable left, center, and right areas, and an optional user avatar dropdown (hb-dropdown-simple) with item click events.",
6
6
  "licenses": [