@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
21 lines • 934 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getTableCaptionStyles = void 0;
const borders_1 = require("../../../../../designSystem/kubitWireframe/commons/foundations/borders");
const spacings_1 = require("../../../../../designSystem/kubitWireframe/commons/foundations/spacings");
const variants_1 = require("./variants");
const getTableCaptionStyles = (COLORS) => {
return {
[variants_1.TableCaptionVariantType.DEFAULT]: {
container: {
display: 'table-caption',
padding: `${spacings_1.SPACINGS.spacing_250} ${spacings_1.SPACINGS.spacing_300}`,
border_width: borders_1.BORDERS.border_50,
border_color: COLORS.NEUTRAL.color_neutral_border_50,
border_style: 'solid',
},
},
};
};
exports.getTableCaptionStyles = getTableCaptionStyles;
//# sourceMappingURL=styles.js.map