@douyinfe/semi-ui 2.12.0-beta.4 → 2.12.0-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/dist/umd/semi-ui.js +1 -1
- package/dist/umd/semi-ui.js.map +1 -1
- package/dist/umd/semi-ui.min.js +1 -1
- package/dist/umd/semi-ui.min.js.map +1 -1
- package/lib/cjs/tooltip/TooltipStyledTransition.js +1 -1
- package/lib/es/tooltip/TooltipStyledTransition.js +1 -1
- package/package.json +9 -9
- package/tooltip/TooltipStyledTransition.tsx +1 -1
package/dist/umd/semi-ui.js
CHANGED
|
@@ -29074,7 +29074,7 @@ const TooltipTransition = function () {
|
|
|
29074
29074
|
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(StyledTransition_StyledTransition, assign_default()({}, props, {
|
|
29075
29075
|
enter: enterCls,
|
|
29076
29076
|
leave: leaveCls,
|
|
29077
|
-
duration: '
|
|
29077
|
+
duration: '100ms'
|
|
29078
29078
|
}, motion, {
|
|
29079
29079
|
fillMode: 'forwards'
|
|
29080
29080
|
}), typeof children === 'function' ? _ref => {
|