@apptegy/nuxt-navigation 0.1.99 → 0.1.100

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.1.99",
7
+ "version": "0.1.100",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "unknown"
@@ -314,7 +314,7 @@ function scrollFilters() {
314
314
  display: flex;
315
315
  flex-direction: column;
316
316
  width: min(480px, 100vw - 32px);
317
- max-height: calc(100vh - 80px);
317
+ max-height: calc(100vh - 130px);
318
318
  border: 1px solid var(--grey-20, #e5e7eb);
319
319
  border-radius: 12px;
320
320
  background: var(--primary-white, #fff);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "0.1.99",
3
+ "version": "0.1.100",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {