test-stpr-ui-kit 0.5.108 → 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;