prometeo-design-system 2.7.8 → 2.8.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.
Files changed (43) hide show
  1. package/dist/Button.es.js +5 -5
  2. package/dist/{CardProfile-WHoeSibd.js → CardProfile-CHUivLbW.js} +28 -28
  3. package/dist/CardProfile.es.js +1 -1
  4. package/dist/CheckBox.es.js +60 -60
  5. package/dist/CheckboxFormik.es.js +2 -2
  6. package/dist/DatePicker.es.js +68 -68
  7. package/dist/DrawerDesktop.es.js +9 -9
  8. package/dist/DropZone.es.js +32 -32
  9. package/dist/FAButton.es.js +2 -2
  10. package/dist/HelperComponent-CcGxM09g.js +24 -0
  11. package/dist/Icons/Icons.d.ts +2 -2
  12. package/dist/Icons-ChYkaR8R.js +899 -0
  13. package/dist/Icons.es.js +2 -951
  14. package/dist/{ImageGallery-WKzUevOQ.js → ImageGallery-TkgHO3JL.js} +43 -43
  15. package/dist/ImageGallery.es.js +1 -1
  16. package/dist/{Input-D6as6xD-.js → Input-CsNlU1Hu.js} +67 -74
  17. package/dist/Input.es.js +1 -1
  18. package/dist/InputFormik.es.js +58 -58
  19. package/dist/InputFormikV2.es.js +1 -1
  20. package/dist/InputMultiple.es.js +51 -51
  21. package/dist/Logo.es.js +3 -3
  22. package/dist/Menu.es.js +2 -2
  23. package/dist/OtpInput.es.js +68 -68
  24. package/dist/Pagination.es.js +1 -1
  25. package/dist/RadioButton.es.js +1 -1
  26. package/dist/{Select-sdfP2TL0.js → Select-D7Cs1OlG.js} +4 -4
  27. package/dist/Select.es.js +1 -1
  28. package/dist/SelectFormik.es.js +1 -1
  29. package/dist/SelectFormikLegacy.es.js +23 -23
  30. package/dist/SelectSearch.es.js +1 -1
  31. package/dist/Steps.es.js +14 -14
  32. package/dist/TabLinks.es.js +2 -2
  33. package/dist/Table.es.js +2 -2
  34. package/dist/Toast.es.js +23 -23
  35. package/dist/Tooltip.es.js +7 -7
  36. package/dist/components/CheckBox/CheckBox.d.ts +5 -4
  37. package/dist/components/Toaster/Toaster.d.ts +3 -3
  38. package/dist/exports/Icons.d.ts +1 -1
  39. package/dist/prometeo-design-system.css +1 -1
  40. package/dist/prometeo-design-system.es.js +125 -126
  41. package/package.json +2 -5
  42. package/dist/HelperComponent-BeNlTMqI.js +0 -24
  43. package/dist/components/Spinner/SpinnerV2.d.ts +0 -12
@@ -1,50 +1,50 @@
1
1
  import { j as e } from "./jsx-runtime-DKDX3adD.js";
