Skip to content

Commit 8afb4da

Browse files
committed
fix: rebase
1 parent 6fdfb0f commit 8afb4da

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'] {
@@ -8194,6 +8215,9 @@ exports[`selectInput > renders correctly not clearable 1`] = `
81948215
background: #ffffff;
81958216
border-radius: 0.25rem;
81968217
width: 100%;
8218+
-webkit-align-content: center;
8219+
-ms-flex-line-pack: center;
8220+
align-content: center;
81978221
}
81988222

81998223
.emotion-2[data-size='small'] {
@@ -8368,6 +8392,9 @@ exports[`selectInput > renders correctly readOnly 1`] = `
83688392
background: #ffffff;
83698393
border-radius: 0.25rem;
83708394
width: 100%;
8395+
-webkit-align-content: center;
8396+
-ms-flex-line-pack: center;
8397+
align-content: center;
83718398
}
83728399

83738400
.emotion-2[data-size='small'] {
@@ -8543,6 +8570,9 @@ exports[`selectInput > renders correctly required 1`] = `
85438570
background: #ffffff;
85448571
border-radius: 0.25rem;
85458572
width: 100%;
8573+
-webkit-align-content: center;
8574+
-ms-flex-line-pack: center;
8575+
align-content: center;
85468576
}
85478577

85488578
.emotion-2[data-size='small'] {
@@ -8734,6 +8764,9 @@ exports[`selectInput > renders correctly required 2`] = `
87348764
background: #ffffff;
87358765
border-radius: 0.25rem;
87368766
width: 100%;
8767+
-webkit-align-content: center;
8768+
-ms-flex-line-pack: center;
8769+
align-content: center;
87378770
}
87388771

87398772
.emotion-2[data-size='small'] {
@@ -9404,6 +9437,9 @@ exports[`selectInput > renders correctly small 1`] = `
94049437
background: #ffffff;
94059438
border-radius: 0.25rem;
94069439
width: 100%;
9440+
-webkit-align-content: center;
9441+
-ms-flex-line-pack: center;
9442+
align-content: center;
94079443
}
94089444

94099445
.emotion-2[data-size='small'] {
@@ -9586,6 +9622,9 @@ exports[`selectInput > renders correctly unclosable tags when readonly 1`] = `
95869622
background: #ffffff;
95879623
border-radius: 0.25rem;
95889624
width: 100%;
9625+
-webkit-align-content: center;
9626+
-ms-flex-line-pack: center;
9627+
align-content: center;
95899628
}
95909629

95919630
.emotion-2[data-size='small'] {
@@ -9779,6 +9818,9 @@ exports[`selectInput > renders correctly ungrouped 1`] = `
97799818
background: #ffffff;
97809819
border-radius: 0.25rem;
97819820
width: 100%;
9821+
-webkit-align-content: center;
9822+
-ms-flex-line-pack: center;
9823+
align-content: center;
97829824
}
97839825

97849826
.emotion-2[data-size='small'] {
@@ -10449,6 +10491,9 @@ exports[`selectInput > renders correctly with default value 1`] = `
1044910491
background: #ffffff;
1045010492
border-radius: 0.25rem;
1045110493
width: 100%;
10494+
-webkit-align-content: center;
10495+
-ms-flex-line-pack: center;
10496+
align-content: center;
1045210497
}
1045310498

1045410499
.emotion-2[data-size='small'] {
@@ -11244,6 +11289,9 @@ exports[`selectInput > renders correctly with dropdownAlign 1`] = `
1124411289
background: #ffffff;
1124511290
border-radius: 0.25rem;
1124611291
width: 100%;
11292+
-webkit-align-content: center;
11293+
-ms-flex-line-pack: center;
11294+
align-content: center;
1124711295
}
1124811296

1124911297
.emotion-2[data-size='small'] {
@@ -11914,6 +11962,9 @@ exports[`selectInput > renders correctly with emptyState 1`] = `
1191411962
background: #ffffff;
1191511963
border-radius: 0.25rem;
1191611964
width: 100%;
11965+
-webkit-align-content: center;
11966+
-ms-flex-line-pack: center;
11967+
align-content: center;
1191711968
}
1191811969

