@apptegy/nuxt-navigation 0.2.1-alpha.0 → 0.2.2-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.1-alpha.0",
7
+ "version": "0.2.2-alpha.0",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "unknown"
@@ -474,7 +474,8 @@ function lockSidebar() {
474
474
  width: 24px;
475
475
  }
476
476
  .navbar.beacon {
477
- font: var("Public Sans", --font-regular);
477
+ font: var(--font-regular);
478
+ font-family: "Public Sans", sans-serif;
478
479
  color: var(--nav-text-color, #2d2d2d);
479
480
  font-weight: 400;
480
481
  font-size: 14px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "0.2.1-alpha.0",
3
+ "version": "0.2.2-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": "cab57eb3b122d4dd5657fd290367959ca50c6ac4"
54
+ "gitHead": "79929c9be671a19cc2b79e9b69e0ce16663a8898"
55
55
  }