11// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22
33exports [` Carousel > renders with arrows correctly 1` ] = `
4- "<div role = " region" aria-roledescription = " carousel" tabindex = " 0" class = " relative focus:outline-none" >
4+ "<div role = " region" aria-roledescription = " carousel" data-orientation = " horizontal " tabindex = " 0" class = " relative focus:outline-none" >
55 <div class = " overflow-hidden" >
66 <div class = " flex items-start flex-row -ms-4" style = " transform: translate3d(NaNpx,0px,0px);" >
77 <div role = " group" aria-roledescription = " slide" class = " min-w-0 shrink-0 basis-full ps-4" ><img src = " https://picsum.photos/600/600?random=1" width = " 300" height = " 300" class = " rounded-lg" ></div >
@@ -26,7 +26,7 @@ exports[`Carousel > renders with arrows correctly 1`] = `
2626`;
2727
2828exports[`Carousel > renders with as correctly 1`] = `
29- "<nav role = " region" aria-roledescription = " carousel" tabindex = " 0" class = " relative focus:outline-none" >
29+ "<nav role = " region" aria-roledescription = " carousel" data-orientation = " horizontal " tabindex = " 0" class = " relative focus:outline-none" >
3030 <div class = " overflow-hidden" >
3131 <div class = " flex items-start flex-row -ms-4" style = " transform: translate3d(NaNpx,0px,0px);" >
3232 <div role = " group" aria-roledescription = " slide" class = " min-w-0 shrink-0 basis-full ps-4" ><img src = " https://picsum.photos/600/600?random=1" width = " 300" height = " 300" class = " rounded-lg" ></div >
@@ -42,7 +42,7 @@ exports[`Carousel > renders with as correctly 1`] = `
4242`;
4343
4444exports[`Carousel > renders with class correctly 1`] = `
45- "<div role = " region" aria-roledescription = " carousel" tabindex = " 0" class = " relative focus:outline-none w-full max-w-xs" >
45+ "<div role = " region" aria-roledescription = " carousel" data-orientation = " horizontal " tabindex = " 0" class = " relative focus:outline-none w-full max-w-xs" >
4646 <div class = " overflow-hidden" >
4747 <div class = " flex items-start flex-row -ms-4" style = " transform: translate3d(NaNpx,0px,0px);" >
4848 <div role = " group" aria-roledescription = " slide" class = " min-w-0 shrink-0 basis-full ps-4" ><img src = " https://picsum.photos/600/600?random=1" width = " 300" height = " 300" class = " rounded-lg" ></div >
@@ -58,7 +58,7 @@ exports[`Carousel > renders with class correctly 1`] = `
5858`;
5959
6060exports[`Carousel > renders with dots correctly 1`] = `
61- "<div role = " region" aria-roledescription = " carousel" tabindex = " 0" class = " relative focus:outline-none" >
61+ "<div role = " region" aria-roledescription = " carousel" data-orientation = " horizontal " tabindex = " 0" class = " relative focus:outline-none" >
6262 <div class = " overflow-hidden" >
6363 <div class = " flex items-start flex-row -ms-4" style = " transform: translate3d(NaNpx,0px,0px);" >
6464 <div role = " tabpanel" class = " min-w-0 shrink-0 basis-full ps-4" ><img src = " https://picsum.photos/600/600?random=1" width = " 300" height = " 300" class = " rounded-lg" ></div >
@@ -77,7 +77,7 @@ exports[`Carousel > renders with dots correctly 1`] = `
7777`;
7878
7979exports[`Carousel > renders with items correctly 1`] = `
80- "<div role = " region" aria-roledescription = " carousel" tabindex = " 0" class = " relative focus:outline-none" >
80+ "<div role = " region" aria-roledescription = " carousel" data-orientation = " horizontal " tabindex = " 0" class = " relative focus:outline-none" >
8181 <div class = " overflow-hidden" >
8282 <div class = " flex items-start flex-row -ms-4" style = " transform: translate3d(NaNpx,0px,0px);" >
8383 <div role = " group" aria-roledescription = " slide" class = " min-w-0 shrink-0 basis-full ps-4" ><img src = " https://picsum.photos/600/600?random=1" width = " 300" height = " 300" class = " rounded-lg" ></div >
@@ -93,7 +93,7 @@ exports[`Carousel > renders with items correctly 1`] = `
9393`;
9494
9595exports[`Carousel > renders with next correctly 1`] = `
96- "<div role = " region" aria-roledescription = " carousel" tabindex = " 0" class = " relative focus:outline-none" >
96+ "<div role = " region" aria-roledescription = " carousel" data-orientation = " horizontal " tabindex = " 0" class = " relative focus:outline-none" >
9797 <div class = " overflow-hidden" >
9898 <div class = " flex items-start flex-row -ms-4" style = " transform: translate3d(NaNpx,0px,0px);" >
9999 <div role = " group" aria-roledescription = " slide" class = " min-w-0 shrink-0 basis-full ps-4" ><img src = " https://picsum.photos/600/600?random=1" width = " 300" height = " 300" class = " rounded-lg" ></div >
@@ -118,7 +118,7 @@ exports[`Carousel > renders with next correctly 1`] = `
118118`;
119119
120120exports[`Carousel > renders with nextIcon correctly 1`] = `
121- "<div role = " region" aria-roledescription = " carousel" tabindex = " 0" class = " relative focus:outline-none" >
121+ "<div role = " region" aria-roledescription = " carousel" data-orientation = " horizontal " tabindex = " 0" class = " relative focus:outline-none" >
122122 <div class = " overflow-hidden" >
123123 <div class = " flex items-start flex-row -ms-4" style = " transform: translate3d(NaNpx,0px,0px);" >
124124 <div role = " group" aria-roledescription = " slide" class = " min-w-0 shrink-0 basis-full ps-4" ><img src = " https://picsum.photos/600/600?random=1" width = " 300" height = " 300" class = " rounded-lg" ></div >
@@ -143,7 +143,7 @@ exports[`Carousel > renders with nextIcon correctly 1`] = `
143143`;
144144
145145exports[`Carousel > renders with orientation vertical correctly 1`] = `
146- "<div role = " region" aria-roledescription = " carousel" tabindex = " 0" class = " relative focus:outline-none" >
146+ "<div role = " region" aria-roledescription = " carousel" data-orientation = " vertical " tabindex = " 0" class = " relative focus:outline-none" >
147147 <div class = " overflow-hidden" >
148148 <div class = " flex items-start flex-col -mt-4" style = " transform: translate3d(0px,NaNpx,0px);" >
149149 <div role = " group" aria-roledescription = " slide" class = " min-w-0 shrink-0 basis-full pt-4" ><img src = " https://picsum.photos/600/600?random=1" width = " 300" height = " 300" class = " rounded-lg" ></div >
@@ -159,7 +159,7 @@ exports[`Carousel > renders with orientation vertical correctly 1`] = `
159159`;
160160
161161exports[`Carousel > renders with prev correctly 1`] = `
162- "<div role = " region" aria-roledescription = " carousel" tabindex = " 0" class = " relative focus:outline-none" >
162+ "<div role = " region" aria-roledescription = " carousel" data-orientation = " horizontal " tabindex = " 0" class = " relative focus:outline-none" >
163163 <div class = " overflow-hidden" >
164164 <div class = " flex items-start flex-row -ms-4" style = " transform: translate3d(NaNpx,0px,0px);" >
165165 <div role = " group" aria-roledescription = " slide" class = " min-w-0 shrink-0 basis-full ps-4" ><img src = " https://picsum.photos/600/600?random=1" width = " 300" height = " 300" class = " rounded-lg" ></div >
@@ -184,7 +184,7 @@ exports[`Carousel > renders with prev correctly 1`] = `
184184`;
185185
186186exports[`Carousel > renders with prevIcon correctly 1`] = `
187- "<div role = " region" aria-roledescription = " carousel" tabindex = " 0" class = " relative focus:outline-none" >
187+ "<div role = " region" aria-roledescription = " carousel" data-orientation = " horizontal " tabindex = " 0" class = " relative focus:outline-none" >
188188 <div class = " overflow-hidden" >
189189 <div class = " flex items-start flex-row -ms-4" style = " transform: translate3d(NaNpx,0px,0px);" >
190190 <div role = " group" aria-roledescription = " slide" class = " min-w-0 shrink-0 basis-full ps-4" ><img src = " https://picsum.photos/600/600?random=1" width = " 300" height = " 300" class = " rounded-lg" ></div >
@@ -209,7 +209,7 @@ exports[`Carousel > renders with prevIcon correctly 1`] = `
209209`;
210210
211211exports[`Carousel > renders with ui correctly 1`] = `
212- "<div role = " region" aria-roledescription = " carousel" tabindex = " 0" class = " relative focus:outline-none" >
212+ "<div role = " region" aria-roledescription = " carousel" data-orientation = " horizontal " tabindex = " 0" class = " relative focus:outline-none" >
213213 <div class = " overflow-hidden h-[320px]" >
214214 <div class = " flex items-start flex-row -ms-4" style = " transform: translate3d(NaNpx,0px,0px);" >
215215 <div role = " group" aria-roledescription = " slide" class = " min-w-0 shrink-0 basis-full ps-4" ><img src = " https://picsum.photos/600/600?random=1" width = " 300" height = " 300" class = " rounded-lg" ></div >
0 commit comments