@mirohq/design-system-tooltip
Advanced tools
Comparing version 3.2.9 to 3.2.10
@@ -996,2 +996,6 @@ import * as react from 'react'; | ||
skipDelayDuration?: number; | ||
/** | ||
* The content | ||
*/ | ||
children?: react__default.ReactNode; | ||
} | ||
@@ -1055,2 +1059,6 @@ declare const Provider: react__default.FC<ProviderProps>; | ||
disableHoverableContent?: boolean; | ||
/** | ||
* The content | ||
*/ | ||
children: react__default.ReactNode; | ||
} | ||
@@ -1057,0 +1065,0 @@ declare const DEFAULT_SKIP_DELAY_DURATION = 500; |
{ | ||
"name": "@mirohq/design-system-tooltip", | ||
"version": "3.2.9", | ||
"version": "3.2.10", | ||
"description": "", | ||
@@ -31,4 +31,4 @@ "author": "Miro", | ||
"@radix-ui/react-tooltip": "^1.0.3", | ||
"@mirohq/design-system-stitches": "^2.3.0", | ||
"@mirohq/design-system-styles": "^1.0.22", | ||
"@mirohq/design-system-stitches": "^2.3.0", | ||
"@mirohq/design-system-utils": "^0.13.1", | ||
@@ -38,3 +38,3 @@ "@mirohq/design-tokens": "^2.6.0" | ||
"devDependencies": { | ||
"@mirohq/design-system-button": "^3.0.8", | ||
"@mirohq/design-system-button": "^3.1.0", | ||
"@mirohq/design-system-flex": "^2.1.10" | ||
@@ -41,0 +41,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
108230
1463