@neatui/nuxt 1.2.2 → 1.2.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neatui/nuxt",
3
- "version": "1.2.2",
3
+ "version": "1.2.5",
4
4
  "description": "NeatUI component library for Nuxt 3",
5
5
  "main": "./src/index.ts",
6
6
  "license": "MIT",
@@ -93,7 +93,7 @@
93
93
  }
94
94
  };
95
95
 
96
- if (import.meta?.client) {
96
+ if (import.meta.client) {
97
97
  provide('onlist', evs('list', 'item'));
98
98
  provide('onitem', evs('item', 'list'));
99
99
  watch(() => route.query[props.queryName], a);
@@ -334,9 +334,6 @@
334
334
  flex-direction: row !important;
335
335
  }
336
336
 
337
- &[am-view-item~='list'] {
338
- display: flex;
339
- }
340
337
  &[am-view-item~='item'] {
341
338
  position: fixed;
342
339
  flex-direction: column;