test-stpr-ui-kit 0.5.107 → 0.5.109

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.
@@ -405,6 +405,7 @@ declare interface ModalProps extends default_2.PropsWithChildren {
405
405
  isVisibleCloseButton?: boolean;
406
406
  classNameRoot?: string;
407
407
  classNameHeaderRoot?: string;
408
+ classNameSubHeaderRoot?: string;
408
409
  classNameFooterRoot?: string;
409
410
  classNameLayerRoot?: string;
410
411
  header: string | ReactNode;
@@ -651,6 +652,8 @@ declare interface TooltipProps extends Omit<BaseTooltipProps, "classNameRoot" |
651
652
  isToggleClick?: boolean;
652
653
  isVisibleTooltip?: boolean;
653
654
  position?: ETooltipPosition;
655
+ /** When true, disables position recalculation — only the passed `position` is used. */
656
+ lockPosition?: boolean;
654
657
  trigger?: default_2.ReactNode;
655
658
  triggerAction?: () => void;
656
659
  actionOnClose?: () => void;