@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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2025-11-17T15:03:52.110Z",
2
+ "generated": "2025-11-19T09:18:49.244Z",
3
3
  "count": 1238,
4
4
  "icons": [
5
5
  "Accessibility",
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' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end' | 'right-start' | 'right-end'
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
- open?: boolean
374
- defaultOpen?: boolean
374
+ interactive?: boolean
375
375
  }
376
376
 
377
377
  export declare const Tooltip: DefineComponent<TooltipProps>