Skip to content

Commit e468a85

Browse files
Matthias Prostlisalupi
authored andcommitted
feat(Button): emotion removal vanilla extract (#5428)
* feat(Button): emotion removal vanilla extract * fix: unit tests and checks * fix: update prefix to add uv * fix: snapshot update
1 parent 8a90258 commit e468a85

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

packages/ui/src/components/DateInput/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -576,12 +576,12 @@ exports[`DateInput > render correctly with showMonthYearPicker with default date
576576
min-height: 1rem;
577577
}
578578
579-
.emotion-26 .fillStroke {
579+
.emotion-24 .fillStroke {
580580
stroke: currentColor;
581581
fill: none;
582582
}
583583
584-
.emotion-29 {
584+
.emotion-27 {
585585
color: #3f4250;
586586
font-size: 1rem;
587587
font-family: Inter,sans-serif;
@@ -1168,12 +1168,12 @@ exports[`DateInput > render correctly with showMonthYearPicker with excluded mon
11681168
min-height: 1rem;
11691169
}
11701170
1171-
.emotion-26 .fillStroke {
1171+
.emotion-24 .fillStroke {
11721172
stroke: currentColor;
11731173
fill: none;
11741174
}
11751175
1176-
.emotion-29 {
1176+
.emotion-27 {
11771177
color: #3f4250;
11781178
font-size: 1rem;
11791179
font-family: Inter,sans-serif;
@@ -4081,12 +4081,12 @@ exports[`DateInput > renders correctly with a array of dates to exclude 1`] = `
40814081
min-height: 1rem;
40824082
}
40834083
4084-
.emotion-26 .fillStroke {
4084+
.emotion-24 .fillStroke {
40854085
stroke: currentColor;
40864086
fill: none;
40874087
}
40884088
4089-
.emotion-29 {
4089+
.emotion-27 {
40904090
color: #3f4250;
40914091
font-size: 1rem;
40924092
font-family: Inter,sans-serif;
@@ -4951,12 +4951,12 @@ exports[`DateInput > renders correctly with date-fns locale es 1`] = `
49514951
min-height: 1rem;
49524952
}
49534953
4954-
.emotion-26 .fillStroke {
4954+
.emotion-24 .fillStroke {
49554955
stroke: currentColor;
49564956
fill: none;
49574957
}
49584958
4959-
.emotion-29 {
4959+
.emotion-27 {
49604960
color: #3f4250;
49614961
font-size: 1rem;
49624962
font-family: Inter,sans-serif;
@@ -5816,12 +5816,12 @@ exports[`DateInput > renders correctly with date-fns locale fr 1`] = `
58165816
min-height: 1rem;
58175817
}
58185818
5819-
.emotion-26 .fillStroke {
5819+
.emotion-24 .fillStroke {
58205820
stroke: currentColor;
58215821
fill: none;
58225822
}
58235823
5824-
.emotion-29 {
5824+
.emotion-27 {
58255825
color: #3f4250;
58265826
font-size: 1rem;
58275827
font-family: Inter,sans-serif;
@@ -6681,12 +6681,12 @@ exports[`DateInput > renders correctly with date-fns locale ru 1`] = `
66816681
min-height: 1rem;
66826682
}
66836683
6684-
.emotion-26 .fillStroke {
6684+
.emotion-24 .fillStroke {
66856685
stroke: currentColor;
66866686
fill: none;
66876687
}
66886688
6689-
.emotion-29 {
6689+
.emotion-27 {
66906690
color: #3f4250;
66916691
font-size: 1rem;
66926692
font-family: Inter,sans-serif;

packages/ui/src/components/SelectInput/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4069,7 +4069,7 @@ exports[`SelectInput > renders correctly multiselect 1`] = `
40694069
text-decoration: none;
40704070
}
40714071

4072-
.emotion-154 {
4072+
.emotion-153 {
40734073
font-size: 0.75rem;
40744074
font-family: Inter,sans-serif;
40754075
font-weight: 400;

pnpm-lock.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)