@trsys-tech/matrix-library 0.6.0-alpha.0 → 0.6.1

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/tabs.es.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import * as r from "react";
3
- import { Root as m, List as i, Trigger as n, Content as d } from "@radix-ui/react-tabs";
3
+ import { Root as m, Content as i, List as n, Trigger as d } from "@radix-ui/react-tabs";
4
4
  import { cn as o } from "./utils.es.js";
5
5
  const u = m, l = r.forwardRef(({ className: t, ...e }, a) => /* @__PURE__ */ s(
6
- i,
6
+ n,
7
7
  {
8
8
  ref: a,
9
9
  className: o(
@@ -13,10 +13,10 @@ const u = m, l = r.forwardRef(({ className: t, ...e }, a) => /* @__PURE__ */ s(
13
13
  ...e
14
14
  }
15
15
  ));
16
- l.displayName = i.displayName;
16
+ l.displayName = n.displayName;
17
17
  const f = r.forwardRef(
18
18
  ({ className: t, ...e }, a) => /* @__PURE__ */ s(
19
- n,
19
+ d,
20
20
  {
21
21
  ref: a,
22
22
  className: o(
@@ -27,11 +27,11 @@ const f = r.forwardRef(
27
27
  }
28
28
  )
29
29
  );
30
- f.displayName = n.displayName;
30
+ f.displayName = d.displayName;
31
31
  const c = r.forwardRef(
32
- ({ className: t, ...e }, a) => /* @__PURE__ */ s(d, { ref: a, className: o("mt-2", t), ...e })
32
+ ({ className: t, ...e }, a) => /* @__PURE__ */ s(i, { ref: a, className: o("mt-2", t), ...e })
33
33
  );
34
- c.displayName = d.displayName;
34
+ c.displayName = i.displayName;
35
35
  export {
36
36
  u as Tabs,
37
37
  c as TabsContent,
@@ -1,8 +1,8 @@
1
- import { jsxs as g, jsx as s } from "react/jsx-runtime";
2
- import * as y from "react";
3
- import { tv as w } from "tailwind-variants";
4
- import { cn as l } from "./utils.es.js";
5
- const N = w({
1
+ import { jsxs as v, jsx as s } from "react/jsx-runtime";
2
+ import * as N from "react";
3
+ import { tv as F } from "tailwind-variants";
4
+ import { cn as d } from "./utils.es.js";
5
+ const j = F({
6
6
  base: [
7
7
  "flex items-center w-full rounded-sm border border-input text-text bg-transparent p-0 text-xs [&_input]:text-xs font-medium transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground",
8
8
  "placeholder:text-text-300 hover:border-primary-400 focus-within:border-primary-400 focus-within:outline-none focus-within:ring focus-within:ring-primary-100",
@@ -18,28 +18,48 @@ const N = w({
18
18
  defaultVariants: {
19
19
  size: "md"
20
20
  }
21
- }), v = y.forwardRef(
22
- ({ className: d, slotProps: t, suffix: e, endAdornment: m, startAdornment: r, size: f, value: p, onChange: u, defaultValue: x, type: i, disabled: a, onWheel: n, ...c }, b) => {
23
- const h = (o) => {
21
+ }), z = N.forwardRef(
22
+ ({
23
+ className: l,
24
+ slotProps: r,
25
+ suffix: e,
26
+ endAdornment: m,
27
+ startAdornment: t,
28
+ size: f,
29
+ value: p,
30
+ onChange: u,
31
+ defaultValue: x,
32
+ type: i,
33
+ disabled: a,
34
+ onWheel: n,
35
+ id: b,
36
+ "aria-describedby": c,
37
+ "aria-invalid": h,
38
+ ...g
39
+ }, y) => {
40
+ const w = (o) => {
24
41
  i === "number" && o.target.blur(), n && n(o);
25
42
  };
26
- return /* @__PURE__ */ g("div", { ...c, className: l(N({ size: f, className: d })), "aria-disabled": a, children: [
27
- r,
43
+ return /* @__PURE__ */ v("div", { ...g, className: d(j({ size: f, className: l })), "aria-disabled": a, children: [
44
+ t,
28
45
  /* @__PURE__ */ s(
29
46
  "input",
30
47
  {
31
48
  type: i,
32
- onWheel: h,
33
- ref: b,
49
+ onWheel: w,
50
+ ref: y,
51
+ id: b,
52
+ "aria-describedby": c,
53
+ "aria-invalid": h,
34
54
  onChange: u,
35
55
  value: p,
36
56
  defaultValue: x,
37
57
  disabled: a,
38
- ...t?.inputProps ?? {},
39
- className: l(
58
+ ...r?.inputProps ?? {},
59
+ className: d(
40
60
  "focus:outline-none w-full h-full py-1 rounded-sm file:border-0 bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-text-300",
41
- r ? "ps-1 pe-3" : "px-3",
42
- t?.inputProps?.className
61
+ t ? "ps-1 pe-3" : "px-3",
62
+ r?.inputProps?.className
43
63
  )
44
64
  }
45
65
  ),
@@ -48,8 +68,8 @@ const N = w({
48
68
  ] });
49
69
  }
50
70
  );
51
- v.displayName = "TextField";
71
+ z.displayName = "TextField";
52
72
  export {
53
- v as TextField
73
+ z as TextField
54
74
  };
55
75
  //# sourceMappingURL=textfield.es.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"textfield.es.js","sources":["../src/components/text-field/TextField.tsx"],"sourcesContent":["\"use client\";\r\n\r\nimport * as React from \"react\";\r\nimport { tv, VariantProps } from \"tailwind-variants\";\r\n\r\nimport { cn } from \"../../lib/utils\";\r\n\r\nconst textFieldVariants = tv({\r\n base: [\r\n \"flex items-center w-full rounded-sm border border-input text-text bg-transparent p-0 text-xs [&_input]:text-xs font-medium transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground\",\r\n \"placeholder:text-text-300 hover:border-primary-400 focus-within:border-primary-400 focus-within:outline-none focus-within:ring focus-within:ring-primary-100\",\r\n \"aria-disabled:text-text-300 aria-disabled:bg-gray-100 aria-disabled:border-gray-100\",\r\n ],\r\n variants: {\r\n size: {\r\n sm: \"h-7\",\r\n md: \"h-8\",\r\n lg: \"h-11\",\r\n },\r\n },\r\n defaultVariants: {\r\n size: \"md\",\r\n },\r\n});\r\n\r\ninterface TextFieldProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof textFieldVariants> {\r\n type?: React.HTMLInputTypeAttribute;\r\n disabled?: boolean;\r\n suffix?: React.ReactNode;\r\n endAdornment?: React.ReactNode;\r\n startAdornment?: React.ReactNode;\r\n onChange?: React.ChangeEventHandler<HTMLInputElement>;\r\n value?: string | number;\r\n defaultValue?: string | number;\r\n slotProps?: {\r\n inputProps?: React.InputHTMLAttributes<HTMLInputElement>;\r\n };\r\n}\r\n\r\nconst TextField = React.forwardRef<HTMLInputElement, TextFieldProps>(\r\n ({ className, slotProps, suffix, endAdornment, startAdornment, size, value, onChange, defaultValue, type, disabled, onWheel, ...props }, ref) => {\r\n const handleWheel = (event: React.WheelEvent<HTMLInputElement>) => {\r\n if (type === \"number\") {\r\n // Prevents the number input from changing value when scrolling\r\n (event.target as HTMLInputElement).blur();\r\n }\r\n if (onWheel) {\r\n onWheel(event);\r\n }\r\n };\r\n\r\n return (\r\n <div {...props} className={cn(textFieldVariants({ size, className }))} aria-disabled={disabled}>\r\n {startAdornment}\r\n <input\r\n type={type}\r\n onWheel={handleWheel}\r\n ref={ref}\r\n onChange={onChange}\r\n value={value}\r\n defaultValue={defaultValue}\r\n disabled={disabled}\r\n {...(slotProps?.inputProps ?? {})}\r\n className={cn(\r\n \"focus:outline-none w-full h-full py-1 rounded-sm file:border-0 bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-text-300\",\r\n !startAdornment ? \"px-3\" : \"ps-1 pe-3\",\r\n slotProps?.inputProps?.className,\r\n )}\r\n />\r\n {typeof suffix === \"string\" || typeof suffix === \"number\" ? (\r\n <span className=\"inline-flex items-center px-2 text-xs font-medium text-primary bg-primary-50 m-0.5 rounded-sm\">{suffix}</span>\r\n ) : (\r\n suffix\r\n )}\r\n {endAdornment}\r\n </div>\r\n );\r\n },\r\n);\r\nTextField.displayName = \"TextField\";\r\n\r\nexport { TextField, type TextFieldProps };\r\n"],"names":["textFieldVariants","tv","TextField","React","className","slotProps","suffix","endAdornment","startAdornment","size","value","onChange","defaultValue","type","disabled","onWheel","props","ref","handleWheel","event","jsxs","cn","jsx"],"mappings":";;;;AAOA,MAAMA,IAAoBC,EAAG;AAAA,EAC3B,MAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,EAAA;AAAA,EAEF,UAAU;AAAA,IACR,MAAM;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA;AAAA,EACN;AAAA,EAEF,iBAAiB;AAAA,IACf,MAAM;AAAA,EAAA;AAEV,CAAC,GAgBKC,IAAYC,EAAM;AAAA,EACtB,CAAC,EAAE,WAAAC,GAAW,WAAAC,GAAW,QAAAC,GAAQ,cAAAC,GAAc,gBAAAC,GAAgB,MAAAC,GAAM,OAAAC,GAAO,UAAAC,GAAU,cAAAC,GAAc,MAAAC,GAAM,UAAAC,GAAU,SAAAC,GAAS,GAAGC,EAAA,GAASC,MAAQ;AAC/I,UAAMC,IAAc,CAACC,MAA8C;AACjE,MAAIN,MAAS,YAEVM,EAAM,OAA4B,KAAA,GAEjCJ,KACFA,EAAQI,CAAK;AAAA,IAEjB;AAEA,WACE,gBAAAC,EAAC,OAAA,EAAK,GAAGJ,GAAO,WAAWK,EAAGrB,EAAkB,EAAE,MAAAS,GAAM,WAAAL,EAAA,CAAW,CAAC,GAAG,iBAAeU,GACnF,UAAA;AAAA,MAAAN;AAAA,MACD,gBAAAc;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,MAAAT;AAAA,UACA,SAASK;AAAA,UACT,KAAAD;AAAA,UACA,UAAAN;AAAA,UACA,OAAAD;AAAA,UACA,cAAAE;AAAA,UACA,UAAAE;AAAA,UACC,GAAIT,GAAW,cAAc,CAAA;AAAA,UAC9B,WAAWgB;AAAA,YACT;AAAA,YACCb,IAA0B,cAAT;AAAA,YAClBH,GAAW,YAAY;AAAA,UAAA;AAAA,QACzB;AAAA,MAAA;AAAA,MAED,OAAOC,KAAW,YAAY,OAAOA,KAAW,WAC/C,gBAAAgB,EAAC,QAAA,EAAK,WAAU,iGAAiG,UAAAhB,EAAA,CAAO,IAExHA;AAAA,MAEDC;AAAA,IAAA,GACH;AAAA,EAEJ;AACF;AACAL,EAAU,cAAc;"}
1
+ {"version":3,"file":"textfield.es.js","sources":["../src/components/text-field/TextField.tsx"],"sourcesContent":["\"use client\";\r\n\r\nimport * as React from \"react\";\r\nimport { tv, VariantProps } from \"tailwind-variants\";\r\n\r\nimport { cn } from \"../../lib/utils\";\r\n\r\nconst textFieldVariants = tv({\r\n base: [\r\n \"flex items-center w-full rounded-sm border border-input text-text bg-transparent p-0 text-xs [&_input]:text-xs font-medium transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground\",\r\n \"placeholder:text-text-300 hover:border-primary-400 focus-within:border-primary-400 focus-within:outline-none focus-within:ring focus-within:ring-primary-100\",\r\n \"aria-disabled:text-text-300 aria-disabled:bg-gray-100 aria-disabled:border-gray-100\",\r\n ],\r\n variants: {\r\n size: {\r\n sm: \"h-7\",\r\n md: \"h-8\",\r\n lg: \"h-11\",\r\n },\r\n },\r\n defaultVariants: {\r\n size: \"md\",\r\n },\r\n});\r\n\r\ninterface TextFieldProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof textFieldVariants> {\r\n type?: React.HTMLInputTypeAttribute;\r\n disabled?: boolean;\r\n suffix?: React.ReactNode;\r\n endAdornment?: React.ReactNode;\r\n startAdornment?: React.ReactNode;\r\n onChange?: React.ChangeEventHandler<HTMLInputElement>;\r\n value?: string | number;\r\n defaultValue?: string | number;\r\n slotProps?: {\r\n inputProps?: React.InputHTMLAttributes<HTMLInputElement>;\r\n };\r\n}\r\n\r\nconst TextField = React.forwardRef<HTMLInputElement, TextFieldProps>(\r\n (\r\n {\r\n className,\r\n slotProps,\r\n suffix,\r\n endAdornment,\r\n startAdornment,\r\n size,\r\n value,\r\n onChange,\r\n defaultValue,\r\n type,\r\n disabled,\r\n onWheel,\r\n id,\r\n \"aria-describedby\": ariaDescribedby,\r\n \"aria-invalid\": ariaInvalid,\r\n ...props\r\n },\r\n ref,\r\n ) => {\r\n const handleWheel = (event: React.WheelEvent<HTMLInputElement>) => {\r\n if (type === \"number\") {\r\n // Prevents the number input from changing value when scrolling\r\n (event.target as HTMLInputElement).blur();\r\n }\r\n if (onWheel) {\r\n onWheel(event);\r\n }\r\n };\r\n\r\n return (\r\n <div {...props} className={cn(textFieldVariants({ size, className }))} aria-disabled={disabled}>\r\n {startAdornment}\r\n <input\r\n type={type}\r\n onWheel={handleWheel}\r\n ref={ref}\r\n id={id}\r\n aria-describedby={ariaDescribedby}\r\n aria-invalid={ariaInvalid}\r\n onChange={onChange}\r\n value={value}\r\n defaultValue={defaultValue}\r\n disabled={disabled}\r\n {...(slotProps?.inputProps ?? {})}\r\n className={cn(\r\n \"focus:outline-none w-full h-full py-1 rounded-sm file:border-0 bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-text-300\",\r\n !startAdornment ? \"px-3\" : \"ps-1 pe-3\",\r\n slotProps?.inputProps?.className,\r\n )}\r\n />\r\n {typeof suffix === \"string\" || typeof suffix === \"number\" ? (\r\n <span className=\"inline-flex items-center px-2 text-xs font-medium text-primary bg-primary-50 m-0.5 rounded-sm\">{suffix}</span>\r\n ) : (\r\n suffix\r\n )}\r\n {endAdornment}\r\n </div>\r\n );\r\n },\r\n);\r\nTextField.displayName = \"TextField\";\r\n\r\nexport { TextField, type TextFieldProps };\r\n"],"names":["textFieldVariants","tv","TextField","React","className","slotProps","suffix","endAdornment","startAdornment","size","value","onChange","defaultValue","type","disabled","onWheel","id","ariaDescribedby","ariaInvalid","props","ref","handleWheel","event","jsxs","cn","jsx"],"mappings":";;;;AAOA,MAAMA,IAAoBC,EAAG;AAAA,EAC3B,MAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,EAAA;AAAA,EAEF,UAAU;AAAA,IACR,MAAM;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IAAA;AAAA,EACN;AAAA,EAEF,iBAAiB;AAAA,IACf,MAAM;AAAA,EAAA;AAEV,CAAC,GAgBKC,IAAYC,EAAM;AAAA,EACtB,CACE;AAAA,IACE,WAAAC;AAAA,IACA,WAAAC;AAAA,IACA,QAAAC;AAAA,IACA,cAAAC;AAAA,IACA,gBAAAC;AAAA,IACA,MAAAC;AAAA,IACA,OAAAC;AAAA,IACA,UAAAC;AAAA,IACA,cAAAC;AAAA,IACA,MAAAC;AAAA,IACA,UAAAC;AAAA,IACA,SAAAC;AAAA,IACA,IAAAC;AAAA,IACA,oBAAoBC;AAAA,IACpB,gBAAgBC;AAAA,IAChB,GAAGC;AAAA,EAAA,GAELC,MACG;AACH,UAAMC,IAAc,CAACC,MAA8C;AACjE,MAAIT,MAAS,YAEVS,EAAM,OAA4B,KAAA,GAEjCP,KACFA,EAAQO,CAAK;AAAA,IAEjB;AAEA,WACE,gBAAAC,EAAC,OAAA,EAAK,GAAGJ,GAAO,WAAWK,EAAGxB,EAAkB,EAAE,MAAAS,GAAM,WAAAL,EAAA,CAAW,CAAC,GAAG,iBAAeU,GACnF,UAAA;AAAA,MAAAN;AAAA,MACD,gBAAAiB;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,MAAAZ;AAAA,UACA,SAASQ;AAAA,UACT,KAAAD;AAAA,UACA,IAAAJ;AAAA,UACA,oBAAkBC;AAAA,UAClB,gBAAcC;AAAA,UACd,UAAAP;AAAA,UACA,OAAAD;AAAA,UACA,cAAAE;AAAA,UACA,UAAAE;AAAA,UACC,GAAIT,GAAW,cAAc,CAAA;AAAA,UAC9B,WAAWmB;AAAA,YACT;AAAA,YACChB,IAA0B,cAAT;AAAA,YAClBH,GAAW,YAAY;AAAA,UAAA;AAAA,QACzB;AAAA,MAAA;AAAA,MAED,OAAOC,KAAW,YAAY,OAAOA,KAAW,WAC/C,gBAAAmB,EAAC,QAAA,EAAK,WAAU,iGAAiG,UAAAnB,EAAA,CAAO,IAExHA;AAAA,MAEDC;AAAA,IAAA,GACH;AAAA,EAEJ;AACF;AACAL,EAAU,cAAc;"}
package/dist/todate.es.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import { constructFrom as r } from "./constructfrom.es.js";
2
- function e(t, o) {
3
- return r(o || t, t);
2
+ function n(o, t) {
3
+ return r(t || o, o);
4
4
  }
5
5
  export {
6
- e as default,
7
- e as toDate
6
+ n as toDate
8
7
  };
9
8
  //# sourceMappingURL=todate.es.js.map
@@ -1,8 +1,8 @@
1
1
  import { jsx as o, jsxs as s } from "react/jsx-runtime";
2
2
  import * as m from "react";
3
- import { Root as n, Trigger as l, Provider as p, Portal as f, Content as t, Arrow as c } from "@radix-ui/react-tooltip";
3
+ import { Root as n, Provider as l, Trigger as p, Portal as f, Content as t, Arrow as c } from "@radix-ui/react-tooltip";
4
4
  import { cn as g } from "./utils.es.js";
5
- const y = p, w = n, N = l, x = m.forwardRef(({ className: a, sideOffset: e = 4, children: r, ...i }, d) => /* @__PURE__ */ o(f, { children: /* @__PURE__ */ s(
5
+ const y = l, w = n, N = p, x = m.forwardRef(({ className: a, sideOffset: e = 4, children: r, ...i }, d) => /* @__PURE__ */ o(f, { children: /* @__PURE__ */ s(
6
6
  t,
7
7
  {
8
8
  ref: d,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@trsys-tech/matrix-library",
3
3
  "description": "MatrixUI Library",
4
4
  "private": false,
5
- "version": "0.6.0-alpha.0",
5
+ "version": "0.6.1",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
@@ -57,30 +57,30 @@
57
57
  "Ako Veysinejad <a.veysinejad@gmail.com>"
58
58
  ],
59
59
  "dependencies": {
60
- "@radix-ui/react-accordion": "^1.2.1",
61
- "@radix-ui/react-avatar": "^1.1.1",
62
- "@radix-ui/react-checkbox": "^1.1.2",
63
- "@radix-ui/react-collapsible": "^1.1.1",
64
- "@radix-ui/react-context": "^1.1.1",
65
- "@radix-ui/react-context-menu": "^2.2.2",
66
- "@radix-ui/react-dialog": "^1.1.2",
67
- "@radix-ui/react-popover": "^1.1.2",
68
- "@radix-ui/react-progress": "^1.1.1",
69
- "@radix-ui/react-radio-group": "^1.2.1",
70
- "@radix-ui/react-select": "^2.1.2",
71
- "@radix-ui/react-separator": "^1.1.0",
72
- "@radix-ui/react-slot": "^1.1.0",
73
- "@radix-ui/react-switch": "^1.1.1",
74
- "@radix-ui/react-tabs": "^1.1.1",
75
- "@radix-ui/react-toast": "^1.2.2",
76
- "@radix-ui/react-tooltip": "^1.1.4",
77
- "@radix-ui/react-visually-hidden": "^1.1.0",
78
- "@trsys-tech/matrix-icons": "^0.1.0",
60
+ "@radix-ui/react-accordion": "^1.2.12",
61
+ "@radix-ui/react-avatar": "^1.1.11",
62
+ "@radix-ui/react-checkbox": "^1.3.3",
63
+ "@radix-ui/react-collapsible": "^1.1.12",
64
+ "@radix-ui/react-context": "^1.1.3",
65
+ "@radix-ui/react-context-menu": "^2.2.16",
66
+ "@radix-ui/react-dialog": "^1.1.15",
67
+ "@radix-ui/react-popover": "^1.1.15",
68
+ "@radix-ui/react-progress": "^1.1.8",
69
+ "@radix-ui/react-radio-group": "^1.3.8",
70
+ "@radix-ui/react-select": "^2.2.6",
71
+ "@radix-ui/react-separator": "^1.1.8",
72
+ "@radix-ui/react-slot": "^1.2.4",
73
+ "@radix-ui/react-switch": "^1.2.6",
74
+ "@radix-ui/react-tabs": "^1.1.13",
75
+ "@radix-ui/react-toast": "^1.2.15",
76
+ "@radix-ui/react-tooltip": "^1.2.8",
77
+ "@radix-ui/react-visually-hidden": "^1.2.4",
78
+ "@trsys-tech/matrix-icons": "^0.2.0",
79
79
  "ag-grid-community": "^35.0.0",
80
80
  "ag-grid-react": "^35.0.0",
81
81
  "clsx": "^2.1.1",
82
- "cmdk": "^1.0.4",
83
- "lucide-react": "^0.454.0",
82
+ "cmdk": "^1.1.1",
83
+ "lucide-react": "^1.6.0",
84
84
  "react-day-picker": "^9.3.0",
85
85
  "tailwind-merge": "^2.5.4",
86
86
  "tailwind-variants": "^0.3.0",
@@ -89,24 +89,23 @@
89
89
  "vaul": "^1.1.1"
90
90
  },
91
91
  "peerDependencies": {
92
- "@hookform/resolvers": "^3.9.1",
93
- "react": "^18.3.1",
94
- "react-dom": "^18.3.1",
95
- "react-hook-form": "^7.61.1",
96
- "zod": "^3.23.8"
92
+ "react": "^19.2.4",
93
+ "react-dom": "^19.2.4",
94
+ "react-hook-form": "^7.61.1"
97
95
  },
98
96
  "devDependencies": {
99
97
  "@chromatic-com/storybook": "^1.9.0",
100
98
  "@eslint/js": "^9.13.0",
101
- "@storybook/addon-essentials": "^8.4.1",
102
- "@storybook/addon-interactions": "^8.4.1",
103
- "@storybook/addon-onboarding": "^8.4.1",
104
- "@storybook/blocks": "^8.4.1",
105
- "@storybook/react": "^8.4.1",
106
- "@storybook/react-vite": "^8.4.1",
107
- "@storybook/test": "^8.4.1",
99
+ "@hookform/resolvers": "^5.2.2",
100
+ "@storybook/addon-essentials": "^8.6.18",
101
+ "@storybook/addon-interactions": "^8.6.18",
102
+ "@storybook/addon-onboarding": "^8.6.18",
103
+ "@storybook/blocks": "^8.6.18",
104
+ "@storybook/react": "^8.6.18",
105
+ "@storybook/react-vite": "^8.6.18",
106
+ "@storybook/test": "^8.6.18",
108
107
  "@types/node": "^22.8.4",
109
- "@types/react": "^18.3.12",
108
+ "@types/react": "^18.3.1",
110
109
  "@types/react-dom": "^18.3.1",
111
110
  "@vitejs/plugin-react": "^4.3.3",
112
111
  "ajv": "^8.17.1",
@@ -120,12 +119,13 @@
120
119
  "lint-staged": "^15.2.10",
121
120
  "postcss": "^8.4.47",
122
121
  "prettier": "3.3.3",
123
- "storybook": "^8.3.6",
122
+ "storybook": "^8.6.18",
124
123
  "tailwindcss": "^3.4.14",
125
124
  "typescript": "~5.6.2",
126
125
  "typescript-eslint": "^8.11.0",
127
126
  "vite": "^6.3.5",
128
- "vite-plugin-dts": "^4.5.4"
127
+ "vite-plugin-dts": "^4.5.4",
128
+ "zod": "^4.3.6"
129
129
  },
130
130
  "eslintConfig": {
131
131
  "extends": [