@polymarbot/nuxt-layer-shadcn-ui 0.9.0 → 0.9.1

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.
@@ -45,6 +45,9 @@ const contentClass = computed(() =>
45
45
  isInvalid.value && `
46
46
  border-destructive ring-destructive/20
47
47
  dark:ring-destructive/40
48
+ has-[[data-slot=input]:focus-visible]:border-destructive
49
+ has-[[data-slot=input]:focus-visible]:ring-destructive/20
50
+ dark:has-[[data-slot=input]:focus-visible]:ring-destructive/40
48
51
  `,
49
52
  ),
50
53
  )
@@ -164,6 +164,9 @@ function handleClear (event: MouseEvent) {
164
164
  data-[state=open]:border-ring data-[state=open]:ring-ring/50
165
165
  aria-invalid:ring-destructive/20 aria-invalid:border-destructive
166
166
  dark:aria-invalid:ring-destructive/40
167
+ aria-invalid:data-[state=open]:border-destructive
168
+ aria-invalid:data-[state=open]:ring-destructive/20
169
+ dark:aria-invalid:data-[state=open]:ring-destructive/40
167
170
  cursor-pointer
168
171
  data-[state=open]:ring-[3px]
169
172
  "
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymarbot/nuxt-layer-shadcn-ui",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Nuxt layer providing shadcn-vue based UI components",
5
5
  "type": "module",
6
6
  "main": "./nuxt.config.ts",
@@ -42,5 +42,5 @@
42
42
  "vue-i18n": "^11",
43
43
  "vue-router": "^4 || ^5"
44
44
  },
45
- "gitHead": "aedca95dc524baad501d555838cae7ffefd4a853"
45
+ "gitHead": "84fc05150b4f347b2927ab7bd444101fa8696b76"
46
46
  }