@krosoft/react 0.0.107 → 0.0.109
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/{AppSubTitle-DTU4N5jc.js → AppSubTitle-nJN7ow2n.js} +1 -1
- package/dist/{AppTitle-Brz8OpAO.js → AppTitle-BtJEQPkF.js} +5 -5
- package/dist/{AppVerticalTabs-Ch154mdI.js → AppVerticalTabs-CiEt1HNL.js} +5 -5
- package/dist/{ConfirmationDialog-BcQYx0Kj.js → ConfirmationDialog-BaKpa7Kh.js} +11 -11
- package/dist/{DataTable-CbfT43a5.js → DataTable-DJhEJnCx.js} +12 -12
- package/dist/{ErrorAlert-B2LV1J2R.js → ErrorAlert-DYuVgrm3.js} +3 -3
- package/dist/{GenericForm-CbX1_VoH.js → GenericForm-CbGEgpM5.js} +6 -6
- package/dist/{ImageInput-et4uYxDc.js → ImageInput-BQfqqD1_.js} +7 -7
- package/dist/{LoadingState-DiBl13bH.js → LoadingState-B4M2grXs.js} +1 -1
- package/dist/{MetricCard-CTnpHqys.js → MetricCard-DZ3tGlwK.js} +4 -4
- package/dist/{MultiSelect-Cd5vNn19.js → MultiSelect-CHd9JoTu.js} +4 -4
- package/dist/{SearchInput-C2FLo_b6.js → SearchInput-z_DqWBMS.js} +6 -6
- package/dist/{TableFilter-C94mv1TA.js → TableFilter-BxAODfG3.js} +9 -9
- package/dist/{ThemeSelector-BMvfc21-.js → ThemeSelector-C4W3_5jq.js} +2 -2
- package/dist/{Topbar-6UWKhkXJ.js → Topbar-CZ3OCeK_.js} +3 -3
- package/dist/{alert-srKINZRG.js → alert-BUwDmcbB.js} +1 -1
- package/dist/{badge-BmjaQmQ3.js → badge-AFnM0R9E.js} +1 -1
- package/dist/components/core/cards/index.js +1 -1
- package/dist/components/core/dialogs/index.js +2 -2
- package/dist/components/core/filters/index.js +1 -1
- package/dist/components/core/forms/index.js +1 -1
- package/dist/components/core/index.js +16 -16
- package/dist/components/core/inputs/index.js +3 -3
- package/dist/components/core/layouts/index.js +2 -2
- package/dist/components/core/navbar/index.js +1 -1
- package/dist/components/core/states/index.js +2 -2
- package/dist/components/core/table/index.js +1 -1
- package/dist/components/core/tabs/index.js +1 -1
- package/dist/components/core/theme/index.js +1 -1
- package/dist/components/index.js +21 -21
- package/dist/components/ui/index.js +6 -6
- package/dist/{ellipsis-vertical-DHhj4CGv.js → ellipsis-vertical-CgqKXU8e.js} +2 -2
- package/dist/{grip-vertical-PGZER0-H.js → grip-vertical-J6s3ddpf.js} +2 -2
- package/dist/{index-BSI9LuBZ.js → index-71PtBtHf.js} +7 -7
- package/dist/{loader-circle-DEbczXZA.js → loader-circle-Cfo0gDyD.js} +2 -2
- package/dist/{select-CDIMkakd.js → select-pm9O5uLm.js} +5 -5
- package/dist/{toaster-C-JooAUc.js → toaster-teGHWKGd.js} +3 -3
- package/dist/{toggle-group-iscHbZBZ.js → toggle-group-pUKi3MM1.js} +11 -11
- package/dist/{tooltip-mWS3Mix6.js → tooltip-6vdhKg8V.js} +2 -2
- package/package.json +23 -23
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useTranslation as l } from "react-i18next";
|
|
3
|
-
import { A as m } from "./AppTitle-
|
|
3
|
+
import { A as m } from "./AppTitle-BtJEQPkF.js";
|
|
4
4
|
function f({ titleKey: s, actions: t, className: o }) {
|
|
5
5
|
const { t: r } = l();
|
|
6
6
|
return /* @__PURE__ */ i("div", { className: "flex flex-col sm:flex-row sm:items-center justify-between gap-4", children: [
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as n, jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { ax as c, aL as b, az as f, aG as h, aB as u } from "./toggle-group-
|
|
3
|
-
import "./alert-
|
|
2
|
+
import { ax as c, aL as b, az as f, aG as h, aB as u } from "./toggle-group-pUKi3MM1.js";
|
|
3
|
+
import "./alert-BUwDmcbB.js";
|
|
4
4
|
import { c as m } from "./tailwind.helper-gWiv5-6R.js";
|
|
5
|
-
import { B as p } from "./tooltip-
|
|
6
|
-
import "./select-
|
|
5
|
+
import { B as p } from "./tooltip-6vdhKg8V.js";
|
|
6
|
+
import "./select-pm9O5uLm.js";
|
|
7
7
|
import "next-themes";
|
|
8
8
|
import "react";
|
|
9
9
|
import { u as x } from "./useMobile-DN1_OMDB.js";
|
|
10
10
|
import { useTranslation as N } from "react-i18next";
|
|
11
|
-
import { E as v } from "./ellipsis-vertical-
|
|
11
|
+
import { E as v } from "./ellipsis-vertical-CgqKXU8e.js";
|
|
12
12
|
function T({ actions: d, className: o }) {
|
|
13
13
|
const { t: i } = N(), t = x();
|
|
14
14
|
return !d || d.length === 0 ? null : t ? /* @__PURE__ */ n(c, { children: [
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as n, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { I as v, M as g, J as y, bX as N, bZ as w, b_ as b, bY as T, bA as S } from "./toggle-group-
|
|
3
|
-
import { a as C, A as k } from "./AppTitle-
|
|
2
|
+
import { I as v, M as g, J as y, bX as N, bZ as w, b_ as b, bY as T, bA as S } from "./toggle-group-pUKi3MM1.js";
|
|
3
|
+
import { a as C, A as k } from "./AppTitle-BtJEQPkF.js";
|
|
4
4
|
import { useTranslation as x } from "react-i18next";
|
|
5
5
|
import { useSearchParams as f } from "react-router-dom";
|
|
6
6
|
import { c as A } from "./tailwind.helper-gWiv5-6R.js";
|
|
7
|
-
import { S as P, h as j, i as M, a as z, c as L } from "./select-
|
|
8
|
-
import { c as V } from "./index-
|
|
7
|
+
import { S as P, h as j, i as M, a as z, c as L } from "./select-pm9O5uLm.js";
|
|
8
|
+
import { c as V } from "./index-71PtBtHf.js";
|
|
9
9
|
/**
|
|
10
|
-
* @license lucide-react v1.
|
|
10
|
+
* @license lucide-react v1.17.0 - ISC
|
|
11
11
|
*
|
|
12
12
|
* This source code is licensed under the ISC license.
|
|
13
13
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as e, jsxs as l, Fragment as W } from "react/jsx-runtime";
|
|
2
|
-
import { D as X, b as J, P as K, e as Q, h as U, c as Y, m as H, p as V, s as z, t as $, q as M, r as I, o as O, u as Z, n as L } from "./toggle-group-
|
|
3
|
-
import { A as ee, a as le } from "./alert-
|
|
4
|
-
import { B as g } from "./tooltip-
|
|
5
|
-
import { X as j } from "./select-
|
|
2
|
+
import { D as X, b as J, P as K, e as Q, h as U, c as Y, m as H, p as V, s as z, t as $, q as M, r as I, o as O, u as Z, n as L } from "./toggle-group-pUKi3MM1.js";
|
|
3
|
+
import { A as ee, a as le } from "./alert-BUwDmcbB.js";
|
|
4
|
+
import { B as g } from "./tooltip-6vdhKg8V.js";
|
|
5
|
+
import { X as j } from "./select-pm9O5uLm.js";
|
|
6
6
|
import "next-themes";
|
|
7
7
|
import { useState as w, useEffect as ie } from "react";
|
|
8
8
|
import { useTranslation as P } from "react-i18next";
|
|
9
|
-
import { c as C } from "./index-
|
|
10
|
-
import { G as re } from "./GenericForm-
|
|
11
|
-
import { E as ae } from "./ErrorAlert-
|
|
9
|
+
import { c as C } from "./index-71PtBtHf.js";
|
|
10
|
+
import { G as re } from "./GenericForm-CbGEgpM5.js";
|
|
11
|
+
import { E as ae } from "./ErrorAlert-DYuVgrm3.js";
|
|
12
12
|
/**
|
|
13
|
-
* @license lucide-react v1.
|
|
13
|
+
* @license lucide-react v1.17.0 - ISC
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the ISC license.
|
|
16
16
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -21,7 +21,7 @@ const te = [
|
|
|
21
21
|
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
22
22
|
], se = C("circle-alert", te);
|
|
23
23
|
/**
|
|
24
|
-
* @license lucide-react v1.
|
|
24
|
+
* @license lucide-react v1.17.0 - ISC
|
|
25
25
|
*
|
|
26
26
|
* This source code is licensed under the ISC license.
|
|
27
27
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -36,7 +36,7 @@ const ne = [
|
|
|
36
36
|
]
|
|
37
37
|
], S = C("pen", ne);
|
|
38
38
|
/**
|
|
39
|
-
* @license lucide-react v1.
|
|
39
|
+
* @license lucide-react v1.17.0 - ISC
|
|
40
40
|
*
|
|
41
41
|
* This source code is licensed under the ISC license.
|
|
42
42
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -53,7 +53,7 @@ const oe = [
|
|
|
53
53
|
["path", { d: "M7 3v4a1 1 0 0 0 1 1h7", key: "t51u73" }]
|
|
54
54
|
], T = C("save", oe);
|
|
55
55
|
/**
|
|
56
|
-
* @license lucide-react v1.
|
|
56
|
+
* @license lucide-react v1.17.0 - ISC
|
|
57
57
|
*
|
|
58
58
|
* This source code is licensed under the ISC license.
|
|
59
59
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { u as ae } from "./useDataTable-CxcA5S-s.js";
|
|
3
|
-
import { ax as I, aL as $, az as B, aB as se, _ as L, cr as ie, cs as ne, ay as de } from "./toggle-group-
|
|
4
|
-
import "./alert-
|
|
5
|
-
import { B as k } from "./tooltip-
|
|
6
|
-
import "./select-
|
|
3
|
+
import { ax as I, aL as $, az as B, aB as se, _ as L, cr as ie, cs as ne, ay as de } from "./toggle-group-pUKi3MM1.js";
|
|
4
|
+
import "./alert-BUwDmcbB.js";
|
|
5
|
+
import { B as k } from "./tooltip-6vdhKg8V.js";
|
|
6
|
+
import "./select-pm9O5uLm.js";
|
|
7
7
|
import "next-themes";
|
|
8
8
|
import "react";
|
|
9
|
-
import { E as le } from "./ellipsis-vertical-
|
|
10
|
-
import { L as oe } from "./loader-circle-
|
|
11
|
-
import { G as ce } from "./grip-vertical-
|
|
12
|
-
import { c as D } from "./index-
|
|
9
|
+
import { E as le } from "./ellipsis-vertical-CgqKXU8e.js";
|
|
10
|
+
import { L as oe } from "./loader-circle-Cfo0gDyD.js";
|
|
11
|
+
import { G as ce } from "./grip-vertical-J6s3ddpf.js";
|
|
12
|
+
import { c as D } from "./index-71PtBtHf.js";
|
|
13
13
|
/**
|
|
14
|
-
* @license lucide-react v1.
|
|
14
|
+
* @license lucide-react v1.17.0 - ISC
|
|
15
15
|
*
|
|
16
16
|
* This source code is licensed under the ISC license.
|
|
17
17
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -21,7 +21,7 @@ const he = [
|
|
|
21
21
|
["path", { d: "m19 12-7 7-7-7", key: "1idqje" }]
|
|
22
22
|
], me = D("arrow-down", he);
|
|
23
23
|
/**
|
|
24
|
-
* @license lucide-react v1.
|
|
24
|
+
* @license lucide-react v1.17.0 - ISC
|
|
25
25
|
*
|
|
26
26
|
* This source code is licensed under the ISC license.
|
|
27
27
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -33,7 +33,7 @@ const ge = [
|
|
|
33
33
|
["path", { d: "M7 4v16", key: "1glfcx" }]
|
|
34
34
|
], ue = D("arrow-up-down", ge);
|
|
35
35
|
/**
|
|
36
|
-
* @license lucide-react v1.
|
|
36
|
+
* @license lucide-react v1.17.0 - ISC
|
|
37
37
|
*
|
|
38
38
|
* This source code is licensed under the ISC license.
|
|
39
39
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -43,7 +43,7 @@ const pe = [
|
|
|
43
43
|
["path", { d: "M12 19V5", key: "x0mq9r" }]
|
|
44
44
|
], xe = D("arrow-up", pe);
|
|
45
45
|
/**
|
|
46
|
-
* @license lucide-react v1.
|
|
46
|
+
* @license lucide-react v1.17.0 - ISC
|
|
47
47
|
*
|
|
48
48
|
* This source code is licensed under the ISC license.
|
|
49
49
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as r, jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { A as t, a as l } from "./alert-
|
|
3
|
-
import { c as n } from "./index-
|
|
2
|
+
import { A as t, a as l } from "./alert-BUwDmcbB.js";
|
|
3
|
+
import { c as n } from "./index-71PtBtHf.js";
|
|
4
4
|
/**
|
|
5
|
-
* @license lucide-react v1.
|
|
5
|
+
* @license lucide-react v1.17.0 - ISC
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the ISC license.
|
|
8
8
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as j, jsxs as V } from "react/jsx-runtime";
|
|
2
|
-
import { I as Xs } from "./ImageInput-
|
|
3
|
-
import { M as qs } from "./MultiSelect-
|
|
4
|
-
import { ct as gt, cu as pt, cv as qi, cw as Ys, aM as Hs, aP as Qs, aQ as ed, aR as nd, aN as _i, aS as td, I as rd, M as id, J as od, aW as sn, b$ as ad, _ as cd } from "./toggle-group-
|
|
5
|
-
import "./alert-
|
|
2
|
+
import { I as Xs } from "./ImageInput-BQfqqD1_.js";
|
|
3
|
+
import { M as qs } from "./MultiSelect-CHd9JoTu.js";
|
|
4
|
+
import { ct as gt, cu as pt, cv as qi, cw as Ys, aM as Hs, aP as Qs, aQ as ed, aR as nd, aN as _i, aS as td, I as rd, M as id, J as od, aW as sn, b$ as ad, _ as cd } from "./toggle-group-pUKi3MM1.js";
|
|
5
|
+
import "./alert-BUwDmcbB.js";
|
|
6
6
|
import { c as X } from "./tailwind.helper-gWiv5-6R.js";
|
|
7
|
-
import { B as bi } from "./tooltip-
|
|
8
|
-
import { S as ud, h as ld, i as sd, a as dd, c as md } from "./select-
|
|
7
|
+
import { B as bi } from "./tooltip-6vdhKg8V.js";
|
|
8
|
+
import { S as ud, h as ld, i as sd, a as dd, c as md } from "./select-pm9O5uLm.js";
|
|
9
9
|
import "next-themes";
|
|
10
10
|
import { useState as yi } from "react";
|
|
11
11
|
import { useTranslation as fd } from "react-i18next";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as e, jsxs as o } from "react/jsx-runtime";
|
|
2
|
-
import "./toggle-group-
|
|
3
|
-
import "./alert-
|
|
2
|
+
import "./toggle-group-pUKi3MM1.js";
|
|
3
|
+
import "./alert-BUwDmcbB.js";
|
|
4
4
|
import { c as u } from "./tailwind.helper-gWiv5-6R.js";
|
|
5
|
-
import { B as v } from "./tooltip-
|
|
6
|
-
import { X as y } from "./select-
|
|
5
|
+
import { B as v } from "./tooltip-6vdhKg8V.js";
|
|
6
|
+
import { X as y } from "./select-pm9O5uLm.js";
|
|
7
7
|
import "next-themes";
|
|
8
8
|
import { forwardRef as N, useRef as w } from "react";
|
|
9
9
|
import { u as j } from "./useNotifications-zbUhCvF_.js";
|
|
10
|
-
import { c as p } from "./index-
|
|
10
|
+
import { c as p } from "./index-71PtBtHf.js";
|
|
11
11
|
/**
|
|
12
|
-
* @license lucide-react v1.
|
|
12
|
+
* @license lucide-react v1.17.0 - ISC
|
|
13
13
|
*
|
|
14
14
|
* This source code is licensed under the ISC license.
|
|
15
15
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -20,7 +20,7 @@ const k = [
|
|
|
20
20
|
["path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21", key: "1xmnt7" }]
|
|
21
21
|
], I = p("image", k);
|
|
22
22
|
/**
|
|
23
|
-
* @license lucide-react v1.
|
|
23
|
+
* @license lucide-react v1.17.0 - ISC
|
|
24
24
|
*
|
|
25
25
|
* This source code is licensed under the ISC license.
|
|
26
26
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { L as i } from "./loader-circle-
|
|
2
|
+
import { L as i } from "./loader-circle-Cfo0gDyD.js";
|
|
3
3
|
const d = ({ message: e }) => /* @__PURE__ */ r("div", { className: "p-6 border border-destructive bg-destructive/10 text-destructive rounded-md animate-fade-in", children: [
|
|
4
4
|
/* @__PURE__ */ t("p", { className: "font-semibold mb-2", children: "Une erreur est survenue." }),
|
|
5
5
|
e !== void 0 && e !== "" ? /* @__PURE__ */ t("p", { className: "text-sm opacity-80", children: e }) : null
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { I as l, M as p, J as m, N as x } from "./toggle-group-
|
|
2
|
+
import { I as l, M as p, J as m, N as x } from "./toggle-group-pUKi3MM1.js";
|
|
3
3
|
import { c } from "./tailwind.helper-gWiv5-6R.js";
|
|
4
4
|
import { useTranslation as f } from "react-i18next";
|
|
5
5
|
import { formatNumber as b } from "@krosoft/core/helpers";
|
|
6
|
-
import "./alert-
|
|
7
|
-
import "./tooltip-
|
|
8
|
-
import "./select-
|
|
6
|
+
import "./alert-BUwDmcbB.js";
|
|
7
|
+
import "./tooltip-6vdhKg8V.js";
|
|
8
|
+
import "./select-pm9O5uLm.js";
|
|
9
9
|
import "next-themes";
|
|
10
10
|
import "react";
|
|
11
11
|
const v = () => /* @__PURE__ */ s(l, { className: "animate-pulse", children: [
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as w, useRef as k, useMemo as N, useEffect as y } from "react";
|
|
3
|
-
import { ce as R, _ as C } from "./toggle-group-
|
|
4
|
-
import "./alert-
|
|
3
|
+
import { ce as R, _ as C } from "./toggle-group-pUKi3MM1.js";
|
|
4
|
+
import "./alert-BUwDmcbB.js";
|
|
5
5
|
import { c as E } from "./tailwind.helper-gWiv5-6R.js";
|
|
6
|
-
import { C as T } from "./tooltip-
|
|
7
|
-
import { X as D } from "./select-
|
|
6
|
+
import { C as T } from "./tooltip-6vdhKg8V.js";
|
|
7
|
+
import { X as D } from "./select-pm9O5uLm.js";
|
|
8
8
|
import "next-themes";
|
|
9
9
|
const V = ({
|
|
10
10
|
options: i,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsxs as m, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import * as k from "react";
|
|
3
3
|
import { useState as N, useRef as j, useEffect as W, useMemo as T } from "react";
|
|
4
|
-
import { cm as C, cn as g, co as y, cp as E, cq as M, H as D, bv as H, bx as R, bw as A, ce as S, aW as F } from "./toggle-group-
|
|
5
|
-
import "./alert-
|
|
4
|
+
import { cm as C, cn as g, co as y, cp as E, cq as M, H as D, bv as H, bx as R, bw as A, ce as S, aW as F } from "./toggle-group-pUKi3MM1.js";
|
|
5
|
+
import "./alert-BUwDmcbB.js";
|
|
6
6
|
import { c as h } from "./tailwind.helper-gWiv5-6R.js";
|
|
7
|
-
import { B as p, C as q } from "./tooltip-
|
|
8
|
-
import { X as z, C as X } from "./select-
|
|
7
|
+
import { B as p, C as q } from "./tooltip-6vdhKg8V.js";
|
|
8
|
+
import { X as z, C as X } from "./select-pm9O5uLm.js";
|
|
9
9
|
import "next-themes";
|
|
10
|
-
import { c as V } from "./index-
|
|
10
|
+
import { c as V } from "./index-71PtBtHf.js";
|
|
11
11
|
/**
|
|
12
|
-
* @license lucide-react v1.
|
|
12
|
+
* @license lucide-react v1.17.0 - ISC
|
|
13
13
|
*
|
|
14
14
|
* This source code is licensed under the ISC license.
|
|
15
15
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsxs as m, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useState as k, useEffect as M, useMemo as A } from "react";
|
|
3
|
-
import { a as $, D as O, b as _, S as I } from "./SearchInput-
|
|
4
|
-
import { aW as C, bD as j, bM as z, bF as R, bI as B, bL as Q, a$ as V, bH as H, bv as W, bx as X, bw as G, ce as J, _ as P } from "./toggle-group-
|
|
5
|
-
import "./alert-
|
|
6
|
-
import { B as w, C as K } from "./tooltip-
|
|
7
|
-
import { X as E, S as U, h as Y, i as Z, a as q, c as ee } from "./select-
|
|
3
|
+
import { a as $, D as O, b as _, S as I } from "./SearchInput-z_DqWBMS.js";
|
|
4
|
+
import { aW as C, bD as j, bM as z, bF as R, bI as B, bL as Q, a$ as V, bH as H, bv as W, bx as X, bw as G, ce as J, _ as P } from "./toggle-group-pUKi3MM1.js";
|
|
5
|
+
import "./alert-BUwDmcbB.js";
|
|
6
|
+
import { B as w, C as K } from "./tooltip-6vdhKg8V.js";
|
|
7
|
+
import { X as E, S as U, h as Y, i as Z, a as q, c as ee } from "./select-pm9O5uLm.js";
|
|
8
8
|
import "next-themes";
|
|
9
|
-
import { B as L } from "./badge-
|
|
9
|
+
import { B as L } from "./badge-AFnM0R9E.js";
|
|
10
10
|
import { c as re } from "./tailwind.helper-gWiv5-6R.js";
|
|
11
|
-
import { M as te } from "./MultiSelect-
|
|
12
|
-
import { c as le } from "./index-
|
|
11
|
+
import { M as te } from "./MultiSelect-CHd9JoTu.js";
|
|
12
|
+
import { c as le } from "./index-71PtBtHf.js";
|
|
13
13
|
/**
|
|
14
|
-
* @license lucide-react v1.
|
|
14
|
+
* @license lucide-react v1.17.0 - ISC
|
|
15
15
|
*
|
|
16
16
|
* This source code is licensed under the ISC license.
|
|
17
17
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a, jsxs as s } from "react/jsx-runtime";
|
|
2
|
-
import { b as m, T as h, c as u, B as g, a as f } from "./tooltip-
|
|
3
|
-
import { S as v, h as b, i as N, a as S, c as x } from "./select-
|
|
2
|
+
import { b as m, T as h, c as u, B as g, a as f } from "./tooltip-6vdhKg8V.js";
|
|
3
|
+
import { S as v, h as b, i as N, a as S, c as x } from "./select-pm9O5uLm.js";
|
|
4
4
|
import { u as C } from "./useTheme-B0Bxda3I.js";
|
|
5
5
|
function I({ themeOptions: r, variant: i = "select" }) {
|
|
6
6
|
const { theme: n, handleThemeChange: t, currentThemeOption: e, nextThemeOption: c, cycleTheme: o } = C(r);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e, Fragment as y } from "react/jsx-runtime";
|
|
2
|
-
import { C as k, T as C, c as j, a as T, b as z, B as S } from "./tooltip-
|
|
2
|
+
import { C as k, T as C, c as j, a as T, b as z, B as S } from "./tooltip-6vdhKg8V.js";
|
|
3
3
|
import { c as o } from "./tailwind.helper-gWiv5-6R.js";
|
|
4
4
|
import * as D from "react";
|
|
5
|
-
import { c as W } from "./index-
|
|
5
|
+
import { c as W } from "./index-71PtBtHf.js";
|
|
6
6
|
/**
|
|
7
|
-
* @license lucide-react v1.
|
|
7
|
+
* @license lucide-react v1.17.0 - ISC
|
|
8
8
|
*
|
|
9
9
|
* This source code is licensed under the ISC license.
|
|
10
10
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import * as s from "react";
|
|
3
|
-
import { a as l } from "./index-
|
|
3
|
+
import { a as l } from "./index-71PtBtHf.js";
|
|
4
4
|
import { c as i } from "./tailwind.helper-gWiv5-6R.js";
|
|
5
5
|
const d = l(
|
|
6
6
|
"relative w-full rounded-lg border p-4 [&>svg~*]:pl-7 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-foreground",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { a as n } from "./index-
|
|
2
|
+
import { a as n } from "./index-71PtBtHf.js";
|
|
3
3
|
import { c as a } from "./tailwind.helper-gWiv5-6R.js";
|
|
4
4
|
const s = n(
|
|
5
5
|
"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as i, C as l, a as s, F as g } from "../../../ConfirmationDialog-
|
|
2
|
-
import { D as e, a as r, b as t, c as n, d as f, e as m, f as p, g as C, h as F, i as P, P as c } from "../../../toggle-group-
|
|
1
|
+
import { A as i, C as l, a as s, F as g } from "../../../ConfirmationDialog-BaKpa7Kh.js";
|
|
2
|
+
import { D as e, a as r, b as t, c as n, d as f, e as m, f as p, g as C, h as F, i as P, P as c } from "../../../toggle-group-pUKi3MM1.js";
|
|
3
3
|
export {
|
|
4
4
|
i as AppDialog,
|
|
5
5
|
l as ConfirmDeleteDialog,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { C as r, a as o, D as s, K as t, b as i, M as l } from "../../MetricCard-
|
|
2
|
-
import { A as b, C as D, a as g, F as m } from "../../ConfirmationDialog-
|
|
3
|
-
import { D as T, a as c, b as d, c as f, d as A, e as S, f as x, g as C, h as F, i as P, P as h } from "../../toggle-group-
|
|
4
|
-
import { A as u, a as I, F as v, S as E, T as M } from "../../TableFilter-
|
|
5
|
-
import { G as K } from "../../GenericForm-
|
|
6
|
-
import { I as B } from "../../ImageInput-
|
|
7
|
-
import { D as L, a as N, S as O, b as R } from "../../SearchInput-
|
|
8
|
-
import { M as j } from "../../MultiSelect-
|
|
9
|
-
import { A as w, a as z } from "../../AppTitle-
|
|
10
|
-
import { A as Q } from "../../AppSubTitle-
|
|
11
|
-
import { S as W, a as X, T as Y } from "../../Topbar-
|
|
12
|
-
import { E as _ } from "../../ErrorAlert-
|
|
13
|
-
import { E as aa, L as ea } from "../../LoadingState-
|
|
14
|
-
import { D as oa, T as sa, a as ta, b as ia, c as la, d as pa, e as ba } from "../../DataTable-
|
|
15
|
-
import { A as ga, a as ma, b as na, c as Ta } from "../../AppVerticalTabs-
|
|
16
|
-
import { T as da } from "../../ThemeSelector-
|
|
1
|
+
import { C as r, a as o, D as s, K as t, b as i, M as l } from "../../MetricCard-DZ3tGlwK.js";
|
|
2
|
+
import { A as b, C as D, a as g, F as m } from "../../ConfirmationDialog-BaKpa7Kh.js";
|
|
3
|
+
import { D as T, a as c, b as d, c as f, d as A, e as S, f as x, g as C, h as F, i as P, P as h } from "../../toggle-group-pUKi3MM1.js";
|
|
4
|
+
import { A as u, a as I, F as v, S as E, T as M } from "../../TableFilter-BxAODfG3.js";
|
|
5
|
+
import { G as K } from "../../GenericForm-CbGEgpM5.js";
|
|
6
|
+
import { I as B } from "../../ImageInput-BQfqqD1_.js";
|
|
7
|
+
import { D as L, a as N, S as O, b as R } from "../../SearchInput-z_DqWBMS.js";
|
|
8
|
+
import { M as j } from "../../MultiSelect-CHd9JoTu.js";
|
|
9
|
+
import { A as w, a as z } from "../../AppTitle-BtJEQPkF.js";
|
|
10
|
+
import { A as Q } from "../../AppSubTitle-nJN7ow2n.js";
|
|
11
|
+
import { S as W, a as X, T as Y } from "../../Topbar-CZ3OCeK_.js";
|
|
12
|
+
import { E as _ } from "../../ErrorAlert-DYuVgrm3.js";
|
|
13
|
+
import { E as aa, L as ea } from "../../LoadingState-B4M2grXs.js";
|
|
14
|
+
import { D as oa, T as sa, a as ta, b as ia, c as la, d as pa, e as ba } from "../../DataTable-DJhEJnCx.js";
|
|
15
|
+
import { A as ga, a as ma, b as na, c as Ta } from "../../AppVerticalTabs-CiEt1HNL.js";
|
|
16
|
+
import { T as da } from "../../ThemeSelector-C4W3_5jq.js";
|
|
17
17
|
export {
|
|
18
18
|
u as ActiveFilters,
|
|
19
19
|
I as AdvancedFilters,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { I as r } from "../../../ImageInput-
|
|
2
|
-
import { D as c, a as o, S as s, b as p } from "../../../SearchInput-
|
|
3
|
-
import { M as l } from "../../../MultiSelect-
|
|
1
|
+
import { I as r } from "../../../ImageInput-BQfqqD1_.js";
|
|
2
|
+
import { D as c, a as o, S as s, b as p } from "../../../SearchInput-z_DqWBMS.js";
|
|
3
|
+
import { M as l } from "../../../MultiSelect-CHd9JoTu.js";
|
|
4
4
|
export {
|
|
5
5
|
c as DatePicker,
|
|
6
6
|
o as DateRangePicker,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as o, a as t } from "../../../AppTitle-
|
|
2
|
-
import { A as e } from "../../../AppSubTitle-
|
|
1
|
+
import { A as o, a as t } from "../../../AppTitle-BtJEQPkF.js";
|
|
2
|
+
import { A as e } from "../../../AppSubTitle-nJN7ow2n.js";
|
|
3
3
|
export {
|
|
4
4
|
o as AppActions,
|
|
5
5
|
e as AppSubTitle,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { E as t } from "../../../ErrorAlert-
|
|
2
|
-
import { E as e, L as E } from "../../../LoadingState-
|
|
1
|
+
import { E as t } from "../../../ErrorAlert-DYuVgrm3.js";
|
|
2
|
+
import { E as e, L as E } from "../../../LoadingState-B4M2grXs.js";
|
|
3
3
|
export {
|
|
4
4
|
t as ErrorAlert,
|
|
5
5
|
e as ErrorState,
|
package/dist/components/index.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { C as s, a as o, D as r, K as t, b as n, M as i } from "../MetricCard-
|
|
2
|
-
import { A as b, C as p, a as u, F as g } from "../ConfirmationDialog-
|
|
3
|
-
import { A as d, j as m, k as c, l as T, m as S, n as D, o as M, p as A, q as x, r as I, s as P, t as h, u as w, v, w as F, x as f, B, y as L, z as G, C as R, E as k, F as H, G as N, H as y, I as E, J as O, K as V, L as z, M as K, N as U, O as j, Q as q, R as J, S as Q, T as W, U as X, V as Y, W as Z, X as _, Y as $, Z as aa, _ as ea, $ as sa, a0 as oa, a1 as ra, a2 as ta, a3 as na, a4 as ia, a5 as la, a6 as ba, a7 as pa, a8 as ua, a9 as ga, aa as Ca, ab as da, ac as ma, ad as ca, ae as Ta, af as Sa, ag as Da, ah as Ma, ai as Aa, aj as xa, ak as Ia, al as Pa, am as ha, D as wa, a as va, b as Fa, c as fa, d as Ba, e as La, f as Ga, g as Ra, h as ka, i as Ha, an as Na, ao as ya, ap as Ea, aq as Oa, ar as Va, as as za, at as Ka, au as Ua, av as ja, aw as qa, ax as Ja, ay as Qa, az as Wa, aA as Xa, aB as Ya, aC as Za, aD as _a, aE as $a, aF as ae, aG as ee, aH as se, aI as oe, aJ as re, aK as te, aL as ne, aM as ie, aN as le, aO as be, aP as pe, aQ as ue, aR as ge, aS as Ce, aT as de, aU as me, aV as ce, aW as Te, aX as Se, aY as De, aZ as Me, a_ as Ae, a$ as xe, b0 as Ie, b1 as Pe, b2 as he, b3 as we, b4 as ve, b5 as Fe, b6 as fe, b7 as Be, b8 as Le, b9 as Ge, ba as Re, bb as ke, bc as He, bd as Ne, be as ye, bf as Ee, bg as Oe, bh as Ve, bi as ze, bj as Ke, bk as Ue, bl as je, bm as qe, bn as Je, bo as Qe, bp as We, bq as Xe, br as Ye, bs as Ze, bt as _e, bu as $e, bv as as, bw as es, bx as ss, P as os, by as rs, bz as ts, bA as ns, bB as is, bC as ls, bD as bs, bE as ps, bF as us, bG as gs, bH as Cs, bI as ds, bJ as ms, bK as cs, bL as Ts, bM as Ss, bN as Ds, bO as Ms, bP as As, bQ as xs, bR as Is, bS as Ps, bT as hs, bU as ws, bV as vs, bW as Fs, bX as fs, bY as Bs, bZ as Ls, b_ as Gs, b$ as Rs, c0 as ks, c1 as Hs, c2 as Ns, c3 as ys, c4 as Es, c5 as Os, c6 as Vs, c7 as zs, c8 as Ks, c9 as Us, ca as js, cb as qs, cc as Js, cd as Qs } from "../toggle-group-
|
|
4
|
-
import { A as Xs, a as Ys, F as Zs, S as _s, T as $s } from "../TableFilter-
|
|
5
|
-
import { G as eo } from "../GenericForm-
|
|
6
|
-
import { I as oo } from "../ImageInput-
|
|
7
|
-
import { D as to, a as no, S as io, b as lo } from "../SearchInput-
|
|
8
|
-
import { M as po } from "../MultiSelect-
|
|
9
|
-
import { A as go, a as Co } from "../AppTitle-
|
|
10
|
-
import { A as co } from "../AppSubTitle-
|
|
11
|
-
import { S as So, a as Do, T as Mo } from "../Topbar-
|
|
12
|
-
import { E as xo } from "../ErrorAlert-
|
|
13
|
-
import { E as Po, L as ho } from "../LoadingState-
|
|
14
|
-
import { D as vo, T as Fo, a as fo, b as Bo, c as Lo, d as Go, e as Ro } from "../DataTable-
|
|
15
|
-
import { A as Ho, a as No, b as yo, c as Eo } from "../AppVerticalTabs-
|
|
16
|
-
import { T as Vo } from "../ThemeSelector-
|
|
17
|
-
import { A as Ko, a as Uo, b as jo } from "../alert-
|
|
18
|
-
import { A as Jo, C as Qo, a as Wo, b as Xo, R as Yo, c as Zo, d as _o, S as $o, T as ar, e as er } from "../toaster-
|
|
19
|
-
import { B as or, b as rr } from "../badge-
|
|
20
|
-
import { B as nr, T as ir, a as lr, b as br, c as pr, d as ur } from "../tooltip-
|
|
21
|
-
import { S as Cr, a as dr, b as mr, c as cr, d as Tr, e as Sr, f as Dr, g as Mr, h as Ar, i as xr } from "../select-
|
|
1
|
+
import { C as s, a as o, D as r, K as t, b as n, M as i } from "../MetricCard-DZ3tGlwK.js";
|
|
2
|
+
import { A as b, C as p, a as u, F as g } from "../ConfirmationDialog-BaKpa7Kh.js";
|
|
3
|
+
import { A as d, j as m, k as c, l as T, m as S, n as D, o as M, p as A, q as x, r as I, s as P, t as h, u as w, v, w as F, x as f, B, y as L, z as G, C as R, E as k, F as H, G as N, H as y, I as E, J as O, K as V, L as z, M as K, N as U, O as j, Q as q, R as J, S as Q, T as W, U as X, V as Y, W as Z, X as _, Y as $, Z as aa, _ as ea, $ as sa, a0 as oa, a1 as ra, a2 as ta, a3 as na, a4 as ia, a5 as la, a6 as ba, a7 as pa, a8 as ua, a9 as ga, aa as Ca, ab as da, ac as ma, ad as ca, ae as Ta, af as Sa, ag as Da, ah as Ma, ai as Aa, aj as xa, ak as Ia, al as Pa, am as ha, D as wa, a as va, b as Fa, c as fa, d as Ba, e as La, f as Ga, g as Ra, h as ka, i as Ha, an as Na, ao as ya, ap as Ea, aq as Oa, ar as Va, as as za, at as Ka, au as Ua, av as ja, aw as qa, ax as Ja, ay as Qa, az as Wa, aA as Xa, aB as Ya, aC as Za, aD as _a, aE as $a, aF as ae, aG as ee, aH as se, aI as oe, aJ as re, aK as te, aL as ne, aM as ie, aN as le, aO as be, aP as pe, aQ as ue, aR as ge, aS as Ce, aT as de, aU as me, aV as ce, aW as Te, aX as Se, aY as De, aZ as Me, a_ as Ae, a$ as xe, b0 as Ie, b1 as Pe, b2 as he, b3 as we, b4 as ve, b5 as Fe, b6 as fe, b7 as Be, b8 as Le, b9 as Ge, ba as Re, bb as ke, bc as He, bd as Ne, be as ye, bf as Ee, bg as Oe, bh as Ve, bi as ze, bj as Ke, bk as Ue, bl as je, bm as qe, bn as Je, bo as Qe, bp as We, bq as Xe, br as Ye, bs as Ze, bt as _e, bu as $e, bv as as, bw as es, bx as ss, P as os, by as rs, bz as ts, bA as ns, bB as is, bC as ls, bD as bs, bE as ps, bF as us, bG as gs, bH as Cs, bI as ds, bJ as ms, bK as cs, bL as Ts, bM as Ss, bN as Ds, bO as Ms, bP as As, bQ as xs, bR as Is, bS as Ps, bT as hs, bU as ws, bV as vs, bW as Fs, bX as fs, bY as Bs, bZ as Ls, b_ as Gs, b$ as Rs, c0 as ks, c1 as Hs, c2 as Ns, c3 as ys, c4 as Es, c5 as Os, c6 as Vs, c7 as zs, c8 as Ks, c9 as Us, ca as js, cb as qs, cc as Js, cd as Qs } from "../toggle-group-pUKi3MM1.js";
|
|
4
|
+
import { A as Xs, a as Ys, F as Zs, S as _s, T as $s } from "../TableFilter-BxAODfG3.js";
|
|
5
|
+
import { G as eo } from "../GenericForm-CbGEgpM5.js";
|
|
6
|
+
import { I as oo } from "../ImageInput-BQfqqD1_.js";
|
|
7
|
+
import { D as to, a as no, S as io, b as lo } from "../SearchInput-z_DqWBMS.js";
|
|
8
|
+
import { M as po } from "../MultiSelect-CHd9JoTu.js";
|
|
9
|
+
import { A as go, a as Co } from "../AppTitle-BtJEQPkF.js";
|
|
10
|
+
import { A as co } from "../AppSubTitle-nJN7ow2n.js";
|
|
11
|
+
import { S as So, a as Do, T as Mo } from "../Topbar-CZ3OCeK_.js";
|
|
12
|
+
import { E as xo } from "../ErrorAlert-DYuVgrm3.js";
|
|
13
|
+
import { E as Po, L as ho } from "../LoadingState-B4M2grXs.js";
|
|
14
|
+
import { D as vo, T as Fo, a as fo, b as Bo, c as Lo, d as Go, e as Ro } from "../DataTable-DJhEJnCx.js";
|
|
15
|
+
import { A as Ho, a as No, b as yo, c as Eo } from "../AppVerticalTabs-CiEt1HNL.js";
|
|
16
|
+
import { T as Vo } from "../ThemeSelector-C4W3_5jq.js";
|
|
17
|
+
import { A as Ko, a as Uo, b as jo } from "../alert-BUwDmcbB.js";
|
|
18
|
+
import { A as Jo, C as Qo, a as Wo, b as Xo, R as Yo, c as Zo, d as _o, S as $o, T as ar, e as er } from "../toaster-teGHWKGd.js";
|
|
19
|
+
import { B as or, b as rr } from "../badge-AFnM0R9E.js";
|
|
20
|
+
import { B as nr, T as ir, a as lr, b as br, c as pr, d as ur } from "../tooltip-6vdhKg8V.js";
|
|
21
|
+
import { S as Cr, a as dr, b as mr, c as cr, d as Tr, e as Sr, f as Dr, g as Mr, h as Ar, i as xr } from "../select-pm9O5uLm.js";
|
|
22
22
|
export {
|
|
23
23
|
d as Accordion,
|
|
24
24
|
m as AccordionContent,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { A as s, j as o, k as r, l as t, m as n, n as i, o as l, p as b, q as u, r as g, s as p, t as C, u as d, v as c, w as m, x as S, B as T, y as M, z as D, C as w, E as x, F as P, G as I, H as h, I as v, J as A, K as F, L as B, M as L, N as G, O as R, Q as H, R as N, S as k, T as f, U as y, V as O, W as V, X as z, Y as E, Z as U, _ as j, $ as q, a0 as J, a1 as K, a2 as Q, a3 as W, a4 as X, a5 as Y, a6 as Z, a7 as _, a8 as $, a9 as aa, aa as ea, ab as sa, ac as oa, ad as ra, ae as ta, af as na, ag as ia, ah as la, ai as ba, aj as ua, ak as ga, al as pa, am as Ca, D as da, a as ca, b as ma, c as Sa, d as Ta, e as Ma, f as Da, g as wa, h as xa, i as Pa, an as Ia, ao as ha, ap as va, aq as Aa, ar as Fa, as as Ba, at as La, au as Ga, av as Ra, aw as Ha, ax as Na, ay as ka, az as fa, aA as ya, aB as Oa, aC as Va, aD as za, aE as Ea, aF as Ua, aG as ja, aH as qa, aI as Ja, aJ as Ka, aK as Qa, aL as Wa, aM as Xa, aN as Ya, aO as Za, aP as _a, aQ as $a, aR as ae, aS as ee, aT as se, aU as oe, aV as re, aW as te, aX as ne, aY as ie, aZ as le, a_ as be, a$ as ue, b0 as ge, b1 as pe, b2 as Ce, b3 as de, b4 as ce, b5 as me, b6 as Se, b7 as Te, b8 as Me, b9 as De, ba as we, bb as xe, bc as Pe, bd as Ie, be as he, bf as ve, bg as Ae, bh as Fe, bi as Be, bj as Le, bk as Ge, bl as Re, bm as He, bn as Ne, bo as ke, bp as fe, bq as ye, br as Oe, bs as Ve, bt as ze, bu as Ee, bv as Ue, bw as je, bx as qe, P as Je, by as Ke, bz as Qe, bA as We, bB as Xe, bC as Ye, bD as Ze, bE as _e, bF as $e, bG as as, bH as es, bI as ss, bJ as os, bK as rs, bL as ts, bM as ns, bN as is, bO as ls, bP as bs, bQ as us, bR as gs, bS as ps, bT as Cs, bU as ds, bV as cs, bW as ms, bX as Ss, bY as Ts, bZ as Ms, b_ as Ds, b$ as ws, c0 as xs, c1 as Ps, c2 as Is, c3 as hs, c4 as vs, c5 as As, c6 as Fs, c7 as Bs, c8 as Ls, c9 as Gs, ca as Rs, cb as Hs, cc as Ns, cd as ks } from "../../toggle-group-
|
|
2
|
-
import { A as ys, a as Os, b as Vs } from "../../alert-
|
|
3
|
-
import { A as Es, C as Us, a as js, b as qs, R as Js, c as Ks, d as Qs, S as Ws, T as Xs, e as Ys } from "../../toaster-
|
|
4
|
-
import { B as _s, b as $s } from "../../badge-
|
|
5
|
-
import { B as eo, T as so, a as oo, b as ro, c as to, d as no } from "../../tooltip-
|
|
6
|
-
import { S as lo, a as bo, b as uo, c as go, d as po, e as Co, f as co, g as mo, h as So, i as To } from "../../select-
|
|
1
|
+
import { A as s, j as o, k as r, l as t, m as n, n as i, o as l, p as b, q as u, r as g, s as p, t as C, u as d, v as c, w as m, x as S, B as T, y as M, z as D, C as w, E as x, F as P, G as I, H as h, I as v, J as A, K as F, L as B, M as L, N as G, O as R, Q as H, R as N, S as k, T as f, U as y, V as O, W as V, X as z, Y as E, Z as U, _ as j, $ as q, a0 as J, a1 as K, a2 as Q, a3 as W, a4 as X, a5 as Y, a6 as Z, a7 as _, a8 as $, a9 as aa, aa as ea, ab as sa, ac as oa, ad as ra, ae as ta, af as na, ag as ia, ah as la, ai as ba, aj as ua, ak as ga, al as pa, am as Ca, D as da, a as ca, b as ma, c as Sa, d as Ta, e as Ma, f as Da, g as wa, h as xa, i as Pa, an as Ia, ao as ha, ap as va, aq as Aa, ar as Fa, as as Ba, at as La, au as Ga, av as Ra, aw as Ha, ax as Na, ay as ka, az as fa, aA as ya, aB as Oa, aC as Va, aD as za, aE as Ea, aF as Ua, aG as ja, aH as qa, aI as Ja, aJ as Ka, aK as Qa, aL as Wa, aM as Xa, aN as Ya, aO as Za, aP as _a, aQ as $a, aR as ae, aS as ee, aT as se, aU as oe, aV as re, aW as te, aX as ne, aY as ie, aZ as le, a_ as be, a$ as ue, b0 as ge, b1 as pe, b2 as Ce, b3 as de, b4 as ce, b5 as me, b6 as Se, b7 as Te, b8 as Me, b9 as De, ba as we, bb as xe, bc as Pe, bd as Ie, be as he, bf as ve, bg as Ae, bh as Fe, bi as Be, bj as Le, bk as Ge, bl as Re, bm as He, bn as Ne, bo as ke, bp as fe, bq as ye, br as Oe, bs as Ve, bt as ze, bu as Ee, bv as Ue, bw as je, bx as qe, P as Je, by as Ke, bz as Qe, bA as We, bB as Xe, bC as Ye, bD as Ze, bE as _e, bF as $e, bG as as, bH as es, bI as ss, bJ as os, bK as rs, bL as ts, bM as ns, bN as is, bO as ls, bP as bs, bQ as us, bR as gs, bS as ps, bT as Cs, bU as ds, bV as cs, bW as ms, bX as Ss, bY as Ts, bZ as Ms, b_ as Ds, b$ as ws, c0 as xs, c1 as Ps, c2 as Is, c3 as hs, c4 as vs, c5 as As, c6 as Fs, c7 as Bs, c8 as Ls, c9 as Gs, ca as Rs, cb as Hs, cc as Ns, cd as ks } from "../../toggle-group-pUKi3MM1.js";
|
|
2
|
+
import { A as ys, a as Os, b as Vs } from "../../alert-BUwDmcbB.js";
|
|
3
|
+
import { A as Es, C as Us, a as js, b as qs, R as Js, c as Ks, d as Qs, S as Ws, T as Xs, e as Ys } from "../../toaster-teGHWKGd.js";
|
|
4
|
+
import { B as _s, b as $s } from "../../badge-AFnM0R9E.js";
|
|
5
|
+
import { B as eo, T as so, a as oo, b as ro, c as to, d as no } from "../../tooltip-6vdhKg8V.js";
|
|
6
|
+
import { S as lo, a as bo, b as uo, c as go, d as po, e as Co, f as co, g as mo, h as So, i as To } from "../../select-pm9O5uLm.js";
|
|
7
7
|
export {
|
|
8
8
|
s as Accordion,
|
|
9
9
|
o as AccordionContent,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c } from "./index-
|
|
1
|
+
import { c } from "./index-71PtBtHf.js";
|
|
2
2
|
/**
|
|
3
|
-
* @license lucide-react v1.
|
|
3
|
+
* @license lucide-react v1.17.0 - ISC
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the ISC license.
|
|
6
6
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c } from "./index-
|
|
1
|
+
import { c } from "./index-71PtBtHf.js";
|
|
2
2
|
/**
|
|
3
|
-
* @license lucide-react v1.
|
|
3
|
+
* @license lucide-react v1.17.0 - ISC
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the ISC license.
|
|
6
6
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { useContext as W, createContext as g, forwardRef as A, createElement as k } from "react";
|
|
2
2
|
import { a as L } from "./tailwind.helper-gWiv5-6R.js";
|
|
3
3
|
/**
|
|
4
|
-
* @license lucide-react v1.
|
|
4
|
+
* @license lucide-react v1.17.0 - ISC
|
|
5
5
|
*
|
|
6
6
|
* This source code is licensed under the ISC license.
|
|
7
7
|
* See the LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
9
|
const N = (...o) => o.filter((e, t, r) => !!e && e.trim() !== "" && r.indexOf(e) === t).join(" ").trim();
|
|
10
10
|
/**
|
|
11
|
-
* @license lucide-react v1.
|
|
11
|
+
* @license lucide-react v1.17.0 - ISC
|
|
12
12
|
*
|
|
13
13
|
* This source code is licensed under the ISC license.
|
|
14
14
|
* See the LICENSE file in the root directory of this source tree.
|
|
15
15
|
*/
|
|
16
16
|
const V = (o) => o.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
17
17
|
/**
|
|
18
|
-
* @license lucide-react v1.
|
|
18
|
+
* @license lucide-react v1.17.0 - ISC
|
|
19
19
|
*
|
|
20
20
|
* This source code is licensed under the ISC license.
|
|
21
21
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -25,7 +25,7 @@ const S = (o) => o.replace(
|
|
|
25
25
|
(e, t, r) => r ? r.toUpperCase() : t.toLowerCase()
|
|
26
26
|
);
|
|
27
27
|
/**
|
|
28
|
-
* @license lucide-react v1.
|
|
28
|
+
* @license lucide-react v1.17.0 - ISC
|
|
29
29
|
*
|
|
30
30
|
* This source code is licensed under the ISC license.
|
|
31
31
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -35,7 +35,7 @@ const y = (o) => {
|
|
|
35
35
|
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
36
36
|
};
|
|
37
37
|
/**
|
|
38
|
-
* @license lucide-react v1.
|
|
38
|
+
* @license lucide-react v1.17.0 - ISC
|
|
39
39
|
*
|
|
40
40
|
* This source code is licensed under the ISC license.
|
|
41
41
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -52,7 +52,7 @@ var x = {
|
|
|
52
52
|
strokeLinejoin: "round"
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
55
|
-
* @license lucide-react v1.
|
|
55
|
+
* @license lucide-react v1.17.0 - ISC
|
|
56
56
|
*
|
|
57
57
|
* This source code is licensed under the ISC license.
|
|
58
58
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -92,7 +92,7 @@ const j = (o) => {
|
|
|
92
92
|
}
|
|
93
93
|
);
|
|
94
94
|
/**
|
|
95
|
-
* @license lucide-react v1.
|
|
95
|
+
* @license lucide-react v1.17.0 - ISC
|
|
96
96
|
*
|
|
97
97
|
* This source code is licensed under the ISC license.
|
|
98
98
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c } from "./index-
|
|
1
|
+
import { c } from "./index-71PtBtHf.js";
|
|
2
2
|
/**
|
|
3
|
-
* @license lucide-react v1.
|
|
3
|
+
* @license lucide-react v1.17.0 - ISC
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the ISC license.
|
|
6
6
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -4,8 +4,8 @@ import * as a from "react";
|
|
|
4
4
|
import re, { useState as fn } from "react";
|
|
5
5
|
import * as ut from "react-dom";
|
|
6
6
|
import pn from "react-dom";
|
|
7
|
-
import { f as dt, g as ft, u as B, h as We, P as A, i as G, A as mn, j as M, k as Ye, l as pt, D as vn, m as hn, n as qe, R as gn, V as Sn, o as yn, C as mt } from "./tooltip-
|
|
8
|
-
import { c as Xe } from "./index-
|
|
7
|
+
import { f as dt, g as ft, u as B, h as We, P as A, i as G, A as mn, j as M, k as Ye, l as pt, D as vn, m as hn, n as qe, R as gn, V as Sn, o as yn, C as mt } from "./tooltip-6vdhKg8V.js";
|
|
8
|
+
import { c as Xe } from "./index-71PtBtHf.js";
|
|
9
9
|
// @__NO_SIDE_EFFECTS__
|
|
10
10
|
function Qe(e) {
|
|
11
11
|
const t = /* @__PURE__ */ wn(e), n = a.forwardRef((r, o) => {
|
|
@@ -96,21 +96,21 @@ function Tn(e) {
|
|
|
96
96
|
return e || t || "ltr";
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
|
-
* @license lucide-react v1.
|
|
99
|
+
* @license lucide-react v1.17.0 - ISC
|
|
100
100
|
*
|
|
101
101
|
* This source code is licensed under the ISC license.
|
|
102
102
|
* See the LICENSE file in the root directory of this source tree.
|
|
103
103
|
*/
|
|
104
104
|
const In = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]], Pn = Xe("check", In);
|
|
105
105
|
/**
|
|
106
|
-
* @license lucide-react v1.
|
|
106
|
+
* @license lucide-react v1.17.0 - ISC
|
|
107
107
|
*
|
|
108
108
|
* This source code is licensed under the ISC license.
|
|
109
109
|
* See the LICENSE file in the root directory of this source tree.
|
|
110
110
|
*/
|
|
111
111
|
const _n = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]], Mn = Xe("chevron-up", _n);
|
|
112
112
|
/**
|
|
113
|
-
* @license lucide-react v1.
|
|
113
|
+
* @license lucide-react v1.17.0 - ISC
|
|
114
114
|
*
|
|
115
115
|
* This source code is licensed under the ISC license.
|
|
116
116
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as c from "react";
|
|
2
2
|
import "react-dom";
|
|
3
|
-
import { e as m } from "./tooltip-
|
|
3
|
+
import { e as m } from "./tooltip-6vdhKg8V.js";
|
|
4
4
|
import { jsx as a, jsxs as l } from "react/jsx-runtime";
|
|
5
|
-
import { cf as g, cg as v, ch as b, ci as h, cj as w, ck as x, cl as T, c4 as y, c0 as N, c5 as R, c3 as C, c2 as $, c6 as P } from "./toggle-group-
|
|
5
|
+
import { cf as g, cg as v, ch as b, ci as h, cj as w, ck as x, cl as T, c4 as y, c0 as N, c5 as R, c3 as C, c2 as $, c6 as P } from "./toggle-group-pUKi3MM1.js";
|
|
6
6
|
import { c as n } from "./tailwind.helper-gWiv5-6R.js";
|
|
7
|
-
import { G as S } from "./grip-vertical-
|
|
7
|
+
import { G as S } from "./grip-vertical-J6s3ddpf.js";
|
|
8
8
|
import { useTheme as j } from "next-themes";
|
|
9
9
|
import { u as A } from "./useToast-BFTk4lWz.js";
|
|
10
10
|
var z = [
|
|
@@ -7,11 +7,11 @@ import { jsx as m, jsxs as ye, Fragment as jt } from "react/jsx-runtime";
|
|
|
7
7
|
import * as f from "react";
|
|
8
8
|
import E, { createContext as Cg, useContext as _g, useCallback as pt, useRef as ut, useLayoutEffect as Cu, useState as rr, useEffect as nr, useMemo as kr, isValidElement as pE, PureComponent as wa, forwardRef as mE, useImperativeHandle as _u, cloneElement as hE, useSyncExternalStore as vE, useId as gE } from "react";
|
|
9
9
|
import { c as L, a as $r } from "./tailwind.helper-gWiv5-6R.js";
|
|
10
|
-
import { n as Xe, P as ce, k as Ke, j, p as Ze, g as tt, u as Ce, i as mr, C as Eg, f as Ht, q as yE, D as so, d as cn, e as Sa, h as Ve, S as Rg, B as Pg, r as xa, l as xn, A as Ca, m as Eu, s as Ko, R as _a, o as Ru, t as bE, v as wE, w as Tg, x as SE } from "./tooltip-
|
|
11
|
-
import { j as Cr, u as or, P as Ea, R as Pu, k as Tu, l as Mu, F as Nu, m as lo, C as Ra, X as Du, n as Ou } from "./select-
|
|
10
|
+
import { n as Xe, P as ce, k as Ke, j, p as Ze, g as tt, u as Ce, i as mr, C as Eg, f as Ht, q as yE, D as so, d as cn, e as Sa, h as Ve, S as Rg, B as Pg, r as xa, l as xn, A as Ca, m as Eu, s as Ko, R as _a, o as Ru, t as bE, v as wE, w as Tg, x as SE } from "./tooltip-6vdhKg8V.js";
|
|
11
|
+
import { j as Cr, u as or, P as Ea, R as Pu, k as Tu, l as Mu, F as Nu, m as lo, C as Ra, X as Du, n as Ou } from "./select-pm9O5uLm.js";
|
|
12
12
|
import * as xE from "react-dom";
|
|
13
13
|
import Mg from "react-dom";
|
|
14
|
-
import { c as _r, a as co } from "./index-
|
|
14
|
+
import { c as _r, a as co } from "./index-71PtBtHf.js";
|
|
15
15
|
const CE = f.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ m("div", { ref: r, className: L("rounded-lg border bg-card text-card-foreground shadow-sm", e), ...t }));
|
|
16
16
|
CE.displayName = "Card";
|
|
17
17
|
const _E = f.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ m("div", { ref: r, className: L("flex flex-col space-y-1.5 p-6", e), ...t }));
|
|
@@ -341,7 +341,7 @@ function Hg(e) {
|
|
|
341
341
|
}
|
|
342
342
|
var jE = kg, HE = Bg, GE = Wg, Gg = zg, Ug = jg;
|
|
343
343
|
/**
|
|
344
|
-
* @license lucide-react v1.
|
|
344
|
+
* @license lucide-react v1.17.0 - ISC
|
|
345
345
|
*
|
|
346
346
|
* This source code is licensed under the ISC license.
|
|
347
347
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -351,7 +351,7 @@ const UE = [
|
|
|
351
351
|
["path", { d: "M19 12H5", key: "x3x0zl" }]
|
|
352
352
|
], YE = _r("arrow-left", UE);
|
|
353
353
|
/**
|
|
354
|
-
* @license lucide-react v1.
|
|
354
|
+
* @license lucide-react v1.17.0 - ISC
|
|
355
355
|
*
|
|
356
356
|
* This source code is licensed under the ISC license.
|
|
357
357
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -361,35 +361,35 @@ const KE = [
|
|
|
361
361
|
["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
|
|
362
362
|
], XE = _r("arrow-right", KE);
|
|
363
363
|
/**
|
|
364
|
-
* @license lucide-react v1.
|
|
364
|
+
* @license lucide-react v1.17.0 - ISC
|
|
365
365
|
*
|
|
366
366
|
* This source code is licensed under the ISC license.
|
|
367
367
|
* See the LICENSE file in the root directory of this source tree.
|
|
368
368
|
*/
|
|
369
369
|
const ZE = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], Yg = _r("chevron-left", ZE);
|
|
370
370
|
/**
|
|
371
|
-
* @license lucide-react v1.
|
|
371
|
+
* @license lucide-react v1.17.0 - ISC
|
|
372
372
|
*
|
|
373
373
|
* This source code is licensed under the ISC license.
|
|
374
374
|
* See the LICENSE file in the root directory of this source tree.
|
|
375
375
|
*/
|
|
376
376
|
const QE = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]], Cn = _r("chevron-right", QE);
|
|
377
377
|
/**
|
|
378
|
-
* @license lucide-react v1.
|
|
378
|
+
* @license lucide-react v1.17.0 - ISC
|
|
379
379
|
*
|
|
380
380
|
* This source code is licensed under the ISC license.
|
|
381
381
|
* See the LICENSE file in the root directory of this source tree.
|
|
382
382
|
*/
|
|
383
383
|
const JE = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]], Na = _r("circle", JE);
|
|
384
384
|
/**
|
|
385
|
-
* @license lucide-react v1.
|
|
385
|
+
* @license lucide-react v1.17.0 - ISC
|
|
386
386
|
*
|
|
387
387
|
* This source code is licensed under the ISC license.
|
|
388
388
|
* See the LICENSE file in the root directory of this source tree.
|
|
389
389
|
*/
|
|
390
390
|
const eR = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]], tR = _r("dot", eR);
|
|
391
391
|
/**
|
|
392
|
-
* @license lucide-react v1.
|
|
392
|
+
* @license lucide-react v1.17.0 - ISC
|
|
393
393
|
*
|
|
394
394
|
* This source code is licensed under the ISC license.
|
|
395
395
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -400,7 +400,7 @@ const rR = [
|
|
|
400
400
|
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
401
401
|
], Kg = _r("ellipsis", rR);
|
|
402
402
|
/**
|
|
403
|
-
* @license lucide-react v1.
|
|
403
|
+
* @license lucide-react v1.17.0 - ISC
|
|
404
404
|
*
|
|
405
405
|
* This source code is licensed under the ISC license.
|
|
406
406
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as dn, a as pn } from "./index-
|
|
1
|
+
import { c as dn, a as pn } from "./index-71PtBtHf.js";
|
|
2
2
|
import { jsx as P, Fragment as mn, jsxs as hn } from "react/jsx-runtime";
|
|
3
3
|
import { c as yt } from "./tailwind.helper-gWiv5-6R.js";
|
|
4
4
|
import * as l from "react";
|
|
@@ -294,7 +294,7 @@ function $n(e) {
|
|
|
294
294
|
}, [e]), t ? `radix-${t}` : "";
|
|
295
295
|
}
|
|
296
296
|
/**
|
|
297
|
-
* @license lucide-react v1.
|
|
297
|
+
* @license lucide-react v1.17.0 - ISC
|
|
298
298
|
*
|
|
299
299
|
* This source code is licensed under the ISC license.
|
|
300
300
|
* See the LICENSE file in the root directory of this source tree.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@krosoft/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.109",
|
|
4
4
|
"description": "Krosoft shared React package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -46,46 +46,46 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@hookform/resolvers": "^5.4.0",
|
|
49
|
-
"@radix-ui/react-accordion": "^1.
|
|
50
|
-
"@radix-ui/react-alert-dialog": "^1.1.
|
|
51
|
-
"@radix-ui/react-aspect-ratio": "^1.1.
|
|
52
|
-
"@radix-ui/react-avatar": "^1.1.
|
|
49
|
+
"@radix-ui/react-accordion": "^1.2.12",
|
|
50
|
+
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
51
|
+
"@radix-ui/react-aspect-ratio": "^1.1.8",
|
|
52
|
+
"@radix-ui/react-avatar": "^1.1.11",
|
|
53
53
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
54
|
-
"@radix-ui/react-collapsible": "^1.1.
|
|
55
|
-
"@radix-ui/react-context-menu": "^2.2.
|
|
54
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
55
|
+
"@radix-ui/react-context-menu": "^2.2.16",
|
|
56
56
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
57
57
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
58
|
-
"@radix-ui/react-hover-card": "^1.1.
|
|
58
|
+
"@radix-ui/react-hover-card": "^1.1.15",
|
|
59
59
|
"@radix-ui/react-label": "^2.1.8",
|
|
60
|
-
"@radix-ui/react-menubar": "^1.1.
|
|
61
|
-
"@radix-ui/react-navigation-menu": "^1.2.
|
|
60
|
+
"@radix-ui/react-menubar": "^1.1.16",
|
|
61
|
+
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
62
62
|
"@radix-ui/react-popover": "^1.1.15",
|
|
63
63
|
"@radix-ui/react-progress": "^1.1.8",
|
|
64
|
-
"@radix-ui/react-radio-group": "^1.
|
|
64
|
+
"@radix-ui/react-radio-group": "^1.3.8",
|
|
65
65
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
66
66
|
"@radix-ui/react-select": "^2.2.6",
|
|
67
67
|
"@radix-ui/react-separator": "^1.1.8",
|
|
68
|
-
"@radix-ui/react-slider": "^1.
|
|
68
|
+
"@radix-ui/react-slider": "^1.3.6",
|
|
69
69
|
"@radix-ui/react-slot": "^1.2.4",
|
|
70
|
-
"@radix-ui/react-switch": "^1.
|
|
70
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
71
71
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
72
72
|
"@radix-ui/react-toast": "^1.2.15",
|
|
73
|
-
"@radix-ui/react-toggle": "^1.1.
|
|
74
|
-
"@radix-ui/react-toggle-group": "^1.1.
|
|
73
|
+
"@radix-ui/react-toggle": "^1.1.10",
|
|
74
|
+
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
75
75
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
76
76
|
"class-variance-authority": "^0.7.1",
|
|
77
77
|
"clsx": "^2.1.1",
|
|
78
|
-
"cmdk": "^1.
|
|
78
|
+
"cmdk": "^1.1.1",
|
|
79
79
|
"date-fns": "^4.4.0",
|
|
80
|
-
"embla-carousel-react": "^8.
|
|
81
|
-
"input-otp": "^1.2
|
|
82
|
-
"lucide-react": "^1.
|
|
80
|
+
"embla-carousel-react": "^8.6.0",
|
|
81
|
+
"input-otp": "^1.4.2",
|
|
82
|
+
"lucide-react": "^1.17.0",
|
|
83
83
|
"react-day-picker": "^10.0.1",
|
|
84
|
-
"react-hook-form": "^7.
|
|
85
|
-
"recharts": "^2.
|
|
84
|
+
"react-hook-form": "^7.76.1",
|
|
85
|
+
"recharts": "^2.15.4",
|
|
86
86
|
"sonner": "^2.0.7",
|
|
87
87
|
"tailwind-merge": "^2.6.1",
|
|
88
|
-
"vaul": "^1.1.
|
|
88
|
+
"vaul": "^1.1.2",
|
|
89
89
|
"zod": "^4.4.3"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
@@ -114,6 +114,6 @@
|
|
|
114
114
|
"tailwindcss": "^3.4.19",
|
|
115
115
|
"typescript": "^5.9.3",
|
|
116
116
|
"vite": "^6.4.2",
|
|
117
|
-
"vitest": "^4.1.
|
|
117
|
+
"vitest": "^4.1.8"
|
|
118
118
|
}
|
|
119
119
|
}
|