UNPKG

@wix/design-system

Version:

@wix/design-system

51 lines 1.28 kB
import { defineClassNames } from '../utils/defineClassNames'; export const classes = defineClassNames('card-gallery-item', { root: { variants: { size: ['small', 'medium'], imagePlacement: ['top', 'side'], }, states: [ 'withFooter', 'showActions', 'draggable', 'dragging', 'dragDisabled', 'showSuffixOnHover', 'suffix', 'hasBadge', 'mobile', ], }, container: {}, cardContainer: { variants: { skin: ['standard', 'outlined'], skinVisibility: ['always', 'hover'], }, states: ['isInteractive', 'showShadow'], }, overlay: {}, primaryAction: {}, actionButton: {}, secondaryAction: {}, actionTextButton: {}, bottomActions: {}, bottomSecondaryAction: {}, footer: {}, footerContent: {}, footerImage: { variants: { size: ['small', 'medium'], }, }, footerSuffix: {}, settingsMenu: {}, badgeWrapper: {}, dragHandleWrapper: {}, dragHandleFloatingWrapper: {}, titleText: {}, titleHeading: {}, subtitle: {}, }); //# sourceMappingURL=CardGalleryItem.classes.js.map