@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
33 lines (31 loc) • 685 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/components/password-input/strength-meter.style.ts
const strengthMeterStyle = require_config.defineComponentSlotStyle({ base: {
indicator: {
bg: "bg.subtle",
flex: "1",
h: "1",
rounded: "l1"
},
indicators: {
display: "flex",
gap: "sm",
transitionDuration: "moderate",
transitionProperty: "common",
w: "full"
},
label: {
color: "fg.muted",
fontSize: "xs"
},
root: {
alignItems: "end",
display: "flex",
flexDirection: "column",
gap: "xs",
w: "full"
}
} });
//#endregion
exports.strengthMeterStyle = strengthMeterStyle;
//# sourceMappingURL=strength-meter.style.cjs.map