@wix/design-system
Version:
@wix/design-system
26 lines (25 loc) • 664 B
JavaScript
;
exports.__esModule = true;
exports.SIZES = exports.DATA_HOOKS = void 0;
var DATA_HOOKS = exports.DATA_HOOKS = {
Title: 'title',
Subtitle: 'subtitle',
Badge: 'badge',
PrimaryAction: 'primary-action',
SecondaryAction: 'secondary-action',
HoverContent: 'hover-content',
HoverComponent: 'hover-component',
SettingsMenu: 'settings-menu',
Container: 'container',
Card: 'card',
footer: 'footer',
dragHandle: 'drag-handle',
footerImage: 'footer-image',
suffix: 'suffix',
customFooter: 'custom-footer'
};
var SIZES = exports.SIZES = {
small: 'small',
medium: 'medium'
};
//# sourceMappingURL=CardGalleryItem.constants.js.map