Skip to content

Commit f8ee5e6

Browse files
committed
refactor: bullet and link vanilla extract (#5504)
* refactor: vanilla extract link and bullet * fix: rebase * fix: disabled should be a prop, not a sentiment * fix: rebase * fix: issue with prominence color link
1 parent 0330168 commit f8ee5e6

File tree

11 files changed

+418
-3428
lines changed

11 files changed

+418
-3428
lines changed

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
@@ -73,28 +73,6 @@ exports[`fAQ > should work with illustrationTest 1`] = `
7373
border: 1px solid #e9eaeb;
7474
}
7575
76-
.emotion-3 {
77-
display: -webkit-box;
78-
display: -webkit-flex;
79-
display: -ms-flexbox;
80-
display: flex;
81-
border-radius: 100%;
82-
-webkit-box-pack: center;
83-
-ms-flex-pack: center;
84-
-webkit-justify-content: center;
85-
justify-content: center;
86-
-webkit-align-items: center;
87-
-webkit-box-align: center;
88-
-ms-flex-align: center;
89-
align-items: center;
90-
width: 2rem;
91-
height: 2rem;
92-
font-size: 1rem;
93-
color: #641cb3;
94-
background: #f1eefc;
95-
border: 1px solid #f1eefc;
96-
}
97-
9876
<div
9977
data-testid="testing"
10078
>
@@ -109,7 +87,7 @@ exports[`fAQ > should work with illustrationTest 1`] = `
10987
>
11088
<div>
11189
<div
112-
class="emotion-3 emotion-4"
90+
class="uv_1jy42m00 uv_1jy42m01 uv_1jy42m0c uv_1jy42m0f"
11391
>
11492
1
11593
</div>

0 commit comments

Comments
 (0)