@codeandfunction/callaloo 2.22.1 → 2.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2611,7 +2611,7 @@ const Q1 = /* @__PURE__ */ is(ss, [["render", us]]), yt = ({ escHandler: e, trig
|
|
|
2611
2611
|
variant: T.Outline
|
|
2612
2612
|
}), h = a.value ? "black" : "white", v = a.value ? "black" : c?.textDisabled, p = a.value ? f?.border : c?.bg, k = f?.disabled, u = a.value ? "black" : c?.textDisabled, y = f?.focus, B = f?.focus, L = f?.text, z = f?.focus;
|
|
2613
2613
|
let E, C, J, x;
|
|
2614
|
-
r.value && (E = R`&:not([class*='clll-${o}--rounded-']){.clll-${o}.clll-${o}--rounded,.clll-${o}__input-container,&.clll-${o}.clll-${o}--rounded .clll-${o}__input{border-radius:var(--clll-${r.value})}}&.clll-${o}--hascustomprefix,&.clll-${o}--hascustomsuffix,&.clll-input--hasiconprefix,&.clll-input--hasiconsuffix
|
|
2614
|
+
r.value && (E = R`&:not([class*='clll-${o}--rounded-']){.clll-${o}.clll-${o}--rounded,.clll-${o}__input-container,&.clll-${o}.clll-${o}--rounded .clll-${o}__input{border-radius:var(--clll-${r.value})}}&.clll-${o}--hascustomprefix,&.clll-${o}--hascustomsuffix,&.clll-input--hasiconprefix,&.clll-input--hasiconsuffix,{&.clll-${o}.clll-${o}--rounded{.clll-${o}__input-container{overflow:hidden;.clll-${o}__input-border-control{.clll-${o}__input{border-radius:0}}}}}`), t && (C = R`&.clll-${o}--disabled{cursor:default;.clll-${o}__input-container{border-color:${k};.clll-${o}__input{&:disabled{border-color:${k};background-color:${u};color:${z};&::placeholder{color:${z};}}}}}`), l && (J = R`&.clll-${o}--readonly{cursor:not-allowed;.clll-${o}__input-container{border-color:${k};pointer-events:none;.clll-${o}__input{&:read-only{border-color:${k};background-color:${u};color:${z};&::placeholder{color:${z};}}}}}`), n === T.Ghost && (x = R`&.clll-${o}{&.clll-${o}--ghost,&.clll-input.clll-input--rounded.clll-${o}--ghost{.clll-${o}__input-container,.clll-${o}__input{background-color:#fff0;border:0;padding:0;border-radius:0;&:focus,&:focus-within{outline:none;}}}}&.clll-${o}--grouped{background-color:#fff0;border:0}`);
|
|
2615
2615
|
const be = R`&.clll-${o}--haslabel{.clll-${o}__label{.clll-text{&.clll-${o}__label--required::after{${or()}}}}}.clll-${o}__input-container{background-color:${h};border-color:${p};.clll-${o}__input{${Nt({ backgroundColor: h, borderColor: p, placeholderColor: z })}${Je({ borderColor: y, shadowColor: B, outlineWidth: "2px", shadowWidth: "--clll-unit-0" })}color:${L}}}&.clll-input--hascustomprefix,&.clll-input--hascustomsuffix,&.clll-input--hasiconprefix,&.clll-input--hasiconsuffix,&.clll-input--grouped,&.clll-input--hascharcounter{.clll-${o}__input-container{border-color:${p};border-style:solid;border-width:1px;&:focus-within{outline-color:${y};outline-style:solid;outline-width:2px}.clll-input__input{border:0;outline:none;&:focus{outline:none;box-shadow:none}}}&:not(.clll-input--ghost){.clll-${o}__input-container{&:focus-within{outline-offset:-1px}}}}.clll-${o}__input-prefix,.clll-${o}__input-suffix,.clll-icon{color:${z}}&.clll-input--grouped{.clll-${o}__input-prefix,.clll-${o}__input-suffix,.clll-${o}__char-counter{background-color:${v};color:${z};.clll-icon{color:${z}}}}&.clll-input--file{.clll-input__input-container{.clll-input__input{&::file-selector-button{background-color:${v}}}}}&.clll-input--color{.clll-input__input-container{.clll-input__input-border-control{border-color:${p};border-style:solid;border-width:2px}}&.clll-input--danger{.clll-input__input-border-control{border-color:${p};border-style:solid;border-width:2px}}&.clll-input--warning{.clll-input__input-border-control{border-color:${p};border-style:solid;border-width:2px}}&.clll-input--success{.clll-input__input-border-control{border-color:${p};border-style:solid;border-width:2px}}&.clll-input--disabled{background-color:${h}}&.clll-input--readonly{background-color:${h}}}&.clll-${o}--hascharcounter{.clll-${o}__char-counter{color:${z}}}`;
|
|
2616
2616
|
return he(be, E, C, J, x);
|
|
2617
2617
|
}, bs = ({ color: e }) => {
|