shineout 3.8.5 → 3.8.6-beta.1
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 +3 -3
- 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
|
@@ -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.8.
|
|
525
|
+
version: '3.8.6-beta.1'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12386,7 +12386,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12386
12386
|
};
|
|
12387
12387
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12388
12388
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12389
|
-
/* harmony default export */ var version = ('3.8.
|
|
12389
|
+
/* harmony default export */ var version = ('3.8.6-beta.1');
|
|
12390
12390
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12391
12391
|
|
|
12392
12392
|
|
|
@@ -33571,7 +33571,7 @@ var Tooltip = function Tooltip(props) {
|
|
|
33571
33571
|
fixedWidth: false,
|
|
33572
33572
|
popupGap: popupGap,
|
|
33573
33573
|
zIndex: zIndex,
|
|
33574
|
-
adjust:
|
|
33574
|
+
adjust: true,
|
|
33575
33575
|
updateKey: updateKey,
|
|
33576
33576
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", objectSpread2_default()(objectSpread2_default()({
|
|
33577
33577
|
className: classnames_default()(className, tooltipClasses === null || tooltipClasses === void 0 ? void 0 : tooltipClasses.rootClass, tooltipClasses === null || tooltipClasses === void 0 ? void 0 : tooltipClasses.wrapper, open && (tooltipClasses === null || tooltipClasses === void 0 ? void 0 : tooltipClasses.wrapperOpen)),
|
|
@@ -73290,7 +73290,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
73290
73290
|
|
|
73291
73291
|
|
|
73292
73292
|
/* harmony default export */ var src_0 = ({
|
|
73293
|
-
version: '3.8.
|
|
73293
|
+
version: '3.8.6-beta.1'
|
|
73294
73294
|
});
|
|
73295
73295
|
}();
|
|
73296
73296
|
/******/ return __webpack_exports__;
|