@inzombieland/nuxt-common 1.18.38 → 1.18.40

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.
@@ -129,7 +129,7 @@
129
129
  max-width 0.4s ease,
130
130
  opacity 0.1s cubic-bezier(0.33, 0.13, 0.32, 1),
131
131
  transform 0.3s cubic-bezier(0.33, 0.13, 0.32, 1);
132
- z-index: 500;
132
+ z-index: 1010;
133
133
  }
134
134
 
135
135
  .layer.default {
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inzombieland/nuxt-common",
3
- "version": "1.18.38",
3
+ "version": "1.18.40",
4
4
  "configKey": "nuxt-common",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.6.0",
package/dist/module.mjs CHANGED
@@ -2,7 +2,7 @@ import { fileURLToPath } from 'node:url';
2
2
  import { defineNuxtModule, createResolver, addServerHandler, addImportsDir, addPlugin, addComponent } from '@nuxt/kit';
3
3
 
4
4
  const name = "@inzombieland/nuxt-common";
5
- const version = "1.18.38";
5
+ const version = "1.18.40";
6
6
 
7
7
  const module = defineNuxtModule({
8
8
  meta: {
@@ -3,7 +3,6 @@ import { onBeforeMount, onMounted, ref } from "vue"
3
3
  import bus from "./bus"
4
4
  import { useThemeMode, useUser } from "./index"
5
5
  import type { ConfigProviderTheme } from "vant"
6
- import "@vant/touch-emulator"
7
6
 
8
7
  const theme = useThemeMode()
9
8
  const user = useUser()
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inzombieland/core",
3
- "version": "1.18.38",
3
+ "version": "1.18.40",
4
4
  "type": "module",
5
5
  "license": "ISC",
6
6
  "main": "./index.mjs",
@@ -10,7 +10,6 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@fingerprintjs/fingerprintjs": "^4.6.2",
13
- "@vant/touch-emulator": "^1.4.0",
14
13
  "@varlet/ui": "^3.10.5",
15
14
  "@vueuse/core": "^12.8.2",
16
15
  "centrifuge": "^5.3.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inzombieland/layer-manager",
3
- "version": "1.17.4",
3
+ "version": "1.17.5",
4
4
  "type": "module",
5
5
  "license": "ISC",
6
6
  "main": "./index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inzombieland/nuxt-common",
3
- "version": "1.18.38",
3
+ "version": "1.18.40",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "exports": {