diff --git a/package.json b/package.json index 33dc5ee69d..53f1d22c10 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "motion-v": "^1.7.3", "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/playgrounds/nuxt/app/app.config.ts b/playgrounds/nuxt/app/app.config.ts index e01eaf188b..6fc9f2e7e8 100644 --- a/playgrounds/nuxt/app/app.config.ts +++ b/playgrounds/nuxt/app/app.config.ts @@ -4,7 +4,8 @@ export default defineAppConfig({ position: 'bottom-right' as const, duration: 5000, max: 5, - expand: true + expand: true, + disableSwipe: false }, ui: { colors: { diff --git a/playgrounds/nuxt/app/pages/components/toast.vue b/playgrounds/nuxt/app/pages/components/toast.vue index a20f6169c1..7823e68604 100644 --- a/playgrounds/nuxt/app/pages/components/toast.vue +++ b/playgrounds/nuxt/app/pages/components/toast.vue @@ -126,6 +126,7 @@ function removeToast() {