shineout 3.9.13-beta.12 → 3.9.13-beta.14
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 +29 -78
- 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/cjs/index.js
CHANGED
|
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
522
522
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
523
523
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
524
524
|
var _default = exports.default = {
|
|
525
|
-
version: '3.9.13-beta.
|
|
525
|
+
version: '3.9.13-beta.14'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -4419,55 +4419,7 @@ const figma = [
|
|
|
4419
4419
|
token: 'Margin-32',
|
|
4420
4420
|
locked: true,
|
|
4421
4421
|
},
|
|
4422
|
-
|
|
4423
|
-
name: '0/radius',
|
|
4424
|
-
value: '0px',
|
|
4425
|
-
describe: '直角',
|
|
4426
|
-
token: 'Radius-0',
|
|
4427
|
-
locked: true,
|
|
4428
|
-
},
|
|
4429
|
-
{
|
|
4430
|
-
name: '2/radius',
|
|
4431
|
-
value: '2px',
|
|
4432
|
-
describe: '2 圆角',
|
|
4433
|
-
token: 'Radius-2',
|
|
4434
|
-
locked: true,
|
|
4435
|
-
},
|
|
4436
|
-
{
|
|
4437
|
-
name: '3/radius',
|
|
4438
|
-
value: '3px',
|
|
4439
|
-
describe: '3 圆角',
|
|
4440
|
-
token: 'Radius-3',
|
|
4441
|
-
locked: true,
|
|
4442
|
-
},
|
|
4443
|
-
{
|
|
4444
|
-
name: '4/radius',
|
|
4445
|
-
value: '4px',
|
|
4446
|
-
describe: '4 圆角',
|
|
4447
|
-
token: 'Radius-4',
|
|
4448
|
-
locked: true,
|
|
4449
|
-
},
|
|
4450
|
-
{
|
|
4451
|
-
name: '8/radius',
|
|
4452
|
-
value: '8px',
|
|
4453
|
-
describe: '8 圆角',
|
|
4454
|
-
token: 'Radius-8',
|
|
4455
|
-
locked: true,
|
|
4456
|
-
},
|
|
4457
|
-
{
|
|
4458
|
-
name: '12/radius',
|
|
4459
|
-
value: '12px',
|
|
4460
|
-
describe: '12 圆角',
|
|
4461
|
-
token: 'Radius-12',
|
|
4462
|
-
locked: true,
|
|
4463
|
-
},
|
|
4464
|
-
{
|
|
4465
|
-
name: '1000/radius',
|
|
4466
|
-
value: '1000px',
|
|
4467
|
-
describe: '1000 大圆角',
|
|
4468
|
-
token: 'Radius-1000',
|
|
4469
|
-
locked: true,
|
|
4470
|
-
},
|
|
4422
|
+
|
|
4471
4423
|
{
|
|
4472
4424
|
name: '基础阴影',
|
|
4473
4425
|
value: '0px 2px 5px rgba(2, 11, 24, 0.1)',
|
|
@@ -12359,7 +12311,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12359
12311
|
};
|
|
12360
12312
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12361
12313
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12362
|
-
/* harmony default export */ var version = ('3.9.13-beta.
|
|
12314
|
+
/* harmony default export */ var version = ('3.9.13-beta.14');
|
|
12363
12315
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12364
12316
|
|
|
12365
12317
|
|
|
@@ -12750,13 +12702,6 @@ var Token = {
|
|
|
12750
12702
|
'Margin-16': '16px',
|
|
12751
12703
|
'Margin-24': '24px',
|
|
12752
12704
|
'Margin-32': '32px',
|
|
12753
|
-
'Radius-0': '0px',
|
|
12754
|
-
'Radius-2': '2px',
|
|
12755
|
-
'Radius-3': '3px',
|
|
12756
|
-
'Radius-4': '4px',
|
|
12757
|
-
'Radius-8': '8px',
|
|
12758
|
-
'Radius-12': '12px',
|
|
12759
|
-
'Radius-1000': '1000px',
|
|
12760
12705
|
'Shadow-1': '0px 2px 5px rgba(2, 11, 24, 0.1)',
|
|
12761
12706
|
'Shadow-2': '0px 4px 10px rgba(2, 11, 24, 0.1)',
|
|
12762
12707
|
'Shadow-3': '0px 8px 20px rgba(2, 11, 24, 0.1)',
|
|
@@ -13909,7 +13854,7 @@ var dropdownTokens = {
|
|
|
13909
13854
|
dropdownOptionSelectFontColor: 'Brand-6',
|
|
13910
13855
|
dropdownOptionDisabledBackgroundColor: 'Neutral-fill-1',
|
|
13911
13856
|
dropdownOptionDisabledFontColor: 'Neutral-text-2',
|
|
13912
|
-
dropdownOptionBorderRadius: 'Radius-
|
|
13857
|
+
dropdownOptionBorderRadius: 'Radius-lesser',
|
|
13913
13858
|
dropdownOptionGroupPaddingX: 'Spacing-8',
|
|
13914
13859
|
dropdownOptionGroupPaddingTop: 'Font-14',
|
|
13915
13860
|
dropdownOptionGroupPaddingBottom: 'Spacing-2',
|
|
@@ -15444,19 +15389,15 @@ var transferTokens = {
|
|
|
15444
15389
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
15445
15390
|
|
|
15446
15391
|
var treeTokens = {
|
|
15447
|
-
treeTextPaddingY: 'Spacing-2',
|
|
15448
|
-
treeTextPaddingX: 'Spacing-4',
|
|
15449
|
-
treeCheckboxMarginX: 'Spacing-8',
|
|
15450
|
-
treeIconSize: 'Font-14',
|
|
15451
15392
|
treeFontSize: 'Font-14',
|
|
15393
|
+
treeFontWeight: 'Weight-regular',
|
|
15394
|
+
treeFontColor: 'Neutral-text-5',
|
|
15452
15395
|
treeLineHeight: 'Size-18',
|
|
15396
|
+
treeLineBackgroundColor: 'Neutral-fill-3',
|
|
15453
15397
|
treeSmallFontSize: 'Font-12',
|
|
15454
15398
|
treeSmallLineHeight: 'Size-14',
|
|
15455
15399
|
treeLargeFontSize: 'Font-16',
|
|
15456
15400
|
treeLargeLineHeight: 'Size-22',
|
|
15457
|
-
treeFontWeight: 'Weight-regular',
|
|
15458
|
-
treeFontColor: 'Neutral-text-5',
|
|
15459
|
-
treeLineBackgroundColor: 'Neutral-fill-3',
|
|
15460
15401
|
treePaddingX: 'Spacing-8',
|
|
15461
15402
|
treePaddingY: 'Spacing-1',
|
|
15462
15403
|
treeItemFontColor: 'Neutral-text-4',
|
|
@@ -15465,16 +15406,20 @@ var treeTokens = {
|
|
|
15465
15406
|
treeItemActiveBackgroundColor: 'Neutral-fill-4',
|
|
15466
15407
|
treeItemActiveFontColor: 'Neutral-text-4',
|
|
15467
15408
|
treeItemDisabledFontColor: 'Neutral-text-2',
|
|
15468
|
-
treeContentBorderRadius: 'Radius-lesser',
|
|
15469
15409
|
treeContentHoverBackgroundColor: 'Neutral-fill-2',
|
|
15470
15410
|
treeContentHoverFontColor: 'Neutral-text-5',
|
|
15471
15411
|
treeContentActiveBackgroundColor: 'Brand-1',
|
|
15472
15412
|
treeContentActiveFontColor: 'Brand-6',
|
|
15473
|
-
treeContentActiveBorderRadius: 'Radius-
|
|
15413
|
+
treeContentActiveBorderRadius: 'Radius-lesser',
|
|
15474
15414
|
treeContentDisabledBackgroundColor: 'Transprent',
|
|
15475
15415
|
treeContentDisabledFontColor: 'Neutral-text-5',
|
|
15416
|
+
treeContentBorderRadius: 'Radius-lesser',
|
|
15476
15417
|
treeDragBorderColor: 'Brand-6',
|
|
15477
|
-
treeDragBackgroundColor: 'Brand-1'
|
|
15418
|
+
treeDragBackgroundColor: 'Brand-1',
|
|
15419
|
+
treeTextPaddingY: 'Spacing-2',
|
|
15420
|
+
treeTextPaddingX: 'Spacing-4',
|
|
15421
|
+
treeCheckboxMarginX: 'Spacing-8',
|
|
15422
|
+
treeIconSize: 'Font-14'
|
|
15478
15423
|
};
|
|
15479
15424
|
/* harmony default export */ var tree = (treeTokens);
|
|
15480
15425
|
;// CONCATENATED MODULE: ../theme/src/tree/index.ts
|
|
@@ -16199,8 +16144,8 @@ var breadcrumbStyle = {
|
|
|
16199
16144
|
}
|
|
16200
16145
|
},
|
|
16201
16146
|
down: {
|
|
16202
|
-
width: src.
|
|
16203
|
-
height: src.
|
|
16147
|
+
width: src.breadcrumbFontSize,
|
|
16148
|
+
height: src.breadcrumbFontSize,
|
|
16204
16149
|
lineHeight: '1',
|
|
16205
16150
|
marginLeft: 4
|
|
16206
16151
|
},
|
|
@@ -19644,16 +19589,16 @@ var dropdown_dropdown = {
|
|
|
19644
19589
|
},
|
|
19645
19590
|
itemDisabled: {},
|
|
19646
19591
|
optionGroup: {
|
|
19647
|
-
padding: "calc(".concat(src.dropdownOptionGroupPaddingTop, " - 4px) ").concat(src.
|
|
19592
|
+
padding: "calc(".concat(src.dropdownOptionGroupPaddingTop, " - 4px) ").concat(src.dropdownOptionPaddingX, " ").concat(src.dropdownOptionGroupPaddingBottom),
|
|
19648
19593
|
fontSize: src.dropdownOptionGroupFontSize,
|
|
19649
19594
|
fontWeight: src.dropdownOptionGroupFontWeight,
|
|
19650
19595
|
color: src.dropdownOptionGroupFontColor,
|
|
19651
19596
|
lineHeight: src.lineHeightDynamic,
|
|
19652
19597
|
'$listSmall &': {
|
|
19653
|
-
padding: "".concat(src.dropdownOptionGroupSmallTop, " ").concat(src.
|
|
19598
|
+
padding: "".concat(src.dropdownOptionGroupSmallTop, " ").concat(src.dropdownOptionSmallPaddingX, " 0")
|
|
19654
19599
|
},
|
|
19655
19600
|
'$listLarge &': {
|
|
19656
|
-
padding: "".concat(src.dropdownOptionGroupLargeTop, " ").concat(src.
|
|
19601
|
+
padding: "".concat(src.dropdownOptionGroupLargeTop, " ").concat(src.dropdownOptionLargePaddingX, " ").concat(src.dropdownOptionGroupLargeBottom)
|
|
19657
19602
|
}
|
|
19658
19603
|
},
|
|
19659
19604
|
optionDivider: {
|
|
@@ -21504,8 +21449,11 @@ var menuStyle = {
|
|
|
21504
21449
|
}
|
|
21505
21450
|
},
|
|
21506
21451
|
// 一级菜单展不展开都是fill-9,一级展开后的子级都是fill-10
|
|
21507
|
-
'[data-soui-theme=dark] $root > $item > &': {
|
|
21508
|
-
backgroundColor: src.menuDarkItemBackgroundColor
|
|
21452
|
+
'[data-soui-theme=dark] $root > $item:not($itemActive) > &': {
|
|
21453
|
+
backgroundColor: src.menuDarkItemBackgroundColor,
|
|
21454
|
+
'&:hover': {
|
|
21455
|
+
backgroundColor: src.menuDarkItemHoverBackgroundColor
|
|
21456
|
+
}
|
|
21509
21457
|
},
|
|
21510
21458
|
'[data-soui-theme=dark] &': {
|
|
21511
21459
|
color: src.menuDarkFontColor,
|
|
@@ -26749,6 +26697,7 @@ var switchStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
26749
26697
|
color: src.switchFontColor,
|
|
26750
26698
|
verticalAlign: 'middle',
|
|
26751
26699
|
outline: 'none',
|
|
26700
|
+
lineHeight: src.switchCircleSize,
|
|
26752
26701
|
'$wrapperDisabled&': {
|
|
26753
26702
|
backgroundColor: src.switchDisabledBackgroundColor,
|
|
26754
26703
|
color: src.switchDisabledFontColor
|
|
@@ -26767,6 +26716,7 @@ var switchStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
26767
26716
|
minWidth: src.switchSmallWidth,
|
|
26768
26717
|
borderRadius: "calc( ".concat(src.switchSmallCircleSize, " / 2 + ").concat(src.switchSmallPaddingY, " )"),
|
|
26769
26718
|
fontSize: src.switchSmallFontSize,
|
|
26719
|
+
lineHeight: src.switchSmallCircleSize,
|
|
26770
26720
|
'[data-soui-role="form-control"] > &': {
|
|
26771
26721
|
marginTop: 8
|
|
26772
26722
|
}
|
|
@@ -26775,7 +26725,8 @@ var switchStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
26775
26725
|
padding: "".concat(src.switchLargePaddingY, " ").concat(src.switchLargePaddingX),
|
|
26776
26726
|
minWidth: src.switchLargeWidth,
|
|
26777
26727
|
borderRadius: "calc( ".concat(src.switchLargeCircleSize, " / 2 + ").concat(src.switchLargePaddingY, " )"),
|
|
26778
|
-
fontSize: src.switchLargeFontSize
|
|
26728
|
+
fontSize: src.switchLargeFontSize,
|
|
26729
|
+
lineHeight: src.switchLargeCircleSize
|
|
26779
26730
|
}),
|
|
26780
26731
|
wrapperChecked: {},
|
|
26781
26732
|
textPadding: {
|
|
@@ -28036,7 +27987,7 @@ var tabsStyle = {
|
|
|
28036
27987
|
border: '1px solid transparent'
|
|
28037
27988
|
},
|
|
28038
27989
|
'&[data-soui-shape="card"] $prev, &[data-soui-shape="card"] $next': {
|
|
28039
|
-
background: src.
|
|
27990
|
+
background: src.tabsCardCheckedBackgroundColor,
|
|
28040
27991
|
alignSelf: 'stretch',
|
|
28041
27992
|
display: 'flex',
|
|
28042
27993
|
alignItems: 'center',
|
|
@@ -75741,7 +75692,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
75741
75692
|
|
|
75742
75693
|
|
|
75743
75694
|
/* harmony default export */ var src_0 = ({
|
|
75744
|
-
version: '3.9.13-beta.
|
|
75695
|
+
version: '3.9.13-beta.14'
|
|
75745
75696
|
});
|
|
75746
75697
|
}();
|
|
75747
75698
|
/******/ return __webpack_exports__;
|