kui-basic 1.1.140 → 1.1.142

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.d.ts CHANGED
@@ -1,8 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { HTMLInputTypeAttribute, ReactElement, SyntheticEvent, ReactNode, RefObject } from 'react';
3
- import { Placement } from '@floating-ui/react';
3
+ import { Placement, OffsetOptions, Strategy } from '@floating-ui/react';
4
4
  import { MiddlewareData } from '@floating-ui/core/src/types';
5
- import { OffsetOptions } from '@floating-ui/core/src/middleware/offset';
6
5
 
7
6
  interface BrandColors {
8
7
  main: string
@@ -803,6 +802,7 @@ interface TooltipProps
803
802
  withoutMobile?: boolean
804
803
  withClosing?: boolean
805
804
  offsetOptions?: OffsetOptions
805
+ strategy?: Strategy
806
806
  }
807
807
 
808
808
  type TooltipStylesProps = {