shineout 3.5.6-beta.4 → 3.5.6-beta.6
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 +50 -11
- 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
|
@@ -507,5 +507,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
507
507
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
508
508
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
509
509
|
var _default = exports.default = {
|
|
510
|
-
version: '3.5.6-beta.
|
|
510
|
+
version: '3.5.6-beta.6'
|
|
511
511
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12040,7 +12040,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12040
12040
|
};
|
|
12041
12041
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12042
12042
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12043
|
-
/* harmony default export */ var version = ('3.5.6-beta.
|
|
12043
|
+
/* harmony default export */ var version = ('3.5.6-beta.6');
|
|
12044
12044
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12045
12045
|
|
|
12046
12046
|
|
|
@@ -23529,10 +23529,9 @@ var scale_circle_loop = function loop() {
|
|
|
23529
23529
|
boxSizing: 'border-box',
|
|
23530
23530
|
position: 'relative',
|
|
23531
23531
|
borderStyle: 'solid',
|
|
23532
|
-
borderColor: src.spinColor,
|
|
23532
|
+
borderColor: "transparent ".concat(src.spinColor, " ").concat(src.spinColor, " ").concat(src.spinColor),
|
|
23533
23533
|
borderRadius: '50%',
|
|
23534
|
-
animation: '$ring 1s linear infinite'
|
|
23535
|
-
borderTopColor: 'transparent'
|
|
23534
|
+
animation: '$ring 1s linear infinite'
|
|
23536
23535
|
});
|
|
23537
23536
|
;// CONCATENATED MODULE: ../shineout-style/src/spin/tree-bounce.ts
|
|
23538
23537
|
|
|
@@ -23960,15 +23959,55 @@ var stepsStyle = {
|
|
|
23960
23959
|
fontSize: src.stepsIconFontSize,
|
|
23961
23960
|
'&$arrow': {
|
|
23962
23961
|
'& $step:not(:last-child)': {
|
|
23962
|
+
'&$widthDescription': {
|
|
23963
|
+
'&:after': {
|
|
23964
|
+
borderLeftWidth: 22,
|
|
23965
|
+
borderTopWidth: 28,
|
|
23966
|
+
borderBottomWidth: 28
|
|
23967
|
+
},
|
|
23968
|
+
'&:before': {
|
|
23969
|
+
borderLeftWidth: 22,
|
|
23970
|
+
borderTopWidth: 28,
|
|
23971
|
+
borderBottomWidth: 28
|
|
23972
|
+
},
|
|
23973
|
+
'&[dir=ltr]:after': {
|
|
23974
|
+
right: -32
|
|
23975
|
+
},
|
|
23976
|
+
'&[dir=rtl]:after': {
|
|
23977
|
+
left: -32
|
|
23978
|
+
}
|
|
23979
|
+
},
|
|
23963
23980
|
'&:after': {
|
|
23964
|
-
top:
|
|
23965
|
-
width:
|
|
23966
|
-
height:
|
|
23981
|
+
top: 0,
|
|
23982
|
+
width: 32,
|
|
23983
|
+
height: 32,
|
|
23984
|
+
borderLeftWidth: 12,
|
|
23985
|
+
borderTopWidth: 16,
|
|
23986
|
+
borderBottomWidth: 16,
|
|
23987
|
+
right: -32
|
|
23988
|
+
},
|
|
23989
|
+
'&:before': {
|
|
23990
|
+
top: 0,
|
|
23991
|
+
width: 32,
|
|
23992
|
+
height: 32,
|
|
23993
|
+
borderLeftWidth: 12,
|
|
23994
|
+
borderTopWidth: 16,
|
|
23995
|
+
borderBottomWidth: 16,
|
|
23996
|
+
right: -32
|
|
23997
|
+
}
|
|
23998
|
+
},
|
|
23999
|
+
'& $step:last-child': {
|
|
24000
|
+
'&$widthDescription': {
|
|
24001
|
+
'&:before': {
|
|
24002
|
+
borderLeftWidth: 22,
|
|
24003
|
+
borderTopWidth: 28,
|
|
24004
|
+
borderBottomWidth: 28
|
|
24005
|
+
}
|
|
23967
24006
|
},
|
|
23968
24007
|
'&:before': {
|
|
23969
|
-
|
|
23970
|
-
|
|
23971
|
-
|
|
24008
|
+
borderLeftWidth: 12,
|
|
24009
|
+
borderTopWidth: 16,
|
|
24010
|
+
borderBottomWidth: 16
|
|
23972
24011
|
}
|
|
23973
24012
|
},
|
|
23974
24013
|
'& $content': {
|
|
@@ -67206,7 +67245,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
67206
67245
|
|
|
67207
67246
|
|
|
67208
67247
|
/* harmony default export */ var src_0 = ({
|
|
67209
|
-
version: '3.5.6-beta.
|
|
67248
|
+
version: '3.5.6-beta.6'
|
|
67210
67249
|
});
|
|
67211
67250
|
}();
|
|
67212
67251
|
/******/ return __webpack_exports__;
|