File tree Expand file tree Collapse file tree 7 files changed +15
-14
lines changed
packages/bezier-react/src/components
Avatars/AvatarGroup/__snapshots__
Forms/Inputs/Select/__snapshots__
KeyValueListItem/__snapshots__ Expand file tree Collapse file tree 7 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ exports[`AvatarGroup Ellipsis type - Icon Snapshot 1`] = `
544
544
>
545
545
<path
546
546
clip-rule = " evenodd"
547
- d = " M2.5 12a2.257 2.257 0 0 0 2.25 2.25A2.257 2.257 0 0 0 7 12a2.257 2.257 0 0 0-2.25-2.25A2.257 2.257 0 0 0 2.5 12Zm9 .5 2.25A2.257 2.257 0 0 1 9.75 12 2.257 2.257 0 0 1 12 9.75 2.257 2.257 0 0 1 14.25 12 2.257 2.257 0 0 1 12 14.25Zm7 .25 0A2.257 2.257 0 0 1 17 12a2.257 2.257 0 0 1 2.25-2.25A2.257 2.257 0 0 1 21.5 12a2.257 2.257 0 0 1-2.25 2.25Z "
547
+ d = " M2.5 12a2.257 2.257 0 0 0 2.25 2.25A2.257 2.257 0 0 0 7 12a2.257 2.257 0 0 0-2.25-2.25A2.257 2.257 0 0 0 2.5 12m9 .5 2.25A2.257 2.257 0 0 1 9.75 12 2.257 2.257 0 0 1 12 9.75 2.257 2.257 0 0 1 14.25 12 2.257 2.257 0 0 1 12 14.25m7 .25 0A2.257 2.257 0 0 1 17 12a2.257 2.257 0 0 1 2.25-2.25A2.257 2.257 0 0 1 21.5 12a2.257 2.257 0 0 1-2.25 2.25 "
548
548
fill = " currentColor"
549
549
fill-rule = " evenodd"
550
550
/>
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ exports[`Select Test > Default Style > Snapshot > 1`] = `
144
144
>
145
145
<path
146
146
clip-rule = " evenodd"
147
- d = " M19.707 8.793a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414 0l-7-7a1 1 0 0 1 1.414-1.414L12 15.086l6.293-6.293a1 1 0 0 1 1.414 0Z "
147
+ d = " M19.707 8.793a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414 0l-7-7a1 1 0 0 1 1.414-1.414L12 15.086l6.293-6.293a1 1 0 0 1 1.414 0 "
148
148
fill = " currentColor"
149
149
fill-rule = " evenodd"
150
150
/>
@@ -300,7 +300,7 @@ exports[`Select Test > rightContent > Snapshot > 1`] = `
300
300
>
301
301
<path
302
302
clip-rule = " evenodd"
303
- d = " M19.707 8.793a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414 0l-7-7a1 1 0 0 1 1.414-1.414L12 15.086l6.293-6.293a1 1 0 0 1 1.414 0Z "
303
+ d = " M19.707 8.793a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414 0l-7-7a1 1 0 0 1 1.414-1.414L12 15.086l6.293-6.293a1 1 0 0 1 1.414 0 "
304
304
fill = " currentColor"
305
305
fill-rule = " evenodd"
306
306
/>
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ exports[`Help > Snapshot > 1`] = `
34
34
>
35
35
<path
36
36
clip-rule = " evenodd"
37
- d = " M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.83 12.541h-1.9v-.708c0-1.156.625-2.24 1.672-2.9.867-.546 1.337-.939 1.337-1.447 0-1.014-1-1.561-1.94-1.561-1.035 0-1.942.73-1.942 1.56h-1.9c0-1.875 1.758-3.46 3.841-3.46 2.154 0 3.842 1.52 3.842 3.46 0 1.655-1.392 2.533-2.225 3.056-.236.15-.784.573-.784 1.292v.708Zm -.889 3.631a1.244 1.244 0 1 1 0-2.487 1.244 1.244 0 0 1 0 2.487Z "
37
+ d = " M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm.83 12.541h-1.9v-.708c0-1.156.625-2.24 1.672-2.9.867-.546 1.337-.939 1.337-1.447 0-1.014-1-1.561-1.94-1.561-1.035 0-1.942.73-1.942 1.56h-1.9c0-1.875 1.758-3.46 3.841-3.46 2.154 0 3.842 1.52 3.842 3.46 0 1.655-1.392 2.533-2.225 3.056-.236.15-.784.573-.784 1.292v.708m -.889 3.631a1.244 1.244 0 1 1 0-2.487 1.244 1.244 0 0 1 0 2.487 "
38
38
fill = " currentColor"
39
39
fill-rule = " evenodd"
40
40
/>
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ exports[`KeyValueListItem Snapshot > 1`] = `
155
155
>
156
156
<path
157
157
clip-rule = " evenodd"
158
- d = " M15.832 1s.272 1.628-1.033 3.197c-1.394 1.675-2.979 1.4-2.979 1.4s-.297-1.317.872-2.857C14.006 1.01 15.832 1 15.832 1Zm3 .637 6.81s-2.163 1.105-2.163 3.789c0 3.027 2.694 4.07 2.694 4.07s-1.883 5.302-4.427 5.302c-.577 0-1.09-.192-1.611-.387-.534-.2-1.075-.401-1.698-.401-.695 0-1.388.25-2.005.475-.497.18-.945.342-1.306.342-2.322 0-5.257-5.03-5.257-9.071 0-3.977 2.484-6.063 4.814-6.063.88 0 1.646.295 2.288.542.462.178.86.33 1.19.33.264 0 .618-.142 1.047-.315.669-.27 1.522-.613 2.517-.613 2.81 0 3.917 2 3.917 2Z "
158
+ d = " M15.832 1s.272 1.628-1.033 3.197c-1.394 1.675-2.979 1.4-2.979 1.4s-.297-1.317.872-2.857C14.006 1.01 15.832 1 15.832 1m3 .637 6.81s-2.163 1.105-2.163 3.789c0 3.027 2.694 4.07 2.694 4.07s-1.883 5.302-4.427 5.302c-.577 0-1.09-.192-1.611-.387-.534-.2-1.075-.401-1.698-.401-.695 0-1.388.25-2.005.475-.497.18-.945.342-1.306.342-2.322 0-5.257-5.03-5.257-9.071 0-3.977 2.484-6.063 4.814-6.063.88 0 1.646.295 2.288.542.462.178.86.33 1.19.33.264 0 .618-.142 1.047-.315.669-.27 1.522-.613 2.517-.613 2.81 0 3.917 2 3.917 2 "
159
159
fill = " currentColor"
160
160
fill-rule = " evenodd"
161
161
/>
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ exports[`NavGroup Test > Snapshot > Active 1`] = `
136
136
>
137
137
<path
138
138
clip-rule = " evenodd"
139
- d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z "
139
+ d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0 "
140
140
fill = " currentColor"
141
141
fill-rule = " evenodd"
142
142
/>
@@ -168,7 +168,7 @@ exports[`NavGroup Test > Snapshot > Active 1`] = `
168
168
>
169
169
<path
170
170
clip-rule = " evenodd"
171
- d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z "
171
+ d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0 "
172
172
fill = " currentColor"
173
173
fill-rule = " evenodd"
174
174
/>
@@ -320,7 +320,7 @@ exports[`NavGroup Test > Snapshot > Not active 1`] = `
320
320
>
321
321
<path
322
322
clip-rule = " evenodd"
323
- d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z "
323
+ d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0 "
324
324
fill = " currentColor"
325
325
fill-rule = " evenodd"
326
326
/>
@@ -352,7 +352,7 @@ exports[`NavGroup Test > Snapshot > Not active 1`] = `
352
352
>
353
353
<path
354
354
clip-rule = " evenodd"
355
- d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z "
355
+ d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0 "
356
356
fill = " currentColor"
357
357
fill-rule = " evenodd"
358
358
/>
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ exports[`NavItem Test > Snapshot > Active 1`] = `
98
98
>
99
99
<path
100
100
clip-rule = " evenodd"
101
- d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z "
101
+ d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0 "
102
102
fill = " currentColor"
103
103
fill-rule = " evenodd"
104
104
/>
@@ -218,7 +218,7 @@ exports[`NavItem Test > Snapshot > Not active 1`] = `
218
218
>
219
219
<path
220
220
clip-rule = " evenodd"
221
- d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z "
221
+ d = " M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0 "
222
222
fill = " currentColor"
223
223
fill-rule = " evenodd"
224
224
/>
Original file line number Diff line number Diff line change @@ -19285,18 +19285,19 @@ __metadata:
19285
19285
linkType: hard
19286
19286
19287
19287
"svgo@npm:^3.0.2":
19288
- version: 3.0.3
19289
- resolution: "svgo@npm:3.0.3 "
19288
+ version: 3.0.4
19289
+ resolution: "svgo@npm:3.0.4 "
19290
19290
dependencies:
19291
19291
"@trysound/sax": 0.2.0
19292
19292
commander: ^7.2.0
19293
19293
css-select: ^5.1.0
19294
19294
css-tree: ^2.2.1
19295
+ css-what: ^6.1.0
19295
19296
csso: 5.0.5
19296
19297
picocolors: ^1.0.0
19297
19298
bin:
19298
19299
svgo: ./bin/svgo
19299
- checksum: 0e34c70b9ff429e6c6773a0607063c2893fa655fffe3d0c2ea236764e54f77c6eb0cfc510a05ae11f589e343b59aef5ad210022aa49cd81eb6ad16446e2e0388
19300
+ checksum: b78aa6f0a2873f41d6e62d68a59c41a706885cd5164c21709461546f26ec2b37a0bb40fd4904c0d39f97a22c61b4b9834baac395aefd44439a0207c25e048a6c
19300
19301
languageName: node
19301
19302
linkType: hard
19302
19303
You can’t perform that action at this time.
0 commit comments