Utilities
@@ -66,7 +66,7 @@ exports[`Accordion > renders basic case correctly 1`] = `
exports[`Accordion > renders with as correctly 1`] = `
"
-
+
Getting Started
@@ -74,7 +74,7 @@ exports[`Accordion > renders with as 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.
-
+
Installation
@@ -84,7 +84,7 @@ exports[`Accordion > renders with as correctly 1`] = `
-
+
Theming
@@ -94,7 +94,7 @@ exports[`Accordion > renders with as correctly 1`] = `
-
+
Layouts
@@ -104,7 +104,7 @@ exports[`Accordion > renders with as correctly 1`] = `
-
+
Components
@@ -114,7 +114,7 @@ exports[`Accordion > renders with as correctly 1`] = `
-
+
Utilities
@@ -129,7 +129,7 @@ exports[`Accordion > renders with as correctly 1`] = `
exports[`Accordion > renders with class correctly 1`] = `
"
-
+
Getting Started
@@ -137,7 +137,7 @@ exports[`Accordion > renders with class 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.
-
+
Installation
@@ -147,7 +147,7 @@ exports[`Accordion > renders with class correctly 1`] = `
-
+
Theming
@@ -157,7 +157,7 @@ exports[`Accordion > renders with class correctly 1`] = `
-
+
Layouts
@@ -167,7 +167,7 @@ exports[`Accordion > renders with class correctly 1`] = `
-
+
Components
@@ -177,7 +177,7 @@ exports[`Accordion > renders with class correctly 1`] = `
-
+
Utilities
@@ -192,7 +192,7 @@ exports[`Accordion > renders with class correctly 1`] = `
exports[`Accordion > renders with collapsible correctly 1`] = `
"
-
+
Getting Started
@@ -200,7 +200,7 @@ exports[`Accordion > renders with collapsible 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.
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.
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.
Getting Started
@@ -452,7 +452,7 @@ exports[`Accordion > renders with disabled 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.
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.
Utilities
@@ -570,7 +570,7 @@ exports[`Accordion > renders with modelValue correctly 1`] = `
exports[`Accordion > renders with type correctly 1`] = `
"
-
+
Getting Started
@@ -578,7 +578,7 @@ exports[`Accordion > renders with type 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.
-
+
Installation
@@ -588,7 +588,7 @@ exports[`Accordion > renders with type correctly 1`] = `
-
+
Theming
@@ -598,7 +598,7 @@ exports[`Accordion > renders with type correctly 1`] = `
-
+
Layouts
@@ -608,7 +608,7 @@ exports[`Accordion > renders with type correctly 1`] = `
-
+
Components
@@ -618,7 +618,7 @@ exports[`Accordion > renders with type correctly 1`] = `
-
+
Utilities
diff --git a/test/components/__snapshots__/Button.spec.ts.snap b/test/components/__snapshots__/Button.spec.ts.snap
index fb7d662e..c506f6b4 100644
--- a/test/components/__snapshots__/Button.spec.ts.snap
+++ b/test/components/__snapshots__/Button.spec.ts.snap
@@ -1,37 +1,37 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Button > renders with block correctly 1`] = `
-"
+"Button"
`;
-exports[`Button > renders with class correctly 1`] = `""`;
+exports[`Button > renders with class correctly 1`] = `""`;
exports[`Button > renders with color correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with default slot correctly 1`] = `
-"
+"Default slot"
`;
exports[`Button > renders with disabled correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with icon correctly 1`] = `
-"
+"
@@ -40,14 +40,14 @@ exports[`Button > renders with icon correctly 1`] = `
`;
exports[`Button > renders with label correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with leading and icon correctly 1`] = `
-"
+"
@@ -56,14 +56,14 @@ exports[`Button > renders with leading and icon correctly 1`] = `
`;
exports[`Button > renders with leading slot correctly 1`] = `
-"Leading slot
+"Leading slot
"
`;
exports[`Button > renders with leadingIcon correctly 1`] = `
-"
+"
@@ -72,7 +72,7 @@ exports[`Button > renders with leadingIcon correctly 1`] = `
`;
exports[`Button > renders with loading correctly 1`] = `
-"
+"
@@ -81,7 +81,7 @@ exports[`Button > renders with loading correctly 1`] = `
`;
exports[`Button > renders with loadingIcon correctly 1`] = `
-"
+"
@@ -90,56 +90,56 @@ exports[`Button > renders with loadingIcon correctly 1`] = `
`;
exports[`Button > renders with size 2xs correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with size lg correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with size md correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with size sm correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with size xl correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with size xs correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with square correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with trailing and icon correctly 1`] = `
-"
+"
@@ -148,14 +148,14 @@ exports[`Button > renders with trailing and icon correctly 1`] = `
`;
exports[`Button > renders with trailing slot correctly 1`] = `
-"
+"
Trailing slot
"
`;
exports[`Button > renders with trailingIcon correctly 1`] = `
-"
+"
@@ -164,35 +164,35 @@ exports[`Button > renders with trailingIcon correctly 1`] = `
`;
exports[`Button > renders with truncate correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with variant ghost correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with variant link correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with variant outline correctly 1`] = `
-"
+"Button"
`;
exports[`Button > renders with variant soft correctly 1`] = `
-"
+"Button"
diff --git a/test/components/__snapshots__/Checkbox.spec.ts.snap b/test/components/__snapshots__/Checkbox.spec.ts.snap
index e494edb0..1b0f3511 100644
--- a/test/components/__snapshots__/Checkbox.spec.ts.snap
+++ b/test/components/__snapshots__/Checkbox.spec.ts.snap
@@ -2,7 +2,7 @@
exports[`Checkbox > renders basic case correctly 1`] = `
"
-
+
@@ -13,7 +13,7 @@ exports[`Checkbox > renders basic case correctly 1`] = `
exports[`Checkbox > renders with custom color correctly 1`] = `
"
-
+
@@ -26,7 +26,7 @@ exports[`Checkbox > renders with custom color correctly 1`] = `
exports[`Checkbox > renders with custom id correctly 1`] = `
"
-
+
@@ -37,7 +37,7 @@ exports[`Checkbox > renders with custom id correctly 1`] = `
exports[`Checkbox > renders with custom name correctly 1`] = `
"
-
+
@@ -48,7 +48,7 @@ exports[`Checkbox > renders with custom name correctly 1`] = `
exports[`Checkbox > renders with custom value correctly 1`] = `
"
-
+
@@ -59,7 +59,7 @@ exports[`Checkbox > renders with custom value correctly 1`] = `
exports[`Checkbox > renders with disabled correctly 1`] = `
"
-
+
@@ -70,7 +70,7 @@ exports[`Checkbox > renders with disabled correctly 1`] = `
exports[`Checkbox > renders with help correctly 1`] = `
"
-
+
@@ -83,7 +83,7 @@ exports[`Checkbox > renders with help correctly 1`] = `
exports[`Checkbox > renders with indeterminate correctly 1`] = `
"