@scalar/use-hooks
Advanced tools
+2
-0
| # @scalar/use-hooks | ||
| ## 0.4.6 | ||
| ## 0.4.5 | ||
@@ -4,0 +6,0 @@ |
@@ -12,3 +12,3 @@ import type { CXOptions } from 'cva'; | ||
| * <script setup> | ||
| * import { useBindCx, cva } from '@scalar/components' | ||
| * import { useBindCx, cva } from '@scalar/use-hooks/useBindCx' | ||
| * | ||
@@ -15,0 +15,0 @@ * defineProps<{ active?: boolean }>() |
@@ -12,3 +12,3 @@ import { computed, useAttrs } from 'vue'; | ||
| * <script setup> | ||
| * import { useBindCx, cva } from '@scalar/components' | ||
| * import { useBindCx, cva } from '@scalar/use-hooks/useBindCx' | ||
| * | ||
@@ -15,0 +15,0 @@ * defineProps<{ active?: boolean }>() |
+2
-2
@@ -13,3 +13,3 @@ { | ||
| }, | ||
| "version": "0.4.5", | ||
| "version": "0.4.6", | ||
| "engines": { | ||
@@ -51,3 +51,3 @@ "node": ">=22" | ||
| "@scalar/use-toasts": "0.10.2", | ||
| "@scalar/validation": "0.5.0" | ||
| "@scalar/validation": "0.6.0" | ||
| }, | ||
@@ -54,0 +54,0 @@ "devDependencies": { |
34345
0.08%+ Added
- Removed
Updated