UNPKG

@wix/design-system

Version:

@wix/design-system

22 lines 594 B
export const 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', }; export const SIZES = { small: 'small', medium: 'medium', }; //# sourceMappingURL=CardGalleryItem.constants.js.map