Skip to content

Commit 7cc0f5f

Browse files
committed
fix: update prefix to add uv
1 parent 5f8a01c commit 7cc0f5f

File tree

36 files changed

+1855
-1635
lines changed

36 files changed

+1855
-1635
lines changed

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

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

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ exports[`KeyValueField > should render with default props & max size 1`] = `
6363
width: 100%;
6464
}
6565
66-
.emotion-12 {
66+
.emotion-8 {
6767
vertical-align: middle;
6868
fill: currentColor;
6969
height: 1rem;
@@ -72,7 +72,7 @@ exports[`KeyValueField > should render with default props & max size 1`] = `
7272
min-height: 1rem;
7373
}
7474
75-
.emotion-12 .fillStroke {
75+
.emotion-8 .fillStroke {
7676
stroke: currentColor;
7777
fill: none;
7878
}
@@ -98,12 +98,12 @@ exports[`KeyValueField > should render with default props & max size 1`] = `
9898
tabindex="0"
9999
>
100100
<button
101-
class=" emotion-8 emotion-9 emotion-10 e1wcoek e1wcoeh emotion-11 e1wcoeu"
101+
class=" uv_e1wcoe0 uv_e1wcoe1 uv_e1wcoe6 uv_e1wcoek uv_e1wcoeh uv_e1wcoe7 uv_e1wcoeu"
102102
data-testid="add-button"
103103
type="button"
104104
>
105105
<svg
106-
class="emotion-12 emotion-13"
106+
class="emotion-8 emotion-9"
107107
viewBox="0 0 16 16"
108108
>
109109
<path
@@ -183,7 +183,7 @@ exports[`KeyValueField > should render with default props 1`] = `
183183
width: 100%;
184184
}
185185
186-
.emotion-12 {
186+
.emotion-8 {
187187
vertical-align: middle;
188188
fill: currentColor;
189189
height: 1rem;
@@ -192,7 +192,7 @@ exports[`KeyValueField > should render with default props 1`] = `
192192
min-height: 1rem;
193193
}
194194
195-
.emotion-12 .fillStroke {
195+
.emotion-8 .fillStroke {
196196
stroke: currentColor;
197197
fill: none;
198198
}
@@ -218,12 +218,12 @@ exports[`KeyValueField > should render with default props 1`] = `
218218
tabindex="0"
219219
>
220220
<button
221-
class=" emotion-8 emotion-9 emotion-10 e1wcoek e1wcoeh emotion-11 e1wcoeu"
221+
class=" uv_e1wcoe0 uv_e1wcoe1 uv_e1wcoe6 uv_e1wcoek uv_e1wcoeh uv_e1wcoe7 uv_e1wcoeu"
222222
data-testid="add-button"
223223
type="button"
224224
>
225225
<svg
226-
class="emotion-12 emotion-13"
226+
class="emotion-8 emotion-9"
227227
viewBox="0 0 16 16"
228228
>
229229
<path
@@ -303,7 +303,7 @@ exports[`KeyValueField > should render with default props in readonly mode 1`] =
303303
width: 100%;
304304
}
305305
306-
.emotion-12 {
306+
.emotion-8 {
307307
vertical-align: middle;
308308
fill: currentColor;
309309
height: 1rem;
@@ -312,7 +312,7 @@ exports[`KeyValueField > should render with default props in readonly mode 1`] =
312312
min-height: 1rem;
313313
}
314314
315-
.emotion-12 .fillStroke {
315+
.emotion-8 .fillStroke {
316316
stroke: currentColor;
317317
fill: none;
318318
}
@@ -338,13 +338,13 @@ exports[`KeyValueField > should render with default props in readonly mode 1`] =
338338
tabindex="0"
339339
>
340340
<button
341-
class=" emotion-8 emotion-9 emotion-10 e1wcoej e1wcoeh emotion-11 e1wcoeu"
341+
class=" uv_e1wcoe0 uv_e1wcoe1 uv_e1wcoe6 uv_e1wcoej uv_e1wcoeh uv_e1wcoe7 uv_e1wcoeu"
342342
data-testid="add-button"
343343
disabled=""
344344
type="button"
345345
>
346346
<svg
347-
class="emotion-12 emotion-13"
347+
class="emotion-8 emotion-9"
348348
viewBox="0 0 16 16"
349349
>
350350
<path

0 commit comments

Comments
 (0)