shineout 3.2.0 → 3.3.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/index.js +1 -1
- package/dist/shineout.js +385 -136
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/package.json +5 -5
package/dist/shineout.js
CHANGED
|
@@ -11960,7 +11960,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11960
11960
|
};
|
|
11961
11961
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11962
11962
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11963
|
-
/* harmony default export */ var version = ('3.
|
|
11963
|
+
/* harmony default export */ var version = ('3.3.0-beta.1');
|
|
11964
11964
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11965
11965
|
|
|
11966
11966
|
|
|
@@ -12494,6 +12494,7 @@ var alertTokens = {
|
|
|
12494
12494
|
alertDangerBackgroundColor: 'Danger-1',
|
|
12495
12495
|
alertDangerBorderColor: 'Danger-2',
|
|
12496
12496
|
alertDangerFontColor: 'Danger-6',
|
|
12497
|
+
alertIconSize: 'Size-8',
|
|
12497
12498
|
alertFontSize: 'Font-14',
|
|
12498
12499
|
alertFontWeight: 'Weight-regular',
|
|
12499
12500
|
alertFontColor: 'Neutral-text-5',
|
|
@@ -12504,6 +12505,8 @@ var alertTokens = {
|
|
|
12504
12505
|
alertTitleFontSize: 'Font-16',
|
|
12505
12506
|
alertTitleFontWeight: 'Weight-medium',
|
|
12506
12507
|
alertTitleMarginY: 'Spacing-4',
|
|
12508
|
+
alertTitleIconWidth: 'Size-10',
|
|
12509
|
+
alertTitleIconHeight: 'Size-12',
|
|
12507
12510
|
alertCloseFontColor: 'Neutral-text-4',
|
|
12508
12511
|
alertCloseHoverColor: 'Neutral-text-5',
|
|
12509
12512
|
alertMessageHoverColor: 'Neutral-fill-2'
|
|
@@ -12524,13 +12527,16 @@ var breadcrumbTokens = {
|
|
|
12524
12527
|
breadcrumbFontWieght: 'Weight-regular',
|
|
12525
12528
|
breadcrumbLinkColor: 'Neutral-text-3',
|
|
12526
12529
|
breadcrumbLinkHoverColor: 'Brand-5',
|
|
12530
|
+
breadcrumbDefaultLinkColor: 'Brand-6',
|
|
12531
|
+
breadcrumbDefaultLinkHoverColor: 'Brand-5',
|
|
12527
12532
|
breadcrumbListPaddingY: 'Spacing-4',
|
|
12528
|
-
breadcrumbListItemBorderRadius: 'Radius-
|
|
12533
|
+
breadcrumbListItemBorderRadius: 'Radius-default',
|
|
12529
12534
|
breadcrumbListItemWrapperPaddingX: 'Spacing-4',
|
|
12530
12535
|
breadcrumbListItemPaddingX: 'Spacing-8',
|
|
12531
12536
|
breadcrumbListItemPaddingY: 'Spacing-5',
|
|
12532
12537
|
breadcrumbListItemHoverBackgroundColor: 'Neutral-fill-2',
|
|
12533
12538
|
breadcrumbListItemHoverFontColor: 'Neutral-text-3',
|
|
12539
|
+
breadcrumbPrevFontWeight: 'Weight-regular',
|
|
12534
12540
|
breadcrumbSeparatorMarginX: 'Spacing-8',
|
|
12535
12541
|
breadcrumbIconBackgroundColor: 'Neutral-text-4'
|
|
12536
12542
|
};
|
|
@@ -12790,19 +12796,19 @@ var buttonTokens = {
|
|
|
12790
12796
|
buttonFontSize: 'Font-14',
|
|
12791
12797
|
buttonBorderRadius: 'Radius-default',
|
|
12792
12798
|
buttonPaddingX: 'Spacing-12',
|
|
12793
|
-
buttonPaddingY: 'Spacing-
|
|
12799
|
+
buttonPaddingY: 'Spacing-4',
|
|
12794
12800
|
buttonHeight: 'Size-16',
|
|
12795
12801
|
buttonFontWeight: 'Weight-regular',
|
|
12796
12802
|
buttonSmallFontSize: 'Font-12',
|
|
12797
12803
|
buttonSmallBorderRadius: 'Radius-default',
|
|
12798
12804
|
buttonSmallPaddingX: 'Spacing-8',
|
|
12799
|
-
buttonSmallPaddingY: 'Spacing-
|
|
12805
|
+
buttonSmallPaddingY: 'Spacing-1',
|
|
12800
12806
|
buttonSmallHeight: 'Size-12',
|
|
12801
12807
|
buttonSmallFontWeight: 'Weight-regular',
|
|
12802
12808
|
buttonLargeFontSize: 'Font-16',
|
|
12803
12809
|
buttonLargeBorderRadius: 'Radius-default',
|
|
12804
12810
|
buttonLargePaddingX: 'Spacing-16',
|
|
12805
|
-
buttonLargePaddingY: 'Spacing-
|
|
12811
|
+
buttonLargePaddingY: 'Spacing-7',
|
|
12806
12812
|
buttonLargeHeight: 'Size-20',
|
|
12807
12813
|
buttonLargeFontWeight: 'Weight-regular',
|
|
12808
12814
|
buttonPrimarySplitBackgroundColor: 'Neutral-fill-1',
|
|
@@ -12905,17 +12911,31 @@ var buttonTokens = {
|
|
|
12905
12911
|
var cardTokens = {
|
|
12906
12912
|
cardBackgroundColor: 'Neutral-fill-1',
|
|
12907
12913
|
cardShadow: 'Shadow-2',
|
|
12914
|
+
cardBorderWidth: 'Border-1',
|
|
12908
12915
|
cardBorderColor: 'Neutral-border-1',
|
|
12909
|
-
cardBorderRadius: 'Radius-
|
|
12916
|
+
cardBorderRadius: 'Radius-default',
|
|
12910
12917
|
cardFontColor: 'Neutral-text-5',
|
|
12911
12918
|
cardFontSize: 'Font-14',
|
|
12912
12919
|
cardPaddingX: 'Spacing-16',
|
|
12913
12920
|
cardPaddingY: 'Spacing-12',
|
|
12921
|
+
cardTitleFontColor: 'Neutral-text-5',
|
|
12914
12922
|
cardTitleFontSize: 'Font-16',
|
|
12923
|
+
cardTitleFontWeight: 'Weight-medium',
|
|
12915
12924
|
cardHeaderGap: '8px',
|
|
12916
12925
|
cardHeaderExtraMarginX: 'Spacing-16',
|
|
12926
|
+
cardHeaderPaddingX: 'Spacing-16',
|
|
12927
|
+
cardHeaderPaddingY: 'Spacing-12',
|
|
12917
12928
|
cardIndicatorSize: 'Size-7',
|
|
12918
|
-
cardIndicatorColor: 'Neutral-text-4'
|
|
12929
|
+
cardIndicatorColor: 'Neutral-text-4',
|
|
12930
|
+
cardBodyPaddingX: 'Spacing-16',
|
|
12931
|
+
cardBodyPaddingY: 'Spacing-12',
|
|
12932
|
+
cardBodyFontSize: 'Font-14',
|
|
12933
|
+
cardBodyFontColor: 'Neutral-text-5',
|
|
12934
|
+
cardBodyFontWeight: 'Weight-regular',
|
|
12935
|
+
cardBodyBorderColor: 'Neutral-border-1',
|
|
12936
|
+
cardFooterPaddingX: 'Spacing-16',
|
|
12937
|
+
cardFooterPaddingY: 'Spacing-12',
|
|
12938
|
+
cardFooterBorderColor: 'Neutral-border-1'
|
|
12919
12939
|
};
|
|
12920
12940
|
/* harmony default export */ var card = (cardTokens);
|
|
12921
12941
|
;// CONCATENATED MODULE: ../theme/src/card/index.ts
|
|
@@ -12945,7 +12965,7 @@ var carouselTokens = {
|
|
|
12945
12965
|
carouselArrowSize: 'Size-12',
|
|
12946
12966
|
carouselArrowIconSize: 'Size-10',
|
|
12947
12967
|
carouselArrowBackgroundColor: 'rgba(255, 255, 255, 0.2)',
|
|
12948
|
-
carouselArrowBorderRadius: 'Radius-
|
|
12968
|
+
carouselArrowBorderRadius: 'Radius-default',
|
|
12949
12969
|
carouselArrowFontColor: 'Neutral-text-1',
|
|
12950
12970
|
carouselArrowHoverBackgroundColor: 'rgba(255, 255, 255, 0.4)',
|
|
12951
12971
|
carouselIndicatorBackgroundColor: 'Neutral-fill-4',
|
|
@@ -12981,7 +13001,7 @@ var carouselTokens = {
|
|
|
12981
13001
|
var cascaderTokens = {
|
|
12982
13002
|
cascaderFontSize: 'Font-14',
|
|
12983
13003
|
cascaderFontColor: 'Neutral-text-5',
|
|
12984
|
-
cascaderBorderRadius: 'Radius-
|
|
13004
|
+
cascaderBorderRadius: 'Radius-default',
|
|
12985
13005
|
cascaderBorderColor: 'Neutral-border-2',
|
|
12986
13006
|
cascaderPaddingX: 'Spacing-8',
|
|
12987
13007
|
cascaderPaddingY: 'Spacing-2',
|
|
@@ -13014,7 +13034,7 @@ var cascaderTokens = {
|
|
|
13014
13034
|
cascaderDisabledPlaceholderColor: 'Neutral-text-2',
|
|
13015
13035
|
cascaderDisabledBorderColor: 'Neutral-border-2',
|
|
13016
13036
|
cascaderDisabledBackgroundColor: 'Neutral-fill-2',
|
|
13017
|
-
cascaderResultTextBorderRadius: 'Radius-
|
|
13037
|
+
cascaderResultTextBorderRadius: 'Radius-default',
|
|
13018
13038
|
cascaderResultTextPaddingX: 'Spacing-4',
|
|
13019
13039
|
cascaderResultTextSmallPaddingX: 'Spacing-4',
|
|
13020
13040
|
cascaderResultTextLargePaddingX: 'Spacing-10',
|
|
@@ -13027,7 +13047,7 @@ var cascaderTokens = {
|
|
|
13027
13047
|
cascaderPanelColor: 'Neutral-text-5',
|
|
13028
13048
|
cascaderPanelBackgroundColor: 'Neutral-fill-1',
|
|
13029
13049
|
cascaderPanelShadow: 'Shadow-2',
|
|
13030
|
-
cascaderPanelRadius: 'Radius-
|
|
13050
|
+
cascaderPanelRadius: 'Radius-default',
|
|
13031
13051
|
cascaderPanelBorder: 'Neutral-border-1',
|
|
13032
13052
|
cascaderOptionHeight: 'Size-16',
|
|
13033
13053
|
cascaderOptionFontColor: 'Neutral-text-5',
|
|
@@ -13039,7 +13059,7 @@ var cascaderTokens = {
|
|
|
13039
13059
|
cascaderOptionInnerPaddingX: 'Spacing-8',
|
|
13040
13060
|
cascaderOptionInnerPaddingY: 'Spacing-5',
|
|
13041
13061
|
cascaderOptionInnerPaddingRight: 'Size-15',
|
|
13042
|
-
cascaderOptionInnerBorderRadius: 'Radius-
|
|
13062
|
+
cascaderOptionInnerBorderRadius: 'Radius-lesser',
|
|
13043
13063
|
cascaderOptionIconColor: 'Neutral-text-4',
|
|
13044
13064
|
cascaderOptionHoverBackgroundColor: 'Neutral-fill-2',
|
|
13045
13065
|
cascaderOptionHoverFontColor: 'Neutral-text-5',
|
|
@@ -13114,22 +13134,22 @@ var collapseTokens = {
|
|
|
13114
13134
|
collapseIconHoverBackgroundColor: 'Neutral-fill-3',
|
|
13115
13135
|
collapseExtraMargin: 'Spacing-24',
|
|
13116
13136
|
collapseWrapperBorderSize: 'Border-1',
|
|
13117
|
-
collapseWrapperBorderRadius: 'Radius-
|
|
13137
|
+
collapseWrapperBorderRadius: 'Radius-default',
|
|
13118
13138
|
collapseWrapperGap: 'Size-12',
|
|
13119
13139
|
collapseWrapperPaddingX: 'Spacing-16',
|
|
13120
13140
|
collapseWrapperPaddingY: 'Spacing-12',
|
|
13121
13141
|
collapseHeaderLineHeight: 'Size-11',
|
|
13122
|
-
collapseHeaderGap: '
|
|
13142
|
+
collapseHeaderGap: 'Spacing-8',
|
|
13123
13143
|
collapseHeaderFontSize: 'Font-14',
|
|
13124
13144
|
collapseHeaderWeight: '400',
|
|
13125
13145
|
collapseHeaderIconWidth: 'Size-7',
|
|
13126
13146
|
collapseHeaderExtraGap: 'Size-5',
|
|
13127
13147
|
collapseContentLineHeight: 'Size-11',
|
|
13128
|
-
collapseContentGap: '
|
|
13148
|
+
collapseContentGap: 'Spacing-24',
|
|
13129
13149
|
collapseContentPaddingY: 'Spacing-12',
|
|
13130
13150
|
collapseContentFontSize: 'Font-14',
|
|
13131
13151
|
collapseContentWeight: '400',
|
|
13132
|
-
collapseContentPaddingLeft: '
|
|
13152
|
+
collapseContentPaddingLeft: 'Spacing-38',
|
|
13133
13153
|
collapseContentPaddingRight: 'Spacing-16',
|
|
13134
13154
|
collapseWrapperBorderColor: 'Neutral-border-1',
|
|
13135
13155
|
collapseWrapperColor: 'Neutral-border-1',
|
|
@@ -13165,7 +13185,7 @@ var common = {
|
|
|
13165
13185
|
var datePickerTokens = {
|
|
13166
13186
|
datePickerFontSize: 'Font-14',
|
|
13167
13187
|
datePickerFontColor: 'Neutral-text-5',
|
|
13168
|
-
datePickerBorderRadius: 'Radius-
|
|
13188
|
+
datePickerBorderRadius: 'Radius-default',
|
|
13169
13189
|
datePickerBorderColor: 'Neutral-border-2',
|
|
13170
13190
|
datePickerPaddingX: 'Spacing-8',
|
|
13171
13191
|
datePickerPaddingY: 'Spacing-4',
|
|
@@ -13188,7 +13208,7 @@ var datePickerTokens = {
|
|
|
13188
13208
|
datePickerDisabledPlaceholderColor: 'Neutral-text-2',
|
|
13189
13209
|
datePickerDisabledBorderColor: 'Neutral-border-1',
|
|
13190
13210
|
datePickerDisabledBackgroundColor: 'Neutral-fill-2',
|
|
13191
|
-
datePickerResultTextBorderRadius: 'Radius-
|
|
13211
|
+
datePickerResultTextBorderRadius: 'Radius-default',
|
|
13192
13212
|
datePickerResultTextPaddingX: 'Spacing-4',
|
|
13193
13213
|
datePickerResultTextSmallPaddingX: 'Spacing-4',
|
|
13194
13214
|
datePickerResultTextLargePaddingX: 'Spacing-10',
|
|
@@ -13198,12 +13218,15 @@ var datePickerTokens = {
|
|
|
13198
13218
|
datePickerPanelTitlePaddingTop: 'Spacing-10',
|
|
13199
13219
|
datePickerPanelTitleFontSize: 'Font-14',
|
|
13200
13220
|
datePickerPanelColor: 'Neutral-text-5',
|
|
13221
|
+
datePickerPanelFontWeight: 'Weight-regular',
|
|
13201
13222
|
datePickerPanelBackgroundColor: 'Neutral-fill-1',
|
|
13202
13223
|
datePickerPanelShadow: 'Shadow-2',
|
|
13203
|
-
datePickerPanelRadius: 'Radius-
|
|
13224
|
+
datePickerPanelRadius: 'Radius-default',
|
|
13204
13225
|
datePickerPanelMargin: 'Spacing-24',
|
|
13205
13226
|
datePickerPanelBorder: 'Neutral-border-1',
|
|
13206
13227
|
datePickerPanelHeaderFontSize: 'Font-14',
|
|
13228
|
+
datePickerPanelHeaderFontColor: 'Neutral-text-5',
|
|
13229
|
+
datePickerPanelHeaderFontWeight: 'Weight-regular',
|
|
13207
13230
|
datePickerPanelHeaderPaddingX: 'Spacing-12',
|
|
13208
13231
|
datePickerPanelHeaderPaddingY: 'Spacing-8',
|
|
13209
13232
|
datePickerPanelHeaderBorderColor: 'Neutral-border-1',
|
|
@@ -13237,7 +13260,7 @@ var datePickerTokens = {
|
|
|
13237
13260
|
datePickerTimePanelPaddingY: 'Spacing-7',
|
|
13238
13261
|
datePickerTimeListGap: 'Spacing-8',
|
|
13239
13262
|
datePickerTimeItemHeight: 'Size-15',
|
|
13240
|
-
datePickerTimeItemBorderRadius: 'Radius-
|
|
13263
|
+
datePickerTimeItemBorderRadius: 'Radius-default',
|
|
13241
13264
|
datePickerTimeItemPaddingY: '2px',
|
|
13242
13265
|
datePickerTimeItemBackgroundColor: 'Neutral-fill-1',
|
|
13243
13266
|
datePickerTimeItemColor: 'Neutral-text-5',
|
|
@@ -13305,12 +13328,13 @@ var descriptionsTokens = {
|
|
|
13305
13328
|
var dividerTokens = {
|
|
13306
13329
|
dividerFontSize: 'Font-12',
|
|
13307
13330
|
dividerFontColor: 'Neutral-text-5',
|
|
13331
|
+
dividerFontWeight: 'Weight-regular',
|
|
13308
13332
|
dividerBorderColor: 'Neutral-border-1',
|
|
13309
13333
|
dividerBorderWidth: 'Border-1',
|
|
13310
13334
|
dividerHorizontalMarginY: 'Spacing-24',
|
|
13311
13335
|
dividerHorizontalTextMarginY: 'Spacing-16',
|
|
13312
13336
|
dividerVerticalMarginX: 'Spacing-12',
|
|
13313
|
-
dividerTextPaddingX: '
|
|
13337
|
+
dividerTextPaddingX: 'Spacing-12'
|
|
13314
13338
|
};
|
|
13315
13339
|
/* harmony default export */ var divider = (dividerTokens);
|
|
13316
13340
|
;// CONCATENATED MODULE: ../theme/src/divider/index.ts
|
|
@@ -13401,7 +13425,8 @@ var editableAreaTokens = {
|
|
|
13401
13425
|
|
|
13402
13426
|
var emptyTokens = {
|
|
13403
13427
|
emptyFontSize: 'Font-14',
|
|
13404
|
-
emptyFontColor: 'Neutral-text-3'
|
|
13428
|
+
emptyFontColor: 'Neutral-text-3',
|
|
13429
|
+
emptyFontWeight: 'Weight-regular'
|
|
13405
13430
|
};
|
|
13406
13431
|
/* harmony default export */ var empty = (emptyTokens);
|
|
13407
13432
|
;// CONCATENATED MODULE: ../theme/src/empty/index.ts
|
|
@@ -13422,10 +13447,16 @@ var formTokens = {
|
|
|
13422
13447
|
formItemLabelPaddingY: 'Spacing-5',
|
|
13423
13448
|
formItemLabelMarginXEnd: 'Spacing-8',
|
|
13424
13449
|
formItemLabelTopPaddingY: 'Spacing-4',
|
|
13425
|
-
|
|
13450
|
+
formItemLabelFontWeight: 'Weight-regular',
|
|
13451
|
+
formItemLabelFontColor: 'Neutral-text-5',
|
|
13452
|
+
formItemDangerFontSize: 'Font-12',
|
|
13453
|
+
formItemDangerFontColor: 'Danger-6',
|
|
13454
|
+
formItemDangerFontWeight: 'Weight-regular',
|
|
13426
13455
|
formItemTipMinHeight: 'Size-10',
|
|
13427
13456
|
formItemTipFontSize: 'Font-12',
|
|
13428
|
-
formItemTipFontColor: 'Neutral-text-3'
|
|
13457
|
+
formItemTipFontColor: 'Neutral-text-3',
|
|
13458
|
+
formItemTipFontWeight: 'Weight-regular',
|
|
13459
|
+
formItemTipMarginTop: 'Spacing-0'
|
|
13429
13460
|
};
|
|
13430
13461
|
/* harmony default export */ var form_form = (formTokens);
|
|
13431
13462
|
;// CONCATENATED MODULE: ../theme/src/form/index.ts
|
|
@@ -13461,11 +13492,13 @@ var iconTokens = {
|
|
|
13461
13492
|
|
|
13462
13493
|
var imageTokens = {
|
|
13463
13494
|
imageSpinColor: 'Neutral-text-2',
|
|
13464
|
-
|
|
13495
|
+
imageBorderRadius: 'Radius-default',
|
|
13496
|
+
imageBorderColor: 'Neutral-border-1',
|
|
13497
|
+
imageCircleBorderRadius: 'Radius-circle',
|
|
13465
13498
|
imageCircleBorderColor: 'Neutral-border-1',
|
|
13466
|
-
imageRoundedBorderRadius: 'Radius-
|
|
13499
|
+
imageRoundedBorderRadius: 'Radius-default',
|
|
13467
13500
|
imageRoundedBorderColor: 'Neutral-border-1',
|
|
13468
|
-
imageThumbnailBorderRadius: 'Radius-
|
|
13501
|
+
imageThumbnailBorderRadius: 'Radius-default',
|
|
13469
13502
|
imageThumbnailBorderColor: 'Neutral-border-1',
|
|
13470
13503
|
imagePlaceholderBackgroundColor: 'Neutral-fill-2',
|
|
13471
13504
|
imageErrorBackgroundColor: 'Neutral-fill-2',
|
|
@@ -13689,7 +13722,7 @@ var modalTokens = {
|
|
|
13689
13722
|
modalPanelShadow: 'Shadow-3',
|
|
13690
13723
|
modalPanelBorder: 'Neutral-border-1',
|
|
13691
13724
|
modalPanelGap: 'Spacing-16',
|
|
13692
|
-
modalPanelRadius: 'Radius-
|
|
13725
|
+
modalPanelRadius: 'Radius-default',
|
|
13693
13726
|
modalPanelFontSize: 'Font-14',
|
|
13694
13727
|
modalHeaderIconMarginEnd: 'Spacing-8',
|
|
13695
13728
|
modalHeaderIconMarginTop: 'Size-2',
|
|
@@ -13779,9 +13812,18 @@ var progressTokens = {
|
|
|
13779
13812
|
progressFontColor: 'Neutral-text-4',
|
|
13780
13813
|
progressBackground: 'Neutral-fill-3',
|
|
13781
13814
|
progressInfoFrontBackgroundColor: 'Brand-6',
|
|
13815
|
+
progressInfoInnerFontColor: 'Neutral-text-1',
|
|
13782
13816
|
progressWarningFrontBackgroundColor: 'Warning-6',
|
|
13817
|
+
progressWarningInnerFontColor: 'Neutral-text-1',
|
|
13783
13818
|
progressSuccessFrontBackgroundColor: 'Success-6',
|
|
13819
|
+
progressSuccessInnerFontColor: 'Neutral-text-1',
|
|
13784
13820
|
progressDangerFrontBackgroundColor: 'Danger-6',
|
|
13821
|
+
progressDangerInnerFontColor: 'Neutral-text-1',
|
|
13822
|
+
progressCircleInfoFontColor: 'Neutral-text-4',
|
|
13823
|
+
progressCircleWarningFontColor: 'Warning-6',
|
|
13824
|
+
progressCircleSuccessFontColor: 'success-6',
|
|
13825
|
+
progressCircleDangerFontColor: 'danger-6',
|
|
13826
|
+
progressCircleFontWeight: 'Weight-regular',
|
|
13785
13827
|
progressLineHeight: 'Size-3',
|
|
13786
13828
|
progressLineGap: 'Spacing-8',
|
|
13787
13829
|
progressLineInnerHeight: 'Size-10',
|
|
@@ -13790,9 +13832,14 @@ var progressTokens = {
|
|
|
13790
13832
|
progressLineInnerFontColor: 'Neutral-text-1',
|
|
13791
13833
|
progressLineInnerFontSize: 'Font-12',
|
|
13792
13834
|
progressLineInnerRightFontColor: 'Neutral-text-5',
|
|
13835
|
+
progressLineInnerInfoFrontBackgroundColor: 'Brand-6',
|
|
13836
|
+
progressLineInnerWarningFrontBackgroundColor: 'Warning-6',
|
|
13837
|
+
progressLineInnerSuccessFrontBackgroundColor: 'Success-6',
|
|
13838
|
+
progressLineInnerDangerFrontBackgroundColor: 'Danger-6',
|
|
13839
|
+
progressLinePopFontColor: 'Neutral-text-1',
|
|
13793
13840
|
progressLineIconSize: 'Size-7',
|
|
13794
13841
|
progressLineBackgroundColor: 'Neutral-fill-9',
|
|
13795
|
-
|
|
13842
|
+
progressLineFontWeight: 'Weight-regular'
|
|
13796
13843
|
};
|
|
13797
13844
|
/* harmony default export */ var progress = (progressTokens);
|
|
13798
13845
|
;// CONCATENATED MODULE: ../theme/src/progress/index.ts
|
|
@@ -13850,8 +13897,10 @@ var radioTokens = {
|
|
|
13850
13897
|
var rateTokens = {
|
|
13851
13898
|
rateFontColor: 'Neutral-text-5',
|
|
13852
13899
|
rateFontSize: 'Font-14',
|
|
13853
|
-
|
|
13900
|
+
rateFontWeight: 'Weight-regular',
|
|
13901
|
+
rateGap: 'Spacing-6',
|
|
13854
13902
|
rateSize: 'Size-12',
|
|
13903
|
+
rateTextGap: 'Spacing-10',
|
|
13855
13904
|
rateBackgroundColor: 'Neutral-fill-3',
|
|
13856
13905
|
rateFrontBackgroundColor: 'Warning-5'
|
|
13857
13906
|
};
|
|
@@ -13986,7 +14035,7 @@ var sliderTokens = {
|
|
|
13986
14035
|
sliderValueBackgroundColor: 'Neutral-fill-1',
|
|
13987
14036
|
sliderValueHoverBackgroundColor: 'Neutral-fill-9',
|
|
13988
14037
|
sliderValueHoverFontColor: 'Neutral-text-1',
|
|
13989
|
-
sliderValueHoverRadius: 'Radius-
|
|
14038
|
+
sliderValueHoverRadius: 'Radius-lesser',
|
|
13990
14039
|
sliderValueHoverPaddingX: 'Spacing-8',
|
|
13991
14040
|
sliderValueHoverPaddingY: 'Spacing-3',
|
|
13992
14041
|
sliderScaleLineSize: 'Size-3',
|
|
@@ -14177,9 +14226,6 @@ var tableTokens = {
|
|
|
14177
14226
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
14178
14227
|
|
|
14179
14228
|
var tabsTokens = {
|
|
14180
|
-
tabsExtraFillHoverBackgroundColor: 'Neutral-fill-3',
|
|
14181
|
-
tabsCardDisabledBackgroundColor: 'Neutral-fill-2',
|
|
14182
|
-
tabsArrowFontColor: 'Neutral-text-4',
|
|
14183
14229
|
tabsFontColor: 'Neutral-text-5',
|
|
14184
14230
|
tabsBackgroundColor: 'Neutral-fill-2',
|
|
14185
14231
|
tabsBorderColor: 'Neutral-border-1',
|
|
@@ -14192,21 +14238,71 @@ var tabsTokens = {
|
|
|
14192
14238
|
tabsTabPaddingX: 'Spacing-15',
|
|
14193
14239
|
tabsTabPaddingY: 'Spacing-9',
|
|
14194
14240
|
tabsTabFontSize: 'Font-14',
|
|
14195
|
-
tabsTabBorderRadius: 'Radius-
|
|
14241
|
+
tabsTabBorderRadius: 'Radius-default',
|
|
14196
14242
|
tabsNearlyMargin: 'Spacing-4',
|
|
14197
14243
|
tabsLinePaddingX: 'Spacing-8',
|
|
14198
14244
|
tabsLinePaddingY: 'Spacing-6',
|
|
14245
|
+
tabsLineHrBackgroundColor: 'Neutral-border-1',
|
|
14246
|
+
tabsLineAfterBackgroundColor: 'Brand-6',
|
|
14199
14247
|
tabsLineInnerPaddingX: 'Spacing-8',
|
|
14200
14248
|
tabsLineInnerPaddingY: 'Spacing-4',
|
|
14249
|
+
tabsLineFontColor: 'Neutral-text-5',
|
|
14250
|
+
tabsLineFontWeight: 'Weight-regular',
|
|
14251
|
+
tabsLineFontSize: 'Font-14',
|
|
14252
|
+
tabsLineBackgroundColor: 'Neutral-fill-1',
|
|
14253
|
+
tabsLineActiveBackgroundColor: 'Neutral-fill-3',
|
|
14254
|
+
tabsLineCheckedFontColor: 'Brand-6',
|
|
14255
|
+
tabsLineCheckedFontSize: 'Font-14',
|
|
14256
|
+
tabsLineCheckedFontWeight: 'Weight-medium',
|
|
14257
|
+
tabsLineCheckedBackgroundColor: 'Neutral-fill-1',
|
|
14258
|
+
tabsLineHoverFontSize: 'Font-14',
|
|
14259
|
+
tabsLineHoverBackgroundColor: 'Neutral-fill-2',
|
|
14260
|
+
tabsLineDisabledFontColor: 'Neutral-text-2',
|
|
14201
14261
|
tabsFillPaddingX: 'Spacing-4',
|
|
14202
14262
|
tabsFillPaddingY: 'Spacing-4',
|
|
14203
14263
|
tabsFillInnerPaddingX: 'Spacing-16',
|
|
14204
14264
|
tabsFillInnerPaddingY: 'Spacing-5',
|
|
14265
|
+
tabsFillFontColor: 'Neutral-text-5',
|
|
14266
|
+
tabsFillFontWeight: 'Weight-regular',
|
|
14267
|
+
tabsFillFontSize: 'Font-14',
|
|
14268
|
+
tabsFillBackgroundColor: 'Neutral-fill-2',
|
|
14269
|
+
tabsFillActiveFontWeight: 'Weight-medium',
|
|
14270
|
+
tabsFillActiveFontSize: 'Font-14',
|
|
14271
|
+
tabsFillActiveBackgroundColor: 'Neutral-fill-4',
|
|
14272
|
+
tabsFillCheckedFontColor: 'Brand-6',
|
|
14273
|
+
tabsFillCheckedFontSize: 'Font-14',
|
|
14274
|
+
tabsFillCheckedFontWeight: 'Weight-medium',
|
|
14275
|
+
tabsFillCheckedBackgroundColor: 'Neutral-fill-1',
|
|
14276
|
+
tabsFillHoverBackgroundColor: 'Neutral-fill-3',
|
|
14277
|
+
tabsFillDisabledFontColor: 'Neutral-text-2',
|
|
14278
|
+
tabsDashFontWeight: 'Weight-regular',
|
|
14279
|
+
tabsDashFontSize: 'Font-14',
|
|
14280
|
+
tabsDashActiveFontWeight: 'Weight-medium',
|
|
14281
|
+
tabsDashActiveFontSize: 'Font-14',
|
|
14282
|
+
tabsCardPaddingX: 'Spacing-15',
|
|
14283
|
+
tabsCardPaddingY: 'Spacing-9',
|
|
14284
|
+
tabsCardFontColor: 'Neutral-text-5',
|
|
14285
|
+
tabsCardFontWeight: 'Weight-regular',
|
|
14286
|
+
tabsCardFontSize: 'Font-14',
|
|
14287
|
+
tabsCardBackgroundColor: 'Neutral-fill-2',
|
|
14288
|
+
tabsCardActiveFontWeight: 'Weight-medium',
|
|
14289
|
+
tabsCardActiveFontSize: 'Font-14',
|
|
14290
|
+
tabsCardActiveBackgroundColor: 'Neutral-fill-4',
|
|
14291
|
+
tabsCardBorderColor: 'Neutral-border-1',
|
|
14292
|
+
tabsCardCheckedFontColor: 'Brand-6',
|
|
14293
|
+
tabsCardCheckedFontSize: 'Font-14',
|
|
14294
|
+
tabsCardCheckedFontWeight: 'Weight-medium',
|
|
14295
|
+
tabsCardCheckedBackgroundColor: 'Neutral-fill-1',
|
|
14296
|
+
tabsCardHoverBackgroundColor: 'Neutral-fill-3',
|
|
14297
|
+
tabsCardDisabledFontColor: 'Neutral-text-2',
|
|
14298
|
+
tabsCardDisabledBackgroundColor: 'Neutral-fill-2',
|
|
14205
14299
|
tabsSplitBorderColor: 'Neutral-border-2',
|
|
14206
14300
|
tabsActionVerticalPaddingX: 'Spacing-7',
|
|
14207
14301
|
tabsActionVerticalPaddingY: 'Spacing-4',
|
|
14208
14302
|
tabsActionHorizontalPaddingX: 'Spacing-7',
|
|
14209
|
-
tabsActionHorizontalPaddingY: 'Spacing-8'
|
|
14303
|
+
tabsActionHorizontalPaddingY: 'Spacing-8',
|
|
14304
|
+
tabsExtraFillHoverBackgroundColor: 'Neutral-fill-3',
|
|
14305
|
+
tabsArrowFontColor: 'Neutral-text-4'
|
|
14210
14306
|
};
|
|
14211
14307
|
/* harmony default export */ var tabs = (tabsTokens);
|
|
14212
14308
|
;// CONCATENATED MODULE: ../theme/src/tabs/index.ts
|
|
@@ -14243,7 +14339,7 @@ var tagTokens = {
|
|
|
14243
14339
|
tagDefaultDisabledFontColor: 'Neutral-text-2',
|
|
14244
14340
|
tagDefaultDisabledBackgroundColor: 'Neutral-fill-2',
|
|
14245
14341
|
tagDefaultDisabledBorderColor: 'Neutral-fill-2',
|
|
14246
|
-
tagDefaultOutlineFontColor: 'Neutral-text-
|
|
14342
|
+
tagDefaultOutlineFontColor: 'Neutral-text-5',
|
|
14247
14343
|
tagDefaultOutlineBackgroundColor: 'Neutral-fill-1',
|
|
14248
14344
|
tagDefaultOutlineBorderColor: 'Neutral-border-2',
|
|
14249
14345
|
tagDefaultOutlineDisabledFontColor: 'Neutral-text-2',
|
|
@@ -14454,19 +14550,22 @@ var tagTokens = {
|
|
|
14454
14550
|
tagTangerineFillDisabledBackgroundColor: 'Tangerine-3',
|
|
14455
14551
|
tagTangerineFillDisabledBorderColor: 'Tangerine-3',
|
|
14456
14552
|
tagFontSize: 'Font-12',
|
|
14457
|
-
tagBorderRadius: 'Radius-
|
|
14553
|
+
tagBorderRadius: 'Radius-small',
|
|
14458
14554
|
tagPaddingX: 'Spacing-6',
|
|
14459
14555
|
tagPaddingY: 'Spacing-2',
|
|
14460
14556
|
tagHeight: 'Size-11',
|
|
14557
|
+
tagFontWeight: 'Weight-regular',
|
|
14461
14558
|
tagSmallFontSize: 'Font-12',
|
|
14462
|
-
tagSmallBorderRadius: 'Radius-
|
|
14559
|
+
tagSmallBorderRadius: 'Radius-lesser',
|
|
14463
14560
|
tagSmallPaddingX: 'Spacing-4',
|
|
14464
14561
|
tagSmallHeight: 'Size-10',
|
|
14562
|
+
tagSmallFontWeight: 'Weight-regular',
|
|
14465
14563
|
tagLargeFontSize: 'Font-14',
|
|
14466
|
-
tagLargeBorderRadius: 'Radius-
|
|
14564
|
+
tagLargeBorderRadius: 'Radius-default',
|
|
14467
14565
|
tagLargePaddingX: 'Spacing-12',
|
|
14468
14566
|
tagLargePaddingY: 'Spacing-2',
|
|
14469
14567
|
tagLargeHeight: 'Size-14',
|
|
14568
|
+
tagLargeFontWeight: 'Weight-regular',
|
|
14470
14569
|
tagInputPaddingX: 'Spacing-4',
|
|
14471
14570
|
tagInputFontSize: 'Font-12',
|
|
14472
14571
|
tagSmallInputPaddingX: 'Spacing-4',
|
|
@@ -14531,7 +14630,7 @@ var tagTokens = {
|
|
|
14531
14630
|
|
|
14532
14631
|
var textareaTokens = {
|
|
14533
14632
|
textareaFontSize: 'Font-14',
|
|
14534
|
-
textareaBorderRadius: 'Radius-
|
|
14633
|
+
textareaBorderRadius: 'Radius-default',
|
|
14535
14634
|
textareaPaddingX: 'Spacing-8',
|
|
14536
14635
|
textareaPaddingY: 'Spacing-4',
|
|
14537
14636
|
textareaSmallFontSize: 'Font-12',
|
|
@@ -14574,7 +14673,7 @@ var tooltipTokens = {
|
|
|
14574
14673
|
tooltipFontSize: 'Font-12',
|
|
14575
14674
|
tooltipPaddingX: 'Spacing-8',
|
|
14576
14675
|
tooltipPaddingY: 'Spacing-5',
|
|
14577
|
-
tooltipBorderRadius: 'Radius-
|
|
14676
|
+
tooltipBorderRadius: 'Radius-lesser',
|
|
14578
14677
|
tooltipColor: 'Neutral-text-1',
|
|
14579
14678
|
tooltipShadow: 'Shadow-2',
|
|
14580
14679
|
tooltipBackgroundColor: 'Neutral-fill-9',
|
|
@@ -14602,21 +14701,27 @@ var tooltipTokens = {
|
|
|
14602
14701
|
|
|
14603
14702
|
var transferTokens = {
|
|
14604
14703
|
transferFontSize: 'Font-14',
|
|
14704
|
+
transferFontColor: 'Neutral-text-5',
|
|
14605
14705
|
transferHeaderHeight: 'Size-23',
|
|
14706
|
+
transferHeaderBackgroundColor: 'Neutral-fill-2',
|
|
14707
|
+
transferHeaderBorderColor: 'Transparent',
|
|
14606
14708
|
transferSmallFontSize: 'Font-12',
|
|
14607
14709
|
transferSmallHeaderHeight: 'Size-22',
|
|
14608
14710
|
transferLargeFontSize: 'Font-16',
|
|
14609
14711
|
transferLargeHeaderHeight: 'Size-24',
|
|
14610
14712
|
transferBorderColor: 'Neutral-border-1',
|
|
14611
|
-
|
|
14713
|
+
transferBorderRadius: 'Radius-default',
|
|
14612
14714
|
transferIconColor: 'Neutral-text-4',
|
|
14613
|
-
transferDisabledFontColor: 'Neutral-text-2',
|
|
14614
|
-
transferEmptyFontColor: 'Neutral-text-3',
|
|
14615
|
-
transferBorderRadius: 'Radius-4',
|
|
14616
|
-
transferHeaderBackgroundColor: 'Neutral-fill-2',
|
|
14617
14715
|
transferIconBackgroundColor: 'Neutral-fill-3',
|
|
14618
14716
|
transferIconNearlyMargin: 'Spacing-8',
|
|
14717
|
+
transferDisabledFontColor: 'Neutral-text-2',
|
|
14718
|
+
transferEmptyFontColor: 'Neutral-text-3',
|
|
14719
|
+
transferBackgroundColor: 'Neutral-fill-1',
|
|
14720
|
+
transferFooterBackgroundColor: 'Neutral-fill-1',
|
|
14721
|
+
transferFooterBorderColor: 'Neutral-border-1',
|
|
14619
14722
|
transferItemHoverBackgroundColor: 'Neutral-fill-2',
|
|
14723
|
+
transferItemBorderRadius: 'Radius-default',
|
|
14724
|
+
transferRemoveIconColor: 'Neutral-text-4',
|
|
14620
14725
|
transferCheckboxHoverBackgroundColor: 'Neutral-fill-3'
|
|
14621
14726
|
};
|
|
14622
14727
|
/* harmony default export */ var transfer = (transferTokens);
|
|
@@ -14655,7 +14760,7 @@ var treeTokens = {
|
|
|
14655
14760
|
treeContentDisabledFontColor: 'Neutral-text-2',
|
|
14656
14761
|
treeDragBorderColor: 'Brand-6',
|
|
14657
14762
|
treeDragBackgroundColor: 'Brand-1',
|
|
14658
|
-
treeContentBorderRadius: 'Radius-
|
|
14763
|
+
treeContentBorderRadius: 'Radius-lesser'
|
|
14659
14764
|
};
|
|
14660
14765
|
/* harmony default export */ var tree = (treeTokens);
|
|
14661
14766
|
;// CONCATENATED MODULE: ../theme/src/tree/index.ts
|
|
@@ -14670,7 +14775,7 @@ var treeTokens = {
|
|
|
14670
14775
|
var treeSelectTokens = {
|
|
14671
14776
|
treeSelectFontSize: 'Font-14',
|
|
14672
14777
|
treeSelectFontColor: 'Neutral-text-5',
|
|
14673
|
-
treeSelectBorderRadius: 'Radius-
|
|
14778
|
+
treeSelectBorderRadius: 'Radius-default',
|
|
14674
14779
|
treeSelectBorderColor: 'Neutral-border-2',
|
|
14675
14780
|
treeSelectPaddingX: 'Spacing-8',
|
|
14676
14781
|
treeSelectPaddingY: 'Spacing-2',
|
|
@@ -14702,7 +14807,7 @@ var treeSelectTokens = {
|
|
|
14702
14807
|
treeSelectDisabledPlaceholderColor: 'Neutral-text-2',
|
|
14703
14808
|
treeSelectDisabledBorderColor: 'Neutral-border-2',
|
|
14704
14809
|
treeSelectDisabledBackgroundColor: 'Neutral-fill-2',
|
|
14705
|
-
treeSelectResultTextBorderRadius: 'Radius-
|
|
14810
|
+
treeSelectResultTextBorderRadius: 'Radius-default',
|
|
14706
14811
|
treeSelectResultTextPaddingX: 'Spacing-4',
|
|
14707
14812
|
treeSelectResultTextSmallPaddingX: 'Spacing-4',
|
|
14708
14813
|
treeSelectResultTextLargePaddingX: 'Spacing-10',
|
|
@@ -14712,7 +14817,7 @@ var treeSelectTokens = {
|
|
|
14712
14817
|
treeSelectPanelColor: 'Neutral-text-5',
|
|
14713
14818
|
treeSelectPanelBackgroundColor: 'Neutral-fill-1',
|
|
14714
14819
|
treeSelectPanelShadow: 'Shadow-2',
|
|
14715
|
-
treeSelectPanelRadius: 'Radius-
|
|
14820
|
+
treeSelectPanelRadius: 'Radius-default',
|
|
14716
14821
|
treeSelectPanelBorder: 'Neutral-border-1',
|
|
14717
14822
|
treeSelectOptionHeight: 'Size-16',
|
|
14718
14823
|
treeSelectOptionPaddingX: 'Spacing-4',
|
|
@@ -14722,7 +14827,7 @@ var treeSelectTokens = {
|
|
|
14722
14827
|
treeSelectOptionInnerPaddingX: 'Spacing-8',
|
|
14723
14828
|
treeSelectOptionInnerPaddingY: 'Spacing-5',
|
|
14724
14829
|
treeSelectOptionInnerPaddingRight: 'Size-15',
|
|
14725
|
-
treeSelectOptionInnerBorderRadius: 'Radius-
|
|
14830
|
+
treeSelectOptionInnerBorderRadius: 'Radius-lesser',
|
|
14726
14831
|
treeSelectOptionHoverBackgroundColor: 'Neutral-fill-2',
|
|
14727
14832
|
treeSelectOptionDisabledColor: 'Neutral-text-2',
|
|
14728
14833
|
treeSelectOptionDisabledBackgroundColor: 'Neutral-fill-1',
|
|
@@ -14758,13 +14863,13 @@ var uploadTokens = {
|
|
|
14758
14863
|
uploadResultIconHoverBackgroundColor: 'Neutral-fill-2',
|
|
14759
14864
|
uploadResultFontSize: 'Font-14',
|
|
14760
14865
|
uploadResultFontColor: 'Neutral-text-5',
|
|
14761
|
-
uploadResultBorderRadius: 'Radius-
|
|
14866
|
+
uploadResultBorderRadius: 'Radius-default',
|
|
14762
14867
|
uploadResultErrorFontColor: 'Danger-6',
|
|
14763
14868
|
uploadResultErrorIconColor: 'Danger-6',
|
|
14764
14869
|
uploadResultSuccessIconColor: 'Success-6',
|
|
14765
14870
|
uploadResultDeletedFontColor: 'Neutral-text-3',
|
|
14766
14871
|
uploadResultUploadingIconColor: 'Brand-6',
|
|
14767
|
-
uploadImageBorderRadius: 'Radius-
|
|
14872
|
+
uploadImageBorderRadius: 'Radius-default',
|
|
14768
14873
|
uploadImageHandlerBorderColor: 'Neutral-border-1',
|
|
14769
14874
|
uploadImageHandlerBackgroundColor: 'Neutral-fill-1',
|
|
14770
14875
|
uploadImageHandlerFontColor: 'Neutral-text-4',
|
|
@@ -14909,11 +15014,11 @@ var alertStyle = {
|
|
|
14909
15014
|
widthTitle: {
|
|
14910
15015
|
'& $icon': {
|
|
14911
15016
|
// marginBottom: Token.alertNearlyMargin,
|
|
14912
|
-
width:
|
|
14913
|
-
height:
|
|
15017
|
+
width: src.alertTitleIconWidth,
|
|
15018
|
+
height: src.alertTitleIconHeight
|
|
14914
15019
|
},
|
|
14915
15020
|
'& $title': {
|
|
14916
|
-
lineHeight:
|
|
15021
|
+
lineHeight: src.lineHeightDynamic
|
|
14917
15022
|
},
|
|
14918
15023
|
'& $close': {
|
|
14919
15024
|
marginBottom: src.alertNearlyMargin,
|
|
@@ -15006,7 +15111,7 @@ var alertStyle = {
|
|
|
15006
15111
|
borderColor: 'transparent'
|
|
15007
15112
|
},
|
|
15008
15113
|
icon: {
|
|
15009
|
-
width:
|
|
15114
|
+
width: src.alertIconSize,
|
|
15010
15115
|
display: 'inline-flex',
|
|
15011
15116
|
fontSize: src.alertFontSize,
|
|
15012
15117
|
height: src.lineHeightDynamic,
|
|
@@ -15028,6 +15133,7 @@ var breadcrumbStyle = {
|
|
|
15028
15133
|
wrapper: {
|
|
15029
15134
|
lineHeight: src.lineHeightDynamic,
|
|
15030
15135
|
fontSize: src.breadcrumbFontSize,
|
|
15136
|
+
fontWeight: src.breadcrumbFontWieght,
|
|
15031
15137
|
display: 'flex',
|
|
15032
15138
|
alignItems: 'center',
|
|
15033
15139
|
color: src.breadcrumbFontColor,
|
|
@@ -15056,7 +15162,13 @@ var breadcrumbStyle = {
|
|
|
15056
15162
|
},
|
|
15057
15163
|
item: {
|
|
15058
15164
|
display: 'flex',
|
|
15059
|
-
alignItems: 'center'
|
|
15165
|
+
alignItems: 'center',
|
|
15166
|
+
'& a:not(a[class])': {
|
|
15167
|
+
color: src.breadcrumbDefaultLinkColor,
|
|
15168
|
+
'&:hover': {
|
|
15169
|
+
color: src.breadcrumbDefaultLinkHoverColor
|
|
15170
|
+
}
|
|
15171
|
+
}
|
|
15060
15172
|
// '&:not(a) svg': {
|
|
15061
15173
|
// color: token.breadcrumbIconBackgroundColor,
|
|
15062
15174
|
// },
|
|
@@ -15322,7 +15434,8 @@ var ButtonStyle = {
|
|
|
15322
15434
|
padding: "".concat(src.buttonPaddingY, " ").concat(src.buttonPaddingX),
|
|
15323
15435
|
transition: 'all .1s linear',
|
|
15324
15436
|
fontFamily: 'inherit',
|
|
15325
|
-
height:
|
|
15437
|
+
// height: Token.buttonHeight,
|
|
15438
|
+
|
|
15326
15439
|
'& + &': {
|
|
15327
15440
|
marginLeft: src.buttonNearlyMargin
|
|
15328
15441
|
},
|
|
@@ -15334,7 +15447,7 @@ var ButtonStyle = {
|
|
|
15334
15447
|
}
|
|
15335
15448
|
},
|
|
15336
15449
|
small: {
|
|
15337
|
-
height:
|
|
15450
|
+
// height: Token.buttonSmallHeight,
|
|
15338
15451
|
fontWeight: src.buttonSmallFontWeight,
|
|
15339
15452
|
fontSize: src.buttonSmallFontSize,
|
|
15340
15453
|
padding: "".concat(src.buttonSmallPaddingY, " ").concat(src.buttonSmallPaddingX),
|
|
@@ -15344,7 +15457,7 @@ var ButtonStyle = {
|
|
|
15344
15457
|
}
|
|
15345
15458
|
},
|
|
15346
15459
|
large: {
|
|
15347
|
-
height:
|
|
15460
|
+
// height: Token.buttonLargeHeight,
|
|
15348
15461
|
fontWeight: src.buttonLargeFontWeight,
|
|
15349
15462
|
fontSize: src.buttonLargeFontSize,
|
|
15350
15463
|
padding: "".concat(src.buttonLargePaddingY, " ").concat(src.buttonLargePaddingX),
|
|
@@ -15447,7 +15560,16 @@ var ButtonStyle = {
|
|
|
15447
15560
|
groupItem: {},
|
|
15448
15561
|
group: {
|
|
15449
15562
|
// 2.x 之前非 inline-block
|
|
15450
|
-
display: 'inline-
|
|
15563
|
+
display: 'inline-flex',
|
|
15564
|
+
// 处理 dropdown 下的 button
|
|
15565
|
+
'& [data-role="dropdown"]': {
|
|
15566
|
+
'& $button': {
|
|
15567
|
+
height: '100%'
|
|
15568
|
+
},
|
|
15569
|
+
'& [data-role="caret"]': {
|
|
15570
|
+
margin: 0
|
|
15571
|
+
}
|
|
15572
|
+
},
|
|
15451
15573
|
'& > :first-child$button,& > :first-child $button': {
|
|
15452
15574
|
'&::before': {
|
|
15453
15575
|
display: 'none'
|
|
@@ -15593,7 +15715,8 @@ var useButtonStyle = styled(src_button_button, 'button');
|
|
|
15593
15715
|
var headerCommon = {
|
|
15594
15716
|
fontSize: src.cardTitleFontSize,
|
|
15595
15717
|
lineHeight: src.lineHeightDynamic,
|
|
15596
|
-
|
|
15718
|
+
color: src.cardTitleFontColor,
|
|
15719
|
+
fontWeight: src.cardTitleFontWeight,
|
|
15597
15720
|
minWidth: 0
|
|
15598
15721
|
};
|
|
15599
15722
|
var cardStyle = {
|
|
@@ -15637,7 +15760,7 @@ var cardStyle = {
|
|
|
15637
15760
|
borderRadius: src.cardBorderRadius
|
|
15638
15761
|
},
|
|
15639
15762
|
header: {
|
|
15640
|
-
padding: "".concat(src.
|
|
15763
|
+
padding: "".concat(src.cardHeaderPaddingY, " ").concat(src.cardHeaderPaddingX),
|
|
15641
15764
|
'$wrapperMoveable &': {
|
|
15642
15765
|
cursor: 'move'
|
|
15643
15766
|
},
|
|
@@ -15688,10 +15811,13 @@ var cardStyle = {
|
|
|
15688
15811
|
'$wrapperSplit>$header+&, $wrapperSplit>$header+$bodyCollapse>&': {
|
|
15689
15812
|
borderTop: "1px solid ".concat(src.cardBorderColor)
|
|
15690
15813
|
},
|
|
15691
|
-
padding: "".concat(src.
|
|
15814
|
+
padding: "".concat(src.cardBodyPaddingY, " ").concat(src.cardBodyPaddingX),
|
|
15692
15815
|
flex: 1,
|
|
15693
15816
|
minHeight: 0,
|
|
15694
15817
|
minWidth: 0,
|
|
15818
|
+
color: src.cardBodyFontColor,
|
|
15819
|
+
fontWeight: src.cardBodyFontWeight,
|
|
15820
|
+
fontSize: src.cardBodyFontSize,
|
|
15695
15821
|
boxSizing: 'border-box'
|
|
15696
15822
|
},
|
|
15697
15823
|
bodyCollapse: {},
|
|
@@ -15699,7 +15825,7 @@ var cardStyle = {
|
|
|
15699
15825
|
'$wrapperSplit>$body+&, $wrapperSplit>$bodyCollapse+&': {
|
|
15700
15826
|
borderTop: "1px solid ".concat(src.cardBorderColor)
|
|
15701
15827
|
},
|
|
15702
|
-
padding: "".concat(src.
|
|
15828
|
+
padding: "".concat(src.cardFooterPaddingY, " ").concat(src.cardFooterPaddingX),
|
|
15703
15829
|
boxSizing: 'border-box'
|
|
15704
15830
|
},
|
|
15705
15831
|
resizeX: {
|
|
@@ -17329,6 +17455,7 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
17329
17455
|
cursor: 'pointer',
|
|
17330
17456
|
width: src.datePickerPanelHeaderIconHotWidth,
|
|
17331
17457
|
height: src.datePickerPanelHeaderIconHotWidth,
|
|
17458
|
+
color: src.datePickerPanelHeaderIconColor,
|
|
17332
17459
|
borderRadius: '50%',
|
|
17333
17460
|
'&[dir=rtl]': {
|
|
17334
17461
|
transform: 'rotate(180deg)'
|
|
@@ -17352,6 +17479,8 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
17352
17479
|
pickerHeaderInfo: {
|
|
17353
17480
|
cursor: 'pointer',
|
|
17354
17481
|
borderRadius: '2px',
|
|
17482
|
+
color: src.datePickerPanelHeaderFontColor,
|
|
17483
|
+
fontWeight: src.datePickerPanelHeaderFontWeight,
|
|
17355
17484
|
'&:hover': {
|
|
17356
17485
|
backgroundColor: src.datePickerPanelHeaderIconHoverBackgroundColor
|
|
17357
17486
|
}
|
|
@@ -17369,7 +17498,7 @@ var datePickerStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
17369
17498
|
'& th, & td': {
|
|
17370
17499
|
boxSizing: 'border-box',
|
|
17371
17500
|
padding: '0',
|
|
17372
|
-
fontWeight:
|
|
17501
|
+
fontWeight: src.datePickerPanelFontWeight
|
|
17373
17502
|
},
|
|
17374
17503
|
'& th': {
|
|
17375
17504
|
color: src.datePickerCellHeaderColor,
|
|
@@ -17975,6 +18104,7 @@ var dividerStyle = {
|
|
|
17975
18104
|
display: 'inline-block',
|
|
17976
18105
|
padding: "0 ".concat(src.dividerTextPaddingX),
|
|
17977
18106
|
fontSize: src.dividerFontSize,
|
|
18107
|
+
fontWeight: src.dividerFontWeight,
|
|
17978
18108
|
color: src.dividerFontColor
|
|
17979
18109
|
}
|
|
17980
18110
|
};
|
|
@@ -18311,6 +18441,7 @@ var emptyStyle = {
|
|
|
18311
18441
|
description: {
|
|
18312
18442
|
fontSize: src.emptyFontSize,
|
|
18313
18443
|
color: src.emptyFontColor,
|
|
18444
|
+
fontWeight: src.emptyFontWeight,
|
|
18314
18445
|
lineHeight: src.lineHeightDynamic
|
|
18315
18446
|
}
|
|
18316
18447
|
};
|
|
@@ -18342,6 +18473,8 @@ var formItemStyle = {
|
|
|
18342
18473
|
},
|
|
18343
18474
|
wordWrap: 'break-word',
|
|
18344
18475
|
width: src.formItemLabelWidth,
|
|
18476
|
+
fontWeight: src.formItemLabelFontWeight,
|
|
18477
|
+
color: src.formItemLabelFontColor,
|
|
18345
18478
|
padding: "".concat(src.formItemLabelPaddingY, " 0"),
|
|
18346
18479
|
lineHeight: src.lineHeightDynamic,
|
|
18347
18480
|
marginRight: src.formItemLabelMarginXEnd,
|
|
@@ -18387,7 +18520,7 @@ var formItemStyle = {
|
|
|
18387
18520
|
wrapperRequired: {
|
|
18388
18521
|
'& $label::before': {
|
|
18389
18522
|
marginRight: '4px',
|
|
18390
|
-
color: src.
|
|
18523
|
+
color: src.formItemDangerFontColor,
|
|
18391
18524
|
content: '"*"',
|
|
18392
18525
|
fontFamily: 'SimSun',
|
|
18393
18526
|
position: 'relative',
|
|
@@ -18410,18 +18543,21 @@ var formItemStyle = {
|
|
|
18410
18543
|
}
|
|
18411
18544
|
},
|
|
18412
18545
|
error: {
|
|
18413
|
-
color: src.
|
|
18546
|
+
color: src.formItemDangerFontColor,
|
|
18414
18547
|
lineHeight: src.lineHeightDynamic,
|
|
18415
18548
|
minHeight: src.formItemTipMinHeight,
|
|
18416
|
-
fontSize: src.
|
|
18549
|
+
fontSize: src.formItemDangerFontSize,
|
|
18550
|
+
fontWeight: src.formItemDangerFontWeight
|
|
18417
18551
|
// flexBasis: '100%',
|
|
18418
18552
|
// width: 0,
|
|
18419
18553
|
},
|
|
18420
18554
|
tip: {
|
|
18421
18555
|
color: src.formItemTipFontColor,
|
|
18422
18556
|
fontSize: src.formItemTipFontSize,
|
|
18557
|
+
fontWeight: src.formItemTipFontWeight,
|
|
18423
18558
|
lineHeight: src.lineHeightDynamic,
|
|
18424
18559
|
minHeight: src.formItemTipMinHeight,
|
|
18560
|
+
marginTop: src.formItemTipMarginTop,
|
|
18425
18561
|
width: '100%'
|
|
18426
18562
|
}
|
|
18427
18563
|
};
|
|
@@ -18664,16 +18800,16 @@ var ImageStyle = objectSpread2_default()(objectSpread2_default()({}, animation),
|
|
|
18664
18800
|
},
|
|
18665
18801
|
circle: {
|
|
18666
18802
|
borderRadius: src.imageCircleBorderRadius,
|
|
18667
|
-
border: "1px solid ".concat(src.
|
|
18803
|
+
border: "1px solid ".concat(src.imageBorderColor)
|
|
18668
18804
|
},
|
|
18669
18805
|
rounded: {
|
|
18670
|
-
borderRadius: src.
|
|
18671
|
-
border: "1px solid ".concat(src.
|
|
18806
|
+
borderRadius: src.imageBorderRadius,
|
|
18807
|
+
border: "1px solid ".concat(src.imageBorderColor)
|
|
18672
18808
|
},
|
|
18673
18809
|
thumbnail: {
|
|
18674
|
-
borderRadius: src.
|
|
18810
|
+
borderRadius: src.imageBorderRadius,
|
|
18675
18811
|
backgroundColor: '#FFFFFF',
|
|
18676
|
-
border: "1px solid ".concat(src.
|
|
18812
|
+
border: "1px solid ".concat(src.imageBorderColor),
|
|
18677
18813
|
'& $inner': {
|
|
18678
18814
|
top: 4,
|
|
18679
18815
|
left: 4,
|
|
@@ -21071,10 +21207,6 @@ var progressStyle = {
|
|
|
21071
21207
|
height: '100%',
|
|
21072
21208
|
boxSizing: 'border-box',
|
|
21073
21209
|
borderRadius: 'inherit',
|
|
21074
|
-
'$lineInner &': {
|
|
21075
|
-
display: 'flex',
|
|
21076
|
-
alignItems: 'center'
|
|
21077
|
-
},
|
|
21078
21210
|
'$wrapperSuccess &': {
|
|
21079
21211
|
backgroundColor: src.progressSuccessFrontBackgroundColor
|
|
21080
21212
|
},
|
|
@@ -21086,6 +21218,22 @@ var progressStyle = {
|
|
|
21086
21218
|
},
|
|
21087
21219
|
'$wrapperDanger &': {
|
|
21088
21220
|
backgroundColor: src.progressDangerFrontBackgroundColor
|
|
21221
|
+
},
|
|
21222
|
+
'$lineInner &': {
|
|
21223
|
+
display: 'flex',
|
|
21224
|
+
alignItems: 'center',
|
|
21225
|
+
'$wrapperSuccess&': {
|
|
21226
|
+
backgroundColor: src.progressLineInnerSuccessFrontBackgroundColor
|
|
21227
|
+
},
|
|
21228
|
+
'$wrapperWarning&': {
|
|
21229
|
+
backgroundColor: src.progressLineInnerWarningFrontBackgroundColor
|
|
21230
|
+
},
|
|
21231
|
+
'$wrapperInfo&': {
|
|
21232
|
+
backgroundColor: src.progressLineInnerInfoFrontBackgroundColor
|
|
21233
|
+
},
|
|
21234
|
+
'$wrapperDanger&': {
|
|
21235
|
+
backgroundColor: src.progressLineInnerDangerFrontBackgroundColor
|
|
21236
|
+
}
|
|
21089
21237
|
}
|
|
21090
21238
|
},
|
|
21091
21239
|
content: {
|
|
@@ -21095,7 +21243,19 @@ var progressStyle = {
|
|
|
21095
21243
|
'$lineInner &': {
|
|
21096
21244
|
marginLeft: 'auto',
|
|
21097
21245
|
padding: "0 ".concat(src.progressLineInnerPaddingX),
|
|
21098
|
-
|
|
21246
|
+
fontWeight: src.progressLineFontWeight
|
|
21247
|
+
},
|
|
21248
|
+
'$wrapperSuccess &': {
|
|
21249
|
+
color: src.progressSuccessInnerFontColor
|
|
21250
|
+
},
|
|
21251
|
+
'$wrapperWarning &': {
|
|
21252
|
+
color: src.progressWarningInnerFontColor
|
|
21253
|
+
},
|
|
21254
|
+
'$wrapperInfo &': {
|
|
21255
|
+
color: src.progressInfoInnerFontColor
|
|
21256
|
+
},
|
|
21257
|
+
'$wrapperDanger &': {
|
|
21258
|
+
color: src.progressDangerInnerFontColor
|
|
21099
21259
|
},
|
|
21100
21260
|
'$lineInnerRight &&': {
|
|
21101
21261
|
// marginLeft: token.progressLineInnerPaddingX,
|
|
@@ -21112,7 +21272,7 @@ var progressStyle = {
|
|
|
21112
21272
|
background: src.progressLineBackgroundColor,
|
|
21113
21273
|
padding: '3px 8px',
|
|
21114
21274
|
borderRadius: '2px',
|
|
21115
|
-
color: src.
|
|
21275
|
+
color: src.progressLinePopFontColor,
|
|
21116
21276
|
boxShadow: '0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05)'
|
|
21117
21277
|
},
|
|
21118
21278
|
linePopValue: {},
|
|
@@ -21153,6 +21313,19 @@ var progressStyle = {
|
|
|
21153
21313
|
'& $icon': {
|
|
21154
21314
|
width: '31.25%',
|
|
21155
21315
|
height: '31.25%'
|
|
21316
|
+
},
|
|
21317
|
+
fontWeight: src.progressCircleFontWeight,
|
|
21318
|
+
'&$wrapperSuccess $content': {
|
|
21319
|
+
color: src.progressCircleSuccessFontColor
|
|
21320
|
+
},
|
|
21321
|
+
'&$wrapperWarning $content': {
|
|
21322
|
+
color: src.progressCircleWarningFontColor
|
|
21323
|
+
},
|
|
21324
|
+
'&$wrapperInfo $content': {
|
|
21325
|
+
color: src.progressCircleInfoFontColor
|
|
21326
|
+
},
|
|
21327
|
+
'&$wrapperDanger $content': {
|
|
21328
|
+
color: src.progressCircleDangerFontColor
|
|
21156
21329
|
}
|
|
21157
21330
|
},
|
|
21158
21331
|
circleBg: {
|
|
@@ -21444,8 +21617,9 @@ var rateStyle = {
|
|
|
21444
21617
|
},
|
|
21445
21618
|
text: {
|
|
21446
21619
|
fontSize: src.rateFontSize,
|
|
21620
|
+
fontWeight: src.rateFontWeight,
|
|
21447
21621
|
color: src.rateFontColor,
|
|
21448
|
-
paddingLeft:
|
|
21622
|
+
paddingLeft: src.rateTextGap
|
|
21449
21623
|
},
|
|
21450
21624
|
itemDisabled: {},
|
|
21451
21625
|
itemAnimation: {
|
|
@@ -21896,6 +22070,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
21896
22070
|
overflow: 'hidden',
|
|
21897
22071
|
textOverflow: 'ellipsis',
|
|
21898
22072
|
whiteSpace: 'nowrap',
|
|
22073
|
+
height: '100%',
|
|
21899
22074
|
color: src.selectOptionFontColor,
|
|
21900
22075
|
fontSize: src.selectFontSize,
|
|
21901
22076
|
lineHeight: src.lineHeightDynamic,
|
|
@@ -24510,12 +24685,12 @@ var getLineStyle = function getLineStyle() {
|
|
|
24510
24685
|
bottom: 0,
|
|
24511
24686
|
left: 0,
|
|
24512
24687
|
width: 2
|
|
24513
|
-
}))
|
|
24514
|
-
'& :not([data-soui-state="active"])$tab': {
|
|
24515
|
-
|
|
24516
|
-
|
|
24517
|
-
|
|
24518
|
-
}
|
|
24688
|
+
}))
|
|
24689
|
+
// '& :not([data-soui-state="active"])$tab': {
|
|
24690
|
+
// '&:after': {
|
|
24691
|
+
// display: 'none',
|
|
24692
|
+
// },
|
|
24693
|
+
// },
|
|
24519
24694
|
},
|
|
24520
24695
|
'&[data-soui-position^="right-"][data-soui-shape="line"]': {
|
|
24521
24696
|
'&[dir=ltr]': objectSpread2_default()({
|
|
@@ -24541,12 +24716,7 @@ var getLineStyle = function getLineStyle() {
|
|
|
24541
24716
|
bottom: 0,
|
|
24542
24717
|
right: 0,
|
|
24543
24718
|
width: 2
|
|
24544
|
-
}))
|
|
24545
|
-
'& :not([data-soui-state="active"])$tab': {
|
|
24546
|
-
'&:after': {
|
|
24547
|
-
display: 'none'
|
|
24548
|
-
}
|
|
24549
|
-
}
|
|
24719
|
+
}))
|
|
24550
24720
|
},
|
|
24551
24721
|
'&[data-soui-position^="top-"][data-soui-shape="line"]': objectSpread2_default()({
|
|
24552
24722
|
'& $hr': {
|
|
@@ -24574,7 +24744,13 @@ var getLineStyle = function getLineStyle() {
|
|
|
24574
24744
|
})), {}, {
|
|
24575
24745
|
'& :not([data-soui-state="active"])$tab': {
|
|
24576
24746
|
'&:after': {
|
|
24577
|
-
|
|
24747
|
+
position: 'absolute',
|
|
24748
|
+
content: '""',
|
|
24749
|
+
top: 0,
|
|
24750
|
+
left: 0,
|
|
24751
|
+
width: '100%',
|
|
24752
|
+
height: 1,
|
|
24753
|
+
background: src.tabsBorderColor
|
|
24578
24754
|
}
|
|
24579
24755
|
}
|
|
24580
24756
|
})
|
|
@@ -24634,12 +24810,6 @@ var getFillStyle = function getFillStyle() {
|
|
|
24634
24810
|
color: src.tabsActiveFontColor
|
|
24635
24811
|
}
|
|
24636
24812
|
},
|
|
24637
|
-
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):hover $fillInner': {
|
|
24638
|
-
background: src.tabsExtraFillHoverBackgroundColor
|
|
24639
|
-
},
|
|
24640
|
-
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):active $fillInner': {
|
|
24641
|
-
background: src.tabsClickBackgroundColor
|
|
24642
|
-
},
|
|
24643
24813
|
'&:before': {
|
|
24644
24814
|
content: '""',
|
|
24645
24815
|
position: 'absolute',
|
|
@@ -24782,7 +24952,10 @@ var tabsStyle = {
|
|
|
24782
24952
|
},
|
|
24783
24953
|
hr: {
|
|
24784
24954
|
position: 'absolute',
|
|
24785
|
-
background: src.tabsBorderColor
|
|
24955
|
+
background: src.tabsBorderColor,
|
|
24956
|
+
'$headerWrapper[data-soui-shape="line"] &': {
|
|
24957
|
+
background: src.tabsLineHrBackgroundColor
|
|
24958
|
+
}
|
|
24786
24959
|
},
|
|
24787
24960
|
cardHr: {
|
|
24788
24961
|
// aflter
|
|
@@ -24991,23 +25164,27 @@ var tabsStyle = {
|
|
|
24991
25164
|
'$headerWrapper[data-soui-shape="card"] &': {
|
|
24992
25165
|
'& $tab': {
|
|
24993
25166
|
position: 'relative',
|
|
24994
|
-
border: "1px solid ".concat(src.
|
|
24995
|
-
padding: "".concat(src.
|
|
24996
|
-
|
|
25167
|
+
border: "1px solid ".concat(src.tabsCardBorderColor),
|
|
25168
|
+
padding: "".concat(src.tabsCardPaddingY, " ").concat(src.tabsCardPaddingX),
|
|
25169
|
+
color: src.tabsCardFontColor,
|
|
25170
|
+
fontSize: src.tabsCardFontSize,
|
|
25171
|
+
fontWeight: src.tabsCardFontWeight,
|
|
25172
|
+
background: src.tabsCardBackgroundColor,
|
|
24997
25173
|
'&[data-soui-state="active"]': {
|
|
24998
|
-
color: src.
|
|
24999
|
-
|
|
25000
|
-
fontWeight:
|
|
25174
|
+
color: src.tabsCardCheckedFontColor,
|
|
25175
|
+
fontSize: src.tabsCardCheckedFontSize,
|
|
25176
|
+
fontWeight: src.tabsCardCheckedFontWeight,
|
|
25177
|
+
background: src.tabsCardCheckedBackgroundColor
|
|
25001
25178
|
},
|
|
25002
25179
|
'&[data-soui-state="disabled"]': {
|
|
25003
|
-
color: src.
|
|
25180
|
+
color: src.tabsCardDisabledFontColor,
|
|
25004
25181
|
cursor: 'not-allowed'
|
|
25005
25182
|
},
|
|
25006
25183
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):hover': {
|
|
25007
|
-
background: src.
|
|
25184
|
+
background: src.tabsCardHoverBackgroundColor
|
|
25008
25185
|
},
|
|
25009
25186
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):active': {
|
|
25010
|
-
background: src.
|
|
25187
|
+
background: src.tabsCardActiveBackgroundColor
|
|
25011
25188
|
}
|
|
25012
25189
|
}
|
|
25013
25190
|
},
|
|
@@ -25015,17 +25192,39 @@ var tabsStyle = {
|
|
|
25015
25192
|
'& $tab': {
|
|
25016
25193
|
position: 'relative',
|
|
25017
25194
|
padding: "".concat(src.tabsLinePaddingY, " ").concat(src.tabsLinePaddingX),
|
|
25018
|
-
|
|
25019
|
-
|
|
25195
|
+
color: src.tabsLineFontColor,
|
|
25196
|
+
fontSize: src.tabsLineFontSize,
|
|
25197
|
+
fontWeight: src.tabsLineFontWeight,
|
|
25198
|
+
background: src.tabsLineBackgroundColor,
|
|
25020
25199
|
'&[data-soui-state="active"]': {
|
|
25021
|
-
color: src.
|
|
25022
|
-
|
|
25023
|
-
|
|
25200
|
+
color: src.tabsLineCheckedFontColor,
|
|
25201
|
+
fontSize: src.tabsLineCheckedFontSize,
|
|
25202
|
+
background: src.tabsLineCheckedBackgroundColor,
|
|
25203
|
+
fontWeight: src.tabsLineCheckedFontWeight,
|
|
25204
|
+
'&:after': {
|
|
25205
|
+
background: src.tabsLineAfterBackgroundColor
|
|
25206
|
+
}
|
|
25024
25207
|
},
|
|
25025
25208
|
'&[data-soui-state="disabled"]': {
|
|
25026
|
-
color: src.
|
|
25209
|
+
color: src.tabsLineDisabledFontColor,
|
|
25027
25210
|
cursor: 'not-allowed'
|
|
25028
25211
|
},
|
|
25212
|
+
'[data-soui-position^="left-"] &': {
|
|
25213
|
+
'&:after': {
|
|
25214
|
+
width: 1,
|
|
25215
|
+
right: 0,
|
|
25216
|
+
left: 'auto',
|
|
25217
|
+
height: '100%',
|
|
25218
|
+
background: src.tabsBorderColor
|
|
25219
|
+
}
|
|
25220
|
+
},
|
|
25221
|
+
'[data-soui-position^="right-"] &': {
|
|
25222
|
+
'&:after': {
|
|
25223
|
+
width: 1,
|
|
25224
|
+
height: '100%',
|
|
25225
|
+
background: src.tabsBorderColor
|
|
25226
|
+
}
|
|
25227
|
+
},
|
|
25029
25228
|
'&:not([data-soui-state="active"])': {
|
|
25030
25229
|
'&:after': {
|
|
25031
25230
|
position: 'absolute',
|
|
@@ -25038,41 +25237,64 @@ var tabsStyle = {
|
|
|
25038
25237
|
}
|
|
25039
25238
|
},
|
|
25040
25239
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):hover $lineInner': {
|
|
25041
|
-
background: src.
|
|
25240
|
+
background: src.tabsLineHoverBackgroundColor
|
|
25042
25241
|
},
|
|
25043
25242
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):active $lineInner': {
|
|
25044
|
-
background: src.
|
|
25243
|
+
background: src.tabsLineActiveBackgroundColor
|
|
25045
25244
|
}
|
|
25046
25245
|
}
|
|
25047
25246
|
},
|
|
25048
25247
|
'$headerWrapper[data-soui-shape="dash"] &': {
|
|
25049
25248
|
'& $tab': {
|
|
25050
25249
|
padding: "".concat(src.tabsLinePaddingY, " ").concat(src.tabsLinePaddingX),
|
|
25250
|
+
color: src.tabsLineFontColor,
|
|
25251
|
+
fontSize: src.tabsLineFontSize,
|
|
25252
|
+
fontWeight: src.tabsLineFontWeight,
|
|
25253
|
+
background: src.tabsLineBackgroundColor,
|
|
25051
25254
|
'&[data-soui-state="active"]': {
|
|
25052
|
-
color: src.
|
|
25053
|
-
|
|
25054
|
-
|
|
25255
|
+
color: src.tabsLineCheckedFontColor,
|
|
25256
|
+
fontSize: src.tabsLineCheckedFontSize,
|
|
25257
|
+
background: src.tabsLineCheckedBackgroundColor,
|
|
25258
|
+
fontWeight: src.tabsLineCheckedFontWeight,
|
|
25259
|
+
'&:after': {
|
|
25260
|
+
background: src.tabsLineAfterBackgroundColor
|
|
25261
|
+
}
|
|
25055
25262
|
},
|
|
25056
25263
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):hover $lineInner': {
|
|
25057
|
-
background: src.
|
|
25264
|
+
background: src.tabsLineHoverBackgroundColor
|
|
25058
25265
|
},
|
|
25059
25266
|
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):active $lineInner': {
|
|
25060
|
-
background: src.
|
|
25267
|
+
background: src.tabsLineActiveBackgroundColor
|
|
25061
25268
|
},
|
|
25062
25269
|
'&[data-soui-state="disabled"]': {
|
|
25063
|
-
color: src.
|
|
25270
|
+
color: src.tabsLineDisabledFontColor,
|
|
25064
25271
|
cursor: 'not-allowed'
|
|
25065
25272
|
}
|
|
25066
25273
|
}
|
|
25067
25274
|
},
|
|
25068
25275
|
'$headerWrapper[data-soui-shape="fill"] &': {
|
|
25069
25276
|
'& $tab': {
|
|
25277
|
+
color: src.tabsFillFontColor,
|
|
25278
|
+
fontSize: src.tabsFillFontSize,
|
|
25279
|
+
fontWeight: src.tabsFillFontWeight,
|
|
25280
|
+
background: src.tabsFillBackgroundColor,
|
|
25070
25281
|
'&[data-soui-state="active"]': {
|
|
25071
|
-
|
|
25282
|
+
color: src.tabsFillCheckedFontColor,
|
|
25283
|
+
// fontSize: Token.tabsFillCheckedFontSize,
|
|
25284
|
+
fontWeight: src.tabsFillCheckedFontWeight,
|
|
25285
|
+
'& $fillInner': {
|
|
25286
|
+
background: src.tabsFillCheckedBackgroundColor
|
|
25287
|
+
}
|
|
25072
25288
|
},
|
|
25073
25289
|
'&[data-soui-state="disabled"]': {
|
|
25074
|
-
color: src.
|
|
25290
|
+
color: src.tabsFillDisabledFontColor,
|
|
25075
25291
|
cursor: 'not-allowed'
|
|
25292
|
+
},
|
|
25293
|
+
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):hover $fillInner': {
|
|
25294
|
+
background: src.tabsFillHoverBackgroundColor
|
|
25295
|
+
},
|
|
25296
|
+
'&:not([data-soui-state="active"]):not([data-soui-state="disabled"]):active $fillInner': {
|
|
25297
|
+
background: src.tabsFillActiveBackgroundColor
|
|
25076
25298
|
}
|
|
25077
25299
|
}
|
|
25078
25300
|
},
|
|
@@ -25234,7 +25456,7 @@ var tag_tag = function tag(type) {
|
|
|
25234
25456
|
backgroundColor: src["tag".concat(type, "FillDisabledBackgroundColor")],
|
|
25235
25457
|
border: "1px solid ".concat(src["tag".concat(type, "FillDisabledBorderColor")]),
|
|
25236
25458
|
'& $closeIconWrapper': {
|
|
25237
|
-
fill: src["tag".concat(type, "
|
|
25459
|
+
fill: src["tag".concat(type, "FillDisabledFontColor")],
|
|
25238
25460
|
'&:hover': {
|
|
25239
25461
|
fill: src["tag".concat(type, "FillFontColor")],
|
|
25240
25462
|
backgroundColor: 'transparent'
|
|
@@ -25245,7 +25467,7 @@ var tag_tag = function tag(type) {
|
|
|
25245
25467
|
// outline 边框风格
|
|
25246
25468
|
'&$outline': {
|
|
25247
25469
|
background: '#fff',
|
|
25248
|
-
color: src["tag".concat(type, "
|
|
25470
|
+
color: src["tag".concat(type, "OutlineFontColor")],
|
|
25249
25471
|
border: "1px solid ".concat(src["tag".concat(type, "OutlineBorderColor")]),
|
|
25250
25472
|
'& $closeIconWrapper': {
|
|
25251
25473
|
// hover
|
|
@@ -25297,6 +25519,7 @@ var TagStyle = {
|
|
|
25297
25519
|
display: 'inline-flex',
|
|
25298
25520
|
padding: "0 ".concat(src.tagPaddingX),
|
|
25299
25521
|
fontSize: src.tagFontSize,
|
|
25522
|
+
fontWeight: src.tagFontWeight,
|
|
25300
25523
|
borderRadius: src.tagBorderRadius,
|
|
25301
25524
|
boxSizing: 'border-box',
|
|
25302
25525
|
lineHeight: "calc(".concat(src.tagFontSize, " + 4px)"),
|
|
@@ -25325,6 +25548,7 @@ var TagStyle = {
|
|
|
25325
25548
|
large: {
|
|
25326
25549
|
fontSize: src.tagLargeFontSize,
|
|
25327
25550
|
lineHeight: "calc(".concat(src.tagLargeFontSize, " + 8px)"),
|
|
25551
|
+
fontWeight: src.tagLargeFontWeight,
|
|
25328
25552
|
padding: "".concat(src.tagLargePaddingY, " ").concat(src.tagLargePaddingX),
|
|
25329
25553
|
'& $closeIconWrapper': {
|
|
25330
25554
|
'& svg': {
|
|
@@ -25336,6 +25560,10 @@ var TagStyle = {
|
|
|
25336
25560
|
small: {
|
|
25337
25561
|
lineHeight: "calc(".concat(src.tagSmallFontSize, " + 6px)"),
|
|
25338
25562
|
padding: "0 ".concat(src.tagSmallPaddingX),
|
|
25563
|
+
fontWeight: src.tagSmallFontWeight,
|
|
25564
|
+
'& $container': {
|
|
25565
|
+
lineHeight: "calc(".concat(src.tagSmallFontSize, " + 6px)")
|
|
25566
|
+
},
|
|
25339
25567
|
'& $wrapper': {
|
|
25340
25568
|
lineHeight: "calc(".concat(src.tagSmallFontSize, " + 6px)")
|
|
25341
25569
|
},
|
|
@@ -25894,7 +26122,7 @@ var TransferStyle = {
|
|
|
25894
26122
|
marginLeft: 3,
|
|
25895
26123
|
'& svg': {
|
|
25896
26124
|
width: 14,
|
|
25897
|
-
color: src.
|
|
26125
|
+
color: src.transferRemoveIconColor
|
|
25898
26126
|
},
|
|
25899
26127
|
'&:hover': {
|
|
25900
26128
|
background: src.transferIconBackgroundColor
|
|
@@ -25952,7 +26180,9 @@ var TransferStyle = {
|
|
|
25952
26180
|
alignItems: 'center',
|
|
25953
26181
|
boxSizing: 'border-box',
|
|
25954
26182
|
justifyContent: 'space-between',
|
|
25955
|
-
background: src.transferHeaderBackgroundColor
|
|
26183
|
+
background: src.transferHeaderBackgroundColor,
|
|
26184
|
+
borderRadius: "".concat(src.transferBorderRadius, " ").concat(src.transferBorderRadius, " 0 0"),
|
|
26185
|
+
borderBottom: "1px solid ".concat(src.transferHeaderBorderColor)
|
|
25956
26186
|
},
|
|
25957
26187
|
spinContainer: {},
|
|
25958
26188
|
title: {
|
|
@@ -25962,11 +26192,14 @@ var TransferStyle = {
|
|
|
25962
26192
|
count: {
|
|
25963
26193
|
fontSize: src.transferFontSize
|
|
25964
26194
|
},
|
|
25965
|
-
list: {
|
|
26195
|
+
list: {
|
|
26196
|
+
background: src.transferBackgroundColor
|
|
26197
|
+
},
|
|
25966
26198
|
footer: {
|
|
25967
26199
|
height: 48,
|
|
25968
26200
|
boxSizing: 'border-box',
|
|
25969
|
-
borderTop: "1px solid ".concat(src.
|
|
26201
|
+
borderTop: "1px solid ".concat(src.transferFooterBorderColor),
|
|
26202
|
+
background: src.transferFooterBackgroundColor
|
|
25970
26203
|
},
|
|
25971
26204
|
item: {
|
|
25972
26205
|
padding: '1px 4px',
|
|
@@ -25988,10 +26221,12 @@ var TransferStyle = {
|
|
|
25988
26221
|
}
|
|
25989
26222
|
},
|
|
25990
26223
|
itemWrapper: {
|
|
25991
|
-
borderRadius: src.
|
|
26224
|
+
borderRadius: src.transferItemBorderRadius,
|
|
25992
26225
|
cursor: 'pointer',
|
|
26226
|
+
height: '100%',
|
|
25993
26227
|
'& $checkbox': {
|
|
25994
26228
|
width: '100%',
|
|
26229
|
+
height: '100%',
|
|
25995
26230
|
padding: '5px 8px',
|
|
25996
26231
|
marginRight: 0
|
|
25997
26232
|
}
|
|
@@ -43381,6 +43616,7 @@ var Dropdown = function Dropdown(props) {
|
|
|
43381
43616
|
}
|
|
43382
43617
|
var renderButton = function renderButton() {
|
|
43383
43618
|
var caret = /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
43619
|
+
"data-role": "caret",
|
|
43384
43620
|
className: dropdownClasses === null || dropdownClasses === void 0 ? void 0 : dropdownClasses.caret,
|
|
43385
43621
|
dir: config.direction,
|
|
43386
43622
|
children: icons_config.dropdown.DropdownArrow
|
|
@@ -43470,6 +43706,7 @@ var Dropdown = function Dropdown(props) {
|
|
|
43470
43706
|
className: classnames_default()(className, dropdownClasses === null || dropdownClasses === void 0 ? void 0 : dropdownClasses.wrapper, !isSub && open && (dropdownClasses === null || dropdownClasses === void 0 ? void 0 : dropdownClasses.open)),
|
|
43471
43707
|
style: style,
|
|
43472
43708
|
"data-position": position,
|
|
43709
|
+
"data-role": "dropdown",
|
|
43473
43710
|
ref: targetRef
|
|
43474
43711
|
}, targetProps), {}, {
|
|
43475
43712
|
onClick: isSub ? openPop : targetProps.onClick,
|
|
@@ -47691,6 +47928,7 @@ var ListOption = function ListOption(props) {
|
|
|
47691
47928
|
datum = props.datum,
|
|
47692
47929
|
index = props.index,
|
|
47693
47930
|
data = props.data,
|
|
47931
|
+
lineHeight = props.lineHeight,
|
|
47694
47932
|
multiple = props.multiple,
|
|
47695
47933
|
isHover = props.isHover,
|
|
47696
47934
|
renderItem = props.renderItem,
|
|
@@ -47727,6 +47965,9 @@ var ListOption = function ListOption(props) {
|
|
|
47727
47965
|
tabIndex: -1,
|
|
47728
47966
|
className: rootClass,
|
|
47729
47967
|
title: title,
|
|
47968
|
+
style: {
|
|
47969
|
+
height: lineHeight
|
|
47970
|
+
},
|
|
47730
47971
|
onClick: handleClick,
|
|
47731
47972
|
onMouseEnter: handleEnter,
|
|
47732
47973
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
@@ -47872,6 +48113,7 @@ var list_List = function List(props) {
|
|
|
47872
48113
|
});
|
|
47873
48114
|
};
|
|
47874
48115
|
var renderItem = function renderItem(item, index, key) {
|
|
48116
|
+
console.log('lineHeight', lineHeight);
|
|
47875
48117
|
return /*#__PURE__*/(0,jsx_runtime.jsx)((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, {
|
|
47876
48118
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(list_option, {
|
|
47877
48119
|
datum: datum,
|
|
@@ -47879,6 +48121,7 @@ var list_List = function List(props) {
|
|
|
47879
48121
|
jssStyle: jssStyle,
|
|
47880
48122
|
index: index,
|
|
47881
48123
|
data: item,
|
|
48124
|
+
lineHeight: lineHeight,
|
|
47882
48125
|
isHover: hoverIndex === index,
|
|
47883
48126
|
multiple: multiple,
|
|
47884
48127
|
renderItem: renderItemProp,
|
|
@@ -49808,6 +50051,7 @@ function Select(props0) {
|
|
|
49808
50051
|
optionListRef: optionListRef,
|
|
49809
50052
|
onOptionClick: handleOptionClick
|
|
49810
50053
|
};
|
|
50054
|
+
console.log('lineHeight2333', lineHeight);
|
|
49811
50055
|
// 自定义列
|
|
49812
50056
|
if ('columns' in props && typeof columns === 'number' && columns >= 1 || columns === -1) {
|
|
49813
50057
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(list_columns, objectSpread2_default()({
|
|
@@ -58005,6 +58249,7 @@ var TransferListItem = function TransferListItem(props) {
|
|
|
58005
58249
|
data = props.data,
|
|
58006
58250
|
datum = props.datum,
|
|
58007
58251
|
listDatum = props.listDatum,
|
|
58252
|
+
lineHeight = props.lineHeight,
|
|
58008
58253
|
renderItemProp = props.renderItem,
|
|
58009
58254
|
simple = props.simple,
|
|
58010
58255
|
itemClass = props.itemClass,
|
|
@@ -58072,6 +58317,9 @@ var TransferListItem = function TransferListItem(props) {
|
|
|
58072
58317
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
58073
58318
|
ref: listItem,
|
|
58074
58319
|
className: rootClass,
|
|
58320
|
+
style: {
|
|
58321
|
+
height: lineHeight
|
|
58322
|
+
},
|
|
58075
58323
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
58076
58324
|
className: styles.itemWrapper,
|
|
58077
58325
|
children: renderCheckbox()
|
|
@@ -58253,6 +58501,7 @@ var TransferList = function TransferList(props) {
|
|
|
58253
58501
|
var listClass = classnames_default()(styles.list, listClassName);
|
|
58254
58502
|
var getLineHeight = function getLineHeight() {
|
|
58255
58503
|
if (lineHeightProp) {
|
|
58504
|
+
console.log('lineHeightProp', lineHeightProp);
|
|
58256
58505
|
return lineHeightProp;
|
|
58257
58506
|
}
|
|
58258
58507
|
if (size === 'small') {
|
|
@@ -62900,7 +63149,7 @@ var upload_interface = __webpack_require__(4412);
|
|
|
62900
63149
|
|
|
62901
63150
|
|
|
62902
63151
|
/* harmony default export */ var src_0 = ({
|
|
62903
|
-
version: '3.
|
|
63152
|
+
version: '3.3.0-beta.1'
|
|
62904
63153
|
});
|
|
62905
63154
|
}();
|
|
62906
63155
|
/******/ return __webpack_exports__;
|