kui-basic 1.1.53 → 1.1.55

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
@@ -769,7 +769,6 @@ type PopperBaseProps = {
769
769
  className?: string
770
770
  popperOffset?: number
771
771
  withoutMobile?: boolean
772
- isCalculated?: boolean
773
772
  } & React.HTMLAttributes<HTMLDivElement>
774
773
 
775
774
  type PopperProps = {