shineout 3.5.6-beta.6 → 3.5.6-beta.7
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 +80 -12
- 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.7'
|
|
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.7');
|
|
12044
12044
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12045
12045
|
|
|
12046
12046
|
|
|
@@ -23958,6 +23958,9 @@ var stepsStyle = {
|
|
|
23958
23958
|
small: {
|
|
23959
23959
|
fontSize: src.stepsIconFontSize,
|
|
23960
23960
|
'&$arrow': {
|
|
23961
|
+
'& $step[dir=rtl]:after': {
|
|
23962
|
+
left: -12
|
|
23963
|
+
},
|
|
23961
23964
|
'& $step:not(:last-child)': {
|
|
23962
23965
|
'&$widthDescription': {
|
|
23963
23966
|
'&:after': {
|
|
@@ -23971,29 +23974,36 @@ var stepsStyle = {
|
|
|
23971
23974
|
borderBottomWidth: 28
|
|
23972
23975
|
},
|
|
23973
23976
|
'&[dir=ltr]:after': {
|
|
23974
|
-
right: -
|
|
23977
|
+
right: -22
|
|
23975
23978
|
},
|
|
23976
23979
|
'&[dir=rtl]:after': {
|
|
23977
|
-
left: -
|
|
23980
|
+
left: -22
|
|
23978
23981
|
}
|
|
23979
23982
|
},
|
|
23983
|
+
'&[dir=rtl]:after': {
|
|
23984
|
+
left: -12,
|
|
23985
|
+
right: 'auto'
|
|
23986
|
+
},
|
|
23980
23987
|
'&:after': {
|
|
23981
23988
|
top: 0,
|
|
23982
|
-
|
|
23989
|
+
right: -12,
|
|
23990
|
+
width: 12,
|
|
23983
23991
|
height: 32,
|
|
23984
23992
|
borderLeftWidth: 12,
|
|
23985
23993
|
borderTopWidth: 16,
|
|
23986
|
-
borderBottomWidth: 16
|
|
23987
|
-
right: -32
|
|
23994
|
+
borderBottomWidth: 16
|
|
23988
23995
|
},
|
|
23989
23996
|
'&:before': {
|
|
23990
23997
|
top: 0,
|
|
23991
|
-
width:
|
|
23998
|
+
width: 12,
|
|
23992
23999
|
height: 32,
|
|
23993
24000
|
borderLeftWidth: 12,
|
|
23994
24001
|
borderTopWidth: 16,
|
|
23995
24002
|
borderBottomWidth: 16,
|
|
23996
|
-
right: -
|
|
24003
|
+
right: -12
|
|
24004
|
+
},
|
|
24005
|
+
'&[dir=rtl]:before': {
|
|
24006
|
+
right: 0
|
|
23997
24007
|
}
|
|
23998
24008
|
},
|
|
23999
24009
|
'& $step:last-child': {
|
|
@@ -24096,9 +24106,67 @@ var stepsStyle = {
|
|
|
24096
24106
|
},
|
|
24097
24107
|
large: {
|
|
24098
24108
|
'&$arrow': {
|
|
24099
|
-
'& $step': {
|
|
24100
|
-
'
|
|
24101
|
-
|
|
24109
|
+
'& $step:not(:last-child)': {
|
|
24110
|
+
'&$widthDescription': {
|
|
24111
|
+
'&:after': {
|
|
24112
|
+
top: 0,
|
|
24113
|
+
width: 30,
|
|
24114
|
+
height: 72,
|
|
24115
|
+
borderLeftWidth: 30,
|
|
24116
|
+
borderTopWidth: 36,
|
|
24117
|
+
borderBottomWidth: 36
|
|
24118
|
+
},
|
|
24119
|
+
'&:before': {
|
|
24120
|
+
borderLeftWidth: 30,
|
|
24121
|
+
borderTopWidth: 36,
|
|
24122
|
+
borderBottomWidth: 36
|
|
24123
|
+
},
|
|
24124
|
+
'&[dir=ltr]:after': {
|
|
24125
|
+
right: -30
|
|
24126
|
+
},
|
|
24127
|
+
'&[dir=rtl]:after': {
|
|
24128
|
+
left: -30
|
|
24129
|
+
}
|
|
24130
|
+
},
|
|
24131
|
+
'&[dir=rtl]:after': {
|
|
24132
|
+
left: -20,
|
|
24133
|
+
right: 'auto'
|
|
24134
|
+
},
|
|
24135
|
+
'&[dir=rtl]:before': {
|
|
24136
|
+
right: 0
|
|
24137
|
+
},
|
|
24138
|
+
'&:after': {
|
|
24139
|
+
top: 0,
|
|
24140
|
+
width: 20,
|
|
24141
|
+
height: 48,
|
|
24142
|
+
borderLeftWidth: 20,
|
|
24143
|
+
borderTopWidth: 24,
|
|
24144
|
+
borderBottomWidth: 24,
|
|
24145
|
+
right: -20
|
|
24146
|
+
},
|
|
24147
|
+
'&:before': {
|
|
24148
|
+
top: 0,
|
|
24149
|
+
width: 20,
|
|
24150
|
+
height: 48,
|
|
24151
|
+
borderLeftWidth: 20,
|
|
24152
|
+
borderTopWidth: 24,
|
|
24153
|
+
borderBottomWidth: 24,
|
|
24154
|
+
right: -20
|
|
24155
|
+
}
|
|
24156
|
+
},
|
|
24157
|
+
'& $step:last-child': {
|
|
24158
|
+
'&$widthDescription': {
|
|
24159
|
+
'&:before': {
|
|
24160
|
+
borderLeftWidth: 30,
|
|
24161
|
+
borderTopWidth: 36,
|
|
24162
|
+
borderBottomWidth: 36
|
|
24163
|
+
}
|
|
24164
|
+
},
|
|
24165
|
+
'&:before': {
|
|
24166
|
+
borderLeftWidth: 20,
|
|
24167
|
+
borderTopWidth: 24,
|
|
24168
|
+
borderBottomWidth: 24
|
|
24169
|
+
}
|
|
24102
24170
|
},
|
|
24103
24171
|
'& $content': {
|
|
24104
24172
|
padding: "".concat(src.stepsLargeArrowPaddingY, " ").concat(src.stepsLargeArrowPaddingX),
|
|
@@ -67245,7 +67313,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
67245
67313
|
|
|
67246
67314
|
|
|
67247
67315
|
/* harmony default export */ var src_0 = ({
|
|
67248
|
-
version: '3.5.6-beta.
|
|
67316
|
+
version: '3.5.6-beta.7'
|
|
67249
67317
|
});
|
|
67250
67318
|
}();
|
|
67251
67319
|
/******/ return __webpack_exports__;
|