@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
25 lines • 781 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PILL_SELECTOR_STYLES = void 0;
const borders_1 = require("../../foundations/borders");
const variants_1 = require("./variants");
exports.PILL_SELECTOR_STYLES = {
[variants_1.PillSelectorVariant.DEFAULT]: {
container: {
display: 'flex',
flex_direction: 'row',
max_width: 'fit-content',
},
pill: {
border_left: borders_1.BORDERS.border_00,
border_right: borders_1.BORDERS.border_00,
},
firstPill: {
border_right: borders_1.BORDERS.border_00,
},
lastPill: {
border_left: borders_1.BORDERS.border_00,
},
},
};
//# sourceMappingURL=styles.js.map