Skip to content

Commit 7a6c8df

Browse files
committed
fix: rebase
1 parent 83e1eb9 commit 7a6c8df

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
@@ -227,6 +227,9 @@ exports[`estimateCost - Regular Item > render basic props 1`] = `
227227
background: #ffffff;
228228
border-radius: 0.25rem;
229229
width: 100%;
230+
-webkit-align-content: center;
231+
-ms-flex-line-pack: center;
232+
align-content: center;
230233
}
231234
232235
.emotion-35[data-size='small'] {
@@ -925,6 +928,9 @@ exports[`estimateCost - Regular Item > render basic props with is not defined 1`
925928
background: #ffffff;
926929
border-radius: 0.25rem;
927930
width: 100%;
931+
-webkit-align-content: center;
932+
-ms-flex-line-pack: center;
933+
align-content: center;
928934
}
929935
930936
.emotion-33[data-size='small'] {
@@ -1615,6 +1621,9 @@ exports[`estimateCost - Regular Item > render basic props with long fractions di
16151621
background: #ffffff;
16161622
border-radius: 0.25rem;
16171623
width: 100%;
1624+
-webkit-align-content: center;
1625+
-ms-flex-line-pack: center;
1626+
align-content: center;
16181627
}
16191628
16201629
.emotion-35[data-size='small'] {
@@ -2328,6 +2337,9 @@ exports[`estimateCost - Regular Item > render basic props with maxPrice 1`] = `
23282337
background: #ffffff;
23292338
border-radius: 0.25rem;
23302339
width: 100%;
2340+
-webkit-align-content: center;
2341+
-ms-flex-line-pack: center;
2342+
align-content: center;
23312343
}
23322344
23332345
.emotion-35[data-size='small'] {
@@ -3050,6 +3062,9 @@ exports[`estimateCost - Regular Item > render basic props with maxPrice and long
30503062
background: #ffffff;
30513063
border-radius: 0.25rem;
30523064
width: 100%;
3065+
-webkit-align-content: center;
3066+
-ms-flex-line-pack: center;
3067+
align-content: center;
30533068
}
30543069
30553070
.emotion-35[data-size='small'] {
@@ -3803,6 +3818,9 @@ exports[`estimateCost - Regular Item > render basic props with overlay 1`] = `
38033818
background: #ffffff;
38043819
border-radius: 0.25rem;
38053820
width: 100%;
3821+
-webkit-align-content: center;
3822+
-ms-flex-line-pack: center;
3823+
align-content: center;
38063824
}
38073825
38083826
.emotion-49[data-size='small'] {
@@ -4693,6 +4711,9 @@ exports[`estimateCost - Regular Item > render basic props with overlay beta 1`]
46934711
background: #ffffff;
46944712
border-radius: 0.25rem;
46954713
width: 100%;
4714+
-webkit-align-content: center;
4715+
-ms-flex-line-pack: center;
4716+
align-content: center;
46964717
}
46974718
46984719
.emotion-43[data-size='small'] {
@@ -5470,6 +5491,9 @@ exports[`estimateCost - Regular Item > render basic props with sublabel 1`] = `
54705491
background: #ffffff;
54715492
border-radius: 0.25rem;
54725493
width: 100%;
5494+
-webkit-align-content: center;
5495+
-ms-flex-line-pack: center;
5496+
align-content: center;
54735497
}
54745498
54755499
.emotion-35[data-size='small'] {
@@ -6192,6 +6216,9 @@ exports[`estimateCost - Regular Item > render basic props with textNotDefined 1`
61926216
background: #ffffff;
61936217
border-radius: 0.25rem;
61946218
width: 100%;
6219+
-webkit-align-content: center;
6220+
-ms-flex-line-pack: center;
6221+
align-content: center;
61956222
}
61966223
61976224
.emotion-35[data-size='small'] {
@@ -6909,6 +6936,9 @@ exports[`estimateCost - Regular Item > render basic with ellipsis 1`] = `
69096936
background: #ffffff;
69106937
border-radius: 0.25rem;
69116938
width: 100%;
6939+
-webkit-align-content: center;
6940+
-ms-flex-line-pack: center;
6941+
align-content: center;
69126942
}
69136943
69146944
.emotion-37[data-size='small'] {
@@ -7640,6 +7670,9 @@ exports[`estimateCost - Regular Item > render with alert 1`] = `
76407670
background: #ffffff;
76417671
border-radius: 0.25rem;
76427672
width: 100%;
7673+
-webkit-align-content: center;
7674+
-ms-flex-line-pack: center;
7675+
align-content: center;
76437676
}
76447677
76457678
.emotion-35[data-size='small'] {
@@ -8376,6 +8409,9 @@ exports[`estimateCost - Regular Item > render with isDisabledOnOverlay 1`] = `
83768409
background: #ffffff;
83778410
border-radius: 0.25rem;
83788411
width: 100%;
8412+
-webkit-align-content: center;
8413+
-ms-flex-line-pack: center;
8414+
align-content: center;
83798415
}
83808416
83818417
.emotion-33[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'] {
@@ -5826,6 +5835,9 @@ exports[`selectInput > renders correctly loadMore 1`] = `
58265835
background: #ffffff;
58275836
border-radius: 0.25rem;
58285837
width: 100%;
5838+
-webkit-align-content: center;
5839+
-ms-flex-line-pack: center;
5840+
align-content: center;
58295841
}
58305842

58315843
.emotion-2[data-size='small'] {
@@ -6001,6 +6013,9 @@ exports[`selectInput > renders correctly loading - grouped data 1`] = `
60016013
background: #ffffff;
60026014
border-radius: 0.25rem;
60036015
width: 100%;
6016+
-webkit-align-content: center;
6017+
-ms-flex-line-pack: center;
6018+
align-content: center;
60046019
}
60056020

60066021
.emotion-2[data-size='small'] {
@@ -6266,6 +6281,9 @@ exports[`selectInput > renders correctly loading - ungrouped data 1`] = `
62666281
background: #ffffff;
62676282
border-radius: 0.25rem;
62686283
width: 100%;
6284+
-webkit-align-content: center;
6285+
-ms-flex-line-pack: center;
6286+
align-content: center;
62696287
}
62706288

62716289
.emotion-2[data-size='small'] {
@@ -6536,6 +6554,9 @@ exports[`selectInput > renders correctly multiselect 1`] = `
65366554
background: #ffffff;
65376555
border-radius: 0.25rem;
65386556
width: 100%;
6557+
-webkit-align-content: center;
6558+
-ms-flex-line-pack: center;
6559+
align-content: center;
65396560
}
65406561

65416562
.emotion-2[data-size='small'] {
@@ -7792,6 +7813,9 @@ exports[`selectInput > renders correctly not clearable 1`] = `
77927813
background: #ffffff;
77937814
border-radius: 0.25rem;
77947815
width: 100%;
7816+
-webkit-align-content: center;
7817+
-ms-flex-line-pack: center;
7818+
align-content: center;
77957819
}
77967820

77977821
.emotion-2[data-size='small'] {
@@ -7966,6 +7990,9 @@ exports[`selectInput > renders correctly readOnly 1`] = `
79667990
background: #ffffff;
79677991
border-radius: 0.25rem;
79687992
width: 100%;
7993+
-webkit-align-content: center;
7994+
-ms-flex-line-pack: center;
7995+
align-content: center;
79697996
}
79707997

79717998
.emotion-2[data-size='small'] {
@@ -8141,6 +8168,9 @@ exports[`selectInput > renders correctly required 1`] = `
81418168
background: #ffffff;
81428169
border-radius: 0.25rem;
81438170
width: 100%;
8171+
-webkit-align-content: center;
8172+
-ms-flex-line-pack: center;
8173+
align-content: center;
81448174
}
81458175

81468176
.emotion-2[data-size='small'] {
@@ -8332,6 +8362,9 @@ exports[`selectInput > renders correctly required 2`] = `
83328362
background: #ffffff;
83338363
border-radius: 0.25rem;
83348364
width: 100%;
8365+
-webkit-align-content: center;
8366+
-ms-flex-line-pack: center;
8367+
align-content: center;
83358368
}
83368369

83378370
.emotion-2[data-size='small'] {
@@ -8894,6 +8927,9 @@ exports[`selectInput > renders correctly small 1`] = `
88948927
background: #ffffff;
88958928
border-radius: 0.25rem;
88968929
width: 100%;
8930+
-webkit-align-content: center;
8931+
-ms-flex-line-pack: center;
8932+
align-content: center;
88978933
}
88988934

88998935
.emotion-2[data-size='small'] {
@@ -9076,6 +9112,9 @@ exports[`selectInput > renders correctly unclosable tags when readonly 1`] = `
90769112
background: #ffffff;
90779113
border-radius: 0.25rem;
90789114
width: 100%;
9115+
-webkit-align-content: center;
9116+
-ms-flex-line-pack: center;
9117+
align-content: center;
90799118
}
90809119

90819120
.emotion-2[data-size='small'] {
@@ -9269,6 +9308,9 @@ exports[`selectInput > renders correctly ungrouped 1`] = `
92699308
background: #ffffff;
92709309
border-radius: 0.25rem;
92719310
width: 100%;
9311+
-webkit-align-content: center;
9312+
-ms-flex-line-pack: center;
9313+
align-content: center;
92729314
}
92739315

92749316
.emotion-2[data-size='small'] {
@@ -9831,6 +9873,9 @@ exports[`selectInput > renders correctly with default value 1`] = `
98319873
background: #ffffff;
98329874
border-radius: 0.25rem;
98339875
width: 100%;
9876+
-webkit-align-content: center;
9877+
-ms-flex-line-pack: center;
9878+
align-content: center;
98349879
}
98359880

98369881
.emotion-2[data-size='small'] {
@@ -10518,6 +10563,9 @@ exports[`selectInput > renders correctly with dropdownAlign 1`] = `
1051810563
background: #ffffff;
1051910564
border-radius: 0.25rem;
1052010565
width: 100%;
10566+
-webkit-align-content: center;
10567+
-ms-flex-line-pack: center;
10568+
align-content: center;
1052110569
}
1052210570

1052310571
.emotion-2[data-size='small'] {
@@ -11080,6 +11128,9 @@ exports[`selectInput > renders correctly with emptyState 1`] = `
1108011128
background: #ffffff;
1108111129
border-radius: 0.25rem;
1108211130
width: 100%;
11131+
-webkit-align-content: center;
11132+
-ms-flex-line-pack: center;
11133+
align-content: center;
1108311134
}
1108411135

1108511136
.emotion-2[data-size='small'] {
@@ -11289,6 +11340,9 @@ exports[`selectInput > renders correctly with error 1`] = `
1128911340
background: #ffffff;
1129011341
border-radius: 0.25rem;
1129111342
width: 100%;
11343+
-webkit-align-content: center;
11344+
-ms-flex-line-pack: center;
11345+
align-content: center;
1129211346
}
1129311347

1129411348
.emotion-2[data-size='small'] {
@@ -11870,6 +11924,9 @@ exports[`selectInput > renders correctly with footer 1`] = `
1187011924
background: #ffffff;
1187111925
border-radius: 0.25rem;
1187211926
width: 100%;
11927+
-webkit-align-content: center;
11928+
-ms-flex-line-pack: center;
11929+
align-content: center;
1187311930
}
1187411931

1187511932
.emotion-2[data-size='small'] {
@@ -12568,6 +12625,9 @@ exports[`selectInput > renders correctly with function footer 1`] = `
1256812625
background: #ffffff;
1256912626
border-radius: 0.25rem;
1257012627
width: 100%;
12628+
-webkit-align-content: center;
12629+
-ms-flex-line-pack: center;
12630+
align-content: center;
1257112631
}
1257212632

1257312633
.emotion-2[data-size='small'] {
@@ -12742,6 +12802,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1274212802
background: #ffffff;
1274312803
border-radius: 0.25rem;
1274412804
width: 100%;
12805+
-webkit-align-content: center;
12806+
-ms-flex-line-pack: center;
12807+
align-content: center;
1274512808
}
1274612809

1274712810
.emotion-2[data-size='small'] {
@@ -13448,6 +13511,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1344813511
background: #ffffff;
1344913512
border-radius: 0.25rem;
1345013513
width: 100%;
13514+
-webkit-align-content: center;
13515+
-ms-flex-line-pack: center;
13516+
align-content: center;
1345113517
}
1345213518

1345313519
.emotion-2[data-size='small'] {
@@ -14176,6 +14242,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1417614242
background: #ffffff;
1417714243
border-radius: 0.25rem;
1417814244
width: 100%;
14245+
-webkit-align-content: center;
14246+
-ms-flex-line-pack: center;
14247+
align-content: center;
1417914248
}
1418014249

1418114250
.emotion-2[data-size='small'] {
@@ -14904,6 +14973,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1490414973
background: #ffffff;
1490514974
border-radius: 0.25rem;
1490614975
width: 100%;
14976+
-webkit-align-content: center;
14977+
-ms-flex-line-pack: center;
14978+
align-content: center;
1490714979
}
1490814980

1490914981
.emotion-2[data-size='small'] {
@@ -15632,6 +15704,9 @@ exports[`selectInput > renders correctly with not searchable 1`] = `
1563215704
background: #ffffff;
1563315705
border-radius: 0.25rem;
1563415706
width: 100%;
15707+
-webkit-align-content: center;
15708+
-ms-flex-line-pack: center;
15709+
align-content: center;
1563515710
}
1563615711

1563715712
.emotion-2[data-size='small'] {
@@ -16146,6 +16221,9 @@ exports[`selectInput > renders correctly with success 1`] = `
1614616221
background: #ffffff;
1614716222
border-radius: 0.25rem;
1614816223
width: 100%;
16224+
-webkit-align-content: center;
16225+
-ms-flex-line-pack: center;
16226+
align-content: center;
1614916227
}
1615016228

1615116229
.emotion-2[data-size='small'] {
@@ -16727,6 +16805,9 @@ exports[`selectInput > renders correctly with tooltip 1`] = `
1672716805
background: #ffffff;
1672816806
border-radius: 0.25rem;
1672916807
width: 100%;
16808+
-webkit-align-content: center;
16809+
-ms-flex-line-pack: center;
16810+
align-content: center;
1673016811
}
1673116812

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

0 commit comments

Comments
 (0)