Skip to content

Commit 0d0ce70

Browse files
committed
fix: rebase
1 parent 0ccd2d3 commit 0d0ce70

File tree

3 files changed

+126
-0
lines changed

3 files changed

+126
-0
lines changed

packages/plus/src/components/EstimateCost/__tests__/__snapshots__/Regular.test.tsx.snap

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,9 @@ exports[`estimateCost - Regular Item > render basic props 1`] = `
444444
background: #ffffff;
445445
border-radius: 0.25rem;
446446
width: 100%;
447+
-webkit-align-content: center;
448+
-ms-flex-line-pack: center;
449+
align-content: center;
447450
}
448451
449452
.emotion-42[data-size='small'] {
@@ -1359,6 +1362,9 @@ exports[`estimateCost - Regular Item > render basic props with is not defined 1`
13591362
background: #ffffff;
13601363
border-radius: 0.25rem;
13611364
width: 100%;
1365+
-webkit-align-content: center;
1366+
-ms-flex-line-pack: center;
1367+
align-content: center;
13621368
}
13631369
13641370
.emotion-40[data-size='small'] {
@@ -2266,6 +2272,9 @@ exports[`estimateCost - Regular Item > render basic props with long fractions di
22662272
background: #ffffff;
22672273
border-radius: 0.25rem;
22682274
width: 100%;
2275+
-webkit-align-content: center;
2276+
-ms-flex-line-pack: center;
2277+
align-content: center;
22692278
}
22702279
22712280
.emotion-42[data-size='small'] {
@@ -3196,6 +3205,9 @@ exports[`estimateCost - Regular Item > render basic props with maxPrice 1`] = `
31963205
background: #ffffff;
31973206
border-radius: 0.25rem;
31983207
width: 100%;
3208+
-webkit-align-content: center;
3209+
-ms-flex-line-pack: center;
3210+
align-content: center;
31993211
}
32003212
32013213
.emotion-42[data-size='small'] {
@@ -4135,6 +4147,9 @@ exports[`estimateCost - Regular Item > render basic props with maxPrice and long
41354147
background: #ffffff;
41364148
border-radius: 0.25rem;
41374149
width: 100%;
4150+
-webkit-align-content: center;
4151+
-ms-flex-line-pack: center;
4152+
align-content: center;
41384153
}
41394154
41404155
.emotion-42[data-size='small'] {
@@ -5105,6 +5120,9 @@ exports[`estimateCost - Regular Item > render basic props with overlay 1`] = `
51055120
background: #ffffff;
51065121
border-radius: 0.25rem;
51075122
width: 100%;
5123+
-webkit-align-content: center;
5124+
-ms-flex-line-pack: center;
5125+
align-content: center;
51085126
}
51095127
51105128
.emotion-56[data-size='small'] {
@@ -6212,6 +6230,9 @@ exports[`estimateCost - Regular Item > render basic props with overlay beta 1`]
62126230
background: #ffffff;
62136231
border-radius: 0.25rem;
62146232
width: 100%;
6233+
-webkit-align-content: center;
6234+
-ms-flex-line-pack: center;
6235+
align-content: center;
62156236
}
62166237
62176238
.emotion-50[data-size='small'] {
@@ -7206,6 +7227,9 @@ exports[`estimateCost - Regular Item > render basic props with sublabel 1`] = `
72067227
background: #ffffff;
72077228
border-radius: 0.25rem;
72087229
width: 100%;
7230+
-webkit-align-content: center;
7231+
-ms-flex-line-pack: center;
7232+
align-content: center;
72097233
}
72107234
72117235
.emotion-42[data-size='small'] {
@@ -8145,6 +8169,9 @@ exports[`estimateCost - Regular Item > render basic props with textNotDefined 1`
81458169
background: #ffffff;
81468170
border-radius: 0.25rem;
81478171
width: 100%;
8172+
-webkit-align-content: center;
8173+
-ms-flex-line-pack: center;
8174+
align-content: center;
81488175
}
81498176
81508177
.emotion-42[data-size='small'] {
@@ -9079,6 +9106,9 @@ exports[`estimateCost - Regular Item > render basic with ellipsis 1`] = `
90799106
background: #ffffff;
90809107
border-radius: 0.25rem;
90819108
width: 100%;
9109+
-webkit-align-content: center;
9110+
-ms-flex-line-pack: center;
9111+
align-content: center;
90829112
}
90839113
90849114
.emotion-44[data-size='small'] {
@@ -10027,6 +10057,9 @@ exports[`estimateCost - Regular Item > render with alert 1`] = `
1002710057
background: #ffffff;
1002810058
border-radius: 0.25rem;
1002910059
width: 100%;
10060+
-webkit-align-content: center;
10061+
-ms-flex-line-pack: center;
10062+
align-content: center;
1003010063
}
1003110064
1003210065
.emotion-42[data-size='small'] {
@@ -10980,6 +11013,9 @@ exports[`estimateCost - Regular Item > render with isDisabledOnOverlay 1`] = `
1098011013
background: #ffffff;
1098111014
border-radius: 0.25rem;
1098211015
width: 100%;
11016+
-webkit-align-content: center;
11017+
-ms-flex-line-pack: center;
11018+
align-content: center;
1098311019
}
1098411020
1098511021
.emotion-40[data-size='small'] {

packages/ui/src/components/SelectInput/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4781,6 +4781,9 @@ exports[`selectInput > renders correctly 1`] = `
47814781
background: #ffffff;
47824782
border-radius: 0.25rem;
47834783
width: 100%;
4784+
-webkit-align-content: center;
4785+
-ms-flex-line-pack: center;
4786+
align-content: center;
47844787
}
47854788

47864789
.emotion-2[data-size='small'] {
@@ -4963,6 +4966,9 @@ exports[`selectInput > renders correctly disabled 1`] = `
49634966
background: #ffffff;
49644967
border-radius: 0.25rem;
49654968
width: 100%;
4969+
-webkit-align-content: center;
4970+
-ms-flex-line-pack: center;
4971+
align-content: center;
49664972
}
49674973

49684974
.emotion-2[data-size='small'] {
@@ -5138,6 +5144,9 @@ exports[`selectInput > renders correctly grouped 1`] = `
51385144
background: #ffffff;
51395145
border-radius: 0.25rem;
51405146
width: 100%;
5147+
-webkit-align-content: center;
5148+
-ms-flex-line-pack: center;
5149+
align-content: center;
51415150
}
51425151

51435152
.emotion-2[data-size='small'] {
@@ -5934,6 +5943,9 @@ exports[`selectInput > renders correctly loadMore 1`] = `
59345943
background: #ffffff;
59355944
border-radius: 0.25rem;
59365945
width: 100%;
5946+
-webkit-align-content: center;
5947+
-ms-flex-line-pack: center;
5948+
align-content: center;
59375949
}
59385950

59395951
.emotion-2[data-size='small'] {
@@ -6119,6 +6131,9 @@ exports[`selectInput > renders correctly loading - grouped data 1`] = `
61196131
background: #ffffff;
61206132
border-radius: 0.25rem;
61216133
width: 100%;
6134+
-webkit-align-content: center;
6135+
-ms-flex-line-pack: center;
6136+
align-content: center;
61226137
}
61236138

61246139
.emotion-2[data-size='small'] {
@@ -6477,6 +6492,9 @@ exports[`selectInput > renders correctly loading - ungrouped data 1`] = `
64776492
background: #ffffff;
64786493
border-radius: 0.25rem;
64796494
width: 100%;
6495+
-webkit-align-content: center;
6496+
-ms-flex-line-pack: center;
6497+
align-content: center;
64806498
}
64816499

64826500
.emotion-2[data-size='small'] {
@@ -6830,6 +6848,9 @@ exports[`selectInput > renders correctly multiselect 1`] = `
68306848
background: #ffffff;
68316849
border-radius: 0.25rem;
68326850
width: 100%;
6851+
-webkit-align-content: center;
6852+
-ms-flex-line-pack: center;
6853+
align-content: center;
68336854
}
68346855

68356856
.emotion-2[data-size='small'] {
@@ -8455,6 +8476,9 @@ exports[`selectInput > renders correctly not clearable 1`] = `
84558476
background: #ffffff;
84568477
border-radius: 0.25rem;
84578478
width: 100%;
8479+
-webkit-align-content: center;
8480+
-ms-flex-line-pack: center;
8481+
align-content: center;
84588482
}
84598483

84608484
.emotion-2[data-size='small'] {
@@ -8629,6 +8653,9 @@ exports[`selectInput > renders correctly readOnly 1`] = `
86298653
background: #ffffff;
86308654
border-radius: 0.25rem;
86318655
width: 100%;
8656+
-webkit-align-content: center;
8657+
-ms-flex-line-pack: center;
8658+
align-content: center;
86328659
}
86338660

86348661
.emotion-2[data-size='small'] {
@@ -8804,6 +8831,9 @@ exports[`selectInput > renders correctly required 1`] = `
88048831
background: #ffffff;
88058832
border-radius: 0.25rem;
88068833
width: 100%;
8834+
-webkit-align-content: center;
8835+
-ms-flex-line-pack: center;
8836+
align-content: center;
88078837
}
88088838

88098839
.emotion-2[data-size='small'] {
@@ -8995,6 +9025,9 @@ exports[`selectInput > renders correctly required 2`] = `
89959025
background: #ffffff;
89969026
border-radius: 0.25rem;
89979027
width: 100%;
9028+
-webkit-align-content: center;
9029+
-ms-flex-line-pack: center;
9030+
align-content: center;
89989031
}
89999032

90009033
.emotion-2[data-size='small'] {
@@ -9665,6 +9698,9 @@ exports[`selectInput > renders correctly small 1`] = `
96659698
background: #ffffff;
96669699
border-radius: 0.25rem;
96679700
width: 100%;
9701+
-webkit-align-content: center;
9702+
-ms-flex-line-pack: center;
9703+
align-content: center;
96689704
}
96699705

96709706
.emotion-2[data-size='small'] {
@@ -9847,6 +9883,9 @@ exports[`selectInput > renders correctly unclosable tags when readonly 1`] = `
98479883
background: #ffffff;
98489884
border-radius: 0.25rem;
98499885
width: 100%;
9886+
-webkit-align-content: center;
9887+
-ms-flex-line-pack: center;
9888+
align-content: center;
98509889
}
98519890

98529891
.emotion-2[data-size='small'] {
@@ -10067,6 +10106,9 @@ exports[`selectInput > renders correctly ungrouped 1`] = `
1006710106
background: #ffffff;
1006810107
border-radius: 0.25rem;
1006910108
width: 100%;
10109+
-webkit-align-content: center;
10110+
-ms-flex-line-pack: center;
10111+
align-content: center;
1007010112
}
1007110113

1007210114
.emotion-2[data-size='small'] {
@@ -10737,6 +10779,9 @@ exports[`selectInput > renders correctly with default value 1`] = `
1073710779
background: #ffffff;
1073810780
border-radius: 0.25rem;
1073910781
width: 100%;
10782+
-webkit-align-content: center;
10783+
-ms-flex-line-pack: center;
10784+
align-content: center;
1074010785
}
1074110786

1074210787
.emotion-2[data-size='small'] {
@@ -11532,6 +11577,9 @@ exports[`selectInput > renders correctly with dropdownAlign 1`] = `
1153211577
background: #ffffff;
1153311578
border-radius: 0.25rem;
1153411579
width: 100%;
11580+
-webkit-align-content: center;
11581+
-ms-flex-line-pack: center;
11582+
align-content: center;
1153511583
}
1153611584

1153711585
.emotion-2[data-size='small'] {
@@ -12202,6 +12250,9 @@ exports[`selectInput > renders correctly with emptyState 1`] = `
1220212250
background: #ffffff;
1220312251
border-radius: 0.25rem;
1220412252
width: 100%;
12253+
-webkit-align-content: center;
12254+
-ms-flex-line-pack: center;
12255+
align-content: center;
1220512256
}
1220612257

1220712258
.emotion-2[data-size='small'] {
@@ -12411,6 +12462,9 @@ exports[`selectInput > renders correctly with error 1`] = `
1241112462
background: #ffffff;
1241212463
border-radius: 0.25rem;
1241312464
width: 100%;
12465+
-webkit-align-content: center;
12466+
-ms-flex-line-pack: center;
12467+
align-content: center;
1241412468
}
1241512469

1241612470
.emotion-2[data-size='small'] {
@@ -13100,6 +13154,9 @@ exports[`selectInput > renders correctly with footer 1`] = `
1310013154
background: #ffffff;
1310113155
border-radius: 0.25rem;
1310213156
width: 100%;
13157+
-webkit-align-content: center;
13158+
-ms-flex-line-pack: center;
13159+
align-content: center;
1310313160
}
1310413161

1310513162
.emotion-2[data-size='small'] {
@@ -13906,6 +13963,9 @@ exports[`selectInput > renders correctly with function footer 1`] = `
1390613963
background: #ffffff;
1390713964
border-radius: 0.25rem;
1390813965
width: 100%;
13966+
-webkit-align-content: center;
13967+
-ms-flex-line-pack: center;
13968+
align-content: center;
1390913969
}
1391013970

1391113971
.emotion-2[data-size='small'] {
@@ -14080,6 +14140,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1408014140
background: #ffffff;
1408114141
border-radius: 0.25rem;
1408214142
width: 100%;
14143+
-webkit-align-content: center;
14144+
-ms-flex-line-pack: center;
14145+
align-content: center;
1408314146
}
1408414147

1408514148
.emotion-2[data-size='small'] {
@@ -14894,6 +14957,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1489414957
background: #ffffff;
1489514958
border-radius: 0.25rem;
1489614959
width: 100%;
14960+
-webkit-align-content: center;
14961+
-ms-flex-line-pack: center;
14962+
align-content: center;
1489714963
}
1489814964

1489914965
.emotion-2[data-size='small'] {
@@ -15730,6 +15796,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1573015796
background: #ffffff;
1573115797
border-radius: 0.25rem;
1573215798
width: 100%;
15799+
-webkit-align-content: center;
15800+
-ms-flex-line-pack: center;
15801+
align-content: center;
1573315802
}
1573415803

1573515804
.emotion-2[data-size='small'] {
@@ -16566,6 +16635,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1656616635
background: #ffffff;
1656716636
border-radius: 0.25rem;
1656816637
width: 100%;
16638+
-webkit-align-content: center;
16639+
-ms-flex-line-pack: center;
16640+
align-content: center;
1656916641
}
1657016642

1657116643
.emotion-2[data-size='small'] {
@@ -17402,6 +17474,9 @@ exports[`selectInput > renders correctly with not searchable 1`] = `
1740217474
background: #ffffff;
1740317475
border-radius: 0.25rem;
1740417476
width: 100%;
17477+
-webkit-align-content: center;
17478+
-ms-flex-line-pack: center;
17479+
align-content: center;
1740517480
}
1740617481

1740717482
.emotion-2[data-size='small'] {
@@ -17916,6 +17991,9 @@ exports[`selectInput > renders correctly with success 1`] = `
1791617991
background: #ffffff;
1791717992
border-radius: 0.25rem;
1791817993
width: 100%;
17994+
-webkit-align-content: center;
17995+
-ms-flex-line-pack: center;
17996+
align-content: center;
1791917997
}
1792017998

1792117999
.emotion-2[data-size='small'] {
@@ -18605,6 +18683,9 @@ exports[`selectInput > renders correctly with tooltip 1`] = `
1860518683
background: #ffffff;
1860618684
border-radius: 0.25rem;
1860718685
width: 100%;
18686+
-webkit-align-content: center;
18687+
-ms-flex-line-pack: center;
18688+
align-content: center;
1860818689
}
1860918690

1861018691
.emotion-2[data-size='small'] {

0 commit comments

Comments
 (0)