Skip to content

Commit e7e7e21

Browse files
committed
fix: rebase
1 parent 345fef7 commit e7e7e21

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'] {
@@ -1356,6 +1359,9 @@ exports[`estimateCost - Regular Item > render basic props with is not defined 1`
13561359
background: #ffffff;
13571360
border-radius: 0.25rem;
13581361
width: 100%;
1362+
-webkit-align-content: center;
1363+
-ms-flex-line-pack: center;
1364+
align-content: center;
13591365
}
13601366
13611367
.emotion-40[data-size='small'] {
@@ -2260,6 +2266,9 @@ exports[`estimateCost - Regular Item > render basic props with long fractions di
22602266
background: #ffffff;
22612267
border-radius: 0.25rem;
22622268
width: 100%;
2269+
-webkit-align-content: center;
2270+
-ms-flex-line-pack: center;
2271+
align-content: center;
22632272
}
22642273
22652274
.emotion-42[data-size='small'] {
@@ -3187,6 +3196,9 @@ exports[`estimateCost - Regular Item > render basic props with maxPrice 1`] = `
31873196
background: #ffffff;
31883197
border-radius: 0.25rem;
31893198
width: 100%;
3199+
-webkit-align-content: center;
3200+
-ms-flex-line-pack: center;
3201+
align-content: center;
31903202
}
31913203
31923204
.emotion-42[data-size='small'] {
@@ -4123,6 +4135,9 @@ exports[`estimateCost - Regular Item > render basic props with maxPrice and long
41234135
background: #ffffff;
41244136
border-radius: 0.25rem;
41254137
width: 100%;
4138+
-webkit-align-content: center;
4139+
-ms-flex-line-pack: center;
4140+
align-content: center;
41264141
}
41274142
41284143
.emotion-42[data-size='small'] {
@@ -5141,6 +5156,9 @@ exports[`estimateCost - Regular Item > render basic props with overlay 1`] = `
51415156
background: #ffffff;
51425157
border-radius: 0.25rem;
51435158
width: 100%;
5159+
-webkit-align-content: center;
5160+
-ms-flex-line-pack: center;
5161+
align-content: center;
51445162
}
51455163
51465164
.emotion-56[data-size='small'] {
@@ -6248,6 +6266,9 @@ exports[`estimateCost - Regular Item > render basic props with overlay beta 1`]
62486266
background: #ffffff;
62496267
border-radius: 0.25rem;
62506268
width: 100%;
6269+
-webkit-align-content: center;
6270+
-ms-flex-line-pack: center;
6271+
align-content: center;
62516272
}
62526273
62536274
.emotion-50[data-size='small'] {
@@ -7239,6 +7260,9 @@ exports[`estimateCost - Regular Item > render basic props with sublabel 1`] = `
72397260
background: #ffffff;
72407261
border-radius: 0.25rem;
72417262
width: 100%;
7263+
-webkit-align-content: center;
7264+
-ms-flex-line-pack: center;
7265+
align-content: center;
72427266
}
72437267
72447268
.emotion-42[data-size='small'] {
@@ -8175,6 +8199,9 @@ exports[`estimateCost - Regular Item > render basic props with textNotDefined 1`
81758199
background: #ffffff;
81768200
border-radius: 0.25rem;
81778201
width: 100%;
8202+
-webkit-align-content: center;
8203+
-ms-flex-line-pack: center;
8204+
align-content: center;
81788205
}
81798206
81808207
.emotion-42[data-size='small'] {
@@ -9106,6 +9133,9 @@ exports[`estimateCost - Regular Item > render basic with ellipsis 1`] = `
91069133
background: #ffffff;
91079134
border-radius: 0.25rem;
91089135
width: 100%;
9136+
-webkit-align-content: center;
9137+
-ms-flex-line-pack: center;
9138+
align-content: center;
91099139
}
91109140
91119141
.emotion-44[data-size='small'] {
@@ -10051,6 +10081,9 @@ exports[`estimateCost - Regular Item > render with alert 1`] = `
1005110081
background: #ffffff;
1005210082
border-radius: 0.25rem;
1005310083
width: 100%;
10084+
-webkit-align-content: center;
10085+
-ms-flex-line-pack: center;
10086+
align-content: center;
1005410087
}
1005510088
1005610089
.emotion-42[data-size='small'] {
@@ -11001,6 +11034,9 @@ exports[`estimateCost - Regular Item > render with isDisabledOnOverlay 1`] = `
1100111034
background: #ffffff;
1100211035
border-radius: 0.25rem;
1100311036
width: 100%;
11037+
-webkit-align-content: center;
11038+
-ms-flex-line-pack: center;
11039+
align-content: center;
1100411040
}
1100511041
1100611042
.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'] {
@@ -4960,6 +4963,9 @@ exports[`selectInput > renders correctly disabled 1`] = `
49604963
background: #ffffff;
49614964
border-radius: 0.25rem;
49624965
width: 100%;
4966+
-webkit-align-content: center;
4967+
-ms-flex-line-pack: center;
4968+
align-content: center;
49634969
}
49644970

49654971
.emotion-2[data-size='small'] {
@@ -5132,6 +5138,9 @@ exports[`selectInput > renders correctly grouped 1`] = `
51325138
background: #ffffff;
51335139
border-radius: 0.25rem;
51345140
width: 100%;
5141+
-webkit-align-content: center;
5142+
-ms-flex-line-pack: center;
5143+
align-content: center;
51355144
}
51365145

51375146
.emotion-2[data-size='small'] {
@@ -5926,6 +5935,9 @@ exports[`selectInput > renders correctly loadMore 1`] = `
59265935
background: #ffffff;
59275936
border-radius: 0.25rem;
59285937
width: 100%;
5938+
-webkit-align-content: center;
5939+
-ms-flex-line-pack: center;
5940+
align-content: center;
59295941
}
59305942

59315943
.emotion-2[data-size='small'] {
@@ -6108,6 +6120,9 @@ exports[`selectInput > renders correctly loading - grouped data 1`] = `
61086120
background: #ffffff;
61096121
border-radius: 0.25rem;
61106122
width: 100%;
6123+
-webkit-align-content: center;
6124+
-ms-flex-line-pack: center;
6125+
align-content: center;
61116126
}
61126127

61136128
.emotion-2[data-size='small'] {
@@ -6463,6 +6478,9 @@ exports[`selectInput > renders correctly loading - ungrouped data 1`] = `
64636478
background: #ffffff;
64646479
border-radius: 0.25rem;
64656480
width: 100%;
6481+
-webkit-align-content: center;
6482+
-ms-flex-line-pack: center;
6483+
align-content: center;
64666484
}
64676485

64686486
.emotion-2[data-size='small'] {
@@ -6813,6 +6831,9 @@ exports[`selectInput > renders correctly multiselect 1`] = `
68136831
background: #ffffff;
68146832
border-radius: 0.25rem;
68156833
width: 100%;
6834+
-webkit-align-content: center;
6835+
-ms-flex-line-pack: center;
6836+
align-content: center;
68166837
}
68176838

68186839
.emotion-2[data-size='small'] {
@@ -8437,6 +8458,9 @@ exports[`selectInput > renders correctly not clearable 1`] = `
84378458
background: #ffffff;
84388459
border-radius: 0.25rem;
84398460
width: 100%;
8461+
-webkit-align-content: center;
8462+
-ms-flex-line-pack: center;
8463+
align-content: center;
84408464
}
84418465

84428466
.emotion-2[data-size='small'] {
@@ -8608,6 +8632,9 @@ exports[`selectInput > renders correctly readOnly 1`] = `
86088632
background: #ffffff;
86098633
border-radius: 0.25rem;
86108634
width: 100%;
8635+
-webkit-align-content: center;
8636+
-ms-flex-line-pack: center;
8637+
align-content: center;
86118638
}
86128639

86138640
.emotion-2[data-size='small'] {
@@ -8780,6 +8807,9 @@ exports[`selectInput > renders correctly required 1`] = `
87808807
background: #ffffff;
87818808
border-radius: 0.25rem;
87828809
width: 100%;
8810+
-webkit-align-content: center;
8811+
-ms-flex-line-pack: center;
8812+
align-content: center;
87838813
}
87848814

87858815
.emotion-2[data-size='small'] {
@@ -8968,6 +8998,9 @@ exports[`selectInput > renders correctly required 2`] = `
89688998
background: #ffffff;
89698999
border-radius: 0.25rem;
89709000
width: 100%;
9001+
-webkit-align-content: center;
9002+
-ms-flex-line-pack: center;
9003+
align-content: center;
89719004
}
89729005

89739006
.emotion-2[data-size='small'] {
@@ -9636,6 +9669,9 @@ exports[`selectInput > renders correctly small 1`] = `
96369669
background: #ffffff;
96379670
border-radius: 0.25rem;
96389671
width: 100%;
9672+
-webkit-align-content: center;
9673+
-ms-flex-line-pack: center;
9674+
align-content: center;
96399675
}
96409676

96419677
.emotion-2[data-size='small'] {
@@ -9815,6 +9851,9 @@ exports[`selectInput > renders correctly unclosable tags when readonly 1`] = `
98159851
background: #ffffff;
98169852
border-radius: 0.25rem;
98179853
width: 100%;
9854+
-webkit-align-content: center;
9855+
-ms-flex-line-pack: center;
9856+
align-content: center;
98189857
}
98199858

98209859
.emotion-2[data-size='small'] {
@@ -10033,6 +10072,9 @@ exports[`selectInput > renders correctly ungrouped 1`] = `
1003310072
background: #ffffff;
1003410073
border-radius: 0.25rem;
1003510074
width: 100%;
10075+
-webkit-align-content: center;
10076+
-ms-flex-line-pack: center;
10077+
align-content: center;
1003610078
}
1003710079

1003810080
.emotion-2[data-size='small'] {
@@ -10701,6 +10743,9 @@ exports[`selectInput > renders correctly with default value 1`] = `
1070110743
background: #ffffff;
1070210744
border-radius: 0.25rem;
1070310745
width: 100%;
10746+
-webkit-align-content: center;
10747+
-ms-flex-line-pack: center;
10748+
align-content: center;
1070410749
}
1070510750

1070610751
.emotion-2[data-size='small'] {
@@ -11494,6 +11539,9 @@ exports[`selectInput > renders correctly with dropdownAlign 1`] = `
1149411539
background: #ffffff;
1149511540
border-radius: 0.25rem;
1149611541
width: 100%;
11542+
-webkit-align-content: center;
11543+
-ms-flex-line-pack: center;
11544+
align-content: center;
1149711545
}
1149811546

1149911547
.emotion-2[data-size='small'] {
@@ -12162,6 +12210,9 @@ exports[`selectInput > renders correctly with emptyState 1`] = `
1216212210
background: #ffffff;
1216312211
border-radius: 0.25rem;
1216412212
width: 100%;
12213+
-webkit-align-content: center;
12214+
-ms-flex-line-pack: center;
12215+
align-content: center;
1216512216
}
1216612217

1216712218
.emotion-2[data-size='small'] {
@@ -12368,6 +12419,9 @@ exports[`selectInput > renders correctly with error 1`] = `
1236812419
background: #ffffff;
1236912420
border-radius: 0.25rem;
1237012421
width: 100%;
12422+
-webkit-align-content: center;
12423+
-ms-flex-line-pack: center;
12424+
align-content: center;
1237112425
}
1237212426

1237312427
.emotion-2[data-size='small'] {
@@ -13055,6 +13109,9 @@ exports[`selectInput > renders correctly with footer 1`] = `
1305513109
background: #ffffff;
1305613110
border-radius: 0.25rem;
1305713111
width: 100%;
13112+
-webkit-align-content: center;
13113+
-ms-flex-line-pack: center;
13114+
align-content: center;
1305813115
}
1305913116

1306013117
.emotion-2[data-size='small'] {
@@ -13859,6 +13916,9 @@ exports[`selectInput > renders correctly with function footer 1`] = `
1385913916
background: #ffffff;
1386013917
border-radius: 0.25rem;
1386113918
width: 100%;
13919+
-webkit-align-content: center;
13920+
-ms-flex-line-pack: center;
13921+
align-content: center;
1386213922
}
1386313923

1386413924
.emotion-2[data-size='small'] {
@@ -14030,6 +14090,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1403014090
background: #ffffff;
1403114091
border-radius: 0.25rem;
1403214092
width: 100%;
14093+
-webkit-align-content: center;
14094+
-ms-flex-line-pack: center;
14095+
align-content: center;
1403314096
}
1403414097

1403514098
.emotion-2[data-size='small'] {
@@ -14842,6 +14905,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1484214905
background: #ffffff;
1484314906
border-radius: 0.25rem;
1484414907
width: 100%;
14908+
-webkit-align-content: center;
14909+
-ms-flex-line-pack: center;
14910+
align-content: center;
1484514911
}
1484614912

1484714913
.emotion-2[data-size='small'] {
@@ -15676,6 +15742,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1567615742
background: #ffffff;
1567715743
border-radius: 0.25rem;
1567815744
width: 100%;
15745+
-webkit-align-content: center;
15746+
-ms-flex-line-pack: center;
15747+
align-content: center;
1567915748
}
1568015749

1568115750
.emotion-2[data-size='small'] {
@@ -16510,6 +16579,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1651016579
background: #ffffff;
1651116580
border-radius: 0.25rem;
1651216581
width: 100%;
16582+
-webkit-align-content: center;
16583+
-ms-flex-line-pack: center;
16584+
align-content: center;
1651316585
}
1651416586

1651516587
.emotion-2[data-size='small'] {
@@ -17344,6 +17416,9 @@ exports[`selectInput > renders correctly with not searchable 1`] = `
1734417416
background: #ffffff;
1734517417
border-radius: 0.25rem;
1734617418
width: 100%;
17419+
-webkit-align-content: center;
17420+
-ms-flex-line-pack: center;
17421+
align-content: center;
1734717422
}
1734817423

1734917424
.emotion-2[data-size='small'] {
@@ -17855,6 +17930,9 @@ exports[`selectInput > renders correctly with success 1`] = `
1785517930
background: #ffffff;
1785617931
border-radius: 0.25rem;
1785717932
width: 100%;
17933+
-webkit-align-content: center;
17934+
-ms-flex-line-pack: center;
17935+
align-content: center;
1785817936
}
1785917937

1786017938
.emotion-2[data-size='small'] {
@@ -18542,6 +18620,9 @@ exports[`selectInput > renders correctly with tooltip 1`] = `
1854218620
background: #ffffff;
1854318621
border-radius: 0.25rem;
1854418622
width: 100%;
18623+
-webkit-align-content: center;
18624+
-ms-flex-line-pack: center;
18625+
align-content: center;
1854518626
}
1854618627

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

0 commit comments

Comments
 (0)