lizaui 9.0.42 → 9.0.44
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/autocomplete/index.cjs.js +1 -1
- package/dist/autocomplete/index.cjs.js.map +1 -1
- package/dist/autocomplete/index.es.js +1 -1
- package/dist/autocomplete/index.es.js.map +1 -1
- package/dist/chunks/createLucideIcon-Bxsl-Fn_.js.map +1 -1
- package/dist/chunks/createLucideIcon-C5oU6LEj.js.map +1 -1
- package/dist/chunks/index--Lp5VMoT.js.map +1 -1
- package/dist/chunks/index-xVewW5kR.js.map +1 -1
- package/dist/chunks/{scroll-area-900lTq0n.js → scroll-area-A7wLpIdN.js} +2 -2
- package/dist/chunks/{scroll-area-900lTq0n.js.map → scroll-area-A7wLpIdN.js.map} +1 -1
- package/dist/chunks/{scroll-area-CkUIBEWa.js → scroll-area-BU8EXoIt.js} +2 -2
- package/dist/chunks/{scroll-area-CkUIBEWa.js.map → scroll-area-BU8EXoIt.js.map} +1 -1
- package/dist/chunks/{select-D2PXkPgy.js → select-D12sBtA8.js} +2 -2
- package/dist/chunks/{select-D2PXkPgy.js.map → select-D12sBtA8.js.map} +1 -1
- package/dist/chunks/{select-DDslAsD-.js → select-dQq0NQ64.js} +2 -2
- package/dist/chunks/{select-DDslAsD-.js.map → select-dQq0NQ64.js.map} +1 -1
- package/dist/chunks/{textarea-CKJbotBw.js → textarea-CE8ScH_j.js} +9 -9
- package/dist/chunks/{textarea-Cy--AF3d.js.map → textarea-CE8ScH_j.js.map} +1 -1
- package/dist/chunks/{textarea-Cy--AF3d.js → textarea-DatQsnr3.js} +3 -3
- package/dist/chunks/{textarea-CKJbotBw.js.map → textarea-DatQsnr3.js.map} +1 -1
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/components/ui/input-group.d.ts +18 -0
- package/dist/components/ui/input-group.d.ts.map +1 -0
- package/dist/pagination/index.cjs.js +2 -2
- package/dist/pagination/index.es.js +2 -2
- package/dist/phone-input/index.cjs.js +4 -4
- package/dist/phone-input/index.cjs.js.map +1 -1
- package/dist/phone-input/index.es.js +4 -4
- package/dist/phone-input/index.es.js.map +1 -1
- package/dist/time-input/index.cjs.js +1 -1
- package/dist/time-input/index.es.js +1 -1
- package/dist/travel-calendar/index.cjs.js +1 -1
- package/dist/travel-calendar/index.es.js +1 -1
- package/dist/ui/index.cjs.js +281 -3
- package/dist/ui/index.cjs.js.map +1 -1
- package/dist/ui/index.es.js +305 -27
- package/dist/ui/index.es.js.map +1 -1
- package/package.json +10 -10
|
@@ -5893,7 +5893,7 @@ const Textarea = React.forwardRef((t0, ref) => {
|
|
|
5893
5893
|
const isInvalid = !disabled && !!error && touched;
|
|
5894
5894
|
let t3;
|
|
5895
5895
|
if ($2[18] !== isInvalid) {
|
|
5896
|
-
t3 = cn("block font-normal text-sm text-foreground mb-1", {
|
|
5896
|
+
t3 = cn("form-control-label block font-normal text-sm text-foreground dark:text-default-600 mb-1", {
|
|
5897
5897
|
"text-danger": isInvalid
|
|
5898
5898
|
});
|
|
5899
5899
|
$2[18] = isInvalid;
|
|
@@ -5970,7 +5970,7 @@ const Textarea = React.forwardRef((t0, ref) => {
|
|
|
5970
5970
|
} else {
|
|
5971
5971
|
t122 = $2[61];
|
|
5972
5972
|
}
|
|
5973
|
-
const t13 = cn("border-input placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 flex field-sizing-content min-h-16 w-full rounded-md border bg-transparent px-3 py-2 text-base
|
|
5973
|
+
const t13 = cn("border-input placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 flex field-sizing-content min-h-16 w-full rounded-md border bg-transparent px-3 py-2 text-base transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 md:text-sm", paddingClass, className);
|
|
5974
5974
|
if ($2[62] !== props2 || $2[63] !== ref || $2[64] !== resolvedId || $2[65] !== t122 || $2[66] !== t13) {
|
|
5975
5975
|
t6 = /* @__PURE__ */ jsx("textarea", { "data-slot": "textarea", id: resolvedId, ref, ...t122, className: t13, ...props2 });
|
|
5976
5976
|
$2[62] = props2;
|
|
@@ -6064,17 +6064,17 @@ const Textarea = React.forwardRef((t0, ref) => {
|
|
|
6064
6064
|
});
|
|
6065
6065
|
Textarea.displayName = "Textarea";
|
|
6066
6066
|
export {
|
|
6067
|
-
|
|
6067
|
+
Textarea as A,
|
|
6068
6068
|
Badge as B,
|
|
6069
6069
|
Content as C,
|
|
6070
6070
|
DismissableLayer as D,
|
|
6071
|
-
|
|
6071
|
+
DialogClose as E,
|
|
6072
6072
|
FocusScope as F,
|
|
6073
|
-
|
|
6074
|
-
|
|
6073
|
+
DialogFooter as G,
|
|
6074
|
+
DialogOverlay as H,
|
|
6075
6075
|
Input as I,
|
|
6076
|
-
|
|
6077
|
-
|
|
6076
|
+
DialogPortal as J,
|
|
6077
|
+
DialogTrigger as K,
|
|
6078
6078
|
Lt as L,
|
|
6079
6079
|
Overlay as O,
|
|
6080
6080
|
Primitive as P,
|
|
@@ -6109,4 +6109,4 @@ export {
|
|
|
6109
6109
|
Description as y,
|
|
6110
6110
|
createDialogScope as z
|
|
6111
6111
|
};
|
|
6112
|
-
//# sourceMappingURL=textarea-
|
|
6112
|
+
//# sourceMappingURL=textarea-CE8ScH_j.js.map
|