@alfadocs/ui-kit 0.11.0 → 0.13.0

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 (74) hide show
  1. package/dist/_chunks/_commonjsHelpers-C6fGbg64.js +7 -0
  2. package/dist/_chunks/{ai-prompt-input-bAJwYu84.js → ai-prompt-input-DEiQwIMn.js} +22 -21
  3. package/dist/_chunks/{audio-recorder-BHBonrFf.js → audio-recorder-CRh4uyFL.js} +2 -2
  4. package/dist/_chunks/{autocomplete-C34hbfKh.js → autocomplete-mOg7WLOh.js} +2 -2
  5. package/dist/_chunks/{chat-input-Bov-gkwP.js → chat-input-UK-bXU7u.js} +9 -8
  6. package/dist/_chunks/{combobox-BHhnR3qm.js → combobox-D5tWe0t_.js} +2 -2
  7. package/dist/_chunks/{contact-card-VJIUqKB2.js → contact-card-DTQUMetD.js} +22 -38
  8. package/dist/_chunks/{date-picker-BD5FYW08.js → date-picker-BlhtBhPo.js} +2 -2
  9. package/dist/_chunks/{date-range-picker-BZLVgcXE.js → date-range-picker-C2hRu_Ke.js} +2 -2
  10. package/dist/_chunks/{date-time-picker-CCoRWX7R.js → date-time-picker-B67mPZmP.js} +2 -2
  11. package/dist/_chunks/external-link-C6F25E6k.js +16 -0
  12. package/dist/_chunks/{file-upload-DIecAfC-.js → file-upload-nMh-1jDD.js} +2 -2
  13. package/dist/_chunks/{index-CeY1nNvd.js → index-CFoBa86t.js} +61 -63
  14. package/dist/_chunks/{input-surface-u4QB0lxe.js → input-surface-xyERuLU_.js} +9 -3
  15. package/dist/_chunks/{leo-sidebar-B054wsZm.js → leo-sidebar-D3TuyH5_.js} +2 -2
  16. package/dist/_chunks/{link-BGpwaFik.js → link-DmM5IevO.js} +16 -26
  17. package/dist/_chunks/map-pin-B8STOPMJ.js +21 -0
  18. package/dist/_chunks/map-view-Dd48BxVB.js +1941 -0
  19. package/dist/_chunks/{multi-select-Bh-xR8kP.js → multi-select-DooDzQIp.js} +2 -2
  20. package/dist/_chunks/{number-input-mpSLk-ld.js → number-input-DH00o0DN.js} +28 -27
  21. package/dist/_chunks/{otp-input-CI-Zv5q6.js → otp-input-BBXYvLx5.js} +49 -48
  22. package/dist/_chunks/{phone-input-DtBVs5fz.js → phone-input-DKSHX7NQ.js} +23 -22
  23. package/dist/_chunks/{react-day-picker-C04L_28V.js → react-day-picker-C5F3-TTX.js} +6 -3
  24. package/dist/_chunks/{search-bar-DmZZ9UvV.js → search-bar-DORSAzNt.js} +2 -2
  25. package/dist/_chunks/{search-input-BBtSRH-Q.js → search-input-BtEJAJHa.js} +2 -2
  26. package/dist/_chunks/{select-i9MwQeQy.js → select-Ca6ibiDL.js} +13 -12
  27. package/dist/_chunks/{tabs-Cg794H0Q.js → tabs-CRCyPpJo.js} +2 -2
  28. package/dist/_chunks/{text-area-DHtcpcLv.js → text-area-D5GAe8pV.js} +26 -25
  29. package/dist/_chunks/{text-input-1oqFRbVI.js → text-input-CakysYnD.js} +26 -25
  30. package/dist/_chunks/{transcript-panel-BpJqPr7I.js → transcript-panel-DUrjx5sa.js} +2 -2
  31. package/dist/_chunks/{use-password-requirements-DbPZMfV9.js → use-password-requirements-BOgFsoIe.js} +2 -2
  32. package/dist/_chunks/whatsapp-button-Bj5FIhpC.js +175 -0
  33. package/dist/agent-catalog.json +53 -1
  34. package/dist/components/ai-prompt-input/index.js +1 -1
  35. package/dist/components/audio-recorder/index.js +1 -1
  36. package/dist/components/autocomplete/index.js +1 -1
  37. package/dist/components/chat-input/index.js +1 -1
  38. package/dist/components/combobox/index.js +1 -1
  39. package/dist/components/contact-card/index.js +1 -1
  40. package/dist/components/date-picker/index.js +1 -1
  41. package/dist/components/date-range-picker/index.js +1 -1
  42. package/dist/components/date-time-picker/index.js +1 -1
  43. package/dist/components/file-upload/index.js +1 -1
  44. package/dist/components/index.d.ts +2 -0
  45. package/dist/components/link/index.js +1 -1
  46. package/dist/components/map-view/index.d.ts +3 -0
  47. package/dist/components/map-view/index.js +5 -0
  48. package/dist/components/map-view/map-view.agent.d.ts +4 -0
  49. package/dist/components/map-view/map-view.d.ts +78 -0
  50. package/dist/components/multi-select/index.js +1 -1
  51. package/dist/components/number-input/index.js +1 -1
  52. package/dist/components/otp-input/index.js +1 -1
  53. package/dist/components/password-input/index.js +1 -1
  54. package/dist/components/phone-input/index.js +1 -1
  55. package/dist/components/search-bar/index.js +1 -1
  56. package/dist/components/search-input/index.js +1 -1
  57. package/dist/components/select/index.js +1 -1
  58. package/dist/components/tabs/index.js +1 -1
  59. package/dist/components/text-area/index.js +1 -1
  60. package/dist/components/text-input/index.js +1 -1
  61. package/dist/components/transcript-panel/index.js +1 -1
  62. package/dist/components/whatsapp-button/index.d.ts +3 -0
  63. package/dist/components/whatsapp-button/index.js +5 -0
  64. package/dist/components/whatsapp-button/whatsapp-button.d.ts +32 -0
  65. package/dist/i18n/config.js +45 -6
  66. package/dist/i18n/resources.d.ts +39 -0
  67. package/dist/index.js +361 -357
  68. package/dist/locales/de.json +13 -0
  69. package/dist/locales/en.json +13 -0
  70. package/dist/locales/it.json +13 -0
  71. package/dist/patterns/leo-assistant/index.js +1 -1
  72. package/dist/tokens/google-maps-theme.d.ts +15 -0
  73. package/dist/tokens.css +1 -1
  74. package/package.json +15 -1
