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

Commit 5526911

Browse files
Merge pull request #239 from TylerAPfledderer/fix/update-jest-snapshots
test: update jest snapshots
2 parents 51d1807 + 156c20b commit 5526911

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exports[`<CAccordion /> component should render properly 1`] = `
1818
aria-controls="accordion:EMPTY_STRING:content:accordion-item-undefined"
1919
aria-disabled="false"
2020
aria-expanded="false"
21-
class="css-qbtjmr"
21+
class="css-l4grgl"
2222
data-ownedby="accordion:EMPTY_STRING"
2323
data-part="trigger"
2424
id="accordion:EMPTY_STRING:trigger:accordion-item-undefined"
@@ -76,7 +76,7 @@ exports[`<CAccordion /> component should render properly 1`] = `
7676
aria-controls="accordion:EMPTY_STRING:content:accordion-item-1"
7777
aria-disabled="false"
7878
aria-expanded="false"
79-
class="css-qbtjmr"
79+
class="css-l4grgl"
8080
data-ownedby="accordion:EMPTY_STRING"
8181
data-part="trigger"
8282
id="accordion:EMPTY_STRING:trigger:accordion-item-1"
@@ -133,7 +133,7 @@ exports[`<CAccordion /> component should render properly 1`] = `
133133
aria-controls="accordion:EMPTY_STRING:content:accordion-item-2"
134134
aria-disabled="false"
135135
aria-expanded="false"
136-
class="css-qbtjmr"
136+
class="css-l4grgl"
137137
data-ownedby="accordion:EMPTY_STRING"
138138
data-part="trigger"
139139
id="accordion:EMPTY_STRING:trigger:accordion-item-2"
@@ -205,7 +205,7 @@ exports[`<CAccordion /> component should toggle the accordion on click 1`] = `
205205
aria-controls="accordion:EMPTY_STRING:content:accordion-item-4"
206206
aria-disabled="false"
207207
aria-expanded="false"
208-
class="css-qbtjmr"
208+
class="css-l4grgl"
209209
data-ownedby="accordion:EMPTY_STRING"
210210
data-part="trigger"
211211
id="accordion:EMPTY_STRING:trigger:accordion-item-4"

packages/c-checkbox/tests/__snapshots__/c-checkbox.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
exports[`should render properly 1`] = `
44
<DocumentFragment>
55
<div
6-
class="css-zh89a5"
6+
class="css-msv88v"
77
>
88
<label
9-
class="chakra-checkbox css-1feyqmz"
9+
class="chakra-checkbox css-1tw369l"
1010
data-part="root"
1111
id="root-chakra-checkbox-EMPTY_STRING"
1212
>
@@ -24,7 +24,7 @@ exports[`should render properly 1`] = `
2424
/>
2525
<span
2626
aria-hidden="true"
27-
class="chakra-checkbox__control css-89mhxk"
27+
class="chakra-checkbox__control css-19aps0u"
2828
data-part="control"
2929
id="control-chakra-checkbox-EMPTY_STRING"
3030
>

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-1nc8gxl"
7+
class="chakra-icon-button css-1pvq72x"
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-16gthf0"
6+
class="chakra-input css-1ddvw3n"
77
/>
88
</DocumentFragment>
99
`;

packages/c-pin-input/tests/__snapshots__/c-pin-input.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exports[`CPinInput should render properly 1`] = `
1212
aria-label="pin code 1 of 0"
1313
autocapitalize="none"
1414
autocomplete="off"
15-
class="chakra-pin-input-field css-11ncskj"
15+
class="chakra-pin-input-field css-18gxxwq"
1616
data-complete=""
1717
data-ownedby="pin-input:0"
1818
data-part="input"
@@ -25,7 +25,7 @@ exports[`CPinInput should render properly 1`] = `
2525
aria-label="pin code 2 of 0"
2626
autocapitalize="none"
2727
autocomplete="off"
28-
class="chakra-pin-input-field css-11ncskj"
28+
class="chakra-pin-input-field css-18gxxwq"
2929
data-complete=""
3030
data-ownedby="pin-input:0"
3131
data-part="input"
@@ -38,7 +38,7 @@ exports[`CPinInput should render properly 1`] = `
3838
aria-label="pin code 3 of 0"
3939
autocapitalize="none"
4040
autocomplete="off"
41-
class="chakra-pin-input-field css-11ncskj"
41+
class="chakra-pin-input-field css-18gxxwq"
4242
data-complete=""
4343
data-ownedby="pin-input:0"
4444
data-part="input"

packages/c-tag/tests/__snapshots__/c-tag.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ exports[`CTag renders with close button properly 1`] = `
9494
</span>
9595
<button
9696
aria-label="close"
97-
class="css-5tukl8"
97+
class="css-n3bz8p"
9898
type="button"
9999
>
100100
<svg
@@ -155,7 +155,7 @@ exports[`CTag renders with disabled button properly 1`] = `
155155
</span>
156156
<button
157157
aria-label="close"
158-
class="css-5tukl8"
158+
class="css-n3bz8p"
159159
disabled=""
160160
type="button"
161161
>
@@ -257,7 +257,7 @@ exports[`CTag renders with left icon and close button 1`] = `
257257
</span>
258258
<button
259259
aria-label="close"
260-
class="css-5tukl8"
260+
class="css-n3bz8p"
261261
type="button"
262262
>
263263
<svg

0 commit comments

Comments
 (0)