@club-employes/utopia 4.35.0 → 4.36.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/dist/icons-list.json +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +393 -391
- package/dist/utopia.css +1 -1
- package/package.json +1 -1
package/dist/icons-list.json
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -364,14 +364,14 @@ export interface UseFaviconReturn {
|
|
|
364
364
|
}
|
|
365
365
|
|
|
366
366
|
export interface TooltipProps {
|
|
367
|
-
placement?: 'top' | 'bottom' | 'left' | 'right' | '
|
|
367
|
+
placement?: 'top' | 'bottom' | 'left' | 'right' | 'auto' | 'top_left' | 'top_right' | 'top_center' | 'bottom_left' | 'bottom_right' | 'bottom_center'
|
|
368
368
|
openDelay?: number
|
|
369
369
|
closeDelay?: number
|
|
370
370
|
offset?: number
|
|
371
371
|
withArrow?: boolean
|
|
372
|
+
active?: boolean
|
|
372
373
|
disabled?: boolean
|
|
373
|
-
|
|
374
|
-
defaultOpen?: boolean
|
|
374
|
+
interactive?: boolean
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
export declare const Tooltip: DefineComponent<TooltipProps>
|