Skip to content

Commit 1419fb4

Browse files
lisalupimatthprost
authored andcommitted
refactor: vanilla extract link and bullet
1 parent 3063713 commit 1419fb4

File tree

25 files changed

+851
-5341
lines changed

25 files changed

+851
-5341
lines changed

.changeset/pretty-planes-ask.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ultraviolet/ui": minor
3+
---
4+
5+
Refactor components `Link` and `Bullet` to use vanilla-extract instead of Emotion

packages/plus/src/components/FAQ/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -118,28 +118,6 @@ exports[`FAQ > should work with illustrationTest 1`] = `
118118
gap: 1rem;
119119
}
120120
121-
.emotion-5 {
122-
display: -webkit-box;
123-
display: -webkit-flex;
124-
display: -ms-flexbox;
125-
display: flex;
126-
border-radius: 100%;
127-
-webkit-box-pack: center;
128-
-ms-flex-pack: center;
129-
-webkit-justify-content: center;
130-
justify-content: center;
131-
-webkit-align-items: center;
132-
-webkit-box-align: center;
133-
-ms-flex-align: center;
134-
align-items: center;
135-
width: 2rem;
136-
height: 2rem;
137-
font-size: 1rem;
138-
color: #641cb3;
139-
background: #f1eefc;
140-
border: 1px solid #f1eefc;
141-
}
142-
143121
<div
144122
data-testid="testing"
145123
>
@@ -153,7 +131,7 @@ exports[`FAQ > should work with illustrationTest 1`] = `
153131
>
154132
<div>
155133
<div
156-
class="emotion-5 emotion-6"
134+
class="uv_1jy42m00 uv_1jy42m0d uv_1jy42m01 uv_1jy42m0f"
157135
>
158136
1
159137
</div>

0 commit comments

Comments
 (0)