@apptegy/nuxt-navigation 0.2.5-alpha.0 → 0.2.6-alpha.0

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/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "nuxt": ">=3.0.0"
5
5
  },
6
6
  "configKey": "@apptegy/nuxt-navigation",
7
- "version": "0.2.5-alpha.0",
7
+ "version": "0.2.6-alpha.0",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "unknown"
@@ -404,6 +404,13 @@ header.header.beacon {
404
404
  background-color: #f7f7f7;
405
405
  border-bottom: 1px solid #e9e9e9;
406
406
  }
407
+ header.header.beacon .header__end {
408
+ display: flex;
409
+ align-items: center;
410
+ justify-content: flex-end;
411
+ gap: 24px;
412
+ min-width: 0;
413
+ }
407
414
  header.header.beacon .user-control-actions {
408
415
  display: flex;
409
416
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "0.2.5-alpha.0",
3
+ "version": "0.2.6-alpha.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -51,5 +51,5 @@
51
51
  "vue": "^3.5.13",
52
52
  "vue-tsc": "^3.0.3"
53
53
  },
54
- "gitHead": "e0e51409443202404cf14f733b01d2c74e2918cf"
54
+ "gitHead": "ce910a874098afaf175f6ac9564823a84980d606"
55
55
  }