@codeandfunction/callaloo 2.9.2 → 2.9.3
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
|
@@ -2559,7 +2559,7 @@ const q1 = /* @__PURE__ */ es(os, [["render", rs]]), pt = ({ escHandler: e, trig
|
|
|
2559
2559
|
}), p = a.value ? "black" : "white", v = a.value ? "black" : c?.textDisabled, f = a.value ? b?.border : c?.bg, u = b?.disabled, y = a.value ? "black" : c?.textDisabled, w = b?.focus, j = b?.focus, B = b?.text, z = b?.focus;
|
|
2560
2560
|
let D, $, K, L;
|
|
2561
2561
|
n.value && (D = 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-${n.value});}}`), r && ($ = R`&.clll-${o}--disabled{cursor:default;.clll-${o}__input-container{border-color:${u};.clll-${o}__input{&:disabled{border-color:${u};background-color:${y};color:${z};&::placeholder{color:${z};}}}}}`), t && (K = R`&.clll-${o}--readonly{cursor:not-allowed;.clll-${o}__input-container{border-color:${u};pointer-events:none;.clll-${o}__input{&:read-only{border-color:${u};background-color:${y};color:${z};&::placeholder{color:${z};}}}}}`), l === A.Ghost && (L = R`&.clll-${o}{&.clll-${o}--ghost{.clll-${o}__input-container,.clll-${o}__input{background-color:#fff0;border:0}}}&.clll-${o}--grouped{background-color:#fff0;border:0}`);
|
|
2562
|
-
const ce = R`&.clll-${o}--haslabel{.clll-${o}__label{.clll-text{&.clll-${o}__label--required::after{${Qt()}}}}}.clll-${o}__input-container{background-color:${p};border-color:${f};.clll-${o}__input{${Jt({ backgroundColor: p, borderColor: f, placeholderColor: z })}${Ye({ borderColor: w, shadowColor: j, outlineWidth: "2px", shadowWidth: "--clll-unit-0" })}color:${B}}}&.clll-input--hascustomprefix,&.clll-input--hascustomsuffix,&.clll-input--grouped{.clll-${o}__input-container{border-color:${f};border-style:solid;border-width:1px;&:focus-within{outline-color:${w};outline-style:solid;outline-width:2px
|
|
2562
|
+
const ce = R`&.clll-${o}--haslabel{.clll-${o}__label{.clll-text{&.clll-${o}__label--required::after{${Qt()}}}}}.clll-${o}__input-container{background-color:${p};border-color:${f};.clll-${o}__input{${Jt({ backgroundColor: p, borderColor: f, placeholderColor: z })}${Ye({ borderColor: w, shadowColor: j, outlineWidth: "2px", shadowWidth: "--clll-unit-0" })}color:${B}}}&.clll-input--hascustomprefix,&.clll-input--hascustomsuffix,&.clll-input--grouped{.clll-${o}__input-container{border-color:${f};border-style:solid;border-width:1px;&:focus-within{outline-color:${w};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{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:${f};border-style:solid;border-width:2px}}&.clll-input--danger{.clll-input__input-border-control{border-color:${f};border-style:solid;border-width:2px}}&.clll-input--warning{.clll-input__input-border-control{border-color:${f};border-style:solid;border-width:2px}}&.clll-input--success{.clll-input__input-border-control{border-color:${f};border-style:solid;border-width:2px}}&.clll-input--disabled{background-color:${p}}&.clll-input--readonly{background-color:${p}}}`;
|
|
2563
2563
|
return ue(ce, D, $, K, L);
|
|
2564
2564
|
}, ns = ({ color: e }) => {
|
|
2565
2565
|
const { colors: o, darkMode: r } = ne(), t = r.value ? x.Dark : x.Light, l = te({
|