Skip to content

Commit b4ff214

Browse files
chore(deps): update dependency reka-ui to v2.6.0 (v3) (#5294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
1 parent 4d0f6a1 commit b4ff214

12 files changed

+284
-283
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"mlly": "^1.8.0",
144144
"ohash": "^2.0.11",
145145
"pathe": "^2.0.3",
146-
"reka-ui": "2.5.1",
146+
"reka-ui": "2.6.0",
147147
"scule": "^1.3.0",
148148
"tailwind-merge": "^3.3.1",
149149
"tailwind-variants": "^3.1.1",

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/runtime/components/CommandPalette.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ const props = withDefaults(defineProps<CommandPaletteProps<G, T>>(), {
183183
modelValue: '',
184184
labelKey: 'label',
185185
autofocus: true,
186-
back: true
186+
back: true,
187+
highlightOnHover: true
187188
})
188189
const emits = defineEmits<CommandPaletteEmits<T>>()
189190
const slots = defineSlots<CommandPaletteSlots<G, T>>()

src/runtime/components/Toaster.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ defineSlots<ToasterSlots>()
6262
const { toasts, remove } = useToast()
6363
const appConfig = useAppConfig() as Toaster['AppConfig']
6464
65-
const providerProps = useForwardProps(reactivePick(props, 'duration', 'label', 'swipeThreshold'))
65+
const providerProps = useForwardProps(reactivePick(props, 'duration', 'label', 'swipeThreshold', 'disableSwipe'))
6666
const portalProps = usePortal(toRef(() => props.portal))
6767
6868
const swipeDirection = computed(() => {

test/components/__snapshots__/Calendar-vue.spec.ts.snap

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

test/components/__snapshots__/Calendar.spec.ts.snap

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

test/components/__snapshots__/CommandPalette-vue.spec.ts.snap

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

test/components/__snapshots__/CommandPalette.spec.ts.snap

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

test/components/__snapshots__/InputMenu-vue.spec.ts.snap

Lines changed: 39 additions & 39 deletions
Large diffs are not rendered by default.

test/components/__snapshots__/InputMenu.spec.ts.snap

Lines changed: 39 additions & 39 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)