@redsift/table 11.0.2 → 11.1.0
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
|
@@ -23005,7 +23005,7 @@ const BaseTooltip = props => {
|
|
|
23005
23005
|
children,
|
|
23006
23006
|
color,
|
|
23007
23007
|
defaultOpen,
|
|
23008
|
-
delay =
|
|
23008
|
+
delay = 300,
|
|
23009
23009
|
isOpen,
|
|
23010
23010
|
offset,
|
|
23011
23011
|
onOpen,
|