shineout 3.7.0-beta.23 → 3.7.0-beta.24

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 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.7.0-beta.23'
525
+ version: '3.7.0-beta.24'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12226,7 +12226,7 @@ var handleStyle = function handleStyle(style) {
12226
12226
  };
12227
12227
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12228
12228
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12229
- /* harmony default export */ var version = ('3.7.0-beta.23');
12229
+ /* harmony default export */ var version = ('3.7.0-beta.24');
12230
12230
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12231
12231
 
12232
12232
 
@@ -16179,7 +16179,6 @@ var ButtonStyle = {
16179
16179
  borderRadius: src.buttonBorderRadius,
16180
16180
  lineHeight: src.lineHeightDynamic,
16181
16181
  padding: "".concat(src.buttonPaddingY, " ").concat(src.buttonPaddingX),
16182
- transition: 'all .1s linear',
16183
16182
  fontFamily: 'inherit',
16184
16183
  // height: Token.buttonHeight,
16185
16184
 
@@ -16189,6 +16188,9 @@ var ButtonStyle = {
16189
16188
  '[class*="button-group"] > & + &': {
16190
16189
  margin: 0
16191
16190
  },
16191
+ '&:hover': {
16192
+ transition: 'all .1s linear'
16193
+ },
16192
16194
  '&:active': {
16193
16195
  transition: 'none'
16194
16196
  },
@@ -70733,7 +70735,7 @@ var upload_interface = __webpack_require__(8821);
70733
70735
 
70734
70736
 
70735
70737
  /* harmony default export */ var src_0 = ({
70736
- version: '3.7.0-beta.23'
70738
+ version: '3.7.0-beta.24'
70737
70739
  });
70738
70740
  }();
70739
70741
  /******/ return __webpack_exports__;