lizaui 9.0.43 → 9.0.45

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.
Files changed (51) hide show
  1. package/dist/autocomplete/index.cjs.js +2 -2
  2. package/dist/autocomplete/index.cjs.js.map +1 -1
  3. package/dist/autocomplete/index.es.js +2 -2
  4. package/dist/autocomplete/index.es.js.map +1 -1
  5. package/dist/button/index.cjs.js +1 -1
  6. package/dist/button/index.es.js +1 -1
  7. package/dist/chip/index.cjs.js +3 -3
  8. package/dist/chip/index.cjs.js.map +1 -1
  9. package/dist/chip/index.es.js +3 -3
  10. package/dist/chip/index.es.js.map +1 -1
  11. package/dist/chunks/{button-Dzqe0Scp.js → button-CBPwzm2F.js} +4 -4
  12. package/dist/chunks/{button-Dzqe0Scp.js.map → button-CBPwzm2F.js.map} +1 -1
  13. package/dist/chunks/{button-CsVgdTK2.js → button-c2tqObmX.js} +4 -4
  14. package/dist/chunks/{button-CsVgdTK2.js.map → button-c2tqObmX.js.map} +1 -1
  15. package/dist/chunks/createLucideIcon-Bxsl-Fn_.js.map +1 -1
  16. package/dist/chunks/createLucideIcon-C5oU6LEj.js.map +1 -1
  17. package/dist/chunks/index--Lp5VMoT.js.map +1 -1
  18. package/dist/chunks/index-xVewW5kR.js.map +1 -1
  19. package/dist/chunks/{scroll-area-900lTq0n.js → scroll-area-C-TOj3zQ.js} +2 -2
  20. package/dist/chunks/{scroll-area-900lTq0n.js.map → scroll-area-C-TOj3zQ.js.map} +1 -1
  21. package/dist/chunks/{scroll-area-CkUIBEWa.js → scroll-area-CLk54_91.js} +2 -2
  22. package/dist/chunks/{scroll-area-CkUIBEWa.js.map → scroll-area-CLk54_91.js.map} +1 -1
  23. package/dist/chunks/{select-D2PXkPgy.js → select-B6phC9mi.js} +2 -2
  24. package/dist/chunks/{select-D2PXkPgy.js.map → select-B6phC9mi.js.map} +1 -1
  25. package/dist/chunks/{select-DDslAsD-.js → select-DVjRpYfX.js} +2 -2
  26. package/dist/chunks/{select-DDslAsD-.js.map → select-DVjRpYfX.js.map} +1 -1
  27. package/dist/chunks/{textarea-CKJbotBw.js → textarea-BKtuQhzG.js} +10 -10
  28. package/dist/chunks/{textarea-Cy--AF3d.js.map → textarea-BKtuQhzG.js.map} +1 -1
  29. package/dist/chunks/{textarea-Cy--AF3d.js → textarea-C3AwF8SJ.js} +4 -4
  30. package/dist/chunks/{textarea-CKJbotBw.js.map → textarea-C3AwF8SJ.js.map} +1 -1
  31. package/dist/components/ui/index.d.ts +1 -0
  32. package/dist/components/ui/index.d.ts.map +1 -1
  33. package/dist/components/ui/input-group.d.ts +18 -0
  34. package/dist/components/ui/input-group.d.ts.map +1 -0
  35. package/dist/form-tabs/index.cjs.js.map +1 -1
  36. package/dist/form-tabs/index.es.js.map +1 -1
  37. package/dist/modal/index.cjs.js +1 -1
  38. package/dist/modal/index.es.js +1 -1
  39. package/dist/pagination/index.cjs.js +3 -3
  40. package/dist/pagination/index.es.js +3 -3
  41. package/dist/phone-input/index.cjs.js +3 -3
  42. package/dist/phone-input/index.es.js +3 -3
  43. package/dist/time-input/index.cjs.js +2 -2
  44. package/dist/time-input/index.es.js +2 -2
  45. package/dist/travel-calendar/index.cjs.js +2 -2
  46. package/dist/travel-calendar/index.es.js +2 -2
  47. package/dist/ui/index.cjs.js +282 -4
  48. package/dist/ui/index.cjs.js.map +1 -1
  49. package/dist/ui/index.es.js +306 -28
  50. package/dist/ui/index.es.js.map +1 -1
  51. package/package.json +9 -9
@@ -15,7 +15,7 @@ import { motion, AnimatePresence } from "framer-motion";
15
15
  import { c as createSlot, u as useComposedRefs } from "./index-B4RTH1-D.js";
16
16
  import * as ReactDOM from "react-dom";
17
17
  import ReactDOM__default from "react-dom";
18
- import { B as Button } from "./button-Dzqe0Scp.js";
18
+ import { B as Button } from "./button-CBPwzm2F.js";
19
19
  const badge = tv({
20
20
  slots: {
21
21
  base: ["relative", "inline-flex", "shrink-0"],
@@ -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 shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 md:text-sm", paddingClass, className);
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
- DialogClose as A,
6067
+ Textarea as A,
6068
6068
  Badge as B,
6069
6069
  Content as C,
6070
6070
  DismissableLayer as D,
6071
- DialogFooter as E,
6071
+ DialogClose as E,
6072
6072
  FocusScope as F,
6073
- DialogOverlay as G,
6074
- DialogPortal as H,
6073
+ DialogFooter as G,
6074
+ DialogOverlay as H,
6075
6075
  Input as I,
6076
- DialogTrigger as J,
6077
- Textarea as K,
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-CKJbotBw.js.map
6112
+ //# sourceMappingURL=textarea-BKtuQhzG.js.map