@htmlbricks/hb-navbar 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 CHANGED
@@ -230,9 +230,53 @@
230
230
  "companybrandname": "testbrand2",
231
231
  "companylogouri": ""
232
232
  }
233
+ },
234
+ {
235
+ "name": "withLogo",
236
+ "description": "Brand tile with a remote logo image.",
237
+ "data": {
238
+ "companybrandname": "Acme",
239
+ "companylogouri": "https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg"
240
+ }
241
+ },
242
+ {
243
+ "name": "userMenu",
244
+ "description": "Avatar dropdown with grouped menu entries.",
245
+ "data": {
246
+ "companybrandname": "Acme",
247
+ "companylogouri": "",
248
+ "usermenu": {
249
+ "imgUri": "https://i.pravatar.cc/80?img=3",
250
+ "list": [
251
+ {
252
+ "key": "profile",
253
+ "label": "Profile"
254
+ },
255
+ {
256
+ "key": "settings",
257
+ "label": "Settings",
258
+ "group": "profile"
259
+ },
260
+ {
261
+ "key": "signout",
262
+ "label": "Sign out",
263
+ "badge": 0
264
+ }
265
+ ]
266
+ }
267
+ }
268
+ },
269
+ {
270
+ "name": "noBurger",
271
+ "description": "Hamburger / menu toggle hidden for desktop-only shells.",
272
+ "data": {
273
+ "companybrandname": "Studio",
274
+ "companylogouri": "",
275
+ "noburger": "yes"
276
+ }
233
277
  }
234
278
  ],
235
- "iifeIntegrity": "sha384-/NbXvs3eFdd4ifLPlftea4c34ySvVDCB8xISGItF97rPmXdba1P6RazpOblnX8t5",
279
+ "iifeIntegrity": "sha384-jYDjbtYPP8Ra3ss35tk9Fl1YLXChXHwfqOVIBV3KAuHf7xAs++0+8bKBX9Jek/9t",
236
280
  "dependencies": [
237
281
  {
238
282
  "name": "hb-dropdown-simple",
@@ -260,5 +304,5 @@
260
304
  },
261
305
  "iifePath": "main.iife.js",
262
306
  "repoName": "@htmlbricks/hb-navbar",
263
- "version": "0.68.1"
307
+ "version": "0.68.2"
264
308
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-navbar",
3
- "version": "0.68.1",
3
+ "version": "0.68.2",
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": [