UNPKG

@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

19 lines 992 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.DotStyled = void 0; const styled_components_1 = __importDefault(require("styled-components")); const getStyles_1 = require("../../utils/getStyles/getStyles"); exports.DotStyled = styled_components_1.default.span ` ${props => (0, getStyles_1.getStyles)(props.styles.container)} ${props => (0, getStyles_1.getStyles)(props.sizeStyles.container)} ${props => (0, getStyles_1.getPaddingStyles)(props.sizeStyles.container)} ${props => (0, getStyles_1.getMeasuresStyles)(props.sizeStyles.container)} ${props => (0, getStyles_1.getTypographyStyles)(props.sizeStyles.container)} ${props => (0, getStyles_1.getTypographyStyles)(props.styles.container)} width: ${props => props.$width}; height: ${props => props.$height}; `; //# sourceMappingURL=dot.styled.js.map