@apptegy/nuxt-navigation 0.1.42 → 0.1.43

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
3
  "configKey": "@apptegy/nuxt-navigation",
4
- "version": "0.1.42",
4
+ "version": "0.1.43",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "unknown"
@@ -124,6 +124,7 @@ onMounted(() => {
124
124
  font-weight: 450;
125
125
  line-height: 16px;
126
126
  letter-spacing: 0.4px;
127
+ max-width: 165px;
127
128
  overflow: hidden;
128
129
  text-overflow: ellipsis;
129
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -47,5 +47,5 @@
47
47
  "vue": "^3.5.13",
48
48
  "vue-tsc": "^2.2.8"
49
49
  },
50
- "gitHead": "3cecedc1a6fbd47b4eecd76b6a2d97e02ee61737"
50
+ "gitHead": "7638a218c13631df2b5511ef55e5ab7c437244d3"
51
51
  }