lizaui 9.0.41 → 9.0.42
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.es.js +1 -1
- package/dist/chunks/{scroll-area-PwIK5gIc.js → scroll-area-900lTq0n.js} +2 -2
- package/dist/chunks/{scroll-area-PwIK5gIc.js.map → scroll-area-900lTq0n.js.map} +1 -1
- package/dist/chunks/{scroll-area-DLOI8hcc.js → scroll-area-CkUIBEWa.js} +2 -2
- package/dist/chunks/{scroll-area-DLOI8hcc.js.map → scroll-area-CkUIBEWa.js.map} +1 -1
- package/dist/chunks/{select-fgf7XdGR.js → select-D2PXkPgy.js} +2 -2
- package/dist/chunks/{select-fgf7XdGR.js.map → select-D2PXkPgy.js.map} +1 -1
- package/dist/chunks/{select-DGxtxuVo.js → select-DDslAsD-.js} +2 -2
- package/dist/chunks/{select-DGxtxuVo.js.map → select-DDslAsD-.js.map} +1 -1
- package/dist/chunks/{textarea-BkMPLHWH.js → textarea-CKJbotBw.js} +2 -2
- package/dist/chunks/textarea-CKJbotBw.js.map +1 -0
- package/dist/chunks/{textarea-BkKfPES1.js → textarea-Cy--AF3d.js} +2 -2
- package/dist/chunks/textarea-Cy--AF3d.js.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 +6 -6
- package/dist/phone-input/index.cjs.js.map +1 -1
- package/dist/phone-input/index.es.js +6 -6
- package/dist/phone-input/index.es.js.map +1 -1
- package/dist/select-input/index.cjs.js +2 -2
- package/dist/select-input/index.cjs.js.map +1 -1
- package/dist/select-input/index.es.js +2 -2
- package/dist/select-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 +3 -3
- package/dist/ui/index.es.js +6 -6
- package/package.json +2 -2
- package/dist/chunks/textarea-BkKfPES1.js.map +0 -1
- package/dist/chunks/textarea-BkMPLHWH.js.map +0 -1
|
@@ -482,7 +482,7 @@ const Badge = React.forwardRef((t0, ref) => {
|
|
|
482
482
|
}
|
|
483
483
|
return t6;
|
|
484
484
|
});
|
|
485
|
-
const inputStyles = cva(["bg-white", "transition duration-250 ease appearance-none file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input flex w-full min-w-0 border px-3 py-1 text-base transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-primary focus-visible:ring-primary/20 focus-visible:ring-[3px] aria-invalid:ring-danger/20 dark:aria-invalid:ring-danger/40 font-normal aria-invalid:border-danger"], {
|
|
485
|
+
const inputStyles = cva(["bg-white", "transition duration-250 ease appearance-none file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input flex w-full min-w-0 border px-3 py-1 text-base transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-primary focus-visible:ring-primary/20 focus-visible:ring-[3px] aria-invalid:ring-danger/20 dark:aria-invalid:ring-danger/40 font-normal aria-invalid:border-danger dark:text-foreground"], {
|
|
486
486
|
variants: {
|
|
487
487
|
size: {
|
|
488
488
|
sm: "h-9 text-sm",
|
|
@@ -6109,4 +6109,4 @@ export {
|
|
|
6109
6109
|
Description as y,
|
|
6110
6110
|
createDialogScope as z
|
|
6111
6111
|
};
|
|
6112
|
-
//# sourceMappingURL=textarea-
|
|
6112
|
+
//# sourceMappingURL=textarea-CKJbotBw.js.map
|