wix-style-react
Version:
21 lines (20 loc) • 775 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.dataHooks = void 0;
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'
};
exports.dataHooks = dataHooks;