2
- import { EyeVisibility as O, EyeVisibilityOff as q } from "./Icons.es.js";
3
- import { c as s } from "./cn-B6yFEsav.js";
4
- import { FastField as G, ErrorMessage as H } from "formik";
5
- import { memo as J, useState as N, useRef as Q, useCallback as y, useLayoutEffect as W } from "react";
6
- const X = ({
2
+ import { c as u } from "./cn-B6yFEsav.js";
3
+ import { FastField as q, ErrorMessage as G } from "formik";
4
+ import { memo as H, useState as S, useRef as J, useCallback as y, useLayoutEffect as Q } from "react";
5
+ import { I as N } from "./Icons-ChYkaR8R.js";
6
+ const W = ({
7
7
  icon: t,
8
8
  iconPosition: r = "left",
9
9
  label: d,
10
10
  className: B,
11
- containerClassName: I,
11
+ containerClassName: R,
12
12
  id: w,
13
13
  type: j = "text",
14
14
  labelVariant: n = "default",
15
15
  placeholder: p,
16
16
  disabled: b = !1,
17
- field: l,
18
- innerRef: R,
19
- form: $,
20
- ...a
17
+ field: a,
18
+ innerRef: $,
19
+ form: z,
20
+ ...l
21
21
  }) => {
22
- const [o, v] = N(!1), [C, z] = N(!1), i = Q(null), F = $.getFieldMeta(l.name), k = F.touched && F.error, E = l.value && l.value.toString().length > 0, x = j === "password", K = x ? C ? "text" : "password" : j, M = () => n === "static" ? p || d : p || "", P = () => x ? t ? r === "left" ? "pl-10 pr-10" : "pr-16" : "pr-10" : t ? r === "left" ? "pl-10" : "pr-10" : "", A = y(() => {
23
- v(!0), a.onFocus?.();
24
- }, [a]), D = y(
22
+ const [o, v] = S(!1), [C, K] = S(!1), i = J(null), F = z.getFieldMeta(a.name), k = F.touched && F.error, E = a.value && a.value.toString().length > 0, x = j === "password", M = x ? C ? "text" : "password" : j, P = () => n === "static" ? p || d : p || "", A = () => x ? t ? r === "left" ? "pl-10 pr-10" : "pr-16" : "pr-10" : t ? r === "left" ? "pl-10" : "pr-10" : "", D = y(() => {
23
+ v(!0), l.onFocus?.();
24
+ }, [l]), T = y(
25
25
  (c) => {
26
- v(!1), a.onBlur?.(), l.onBlur(c);
26
+ v(!1), l.onBlur?.(), a.onBlur(c);
27
27
  },
28
- [l, a]
29
- ), T = y(() => {
30
- z((c) => !c);
28
+ [a, l]
29
+ ), U = y(() => {
30
+ K((c) => !c);
31
31
  }, []);
32
- W(() => {
32
+ Q(() => {
33
33
  if (i.current) {
34
- const V = ((L) => {
35
- let u = L;
36
- for (; u && u !== document.body; ) {
37
- const f = window.getComputedStyle(u).backgroundColor;
34
+ const L = ((O) => {
35
+ let s = O;
36
+ for (; s && s !== document.body; ) {
37
+ const f = window.getComputedStyle(s).backgroundColor;
38
38
  if (f && f !== "transparent" && f !== "rgba(0, 0, 0, 0)")
39
39
  return f;
40
- u = u.parentElement;
40
+ s = s.parentElement;
41
41
  }
42
42
  const m = window.getComputedStyle(document.body).backgroundColor;
43
43
  return m && m !== "transparent" && m !== "rgba(0, 0, 0, 0)" ? m : "rgb(255, 255, 255)";
44
44
  })(
45
45
  i.current.parentElement
46
46
  );
47
- i.current.style.backgroundColor = V;
47
+ i.current.style.backgroundColor = L;
48
48
  }
49
49
  }, []);
50
50
  const g = {
@@ -78,7 +78,7 @@ const X = ({
78
78
  icon: {},
79
79
  placeholder: {}
80
80
  }
81
- }, U = {
81
+ }, V = {
82
82
  none: {
83
83
  label: "left-2 "
84
84
  },
@@ -88,7 +88,7 @@ const X = ({
88
88
  right: {
89
89
  label: "left-2"
90
90
  }
91
- }, S = {
91
+ }, I = {
92
92
  static: {
93
93
  input: "placeholder:text-neutral-medium-default placeholder:opacity-50",
94
94
  label: "-top-1 -translate-y-full scale-90 px-0 "
@@ -101,10 +101,10 @@ const X = ({
101
101
  return /* @__PURE__ */ e.jsxs(
102
102
  "div",
103
103
  {
104
- className: s(
104
+ className: u(
105
105
  "relative w-full bg-inherit",
106
106
  n === "static" && "mt-5",
107
- I
107
+ R
108
108
  ),
109
109
  children: [
110
110
  /* @__PURE__ */ e.jsxs("div", { className: "relative bg-inherit", children: [
@@ -112,38 +112,38 @@ const X = ({
112
112
  "input",
113
113
  {
114
114
  disabled: b,
115
- id: w || l.name,
116
- type: K,
117
- name: l.name,
118
- value: l.value || "",
119
- placeholder: M(),
120
- onChange: l.onChange,
121
- onFocus: A,
122
- onEmptied: a.onEmptied,
123
- onKeyDown: a.onKeyDown,
124
- onKeyUp: a.onKeyUp,
125
- onBlur: D,
126
- className: s(
127
- "w-full px-3 h-12 text-left border rounded-lg transition-all duration-200 ease-in-out text-neutral-default-default",
115
+ id: w || a.name,
116
+ type: M,
117
+ name: a.name,
118
+ value: a.value || "",
119
+ placeholder: P(),
120
+ onChange: a.onChange,
121
+ onFocus: D,
122
+ onEmptied: l.onEmptied,
123
+ onKeyDown: l.onKeyDown,
124
+ onKeyUp: l.onKeyUp,
125
+ onBlur: T,
126
+ className: u(
127
+ "w-full px-3 h-12 text-left border-[1px] rounded-lg transition-all duration-200 ease-in-out text-neutral-default-default",
128
128
  "bg-transparent focus:outline-none",
129
- S[n].input,
129
+ I[n].input,
130
130
  g[h].input,
131
- P(),
131
+ A(),
132
132
  B
133
133
  ),
134
- ref: R
134
+ ref: $
135
135
  }
136
136
  ),
137
137
  /* @__PURE__ */ e.jsx(
138
138
  "label",
139
139
  {
140
140
  ref: i,
141
- htmlFor: w || a.name,
142
- className: s(
141
+ htmlFor: w || l.name,
142
+ className: u(
143
143
  "absolute transition-all duration-200 font-bold text-sm ease-in-out pointer-events-none bg-inherit px-1 z-10",
144
144
  "prometeo-fonts-label-large text-sm",
145
- U[t ? r : "none"].label,
146
- S[n].label,
145
+ V[t ? r : "none"].label,
146
+ I[n].label,
147
147
  g[h].label
148
148
  ),
149
149
  children: d
@@ -152,7 +152,7 @@ const X = ({
152
152
  t && /* @__PURE__ */ e.jsx(
153
153
  "div",
154
154
  {
155
- className: s(
155
+ className: u(
156
156
  "absolute top-1/2 -translate-y-1/2 text-neutral-medium-default",
157
157
  g[h].icon,
158
158
  r === "left" ? "left-3" : "right-3"
@@ -164,8 +164,8 @@ const X = ({
164
164
  "button",
165
165
  {
166
166
  type: "button",
167
- onClick: T,
168
- className: s(
167
+ onClick: U,
168
+ className: u(
169
169
  "absolute top-1/2 -translate-y-1/2 p-1 text-neutral-medium-default hover:text-neutral-strong-default",
170
170
  "transition-colors duration-200 focus:outline-none focus:text-primary-default-default",
171
171
  t && r === "right" ? "right-8" : "right-3"
@@ -173,13 +173,13 @@ const X = ({
173
173
  tabIndex: -1,
174
174
  disabled: b,
175
175
  children: C ? /* @__PURE__ */ e.jsx(
176
- O,
176
+ N.EyeVisibility,
177
177
  {
178
178
  size: 24,
179
179
  className: "text-neutral-default-default"
180
180
  }
181
181
  ) : /* @__PURE__ */ e.jsx(
182
- q,
182
+ N.EyeVisibilityOff,
183
183
  {
184
184
  size: 24,
185
185
  className: "text-neutral-default-default"
@@ -189,9 +189,9 @@ const X = ({
189
189
  )
190
190
  ] }),
191
191
  k && /* @__PURE__ */ e.jsx(
192
- H,
192
+ G,
193
193
  {
194
- name: l.name,
194
+ name: a.name,
195
195
  component: "span",
196
196
  className: "block text-error-default-default text-xs mt-1"
197
197
  }
@@ -199,8 +199,8 @@ const X = ({
199
199
  ]
200
200
  }
201
201
  );
202
- }, Y = J(X), re = (t) => /* @__PURE__ */ e.jsx(G, { name: t.name, children: ({ field: r, form: d }) => /* @__PURE__ */ e.jsx(
203
- Y,
202
+ }, X = H(W), le = (t) => /* @__PURE__ */ e.jsx(q, { name: t.name, children: ({ field: r, form: d }) => /* @__PURE__ */ e.jsx(
203
+ X,
204
204
  {
205
205
  ...t,
206
206
  field: r,
@@ -209,5 +209,5 @@ const X = ({
209
209
  }
210
210
  ) });
211
211
  export {
212
- re as default
212
+ le as default
213
213
  };
@@ -1,7 +1,7 @@
1
1
  import { j as i } from "./jsx-runtime-DKDX3adD.js";
2
2
  import { FastField as m, getIn as n } from "formik";
3
3
  import { memo as s } from "react";
4
- import { I as d } from "./Input-D6as6xD-.js";
4
+ import { I as d } from "./Input-CsNlU1Hu.js";
5
5
  const f = ({
6
6
  field: a,
7
7
  form: r,
@@ -1,13 +1,13 @@
1
1
  import { j as r } from "./jsx-runtime-DKDX3adD.js";
2
- import { Close as Z, Info as T, Error as ee } from "./Icons.es.js";
2
+ import { I as C } from "./Icons-ChYkaR8R.js";
3
3
  import { c as d } from "./cn-B6yFEsav.js";
4
- import M, { useRef as _, useState as x, useCallback as te, useEffect as re } from "react";
5
- const se = ({ label: S, name: D, onChange: f, value: l, icon: C, valueSeparator: w = ",", variant: I = "default", placeholder: K, itemClassName: U, itemIcon: V, helperText: j, errorText: N, disabled: a, onClick: F, className: $, readonly: h, onValueDelete: B, ...O }) => {
6
- const o = _(null), E = _(null), [u, n] = x(""), [z, i] = x(0), [q, c] = x(!0), [v, P] = x(!1), [m, p] = x(!1), [k, y] = x(null), g = (e) => {
4
+ import S, { useRef as M, useState as x, useCallback as T, useEffect as ee } from "react";
5
+ const te = ({ label: D, name: K, onChange: f, value: l, icon: V, valueSeparator: w = ",", variant: y = "default", placeholder: U, itemClassName: $, itemIcon: F, helperText: j, errorText: N, disabled: a, onClick: z, className: B, readonly: h, onValueDelete: O, ...q }) => {
6
+ const o = M(null), E = M(null), [u, n] = x(""), [P, i] = x(0), [A, c] = x(!0), [v, R] = x(!1), [m, p] = x(!1), [k, I] = x(null), g = (e) => {
7
7
  if (h || !e) return;
8
8
  const t = e.selectionStart ?? u.length;
9
9
  i(t);
10
- }, A = (e) => {
10
+ }, G = (e) => {
11
11
  if (h) return;
12
12
  if (e.target.value[e.target.value.length - 1] === w && u.length > 0) {
13
13
  const s = u.trim();
@@ -25,17 +25,17 @@ const se = ({ label: S, name: D, onChange: f, value: l, icon: C, valueSeparator:
25
25
  n(e.target.value), c(!1);
26
26
  }
27
27
  g(e.target);
28
- }, b = te(() => {
28
+ }, b = T(() => {
29
29
  const e = u.trim();
30
30
  if (e.length === 0) {
31
- p(!1), n(""), c(!0), i(0), y(null);
31
+ p(!1), n(""), c(!0), i(0), I(null);
32
32
  return;
33
33
  }
34
- p(!1), k !== null && f(Q(l.map((t, s) => s === k ? e : t))), n(""), c(!0), i(0), y(null);
35
- }, [k, u, f, l]), G = (e) => {
34
+ p(!1), k !== null && f(W(l.map((t, s) => s === k ? e : t))), n(""), c(!0), i(0), I(null);
35
+ }, [k, u, f, l]), H = (e) => {
36
36
  if (!h) {
37
37
  if (e.key === "Backspace" && u.length === 0) {
38
- if (q) {
38
+ if (A) {
39
39
  const t = l[l.length - 1];
40
40
  t && (f(l.filter((s) => s !== t)), n(t), i(t.length));
41
41
  } else
@@ -50,27 +50,27 @@ const se = ({ label: S, name: D, onChange: f, value: l, icon: C, valueSeparator:
50
50
  }
51
51
  t.length > 0 && !l.includes(t) && t !== w && (f([...l, t]), n(""), c(!0), i(0));
52
52
  }
53
- e.key === "Escape" && m && (p(!1), n(""), c(!0), i(0), y(null)), g(e.currentTarget);
53
+ e.key === "Escape" && m && (p(!1), n(""), c(!0), i(0), I(null)), g(e.currentTarget);
54
54
  }
55
- }, H = (e) => {
56
- const t = l.filter((s) => s !== e);
57
- f(t), B?.(e);
58
55
  }, J = (e) => {
59
- h || (L(e), p(!0), n(e), i(e.length), y(l.length - 1), o.current?.focus());
56
+ const t = l.filter((s) => s !== e);
57
+ f(t), O?.(e);
60
58
  }, L = (e) => {
59
+ h || (Q(e), p(!0), n(e), i(e.length), I(l.length - 1), o.current?.focus());
60
+ }, Q = (e) => {
61
61
  const t = l.filter((s) => s !== e);
62
62
  f([...t, e]);
63
- }, Q = (e) => e.filter((t, s, Y) => Y.indexOf(t) === s);
64
- re(() => {
63
+ }, W = (e) => e.filter((t, s, Z) => Z.indexOf(t) === s);
64
+ ee(() => {
65
65
  o.current && (o.current.onfocus = () => {
66
- P(!0);
66
+ R(!0);
67
67
  }, o.current.onblur = () => {
68
- P(!1), m && b();
68
+ R(!1), m && b();
69
69
  }), E.current && (E.current.onblur = () => {
70
70
  m && b();
71
71
  });
72
72
  }, [m, b]);
73
- const W = {
73
+ const X = {
74
74
  isFocused: {
75
75
  error: "border-error-default-focused ring-error-default-focused",
76
76
  success: "border-success-default-focused ring-success-default-focused",
@@ -89,7 +89,7 @@ const se = ({ label: S, name: D, onChange: f, value: l, icon: C, valueSeparator:
89
89
  warning: "border-warning-default-disabled",
90
90
  default: "border-neutral-default-disabled"
91
91
  }
92
- }, X = {
92
+ }, Y = {
93
93
  default: {
94
94
  default: "text-neutral-default-default",
95
95
  isFocused: "text-neutral-default-focused",
@@ -110,27 +110,27 @@ const se = ({ label: S, name: D, onChange: f, value: l, icon: C, valueSeparator:
110
110
  isFocused: "text-warning-default-focused",
111
111
  disabled: "text-warning-default-disabled"
112
112
  }
113
- }, R = a ? "disabled" : v ? "isFocused" : "default";
113
+ }, _ = a ? "disabled" : v ? "isFocused" : "default";
114
114
  return /* @__PURE__ */ r.jsxs("div", { className: d(
115
115
  "relative w-full",
116
- $
116
+ B
117
117
  ), children: [
118
118
  /* @__PURE__ */ r.jsx("p", { className: d(
119
119
  "mb-1 px-3",
120
120
  "prometeo-fonts-label-large",
121
- X?.[I || "default"]?.[R]
122
- ), children: S }),
121
+ Y?.[y || "default"]?.[_]
122
+ ), children: D }),
123
123
  /* @__PURE__ */ r.jsxs("div", { className: "relative", children: [
124
124
  /* @__PURE__ */ r.jsx(
125
125
  "input",
126
126
  {
127
127
  ref: o,
128
128
  value: u,
129
- onKeyUp: G,
130
- onChange: A,
129
+ onKeyUp: H,
130
+ onChange: G,
131
131
  onClick: (e) => g(e.currentTarget),
132
132
  onSelect: (e) => g(e.currentTarget),
133
- name: D,
133
+ name: K,
134
134
  disabled: a,
135
135
  className: d(
136
136
  "absolute inset-0 w-full h-full",
@@ -143,7 +143,7 @@ const se = ({ label: S, name: D, onChange: f, value: l, icon: C, valueSeparator:
143
143
  autoCapitalize: "off",
144
144
  spellCheck: "false",
145
145
  inputMode: "text",
146
- ...O
146
+ ...q
147
147
  }
148
148
  ),
149
149
  /* @__PURE__ */ r.jsxs(
@@ -151,42 +151,42 @@ const se = ({ label: S, name: D, onChange: f, value: l, icon: C, valueSeparator:
151
151
  {
152
152
  ref: E,
153
153
  className: d(
154
- "border border-neutral-default-default rounded-md p-3",
154
+ "border-1 border-neutral-default-default rounded-md p-3",
155
155
  "flex flex-wrap gap-1 min-h-[58px]",
156
156
  "transition-all duration-300 ease-in-out",
157
157
  "cursor-text",
158
- W[R][I],
158
+ X[_][y],
159
159
  v ? "ring-[1px]" : "",
160
160
  // 'hover:border-primary-default-hover',
161
161
  a && "hover:border-neutral-default-disabled"
162
162
  ),
163
163
  onMouseDown: (e) => {
164
- e.stopPropagation(), F?.(e), o.current?.focus();
164
+ e.stopPropagation(), z?.(e), o.current?.focus();
165
165
  const t = u.length;
166
166
  o.current && (o.current.selectionStart = t, o.current.selectionEnd = t), i(t);
167
167
  },
168
168
  onClick: (e) => {
169
- e.stopPropagation(), o.current?.focus(), F?.(e);
169
+ e.stopPropagation(), o.current?.focus(), z?.(e);
170
170
  },
171
171
  children: [
172
- C && /* @__PURE__ */ r.jsx("div", { className: d(
172
+ V && /* @__PURE__ */ r.jsx("div", { className: d(
173
173
  "flex items-center text-neutral-default-default",
174
174
  a && "text-neutral-default-disabled"
175
- ), children: C }),
175
+ ), children: V }),
176
176
  l.map((e, t) => /* @__PURE__ */ r.jsxs(
177
177
  "div",
178
178
  {
179
179
  className: d(
180
- "h-8 max-h-8 rounded-lg bg-primary-light-default border border-neutral-default-default",
180
+ "h-8 max-h-8 rounded-lg bg-primary-light-default border-[1px] border-neutral-default-default",
181
181
  "flex items-center gap-2 px-2",
182
182
  "prometeo-fonts-label-medium z-20",
183
183
  t === l.length - 1 && m ? "opacity-0 hidden overflow-hidden" : "",
184
184
  a && "border-neutral-default-disabled text-neutral-default-disabled",
185
- U
185
+ $
186
186
  ),
187
187
  children: [
188
- V && /* @__PURE__ */ r.jsx("div", { className: "flex items-center", children: M.createElement(
189
- V,
188
+ F && /* @__PURE__ */ r.jsx("div", { className: "flex items-center", children: S.createElement(
189
+ F,
190
190
  {
191
191
  size: 16,
192
192
  className: d(
@@ -199,7 +199,7 @@ const se = ({ label: S, name: D, onChange: f, value: l, icon: C, valueSeparator:
199
199
  "span",
200
200
  {
201
201
  onClick: (s) => {
202
- s.stopPropagation(), !a && J(e);
202
+ s.stopPropagation(), !a && L(e);
203
203
  },
204
204
  className: d(
205
205
  "cursor-pointer hover:text-neutral-default-hover",
@@ -212,14 +212,14 @@ const se = ({ label: S, name: D, onChange: f, value: l, icon: C, valueSeparator:
212
212
  "div",
213
213
  {
214
214
  onClick: (s) => {
215
- s.stopPropagation(), !a && H(e);
215
+ s.stopPropagation(), !a && J(e);
216
216
  },
217
217
  className: d(
218
218
  "cursor-pointer hover:scale-105 transition-all duration-200 ",
219
219
  a && " cursor-default hover:scale-100 "
220
220
  ),
221
221
  children: /* @__PURE__ */ r.jsx(
222
- Z,
222
+ C.Close,
223
223
  {
224
224
  size: 16,
225
225
  className: d(
@@ -235,28 +235,28 @@ const se = ({ label: S, name: D, onChange: f, value: l, icon: C, valueSeparator:
235
235
  e
236
236
  )),
237
237
  v && !h && /* @__PURE__ */ r.jsxs("div", { className: "flex items-center min-w-[2px]", children: [
238
- /* @__PURE__ */ r.jsx("span", { className: "text-neutral-default-default whitespace-pre-wrap wrap-break-word", children: u.slice(0, z) }),
239
- /* @__PURE__ */ r.jsx("span", { className: "animate-[cursor-intermitent_1s_ease-in-out_infinite] bg-neutral-default-pressed w-[2px] h-5 inline-block align-middle mx-px z-20" }),
240
- /* @__PURE__ */ r.jsx("span", { className: "text-neutral-default-default whitespace-pre-wrap wrap-break-word", children: u.slice(z) })
238
+ /* @__PURE__ */ r.jsx("span", { className: "text-neutral-default-default whitespace-pre-wrap break-words", children: u.slice(0, P) }),
239
+ /* @__PURE__ */ r.jsx("span", { className: "animate-[cursor-intermitent_1s_ease-in-out_infinite] bg-neutral-default-pressed w-[2px] h-5 inline-block align-middle mx-[1px] z-20" }),
240
+ /* @__PURE__ */ r.jsx("span", { className: "text-neutral-default-default whitespace-pre-wrap break-words", children: u.slice(P) })
241
241
  ] }),
242
242
  l.length === 0 && !v && /* @__PURE__ */ r.jsx("span", { className: d(
243
243
  "text-neutral-medium-default self-center",
244
244
  a && "text-neutral-default-disabled"
245
- ), children: K || `Escribe los valores separados por ${w}` })
245
+ ), children: U || `Escribe los valores separados por ${w}` })
246
246
  ]
247
247
  }
248
248
  )
249
249
  ] }),
250
- j && I !== "error" && !a && (typeof j == "string" ? /* @__PURE__ */ r.jsxs("div", { className: "prometeo-fonts-body-small text-neutral-medium-default ml-3 mt-1 flex items-center gap-1", children: [
251
- /* @__PURE__ */ r.jsx(T, { size: 16, className: "text-neutral-medium-default" }),
250
+ j && y !== "error" && !a && (typeof j == "string" ? /* @__PURE__ */ r.jsxs("div", { className: "prometeo-fonts-body-small text-neutral-medium-default ml-3 mt-1 flex items-center gap-1", children: [
251
+ /* @__PURE__ */ r.jsx(C.Info, { size: 16, className: "text-neutral-medium-default" }),
252
252
  j
253
253
  ] }) : /* @__PURE__ */ r.jsx("div", { className: "ml-3", children: j })),
254
254
  N && typeof N == "string" && !a ? /* @__PURE__ */ r.jsxs("div", { className: "prometeo-fonts-body-small text-error-default-default ml-3 mt-1 flex items-center gap-1", children: [
255
- /* @__PURE__ */ r.jsx(ee, { size: 16, className: "text-error-default-default" }),
255
+ /* @__PURE__ */ r.jsx(C.Error, { size: 16, className: "text-error-default-default" }),
256
256
  N
257
257
  ] }) : N
258
258
  ] });
259
- }, de = M.memo(se);
259
+ }, ne = S.memo(te);
260
260
  export {
261
- de as InputMultiple
261
+ ne as InputMultiple
262
262
  };
package/dist/Logo.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { j as e } from "./jsx-runtime-DKDX3adD.js";
2
- import { TicketFilled as t } from "./Icons.es.js";
3
- const s = () => /* @__PURE__ */ e.jsxs("div", { className: "container-logo flex items-center justify-center gap-1 bg-linear-to-br from-[#312C85] to-[#1E1A4D] rounded-md min-w-[185px]", children: [
4
- /* @__PURE__ */ e.jsx(t, { size: 28, className: "rotate-140 text-primary-medium-pressed icon-logo" }),
2
+ import { I as t } from "./Icons-ChYkaR8R.js";
3
+ const s = () => /* @__PURE__ */ e.jsxs("div", { className: "container-logo flex items-center justify-center gap-1 bg-gradient-to-br from-[#312C85] to-[#1E1A4D] rounded-md min-w-[185px]", children: [
4
+ /* @__PURE__ */ e.jsx(t.TicketFilled, { size: 28, className: "rotate-140 text-primary-medium-pressed icon-logo" }),
5
5
  /* @__PURE__ */ e.jsx("span", { className: "font-bold text-[28px] text-primary-medium-pressed font-monserra -tracking-wide text-logo", children: "TICKETS" })
6
6
  ] });
7
7
  export {
package/dist/Menu.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { j as e } from "./jsx-runtime-DKDX3adD.js";
2
2
  import { c as r } from "./cn-B6yFEsav.js";
3
3
  import { AnimatePresence as n, motion as o } from "framer-motion";
4
- const s = ({ menuRef: t, children: a, className: i }) => /* @__PURE__ */ e.jsx("div", { ref: t, className: r("flex bg-neutral-default-default absolute bottom-10 left-24 border border-neutral-strong-default h-auto w-60 rounded-md px-2", i), children: /* @__PURE__ */ e.jsx(n, { mode: "wait", children: /* @__PURE__ */ e.jsx(
4
+ const s = ({ menuRef: t, children: a, className: i }) => /* @__PURE__ */ e.jsx("div", { ref: t, className: r("flex bg-neutral-default-default absolute bottom-10 left-24 border-1 border-neutral-strong-default h-auto w-60 rounded-md px-2", i), children: /* @__PURE__ */ e.jsx(n, { mode: "wait", children: /* @__PURE__ */ e.jsx(
5
5
  o.div,
6
6
  {
7
7
  initial: { height: 0, opacity: 0 },
@@ -42,7 +42,7 @@ const s = ({ menuRef: t, children: a, className: i }) => /* @__PURE__ */ e.jsx("
42
42
  ease: "easeInOut"
43
43
  }
44
44
  },
45
- children: /* @__PURE__ */ e.jsx("div", { className: "border-b border-neutral-strong-default border w-full" })
45
+ children: /* @__PURE__ */ e.jsx("div", { className: "border-b border-neutral-strong-default border-1 w-full" })
46
46
  }
47
47
  ), d = ({ onClick: t, children: a, className: i }) => /* @__PURE__ */ e.jsx(
48
48
  o.button,