@wix/design-system
Version:
@wix/design-system
45 lines (44 loc) • 1.15 kB
JavaScript
;
exports.__esModule = true;
exports.classes = void 0;
var _defineClassNames = require("../utils/defineClassNames");
var classes = exports.classes = (0, _defineClassNames.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