1191911970
.emotion-2[data-size='small'] {
@@ -12123,6 +12174,9 @@ exports[`selectInput > renders correctly with error 1`] = `
1212312174
background: #ffffff;
1212412175
border-radius: 0.25rem;
1212512176
width: 100%;
12177+
-webkit-align-content: center;
12178+
-ms-flex-line-pack: center;
12179+
align-content: center;
1212612180
}
1212712181

1212812182
.emotion-2[data-size='small'] {
@@ -12812,6 +12866,9 @@ exports[`selectInput > renders correctly with footer 1`] = `
1281212866
background: #ffffff;
1281312867
border-radius: 0.25rem;
1281412868
width: 100%;
12869+
-webkit-align-content: center;
12870+
-ms-flex-line-pack: center;
12871+
align-content: center;
1281512872
}
1281612873

1281712874
.emotion-2[data-size='small'] {
@@ -13618,6 +13675,9 @@ exports[`selectInput > renders correctly with function footer 1`] = `
1361813675
background: #ffffff;
1361913676
border-radius: 0.25rem;
1362013677
width: 100%;
13678+
-webkit-align-content: center;
13679+
-ms-flex-line-pack: center;
13680+
align-content: center;
1362113681
}
1362213682

1362313683
.emotion-2[data-size='small'] {
@@ -13792,6 +13852,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1379213852
background: #ffffff;
1379313853
border-radius: 0.25rem;
1379413854
width: 100%;
13855+
-webkit-align-content: center;
13856+
-ms-flex-line-pack: center;
13857+
align-content: center;
1379513858
}
1379613859

1379713860
.emotion-2[data-size='small'] {
@@ -14606,6 +14669,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1460614669
background: #ffffff;
1460714670
border-radius: 0.25rem;
1460814671
width: 100%;
14672+
-webkit-align-content: center;
14673+
-ms-flex-line-pack: center;
14674+
align-content: center;
1460914675
}
1461014676

1461114677
.emotion-2[data-size='small'] {
@@ -15442,6 +15508,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1544215508
background: #ffffff;
1544315509
border-radius: 0.25rem;
1544415510
width: 100%;
15511+
-webkit-align-content: center;
15512+
-ms-flex-line-pack: center;
15513+
align-content: center;
1544515514
}
1544615515

1544715516
.emotion-2[data-size='small'] {
@@ -16278,6 +16347,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1627816347
background: #ffffff;
1627916348
border-radius: 0.25rem;
1628016349
width: 100%;
16350+
-webkit-align-content: center;
16351+
-ms-flex-line-pack: center;
16352+
align-content: center;
1628116353
}
1628216354

1628316355
.emotion-2[data-size='small'] {
@@ -17114,6 +17186,9 @@ exports[`selectInput > renders correctly with not searchable 1`] = `
1711417186
background: #ffffff;
1711517187
border-radius: 0.25rem;
1711617188
width: 100%;
17189+
-webkit-align-content: center;
17190+
-ms-flex-line-pack: center;
17191+
align-content: center;
1711717192
}
1711817193

1711917194
.emotion-2[data-size='small'] {
@@ -17628,6 +17703,9 @@ exports[`selectInput > renders correctly with success 1`] = `
1762817703
background: #ffffff;
1762917704
border-radius: 0.25rem;
1763017705
width: 100%;
17706+
-webkit-align-content: center;
17707+
-ms-flex-line-pack: center;
17708+
align-content: center;
1763117709
}
1763217710

1763317711
.emotion-2[data-size='small'] {
@@ -18317,6 +18395,9 @@ exports[`selectInput > renders correctly with tooltip 1`] = `
1831718395
background: #ffffff;
1831818396
border-radius: 0.25rem;
1831918397
width: 100%;
18398+
-webkit-align-content: center;
18399+
-ms-flex-line-pack: center;
18400+
align-content: center;
1832018401
}
1832118402

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

0 commit comments

Comments
 (0)