wix-style-react
Version:
14 lines • 643 B
JavaScript
export var 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'
};