@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
85 lines • 2.85 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.INPUT_PASSWORD_STYLES = void 0;
const inputTheme_1 = require("../../../../components/input/types/inputTheme");
const colors_1 = require("../../foundations/colors");
const variants_1 = require("./variants");
const defaultCommonProps = {
inputVariant: variants_1.InputPasswordVariant.DEFAULT,
};
const subtituteCommonProps = {
inputVariant: variants_1.InputPasswordVariant.SUBSTITUTE,
};
exports.INPUT_PASSWORD_STYLES = {
[]: {
[]: {
...defaultCommonProps,
inputIcon: {
color: colors_1.COLORS.ACCENT.color_accent_default_icon_100,
},
},
[]: {
...defaultCommonProps,
inputIcon: {
color: colors_1.COLORS.ACCENT.color_accent_default_icon_100,
},
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
[]: {
...defaultCommonProps,
},
},
[]: {
[]: {
...subtituteCommonProps,
},
[]: {
...subtituteCommonProps,
},
[]: {
...subtituteCommonProps,
},
[]: {
...subtituteCommonProps,
},
[]: {
...subtituteCommonProps,
},
[]: {
...subtituteCommonProps,
},
[]: {
...subtituteCommonProps,
},
[]: {
...subtituteCommonProps,
},
[]: {
...subtituteCommonProps,
},
[]: {
...subtituteCommonProps,
},
},
};
//# sourceMappingURL=styles.js.map