@nuxt/devtools-ui-kit-nightly 2.2.1-29019442.eda0e67 → 2.2.1-29030665.68df38e

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.
@@ -22,7 +22,6 @@ export default defineComponent({
22
22
  ...attrs,
23
23
  ...!props.to && { type: props.type },
24
24
  ...props.disabled ? { disabled: true } : { tabindex: 0 },
25
- // @ts-expect-error ignore type
26
25
  class: [
27
26
  props.border ? "n-button-base active:n-button-active focus-visible:n-focus-base hover:n-button-hover" : "",
28
27
  slots.default ? "" : "n-icon-button",
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "devtools-ui-kit",
3
3
  "configKey": "devtoolsUIKit",
4
- "version": "2.2.1-29019442.eda0e67",
4
+ "version": "2.2.1-29030665.68df38e",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "3.5.0"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-ui-kit-nightly",
3
3
  "type": "module",
4
- "version": "2.2.1-29019442.eda0e67",
4
+ "version": "2.2.1-29030665.68df38e",
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": "npm:@nuxt/devtools-nightly@2.2.1-29019442.eda0e67"
31
+ "@nuxt/devtools": "npm:@nuxt/devtools-nightly@2.2.1-29030665.68df38e"
32
32
  },
33
33
  "dependencies": {
34
34
  "@iconify-json/carbon": "^1.2.8",
35
35
  "@iconify-json/logos": "^1.2.4",
36
36
  "@iconify-json/ri": "^1.2.5",
37
- "@iconify-json/tabler": "^1.2.16",
38
- "@nuxt/devtools-kit": "npm:@nuxt/devtools-kit-nightly@2.2.1-29019442.eda0e67",
39
- "@nuxt/kit": "^3.15.4",
37
+ "@iconify-json/tabler": "^1.2.17",
38
+ "@nuxt/devtools-kit": "npm:@nuxt/devtools-kit-nightly@2.2.1-29030665.68df38e",
39
+ "@nuxt/kit": "^3.16.0",
40
40
  "@unocss/core": "^66.0.0",
41
41
  "@unocss/nuxt": "^66.0.0",
42
42
  "@unocss/preset-attributify": "^66.0.0",
43
43
  "@unocss/preset-icons": "^66.0.0",
44
44
  "@unocss/preset-mini": "^66.0.0",
45
45
  "@unocss/reset": "^66.0.0",
46
- "@vueuse/core": "^12.8.0",
47
- "@vueuse/integrations": "^12.8.0",
48
- "@vueuse/nuxt": "^12.8.0",
46
+ "@vueuse/core": "^13.0.0",
47
+ "@vueuse/integrations": "^13.0.0",
48
+ "@vueuse/nuxt": "^13.0.0",
49
49
  "defu": "^6.1.4",
50
50
  "focus-trap": "^7.6.4",
51
- "splitpanes": "^3.1.8",
51
+ "splitpanes": "^3.2.0",
52
52
  "unocss": "^66.0.0",
53
53
  "v-lazy-show": "^0.3.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@nuxt/devtools": "npm:@nuxt/devtools-nightly@2.2.1-29019442.eda0e67",
57
- "nuxt": "^3.15.4"
56
+ "@nuxt/devtools": "npm:@nuxt/devtools-nightly@2.2.1-29030665.68df38e",
57
+ "nuxt": "^3.16.0"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"