shineout 3.10.1-beta.1 → 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 +6 -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.1-beta.
|
|
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.1-beta.
|
|
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
|
|
|
@@ -15800,12 +15800,14 @@ var radioTokens = {
|
|
|
15800
15800
|
radioSmallPaddingY: 'Spacing-1',
|
|
15801
15801
|
radioSmallButtonPaddingY: 'Spacing-1',
|
|
15802
15802
|
radioSmallButtonPaddingX: 'Spacing-8',
|
|
15803
|
+
radioSmallButtonFontSize: 'Font-12',
|
|
15803
15804
|
radioLargeIconWidth: 'Font-16',
|
|
15804
15805
|
radioLargeIconBorderWidth: 'Border-2',
|
|
15805
15806
|
radioLargeLabelFontSize: 'Font-16',
|
|
15806
15807
|
radioLargePaddingY: 'Spacing-7',
|
|
15807
15808
|
radioLargeButtonPaddingY: 'Spacing-7',
|
|
15808
15809
|
radioLargeButtonPaddingX: 'Spacing-16',
|
|
15810
|
+
radioLargeButtonFontSize: 'Font-16',
|
|
15809
15811
|
radioLabelFontColor: 'Neutral-text-5',
|
|
15810
15812
|
radioLabelFontSize: 'Font-14',
|
|
15811
15813
|
radioLabelDisabledFontColor: 'Neutral-text-2'
|
|
@@ -25196,11 +25198,13 @@ var radioStyle = objectSpread2_default()(objectSpread2_default()({}, animations)
|
|
|
25196
25198
|
marginTop: 1
|
|
25197
25199
|
},
|
|
25198
25200
|
'button&': {
|
|
25201
|
+
fontSize: src.radioSmallButtonFontSize,
|
|
25199
25202
|
padding: "".concat(src.radioSmallButtonPaddingY, " ").concat(src.radioSmallButtonPaddingX)
|
|
25200
25203
|
}
|
|
25201
25204
|
},
|
|
25202
25205
|
wrapperLarge: {
|
|
25203
25206
|
'button&': {
|
|
25207
|
+
fontSize: src.radioLargeButtonFontSize,
|
|
25204
25208
|
padding: "".concat(src.radioLargeButtonPaddingY, " ").concat(src.radioLargeButtonPaddingX)
|
|
25205
25209
|
}
|
|
25206
25210
|
},
|
|
@@ -79660,7 +79664,7 @@ var watermark_interface = __webpack_require__(6640);
|
|
|
79660
79664
|
|
|
79661
79665
|
|
|
79662
79666
|
/* harmony default export */ var src_0 = ({
|
|
79663
|
-
version: '3.10.1-beta.
|
|
79667
|
+
version: '3.10.1-beta.2'
|
|
79664
79668
|
});
|
|
79665
79669
|
}();
|
|
79666
79670
|
/******/ return __webpack_exports__;
|