@redsift/table 11.0.2-muiv5 → 11.1.0-muiv5
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 +2 -2
package/index.js
CHANGED
|
@@ -23008,7 +23008,7 @@ const BaseTooltip = props => {
|
|
|
23008
23008
|
children,
|
|
23009
23009
|
color,
|
|
23010
23010
|
defaultOpen,
|
|
23011
|
-
delay =
|
|
23011
|
+
delay = 300,
|
|
23012
23012
|
isOpen,
|
|
23013
23013
|
offset,
|
|
23014
23014
|
onOpen,
|