shineout 3.6.2-beta.3 → 3.6.2-beta.5
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 +9 -5
- 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
|
@@ -514,5 +514,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
514
514
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
515
515
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
516
516
|
var _default = exports.default = {
|
|
517
|
-
version: '3.6.2-beta.
|
|
517
|
+
version: '3.6.2-beta.5'
|
|
518
518
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12139,7 +12139,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12139
12139
|
};
|
|
12140
12140
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12141
12141
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12142
|
-
/* harmony default export */ var version = ('3.6.2-beta.
|
|
12142
|
+
/* harmony default export */ var version = ('3.6.2-beta.5');
|
|
12143
12143
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12144
12144
|
|
|
12145
12145
|
|
|
@@ -14408,7 +14408,7 @@ var stepsTokens = {
|
|
|
14408
14408
|
stepsLargeTitleFontSize: 'Font-18',
|
|
14409
14409
|
stepsLargeDescriptionFontSize: 'Font-12',
|
|
14410
14410
|
stepsWaitFontColor: 'Neutral-text-4',
|
|
14411
|
-
stepsWaitBackgroundColor: 'Neutral-fill-
|
|
14411
|
+
stepsWaitBackgroundColor: 'Neutral-fill-2',
|
|
14412
14412
|
stepsWaitHoverFontColor: 'Brand-6',
|
|
14413
14413
|
stepsProcessFontColor: 'Neutral-text-1',
|
|
14414
14414
|
stepsProcessBackgroundColor: 'Brand-6',
|
|
@@ -23009,9 +23009,11 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
23009
23009
|
display: 'flex',
|
|
23010
23010
|
flex: 1,
|
|
23011
23011
|
minWidth: 0,
|
|
23012
|
+
maxHeight: 78,
|
|
23012
23013
|
position: 'relative',
|
|
23013
23014
|
outline: 'none',
|
|
23014
|
-
overflow: 'hidden'
|
|
23015
|
+
// overflow: 'hidden',
|
|
23016
|
+
overflow: 'auto'
|
|
23015
23017
|
},
|
|
23016
23018
|
result: {
|
|
23017
23019
|
display: 'flex',
|
|
@@ -23167,6 +23169,8 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
23167
23169
|
iconWrapper: {
|
|
23168
23170
|
display: 'flex',
|
|
23169
23171
|
alignItems: 'center',
|
|
23172
|
+
position: 'sticky',
|
|
23173
|
+
top: 0,
|
|
23170
23174
|
justifyContent: 'center',
|
|
23171
23175
|
marginLeft: src.selectIconMarginLeft
|
|
23172
23176
|
},
|
|
@@ -41972,8 +41976,8 @@ function useFormControl(props) {
|
|
|
41972
41976
|
if (isArray(name)) {
|
|
41973
41977
|
name.forEach(function (n) {
|
|
41974
41978
|
controlFunc.unbind(n, reserveAble, validateField, update);
|
|
41975
|
-
updateError(n, undefined);
|
|
41976
41979
|
});
|
|
41980
|
+
updateError(isArray(name) ? name.join('|') : name, undefined);
|
|
41977
41981
|
} else {
|
|
41978
41982
|
controlFunc.unbind(name, reserveAble, validateField, update);
|
|
41979
41983
|
updateError(name, undefined);
|
|
@@ -69715,7 +69719,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
69715
69719
|
|
|
69716
69720
|
|
|
69717
69721
|
/* harmony default export */ var src_0 = ({
|
|
69718
|
-
version: '3.6.2-beta.
|
|
69722
|
+
version: '3.6.2-beta.5'
|
|
69719
69723
|
});
|
|
69720
69724
|
}();
|
|
69721
69725
|
/******/ return __webpack_exports__;
|