@nuxt/devtools-ui-kit 0.8.4 → 0.8.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.
@@ -1,5 +1,5 @@
1
1
  <script setup lang="ts">
2
- // eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
2
+ // eslint-disable-next-line ts/prefer-ts-expect-error
3
3
  // @ts-ignore tsconfig
4
4
  import { NuxtLink } from '#components'
5
5
 
@@ -4,7 +4,8 @@ import { useVModel } from '@vueuse/core'
4
4
  const props = withDefaults(
5
5
  defineProps<{
6
6
  modelValue?: boolean
7
- disabled?: boolean }>(),
7
+ disabled?: boolean
8
+ }>(),
8
9
  {
9
10
  modelValue: false,
10
11
  disabled: false,
@@ -10,7 +10,8 @@ const props = withDefaults(
10
10
  lang?: BuiltinLanguage | 'text'
11
11
  lines?: boolean
12
12
  transformRendered?: (code: string) => string
13
- }>(), {
13
+ }>(),
14
+ {
14
15
  lines: true,
15
16
  },
16
17
  )
@@ -1,5 +1,5 @@
1
1
  <script setup lang="ts">
2
- // eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
2
+ // eslint-disable-next-line ts/prefer-ts-expect-error
3
3
  // @ts-ignore tsconfig
4
4
  import { NuxtLink } from '#components'
5
5
 
@@ -1,5 +1,5 @@
1
1
  <script setup lang="ts">
2
- // eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
2
+ // eslint-disable-next-line ts/prefer-ts-expect-error
3
3
  // @ts-ignore tsconfig
4
4
  import { NuxtLink } from '#components'
5
5
 
@@ -11,7 +11,8 @@ const props = withDefaults(
11
11
  collapse?: boolean
12
12
  open?: boolean
13
13
  padding?: boolean | string
14
- }>(), {
14
+ }>(),
15
+ {
15
16
  containerClass: '',
16
17
  open: true,
17
18
  padding: true,
@@ -4,7 +4,8 @@ import { useVModel } from '@vueuse/core'
4
4
  const props = withDefaults(
5
5
  defineProps<{
6
6
  modelValue?: boolean
7
- disabled?: boolean }>(),
7
+ disabled?: boolean
8
+ }>(),
8
9
  {
9
10
  modelValue: false,
10
11
  disabled: false,
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "devtools-ui-kit",
3
3
  "configKey": "devtoolsUIKit",
4
- "version": "0.8.4"
4
+ "version": "0.8.5"
5
5
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-ui-kit",
3
3
  "type": "module",
4
- "version": "0.8.4",
4
+ "version": "0.8.5",
5
5
  "license": "MIT",
6
6
  "repository": "nuxt/devtools",
7
7
  "exports": {
@@ -19,11 +19,11 @@
19
19
  },
20
20
  "main": "./dist/module.mjs",
21
21
  "files": [
22
- "dist",
23
- "*.cjs"
22
+ "*.cjs",
23
+ "dist"
24
24
  ],
25
25
  "peerDependencies": {
26
- "@nuxt/devtools": "0.8.4"
26
+ "@nuxt/devtools": "0.8.5"
27
27
  },
28
28
  "dependencies": {
29
29
  "@iconify-json/carbon": "^1.1.21",
@@ -45,11 +45,11 @@
45
45
  "focus-trap": "^7.5.2",
46
46
  "unocss": "^0.56.0",
47
47
  "v-lazy-show": "^0.2.3",
48
- "@nuxt/devtools-kit": "0.8.4"
48
+ "@nuxt/devtools-kit": "0.8.5"
49
49
  },
50
50
  "devDependencies": {
51
51
  "nuxt": "^3.7.3",
52
- "@nuxt/devtools": "0.8.4"
52
+ "@nuxt/devtools": "0.8.5"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"