diff --git a/test/components/__snapshots__/Accordion.spec.ts.snap b/test/components/__snapshots__/Accordion.spec.ts.snap index f65e223e..4e5545bd 100644 --- a/test/components/__snapshots__/Accordion.spec.ts.snap +++ b/test/components/__snapshots__/Accordion.spec.ts.snap @@ -3,61 +3,37 @@ exports[`Accordion > renders with as correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

@@ -68,61 +44,37 @@ exports[`Accordion > renders with as correctly 1`] = ` exports[`Accordion > renders with class correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

@@ -133,61 +85,37 @@ exports[`Accordion > renders with class correctly 1`] = ` exports[`Accordion > renders with collapsible correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

@@ -198,61 +126,37 @@ exports[`Accordion > renders with collapsible correctly 1`] = ` exports[`Accordion > renders with content slot correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

@@ -263,61 +167,37 @@ exports[`Accordion > renders with content slot correctly 1`] = ` exports[`Accordion > renders with custom slot correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

@@ -369,59 +249,35 @@ 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.
-

+

-

+

-

+

-

+

@@ -432,61 +288,37 @@ exports[`Accordion > renders with defaultValue correctly 1`] = ` exports[`Accordion > renders with disabled correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

@@ -497,61 +329,37 @@ exports[`Accordion > renders with disabled correctly 1`] = ` exports[`Accordion > renders with items correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

@@ -562,61 +370,37 @@ exports[`Accordion > renders with items correctly 1`] = ` exports[`Accordion > renders with label slot correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

@@ -627,49 +411,37 @@ exports[`Accordion > renders with label slot correctly 1`] = ` exports[`Accordion > renders with leading slot correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

@@ -680,59 +452,35 @@ 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.
-

+

-

+

-

+

-

+

@@ -743,49 +491,37 @@ exports[`Accordion > renders with modelValue correctly 1`] = ` exports[`Accordion > renders with trailing slot correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

@@ -796,61 +532,37 @@ exports[`Accordion > renders with trailing slot correctly 1`] = ` exports[`Accordion > renders with trailingIcon correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

@@ -861,61 +573,37 @@ exports[`Accordion > renders with trailingIcon correctly 1`] = ` exports[`Accordion > renders with type correctly 1`] = ` "
-

+

-

+

-

+

-

+

-

+

-

+

diff --git a/test/components/__snapshots__/Alert.spec.ts.snap b/test/components/__snapshots__/Alert.spec.ts.snap index f671baa2..24f189ca 100644 --- a/test/components/__snapshots__/Alert.spec.ts.snap +++ b/test/components/__snapshots__/Alert.spec.ts.snap @@ -144,9 +144,7 @@ exports[`Alert > renders with description slot correctly 1`] = ` `; exports[`Alert > renders with icon correctly 1`] = ` -"
+"
Title
diff --git a/test/components/__snapshots__/Avatar.spec.ts.snap b/test/components/__snapshots__/Avatar.spec.ts.snap index 05fc9785..db7e8673 100644 --- a/test/components/__snapshots__/Avatar.spec.ts.snap +++ b/test/components/__snapshots__/Avatar.spec.ts.snap @@ -4,7 +4,7 @@ exports[`Avatar > renders with alt 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__/Breadcrumb.spec.ts.snap b/test/components/__snapshots__/Breadcrumb.spec.ts.snap index 7644f0b9..cb4dd598 100644 --- a/test/components/__snapshots__/Breadcrumb.spec.ts.snap +++ b/test/components/__snapshots__/Breadcrumb.spec.ts.snap @@ -4,14 +4,10 @@ exports[`Breadcrumb > renders with class correctly 1`] = ` "
  1. Home
  2. - -
  3. Navigation
  4. - -
  5. Breadcrumb
  6. + +
  7. Navigation
  8. + +
  9. Breadcrumb
" @@ -21,14 +17,10 @@ exports[`Breadcrumb > renders with custom slot correctly 1`] = ` "
  1. Home
  2. - -
  3. Navigation
  4. - -
  5. Custom slot
  6. + +
  7. Navigation
  8. + +
  9. Custom slot
" @@ -37,15 +29,11 @@ exports[`Breadcrumb > renders with custom slot correctly 1`] = ` exports[`Breadcrumb > renders with item slot correctly 1`] = ` "
    -
  1. Item slot
  2. - -
  3. Item slot
  4. - -
  5. Breadcrumb
  6. +
  7. Item slot
  8. + +
  9. Item slot
  10. + +
  11. Breadcrumb
" @@ -55,14 +43,10 @@ exports[`Breadcrumb > renders with items correctly 1`] = ` "
  1. Home
  2. - -
  3. Navigation
  4. - -
  5. Breadcrumb
  6. + +
  7. Navigation
  8. + +
  9. Breadcrumb
" @@ -72,14 +56,10 @@ exports[`Breadcrumb > renders with label slot correctly 1`] = ` "
  1. Home
  2. - -
  3. Navigation
  4. - -
  5. Breadcrumb
  6. + +
  7. Navigation
  8. + +
  9. Breadcrumb
" @@ -89,14 +69,10 @@ exports[`Breadcrumb > renders with leading slot correctly 1`] = ` "
  1. Leading slotHome
  2. - +
  3. Leading slotNavigation
  4. - -
  5. Leading slotBreadcrumb
  6. + +
  7. Leading slotBreadcrumb
" @@ -107,9 +83,9 @@ exports[`Breadcrumb > renders with separator slot correctly 1`] = `
  1. Home
  2. -
  3. Navigation
  4. +
  5. Navigation
  6. -
  7. Breadcrumb
  8. +
  9. Breadcrumb
" @@ -119,14 +95,10 @@ exports[`Breadcrumb > renders with separatorIcon correctly 1`] = ` "
  1. Home
  2. - -
  3. Navigation
  4. - -
  5. Breadcrumb
  6. + +
  7. Navigation
  8. + +
  9. Breadcrumb
" @@ -136,14 +108,10 @@ exports[`Breadcrumb > renders with trailing slot correctly 1`] = ` "
  1. HomeTrailing slot
  2. - -
  3. NavigationTrailing slot
  4. - -
  5. BreadcrumbTrailing slot
  6. + +
  7. NavigationTrailing slot
  8. + +
  9. BreadcrumbTrailing slot
" diff --git a/test/components/__snapshots__/Button.spec.ts.snap b/test/components/__snapshots__/Button.spec.ts.snap index 79972af6..e57e89f4 100644 --- a/test/components/__snapshots__/Button.spec.ts.snap +++ b/test/components/__snapshots__/Button.spec.ts.snap @@ -66,9 +66,7 @@ exports[`Button > renders with disabled correctly 1`] = ` `; exports[`Button > renders with icon correctly 1`] = ` -"" @@ -82,9 +80,7 @@ exports[`Button > renders with label correctly 1`] = ` `; exports[`Button > renders with leading and icon correctly 1`] = ` -"" @@ -98,27 +94,21 @@ exports[`Button > renders with leading slot correctly 1`] = ` `; exports[`Button > renders with leadingIcon correctly 1`] = ` -"" `; exports[`Button > renders with loading correctly 1`] = ` -"" `; exports[`Button > renders with loadingIcon correctly 1`] = ` -"" @@ -169,9 +159,7 @@ exports[`Button > renders with square correctly 1`] = ` exports[`Button > renders with trailing and icon correctly 1`] = ` "" `; @@ -185,9 +173,7 @@ exports[`Button > renders with trailing slot correctly 1`] = ` exports[`Button > renders with trailingIcon correctly 1`] = ` "" `; diff --git a/test/components/__snapshots__/Checkbox.spec.ts.snap b/test/components/__snapshots__/Checkbox.spec.ts.snap index b4605443..aec1f322 100644 --- a/test/components/__snapshots__/Checkbox.spec.ts.snap +++ b/test/components/__snapshots__/Checkbox.spec.ts.snap @@ -46,7 +46,7 @@ exports[`Checkbox > renders with color red correctly 1`] = ` exports[`Checkbox > renders with defaultValue correctly 1`] = ` "
-
+
@@ -114,7 +114,7 @@ exports[`Checkbox > renders with id correctly 1`] = ` exports[`Checkbox > renders with indeterminate correctly 1`] = ` "
-
+
@@ -123,7 +123,7 @@ exports[`Checkbox > renders with indeterminate correctly 1`] = ` exports[`Checkbox > renders with indeterminateIcon correctly 1`] = ` "
-
+
diff --git a/test/components/__snapshots__/DropdownMenu.spec.ts.snap b/test/components/__snapshots__/DropdownMenu.spec.ts.snap index fb72e4d8..ef254e48 100644 --- a/test/components/__snapshots__/DropdownMenu.spec.ts.snap +++ b/test/components/__snapshots__/DropdownMenu.spec.ts.snap @@ -35,7 +35,7 @@ exports[`DropdownMenu > renders with custom slot correctly 1`] = ` Custom slot
+
@@ -75,7 +75,7 @@ exports[`DropdownMenu > renders with item slot correctly 1`] = `
diff --git a/test/components/__snapshots__/Input.spec.ts.snap b/test/components/__snapshots__/Input.spec.ts.snap index 3cd93412..a66b7ef9 100644 --- a/test/components/__snapshots__/Input.spec.ts.snap +++ b/test/components/__snapshots__/Input.spec.ts.snap @@ -57,7 +57,7 @@ exports[`Input > renders with disabled correctly 1`] = ` `; exports[`Input > renders with icon correctly 1`] = ` -"
+"
" `; @@ -70,7 +70,7 @@ exports[`Input > renders with id correctly 1`] = ` `; exports[`Input > renders with leading and icon correctly 1`] = ` -"
+"
" `; @@ -82,19 +82,19 @@ exports[`Input > renders with leading slot correctly 1`] = ` `; exports[`Input > renders with leadingIcon correctly 1`] = ` -"
+"
" `; exports[`Input > renders with loading correctly 1`] = ` -"
+"
" `; exports[`Input > renders with loadingIcon correctly 1`] = ` -"
+"
" `; @@ -157,7 +157,7 @@ exports[`Input > renders with size xs correctly 1`] = ` exports[`Input > renders with trailing and icon correctly 1`] = ` "
- +
" `; @@ -169,7 +169,7 @@ exports[`Input > renders with trailing slot correctly 1`] = ` exports[`Input > renders with trailingIcon correctly 1`] = ` "
- +
" `; diff --git a/test/components/__snapshots__/NavigationMenu.spec.ts.snap b/test/components/__snapshots__/NavigationMenu.spec.ts.snap index 0e6c22f7..ced8bc36 100644 --- a/test/components/__snapshots__/NavigationMenu.spec.ts.snap +++ b/test/components/__snapshots__/NavigationMenu.spec.ts.snap @@ -5,19 +5,13 @@ exports[`NavigationMenu > renders with class correctly 1`] = `
@@ -31,17 +25,13 @@ exports[`NavigationMenu > renders with custom slot correctly 1`] = ` @@ -52,12 +42,10 @@ exports[`NavigationMenu > renders with item slot correctly 1`] = ` "