kui-basic 1.1.49 → 1.1.51

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/index.d.ts CHANGED
@@ -768,7 +768,7 @@ type PopperBaseProps = {
768
768
  spacing?: string
769
769
  className?: string
770
770
  popperOffset?: number
771
- whitOutMobile?: boolean
771
+ withoutMobile?: boolean
772
772
  } & React.HTMLAttributes<HTMLDivElement>
773
773
 
774
774
  type PopperProps = {
@@ -796,6 +796,7 @@ interface TooltipProps
796
796
  cursor?: "pointer" | "auto"
797
797
  spacing?: string
798
798
  toggleMethod?: TooltipToggleMethods
799
+ withoutMobile?: boolean
799
800
  }
800
801
 
801
802
  type TooltipStylesProps = {