Skip to content

Commit 33780fa

Browse files
committed
feat(Popover): vanilla extract popup (#5477)
* feat: popup, popover and tooltip * fix: var in new file
1 parent 8faed76 commit 33780fa

File tree

37 files changed

+9605
-10359
lines changed

37 files changed

+9605
-10359
lines changed

packages/form/src/components/DateInputField/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 213 additions & 345 deletions
Large diffs are not rendered by default.

packages/form/src/components/KeyValueField/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 9 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,6 @@ exports[`keyValueField > should render with default props & max size 1`] = `
4848
}
4949
5050
.emotion-4 {
51-
display: inherit;
52-
}
53-
54-
.emotion-4[data-container-full-height="true"] {
55-
height: 100%;
56-
}
57-
58-
.emotion-4[data-container-full-width="true"] {
59-
width: 100%;
60-
}
61-
62-
.emotion-6 {
6351
vertical-align: middle;
6452
fill: currentColor;
6553
height: 1rem;
@@ -68,7 +56,7 @@ exports[`keyValueField > should render with default props & max size 1`] = `
6856
min-height: 1rem;
6957
}
7058
71-
.emotion-6 .fillStroke {
59+
.emotion-4 .fillStroke {
7260
stroke: currentColor;
7361
fill: none;
7462
}
@@ -89,8 +77,7 @@ exports[`keyValueField > should render with default props & max size 1`] = `
8977
<div
9078
aria-controls="«r8»"
9179
aria-describedby="«r8»"
92-
class="emotion-4 emotion-5"
93-
data-container-full-width="false"
80+
class="uv_w40vpo9"
9481
tabindex="0"
9582
>
9683
<button
@@ -99,7 +86,7 @@ exports[`keyValueField > should render with default props & max size 1`] = `
9986
type="button"
10087
>
10188
<svg
102-
class="emotion-6 emotion-7"
89+
class="emotion-4 emotion-5"
10390
viewBox="0 0 16 16"
10491
>
10592
<path
@@ -164,18 +151,6 @@ exports[`keyValueField > should render with default props 1`] = `
164151
}
165152
166153
.emotion-4 {
167-
display: inherit;
168-
}
169-
170-
.emotion-4[data-container-full-height="true"] {
171-
height: 100%;
172-
}
173-
174-
.emotion-4[data-container-full-width="true"] {
175-
width: 100%;
176-
}
177-
178-
.emotion-6 {
179154
vertical-align: middle;
180155
fill: currentColor;
181156
height: 1rem;
@@ -184,7 +159,7 @@ exports[`keyValueField > should render with default props 1`] = `
184159
min-height: 1rem;
185160
}
186161
187-
.emotion-6 .fillStroke {
162+
.emotion-4 .fillStroke {
188163
stroke: currentColor;
189164
fill: none;
190165
}
@@ -205,8 +180,7 @@ exports[`keyValueField > should render with default props 1`] = `
205180
<div
206181
aria-controls="«r0»"
207182
aria-describedby="«r0»"
208-
class="emotion-4 emotion-5"
209-
data-container-full-width="false"
183+
class="uv_w40vpo9"
210184
tabindex="0"
211185
>
212186
<button
@@ -215,7 +189,7 @@ exports[`keyValueField > should render with default props 1`] = `
215189
type="button"
216190
>
217191
<svg
218-
class="emotion-6 emotion-7"
192+
class="emotion-4 emotion-5"
219193
viewBox="0 0 16 16"
220194
>
221195
<path
@@ -280,18 +254,6 @@ exports[`keyValueField > should render with default props in readonly mode 1`] =
280254
}
281255
282256
.emotion-4 {
283-
display: inherit;
284-
}
285-
286-
.emotion-4[data-container-full-height="true"] {
287-
height: 100%;
288-
}
289-
290-
.emotion-4[data-container-full-width="true"] {
291-
width: 100%;
292-
}
293-
294-
.emotion-6 {
295257
vertical-align: middle;
296258
fill: currentColor;
297259
height: 1rem;
@@ -300,7 +262,7 @@ exports[`keyValueField > should render with default props in readonly mode 1`] =
300262
min-height: 1rem;
301263
}
302264
303-
.emotion-6 .fillStroke {
265+
.emotion-4 .fillStroke {
304266
stroke: currentColor;
305267
fill: none;
306268
}
@@ -321,8 +283,7 @@ exports[`keyValueField > should render with default props in readonly mode 1`] =
321283
<div
322284
aria-controls="«r9»"
323285
aria-describedby="«r9»"
324-
class="emotion-4 emotion-5"
325-
data-container-full-width="false"
286+
class="uv_w40vpo9"
326287
tabindex="0"
327288
>
328289
<button
@@ -332,7 +293,7 @@ exports[`keyValueField > should render with default props in readonly mode 1`] =
332293
type="button"
333294
>
334295
<svg
335-
class="emotion-6 emotion-7"
296+
class="emotion-4 emotion-5"
336297
viewBox="0 0 16 16"
337298
>
338299
<path

0 commit comments

Comments
 (0)