@htmlbricks/hb-navbar 0.71.34 → 0.71.36

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
@@ -183,19 +183,68 @@
183
183
  }
184
184
  },
185
185
  "styleSetup": {
186
- "vars": [],
186
+ "vars": [
187
+ {
188
+ "name": "--bulma-navbar-background-color",
189
+ "valueType": "color",
190
+ "defaultValue": "#f5f5f5",
191
+ "description": "Navbar strip background."
192
+ },
193
+ {
194
+ "name": "--bulma-navbar-item-color",
195
+ "valueType": "color",
196
+ "defaultValue": "#363636",
197
+ "description": "Default item and icon color on the bar."
198
+ },
199
+ {
200
+ "name": "--bulma-navbar-height",
201
+ "valueType": "string",
202
+ "defaultValue": "3.25rem",
203
+ "description": "Minimum navbar block height."
204
+ },
205
+ {
206
+ "name": "--bulma-navbar-item-img-max-height",
207
+ "valueType": "string",
208
+ "defaultValue": "1.75rem",
209
+ "description": "Max height for brand logo image."
210
+ },
211
+ {
212
+ "name": "--bulma-text",
213
+ "valueType": "color",
214
+ "defaultValue": "#363636",
215
+ "description": "Fallback text when navbar item color is unset."
216
+ },
217
+ {
218
+ "name": "--bulma-scheme-main-bis",
219
+ "valueType": "color",
220
+ "defaultValue": "#f5f5f5",
221
+ "description": "Fallback navbar background."
222
+ },
223
+ {
224
+ "name": "--bulma-radius",
225
+ "valueType": "number",
226
+ "defaultValue": "0.375rem",
227
+ "description": "Menu toggle and control corner radius."
228
+ },
229
+ {
230
+ "name": "--hb-navbar-menu-btn-radius",
231
+ "valueType": "number",
232
+ "defaultValue": "",
233
+ "description": "Optional override for the hamburger / menu button radius."
234
+ }
235
+ ],
187
236
  "parts": [
188
237
  {
189
238
  "name": "left-slot",
190
- "description": ""
239
+ "description": "Exported surface for the left slot projection."
191
240
  },
192
241
  {
193
242
  "name": "center-slot",
194
- "description": ""
243
+ "description": "Exported surface for the center slot projection."
195
244
  },
196
245
  {
197
246
  "name": "right-slot",
198
- "description": ""
247
+ "description": "Exported surface for the right slot projection."
199
248
  }
200
249
  ]
201
250
  },
@@ -203,23 +252,23 @@
203
252
  "htmlSlots": [
204
253
  {
205
254
  "name": "left-slot",
206
- "description": ""
255
+ "description": "Custom content to the left of the brand area."
207
256
  },
208
257
  {
209
258
  "name": "right-slot",
210
- "description": ""
259
+ "description": "Custom content to the right of the brand area."
211
260
  },
212
261
  {
213
262
  "name": "center-slot",
214
- "description": ""
263
+ "description": "Custom content centered on the bar."
215
264
  },
216
265
  {
217
266
  "name": "nav-switcher",
218
- "description": " button to switch context"
267
+ "description": "Optional control shown instead of the default menu toggle."
219
268
  },
220
269
  {
221
270
  "name": "brand",
222
- "description": ""
271
+ "description": "Optional custom brand block (replaces default name + logo)."
223
272
  }
224
273
  ],
225
274
  "i18n": [],
@@ -276,7 +325,7 @@
276
325
  }
277
326
  }
278
327
  ],
279
- "iifeIntegrity": "sha384-cgdJuW6VydYwo1N4WgGrilh/Har/Yo/Ra96NgGjKQSyAFd5ell0WFckbd7rQ6415",
328
+ "iifeIntegrity": "sha384-Ojo8CkydpEUz0Eif+vVcGgh5eBQalz69DOtj+m2EzzJ9jem0FsYAHPSkiDkjbsD5",
280
329
  "dependencies": [
281
330
  {
282
331
  "name": "hb-dropdown-simple",
@@ -304,5 +353,5 @@
304
353
  },
305
354
  "iifePath": "main.iife.js",
306
355
  "repoName": "@htmlbricks/hb-navbar",
307
- "version": "0.71.34"
356
+ "version": "0.71.36"
308
357
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-navbar",
3
- "version": "0.71.34",
3
+ "version": "0.71.36",
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": [