prometeo-design-system 2.8.3 → 2.8.5

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 (82) hide show
  1. package/dist/Avatar.es.js +23 -28
  2. package/dist/Button.es.js +1 -1
  3. package/dist/{CardProfile-BB-IP1MR.js → CardProfile-CsytJlKZ.js} +9 -9
  4. package/dist/CardProfile.d.ts +4 -0
  5. package/dist/CardProfile.es.js +3 -2
  6. package/dist/CheckBox.es.js +5 -5
  7. package/dist/DatePicker.d.ts +2 -0
  8. package/dist/DatePicker.es.js +1479 -1538
  9. package/dist/DialogModal.es.js +1 -1
  10. package/dist/DrawerDesktop.es.js +2 -2
  11. package/dist/DrawerMobile.es.js +1 -1
  12. package/dist/DropZone.d.ts +4 -0
  13. package/dist/DropZone.es.js +18 -17
  14. package/dist/FAButton.es.js +2 -2
  15. package/dist/Header.es.js +1 -1
  16. package/dist/{HelperComponent-D_Cqdf1J.js → HelperComponent-g_xuKWzK.js} +8 -8
  17. package/dist/Icons/Icons.d.ts +1 -1
  18. package/dist/Icons-DtFC5DJ7.js +1079 -0
  19. package/dist/Icons.d.ts +4 -0
  20. package/dist/Icons.es.js +3 -1053
  21. package/dist/Image.es.js +2 -2
  22. package/dist/{ImageGallery-CjaJ0UCN.js → ImageGallery-Ckxg9OIC.js} +35 -35
  23. package/dist/ImageGallery.es.js +1 -1
  24. package/dist/{Input-Bdo-Acix.js → Input-Cck37DpG.js} +12 -12
  25. package/dist/Input.es.js +1 -1
  26. package/dist/InputMultiple.d.ts +4 -0
  27. package/dist/InputMultiple.es.js +37 -36
  28. package/dist/{LayoutGeneric-B6E-yOYJ.js → LayoutGeneric-CbaoatQB.js} +1 -1
  29. package/dist/LayoutGeneric.es.js +1 -1
  30. package/dist/Logo.es.js +2 -2
  31. package/dist/Menu.d.ts +4 -0
  32. package/dist/Menu.es.js +3 -2
  33. package/dist/OtpInput.es.js +44 -44
  34. package/dist/Pagination.es.js +1 -1
  35. package/dist/ProfilePictureUpload.d.ts +4 -0
  36. package/dist/ProfilePictureUpload.es.js +79 -103
  37. package/dist/ProgressBar.es.js +1 -1
  38. package/dist/RadioButton.d.ts +4 -0
  39. package/dist/RadioButton.es.js +4 -3
  40. package/dist/SegmentedButton.d.ts +4 -0
  41. package/dist/SegmentedButton.es.js +3 -2
  42. package/dist/{Select-D2APaG1z.js → Select-BD5FTxVw.js} +5 -5
  43. package/dist/Select.es.js +1 -1
  44. package/dist/SelectSearch.es.js +2 -2
  45. package/dist/Skeleton.d.ts +4 -0
  46. package/dist/Skeleton.es.js +3 -2
  47. package/dist/Spinner.es.js +1 -1
  48. package/dist/Steps.d.ts +4 -0
  49. package/dist/Steps.es.js +4 -3
  50. package/dist/SwipeContainer.es.js +1 -1
  51. package/dist/Switch.d.ts +4 -0
  52. package/dist/Switch.es.js +3 -2
  53. package/dist/TabLinks.es.js +1 -1
  54. package/dist/Table.es.js +1 -1
  55. package/dist/TextArea.es.js +1 -1
  56. package/dist/Toast.es.js +23 -23
  57. package/dist/ToastProvider.es.js +1 -1
  58. package/dist/Tooltip.es.js +2 -2
  59. package/dist/components/ProfilePictureUpload/ProfilePictureUpload.d.ts +1 -1
  60. package/dist/exports/CardProfile.d.ts +1 -0
  61. package/dist/exports/DatePicker.d.ts +2 -0
  62. package/dist/exports/DropZone.d.ts +2 -0
  63. package/dist/exports/Icons.d.ts +2 -1
  64. package/dist/exports/InputMultiple.d.ts +2 -0
  65. package/dist/exports/Menu.d.ts +1 -0
  66. package/dist/exports/ProfilePictureUpload.d.ts +1 -0
  67. package/dist/exports/RadioButton.d.ts +2 -0
  68. package/dist/exports/SegmentedButton.d.ts +2 -0
  69. package/dist/exports/Skeleton.d.ts +2 -0
  70. package/dist/exports/Steps.d.ts +1 -0
  71. package/dist/exports/Switch.d.ts +2 -0
  72. package/dist/index.d.ts +0 -4
  73. package/dist/{jsx-runtime-ByW6EXIE.js → jsx-runtime-DKDX3adD.js} +94 -96
  74. package/dist/prometeo-design-system.es.js +117 -123
  75. package/dist/styles.d.ts +0 -0
  76. package/package.json +283 -272
  77. package/src/styles/app.css +1314 -0
  78. package/src/styles/base.css +1323 -0
  79. package/src/styles/fonts.css +46 -0
  80. package/src/styles/palette.css +83 -0
  81. package/src/styles/utilities.css +1126 -0
  82. package/dist/components/Button/Button_Legacy.d.ts +0 -29
