This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed
c-accordion/tests/__snapshots__
c-checkbox/tests/__snapshots__
c-close-button/tests/__snapshots__
c-input/tests/__snapshots__
c-pin-input/tests/__snapshots__
c-tag/tests/__snapshots__ Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ exports[`<CAccordion /> component should render properly 1`] = `
18
18
aria-controls = " accordion:EMPTY_STRING:content:accordion-item-undefined"
19
19
aria-disabled = " false"
20
20
aria-expanded = " false"
21
- class = " css-qbtjmr "
21
+ class = " css-l4grgl "
22
22
data-ownedby = " accordion:EMPTY_STRING"
23
23
data-part = " trigger"
24
24
id = " accordion:EMPTY_STRING:trigger:accordion-item-undefined"
@@ -76,7 +76,7 @@ exports[`<CAccordion /> component should render properly 1`] = `
76
76
aria-controls = " accordion:EMPTY_STRING:content:accordion-item-1"
77
77
aria-disabled = " false"
78
78
aria-expanded = " false"
79
- class = " css-qbtjmr "
79
+ class = " css-l4grgl "
80
80
data-ownedby = " accordion:EMPTY_STRING"
81
81
data-part = " trigger"
82
82
id = " accordion:EMPTY_STRING:trigger:accordion-item-1"
@@ -133,7 +133,7 @@ exports[`<CAccordion /> component should render properly 1`] = `
133
133
aria-controls = " accordion:EMPTY_STRING:content:accordion-item-2"
134
134
aria-disabled = " false"
135
135
aria-expanded = " false"
136
- class = " css-qbtjmr "
136
+ class = " css-l4grgl "
137
137
data-ownedby = " accordion:EMPTY_STRING"
138
138
data-part = " trigger"
139
139
id = " accordion:EMPTY_STRING:trigger:accordion-item-2"
@@ -205,7 +205,7 @@ exports[`<CAccordion /> component should toggle the accordion on click 1`] = `
205
205
aria-controls = " accordion:EMPTY_STRING:content:accordion-item-4"
206
206
aria-disabled = " false"
207
207
aria-expanded = " false"
208
- class = " css-qbtjmr "
208
+ class = " css-l4grgl "
209
209
data-ownedby = " accordion:EMPTY_STRING"
210
210
data-part = " trigger"
211
211
id = " accordion:EMPTY_STRING:trigger:accordion-item-4"
Original file line number Diff line number Diff line change 3
3
exports [` should render properly 1` ] = `
4
4
<DocumentFragment >
5
5
<div
6
- class = " css-zh89a5 "
6
+ class = " css-msv88v "
7
7
>
8
8
<label
9
- class = " chakra-checkbox css-1feyqmz "
9
+ class = " chakra-checkbox css-1tw369l "
10
10
data-part = " root"
11
11
id = " root-chakra-checkbox-EMPTY_STRING"
12
12
>
@@ -24,7 +24,7 @@ exports[`should render properly 1`] = `
24
24
/>
25
25
<span
26
26
aria-hidden = " true"
27
- class = " chakra-checkbox__control css-89mhxk "
27
+ class = " chakra-checkbox__control css-19aps0u "
28
28
data-part = " control"
29
29
id = " control-chakra-checkbox-EMPTY_STRING"
30
30
>
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ exports[`should render properly 1`] = `
4
4
<DocumentFragment >
5
5
<button
6
6
aria-label = " Close"
7
- class = " chakra-icon-button css-1nc8gxl "
7
+ class = " chakra-icon-button css-1pvq72x "
8
8
data-testid = " closebutton"
9
9
type = " button"
10
10
>
Original file line number Diff line number Diff line change 3
3
exports [` <CInput /> should render properly 1` ] = `
4
4
<DocumentFragment >
5
5
<input
6
- class = " chakra-input css-16gthf0 "
6
+ class = " chakra-input css-1ddvw3n "
7
7
/>
8
8
</DocumentFragment >
9
9
` ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ exports[`CPinInput should render properly 1`] = `
12
12
aria-label = " pin code 1 of 0"
13
13
autocapitalize = " none"
14
14
autocomplete = " off"
15
- class = " chakra-pin-input-field css-11ncskj "
15
+ class = " chakra-pin-input-field css-18gxxwq "
16
16
data-complete = " "
17
17
data-ownedby = " pin-input:0"
18
18
data-part = " input"
@@ -25,7 +25,7 @@ exports[`CPinInput should render properly 1`] = `
25
25
aria-label = " pin code 2 of 0"
26
26
autocapitalize = " none"
27
27
autocomplete = " off"
28
- class = " chakra-pin-input-field css-11ncskj "
28
+ class = " chakra-pin-input-field css-18gxxwq "
29
29
data-complete = " "
30
30
data-ownedby = " pin-input:0"
31
31
data-part = " input"
@@ -38,7 +38,7 @@ exports[`CPinInput should render properly 1`] = `
38
38
aria-label = " pin code 3 of 0"
39
39
autocapitalize = " none"
40
40
autocomplete = " off"
41
- class = " chakra-pin-input-field css-11ncskj "
41
+ class = " chakra-pin-input-field css-18gxxwq "
42
42
data-complete = " "
43
43
data-ownedby = " pin-input:0"
44
44
data-part = " input"
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ exports[`CTag renders with close button properly 1`] = `
94
94
</span >
95
95
<button
96
96
aria-label = " close"
97
- class = " css-5tukl8 "
97
+ class = " css-n3bz8p "
98
98
type = " button"
99
99
>
100
100
<svg
@@ -155,7 +155,7 @@ exports[`CTag renders with disabled button properly 1`] = `
155
155
</span >
156
156
<button
157
157
aria-label = " close"
158
- class = " css-5tukl8 "
158
+ class = " css-n3bz8p "
159
159
disabled = " "
160
160
type = " button"
161
161
>
@@ -257,7 +257,7 @@ exports[`CTag renders with left icon and close button 1`] = `
257
257
</span >
258
258
<button
259
259
aria-label = " close"
260
- class = " css-5tukl8 "
260
+ class = " css-n3bz8p "
261
261
type = " button"
262
262
>
263
263
<svg
You can’t perform that action at this time.
0 commit comments