diff --git a/package.json b/package.json index 8633e11326..7ac09b84a8 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "mlly": "^1.8.0", "ohash": "^2.0.11", "pathe": "^2.0.3", - "reka-ui": "2.5.1", + "reka-ui": "2.6.0", "scule": "^1.3.0", "tailwind-merge": "^3.3.1", "tailwind-variants": "^3.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b799a85c31..36970faf33 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -122,8 +122,8 @@ importers: specifier: ^2.0.3 version: 2.0.3 reka-ui: - specifier: 2.5.1 - version: 2.5.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) + specifier: 2.6.0 + version: 2.6.0(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) scule: specifier: ^1.3.0 version: 1.3.0 @@ -159,7 +159,7 @@ importers: version: 1.1.0(typescript@5.8.3) vaul-vue: specifier: 0.4.1 - version: 0.4.1(reka-ui@2.5.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))(vue@3.5.22(typescript@5.8.3)) + version: 0.4.1(reka-ui@2.6.0(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))(vue@3.5.22(typescript@5.8.3)) vue-component-type-helpers: specifier: ^3.1.1 version: 3.1.1 @@ -6201,8 +6201,8 @@ packages: rehype-sort-attributes@5.0.1: resolution: {integrity: sha512-Bxo+AKUIELcnnAZwJDt5zUDDRpt4uzhfz9d0PVGhcxYWsbFj5Cv35xuWxu5r1LeYNFNhgGqsr9Q2QiIOM/Qctg==} - reka-ui@2.5.1: - resolution: {integrity: sha512-QJGB3q21wQ1Kw28HhhNDpjfFe8qpePX1gK4FTBRd68XTh9aEnhR5bTJnlV0jxi8FBPh0xivZBeNFUc3jiGx7mQ==} + reka-ui@2.6.0: + resolution: {integrity: sha512-NrGMKrABD97l890mFS3TNUzB0BLUfbL3hh0NjcJRIUSUljb288bx3Mzo31nOyUcdiiW0HqFGXJwyCBh9cWgb0w==} peerDependencies: vue: '>= 3.2.0' @@ -14215,7 +14215,7 @@ snapshots: '@types/hast': 3.0.4 unist-util-visit: 5.0.0 - reka-ui@2.5.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)): + reka-ui@2.6.0(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)): dependencies: '@floating-ui/dom': 1.7.4 '@floating-ui/vue': 1.1.9(vue@3.5.22(typescript@5.8.3)) @@ -15298,10 +15298,10 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - vaul-vue@0.4.1(reka-ui@2.5.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))(vue@3.5.22(typescript@5.8.3)): + vaul-vue@0.4.1(reka-ui@2.6.0(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))(vue@3.5.22(typescript@5.8.3)): dependencies: '@vueuse/core': 10.11.1(vue@3.5.22(typescript@5.8.3)) - reka-ui: 2.5.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) + reka-ui: 2.6.0(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) vue: 3.5.22(typescript@5.8.3) transitivePeerDependencies: - '@vue/composition-api' diff --git a/src/runtime/components/CommandPalette.vue b/src/runtime/components/CommandPalette.vue index 73c7a23c09..72d3dc3c3a 100644 --- a/src/runtime/components/CommandPalette.vue +++ b/src/runtime/components/CommandPalette.vue @@ -183,7 +183,8 @@ const props = withDefaults(defineProps>(), { modelValue: '', labelKey: 'label', autofocus: true, - back: true + back: true, + highlightOnHover: true }) const emits = defineEmits>() const slots = defineSlots>() diff --git a/src/runtime/components/Toaster.vue b/src/runtime/components/Toaster.vue index 4b04cb3288..038319e518 100644 --- a/src/runtime/components/Toaster.vue +++ b/src/runtime/components/Toaster.vue @@ -62,7 +62,7 @@ defineSlots() const { toasts, remove } = useToast() const appConfig = useAppConfig() as Toaster['AppConfig'] -const providerProps = useForwardProps(reactivePick(props, 'duration', 'label', 'swipeThreshold')) +const providerProps = useForwardProps(reactivePick(props, 'duration', 'label', 'swipeThreshold', 'disableSwipe')) const portalProps = usePortal(toRef(() => props.portal)) const swipeDirection = computed(() => { diff --git a/test/components/__snapshots__/Calendar-vue.spec.ts.snap b/test/components/__snapshots__/Calendar-vue.spec.ts.snap index 950a4f4b99..13833e8664 100644 --- a/test/components/__snapshots__/Calendar-vue.spec.ts.snap +++ b/test/components/__snapshots__/Calendar-vue.spec.ts.snap @@ -1,7 +1,7 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`Calendar > renders with as correctly 1`] = ` -"
+"
-
+