@nuxt/devtools-ui-kit 1.6.3 → 1.7.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.
@@ -25,9 +25,9 @@ const DEFAULT = 30
25
25
  const key = props.storageKey
26
26
  const size = key
27
27
  ? computed({
28
- get: () => state.value[key] || props.leftSize || DEFAULT,
29
- set: (v) => { state.value[key] = v },
30
- })
28
+ get: () => state.value[key] || props.leftSize || DEFAULT,
29
+ set: (v) => { state.value[key] = v },
30
+ })
31
31
  : ref(props.leftSize || DEFAULT)
32
32
  </script>
33
33
 
package/dist/module.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "devtools-ui-kit",
3
3
  "configKey": "devtoolsUIKit",
4
- "version": "1.6.3",
4
+ "version": "1.7.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.3",
7
- "unbuild": "2.0.0"
7
+ "unbuild": "3.0.1"
8
8
  }
9
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-ui-kit",
3
3
  "type": "module",
4
- "version": "1.6.3",
4
+ "version": "1.7.0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://devtools.nuxt.com/module/ui-kit",
7
7
  "repository": {
@@ -28,33 +28,33 @@
28
28
  "dist"
29
29
  ],
30
30
  "peerDependencies": {
31
- "@nuxt/devtools": "1.6.3"
31
+ "@nuxt/devtools": "1.7.0"
32
32
  },
33
33
  "dependencies": {
34
- "@iconify-json/carbon": "^1.2.4",
35
- "@iconify-json/logos": "^1.2.3",
36
- "@iconify-json/ri": "^1.2.3",
37
- "@iconify-json/tabler": "^1.2.9",
38
- "@nuxt/kit": "^3.14.1592",
39
- "@unocss/core": "^0.65.0",
40
- "@unocss/nuxt": "^0.65.0",
41
- "@unocss/preset-attributify": "^0.65.0",
42
- "@unocss/preset-icons": "^0.65.0",
43
- "@unocss/preset-mini": "^0.65.0",
44
- "@unocss/reset": "^0.65.0",
45
- "@vueuse/core": "^12.0.0",
46
- "@vueuse/integrations": "^12.0.0",
47
- "@vueuse/nuxt": "^12.0.0",
34
+ "@iconify-json/carbon": "^1.2.5",
35
+ "@iconify-json/logos": "^1.2.4",
36
+ "@iconify-json/ri": "^1.2.5",
37
+ "@iconify-json/tabler": "^1.2.13",
38
+ "@nuxt/kit": "^3.15.0",
39
+ "@unocss/core": "^0.65.3",
40
+ "@unocss/nuxt": "^0.65.3",
41
+ "@unocss/preset-attributify": "^0.65.3",
42
+ "@unocss/preset-icons": "^0.65.3",
43
+ "@unocss/preset-mini": "^0.65.3",
44
+ "@unocss/reset": "^0.65.3",
45
+ "@vueuse/core": "^12.2.0",
46
+ "@vueuse/integrations": "^12.2.0",
47
+ "@vueuse/nuxt": "^12.2.0",
48
48
  "defu": "^6.1.4",
49
49
  "focus-trap": "^7.6.2",
50
50
  "splitpanes": "^3.1.5",
51
- "unocss": "^0.65.0",
52
- "v-lazy-show": "^0.2.4",
53
- "@nuxt/devtools-kit": "1.6.3"
51
+ "unocss": "^0.65.3",
52
+ "v-lazy-show": "^0.3.0",
53
+ "@nuxt/devtools-kit": "1.7.0"
54
54
  },
55
55
  "devDependencies": {
56
- "nuxt": "^3.14.1592",
57
- "@nuxt/devtools": "1.6.3"
56
+ "nuxt": "^3.15.0",
57
+ "@nuxt/devtools": "1.7.0"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"