From 742a37201eb8caf13c32fa34fad4f33f6528998b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 17:55:00 +0200 Subject: [PATCH] chore(deps): update dependency @iconify/vue to v5 (v3) (#4068) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac --- package.json | 2 +- pnpm-lock.yaml | 14 +- .../__snapshots__/Accordion-vue.spec.ts.snap | 240 ++++---- .../__snapshots__/Alert-vue.spec.ts.snap | 10 +- .../__snapshots__/Avatar-vue.spec.ts.snap | 2 +- .../__snapshots__/Badge-vue.spec.ts.snap | 14 +- .../__snapshots__/Breadcrumb-vue.spec.ts.snap | 86 +-- .../__snapshots__/Button-vue.spec.ts.snap | 24 +- .../__snapshots__/Calendar-vue.spec.ts.snap | 232 ++++---- .../__snapshots__/Carousel-vue.spec.ts.snap | 20 +- .../__snapshots__/Checkbox-vue.spec.ts.snap | 8 +- .../CheckboxGroup-vue.spec.ts.snap | 38 +- .../CommandPalette-vue.spec.ts.snap | 206 +++---- .../ContextMenu-vue.spec.ts.snap | 92 +-- .../DropdownMenu-vue.spec.ts.snap | 244 ++++---- .../__snapshots__/Input-vue.spec.ts.snap | 24 +- .../__snapshots__/InputMenu-vue.spec.ts.snap | 428 +++++++------- .../InputNumber-vue.spec.ts.snap | 108 ++-- .../__snapshots__/Modal-vue.spec.ts.snap | 28 +- .../NavigationMenu-vue.spec.ts.snap | 292 +++++----- .../__snapshots__/Pagination-vue.spec.ts.snap | 402 +++++++------- .../__snapshots__/Select-vue.spec.ts.snap | 472 ++++++++-------- .../__snapshots__/SelectMenu-vue.spec.ts.snap | 524 +++++++++--------- .../__snapshots__/Separator-vue.spec.ts.snap | 2 +- .../__snapshots__/Slideover-vue.spec.ts.snap | 32 +- .../__snapshots__/Stepper-vue.spec.ts.snap | 92 +-- .../__snapshots__/Switch-vue.spec.ts.snap | 8 +- .../__snapshots__/Table-vue.spec.ts.snap | 16 +- .../__snapshots__/Tabs-vue.spec.ts.snap | 46 +- .../__snapshots__/Textarea-vue.spec.ts.snap | 24 +- .../__snapshots__/Toast-vue.spec.ts.snap | 38 +- .../__snapshots__/Tree-vue.spec.ts.snap | 166 +++--- 32 files changed, 1962 insertions(+), 1972 deletions(-) diff --git a/package.json b/package.json index 80301c27..dadae36d 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "release": "release-it" }, "dependencies": { - "@iconify/vue": "^4.3.0", + "@iconify/vue": "^5.0.0", "@internationalized/date": "^3.8.0", "@internationalized/number": "^3.6.1", "@nuxt/fonts": "^0.11.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e3b6ce2b..762c8f5f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,8 +17,8 @@ importers: .: dependencies: '@iconify/vue': - specifier: ^4.3.0 - version: 4.3.0(vue@3.5.14(typescript@5.8.3)) + specifier: ^5.0.0 + version: 5.0.0(vue@3.5.14(typescript@5.8.3)) '@inertiajs/vue3': specifier: ^2.0.7 version: 2.0.11(vue@3.5.14(typescript@5.8.3)) @@ -939,11 +939,6 @@ packages: '@iconify/utils@2.3.0': resolution: {integrity: sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==} - '@iconify/vue@4.3.0': - resolution: {integrity: sha512-Xq0h6zMrHBbrW8jXJ9fISi+x8oDQllg5hTDkDuxnWiskJ63rpJu9CvJshj8VniHVTbsxCg9fVoPAaNp3RQI5OQ==} - peerDependencies: - vue: '>=3' - '@iconify/vue@5.0.0': resolution: {integrity: sha512-C+KuEWIF5nSBrobFJhT//JS87OZ++QDORB6f2q2Wm6fl2mueSTpFBeBsveK0KW9hWiZ4mNiPjsh6Zs4jjdROSg==} peerDependencies: @@ -8172,11 +8167,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@iconify/vue@4.3.0(vue@3.5.14(typescript@5.8.3))': - dependencies: - '@iconify/types': 2.0.0 - vue: 3.5.14(typescript@5.8.3) - '@iconify/vue@5.0.0(vue@3.5.14(typescript@5.8.3))': dependencies: '@iconify/types': 2.0.0 diff --git a/test/components/__snapshots__/Accordion-vue.spec.ts.snap b/test/components/__snapshots__/Accordion-vue.spec.ts.snap index 3d8a8a95..c40df0b0 100644 --- a/test/components/__snapshots__/Accordion-vue.spec.ts.snap +++ b/test/components/__snapshots__/Accordion-vue.spec.ts.snap @@ -3,37 +3,37 @@ exports[`Accordion > renders with as correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
@@ -44,37 +44,37 @@ exports[`Accordion > renders with as correctly 1`] = ` exports[`Accordion > renders with as correctly 2`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
@@ -85,37 +85,37 @@ exports[`Accordion > renders with as correctly 2`] = ` exports[`Accordion > renders with body slot correctly 1`] = ` "
-
+
-
+
Body slot
-
+
-
+
-
+
-
+
@@ -126,37 +126,37 @@ exports[`Accordion > renders with body slot correctly 1`] = ` exports[`Accordion > renders with class correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
@@ -167,37 +167,37 @@ exports[`Accordion > renders with class correctly 1`] = ` exports[`Accordion > renders with collapsible correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
@@ -208,35 +208,35 @@ exports[`Accordion > renders with collapsible correctly 1`] = ` exports[`Accordion > renders with content slot correctly 1`] = ` "
-
+
-
+
Content slot
-
+
-
+
-
+
-
+
@@ -247,37 +247,37 @@ exports[`Accordion > renders with content slot correctly 1`] = ` exports[`Accordion > renders with custom body slot correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
Custom body slot
@@ -288,37 +288,37 @@ exports[`Accordion > renders with custom body slot correctly 1`] = ` exports[`Accordion > renders with custom slot correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
Custom slot
" @@ -327,37 +327,37 @@ exports[`Accordion > renders with custom slot correctly 1`] = ` exports[`Accordion > renders with default slot correctly 1`] = ` "
-
+
-
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.
-
+
-
+
-
+
-
+
@@ -368,37 +368,37 @@ exports[`Accordion > renders with default slot correctly 1`] = ` exports[`Accordion > renders with defaultValue correctly 1`] = ` "
-
+
-
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.
-
+
-
+
-
+
-
+
@@ -409,37 +409,37 @@ exports[`Accordion > renders with defaultValue correctly 1`] = ` exports[`Accordion > renders with disabled correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
@@ -450,37 +450,37 @@ exports[`Accordion > renders with disabled correctly 1`] = ` exports[`Accordion > renders with items correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
@@ -491,37 +491,37 @@ exports[`Accordion > renders with items correctly 1`] = ` exports[`Accordion > renders with labelKey correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
@@ -532,37 +532,37 @@ exports[`Accordion > renders with labelKey correctly 1`] = ` exports[`Accordion > renders with leading slot correctly 1`] = ` "
-
+
-
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.
-
+
-
+
-
+
-
+
@@ -573,37 +573,37 @@ exports[`Accordion > renders with leading slot correctly 1`] = ` exports[`Accordion > renders with modelValue correctly 1`] = ` "
-
+
-
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.
-
+
-
+
-
+
-
+
@@ -614,37 +614,37 @@ exports[`Accordion > renders with modelValue correctly 1`] = ` exports[`Accordion > renders with trailing slot correctly 1`] = ` "
-
+
-
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.
-
+
-
+
-
+
-
+
@@ -655,37 +655,37 @@ exports[`Accordion > renders with trailing slot correctly 1`] = ` exports[`Accordion > renders with trailingIcon correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
@@ -696,37 +696,37 @@ exports[`Accordion > renders with trailingIcon correctly 1`] = ` exports[`Accordion > renders with type correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
@@ -737,37 +737,37 @@ exports[`Accordion > renders with type correctly 1`] = ` exports[`Accordion > renders with ui correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
@@ -778,37 +778,37 @@ exports[`Accordion > renders with ui correctly 1`] = ` exports[`Accordion > renders with unmountOnHide correctly 1`] = ` "
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/test/components/__snapshots__/Alert-vue.spec.ts.snap b/test/components/__snapshots__/Alert-vue.spec.ts.snap index f35ca11d..a690c688 100644 --- a/test/components/__snapshots__/Alert-vue.spec.ts.snap +++ b/test/components/__snapshots__/Alert-vue.spec.ts.snap @@ -59,7 +59,7 @@ exports[`Alert > renders with close correctly 1`] = `
- @@ -88,7 +88,7 @@ exports[`Alert > renders with closeIcon correctly 1`] = `
- @@ -121,7 +121,7 @@ exports[`Alert > renders with description slot correctly 1`] = ` `; exports[`Alert > renders with icon correctly 1`] = ` -"
+"
Alert
@@ -192,7 +192,7 @@ exports[`Alert > renders with neutral variant subtle correctly 1`] = ` `; exports[`Alert > renders with orientation horizontal correctly 1`] = ` -"
+"
Alert
This is a description
@@ -208,7 +208,7 @@ exports[`Alert > renders with orientation horizontal correctly 1`] = ` `; exports[`Alert > renders with orientation vertical correctly 1`] = ` -"
+"
Alert
This is a description
diff --git a/test/components/__snapshots__/Avatar-vue.spec.ts.snap b/test/components/__snapshots__/Avatar-vue.spec.ts.snap index 8254b9b9..11c0bfee 100644 --- a/test/components/__snapshots__/Avatar-vue.spec.ts.snap +++ b/test/components/__snapshots__/Avatar-vue.spec.ts.snap @@ -8,7 +8,7 @@ exports[`Avatar > renders with class correctly 1`] = `"🇫🇷"`; -exports[`Avatar > renders with icon correctly 1`] = `""`; +exports[`Avatar > renders with icon correctly 1`] = `""`; exports[`Avatar > renders with size 2xl correctly 1`] = `""`; diff --git a/test/components/__snapshots__/Badge-vue.spec.ts.snap b/test/components/__snapshots__/Badge-vue.spec.ts.snap index 1d544baa..30390658 100644 --- a/test/components/__snapshots__/Badge-vue.spec.ts.snap +++ b/test/components/__snapshots__/Badge-vue.spec.ts.snap @@ -7,11 +7,11 @@ exports[`Badge > renders with as correctly 1`] = `
" `; -exports[`Badge > renders with avatar and leadingIcon correctly 1`] = `""`; +exports[`Badge > renders with avatar and leadingIcon correctly 1`] = `""`; exports[`Badge > renders with avatar and trailingIcon correctly 1`] = ` " -" +" `; exports[`Badge > renders with avatar correctly 1`] = ` @@ -27,18 +27,18 @@ exports[`Badge > renders with class correctly 1`] = ` exports[`Badge > renders with default slot correctly 1`] = `"Default slot"`; -exports[`Badge > renders with icon correctly 1`] = `""`; +exports[`Badge > renders with icon correctly 1`] = `""`; exports[`Badge > renders with label correctly 1`] = ` "Badge " `; -exports[`Badge > renders with leading and icon correctly 1`] = `""`; +exports[`Badge > renders with leading and icon correctly 1`] = `""`; exports[`Badge > renders with leading slot correctly 1`] = `"Leading slot"`; -exports[`Badge > renders with leadingIcon correctly 1`] = `""`; +exports[`Badge > renders with leadingIcon correctly 1`] = `""`; exports[`Badge > renders with neutral variant outline correctly 1`] = ` "Badge @@ -110,11 +110,11 @@ exports[`Badge > renders with square correctly 1`] = ` " `; -exports[`Badge > renders with trailing and icon correctly 1`] = `""`; +exports[`Badge > renders with trailing and icon correctly 1`] = `""`; exports[`Badge > renders with trailing slot correctly 1`] = `"Trailing slot"`; -exports[`Badge > renders with trailingIcon correctly 1`] = `""`; +exports[`Badge > renders with trailingIcon correctly 1`] = `""`; exports[`Badge > renders with ui correctly 1`] = ` "Badge diff --git a/test/components/__snapshots__/Breadcrumb-vue.spec.ts.snap b/test/components/__snapshots__/Breadcrumb-vue.spec.ts.snap index 6f6bd16e..5e2f3036 100644 --- a/test/components/__snapshots__/Breadcrumb-vue.spec.ts.snap +++ b/test/components/__snapshots__/Breadcrumb-vue.spec.ts.snap @@ -4,10 +4,10 @@ exports[`Breadcrumb > renders with as correctly 1`] = ` "
  1. Home
  2. - -
  3. Components
  4. - -
  5. Breadcrumb
  6. + +
  7. Components
  8. + +
  9. Breadcrumb
" @@ -17,10 +17,10 @@ exports[`Breadcrumb > renders with class correctly 1`] = ` "" @@ -30,9 +30,9 @@ exports[`Breadcrumb > renders with custom slot correctly 1`] = ` "" @@ -124,9 +124,9 @@ exports[`Breadcrumb > renders with separator slot correctly 1`] = `
  1. Home
  2. -
  3. Components
  4. +
  5. Components
  6. -
  7. Breadcrumb
  8. +
  9. Breadcrumb
" @@ -136,10 +136,10 @@ exports[`Breadcrumb > renders with separatorIcon correctly 1`] = ` "" @@ -149,10 +149,10 @@ exports[`Breadcrumb > renders with ui correctly 1`] = ` "" diff --git a/test/components/__snapshots__/Button-vue.spec.ts.snap b/test/components/__snapshots__/Button-vue.spec.ts.snap index fed8c2d2..90f5d749 100644 --- a/test/components/__snapshots__/Button-vue.spec.ts.snap +++ b/test/components/__snapshots__/Button-vue.spec.ts.snap @@ -57,7 +57,7 @@ exports[`Button > renders with as correctly 1`] = ` `; exports[`Button > renders with avatar and leadingIcon correctly 1`] = ` -"" @@ -65,7 +65,7 @@ exports[`Button > renders with avatar and leadingIcon correctly 1`] = ` exports[`Button > renders with avatar and trailingIcon correctly 1`] = ` "" `; @@ -112,7 +112,7 @@ exports[`Button > renders with disabled correctly 1`] = ` `; exports[`Button > renders with icon correctly 1`] = ` -"" @@ -133,7 +133,7 @@ exports[`Button > renders with label correctly 1`] = ` `; exports[`Button > renders with leading and icon correctly 1`] = ` -"" @@ -147,21 +147,21 @@ exports[`Button > renders with leading slot correctly 1`] = ` `; exports[`Button > renders with leadingIcon correctly 1`] = ` -"" `; exports[`Button > renders with loading and avatar correctly 1`] = ` -"" `; exports[`Button > renders with loading correctly 1`] = ` -"" @@ -169,19 +169,19 @@ exports[`Button > renders with loading correctly 1`] = ` exports[`Button > renders with loading trailing and avatar correctly 1`] = ` "" `; exports[`Button > renders with loading trailing correctly 1`] = ` "" `; exports[`Button > renders with loadingIcon correctly 1`] = ` -"" @@ -316,7 +316,7 @@ exports[`Button > renders with square correctly 1`] = ` exports[`Button > renders with trailing and icon correctly 1`] = ` "" `; @@ -330,7 +330,7 @@ exports[`Button > renders with trailing slot correctly 1`] = ` exports[`Button > renders with trailingIcon correctly 1`] = ` "" `; diff --git a/test/components/__snapshots__/Calendar-vue.spec.ts.snap b/test/components/__snapshots__/Calendar-vue.spec.ts.snap index a54e4f64..569fe1d9 100644 --- a/test/components/__snapshots__/Calendar-vue.spec.ts.snap +++ b/test/components/__snapshots__/Calendar-vue.spec.ts.snap @@ -2,17 +2,17 @@ exports[`Calendar > renders with as correctly 1`] = ` "
-
-
January 2025
@@ -180,17 +180,17 @@ exports[`Calendar > renders with as correctly 1`] = ` exports[`Calendar > renders with class correctly 1`] = ` "
-
-
January 2025
@@ -358,17 +358,17 @@ exports[`Calendar > renders with class correctly 1`] = ` exports[`Calendar > renders with color neutral correctly 1`] = ` "
-
-
January 2025
@@ -536,17 +536,17 @@ exports[`Calendar > renders with color neutral correctly 1`] = ` exports[`Calendar > renders with day slot correctly 1`] = ` "
-
-
January 2025
@@ -714,17 +714,17 @@ exports[`Calendar > renders with day slot correctly 1`] = ` exports[`Calendar > renders with default value correctly 1`] = ` "
-
-
January 2025
@@ -892,17 +892,17 @@ exports[`Calendar > renders with default value correctly 1`] = ` exports[`Calendar > renders with disabled correctly 1`] = ` "
-
-
January 2025
@@ -1070,17 +1070,17 @@ exports[`Calendar > renders with disabled correctly 1`] = ` exports[`Calendar > renders with heading slot correctly 1`] = ` "
-
-
Heading
@@ -1248,17 +1248,17 @@ exports[`Calendar > renders with heading slot correctly 1`] = ` exports[`Calendar > renders with isDateDisabled correctly 1`] = ` "
-
-
January 2025
@@ -1426,17 +1426,17 @@ exports[`Calendar > renders with isDateDisabled correctly 1`] = ` exports[`Calendar > renders with isDateUnavailable correctly 1`] = ` "
-
-
January 2025
@@ -1604,17 +1604,17 @@ exports[`Calendar > renders with isDateUnavailable correctly 1`] = ` exports[`Calendar > renders with modelValue correctly 1`] = ` "
-
-
January 2025
@@ -1782,17 +1782,17 @@ exports[`Calendar > renders with modelValue correctly 1`] = ` exports[`Calendar > renders with multiple correctly 1`] = ` "
-
-
January 2025
@@ -1960,17 +1960,17 @@ exports[`Calendar > renders with multiple correctly 1`] = ` exports[`Calendar > renders with nextMonth correctly 1`] = ` "
-
-
January 2025
@@ -2138,17 +2138,17 @@ exports[`Calendar > renders with nextMonth correctly 1`] = ` exports[`Calendar > renders with nextYear correctly 1`] = ` "
-
-
January 2025
@@ -2316,17 +2316,17 @@ exports[`Calendar > renders with nextYear correctly 1`] = ` exports[`Calendar > renders with numberOfMonths correctly 1`] = ` "
-
-
January - February 2025
@@ -2647,17 +2647,17 @@ exports[`Calendar > renders with numberOfMonths correctly 1`] = ` exports[`Calendar > renders with prevMonth correctly 1`] = ` "
-
-
January 2025
@@ -2825,17 +2825,17 @@ exports[`Calendar > renders with prevMonth correctly 1`] = ` exports[`Calendar > renders with prevYear correctly 1`] = ` "
-
-
January 2025
@@ -3006,17 +3006,17 @@ exports[`Calendar > renders with range correctly 1`] = `
Event Date, January 2025
-
-
January 2025
@@ -3181,17 +3181,17 @@ exports[`Calendar > renders with range correctly 1`] = ` exports[`Calendar > renders with readonly correctly 1`] = ` "
-
-
January 2025
@@ -3359,17 +3359,17 @@ exports[`Calendar > renders with readonly correctly 1`] = ` exports[`Calendar > renders with size lg correctly 1`] = ` "
-
-
January 2025
@@ -3537,17 +3537,17 @@ exports[`Calendar > renders with size lg correctly 1`] = ` exports[`Calendar > renders with size md correctly 1`] = ` "
-
-
January 2025
@@ -3715,17 +3715,17 @@ exports[`Calendar > renders with size md correctly 1`] = ` exports[`Calendar > renders with size sm correctly 1`] = ` "
-
-
January 2025
@@ -3893,17 +3893,17 @@ exports[`Calendar > renders with size sm correctly 1`] = ` exports[`Calendar > renders with size xl correctly 1`] = ` "
-
-
January 2025
@@ -4071,17 +4071,17 @@ exports[`Calendar > renders with size xl correctly 1`] = ` exports[`Calendar > renders with size xs correctly 1`] = ` "
-
-
January 2025
@@ -4249,17 +4249,17 @@ exports[`Calendar > renders with size xs correctly 1`] = ` exports[`Calendar > renders with ui correctly 1`] = ` "
-
-
January 2025
@@ -4427,17 +4427,17 @@ exports[`Calendar > renders with ui correctly 1`] = ` exports[`Calendar > renders with week-day slot correctly 1`] = ` "
-
-
January 2025
@@ -4605,17 +4605,17 @@ exports[`Calendar > renders with week-day slot correctly 1`] = ` exports[`Calendar > renders with weekStartsOn correctly 1`] = ` "
-
-
January 2025
@@ -4783,17 +4783,17 @@ exports[`Calendar > renders with weekStartsOn correctly 1`] = ` exports[`Calendar > renders with weekdayFormat correctly 1`] = ` "
-
-
January 2025
@@ -4961,17 +4961,17 @@ exports[`Calendar > renders with weekdayFormat correctly 1`] = ` exports[`Calendar > renders without fixedWeeks correctly 1`] = ` "
-
-
January 2025
@@ -5116,13 +5116,13 @@ exports[`Calendar > renders without fixedWeeks correctly 1`] = ` exports[`Calendar > renders without monthControls correctly 1`] = ` "
-
January 2025
- @@ -5291,11 +5291,11 @@ exports[`Calendar > renders without monthControls correctly 1`] = ` exports[`Calendar > renders without yearControls correctly 1`] = ` "
- -
January 2025
diff --git a/test/components/__snapshots__/Carousel-vue.spec.ts.snap b/test/components/__snapshots__/Carousel-vue.spec.ts.snap index 2fc08ade..3111b383 100644 --- a/test/components/__snapshots__/Carousel-vue.spec.ts.snap +++ b/test/components/__snapshots__/Carousel-vue.spec.ts.snap @@ -13,10 +13,10 @@ exports[`Carousel > renders with arrows correctly 1`] = `
-
@@ -105,10 +105,10 @@ exports[`Carousel > renders with next correctly 1`] = `
-
@@ -130,10 +130,10 @@ exports[`Carousel > renders with nextIcon correctly 1`] = `
-
@@ -171,10 +171,10 @@ exports[`Carousel > renders with prev correctly 1`] = `
-
@@ -196,10 +196,10 @@ exports[`Carousel > renders with prevIcon correctly 1`] = `
-
diff --git a/test/components/__snapshots__/Checkbox-vue.spec.ts.snap b/test/components/__snapshots__/Checkbox-vue.spec.ts.snap index 5598d78d..09ab38f7 100644 --- a/test/components/__snapshots__/Checkbox-vue.spec.ts.snap +++ b/test/components/__snapshots__/Checkbox-vue.spec.ts.snap @@ -32,7 +32,7 @@ exports[`Checkbox > renders with class correctly 1`] = ` exports[`Checkbox > renders with defaultValue correctly 1`] = ` "
-
@@ -95,7 +95,7 @@ exports[`Checkbox > renders with id correctly 1`] = ` exports[`Checkbox > renders with indeterminate correctly 1`] = ` "
-
@@ -104,7 +104,7 @@ exports[`Checkbox > renders with indeterminate correctly 1`] = ` exports[`Checkbox > renders with indeterminateIcon correctly 1`] = ` "
-
@@ -167,7 +167,7 @@ exports[`Checkbox > renders with label slot correctly 1`] = ` exports[`Checkbox > renders with modelValue correctly 1`] = ` "
-
diff --git a/test/components/__snapshots__/CheckboxGroup-vue.spec.ts.snap b/test/components/__snapshots__/CheckboxGroup-vue.spec.ts.snap index ab40c686..3ec0fdc0 100644 --- a/test/components/__snapshots__/CheckboxGroup-vue.spec.ts.snap +++ b/test/components/__snapshots__/CheckboxGroup-vue.spec.ts.snap @@ -113,7 +113,7 @@ exports[`CheckboxGroup > renders with defaultValue correctly 1`] = `
-
@@ -291,7 +291,7 @@ exports[`CheckboxGroup > renders with horizontal variant card correctly 1`] = ` "