@@ -0,0 +1,7 @@
1
+ function e(t) {
2
+ return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
3
+ }
4
+ export {
5
+ e as g
6
+ };
7
+ //# sourceMappingURL=_commonjsHelpers-C6fGbg64.js.map
@@ -4,9 +4,9 @@ import { c as _e } from "./index-D2ZczOXr.js";
4
4
  import { useTranslation as re } from "react-i18next";
5
5
  import { u as Ae } from "./registry-C9nwlNyL.js";
6
6
  import { _ as b } from "./index-4xgbg-sn.js";
7
- import { u as Ce } from "./index-CeY1nNvd.js";
7
+ import { u as Ce } from "./index-CFoBa86t.js";
8
8
  import { I as ne } from "./icon-button-C4CGcYuz.js";
9
- import { S as Le } from "./select-i9MwQeQy.js";
9
+ import { S as Le } from "./select-Ca6ibiDL.js";
10
10
  import { S as Re } from "./send-CySZIRPJ.js";
11
11
  import { X as Ue } from "./x-CCcI3eJp.js";
12
12
  const We = {
@@ -82,8 +82,9 @@ const We = {
82
82
  }, Ze = _e(
83
83
  [
84
84
  "ds:flex ds:flex-col ds:gap-[var(--spacing-xs)] ds:w-full",
85
- "ds:rounded-[var(--radius-md)] ds:border ds:border-border ds:bg-background",
86
- "ds:transition-[border-color] ds:duration-[var(--animation-duration)]",
85
+ "ds:rounded-[var(--radius-md)] ds:border ds:border-border ds:bg-input",
86
+ "ds:shadow-[var(--shadow-input)]",
87
+ "ds:transition-[border-color,box-shadow] ds:duration-[var(--animation-duration)]",
87
88
  "ds:focus-within:border-[color:var(--primary)]",
88
89
  "ds:motion-reduce:transition-none"
89
90
  ].join(" "),
@@ -109,8 +110,8 @@ const We = {
109
110
  context: B,
110
111
  onContextDismiss: y,
111
112
  onSubmit: I,
112
- onAttach: k,
113
- onAttachmentRejected: N,
113
+ onAttach: w,
114
+ onAttachmentRejected: k,
114
115
  minRows: $ = 2,
115
116
  maxRows: W = 8,
116
117
  value: Z,
@@ -128,14 +129,14 @@ const We = {
128
129
  ...ce
129
130
  }, pe) => {
130
131
  var se;
131
- const { t: o } = re(), ue = $e(), w = T(null), S = T(!1), me = T(null), fe = g((e) => {
132
- w.current = e;
132
+ const { t: o } = re(), ue = $e(), N = T(null), S = T(!1), me = T(null), fe = g((e) => {
133
+ N.current = e;
133
134
  }, []), c = Z !== void 0, [ve, f] = h(
134
135
  String(Q ?? "")
135
136
  ), i = c ? String(Z) : ve, [u, z] = h([]), [v, P] = h(!1), [ge, M] = h(""), [he, be] = h(
136
137
  E ?? ((se = d == null ? void 0 : d[0]) == null ? void 0 : se.id) ?? ""
137
138
  ), X = U !== void 0, L = X ? U : he, Y = g(() => {
138
- const e = w.current;
139
+ const e = N.current;
139
140
  if (!e) return;
140
141
  const t = window.getComputedStyle(e), n = parseFloat(t.lineHeight) || 24, r = parseFloat(t.paddingTop) || 0, p = parseFloat(t.paddingBottom) || 0, l = parseFloat(t.borderTopWidth) || 0, R = parseFloat(t.borderBottomWidth) || 0, K = r + p + l + R, Ee = n * $ + K, ae = n * W + K;
141
142
  e.style.height = "auto";
@@ -163,9 +164,9 @@ const We = {
163
164
  xe(e.target.value, t);
164
165
  }, Ie = (e) => {
165
166
  S.current = !0, D == null || D(e);
166
- }, ke = (e) => {
167
+ }, we = (e) => {
167
168
  S.current = !1, _ == null || _(e);
168
- }, Ne = (e) => e.nativeEvent.isComposing || e.keyCode === 229 || S.current, V = g(() => {
169
+ }, ke = (e) => e.nativeEvent.isComposing || e.keyCode === 229 || S.current, V = g(() => {
169
170
  if (!i.trim() && u.length === 0) return;
170
171
  let t, n = i;
171
172
  const r = i.match(/^\/(\S+)\s?/);
@@ -177,7 +178,7 @@ const We = {
177
178
  }), c || f(""), z([]);
178
179
  }, [i, u, I, L, c]), G = T(null);
179
180
  je(pe, () => G.current, []);
180
- const we = De(
181
+ const Ne = De(
181
182
  () => ({
182
183
  getValue: () => i,
183
184
  isEmpty: () => !i.trim() && u.length === 0,
@@ -193,14 +194,14 @@ const We = {
193
194
  },
194
195
  focus: () => {
195
196
  var e;
196
- (e = w.current) == null || e.focus();
197
+ (e = N.current) == null || e.focus();
197
198
  }
198
199
  }),
199
200
  [i, u, c, V]
200
201
  );
201
- Ae(We, we, C);
202
+ Ae(We, Ne, C);
202
203
  const Se = (e) => {
203
- if (j == null || j(e), !e.defaultPrevented && !Ne(e)) {
204
+ if (j == null || j(e), !e.defaultPrevented && !ke(e)) {
204
205
  if (v && e.key === "Escape") {
205
206
  e.preventDefault(), P(!1);
206
207
  return;
@@ -208,7 +209,7 @@ const We = {
208
209
  e.key === "Enter" && (e.metaKey || e.ctrlKey) && (e.preventDefault(), V());
209
210
  }
210
211
  }, ze = (e) => {
211
- const t = w.current;
212
+ const t = N.current;
212
213
  if (!t) return;
213
214
  const n = t.selectionStart ?? i.length, p = i.slice(0, n).lastIndexOf(`
214
215
  `) + 1;
@@ -236,7 +237,7 @@ const We = {
236
237
  const t = [];
237
238
  for (const r of e) {
238
239
  if (typeof x == "number" && r.size > x) {
239
- N == null || N(
240
+ k == null || k(
240
241
  o("chat.attachment.rejected", { reason: "size" })
241
242
  );
242
243
  continue;
@@ -246,9 +247,9 @@ const We = {
246
247
  file: r
247
248
  });
248
249
  }
249
- t.length > 0 && (z((r) => [...r, ...t]), k == null || k(t.map((r) => r.file)));
250
+ t.length > 0 && (z((r) => [...r, ...t]), w == null || w(t.map((r) => r.file)));
250
251
  },
251
- [x, k, N, o]
252
+ [x, w, k, o]
252
253
  ), { getRootProps: Me, getInputProps: Ve, isDragActive: He } = Ce({
253
254
  onDrop: J,
254
255
  maxSize: x,
@@ -315,7 +316,7 @@ const We = {
315
316
  onKeyDown: Se,
316
317
  onPaste: Pe,
317
318
  onCompositionStart: Ie,
318
- onCompositionEnd: ke,
319
+ onCompositionEnd: we,
319
320
  className: [
320
321
  "ds:w-full ds:resize-none ds:bg-transparent ds:outline-none",
321
322
  "ds:ps-[var(--spacing-md)] ds:pe-[var(--spacing-md)] ds:pt-[var(--spacing-sm)] ds:pb-[var(--spacing-xs)]",
@@ -473,4 +474,4 @@ export {
473
474
  Qe as A,
474
475
  We as a
475
476
  };
476
- //# sourceMappingURL=ai-prompt-input-bAJwYu84.js.map
477
+ //# sourceMappingURL=ai-prompt-input-DEiQwIMn.js.map
@@ -4,7 +4,7 @@ import { c as ce } from "./index-D2ZczOXr.js";
4
4
  import { useTranslation as oe } from "react-i18next";
5
5
  import { B as G } from "./button-DD_0Xdmr.js";
6
6
  import { I as N } from "./icon-button-C4CGcYuz.js";
7
- import { S as ue } from "./select-i9MwQeQy.js";
7
+ import { S as ue } from "./select-Ca6ibiDL.js";
8
8
  import { A as pe } from "./audio-visualiser-I-T4Z7EU.js";
9
9
  import { A as F } from "./alert-pgdXrEO5.js";
10
10
  import { u as le } from "./registry-C9nwlNyL.js";
@@ -454,4 +454,4 @@ export {
454
454
  Ne as A,
455
455
  Re as a
456
456
  };
457
- //# sourceMappingURL=audio-recorder-BHBonrFf.js.map
457
+ //# sourceMappingURL=audio-recorder-CRh4uyFL.js.map
@@ -8,7 +8,7 @@ import { S as me } from "./spinner-DirtWZNG.js";
8
8
  import { u as tt } from "./form-field-context-B3APVHKx.js";
9
9
  import { u as st } from "./use-debounced-callback-BisrB-Fq.js";
10
10
  import { g as nt } from "./group-options-BvKhQ3xb.js";
11
- import { I as ot, a as X, b as J, c as at } from "./input-surface-u4QB0lxe.js";
11
+ import { I as ot, a as X, b as J, c as at } from "./input-surface-xyERuLU_.js";
12
12
  import { u as rt } from "./registry-C9nwlNyL.js";
13
13
  const it = {
14
14
  id: "autocomplete",
@@ -463,4 +463,4 @@ export {
463
463
  it as a,
464
464
  dt as b
465
465
  };
466
- //# sourceMappingURL=autocomplete-C34hbfKh.js.map
466
+ //# sourceMappingURL=autocomplete-mOg7WLOh.js.map
@@ -88,13 +88,14 @@ const Me = [
88
88
  }, Ke = we(
89
89
  [
90
90
  "ds:flex ds:flex-col ds:gap-[var(--spacing-xs)] ds:w-full",
91
- // Soft drop-shadow + transparent border replaces a flat
92
- // `border-border` (grey-800 since the WCAG 1.4.11 bump). Border kept
93
- // at 1px so the focus-within color override + forced-colors
94
- // fallback still paint a visible edge.
95
- "ds:rounded-[var(--radius-md)] ds:shadow-[var(--shadow-sm)] ds:border ds:border-transparent",
96
- "ds:bg-background ds:focus-within:border-[color:var(--primary)]",
97
- "ds:transition-[border-color] ds:duration-[var(--animation-duration)]",
91
+ // Uses the kit's shared input-chrome tokens `--input` for fill,
92
+ // `--shadow-input` for the halo. Border stays at 1px (`--border`,
93
+ // softened to `grey-700` in light) so the focus-within override and
94
+ // forced-colors fallback both still paint a visible edge.
95
+ "ds:rounded-[var(--radius-md)] ds:border ds:border-border",
96
+ "ds:bg-input ds:shadow-[var(--shadow-input)]",
97
+ "ds:focus-within:border-[color:var(--primary)]",
98
+ "ds:transition-[border-color,box-shadow] ds:duration-[var(--animation-duration)]",
98
99
  "ds:motion-reduce:transition-none",
99
100
  "ds:forced-colors:border-[CanvasText]"
100
101
  ].join(" "),
@@ -332,4 +333,4 @@ export {
332
333
  je as C,
333
334
  Fe as c
334
335
  };
335
- //# sourceMappingURL=chat-input-Bov-gkwP.js.map
336
+ //# sourceMappingURL=chat-input-UK-bXU7u.js.map
@@ -8,7 +8,7 @@ import { u as He, F as Ge } from "./form-field-context-B3APVHKx.js";
8
8
  import { c as Me } from "./compose-refs-C0k0tdqF.js";
9
9
  import { n as L } from "./normalize-diacritics-BNGbFNlJ.js";
10
10
  import { g as Le } from "./group-options-BvKhQ3xb.js";
11
- import { I as Qe, a as Q, d as K, c as Ke } from "./input-surface-u4QB0lxe.js";
11
+ import { I as Qe, a as Q, d as K, c as Ke } from "./input-surface-xyERuLU_.js";
12
12
  import { u as Xe } from "./registry-C9nwlNyL.js";
13
13
  import { X as We } from "./x-CCcI3eJp.js";
14
14
  import { C as Je } from "./check-DPdL_Sm7.js";
@@ -452,4 +452,4 @@ export {
452
452
  ae as d,
453
453
  et as e
454
454
  };
455
- //# sourceMappingURL=combobox-BHhnR3qm.js.map
455
+ //# sourceMappingURL=combobox-D5tWe0t_.js.map
@@ -1,37 +1,21 @@
1
1
  import { jsxs as t, jsx as a } from "react/jsx-runtime";
2
- import { forwardRef as r, Fragment as b } from "react";
2
+ import { forwardRef as i, Fragment as b } from "react";
3
3
  import { useTranslation as k } from "react-i18next";
4
4
  import { C as o } from "./card-CWzuTLYE.js";
5
- import { L as p } from "./link-BGpwaFik.js";
6
- import { c as L } from "./createLucideIcon-CrFbzy84.js";
7
- /**
8
- * @license lucide-react v1.8.0 - ISC
9
- *
10
- * This source code is licensed under the ISC license.
11
- * See the LICENSE file in the root directory of this source tree.
12
- */
13
- const v = [
14
- [
15
- "path",
16
- {
17
- d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",
18
- key: "1r0f0z"
19
- }
20
- ],
21
- ["circle", { cx: "12", cy: "10", r: "3", key: "ilqhr7" }]
22
- ], j = L("map-pin", v);
23
- function O(s) {
5
+ import { L as p } from "./link-DmM5IevO.js";
6
+ import { M as v } from "./map-pin-B8STOPMJ.js";
7
+ function L(s) {
24
8
  return `tel:${s.replace(/\(0\)/g, "").replace(/[^\d+]/g, "")}`;
25
9
  }
26
- const f = r(
27
- ({ title: s, variant: e = "default", className: d, children: n, ...c }, i) => /* @__PURE__ */ t(
10
+ const f = i(
11
+ ({ title: s, variant: e = "default", className: d, children: n, ...r }, c) => /* @__PURE__ */ t(
28
12
  o,
29
13
  {
30
- ref: i,
14
+ ref: c,
31
15
  variant: e,
32
16
  "data-component": "contact-card",
33
17
  className: d,
34
- ...c,
18
+ ...r,
35
19
  children: [
36
20
  s !== void 0 ? /* @__PURE__ */ a(o.Header, { children: /* @__PURE__ */ a("h2", { className: "type-title-card ds:text-foreground", children: s }) }) : null,
37
21
  /* @__PURE__ */ a(
@@ -52,9 +36,9 @@ const f = r(
52
36
  )
53
37
  );
54
38
  f.displayName = "ContactCard";
55
- const u = r(
56
- ({ name: s, lines: e, vatNumber: d, phone: n, nameAs: c = "p", className: i, ...C }, h) => {
57
- const { t: l } = k(), N = c;
39
+ const u = i(
40
+ ({ name: s, lines: e, vatNumber: d, phone: n, nameAs: r = "p", className: c, ...C }, h) => {
41
+ const { t: l } = k(), N = r;
58
42
  return /* @__PURE__ */ t(
59
43
  "address",
60
44
  {
@@ -65,13 +49,13 @@ const u = r(
65
49
  // the kit's type ramp already encodes intent — italic would
66
50
  // double up with a heading-bold name and read as emphasis.
67
51
  "ds:not-italic ds:flex ds:flex-col ds:gap-[var(--spacing-xs)]",
68
- i
52
+ c
69
53
  ].filter(Boolean).join(" "),
70
54
  ...C,
71
55
  children: [
72
56
  /* @__PURE__ */ t(N, { className: "ds:m-0 ds:flex ds:items-center ds:gap-[var(--spacing-xs)] type-label ds:font-semibold ds:text-foreground", children: [
73
57
  /* @__PURE__ */ a(
74
- j,
58
+ v,
75
59
  {
76
60
  "aria-hidden": "true",
77
61
  className: "ds:size-[1.25em] ds:text-primary ds:shrink-0"
@@ -89,7 +73,7 @@ const u = r(
89
73
  ] }) : null,
90
74
  n ? /* @__PURE__ */ t("div", { className: "type-body-sm ds:text-muted-foreground ds:inline-flex ds:items-baseline ds:gap-[var(--spacing-2xs)] ds:flex-wrap", children: [
91
75
  /* @__PURE__ */ a("span", { children: l("contactCard.phoneLabel") }),
92
- /* @__PURE__ */ a(p, { href: O(n), intent: "default", children: /* @__PURE__ */ a("span", { className: "ds:[unicode-bidi:isolate]", children: n }) })
76
+ /* @__PURE__ */ a(p, { href: L(n), intent: "default", children: /* @__PURE__ */ a("span", { className: "ds:[unicode-bidi:isolate]", children: n }) })
93
77
  ] }) : null
94
78
  ]
95
79
  }
@@ -97,7 +81,7 @@ const u = r(
97
81
  }
98
82
  );
99
83
  u.displayName = "ContactCard.Office";
100
- const x = r(
84
+ const g = i(
101
85
  ({ className: s, children: e, ...d }, n) => /* @__PURE__ */ a(
102
86
  "ul",
103
87
  {
@@ -113,9 +97,9 @@ const x = r(
113
97
  }
114
98
  )
115
99
  );
116
- x.displayName = "ContactCard.Links";
117
- const g = r(
118
- ({ href: s, icon: e, external: d, children: n }, c) => /* @__PURE__ */ a("li", { ref: c, className: "ds:m-0", children: /* @__PURE__ */ a(
100
+ g.displayName = "ContactCard.Links";
101
+ const x = i(
102
+ ({ href: s, icon: e, external: d, children: n }, r) => /* @__PURE__ */ a("li", { ref: r, className: "ds:m-0", children: /* @__PURE__ */ a(
119
103
  p,
120
104
  {
121
105
  href: s,
@@ -125,13 +109,13 @@ const g = r(
125
109
  }
126
110
  ) })
127
111
  );
128
- g.displayName = "ContactCard.Link";
112
+ x.displayName = "ContactCard.Link";
129
113
  const M = Object.assign(f, {
130
114
  Office: u,
131
- Links: x,
132
- Link: g
115
+ Links: g,
116
+ Link: x
133
117
  });
134
118
  export {
135
119
  M as C
136
120
  };
137
- //# sourceMappingURL=contact-card-VJIUqKB2.js.map
121
+ //# sourceMappingURL=contact-card-DTQUMetD.js.map
@@ -6,7 +6,7 @@ import { forwardRef as _e, useState as G, useRef as se, useEffect as Ie, useCall
6
6
  import { useTranslation as He } from "react-i18next";
7
7
  import * as Z from "@radix-ui/react-popover";
8
8
  import { u as qe } from "./form-field-context-B3APVHKx.js";
9
- import { g as Le, k as Ne, b as Ce, i as Re, j as Qe, t as We, C as Ae, d as Fe, p as Be, D as Ge, f as Ve, h as Xe } from "./react-day-picker-C04L_28V.js";
9
+ import { g as Le, k as Ne, b as Ce, i as Re, j as Qe, t as We, C as Ae, d as Fe, p as Be, D as Ge, f as Ve, h as Xe } from "./react-day-picker-C5F3-TTX.js";
10
10
  import { g as ue, e as Ke, b as S, h as le, j as ze, k as Ze, c as de, l as fe, m as je, n as ie, o as $e, w as oe, p as Ue, f as ce, q as Je } from "./isSameMonth-5wNF2f4I.js";
11
11
  import { u as Se } from "./registry-C9nwlNyL.js";
12
12
  import { t as H, c as _, m as et, a as tt, e as rt } from "./isSameDay-ecuM8PBB.js";
@@ -1819,4 +1819,4 @@ export {
1819
1819
  rr as D,
1820
1820
  tr as d
1821
1821
  };
1822
- //# sourceMappingURL=date-picker-BD5FYW08.js.map
1822
+ //# sourceMappingURL=date-picker-BlhtBhPo.js.map
@@ -3,7 +3,7 @@ import { forwardRef as Q, useState as v, useRef as U, useCallback as X, useMemo
3
3
  import { useTranslation as ee } from "react-i18next";
4
4
  import * as m from "@radix-ui/react-popover";
5
5
  import { u as te } from "./form-field-context-B3APVHKx.js";
6
- import { a as ae, g as ne, b as re, e as I, c as se, C as oe, d as ie, t as de, p as ce, D as le, f as pe, h as fe } from "./react-day-picker-C04L_28V.js";
6
+ import { a as ae, g as ne, b as re, e as I, c as se, C as oe, d as ie, t as de, p as ce, D as le, f as pe, h as fe } from "./react-day-picker-C5F3-TTX.js";
7
7
  import { c as ge, b as N, s as ue, f as R, d as me } from "./isSameMonth-5wNF2f4I.js";
8
8
  import { u as ye } from "./registry-C9nwlNyL.js";
9
9
  function D(t, s, n) {
@@ -284,4 +284,4 @@ export {
284
284
  be as D,
285
285
  ke as d
286
286
  };
287
- //# sourceMappingURL=date-range-picker-BZLVgcXE.js.map
287
+ //# sourceMappingURL=date-range-picker-C2hRu_Ke.js.map
@@ -5,7 +5,7 @@ import { useTranslation as me } from "react-i18next";
5
5
  import * as k from "@radix-ui/react-popover";
6
6
  import { u as pe } from "./form-field-context-B3APVHKx.js";
7
7
  import { T as fe } from "./time-picker-DeVZkIY2.js";
8
- import { g as ge, b as he, i as ve, j as be, C as ye, d as Te, t as ke, D as we, f as De, h as Pe } from "./react-day-picker-C04L_28V.js";
8
+ import { g as ge, b as he, i as ve, j as be, C as ye, d as Te, t as ke, D as we, f as De, h as Pe } from "./react-day-picker-C5F3-TTX.js";
9
9
  import { f as xe } from "./isSameMonth-5wNF2f4I.js";
10
10
  import { u as Ce } from "./registry-C9nwlNyL.js";
11
11
  import { t as j } from "./isSameDay-ecuM8PBB.js";
@@ -305,4 +305,4 @@ export {
305
305
  Ie as D,
306
306
  Oe as d
307
307
  };
308
- //# sourceMappingURL=date-time-picker-CCoRWX7R.js.map
308
+ //# sourceMappingURL=date-time-picker-B67mPZmP.js.map
@@ -0,0 +1,16 @@
1
+ import { c as a } from "./createLucideIcon-CrFbzy84.js";
2
+ /**
3
+ * @license lucide-react v1.8.0 - ISC
4
+ *
5
+ * This source code is licensed under the ISC license.
6
+ * See the LICENSE file in the root directory of this source tree.
7
+ */
8
+ const e = [
9
+ ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
10
+ ["path", { d: "M10 14 21 3", key: "gplh6r" }],
11
+ ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
12
+ ], n = a("external-link", e);
13
+ export {
14
+ n as E
15
+ };
16
+ //# sourceMappingURL=external-link-C6F25E6k.js.map
@@ -1,6 +1,6 @@
1
1
  import { jsxs as m, jsx as r } from "react/jsx-runtime";
2
2
  import { forwardRef as Ne, useId as Ue, useState as re, useRef as V, useCallback as y, useMemo as q, useEffect as ze } from "react";
3
- import { u as je } from "./index-CeY1nNvd.js";
3
+ import { u as je } from "./index-CFoBa86t.js";
4
4
  import { c as _ } from "./index-D2ZczOXr.js";
5
5
  import { useTranslation as Me } from "react-i18next";
6
6
  import { u as Ce } from "./form-field-context-B3APVHKx.js";
@@ -822,4 +822,4 @@ export {
822
822
  ss as F,
823
823
  Pe as f
824
824
  };
825
- //# sourceMappingURL=file-upload-DIecAfC-.js.map
825
+ //# sourceMappingURL=file-upload-nMh-1jDD.js.map