wix-style-react
Version:
15 lines (14 loc) • 647 B
JavaScript
export const dataHooks = {
baseModalLayout: 'baseModalLayout',
closeButton: 'baseModalLayout-close-button',
helpButton: 'baseModalLayout-help-button',
headerTitle: 'baseModalLayout-title',
headerSubtitle: 'baseModalLayout-subtitle',
contentWrapper: 'baseModalLayout-content-wrapper',
footerDivider: 'baseModalLayout-footer-divider',
primaryButtonTooltip: 'baseModalLayout-footer-primaryButtonTooltip',
footerSideActions: 'baseModalLayout-side-actions',
footerPrimaryButton: 'baseModalLayout-primary-button',
footerSecondaryButton: 'baseModalLayout-secondary-button',
illustrationSrc: 'baseModalLayout-illustration-src',
};