shineout 3.10.0 → 3.10.1-beta.2
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 +8 -2
- 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
|
@@ -545,5 +545,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
545
545
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
546
546
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
547
547
|
var _default = exports.default = {
|
|
548
|
-
version: '3.10.
|
|
548
|
+
version: '3.10.1-beta.2'
|
|
549
549
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -13686,7 +13686,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
13686
13686
|
};
|
|
13687
13687
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
13688
13688
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
13689
|
-
/* harmony default export */ var version = ('3.10.
|
|
13689
|
+
/* harmony default export */ var version = ('3.10.1-beta.2');
|
|
13690
13690
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
13691
13691
|
|
|
13692
13692
|
|
|
@@ -15792,6 +15792,7 @@ var radioTokens = {
|
|
|
15792
15792
|
radioButtonPaddingY: 'Spacing-4',
|
|
15793
15793
|
radioButtonPaddingX: 'Spacing-12',
|
|
15794
15794
|
radioButtonBorderColor: 'Neutral-border-2',
|
|
15795
|
+
radioButtonFontSize: 'Font-14',
|
|
15795
15796
|
radioSmallIconWidth: 'Font-12',
|
|
15796
15797
|
radioSmallIconBorderWidth: 'Border-1',
|
|
15797
15798
|
radioSmallIconInnerSize: 'Size-3',
|
|
@@ -15799,12 +15800,14 @@ var radioTokens = {
|
|
|
15799
15800
|
radioSmallPaddingY: 'Spacing-1',
|
|
15800
15801
|
radioSmallButtonPaddingY: 'Spacing-1',
|
|
15801
15802
|
radioSmallButtonPaddingX: 'Spacing-8',
|
|
15803
|
+
radioSmallButtonFontSize: 'Font-12',
|
|
15802
15804
|
radioLargeIconWidth: 'Font-16',
|
|
15803
15805
|
radioLargeIconBorderWidth: 'Border-2',
|
|
15804
15806
|
radioLargeLabelFontSize: 'Font-16',
|
|
15805
15807
|
radioLargePaddingY: 'Spacing-7',
|
|
15806
15808
|
radioLargeButtonPaddingY: 'Spacing-7',
|
|
15807
15809
|
radioLargeButtonPaddingX: 'Spacing-16',
|
|
15810
|
+
radioLargeButtonFontSize: 'Font-16',
|
|
15808
15811
|
radioLabelFontColor: 'Neutral-text-5',
|
|
15809
15812
|
radioLabelFontSize: 'Font-14',
|
|
15810
15813
|
radioLabelDisabledFontColor: 'Neutral-text-2'
|
|
@@ -25183,6 +25186,7 @@ var radioStyle = objectSpread2_default()(objectSpread2_default()({}, animations)
|
|
|
25183
25186
|
marginRight: 0
|
|
25184
25187
|
},
|
|
25185
25188
|
'button&': {
|
|
25189
|
+
fontSize: src.radioButtonFontSize,
|
|
25186
25190
|
padding: "".concat(src.radioButtonPaddingY, " ").concat(src.radioButtonPaddingX)
|
|
25187
25191
|
},
|
|
25188
25192
|
'button[data-soui-outline]&:not($wrapperChecked):not($wrapperDisabled):not(:hover)': {
|
|
@@ -25194,11 +25198,13 @@ var radioStyle = objectSpread2_default()(objectSpread2_default()({}, animations)
|
|
|
25194
25198
|
marginTop: 1
|
|
25195
25199
|
},
|
|
25196
25200
|
'button&': {
|
|
25201
|
+
fontSize: src.radioSmallButtonFontSize,
|
|
25197
25202
|
padding: "".concat(src.radioSmallButtonPaddingY, " ").concat(src.radioSmallButtonPaddingX)
|
|
25198
25203
|
}
|
|
25199
25204
|
},
|
|
25200
25205
|
wrapperLarge: {
|
|
25201
25206
|
'button&': {
|
|
25207
|
+
fontSize: src.radioLargeButtonFontSize,
|
|
25202
25208
|
padding: "".concat(src.radioLargeButtonPaddingY, " ").concat(src.radioLargeButtonPaddingX)
|
|
25203
25209
|
}
|
|
25204
25210
|
},
|
|
@@ -79658,7 +79664,7 @@ var watermark_interface = __webpack_require__(6640);
|
|
|
79658
79664
|
|
|
79659
79665
|
|
|
79660
79666
|
/* harmony default export */ var src_0 = ({
|
|
79661
|
-
version: '3.10.
|
|
79667
|
+
version: '3.10.1-beta.2'
|
|
79662
79668
|
});
|
|
79663
79669
|
}();
|
|
79664
79670
|
/******/ return __webpack_exports__;
|