@lumx/react 3.9.2-alpha.3 → 3.9.2-alpha.4
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/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/tooltip/Tooltip.tsx +1 -1
package/index.js
CHANGED
|
@@ -14111,7 +14111,7 @@ const CLASSNAME$1h = getRootClassName(COMPONENT_NAME$1k);
|
|
|
14111
14111
|
*/
|
|
14112
14112
|
const DEFAULT_PROPS$11 = {
|
|
14113
14113
|
placement: Placement.BOTTOM,
|
|
14114
|
-
closeMode: '
|
|
14114
|
+
closeMode: 'hide'
|
|
14115
14115
|
};
|
|
14116
14116
|
|
|
14117
14117
|
/**
|