package/dist/Steps.es.js CHANGED
@@ -1,5 +1,5 @@
1
- import { j as e } from "./jsx-runtime-ByW6EXIE.js";
2
- import { Check as j } from "./Icons.es.js";
1
+ import { j as e } from "./jsx-runtime-DKDX3adD.js";
2
+ import { C as j } from "./Icons-DtFC5DJ7.js";
3
3
  import { c as y } from "./cn-B6yFEsav.js";
4
4
  import { motion as r } from "framer-motion";
5
5
  import N from "react";
@@ -209,5 +209,6 @@ const b = ({
209
209
  }) });
210
210
  };
211
211
  export {
212
- S as Steps
212
+ S as Steps,
213
+ S as default
213
214
  };
@@ -1,4 +1,4 @@
1
- import { j as o } from "./jsx-runtime-ByW6EXIE.js";
1
+ import { j as o } from "./jsx-runtime-DKDX3adD.js";
2
2
  import { c as i } from "./cn-B6yFEsav.js";
3
3
  import { useState as d, useRef as D, useEffect as L } from "react";
4
4
  const O = ({
package/dist/Switch.d.ts CHANGED
@@ -1,2 +1,6 @@
1
1
  export * from './exports/Switch'
2
2
  export {}
3
+ import PrometeoDesignSystem from './exports/Switch'
4
+ export default PrometeoDesignSystem
5
+ export * from './exports/Switch'
6
+ export {}
package/dist/Switch.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { j as a } from "./jsx-runtime-ByW6EXIE.js";
1
+ import { j as a } from "./jsx-runtime-DKDX3adD.js";
2
2
  import { c as r } from "./cn-B6yFEsav.js";
3
3
  import { memo as w, useRef as b } from "react";
4
4
  import { motion as c } from "framer-motion";
@@ -92,5 +92,6 @@ const l = ({ name: d, value: o, onChange: f, disabled: t = !1 }) => {
92
92
  l.displayName = "Switch";
93
93
  const y = w(l);
94
94
  export {
95
- y as Switch
95
+ y as Switch,
96
+ y as default
96
97
  };
@@ -1,4 +1,4 @@
1
- import { j as n } from "./jsx-runtime-ByW6EXIE.js";
1
+ import { j as n } from "./jsx-runtime-DKDX3adD.js";
2
2
  import { motion as x } from "framer-motion";
3
3
  import { memo as N } from "react";
4
4
  import { c as r } from "./cn-B6yFEsav.js";
package/dist/Table.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { j as r } from "./jsx-runtime-ByW6EXIE.js";
1
+ import { j as r } from "./jsx-runtime-DKDX3adD.js";
2
2
  import { c as l } from "./cn-B6yFEsav.js";
3
3
  import * as o from "react";
4
4
  const n = o.forwardRef(({ className: e, ...t }, a) => /* @__PURE__ */ r.jsx("div", { className: "w-full", children: /* @__PURE__ */ r.jsx(
@@ -1,4 +1,4 @@
1
- import { j as k } from "./jsx-runtime-ByW6EXIE.js";
1
+ import { j as k } from "./jsx-runtime-DKDX3adD.js";
2
2
  import { c as A } from "./cn-B6yFEsav.js";
3
3
  import * as a from "react";
4
4
  import { forwardRef as E } from "react";
package/dist/Toast.es.js CHANGED
@@ -1,8 +1,8 @@
1
- import { j as e } from "./jsx-runtime-ByW6EXIE.js";
1
+ import { j as e } from "./jsx-runtime-DKDX3adD.js";
2
2
  import w from "react";
3
3
  import { toast as p } from "sonner";
4
- import { c as s } from "./cn-B6yFEsav.js";
5
- import { Info as m, Error as u, Cancel as f, CheckCircle as b, Close as C } from "./Icons.es.js";
4
+ import { c as r } from "./cn-B6yFEsav.js";
5
+ import { I as m, E as u, i as f, k as b, a as C } from "./Icons-DtFC5DJ7.js";
6
6
  import h from "./Button.es.js";
7
7
  const x = {
8
8
  dark: {
@@ -63,18 +63,18 @@ const x = {
63
63
  shadow: "0px 0px 2px 0px rgba(0, 0, 0, 0.35),8px 8px 20px 0px rgba(0, 0, 0, 0.3),0px 0px 15px 0px rgba(0, 0, 0, 0.2),0px 0px 20px 0px rgba(21, 21, 21, 0.3) inset,6px 0px 100px 0px rgba(0, 0, 0, 0.05) inset"
64
64
  }
65
65
  }, v = (l) => {
66
- const { title: a, description: o, button: r, id: n, icon: c, variant: d = "info", colorMode: t = "dark", showClose: g = !1 } = l;
66
+ const { title: t, description: o, button: s, id: n, icon: c, variant: d = "info", colorMode: a = "dark", showClose: g = !1 } = l;
67
67
  return /* @__PURE__ */ e.jsxs(
68
68
  "div",
69
69
  {
70
70
  style: {
71
- boxShadow: i[t].shadow
71
+ boxShadow: i[a].shadow
72
72
  },
73
- className: s(
73
+ className: r(
74
74
  "flex p-3 pb-4 md:w-[485px] md:max-w-[485px] md:min-w-[485px] md:h-[68px] md:max-h-[68px] rounded-lg gap-2",
75
75
  "w-[345px] max-w-[345px] min-w-[345px] h-[68px] max-h-[68px]",
76
- i[t].container,
77
- x[t][d].container
76
+ i[a].container,
77
+ x[a][d].container
78
78
  ),
79
79
  children: [
80
80
  /* @__PURE__ */ e.jsxs(
@@ -82,20 +82,20 @@ const x = {
82
82
  {
83
83
  className: "flex items-center justify-start gap-2 max-h-[38px] h-[38px] overflow-hidden flex-1 ",
84
84
  children: [
85
- /* @__PURE__ */ e.jsx("div", { className: "f", style: { color: "inherit" }, children: w.createElement(c || x[t][d].icon, { size: 24, className: x[t][d].iconClass }) }),
85
+ /* @__PURE__ */ e.jsx("div", { className: "f", style: { color: "inherit" }, children: w.createElement(c || x[a][d].icon, { size: 24, className: x[a][d].iconClass }) }),
86
86
  /* @__PURE__ */ e.jsxs("div", { className: "flex-1 flex flex-col gap-1", children: [
87
- /* @__PURE__ */ e.jsx("p", { className: s("select-none prometeo-fonts-label-medium md:prometeo-fonts-label-xlarge", i[t].title), children: a }),
88
- o && /* @__PURE__ */ e.jsx("p", { className: s("select-none prometeo-fonts-body-xsmall md:prometeo-fonts-body-small text-nowrap overflow-ellipsis ", i[t].description), children: o })
87
+ /* @__PURE__ */ e.jsx("p", { className: r("select-none prometeo-fonts-label-medium md:prometeo-fonts-label-xlarge", i[a].title), children: t }),
88
+ o && /* @__PURE__ */ e.jsx("p", { className: r("select-none prometeo-fonts-body-xsmall md:prometeo-fonts-body-small text-nowrap overflow-ellipsis ", i[a].description), children: o })
89
89
  ] })
90
90
  ]
91
91
  }
92
92
  ),
93
- r?.label && /* @__PURE__ */ e.jsx("div", { className: "shrink-0", children: /* @__PURE__ */ e.jsx(
93
+ s?.label && /* @__PURE__ */ e.jsx("div", { className: "shrink-0", children: /* @__PURE__ */ e.jsx(
94
94
  h,
95
95
  {
96
- label: r?.label,
96
+ label: s?.label,
97
97
  onClick: () => {
98
- r?.onClick(), p.dismiss(n);
98
+ s?.onClick(), p.dismiss(n);
99
99
  },
100
100
  size: "small",
101
101
  color: "secondary"
@@ -110,28 +110,28 @@ const x = {
110
110
  label: "",
111
111
  size: "small",
112
112
  color: "secondary",
113
- icon: /* @__PURE__ */ e.jsx(C, { className: s(t === "light" ? "text-neutral-medium-focused " : "") }),
113
+ icon: /* @__PURE__ */ e.jsx(C, { className: r(a === "light" ? "text-neutral-medium-focused " : "") }),
114
114
  variant: "text",
115
115
  animate: !1,
116
- className: s(t === "light" ? "hover:bg-neutral-default-hover-light focus:bg-inherit active:bg-neutral-weak-hover " : "")
116
+ className: r(a === "light" ? "hover:bg-neutral-default-hover-light focus:bg-inherit active:bg-neutral-weak-hover " : "")
117
117
  }
118
118
  ) })
119
119
  ]
120
120
  }
121
121
  );
122
122
  };
123
- function M(l, a) {
124
- const { duration: o = 2500, showClose: r = !1, colorMode: n = "dark" } = a || {};
123
+ function M(l, t) {
124
+ const { duration: o = 2500, showClose: s = !1, colorMode: n = "dark" } = t || {};
125
125
  return p.custom((c) => /* @__PURE__ */ e.jsx(
126
126
  v,
127
127
  {
128
128
  id: c,
129
- variant: a?.variant || "success",
129
+ variant: t?.variant || "success",
130
130
  title: l,
131
- description: a?.description,
132
- icon: a?.icon,
133
- button: a?.button,
134
- showClose: r,
131
+ description: t?.description,
132
+ icon: t?.icon,
133
+ button: t?.button,
134
+ showClose: s,
135
135
  colorMode: n
136
136
  }
137
137
  ), {
@@ -1,4 +1,4 @@
1
- import { j as t } from "./jsx-runtime-ByW6EXIE.js";
1
+ import { j as t } from "./jsx-runtime-DKDX3adD.js";
2
2
  import { Toaster as r } from "sonner";
3
3
  const i = ({ ...o }) => /* @__PURE__ */ t.jsx(r, { ...o, position: "bottom-right", richColors: !1, theme: "light" });
4
4
  export {
@@ -1,5 +1,5 @@
1
- import { j as e } from "./jsx-runtime-ByW6EXIE.js";
2
- import { Close as f } from "./Icons.es.js";
1
+ import { j as e } from "./jsx-runtime-DKDX3adD.js";
2
+ import { a as f } from "./Icons-DtFC5DJ7.js";
3
3
  import { AnimatePresence as p, motion as n } from "framer-motion";
4
4
  import { useState as x, cloneElement as b } from "react";
5
5
  const N = ({
@@ -14,6 +14,6 @@ export interface ProfilePictureUploadProps {
14
14
  onError?: (error: string) => void;
15
15
  disableEntryAnimation?: boolean;
16
16
  }
17
- declare function ProfilePictureUploadComponent({ imageUrl, fallbackText, onFileSelect, onEditClick, onRemoveClick, size, className, disabled, showRemoveButton, acceptedTypes, maxFileSize, onError, disableEntryAnimation, }: ProfilePictureUploadProps): import("react/jsx-runtime").JSX.Element;
17
+ declare function ProfilePictureUploadComponent({ imageUrl, fallbackText, onFileSelect, onEditClick, onRemoveClick, size, className, disabled, showRemoveButton, acceptedTypes, maxFileSize, onError, }: ProfilePictureUploadProps): import("react/jsx-runtime").JSX.Element;
18
18
  export declare const ProfilePictureUpload: React.MemoExoticComponent<typeof ProfilePictureUploadComponent>;
19
19
  export {};
@@ -1,2 +1,3 @@
1
+ export { CardProfile as default } from '../components/CardProfile/CardProfile';
1
2
  export { CardProfile } from '../components/CardProfile/CardProfile';
2
3
  export type { ISessionLocalStorage } from '../components/CardProfile/CardProfile';
@@ -1 +1,3 @@
1
1
  export { default } from '../components/DatePicker/DatePicker';
2
+ export { default as DatePicker } from '../components/DatePicker/DatePicker';
3
+ export type { DatePickerProps } from '../components/DatePicker/DatePicker';
@@ -1 +1,3 @@
1
+ export { DropZone as default } from '../components/DropZone/DropZone';
1
2
  export { DropZone } from '../components/DropZone/DropZone';
3
+ export type { DropZoneProps } from '../components/DropZone/DropZone';
@@ -1 +1,2 @@
1
- export * from '../Icons/Icons';
1
+ export { Icons as default } from '../Icons/Icons';
2
+ export { Icons } from '../Icons/Icons';
@@ -1 +1,3 @@
1
+ export { default } from '../components/InputMultiple/InputMultiple';
1
2
  export { default as InputMultiple } from '../components/InputMultiple/InputMultiple';
3
+ export type { InputMultipleProps } from '../components/InputMultiple/InputMultiple';
@@ -1,2 +1,3 @@
1
+ export { Menu as default } from '../components/Menu/MenuComposable';
1
2
  export { Menu } from '../components/Menu/MenuComposable';
2
3
  export type { IMenuItems, IMenuRoot } from '../components/Menu/MenuComposable';
@@ -1,2 +1,3 @@
1
+ export { ProfilePictureUpload as default } from '../components/ProfilePictureUpload/ProfilePictureUpload';
1
2
  export { ProfilePictureUpload } from '../components/ProfilePictureUpload/ProfilePictureUpload';
2
3
  export type { ProfilePictureUploadProps } from '../components/ProfilePictureUpload/ProfilePictureUpload';
@@ -1 +1,3 @@
1
+ export { default } from '../components/RadioButton/RadioButton';
1
2
  export { default as RadioButton } from '../components/RadioButton/RadioButton';
3
+ export type { RadioButtonProps } from '../components/RadioButton/RadioButton';
@@ -1 +1,3 @@
1
+ export { default } from '../components/SegmentedButton/SegmentedButton';
1
2
  export { default as SegmentedButton } from '../components/SegmentedButton/SegmentedButton';
3
+ export type { SegmentedButtonProps } from '../components/SegmentedButton/SegmentedButton';
@@ -1 +1,3 @@
1
+ export { default } from '../components/Skeleton/Skeleton';
1
2
  export { default as Skeleton } from '../components/Skeleton/Skeleton';
3
+ export type { SkeletonProps } from '../components/Skeleton/Skeleton';
@@ -1,2 +1,3 @@
1
+ export { default } from '../components/Steps/Steps';
1
2
  export { default as Steps } from '../components/Steps/Steps';
2
3
  export type { Step, StepsProps } from '../components/Steps/Steps';
@@ -1 +1,3 @@
1
+ export { default } from '../components/Switch/Switch';
1
2
  export { default as Switch } from '../components/Switch/Switch';
3
+ export type { SwitchProps } from '../components/Switch/Switch';
package/dist/index.d.ts CHANGED
@@ -3,8 +3,6 @@ export { default as Button } from './components/Button/Button';
3
3
  export { CardProfile } from './components/CardProfile/CardProfile';
4
4
  export { default as CheckBox } from './components/CheckBox/CheckBox';
5
5
  export { default as DialogModal } from './components/Dialog/Dialog';
6
- export { default as DrawerDesktop } from './components/Drawer/DrawerDesktop';
7
- export { default as DrawerMobile } from './components/Drawer/DrawerMobile';
8
6
  export { default as Header } from './components/Header/Header';
9
7
  export { default as Input } from './components/Input/Input';
10
8
  export { default as InputMultiple } from './components/InputMultiple/InputMultiple';
@@ -43,8 +41,6 @@ export { CompanyLogo } from './components/Sidebar/components/company-logo';
43
41
  export { NavbarLinks } from './components/Sidebar/components/nav-links';
44
42
  export { default as OtpInput } from './components/OtpInput/OtpInput';
45
43
  export { useDialogControl } from './components/Dialog/useDialogControl';
46
- export { useDrawerDesktop } from './components/Drawer/useDrawerDesktop';
47
- export { useDrawerMobile } from './components/Drawer/useDrawerMobile';
48
44
  export { useFileDropzone } from './components/DropZone/useFileDropzone';
49
45
  export { SidebarProvider as SidebarRefProvider, useSidebarContext, } from './components/Sidebar/context/SidebarContext';
50
46
  export { SidebarProvider } from './components/Sidebar/hooks/SidebarProvider';
@@ -1,5 +1,5 @@
1
- import ee from "react";
2
- var v = { exports: {} }, _ = {};
1
+ import K from "react";
2
+ var v = { exports: {} }, m = {};
3
3
  /**
4
4
  * @license React
5
5
  * react-jsx-runtime.production.js
@@ -9,29 +9,29 @@ var v = { exports: {} }, _ = {};
9
9
  * This source code is licensed under the MIT license found in the
10
10
  * LICENSE file in the root directory of this source tree.
11
11
  */
12
- var F;
13
- function re() {
14
- if (F) return _;
15
- F = 1;
16
- var l = Symbol.for("react.transitional.element"), T = Symbol.for("react.fragment");
17
- function f(d, o, s) {
18
- var m = null;
19
- if (s !== void 0 && (m = "" + s), o.key !== void 0 && (m = "" + o.key), "key" in o) {
12
+ var I;
13
+ function ee() {
14
+ if (I) return m;
15
+ I = 1;
16
+ var l = Symbol.for("react.transitional.element"), b = Symbol.for("react.fragment");
17
+ function c(i, o, s) {
18
+ var f = null;
19
+ if (s !== void 0 && (f = "" + s), o.key !== void 0 && (f = "" + o.key), "key" in o) {
20
20
  s = {};
21
- for (var E in o)
22
- E !== "key" && (s[E] = o[E]);
21
+ for (var d in o)
22
+ d !== "key" && (s[d] = o[d]);
23
23
  } else s = o;
24
24
  return o = s.ref, {
25
25
  $$typeof: l,
26
- type: d,
27
- key: m,
26
+ type: i,
27
+ key: f,
28
28
  ref: o !== void 0 ? o : null,
29
29
  props: s
30
30
  };
31
31
  }
32
- return _.Fragment = T, _.jsx = f, _.jsxs = f, _;
32
+ return m.Fragment = b, m.jsx = c, m.jsxs = c, m;
33
33
  }
34
- var R = {};
34
+ var _ = {};
35
35
  /**
36
36
  * @license React
37
37
  * react-jsx-runtime.development.js
@@ -41,44 +41,44 @@ var R = {};
41
41
  * This source code is licensed under the MIT license found in the
42
42
  * LICENSE file in the root directory of this source tree.
43
43
  */
44
- var D;
45
- function te() {
46
- return D || (D = 1, process.env.NODE_ENV !== "production" && (function() {
44
+ var $;
45
+ function re() {
46
+ return $ || ($ = 1, process.env.NODE_ENV !== "production" && (function() {
47
47
  function l(e) {
48
48
  if (e == null) return null;
49
49
  if (typeof e == "function")
50
- return e.$$typeof === Z ? null : e.displayName || e.name || null;
50
+ return e.$$typeof === H ? null : e.displayName || e.name || null;
51
51
  if (typeof e == "string") return e;
52
52
  switch (e) {
53
53
  case p:
54
54
  return "Fragment";
55
- case J:
56
- return "Profiler";
57
55
  case U:
56
+ return "Profiler";
57
+ case W:
58
58
  return "StrictMode";
59
- case G:
59
+ case z:
60
60
  return "Suspense";
61
- case X:
61
+ case G:
62
62
  return "SuspenseList";
63
- case H:
63
+ case B:
64
64
  return "Activity";
65
65
  }
66
66
  if (typeof e == "object")
67
67
  switch (typeof e.tag == "number" && console.error(
68
68
  "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
69
69
  ), e.$$typeof) {
70
- case W:
70
+ case M:
71
71
  return "Portal";
72
- case z:
73
- return (e.displayName || "Context") + ".Provider";
74
- case q:
75
- return (e._context.displayName || "Context") + ".Consumer";
76
72
  case V:
73
+ return e.displayName || "Context";
74
+ case J:
75
+ return (e._context.displayName || "Context") + ".Consumer";
76
+ case q:
77
77
  var r = e.render;
78
78
  return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
79
- case B:
79
+ case X:
80
80
  return r = e.displayName || null, r !== null ? r : l(e.type) || "Memo";
81
- case g:
81
+ case T:
82
82
  r = e._payload, e = e._init;
83
83
  try {
84
84
  return l(e(r));
@@ -87,10 +87,10 @@ function te() {
87
87
  }
88
88
  return null;
89
89
  }
90
- function T(e) {
90
+ function b(e) {
91
91
  return "" + e;
92
92
  }
93
- function f(e) {
93
+ function c(e) {
94
94
  try {
95
95
  var r = !1;
96
96
  } catch {
@@ -103,12 +103,12 @@ function te() {
103
103
  r,
104
104
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
105
105
  n
106
- ), T(e);
106
+ ), b(e);
107
107
  }
108
108
  }
109
- function d(e) {
109
+ function i(e) {
110
110
  if (e === p) return "<>";
111
- if (typeof e == "object" && e !== null && e.$$typeof === g)
111
+ if (typeof e == "object" && e !== null && e.$$typeof === T)
112
112
  return "<...>";
113
113
  try {
114
114
  var r = l(e);
@@ -124,16 +124,16 @@ function te() {
124
124
  function s() {
125
125
  return Error("react-stack-top-frame");
126
126
  }
127
- function m(e) {
128
- if (h.call(e, "key")) {
127
+ function f(e) {
128
+ if (x.call(e, "key")) {
129
129
  var r = Object.getOwnPropertyDescriptor(e, "key").get;
130
130
  if (r && r.isReactWarning) return !1;
131
131
  }
132
132
  return e.key !== void 0;
133
133
  }
134
- function E(e, r) {
134
+ function d(e, r) {
135
135
  function t() {
136
- y || (y = !0, console.error(
136
+ g || (g = !0, console.error(
137
137
  "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
138
138
  r
139
139
  ));
@@ -143,22 +143,23 @@ function te() {
143
143
  configurable: !0
144
144
  });
145
145
  }
146
- function L() {
146
+ function D() {
147
147
  var e = l(this.type);
148
- return N[e] || (N[e] = !0, console.error(
148
+ return h[e] || (h[e] = !0, console.error(
149
149
  "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
150
150
  )), e = this.props.ref, e !== void 0 ? e : null;
151
151
  }
152
- function M(e, r, t, n, c, u, A, S) {
153
- return t = u.ref, e = {
154
- $$typeof: x,
152
+ function L(e, r, t, n, R, A) {
153
+ var a = t.ref;
154
+ return e = {
155
+ $$typeof: j,
155
156
  type: e,
156
157
  key: r,
157
- props: u,
158
- _owner: c
159
- }, (t !== void 0 ? t : null) !== null ? Object.defineProperty(e, "ref", {
158
+ props: t,
159
+ _owner: n
160
+ }, (a !== void 0 ? a : null) !== null ? Object.defineProperty(e, "ref", {
160
161
  enumerable: !1,
161
- get: L
162
+ get: D
162
163
  }) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
163
164
  configurable: !1,
164
165
  enumerable: !1,
@@ -173,19 +174,19 @@ function te() {
173
174
  configurable: !1,
174
175
  enumerable: !1,
175
176
  writable: !0,
176
- value: A
177
+ value: R
177
178
  }), Object.defineProperty(e, "_debugTask", {
178
179
  configurable: !1,
179
180
  enumerable: !1,
180
181
  writable: !0,
181
- value: S
182
+ value: A
182
183
  }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
183
184
  }
184
- function j(e, r, t, n, c, u, A, S) {
185
+ function P(e, r, t, n, R, A) {
185
186
  var a = r.children;
186
187
  if (a !== void 0)
187
188
  if (n)
188
- if (Q(a)) {
189
+ if (Z(a)) {
189
190
  for (n = 0; n < a.length; n++)
190
191
  w(a[n]);
191
192
  Object.freeze && Object.freeze(a);
@@ -194,12 +195,12 @@ function te() {
194
195
  "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
195
196
  );
196
197
  else w(a);
197
- if (h.call(r, "key")) {
198
+ if (x.call(r, "key")) {
198
199
  a = l(e);
199
- var i = Object.keys(r).filter(function(K) {
200
- return K !== "key";
200
+ var u = Object.keys(r).filter(function(Q) {
201
+ return Q !== "key";
201
202
  });
202
- n = 0 < i.length ? "{key: someKey, " + i.join(": ..., ") + ": ...}" : "{key: someKey}", I[a + n] || (i = 0 < i.length ? "{" + i.join(": ..., ") + ": ...}" : "{}", console.error(
203
+ n = 0 < u.length ? "{key: someKey, " + u.join(": ..., ") + ": ...}" : "{key: someKey}", Y[a + n] || (u = 0 < u.length ? "{" + u.join(": ..., ") + ": ...}" : "{}", console.error(
203
204
  `A props object containing a "key" prop is being spread into JSX:
204
205
  let props = %s;
205
206
  <%s {...props} />
@@ -208,76 +209,73 @@ React keys must be passed directly to JSX without using spread:
208
209
  <%s key={someKey} {...props} />`,
209
210
  n,
210
211
  a,
211
- i,
212
+ u,
212
213
  a
213
- ), I[a + n] = !0);
214
+ ), Y[a + n] = !0);
214
215
  }
215
- if (a = null, t !== void 0 && (f(t), a = "" + t), m(r) && (f(r.key), a = "" + r.key), "key" in r) {
216
+ if (a = null, t !== void 0 && (c(t), a = "" + t), f(r) && (c(r.key), a = "" + r.key), "key" in r) {
216
217
  t = {};
217
- for (var P in r)
218
- P !== "key" && (t[P] = r[P]);
218
+ for (var S in r)
219
+ S !== "key" && (t[S] = r[S]);
219
220
  } else t = r;
220
- return a && E(
221
+ return a && d(
221
222
  t,
222
223
  typeof e == "function" ? e.displayName || e.name || "Unknown" : e
223
- ), M(
224
+ ), L(
224
225
  e,
225
226
  a,
226
- u,
227
- c,
228
- o(),
229
227
  t,
230
- A,
231
- S
228
+ o(),
229
+ R,
230
+ A
232
231
  );
233
232
  }
234
233
  function w(e) {
235
- typeof e == "object" && e !== null && e.$$typeof === x && e._store && (e._store.validated = 1);
234
+ y(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === T && (e._payload.status === "fulfilled" ? y(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
235
+ }
236
+ function y(e) {
237
+ return typeof e == "object" && e !== null && e.$$typeof === j;
236
238
  }
237
- var b = ee, x = Symbol.for("react.transitional.element"), W = Symbol.for("react.portal"), p = Symbol.for("react.fragment"), U = Symbol.for("react.strict_mode"), J = Symbol.for("react.profiler"), q = Symbol.for("react.consumer"), z = Symbol.for("react.context"), V = Symbol.for("react.forward_ref"), G = Symbol.for("react.suspense"), X = Symbol.for("react.suspense_list"), B = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), H = Symbol.for("react.activity"), Z = Symbol.for("react.client.reference"), k = b.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, h = Object.prototype.hasOwnProperty, Q = Array.isArray, O = console.createTask ? console.createTask : function() {
239
+ var E = K, j = Symbol.for("react.transitional.element"), M = Symbol.for("react.portal"), p = Symbol.for("react.fragment"), W = Symbol.for("react.strict_mode"), U = Symbol.for("react.profiler"), J = Symbol.for("react.consumer"), V = Symbol.for("react.context"), q = Symbol.for("react.forward_ref"), z = Symbol.for("react.suspense"), G = Symbol.for("react.suspense_list"), X = Symbol.for("react.memo"), T = Symbol.for("react.lazy"), B = Symbol.for("react.activity"), H = Symbol.for("react.client.reference"), k = E.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, x = Object.prototype.hasOwnProperty, Z = Array.isArray, O = console.createTask ? console.createTask : function() {
238
240
  return null;
239
241
  };
240
- b = {
242
+ E = {
241
243
  react_stack_bottom_frame: function(e) {
242
244
  return e();
243
245
  }
244
246
  };
245
- var y, N = {}, C = b.react_stack_bottom_frame.bind(
246
- b,
247
+ var g, h = {}, N = E.react_stack_bottom_frame.bind(
248
+ E,
247
249
  s
248
- )(), Y = O(d(s)), I = {};
249
- R.Fragment = p, R.jsx = function(e, r, t, n, c) {
250
- var u = 1e4 > k.recentlyCreatedOwnerStacks++;
251
- return j(
250
+ )(), C = O(i(s)), Y = {};
251
+ _.Fragment = p, _.jsx = function(e, r, t) {
252
+ var n = 1e4 > k.recentlyCreatedOwnerStacks++;
253
+ return P(
252
254
  e,
253
255
  r,
254
256
  t,
255
257
  !1,
256
- n,
257
- c,
258
- u ? Error("react-stack-top-frame") : C,
259
- u ? O(d(e)) : Y
258
+ n ? Error("react-stack-top-frame") : N,
259
+ n ? O(i(e)) : C
260
260
  );
261
- }, R.jsxs = function(e, r, t, n, c) {
262
- var u = 1e4 > k.recentlyCreatedOwnerStacks++;
263
- return j(
261
+ }, _.jsxs = function(e, r, t) {
262
+ var n = 1e4 > k.recentlyCreatedOwnerStacks++;
263
+ return P(
264
264
  e,
265
265
  r,
266
266
  t,
267
267
  !0,
268
- n,
269
- c,
270
- u ? Error("react-stack-top-frame") : C,
271
- u ? O(d(e)) : Y
268
+ n ? Error("react-stack-top-frame") : N,
269
+ n ? O(i(e)) : C
272
270
  );
273
271
  };
274
- })()), R;
272
+ })()), _;
275
273
  }
276
- var $;
277
- function ne() {
278
- return $ || ($ = 1, process.env.NODE_ENV === "production" ? v.exports = /* @__PURE__ */ re() : v.exports = /* @__PURE__ */ te()), v.exports;
274
+ var F;
275
+ function te() {
276
+ return F || (F = 1, process.env.NODE_ENV === "production" ? v.exports = /* @__PURE__ */ ee() : v.exports = /* @__PURE__ */ re()), v.exports;
279
277
  }
280
- var oe = /* @__PURE__ */ ne();
278
+ var ae = /* @__PURE__ */ te();
281
279
  export {
282
- oe as j
280
+ ae as j
283
281
  };