Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 1847858

Browse files
committed
test: updta snapshots
1 parent 1315fe7 commit 1847858

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/c-close-button/tests/__snapshots__/c-close-button.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`should render properly 1`] = `
44
<DocumentFragment>
55
<button
66
aria-label="Close"
7-
class="chakra-icon-button css-fdaoze"
7+
class="chakra-icon-button css-1rjs8ic"
88
data-testid="closebutton"
99
type="button"
1010
>

packages/c-input/tests/__snapshots__/c-input.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`<CInput /> should render properly 1`] = `
44
<DocumentFragment>
55
<input
6-
class="chakra-input css-1c5wzdr"
6+
class="chakra-input css-lsrr6s"
77
/>
88
</DocumentFragment>
99
`;

packages/layout/tests/__snapshots__/layout.test.ts.snap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ exports[`<CGrid /> & <CGridItem /> should render properly 1`] = `
118118
exports[`<CHeading /> should render properly 1`] = `
119119
<DocumentFragment>
120120
<div
121-
class="chakra-stack css-17kdbol"
121+
class="chakra-stack css-wulyol"
122122
>
123123
<h1
124124
class="chakra-heading css-cule"
@@ -185,12 +185,12 @@ exports[`<CKbd /> should render properly 1`] = `
185185
exports[`<CLink /> should render properly 1`] = `
186186
<DocumentFragment>
187187
<a
188-
class="chakra-link css-xisxf"
188+
class="chakra-link css-ih1tun"
189189
>
190190
CLink
191191
</a>
192192
<a
193-
class="chakra-link css-xisxf"
193+
class="chakra-link css-ih1tun"
194194
rel="noopener noreferrer"
195195
target="_blank"
196196
>
@@ -220,7 +220,7 @@ exports[`<CLinkBox /> <CLinkOverlay /> should render properly 1`] = `
220220
As a side note, using quotation marks around an attribute value is required only if this value is not a valid identifier.
221221
</p>
222222
<a
223-
class="chakra-link css-xisxf"
223+
class="chakra-link css-ih1tun"
224224
href="https://google.com"
225225
rel="noopener noreferrer"
226226
target="_blank"
@@ -437,7 +437,7 @@ exports[`<CSquare /> & <CCircle /> should render properly 1`] = `
437437
exports[`<CStack /> should render properly 1`] = `
438438
<DocumentFragment>
439439
<div
440-
class="chakra-stack css-n21gh5"
440+
class="chakra-stack css-owjkmg"
441441
>
442442
<div>
443443
1
@@ -447,7 +447,7 @@ exports[`<CStack /> should render properly 1`] = `
447447
</div>
448448
</div>
449449
<div
450-
class="chakra-stack-horizontal css-x9juev"
450+
class="chakra-stack-horizontal css-84zodg"
451451
>
452452
<div>
453453
1
@@ -457,7 +457,7 @@ exports[`<CStack /> should render properly 1`] = `
457457
</div>
458458
</div>
459459
<div
460-
class="chakra-stack-vertical css-n21gh5"
460+
class="chakra-stack-vertical css-owjkmg"
461461
>
462462
<div>
463463
1

0 commit comments

Comments
 (0)