shineout 3.10.0 → 3.10.1-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 +4 -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.1'
|
|
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.1');
|
|
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',
|
|
@@ -25183,6 +25184,7 @@ var radioStyle = objectSpread2_default()(objectSpread2_default()({}, animations)
|
|
|
25183
25184
|
marginRight: 0
|
|
25184
25185
|
},
|
|
25185
25186
|
'button&': {
|
|
25187
|
+
fontSize: src.radioButtonFontSize,
|
|
25186
25188
|
padding: "".concat(src.radioButtonPaddingY, " ").concat(src.radioButtonPaddingX)
|
|
25187
25189
|
},
|
|
25188
25190
|
'button[data-soui-outline]&:not($wrapperChecked):not($wrapperDisabled):not(:hover)': {
|
|
@@ -79658,7 +79660,7 @@ var watermark_interface = __webpack_require__(6640);
|
|
|
79658
79660
|
|
|
79659
79661
|
|
|
79660
79662
|
/* harmony default export */ var src_0 = ({
|
|
79661
|
-
version: '3.10.
|
|
79663
|
+
version: '3.10.1-beta.1'
|
|
79662
79664
|
});
|
|
79663
79665
|
}();
|
|
79664
79666
|
/******/ return __webpack_exports__;
|