shineout 3.5.6-beta.5 → 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 +48 -8
- 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
|
|
|
@@ -23959,15 +23959,55 @@ var stepsStyle = {
|
|
|
23959
23959
|
fontSize: src.stepsIconFontSize,
|
|
23960
23960
|
'&$arrow': {
|
|
23961
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
|
+
},
|
|
23962
23980
|
'&:after': {
|
|
23963
|
-
top:
|
|
23964
|
-
width:
|
|
23965
|
-
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
|
+
}
|
|
23966
24006
|
},
|
|
23967
24007
|
'&:before': {
|
|
23968
|
-
|
|
23969
|
-
|
|
23970
|
-
|
|
24008
|
+
borderLeftWidth: 12,
|
|
24009
|
+
borderTopWidth: 16,
|
|
24010
|
+
borderBottomWidth: 16
|
|
23971
24011
|
}
|
|
23972
24012
|
},
|
|
23973
24013
|
'& $content': {
|
|
@@ -67205,7 +67245,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
67205
67245
|
|
|
67206
67246
|
|
|
67207
67247
|
/* harmony default export */ var src_0 = ({
|
|
67208
|
-
version: '3.5.6-beta.
|
|
67248
|
+
version: '3.5.6-beta.6'
|
|
67209
67249
|
});
|
|
67210
67250
|
}();
|
|
67211
67251
|
/******/ return __webpack_exports__;
|