@recursica/mantine-adapter 0.13.0 → 0.14.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 (31) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/mantine-adapter.cjs +1 -1
  3. package/dist/mantine-adapter.cjs.map +1 -1
  4. package/dist/mantine-adapter.css +1 -1
  5. package/dist/mantine-adapter.js +1304 -1059
  6. package/dist/mantine-adapter.js.map +1 -1
  7. package/dist/src/components/HoverCard/HoverCard.d.ts +55 -3
  8. package/dist/src/components/NumberInput/NumberInput.d.ts +10 -2
  9. package/dist/src/components/Panel/Panel.d.ts +57 -3
  10. package/dist/src/components/Tooltip/Tooltip.d.ts +42 -3
  11. package/package.json +1 -1
  12. package/src/components/Dropdown/Dropdown.module.css +0 -3
  13. package/src/components/HoverCard/HOVERCARD_IMPLEMENTATION_NOTES.md +77 -0
  14. package/src/components/HoverCard/HoverCard.module.css +84 -0
  15. package/src/components/HoverCard/HoverCard.stories.tsx +160 -5
  16. package/src/components/HoverCard/HoverCard.tsx +153 -4
  17. package/src/components/Loader/LOADER_IMPLEMENTATION_NOTES.md +25 -0
  18. package/src/components/NumberInput/NUMBER_INPUT_IMPLEMENTATION_NOTES.md +18 -0
  19. package/src/components/NumberInput/NumberInput.module.css +250 -0
  20. package/src/components/NumberInput/NumberInput.stories.tsx +84 -4
  21. package/src/components/NumberInput/NumberInput.tsx +144 -5
  22. package/src/components/Panel/PANEL_IMPLEMENTATION_NOTES.md +106 -0
  23. package/src/components/Panel/Panel.module.css +143 -0
  24. package/src/components/Panel/Panel.stories.tsx +205 -6
  25. package/src/components/Panel/Panel.tsx +143 -4
  26. package/src/components/TextArea/TextArea.module.css +0 -3
  27. package/src/components/TextField/TextField.module.css +0 -3
  28. package/src/components/Tooltip/TOOLTIP_IMPLEMENTATION_NOTES.md +85 -0
  29. package/src/components/Tooltip/Tooltip.module.css +81 -0
  30. package/src/components/Tooltip/Tooltip.stories.tsx +154 -6
  31. package/src/components/Tooltip/Tooltip.tsx +114 -4
@@ -1,7 +1,7 @@
1
- import { jsx as e, jsxs as E, Fragment as de } from "react/jsx-runtime";
2
- import B, { forwardRef as $, useId as _o, useEffect as bo } from "react";
3
- import { Accordion as he, Avatar as yo, createPolymorphicComponent as Q, Badge as ho, Breadcrumbs as fo, Button as No, Card as fe, Input as Se, Box as ge, Checkbox as Te, Chip as $o, Container as vo, Select as Co, Flex as go, Group as xo, Loader as wo, Menu as q, Radio as Ie, Stack as Po, Switch as Le, CheckIcon as Wo, CloseIcon as Ao, Text as ko, Textarea as So, Title as To } from "@mantine/core";
4
- const Io = [
1
+ import { jsx as t, jsxs as E, Fragment as _e } from "react/jsx-runtime";
2
+ import B, { forwardRef as v, useId as ko, useEffect as To } from "react";
3
+ import { Accordion as ve, Avatar as Oo, createPolymorphicComponent as ee, Badge as Io, Breadcrumbs as zo, Button as Ro, Card as Ce, Input as Fe, Box as Ae, Checkbox as Ee, Chip as Lo, Container as Mo, Select as Fo, Flex as Eo, Group as Bo, HoverCard as We, Loader as jo, Menu as q, NumberInput as Do, Drawer as K, Radio as Be, Stack as Vo, Switch as je, CheckIcon as Go, CloseIcon as qo, Text as Ho, Textarea as Uo, Title as Yo, Tooltip as Se } from "@mantine/core";
4
+ const Zo = [
5
5
  "className",
6
6
  "classNames",
7
7
  "style",
@@ -45,7 +45,7 @@ const Io = [
45
45
  "mih",
46
46
  "mah"
47
47
  // Dimensions
48
- ], Lo = /* @__PURE__ */ new Set([
48
+ ], Ko = /* @__PURE__ */ new Set([
49
49
  "m",
50
50
  "my",
51
51
  "mx",
@@ -60,7 +60,7 @@ const Io = [
60
60
  "left",
61
61
  "bottom",
62
62
  "right"
63
- ]), We = {
63
+ ]), Ie = {
64
64
  "rec-none": "var(--recursica_brand_dimensions_general_none)",
65
65
  "rec-sm": "var(--recursica_brand_dimensions_general_sm)",
66
66
  "rec-default": "var(--recursica_brand_dimensions_general_default)",
@@ -69,120 +69,120 @@ const Io = [
69
69
  "rec-xl": "var(--recursica_brand_dimensions_general_xl)",
70
70
  "rec-2xl": "var(--recursica_brand_dimensions_general_2xl)"
71
71
  };
72
- function v(r, o) {
72
+ function N(a, o) {
73
73
  if (o)
74
- return r;
75
- const n = { ...r };
76
- for (const s of Io)
74
+ return a;
75
+ const n = { ...a };
76
+ for (const s of Zo)
77
77
  s in n && delete n[s];
78
- for (const [s, t] of Object.entries(n))
79
- typeof t == "string" && t.startsWith("rec-") && Lo.has(s) && t in We && (n[s] = We[t]);
78
+ for (const [s, e] of Object.entries(n))
79
+ typeof e == "string" && e.startsWith("rec-") && Ko.has(s) && e in Ie && (n[s] = Ie[e]);
80
80
  return n;
81
81
  }
82
- const Ro = "Accordion-module__root___Dem6d", Oo = "Accordion-module__item___7ryVk", zo = "Accordion-module__noDivider___Ni2tT", Mo = "Accordion-module__control___b4wgX", Fo = "Accordion-module__label___Ss7uW", Eo = "Accordion-module__chevron___i-HVZ", Bo = "Accordion-module__iconLeftWrapper___5oLen", jo = "Accordion-module__panel___Wx50w", Do = "Accordion-module__content___PEM9t", H = {
83
- root: Ro,
84
- item: Oo,
85
- noDivider: zo,
86
- control: Mo,
87
- label: Fo,
88
- chevron: Eo,
89
- iconLeftWrapper: Bo,
90
- panel: jo,
91
- content: Do
92
- }, Re = function({
82
+ const Qo = "Accordion-module__root___Dem6d", Xo = "Accordion-module__item___7ryVk", Jo = "Accordion-module__noDivider___Ni2tT", et = "Accordion-module__control___b4wgX", ot = "Accordion-module__label___Ss7uW", tt = "Accordion-module__chevron___i-HVZ", rt = "Accordion-module__iconLeftWrapper___5oLen", st = "Accordion-module__panel___Wx50w", at = "Accordion-module__content___PEM9t", Y = {
83
+ root: Qo,
84
+ item: Xo,
85
+ noDivider: Jo,
86
+ control: et,
87
+ label: ot,
88
+ chevron: tt,
89
+ iconLeftWrapper: rt,
90
+ panel: st,
91
+ content: at
92
+ }, De = function({
93
93
  variant: o = "unstyled",
94
94
  overStyled: n = !1,
95
95
  ...s
96
96
  }) {
97
- const t = v(s, n), a = {
98
- root: H.root,
99
- item: H.item,
100
- control: H.control,
101
- label: H.label,
102
- chevron: H.chevron,
103
- panel: H.panel,
104
- content: H.content
105
- }, c = t.classNames;
106
- if (c && typeof c == "object" && !Array.isArray(c)) {
107
- const d = c;
108
- Object.keys(d).forEach((i) => {
109
- a[i] ? a[i] = `${a[i]} ${d[i]}` : a[i] = d[i];
97
+ const e = N(s, n), r = {
98
+ root: Y.root,
99
+ item: Y.item,
100
+ control: Y.control,
101
+ label: Y.label,
102
+ chevron: Y.chevron,
103
+ panel: Y.panel,
104
+ content: Y.content
105
+ }, l = e.classNames;
106
+ if (l && typeof l == "object" && !Array.isArray(l)) {
107
+ const d = l;
108
+ Object.keys(d).forEach((c) => {
109
+ r[c] ? r[c] = `${r[c]} ${d[c]}` : r[c] = d[c];
110
110
  });
111
111
  }
112
- const l = t.className;
113
- return /* @__PURE__ */ e(
114
- he,
112
+ const i = e.className;
113
+ return /* @__PURE__ */ t(
114
+ ve,
115
115
  {
116
116
  variant: o,
117
- className: l,
118
- classNames: a,
119
- ...t
117
+ className: i,
118
+ classNames: r,
119
+ ...e
120
120
  }
121
121
  );
122
122
  };
123
- Re.displayName = "Accordion";
124
- const Oe = $(function({ title: o, leftIcon: n, divider: s = !0, children: t, overStyled: a = !1, ...c }, l) {
125
- const d = v(c, a), i = d.className, p = [s ? void 0 : H.noDivider, i].filter(Boolean).join(" ") || void 0;
126
- return /* @__PURE__ */ e(
127
- he.Item,
123
+ De.displayName = "Accordion";
124
+ const Ve = v(function({ title: o, leftIcon: n, divider: s = !0, children: e, overStyled: r = !1, ...l }, i) {
125
+ const d = N(l, r), c = d.className, p = [s ? void 0 : Y.noDivider, c].filter(Boolean).join(" ") || void 0;
126
+ return /* @__PURE__ */ t(
127
+ ve.Item,
128
128
  {
129
- ref: l,
129
+ ref: i,
130
130
  className: p,
131
131
  ...d,
132
- children: o ? /* @__PURE__ */ E(de, { children: [
133
- /* @__PURE__ */ e(xe, { leftIcon: n, children: o }),
134
- /* @__PURE__ */ e(we, { children: t })
135
- ] }) : t
132
+ children: o ? /* @__PURE__ */ E(_e, { children: [
133
+ /* @__PURE__ */ t(ke, { leftIcon: n, children: o }),
134
+ /* @__PURE__ */ t(Te, { children: e })
135
+ ] }) : e
136
136
  }
137
137
  );
138
138
  });
139
- Oe.displayName = "AccordionItem";
140
- const xe = $(function({ leftIcon: o, children: n, overStyled: s = !1, ...t }, a) {
141
- const c = v(t, s), l = c.className;
142
- return /* @__PURE__ */ e(
143
- he.Control,
139
+ Ve.displayName = "AccordionItem";
140
+ const ke = v(function({ leftIcon: o, children: n, overStyled: s = !1, ...e }, r) {
141
+ const l = N(e, s), i = l.className;
142
+ return /* @__PURE__ */ t(
143
+ ve.Control,
144
144
  {
145
- ref: a,
146
- className: l,
147
- icon: o ? /* @__PURE__ */ e("span", { className: H.iconLeftWrapper, "aria-hidden": !0, children: o }) : void 0,
148
- ...c,
145
+ ref: r,
146
+ className: i,
147
+ icon: o ? /* @__PURE__ */ t("span", { className: Y.iconLeftWrapper, "aria-hidden": !0, children: o }) : void 0,
148
+ ...l,
149
149
  children: n
150
150
  }
151
151
  );
152
152
  });
153
- xe.displayName = "AccordionControl";
154
- const we = $(function({ overStyled: o = !1, ...n }, s) {
155
- const t = v(n, o), a = t.className;
156
- return /* @__PURE__ */ e(
157
- he.Panel,
153
+ ke.displayName = "AccordionControl";
154
+ const Te = v(function({ overStyled: o = !1, ...n }, s) {
155
+ const e = N(n, o), r = e.className;
156
+ return /* @__PURE__ */ t(
157
+ ve.Panel,
158
158
  {
159
159
  ref: s,
160
- className: a,
161
- ...t
160
+ className: r,
161
+ ...e
162
162
  }
163
163
  );
164
164
  });
165
- we.displayName = "AccordionPanel";
166
- const Pe = Re;
167
- Pe.Item = Oe;
168
- Pe.Control = xe;
169
- Pe.Panel = we;
170
- const Vo = "Avatar-module__root___fXu-J", Go = "Avatar-module__iconWrapper___ojly2", qo = "Avatar-module__textWrapper___zp-jD", Yo = "Avatar-module__image___ieqGp", Zo = "Avatar-module__placeholder___IDW7-", V = {
171
- root: Vo,
172
- iconWrapper: Go,
173
- textWrapper: qo,
174
- image: Yo,
175
- placeholder: Zo
176
- }, ze = $(function({
165
+ Te.displayName = "AccordionPanel";
166
+ const Oe = De;
167
+ Oe.Item = Ve;
168
+ Oe.Control = ke;
169
+ Oe.Panel = Te;
170
+ const nt = "Avatar-module__root___fXu-J", lt = "Avatar-module__iconWrapper___ojly2", it = "Avatar-module__textWrapper___zp-jD", ct = "Avatar-module__image___ieqGp", dt = "Avatar-module__placeholder___IDW7-", V = {
171
+ root: nt,
172
+ iconWrapper: lt,
173
+ textWrapper: it,
174
+ image: ct,
175
+ placeholder: dt
176
+ }, Ge = v(function({
177
177
  size: o = "default",
178
178
  variant: n = "solid",
179
179
  icon: s,
180
- children: t,
181
- src: a,
182
- overStyled: c = !1,
183
- ...l
180
+ children: e,
181
+ src: r,
182
+ overStyled: l = !1,
183
+ ...i
184
184
  }, d) {
185
- const i = {
185
+ const c = {
186
186
  solid: "filled",
187
187
  outline: "outline",
188
188
  ghost: "transparent"
@@ -190,9 +190,9 @@ const Vo = "Avatar-module__root___fXu-J", Go = "Avatar-module__iconWrapper___ojl
190
190
  default: "md",
191
191
  small: "sm",
192
192
  large: "lg"
193
- }, m = v(l, c), y = m;
193
+ }, m = N(i, l), y = m;
194
194
  let u = "text";
195
- a ? u = "image" : s && (u = "icon");
195
+ r ? u = "image" : s && (u = "icon");
196
196
  const _ = {
197
197
  root: V.root,
198
198
  image: V.image,
@@ -203,107 +203,107 @@ const Vo = "Avatar-module__root___fXu-J", Go = "Avatar-module__iconWrapper___ojl
203
203
  _.root = h.root ? `${V.root} ${h.root}` : V.root, _.image = h.image ? `${V.image} ${h.image}` : V.image, _.placeholder = h.placeholder ? `${V.placeholder} ${h.placeholder}` : V.placeholder;
204
204
  }
205
205
  const C = y.className;
206
- return /* @__PURE__ */ e(
207
- yo,
206
+ return /* @__PURE__ */ t(
207
+ Oo,
208
208
  {
209
209
  ref: d,
210
210
  className: C,
211
211
  classNames: _,
212
- variant: i[n],
212
+ variant: c[n],
213
213
  size: p[o],
214
- src: a,
214
+ src: r,
215
215
  "data-variant": n,
216
216
  "data-size": o,
217
217
  "data-style": u,
218
218
  ...m,
219
- children: s != null ? /* @__PURE__ */ e("span", { className: V.iconWrapper, "aria-hidden": !0, children: s }) : t != null ? /* @__PURE__ */ e("span", { className: V.textWrapper, children: t }) : void 0
219
+ children: s != null ? /* @__PURE__ */ t("span", { className: V.iconWrapper, "aria-hidden": !0, children: s }) : e != null ? /* @__PURE__ */ t("span", { className: V.textWrapper, children: e }) : void 0
220
220
  }
221
221
  );
222
222
  });
223
- ze.displayName = "Avatar";
224
- const Zr = Q(ze), Ho = "Badge-module__root___5osNT", Y = {
225
- root: Ho
226
- }, Me = $(function({ variant: o = "primary-color", overStyled: n = !1, ...s }, t) {
227
- const a = v(s, n), c = {
228
- root: Y.root,
229
- section: Y.section,
230
- label: Y.label
231
- }, l = a.classNames;
232
- if (l && typeof l == "object" && !Array.isArray(l)) {
233
- const p = l;
234
- c.root = p.root ? `${Y.root} ${p.root}` : Y.root, c.section = p.section ?? Y.section, c.label = p.label ?? Y.label;
223
+ Ge.displayName = "Avatar";
224
+ const xs = ee(Ge), pt = "Badge-module__root___5osNT", H = {
225
+ root: pt
226
+ }, qe = v(function({ variant: o = "primary-color", overStyled: n = !1, ...s }, e) {
227
+ const r = N(s, n), l = {
228
+ root: H.root,
229
+ section: H.section,
230
+ label: H.label
231
+ }, i = r.classNames;
232
+ if (i && typeof i == "object" && !Array.isArray(i)) {
233
+ const p = i;
234
+ l.root = p.root ? `${H.root} ${p.root}` : H.root, l.section = p.section ?? H.section, l.label = p.label ?? H.label;
235
235
  }
236
- const d = a.className, i = d ? `${Y.root} ${d}` : Y.root;
237
- return /* @__PURE__ */ e(
238
- ho,
236
+ const d = r.className, c = d ? `${H.root} ${d}` : H.root;
237
+ return /* @__PURE__ */ t(
238
+ Io,
239
239
  {
240
- ref: t,
240
+ ref: e,
241
241
  variant: "filled",
242
242
  "data-variant": o,
243
- ...a,
244
- className: i,
245
- classNames: c
243
+ ...r,
244
+ className: c,
245
+ classNames: l
246
246
  }
247
247
  );
248
248
  });
249
- Me.displayName = "Badge";
250
- const Hr = Q(Me), Ko = "Breadcrumb-module__root___x-9ln", Uo = "Breadcrumb-module__separator___qrUX-", U = {
251
- root: Ko,
252
- separator: Uo
253
- }, Xo = $(
254
- function({ overStyled: o = !1, separator: n = ">", ...s }, t) {
255
- const a = v(
249
+ qe.displayName = "Badge";
250
+ const As = ee(qe), mt = "Breadcrumb-module__root___x-9ln", ut = "Breadcrumb-module__separator___qrUX-", X = {
251
+ root: mt,
252
+ separator: ut
253
+ }, _t = v(
254
+ function({ overStyled: o = !1, separator: n = ">", ...s }, e) {
255
+ const r = N(
256
256
  { separator: n, ...s },
257
257
  o
258
- ), c = {
259
- root: U.root,
260
- separator: U.separator
261
- }, l = a.classNames;
262
- if (l && typeof l == "object" && !Array.isArray(l)) {
263
- const p = l;
264
- c.root = p.root ? `${U.root} ${p.root}` : U.root, c.separator = p.separator ? `${U.separator} ${p.separator}` : U.separator;
258
+ ), l = {
259
+ root: X.root,
260
+ separator: X.separator
261
+ }, i = r.classNames;
262
+ if (i && typeof i == "object" && !Array.isArray(i)) {
263
+ const p = i;
264
+ l.root = p.root ? `${X.root} ${p.root}` : X.root, l.separator = p.separator ? `${X.separator} ${p.separator}` : X.separator;
265
265
  }
266
- const d = a.className, i = d ? `${U.root} ${d}` : U.root;
267
- return /* @__PURE__ */ e(
268
- fo,
266
+ const d = r.className, c = d ? `${X.root} ${d}` : X.root;
267
+ return /* @__PURE__ */ t(
268
+ zo,
269
269
  {
270
- ref: t,
271
- ...a,
272
- className: i,
273
- classNames: c
270
+ ref: e,
271
+ ...r,
272
+ className: c,
273
+ classNames: l
274
274
  }
275
275
  );
276
276
  }
277
277
  );
278
- Xo.displayName = "Breadcrumb";
279
- const Qo = "Button-module__root___Q2R8-", Jo = "Button-module__label___UJ3Zt", et = "Button-module__labelText___rFV5p", ot = "Button-module__iconWrapper___uEKPa", tt = "Button-module__section___f2mKr", G = {
280
- root: Qo,
281
- label: Jo,
282
- labelText: et,
283
- iconWrapper: ot,
284
- section: tt
278
+ _t.displayName = "Breadcrumb";
279
+ const bt = "Button-module__root___Q2R8-", yt = "Button-module__label___UJ3Zt", ht = "Button-module__labelText___rFV5p", ft = "Button-module__iconWrapper___uEKPa", Nt = "Button-module__section___f2mKr", G = {
280
+ root: bt,
281
+ label: yt,
282
+ labelText: ht,
283
+ iconWrapper: ft,
284
+ section: Nt
285
285
  };
286
- function rt(r) {
287
- return r == null || r === "" ? !1 : typeof r == "string" ? r.trim() !== "" : !0;
286
+ function $t(a) {
287
+ return a == null || a === "" ? !1 : typeof a == "string" ? a.trim() !== "" : !0;
288
288
  }
289
- const Fe = $(function({
289
+ const He = v(function({
290
290
  variant: o = "solid",
291
291
  size: n = "default",
292
292
  icon: s,
293
- children: t,
294
- overStyled: a = !1,
295
- ...c
296
- }, l) {
293
+ children: e,
294
+ overStyled: r = !1,
295
+ ...l
296
+ }, i) {
297
297
  const d = {
298
298
  solid: "filled",
299
299
  outline: "outline",
300
300
  text: "subtle"
301
- }, i = {
301
+ }, c = {
302
302
  default: "md",
303
303
  small: "sm"
304
- }, p = v(c, a), m = p;
304
+ }, p = N(l, r), m = p;
305
305
  delete m.fullWidth;
306
- const y = !!s || !!m.leftSection, u = !!m.rightSection, _ = (y || u) && !rt(t);
306
+ const y = !!s || !!m.leftSection, u = !!m.rightSection, _ = (y || u) && !$t(e);
307
307
  typeof process < "u" && process.env.NODE_ENV !== "production" && _ && !m["aria-label"] && console.warn(
308
308
  '[Recursica Button] Icon-only buttons must provide an accessible name. Pass aria-label (e.g. aria-label="Submit").'
309
309
  );
@@ -316,169 +316,169 @@ const Fe = $(function({
316
316
  const b = C;
317
317
  f.root = b.root ? `${G.root} ${b.root}` : G.root, f.section = b.section ?? G.section, f.label = b.label ?? G.label;
318
318
  }
319
- const h = m.className, g = h ? `${G.root} ${h}` : G.root;
320
- return /* @__PURE__ */ e(
321
- No,
319
+ const h = m.className, w = h ? `${G.root} ${h}` : G.root;
320
+ return /* @__PURE__ */ t(
321
+ Ro,
322
322
  {
323
- ref: l,
324
- className: g,
323
+ ref: i,
324
+ className: w,
325
325
  classNames: f,
326
326
  variant: d[o],
327
- size: i[n],
328
- leftSection: s != null ? /* @__PURE__ */ e("span", { className: G.iconWrapper, "aria-hidden": !0, children: s }) : void 0,
327
+ size: c[n],
328
+ leftSection: s != null ? /* @__PURE__ */ t("span", { className: G.iconWrapper, "aria-hidden": !0, children: s }) : void 0,
329
329
  "data-variant": o,
330
330
  "data-size": n,
331
331
  ..._ ? { "data-icon-only": "" } : {},
332
332
  ...p,
333
- children: /* @__PURE__ */ e("span", { className: G.labelText, children: t })
333
+ children: /* @__PURE__ */ t("span", { className: G.labelText, children: e })
334
334
  }
335
335
  );
336
336
  });
337
- Fe.displayName = "Button";
338
- const Kr = Q(
339
- Fe
340
- ), at = "Card-module__root___c9KvZ", st = "Card-module__header___PTXf2", nt = "Card-module__footer___Mu-JC", lt = "Card-module__section___BRT8H", ct = "Card-module__content___oFIQa", K = {
341
- root: at,
342
- header: st,
343
- footer: nt,
344
- section: lt,
345
- content: ct
346
- }, Ee = $(function({ overStyled: o = !1, ...n }, s) {
347
- const t = v(n, o), a = {
348
- root: K.root
349
- }, c = t.classNames;
350
- if (c && typeof c == "object" && !Array.isArray(c)) {
351
- const d = c;
352
- Object.keys(d).forEach((i) => {
353
- a[i] ? a[i] = `${a[i]} ${d[i]}` : a[i] = d[i];
337
+ He.displayName = "Button";
338
+ const Ws = ee(
339
+ He
340
+ ), vt = "Card-module__root___c9KvZ", Ct = "Card-module__header___PTXf2", wt = "Card-module__footer___Mu-JC", gt = "Card-module__section___BRT8H", Pt = "Card-module__content___oFIQa", Z = {
341
+ root: vt,
342
+ header: Ct,
343
+ footer: wt,
344
+ section: gt,
345
+ content: Pt
346
+ }, Ue = v(function({ overStyled: o = !1, ...n }, s) {
347
+ const e = N(n, o), r = {
348
+ root: Z.root
349
+ }, l = e.classNames;
350
+ if (l && typeof l == "object" && !Array.isArray(l)) {
351
+ const d = l;
352
+ Object.keys(d).forEach((c) => {
353
+ r[c] ? r[c] = `${r[c]} ${d[c]}` : r[c] = d[c];
354
354
  });
355
355
  }
356
- const l = t.className;
357
- return /* @__PURE__ */ e(
358
- fe,
356
+ const i = e.className;
357
+ return /* @__PURE__ */ t(
358
+ Ce,
359
359
  {
360
360
  ref: s,
361
- className: l,
362
- classNames: a,
363
- ...t
361
+ className: i,
362
+ classNames: r,
363
+ ...e
364
364
  }
365
365
  );
366
366
  });
367
- Ee.displayName = "Card";
368
- const Be = $(
367
+ Ue.displayName = "Card";
368
+ const Ye = v(
369
369
  function({ overStyled: o = !1, ...n }, s) {
370
- const t = v(n, o), a = t.className;
371
- return /* @__PURE__ */ e(
372
- fe.Section,
370
+ const e = N(n, o), r = e.className;
371
+ return /* @__PURE__ */ t(
372
+ Ce.Section,
373
373
  {
374
374
  ref: s,
375
- className: a ? `${K.section} ${a}` : K.section,
376
- ...t
375
+ className: r ? `${Z.section} ${r}` : Z.section,
376
+ ...e
377
377
  }
378
378
  );
379
379
  }
380
380
  );
381
- Be.displayName = "CardSection";
382
- const je = $(
381
+ Ye.displayName = "CardSection";
382
+ const Ze = v(
383
383
  function({ overStyled: o = !1, ...n }, s) {
384
- const t = v(n, o), a = t.className;
385
- return /* @__PURE__ */ e(
386
- fe.Section,
384
+ const e = N(n, o), r = e.className;
385
+ return /* @__PURE__ */ t(
386
+ Ce.Section,
387
387
  {
388
388
  ref: s,
389
- className: a ? `${K.header} ${a}` : K.header,
390
- ...t
389
+ className: r ? `${Z.header} ${r}` : Z.header,
390
+ ...e
391
391
  }
392
392
  );
393
393
  }
394
394
  );
395
- je.displayName = "CardHeader";
396
- const De = $(
395
+ Ze.displayName = "CardHeader";
396
+ const Ke = v(
397
397
  function({ overStyled: o = !1, ...n }, s) {
398
- const t = v(n, o), a = t.className;
399
- return /* @__PURE__ */ e(
400
- fe.Section,
398
+ const e = N(n, o), r = e.className;
399
+ return /* @__PURE__ */ t(
400
+ Ce.Section,
401
401
  {
402
402
  ref: s,
403
- className: a ? `${K.footer} ${a}` : K.footer,
404
- ...t
403
+ className: r ? `${Z.footer} ${r}` : Z.footer,
404
+ ...e
405
405
  }
406
406
  );
407
407
  }
408
408
  );
409
- De.displayName = "CardFooter";
410
- const Ve = $(
409
+ Ke.displayName = "CardFooter";
410
+ const Qe = v(
411
411
  function({ overStyled: o = !1, ...n }, s) {
412
- const t = v(n, o), a = t.className;
413
- return /* @__PURE__ */ e(
412
+ const e = N(n, o), r = e.className;
413
+ return /* @__PURE__ */ t(
414
414
  "div",
415
415
  {
416
416
  ref: s,
417
- className: a ? `${K.content} ${a}` : K.content,
418
- ...t
417
+ className: r ? `${Z.content} ${r}` : Z.content,
418
+ ...e
419
419
  }
420
420
  );
421
421
  }
422
422
  );
423
- Ve.displayName = "CardContent";
424
- const Ge = Q(Ee), Ne = Ge;
425
- Ne.Section = Be;
426
- Ne.Header = je;
427
- Ne.Footer = De;
428
- Ne.Content = Ve;
429
- const Ur = Ge, it = "Label-module__root___e6HXZ", dt = "Label-module__labelText___rieFR", pt = "Label-module__required___Ggrzc", mt = "Label-module__optionalText___Y2yun", ut = "Label-module__actionAreaWrapper___ELoZK", _t = "Label-module__editIconWrapper___NG2xW", D = {
430
- root: it,
431
- labelText: dt,
432
- required: pt,
433
- optionalText: mt,
434
- actionAreaWrapper: ut,
435
- editIconWrapper: _t
436
- }, qe = $(function({
423
+ Qe.displayName = "CardContent";
424
+ const Xe = ee(Ue), we = Xe;
425
+ we.Section = Ye;
426
+ we.Header = Ze;
427
+ we.Footer = Ke;
428
+ we.Content = Qe;
429
+ const Ss = Xe, xt = "Label-module__root___e6HXZ", At = "Label-module__labelText___rieFR", Wt = "Label-module__required___Ggrzc", St = "Label-module__optionalText___Y2yun", kt = "Label-module__actionAreaWrapper___ELoZK", Tt = "Label-module__editIconWrapper___NG2xW", D = {
430
+ root: xt,
431
+ labelText: At,
432
+ required: Wt,
433
+ optionalText: St,
434
+ actionAreaWrapper: kt,
435
+ editIconWrapper: Tt
436
+ }, Je = v(function({
437
437
  labelSize: o = "default",
438
438
  labelAlignment: n,
439
439
  required: s = !1,
440
- labelOptionalText: t,
441
- labelWithEditIcon: a,
442
- labelActionArea: c,
443
- onLabelEditClick: l,
440
+ labelOptionalText: e,
441
+ labelWithEditIcon: r,
442
+ labelActionArea: l,
443
+ onLabelEditClick: i,
444
444
  children: d,
445
- overStyled: i = !1,
445
+ overStyled: c = !1,
446
446
  ...p
447
447
  }, m) {
448
448
  const y = n || "left";
449
449
  let u;
450
- s || (t === !0 ? u = "optional" : t && (u = t));
451
- const _ = v(p, i), f = _, C = {
450
+ s || (e === !0 ? u = "optional" : e && (u = e));
451
+ const _ = N(p, c), f = _, C = {
452
452
  label: D.root,
453
453
  required: D.required
454
454
  }, h = f.classNames;
455
455
  if (h && typeof h == "object" && !Array.isArray(h)) {
456
- const P = h;
457
- C.label = P.label ? `${D.root} ${P.label}` : D.root, C.required = P.required ? `${D.required} ${P.required}` : D.required;
456
+ const W = h;
457
+ C.label = W.label ? `${D.root} ${W.label}` : D.root, C.required = W.required ? `${D.required} ${W.required}` : D.required;
458
458
  }
459
- const g = f.className, b = g ? `${D.root} ${g}` : D.root;
459
+ const w = f.className, b = w ? `${D.root} ${w}` : D.root;
460
460
  return /* @__PURE__ */ E(
461
- Se.Label,
461
+ Fe.Label,
462
462
  {
463
463
  ref: m,
464
464
  className: b,
465
465
  classNames: C,
466
466
  "data-size": o,
467
467
  "data-alignment": y,
468
- required: s && !a,
468
+ required: s && !r,
469
469
  ..._,
470
470
  children: [
471
- /* @__PURE__ */ e("span", { className: D.labelText, children: d }),
472
- u && /* @__PURE__ */ e("span", { className: D.optionalText, children: typeof u == "string" ? `(${u})` : u }),
473
- c ? /* @__PURE__ */ e("span", { className: D.actionAreaWrapper, children: c }) : a ? /* @__PURE__ */ e(
471
+ /* @__PURE__ */ t("span", { className: D.labelText, children: d }),
472
+ u && /* @__PURE__ */ t("span", { className: D.optionalText, children: typeof u == "string" ? `(${u})` : u }),
473
+ l ? /* @__PURE__ */ t("span", { className: D.actionAreaWrapper, children: l }) : r ? /* @__PURE__ */ t(
474
474
  "button",
475
475
  {
476
476
  type: "button",
477
477
  className: D.editIconWrapper,
478
478
  "data-replaces-asterisk": s ? "true" : void 0,
479
- onClick: l,
479
+ onClick: i,
480
480
  "aria-label": "Edit",
481
- children: /* @__PURE__ */ e(
481
+ children: /* @__PURE__ */ t(
482
482
  "svg",
483
483
  {
484
484
  width: "16",
@@ -486,7 +486,7 @@ const Ur = Ge, it = "Label-module__root___e6HXZ", dt = "Label-module__labelText_
486
486
  viewBox: "0 0 16 16",
487
487
  fill: "none",
488
488
  xmlns: "http://www.w3.org/2000/svg",
489
- children: /* @__PURE__ */ e(
489
+ children: /* @__PURE__ */ t(
490
490
  "path",
491
491
  {
492
492
  d: "M11.5303 2.46967C11.8232 2.17678 12.2981 2.17678 12.591 2.46967L13.5303 3.40898C13.8232 3.70188 13.8232 4.17675 13.5303 4.46964L5.61288 12.3871C5.45268 12.5473 5.24434 12.6483 5.01809 12.6766L2.39534 13.0044C2.10091 13.0412 1.83856 12.7789 1.87538 12.4845L2.2032 9.86175C2.23147 9.63551 2.3325 9.42716 2.4927 9.26696L11.5303 2.46967Z",
@@ -503,23 +503,23 @@ const Ur = Ge, it = "Label-module__root___e6HXZ", dt = "Label-module__labelText_
503
503
  }
504
504
  );
505
505
  });
506
- qe.displayName = "Label";
507
- const bt = "FormControlLayout-module__root___yNDhZ", yt = "FormControlLayout-module__leftSection___GBM1r", ht = "FormControlLayout-module__rightSection___bcL4v", me = {
508
- root: bt,
509
- leftSection: yt,
510
- rightSection: ht
511
- }, X = $(function({
506
+ Je.displayName = "Label";
507
+ const Ot = "FormControlLayout-module__root___yNDhZ", It = "FormControlLayout-module__leftSection___GBM1r", zt = "FormControlLayout-module__rightSection___bcL4v", ye = {
508
+ root: Ot,
509
+ leftSection: It,
510
+ rightSection: zt
511
+ }, J = v(function({
512
512
  formLayout: o = "stacked",
513
513
  labelSize: n = "default",
514
514
  controlMaxWidth: s,
515
- controlMinWidth: t,
516
- leftSection: a,
517
- children: c,
518
- className: l,
515
+ controlMinWidth: e,
516
+ leftSection: r,
517
+ children: l,
518
+ className: i,
519
519
  style: d,
520
- ...i
520
+ ...c
521
521
  }, p) {
522
- const m = l ? `${me.root} ${l}` : me.root, u = a != null || o === "side-by-side";
522
+ const m = i ? `${ye.root} ${i}` : ye.root, u = r != null || o === "side-by-side";
523
523
  return /* @__PURE__ */ E(
524
524
  "div",
525
525
  {
@@ -529,22 +529,22 @@ const bt = "FormControlLayout-module__root___yNDhZ", yt = "FormControlLayout-mod
529
529
  style: {
530
530
  ...d,
531
531
  ...s ? { "--form-control-max-width": s } : {},
532
- ...t ? { "--form-control-min-width": t } : {}
532
+ ...e ? { "--form-control-min-width": e } : {}
533
533
  },
534
- ...i,
534
+ ...c,
535
535
  children: [
536
- u && /* @__PURE__ */ e("div", { className: me.leftSection, "data-size": n, children: a }),
537
- /* @__PURE__ */ e("div", { className: me.rightSection, children: c })
536
+ u && /* @__PURE__ */ t("div", { className: ye.leftSection, "data-size": n, children: r }),
537
+ /* @__PURE__ */ t("div", { className: ye.rightSection, children: l })
538
538
  ]
539
539
  }
540
540
  );
541
541
  });
542
- X.displayName = "FormControlLayout";
543
- const ft = "AssistiveElement-module__root___WhQ43", Nt = "AssistiveElement-module__textWrapper___sfy5E", $t = "AssistiveElement-module__iconWrapper___gObRF", ve = {
544
- root: ft,
545
- textWrapper: Nt,
546
- iconWrapper: $t
547
- }, vt = () => /* @__PURE__ */ E(
542
+ J.displayName = "FormControlLayout";
543
+ const Rt = "AssistiveElement-module__root___WhQ43", Lt = "AssistiveElement-module__textWrapper___sfy5E", Mt = "AssistiveElement-module__iconWrapper___gObRF", Pe = {
544
+ root: Rt,
545
+ textWrapper: Lt,
546
+ iconWrapper: Mt
547
+ }, Ft = () => /* @__PURE__ */ E(
548
548
  "svg",
549
549
  {
550
550
  xmlns: "http://www.w3.org/2000/svg",
@@ -555,12 +555,12 @@ const ft = "AssistiveElement-module__root___WhQ43", Nt = "AssistiveElement-modul
555
555
  strokeLinecap: "round",
556
556
  strokeLinejoin: "round",
557
557
  children: [
558
- /* @__PURE__ */ e("circle", { cx: "12", cy: "12", r: "10" }),
559
- /* @__PURE__ */ e("path", { d: "M12 16v-4" }),
560
- /* @__PURE__ */ e("path", { d: "M12 8h.01" })
558
+ /* @__PURE__ */ t("circle", { cx: "12", cy: "12", r: "10" }),
559
+ /* @__PURE__ */ t("path", { d: "M12 16v-4" }),
560
+ /* @__PURE__ */ t("path", { d: "M12 8h.01" })
561
561
  ]
562
562
  }
563
- ), Ct = () => /* @__PURE__ */ E(
563
+ ), Et = () => /* @__PURE__ */ E(
564
564
  "svg",
565
565
  {
566
566
  xmlns: "http://www.w3.org/2000/svg",
@@ -571,48 +571,48 @@ const ft = "AssistiveElement-module__root___WhQ43", Nt = "AssistiveElement-modul
571
571
  strokeLinecap: "round",
572
572
  strokeLinejoin: "round",
573
573
  children: [
574
- /* @__PURE__ */ e("path", { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" }),
575
- /* @__PURE__ */ e("path", { d: "M12 9v4" }),
576
- /* @__PURE__ */ e("path", { d: "M12 17h.01" })
574
+ /* @__PURE__ */ t("path", { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" }),
575
+ /* @__PURE__ */ t("path", { d: "M12 9v4" }),
576
+ /* @__PURE__ */ t("path", { d: "M12 17h.01" })
577
577
  ]
578
578
  }
579
- ), Ce = $(function({
579
+ ), xe = v(function({
580
580
  assistiveVariant: o = "help",
581
581
  assistiveWithIcon: n = !0,
582
582
  children: s,
583
- className: t,
584
- overStyled: a = !1,
585
- ...c
586
- }, l) {
587
- const i = v(c, a), p = ve.root, m = t ? `${p} ${t}` : p, y = o === "error" ? Ct : vt;
583
+ className: e,
584
+ overStyled: r = !1,
585
+ ...l
586
+ }, i) {
587
+ const c = N(l, r), p = Pe.root, m = e ? `${p} ${e}` : p, y = o === "error" ? Et : Ft;
588
588
  return /* @__PURE__ */ E(
589
589
  "div",
590
590
  {
591
- ref: l,
591
+ ref: i,
592
592
  className: m,
593
593
  "data-variant": o,
594
- style: i.style,
595
- ...i,
594
+ style: c.style,
595
+ ...c,
596
596
  children: [
597
- n && /* @__PURE__ */ e("span", { className: ve.iconWrapper, children: /* @__PURE__ */ e(y, {}) }),
598
- /* @__PURE__ */ e("span", { className: ve.textWrapper, children: s })
597
+ n && /* @__PURE__ */ t("span", { className: Pe.iconWrapper, children: /* @__PURE__ */ t(y, {}) }),
598
+ /* @__PURE__ */ t("span", { className: Pe.textWrapper, children: s })
599
599
  ]
600
600
  }
601
601
  );
602
602
  });
603
- Ce.displayName = "AssistiveElement";
604
- const gt = "FormControlWrapper-module__inputSection___HenXk", Ae = {
605
- inputSection: gt
606
- }, _e = $(function({
603
+ xe.displayName = "AssistiveElement";
604
+ const Bt = "FormControlWrapper-module__inputSection___HenXk", ze = {
605
+ inputSection: Bt
606
+ }, fe = v(function({
607
607
  formLayout: o,
608
608
  labelSize: n,
609
609
  labelAlignment: s,
610
- labelOptionalText: t,
611
- labelWithEditIcon: a,
612
- labelActionArea: c,
613
- onLabelEditClick: l,
610
+ labelOptionalText: e,
611
+ labelWithEditIcon: r,
612
+ labelActionArea: l,
613
+ onLabelEditClick: i,
614
614
  label: d,
615
- description: i,
615
+ description: c,
616
616
  assistiveText: p,
617
617
  assistiveWithIcon: m = !0,
618
618
  controlMaxWidth: y,
@@ -621,231 +621,231 @@ const gt = "FormControlWrapper-module__inputSection___HenXk", Ae = {
621
621
  required: f,
622
622
  withAsterisk: C,
623
623
  id: h,
624
- children: g,
624
+ children: w,
625
625
  className: b,
626
- overStyled: P = !1,
627
- labelElement: N,
626
+ overStyled: W = !1,
627
+ labelElement: $,
628
628
  // Extracted safely preventing bleeding into HTML domains
629
- ...z
630
- }, L) {
631
- const k = _o(), R = h || `recursica-fc-${k}`, O = p || i, S = O ? `${R}-assistive` : void 0, T = _ ? `${R}-error` : void 0, I = v(z, P), J = b || I.className, pe = Ae.root, j = J ? `${pe} ${J}` : pe, mo = B.isValidElement(g) ? B.cloneElement(
632
- g,
629
+ ...L
630
+ }, S) {
631
+ const x = ko(), I = h || `recursica-fc-${x}`, R = p || c, k = R ? `${I}-assistive` : void 0, P = _ ? `${I}-error` : void 0, z = N(L, W), te = b || z.className, be = ze.root, j = te ? `${be} ${te}` : be, Wo = B.isValidElement(w) ? B.cloneElement(
632
+ w,
633
633
  {
634
- ...O && !g.props["aria-describedby"] ? { "aria-describedby": S } : {},
635
- ..._ && !g.props["aria-errormessage"] ? { "aria-errormessage": T } : {}
634
+ ...R && !w.props["aria-describedby"] ? { "aria-describedby": k } : {},
635
+ ..._ && !w.props["aria-errormessage"] ? { "aria-errormessage": P } : {}
636
636
  }
637
- ) : g, uo = d ? /* @__PURE__ */ e(
638
- qe,
637
+ ) : w, So = d ? /* @__PURE__ */ t(
638
+ Je,
639
639
  {
640
- id: R,
640
+ id: I,
641
641
  labelAlignment: s,
642
- labelOptionalText: t,
643
- labelWithEditIcon: a,
644
- labelActionArea: c,
645
- onLabelEditClick: l,
642
+ labelOptionalText: e,
643
+ labelWithEditIcon: r,
644
+ labelActionArea: l,
645
+ onLabelEditClick: i,
646
646
  required: C ?? f,
647
- ...N === "div" ? { as: "div" } : {},
647
+ ...$ === "div" ? { as: "div" } : {},
648
648
  children: d
649
649
  }
650
650
  ) : void 0;
651
- return /* @__PURE__ */ e(
652
- X,
651
+ return /* @__PURE__ */ t(
652
+ J,
653
653
  {
654
- ref: L,
654
+ ref: S,
655
655
  className: j,
656
656
  formLayout: o,
657
657
  labelSize: n,
658
658
  controlMaxWidth: y,
659
659
  controlMinWidth: u,
660
- leftSection: uo,
661
- ...I,
662
- children: /* @__PURE__ */ E("div", { className: Ae.inputSection, children: [
663
- mo,
664
- _ && /* @__PURE__ */ e(
665
- Ce,
660
+ leftSection: So,
661
+ ...z,
662
+ children: /* @__PURE__ */ E("div", { className: ze.inputSection, children: [
663
+ Wo,
664
+ _ && /* @__PURE__ */ t(
665
+ xe,
666
666
  {
667
- id: T,
667
+ id: P,
668
668
  assistiveVariant: "error",
669
669
  assistiveWithIcon: m,
670
670
  children: _
671
671
  }
672
672
  ),
673
- !_ && O && /* @__PURE__ */ e(
674
- Ce,
673
+ !_ && R && /* @__PURE__ */ t(
674
+ xe,
675
675
  {
676
- id: S,
676
+ id: k,
677
677
  assistiveVariant: "help",
678
678
  assistiveWithIcon: m,
679
- children: O
679
+ children: R
680
680
  }
681
681
  )
682
682
  ] })
683
683
  }
684
684
  );
685
685
  });
686
- _e.displayName = "FormControlWrapper";
687
- const xt = "_root_1qhn7_3", wt = "_contents_1qhn7_18", te = {
688
- root: xt,
689
- contents: wt
690
- }, Pt = $(function({ layer: r, contentsOnly: o, children: n, className: s, style: t, ...a }, c) {
691
- const l = o ? s ? `${te.root} ${te.contents} ${s}` : `${te.root} ${te.contents}` : s ? `${te.root} ${s}` : te.root;
692
- return /* @__PURE__ */ e(
686
+ fe.displayName = "FormControlWrapper";
687
+ const jt = "_root_1qhn7_3", Dt = "_contents_1qhn7_18", ae = {
688
+ root: jt,
689
+ contents: Dt
690
+ }, Vt = v(function({ layer: a, contentsOnly: o, children: n, className: s, style: e, ...r }, l) {
691
+ const i = o ? s ? `${ae.root} ${ae.contents} ${s}` : `${ae.root} ${ae.contents}` : s ? `${ae.root} ${s}` : ae.root;
692
+ return /* @__PURE__ */ t(
693
693
  "div",
694
694
  {
695
- ref: c,
696
- className: l,
697
- style: t,
698
- ...o ? {} : { "data-recursica-layer": String(r) },
699
- ...a,
695
+ ref: l,
696
+ className: i,
697
+ style: e,
698
+ ...o ? {} : { "data-recursica-layer": String(a) },
699
+ ...r,
700
700
  children: n
701
701
  }
702
702
  );
703
703
  });
704
- Pt.displayName = "Layer";
705
- const be = ({ emptyText: r = "N/A" }) => /* @__PURE__ */ e(B.Fragment, { children: r });
706
- be.displayName = "EmptyValueRenderer";
707
- be.check = (r) => r == null || r === "" || Array.isArray(r) && r.length === 0;
708
- const ke = "data-recursica-theme";
709
- function Xr({
710
- children: r,
704
+ Vt.displayName = "Layer";
705
+ const Ne = ({ emptyText: a = "N/A" }) => /* @__PURE__ */ t(B.Fragment, { children: a });
706
+ Ne.displayName = "EmptyValueRenderer";
707
+ Ne.check = (a) => a == null || a === "" || Array.isArray(a) && a.length === 0;
708
+ const Re = "data-recursica-theme";
709
+ function ks({
710
+ children: a,
711
711
  theme: o = "light"
712
712
  }) {
713
- return bo(() => {
713
+ return To(() => {
714
714
  const n = document.documentElement;
715
- return n.setAttribute(ke, o), () => {
716
- n.removeAttribute(ke);
715
+ return n.setAttribute(Re, o), () => {
716
+ n.removeAttribute(Re);
717
717
  };
718
- }, [o]), /* @__PURE__ */ e(de, { children: r });
718
+ }, [o]), /* @__PURE__ */ t(_e, { children: a });
719
719
  }
720
- const Wt = "ReadOnlyField-module__textField___qKn25", ye = {
721
- textField: Wt
722
- }, ue = ({
723
- value: r,
720
+ const Gt = "ReadOnlyField-module__textField___qKn25", $e = {
721
+ textField: Gt
722
+ }, he = ({
723
+ value: a,
724
724
  overStyled: o = !1,
725
725
  ...n
726
726
  }) => {
727
- const s = v(n, o), t = s.className;
728
- return /* @__PURE__ */ e(
729
- ge,
727
+ const s = N(n, o), e = s.className;
728
+ return /* @__PURE__ */ t(
729
+ Ae,
730
730
  {
731
731
  component: "p",
732
- className: t ? `${ye.textField} ${t}` : ye.textField,
732
+ className: e ? `${$e.textField} ${e}` : $e.textField,
733
733
  ...s,
734
- children: r != null ? B.isValidElement(r) ? r : Array.isArray(r) ? r.join(", ") : String(r) : ""
734
+ children: a != null ? B.isValidElement(a) ? a : Array.isArray(a) ? a.join(", ") : String(a) : ""
735
735
  }
736
736
  );
737
737
  };
738
- ue.displayName = "ReadOnlyTextField";
739
- const Ye = $(
740
- function({ value: o, type: n = "text", emptyValueComponent: s, overStyled: t = !1, ...a }, c) {
741
- let l = null;
742
- const d = v(a, t), i = s || be, m = (i.check ? i.check(o) : be.check(o)) ? /* @__PURE__ */ e(i, { value: o }) : o;
738
+ he.displayName = "ReadOnlyTextField";
739
+ const eo = v(
740
+ function({ value: o, type: n = "text", emptyValueComponent: s, overStyled: e = !1, ...r }, l) {
741
+ let i = null;
742
+ const d = N(r, e), c = s || Ne, m = (c.check ? c.check(o) : Ne.check(o)) ? /* @__PURE__ */ t(c, { value: o }) : o;
743
743
  switch (n) {
744
744
  case "boolean":
745
- l = /* @__PURE__ */ e(
746
- ue,
745
+ i = /* @__PURE__ */ t(
746
+ he,
747
747
  {
748
748
  value: o === !0 ? "True" : o === !1 ? "False" : m,
749
- overStyled: t
749
+ overStyled: e
750
750
  }
751
751
  );
752
752
  break;
753
753
  case "switch":
754
- l = /* @__PURE__ */ e(
755
- ue,
754
+ i = /* @__PURE__ */ t(
755
+ he,
756
756
  {
757
757
  value: o === !0 ? "On" : o === !1 ? "Off" : m,
758
- overStyled: t
758
+ overStyled: e
759
759
  }
760
760
  );
761
761
  break;
762
762
  case "text":
763
763
  default:
764
- l = /* @__PURE__ */ e(
765
- ue,
764
+ i = /* @__PURE__ */ t(
765
+ he,
766
766
  {
767
767
  value: m,
768
- overStyled: t
768
+ overStyled: e
769
769
  }
770
770
  );
771
771
  break;
772
772
  }
773
- return /* @__PURE__ */ e(
774
- _e,
773
+ return /* @__PURE__ */ t(
774
+ fe,
775
775
  {
776
- ref: c,
777
- overStyled: t,
776
+ ref: l,
777
+ overStyled: e,
778
778
  ...d,
779
- children: l
779
+ children: i
780
780
  }
781
781
  );
782
782
  }
783
783
  );
784
- Ye.displayName = "ReadOnlyField";
785
- const oe = $(function({
784
+ eo.displayName = "ReadOnlyField";
785
+ const oe = v(function({
786
786
  readOnly: o,
787
787
  readOnlyComponent: n,
788
788
  readOnlyType: s = "text",
789
- readOnlyValue: t,
790
- readOnlyNativeProps: a,
791
- emptyValueComponent: c,
792
- activeComponent: l,
789
+ readOnlyValue: e,
790
+ readOnlyNativeProps: r,
791
+ emptyValueComponent: l,
792
+ activeComponent: i,
793
793
  overStyled: d,
794
- onLabelEditClick: i,
794
+ onLabelEditClick: c,
795
795
  ...p
796
796
  }, m) {
797
- return o ? n ? /* @__PURE__ */ e(
798
- _e,
797
+ return o ? n ? /* @__PURE__ */ t(
798
+ fe,
799
799
  {
800
800
  ref: m,
801
801
  ...p,
802
- onLabelEditClick: i,
802
+ onLabelEditClick: c,
803
803
  overStyled: d,
804
- children: /* @__PURE__ */ e(n, { ...a })
804
+ children: /* @__PURE__ */ t(n, { ...r })
805
805
  }
806
- ) : /* @__PURE__ */ e(
807
- Ye,
806
+ ) : /* @__PURE__ */ t(
807
+ eo,
808
808
  {
809
809
  ref: m,
810
810
  type: s,
811
- value: t,
812
- emptyValueComponent: c,
813
- onLabelEditClick: i,
811
+ value: e,
812
+ emptyValueComponent: l,
813
+ onLabelEditClick: c,
814
814
  overStyled: d,
815
815
  ...p
816
816
  }
817
- ) : /* @__PURE__ */ e(
818
- _e,
817
+ ) : /* @__PURE__ */ t(
818
+ fe,
819
819
  {
820
820
  ref: m,
821
821
  ...p,
822
- onLabelEditClick: i,
822
+ onLabelEditClick: c,
823
823
  overStyled: d,
824
- children: l
824
+ children: i
825
825
  }
826
826
  );
827
827
  });
828
828
  oe.displayName = "WithReadOnlyWrapper";
829
- const At = "Checkbox-module__groupRoot___cBS0o", kt = "Checkbox-module__root___mY3qk", St = "Checkbox-module__body___5yC7q", Tt = "Checkbox-module__inner___rTke4", It = "Checkbox-module__input___2kt-h", Lt = "Checkbox-module__icon___-O7i6", Rt = "Checkbox-module__labelWrapper___GpZkr", Ot = "Checkbox-module__label___cwRtI", W = {
830
- groupRoot: At,
831
- root: kt,
832
- body: St,
833
- inner: Tt,
834
- input: It,
835
- icon: Lt,
836
- labelWrapper: Rt,
837
- label: Ot
838
- }, Ze = $(
829
+ const qt = "Checkbox-module__groupRoot___cBS0o", Ht = "Checkbox-module__root___mY3qk", Ut = "Checkbox-module__body___5yC7q", Yt = "Checkbox-module__inner___rTke4", Zt = "Checkbox-module__input___2kt-h", Kt = "Checkbox-module__icon___-O7i6", Qt = "Checkbox-module__labelWrapper___GpZkr", Xt = "Checkbox-module__label___cwRtI", T = {
830
+ groupRoot: qt,
831
+ root: Ht,
832
+ body: Ut,
833
+ inner: Yt,
834
+ input: Zt,
835
+ icon: Kt,
836
+ labelWrapper: Qt,
837
+ label: Xt
838
+ }, oo = v(
839
839
  function(o, n) {
840
840
  const {
841
841
  overStyled: s = !1,
842
- formLayout: t = "stacked",
842
+ formLayout: e = "stacked",
843
843
  // Label Wrappers
844
- labelSize: a,
845
- labelAlignment: c,
846
- labelOptionalText: l,
844
+ labelSize: r,
845
+ labelAlignment: l,
846
+ labelOptionalText: i,
847
847
  labelWithEditIcon: d,
848
- onLabelEditClick: i,
848
+ onLabelEditClick: c,
849
849
  // Base Mantine Extracted Attributes
850
850
  label: p,
851
851
  description: m,
@@ -855,31 +855,31 @@ const At = "Checkbox-module__groupRoot___cBS0o", kt = "Checkbox-module__root___m
855
855
  required: f,
856
856
  withAsterisk: C,
857
857
  id: h,
858
- className: g,
858
+ className: w,
859
859
  style: b,
860
- children: P,
861
- readOnly: N,
862
- readOnlyComponent: z,
863
- emptyValueComponent: L,
864
- value: k,
865
- defaultValue: R,
866
- ...O
867
- } = o, S = v(O, s), T = S;
868
- return delete T.size, /* @__PURE__ */ e(
860
+ children: W,
861
+ readOnly: $,
862
+ readOnlyComponent: L,
863
+ emptyValueComponent: S,
864
+ value: x,
865
+ defaultValue: I,
866
+ ...R
867
+ } = o, k = N(R, s), P = k;
868
+ return delete P.size, /* @__PURE__ */ t(
869
869
  oe,
870
870
  {
871
- className: g,
871
+ className: w,
872
872
  style: b,
873
873
  controlMaxWidth: "var(--recursica_ui-kit_components_checkbox-item_properties_max-width)",
874
874
  controlMinWidth: void 0,
875
875
  overStyled: s,
876
876
  labelElement: "div",
877
- formLayout: t,
878
- labelSize: a,
879
- labelAlignment: c,
880
- labelOptionalText: l,
877
+ formLayout: e,
878
+ labelSize: r,
879
+ labelAlignment: l,
880
+ labelOptionalText: i,
881
881
  labelWithEditIcon: d,
882
- onLabelEditClick: i,
882
+ onLabelEditClick: c,
883
883
  label: p,
884
884
  description: m,
885
885
  assistiveText: y,
@@ -888,112 +888,112 @@ const At = "Checkbox-module__groupRoot___cBS0o", kt = "Checkbox-module__root___m
888
888
  required: f,
889
889
  withAsterisk: C,
890
890
  id: h,
891
- readOnly: N && !!z,
892
- readOnlyComponent: z,
893
- emptyValueComponent: L,
891
+ readOnly: $ && !!L,
892
+ readOnlyComponent: L,
893
+ emptyValueComponent: S,
894
894
  readOnlyType: "text",
895
- readOnlyValue: k !== void 0 ? k : R,
895
+ readOnlyValue: x !== void 0 ? x : I,
896
896
  readOnlyNativeProps: o,
897
- activeComponent: /* @__PURE__ */ e(
898
- Te.Group,
897
+ activeComponent: /* @__PURE__ */ t(
898
+ Ee.Group,
899
899
  {
900
900
  ref: n,
901
- ...S,
902
- disabled: N || T.disabled,
903
- value: k,
904
- defaultValue: R,
905
- children: /* @__PURE__ */ e("div", { className: W.groupRoot, "data-layout": t, children: B.Children.map(P, (x) => B.isValidElement(x) ? B.cloneElement(x, {
906
- disabled: N || x.props.disabled
907
- }) : x) })
901
+ ...k,
902
+ disabled: $ || P.disabled,
903
+ value: x,
904
+ defaultValue: I,
905
+ children: /* @__PURE__ */ t("div", { className: T.groupRoot, "data-layout": e, children: B.Children.map(W, (g) => B.isValidElement(g) ? B.cloneElement(g, {
906
+ disabled: $ || g.props.disabled
907
+ }) : g) })
908
908
  }
909
909
  )
910
910
  }
911
911
  );
912
912
  }
913
913
  );
914
- Ze.displayName = "CheckboxGroup";
915
- const He = $(
914
+ oo.displayName = "CheckboxGroup";
915
+ const to = v(
916
916
  function(o, n) {
917
917
  const {
918
918
  overStyled: s = !1,
919
- readOnly: t,
920
- readOnlyComponent: a,
921
- disabled: c,
922
- formLayout: l,
919
+ readOnly: e,
920
+ readOnlyComponent: r,
921
+ disabled: l,
922
+ formLayout: i,
923
923
  labelSize: d,
924
- controlMaxWidth: i,
924
+ controlMaxWidth: c,
925
925
  controlMinWidth: p,
926
926
  ...m
927
- } = o, y = v(m, s), u = y;
927
+ } = o, y = N(m, s), u = y;
928
928
  delete u.size, delete u.color, delete u.radius, delete u.variant, delete u.iconColor;
929
929
  const _ = {
930
- root: W.root,
931
- body: W.body,
932
- inner: W.inner,
933
- input: W.input,
934
- icon: W.icon,
935
- labelWrapper: W.labelWrapper,
936
- label: W.label
930
+ root: T.root,
931
+ body: T.body,
932
+ inner: T.inner,
933
+ input: T.input,
934
+ icon: T.icon,
935
+ labelWrapper: T.labelWrapper,
936
+ label: T.label
937
937
  }, f = u.classNames;
938
938
  if (f && typeof f == "object" && !Array.isArray(f)) {
939
939
  const b = f;
940
- _.root = b.root ? `${W.root} ${b.root}` : W.root, _.body = b.body ? `${W.body} ${b.body}` : W.body, _.inner = b.inner ? `${W.inner} ${b.inner}` : W.inner, _.input = b.input ? `${W.input} ${b.input}` : W.input, _.icon = b.icon ? `${W.icon} ${b.icon}` : W.icon, _.labelWrapper = b.labelWrapper ? `${W.labelWrapper} ${b.labelWrapper}` : W.labelWrapper, _.label = b.label ? `${W.label} ${b.label}` : W.label;
940
+ _.root = b.root ? `${T.root} ${b.root}` : T.root, _.body = b.body ? `${T.body} ${b.body}` : T.body, _.inner = b.inner ? `${T.inner} ${b.inner}` : T.inner, _.input = b.input ? `${T.input} ${b.input}` : T.input, _.icon = b.icon ? `${T.icon} ${b.icon}` : T.icon, _.labelWrapper = b.labelWrapper ? `${T.labelWrapper} ${b.labelWrapper}` : T.labelWrapper, _.label = b.label ? `${T.label} ${b.label}` : T.label;
941
941
  }
942
- const C = u.className, h = C ? `${W.root} ${C}` : W.root;
943
- if (t && a) {
944
- const b = !!(u.checked ?? u.defaultChecked), N = /* @__PURE__ */ e(
945
- a,
942
+ const C = u.className, h = C ? `${T.root} ${C}` : T.root;
943
+ if (e && r) {
944
+ const b = !!(u.checked ?? u.defaultChecked), $ = /* @__PURE__ */ t(
945
+ r,
946
946
  {
947
947
  ...o,
948
948
  checked: b,
949
949
  label: u.label
950
950
  }
951
951
  );
952
- return l ? /* @__PURE__ */ e(
953
- X,
952
+ return i ? /* @__PURE__ */ t(
953
+ J,
954
954
  {
955
- formLayout: l,
955
+ formLayout: i,
956
956
  labelSize: d,
957
- controlMaxWidth: i,
957
+ controlMaxWidth: c,
958
958
  controlMinWidth: p,
959
- children: N
959
+ children: $
960
960
  }
961
- ) : /* @__PURE__ */ e(de, { children: N });
961
+ ) : /* @__PURE__ */ t(_e, { children: $ });
962
962
  }
963
- const g = /* @__PURE__ */ e(
964
- Te,
963
+ const w = /* @__PURE__ */ t(
964
+ Ee,
965
965
  {
966
966
  ref: n,
967
967
  className: h,
968
968
  classNames: _,
969
- disabled: t || c,
969
+ disabled: e || l,
970
970
  ...y
971
971
  }
972
972
  );
973
- return l ? /* @__PURE__ */ e(
974
- X,
973
+ return i ? /* @__PURE__ */ t(
974
+ J,
975
975
  {
976
- formLayout: l,
976
+ formLayout: i,
977
977
  labelSize: d,
978
- controlMaxWidth: i,
978
+ controlMaxWidth: c,
979
979
  controlMinWidth: p,
980
- children: g
980
+ children: w
981
981
  }
982
- ) : g;
982
+ ) : w;
983
983
  }
984
984
  );
985
- He.displayName = "Checkbox";
986
- He.Group = Ze;
987
- const zt = "Chip-module__root___f5pFk", Mt = "Chip-module__label___Ov9pg", Ft = "Chip-module__mantineIconWrapper___KLSz6", Et = "Chip-module__innerWrapper___EnrTF", Bt = "Chip-module__children___zbRAR", jt = "Chip-module__leadingIcon___JBtjQ", Dt = "Chip-module__removeIcon___pVju-", M = {
988
- root: zt,
989
- label: Mt,
990
- mantineIconWrapper: Ft,
991
- innerWrapper: Et,
992
- children: Bt,
993
- leadingIcon: jt,
994
- removeIcon: Dt
985
+ to.displayName = "Checkbox";
986
+ to.Group = oo;
987
+ const Jt = "Chip-module__root___f5pFk", er = "Chip-module__label___Ov9pg", or = "Chip-module__mantineIconWrapper___KLSz6", tr = "Chip-module__innerWrapper___EnrTF", rr = "Chip-module__children___zbRAR", sr = "Chip-module__leadingIcon___JBtjQ", ar = "Chip-module__removeIcon___pVju-", M = {
988
+ root: Jt,
989
+ label: er,
990
+ mantineIconWrapper: or,
991
+ innerWrapper: tr,
992
+ children: rr,
993
+ leadingIcon: sr,
994
+ removeIcon: ar
995
995
  };
996
- function Vt(r) {
996
+ function nr(a) {
997
997
  return /* @__PURE__ */ E(
998
998
  "svg",
999
999
  {
@@ -1006,24 +1006,24 @@ function Vt(r) {
1006
1006
  strokeWidth: "2",
1007
1007
  strokeLinecap: "round",
1008
1008
  strokeLinejoin: "round",
1009
- ...r,
1009
+ ...a,
1010
1010
  children: [
1011
- /* @__PURE__ */ e("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
1012
- /* @__PURE__ */ e("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
1011
+ /* @__PURE__ */ t("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
1012
+ /* @__PURE__ */ t("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
1013
1013
  ]
1014
1014
  }
1015
1015
  );
1016
1016
  }
1017
- const Gt = $(function({
1017
+ const lr = v(function({
1018
1018
  error: o = !1,
1019
1019
  icon: n,
1020
1020
  onRemove: s,
1021
- removeLabel: t = "Remove",
1022
- children: a,
1023
- overStyled: c = !1,
1024
- ...l
1021
+ removeLabel: e = "Remove",
1022
+ children: r,
1023
+ overStyled: l = !1,
1024
+ ...i
1025
1025
  }, d) {
1026
- const i = v(l, c), p = i, m = {
1026
+ const c = N(i, l), p = c, m = {
1027
1027
  root: M.root,
1028
1028
  label: M.label,
1029
1029
  input: M.input,
@@ -1035,19 +1035,19 @@ const Gt = $(function({
1035
1035
  m.root = h.root ? `${M.root} ${h.root}` : M.root, m.label = h.label ? `${M.label} ${h.label}` : M.label;
1036
1036
  }
1037
1037
  const u = p.className, _ = u ? `${M.root} ${u}` : M.root;
1038
- return /* @__PURE__ */ e(
1039
- $o,
1038
+ return /* @__PURE__ */ t(
1039
+ Lo,
1040
1040
  {
1041
1041
  ref: d,
1042
1042
  className: _,
1043
1043
  classNames: m,
1044
1044
  ...(o ? "" : void 0) !== void 0 ? { "data-error": "" } : {},
1045
- ...!a && (!!n || !!s) ? { "data-icon-only": "" } : {},
1046
- ...i,
1045
+ ...!r && (!!n || !!s) ? { "data-icon-only": "" } : {},
1046
+ ...c,
1047
1047
  children: /* @__PURE__ */ E("span", { className: M.innerWrapper, children: [
1048
- n && /* @__PURE__ */ e("span", { className: M.leadingIcon, "aria-hidden": !0, children: n }),
1049
- /* @__PURE__ */ e("span", { className: M.children, children: a }),
1050
- s && /* @__PURE__ */ e(
1048
+ n && /* @__PURE__ */ t("span", { className: M.leadingIcon, "aria-hidden": !0, children: n }),
1049
+ /* @__PURE__ */ t("span", { className: M.children, children: r }),
1050
+ s && /* @__PURE__ */ t(
1051
1051
  "span",
1052
1052
  {
1053
1053
  role: "button",
@@ -1055,71 +1055,71 @@ const Gt = $(function({
1055
1055
  onClick: (h) => {
1056
1056
  h.preventDefault(), h.stopPropagation(), s(h);
1057
1057
  },
1058
- "aria-label": t,
1058
+ "aria-label": e,
1059
1059
  onKeyDown: (h) => {
1060
1060
  (h.key === "Enter" || h.key === " ") && (h.preventDefault(), h.stopPropagation(), s(
1061
1061
  h
1062
1062
  ));
1063
1063
  },
1064
1064
  tabIndex: 0,
1065
- children: /* @__PURE__ */ e(Vt, {})
1065
+ children: /* @__PURE__ */ t(nr, {})
1066
1066
  }
1067
1067
  )
1068
1068
  ] })
1069
1069
  }
1070
1070
  );
1071
1071
  });
1072
- Gt.displayName = "Chip";
1073
- const qt = "Container-module__root___UVssr", se = {
1074
- root: qt
1075
- }, Yt = $(
1076
- function({ children: o, size: n, overStyled: s = !1, ...t }, a) {
1077
- const c = v(t, s), l = c, d = {
1072
+ lr.displayName = "Chip";
1073
+ const ir = "Container-module__root___UVssr", ie = {
1074
+ root: ir
1075
+ }, cr = v(
1076
+ function({ children: o, size: n, overStyled: s = !1, ...e }, r) {
1077
+ const l = N(e, s), i = l, d = {
1078
1078
  "rec-sm": "sm",
1079
1079
  "rec-default": "md",
1080
1080
  "rec-md": "md",
1081
1081
  "rec-lg": "lg",
1082
1082
  "rec-xl": "xl",
1083
1083
  "rec-2xl": "xl"
1084
- }, i = typeof n == "string" && d[n] ? d[n] : n, p = {
1085
- root: se.root
1086
- }, m = l.classNames;
1084
+ }, c = typeof n == "string" && d[n] ? d[n] : n, p = {
1085
+ root: ie.root
1086
+ }, m = i.classNames;
1087
1087
  if (m && typeof m == "object" && !Array.isArray(m)) {
1088
1088
  const _ = m;
1089
- p.root = _.root ? `${se.root} ${_.root}` : se.root;
1089
+ p.root = _.root ? `${ie.root} ${_.root}` : ie.root;
1090
1090
  }
1091
- const y = l.className, u = y ? `${se.root} ${y}` : se.root;
1092
- return /* @__PURE__ */ e(
1093
- vo,
1091
+ const y = i.className, u = y ? `${ie.root} ${y}` : ie.root;
1092
+ return /* @__PURE__ */ t(
1093
+ Mo,
1094
1094
  {
1095
- ref: a,
1096
- size: i,
1095
+ ref: r,
1096
+ size: c,
1097
1097
  className: u,
1098
1098
  classNames: p,
1099
- ...c,
1099
+ ...l,
1100
1100
  children: o
1101
1101
  }
1102
1102
  );
1103
1103
  }
1104
1104
  );
1105
- Yt.displayName = "Container";
1106
- const Qr = (r) => /* @__PURE__ */ e("div", { ...r, children: "DatePicker" }), Zt = "Dropdown-module__root___uVyL0", Ht = "Dropdown-module__input___dK4dN", Kt = "Dropdown-module__section___j3MRB", Ut = "Dropdown-module__dropdown___gG-Sw", Xt = "Dropdown-module__option___nAGU-", F = {
1107
- root: Zt,
1108
- input: Ht,
1109
- section: Kt,
1110
- dropdown: Ut,
1111
- option: Xt
1112
- }, Qt = $(
1105
+ cr.displayName = "Container";
1106
+ const Ts = (a) => /* @__PURE__ */ t("div", { ...a, children: "DatePicker" }), dr = "Dropdown-module__root___uVyL0", pr = "Dropdown-module__input___dK4dN", mr = "Dropdown-module__section___j3MRB", ur = "Dropdown-module__dropdown___gG-Sw", _r = "Dropdown-module__option___nAGU-", F = {
1107
+ root: dr,
1108
+ input: pr,
1109
+ section: mr,
1110
+ dropdown: ur,
1111
+ option: _r
1112
+ }, br = v(
1113
1113
  function(o, n) {
1114
1114
  const {
1115
1115
  overStyled: s = !1,
1116
- formLayout: t = "stacked",
1117
- containerWidth: a,
1116
+ formLayout: e = "stacked",
1117
+ containerWidth: r,
1118
1118
  // Label & Wrapper Maps
1119
- labelSize: c,
1120
- labelAlignment: l,
1119
+ labelSize: l,
1120
+ labelAlignment: i,
1121
1121
  labelOptionalText: d,
1122
- labelWithEditIcon: i,
1122
+ labelWithEditIcon: c,
1123
1123
  onLabelEditClick: p,
1124
1124
  label: m,
1125
1125
  assistiveText: y,
@@ -1128,47 +1128,47 @@ const Qr = (r) => /* @__PURE__ */ e("div", { ...r, children: "DatePicker" }), Zt
1128
1128
  required: f,
1129
1129
  withAsterisk: C,
1130
1130
  id: h,
1131
- className: g,
1131
+ className: w,
1132
1132
  style: b,
1133
- disabled: P,
1134
- readOnly: N,
1135
- readOnlyComponent: z,
1136
- emptyValueComponent: L,
1137
- value: k,
1138
- defaultValue: R,
1139
- data: O,
1140
- ...S
1141
- } = o, T = v(S, s), x = T;
1142
- delete x.size, delete x.variant, delete x.radius;
1143
- const I = {
1133
+ disabled: W,
1134
+ readOnly: $,
1135
+ readOnlyComponent: L,
1136
+ emptyValueComponent: S,
1137
+ value: x,
1138
+ defaultValue: I,
1139
+ data: R,
1140
+ ...k
1141
+ } = o, P = N(k, s), g = P;
1142
+ delete g.size, delete g.variant, delete g.radius;
1143
+ const z = {
1144
1144
  wrapper: F.root,
1145
1145
  // The nested Input internal relative wrapper bounding box
1146
1146
  input: F.input,
1147
1147
  section: F.section,
1148
1148
  dropdown: F.dropdown,
1149
1149
  option: F.option
1150
- }, J = x.classNames;
1151
- if (J && typeof J == "object" && !Array.isArray(J)) {
1152
- const j = J;
1153
- I.wrapper = j.wrapper ? `${F.root} ${j.wrapper}` : F.root, I.input = j.input ? `${F.input} ${j.input}` : F.input, I.section = j.section ? `${F.section} ${j.section}` : F.section, I.dropdown = j.dropdown ? `${F.dropdown} ${j.dropdown}` : F.dropdown, I.option = j.option ? `${F.option} ${j.option}` : F.option;
1150
+ }, te = g.classNames;
1151
+ if (te && typeof te == "object" && !Array.isArray(te)) {
1152
+ const j = te;
1153
+ z.wrapper = j.wrapper ? `${F.root} ${j.wrapper}` : F.root, z.input = j.input ? `${F.input} ${j.input}` : F.input, z.section = j.section ? `${F.section} ${j.section}` : F.section, z.dropdown = j.dropdown ? `${F.dropdown} ${j.dropdown}` : F.dropdown, z.option = j.option ? `${F.option} ${j.option}` : F.option;
1154
1154
  }
1155
- const pe = {
1155
+ const be = {
1156
1156
  ...b || {},
1157
- width: a || "100%"
1157
+ width: r || "100%"
1158
1158
  };
1159
- return /* @__PURE__ */ e(
1159
+ return /* @__PURE__ */ t(
1160
1160
  oe,
1161
1161
  {
1162
- className: g,
1163
- style: pe,
1162
+ className: w,
1163
+ style: be,
1164
1164
  controlMaxWidth: "var(--recursica_ui-kit_components_dropdown_properties_max-width)",
1165
1165
  controlMinWidth: "var(--recursica_ui-kit_components_dropdown_properties_min-width)",
1166
1166
  overStyled: s,
1167
- formLayout: t,
1168
- labelSize: c,
1169
- labelAlignment: l,
1167
+ formLayout: e,
1168
+ labelSize: l,
1169
+ labelAlignment: i,
1170
1170
  labelOptionalText: d,
1171
- labelWithEditIcon: i,
1171
+ labelWithEditIcon: c,
1172
1172
  onLabelEditClick: p,
1173
1173
  label: m,
1174
1174
  assistiveText: y,
@@ -1177,33 +1177,33 @@ const Qr = (r) => /* @__PURE__ */ e("div", { ...r, children: "DatePicker" }), Zt
1177
1177
  required: f,
1178
1178
  withAsterisk: C,
1179
1179
  id: h,
1180
- readOnly: N,
1181
- readOnlyComponent: z,
1182
- emptyValueComponent: L,
1180
+ readOnly: $,
1181
+ readOnlyComponent: L,
1182
+ emptyValueComponent: S,
1183
1183
  readOnlyType: "text",
1184
- readOnlyValue: k !== void 0 ? String(k) : R ? String(R) : void 0,
1184
+ readOnlyValue: x !== void 0 ? String(x) : I ? String(I) : void 0,
1185
1185
  readOnlyNativeProps: o,
1186
1186
  activeComponent: (
1187
1187
  /* Naked Select execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
1188
- /* @__PURE__ */ e(
1189
- Co,
1188
+ /* @__PURE__ */ t(
1189
+ Fo,
1190
1190
  {
1191
1191
  ref: n,
1192
- classNames: I,
1193
- disabled: P,
1194
- value: k,
1195
- defaultValue: R,
1196
- data: O || [],
1192
+ classNames: z,
1193
+ disabled: W,
1194
+ value: x,
1195
+ defaultValue: I,
1196
+ data: R || [],
1197
1197
  label: void 0,
1198
1198
  description: void 0,
1199
1199
  error: void 0,
1200
1200
  required: void 0,
1201
1201
  withAsterisk: void 0,
1202
1202
  wrapperProps: {
1203
- "data-disabled": P ? "true" : void 0,
1203
+ "data-disabled": W ? "true" : void 0,
1204
1204
  "data-error": _ ? "true" : void 0
1205
1205
  },
1206
- ...T
1206
+ ...P
1207
1207
  }
1208
1208
  )
1209
1209
  )
@@ -1211,249 +1211,458 @@ const Qr = (r) => /* @__PURE__ */ e("div", { ...r, children: "DatePicker" }), Zt
1211
1211
  );
1212
1212
  }
1213
1213
  );
1214
- Qt.displayName = "Dropdown";
1215
- const Jr = (r) => /* @__PURE__ */ e("div", { ...r, children: "FileInput" }), ea = (r) => /* @__PURE__ */ e("div", { ...r, children: "FileUpload" }), Jt = "Flex-module__root___yYser", ne = {
1216
- root: Jt
1217
- }, Ke = $(function({ children: o, overStyled: n = !1, gap: s = "rec-default", ...t }, a) {
1218
- const c = v({ ...t, gap: s }, n), l = c, d = {
1219
- root: ne.root
1220
- }, i = l.classNames;
1221
- if (i && typeof i == "object" && !Array.isArray(i)) {
1222
- const y = i;
1223
- d.root = y.root ? `${ne.root} ${y.root}` : ne.root;
1214
+ br.displayName = "Dropdown";
1215
+ const Os = (a) => /* @__PURE__ */ t("div", { ...a, children: "FileInput" }), Is = (a) => /* @__PURE__ */ t("div", { ...a, children: "FileUpload" }), yr = "Flex-module__root___yYser", ce = {
1216
+ root: yr
1217
+ }, ro = v(function({ children: o, overStyled: n = !1, gap: s = "rec-default", ...e }, r) {
1218
+ const l = N({ ...e, gap: s }, n), i = l, d = {
1219
+ root: ce.root
1220
+ }, c = i.classNames;
1221
+ if (c && typeof c == "object" && !Array.isArray(c)) {
1222
+ const y = c;
1223
+ d.root = y.root ? `${ce.root} ${y.root}` : ce.root;
1224
1224
  }
1225
- const p = l.className, m = p ? `${ne.root} ${p}` : ne.root;
1226
- return /* @__PURE__ */ e(
1227
- go,
1225
+ const p = i.className, m = p ? `${ce.root} ${p}` : ce.root;
1226
+ return /* @__PURE__ */ t(
1227
+ Eo,
1228
1228
  {
1229
- ref: a,
1229
+ ref: r,
1230
1230
  className: m,
1231
1231
  classNames: d,
1232
- ...c,
1232
+ ...l,
1233
1233
  children: o
1234
1234
  }
1235
1235
  );
1236
1236
  });
1237
- Ke.displayName = "Flex";
1238
- const oa = Q(Ke), er = "Group-module__root___ftO64", le = {
1239
- root: er
1240
- }, or = $(function({ children: o, overStyled: n = !1, gap: s = "rec-default", ...t }, a) {
1241
- const c = v({ ...t, gap: s }, n), l = c, d = {
1242
- root: le.root
1243
- }, i = l.classNames;
1244
- if (i && typeof i == "object" && !Array.isArray(i)) {
1245
- const y = i;
1246
- d.root = y.root ? `${le.root} ${y.root}` : le.root;
1237
+ ro.displayName = "Flex";
1238
+ const zs = ee(ro), hr = "Group-module__root___ftO64", de = {
1239
+ root: hr
1240
+ }, fr = v(function({ children: o, overStyled: n = !1, gap: s = "rec-default", ...e }, r) {
1241
+ const l = N({ ...e, gap: s }, n), i = l, d = {
1242
+ root: de.root
1243
+ }, c = i.classNames;
1244
+ if (c && typeof c == "object" && !Array.isArray(c)) {
1245
+ const y = c;
1246
+ d.root = y.root ? `${de.root} ${y.root}` : de.root;
1247
1247
  }
1248
- const p = l.className, m = p ? `${le.root} ${p}` : le.root;
1249
- return /* @__PURE__ */ e(
1250
- xo,
1248
+ const p = i.className, m = p ? `${de.root} ${p}` : de.root;
1249
+ return /* @__PURE__ */ t(
1250
+ Bo,
1251
1251
  {
1252
- ref: a,
1252
+ ref: r,
1253
1253
  className: m,
1254
1254
  classNames: d,
1255
- ...c,
1255
+ ...l,
1256
1256
  children: o
1257
1257
  }
1258
1258
  );
1259
1259
  });
1260
- or.displayName = "Group";
1261
- const ta = (r) => /* @__PURE__ */ e("div", { ...r, children: "HoverCard" }), ra = (r) => /* @__PURE__ */ e("div", { ...r, children: "Link" }), tr = "Loader-module__root___6iYOP", ce = {
1262
- root: tr
1263
- }, rr = $(function({ variant: o = "oval", size: n = "default", overStyled: s = !1, ...t }, a) {
1264
- const l = {
1260
+ fr.displayName = "Group";
1261
+ const Nr = "HoverCard-module__dropdown___FBPFW", $r = "HoverCard-module__arrow___S9AkE", Le = {
1262
+ dropdown: Nr,
1263
+ arrow: $r
1264
+ }, so = function({
1265
+ overStyled: o = !1,
1266
+ withBeak: n = !0,
1267
+ ...s
1268
+ }) {
1269
+ const e = N(s, o), r = {
1270
+ dropdown: Le.dropdown,
1271
+ arrow: Le.arrow
1272
+ }, l = e.classNames;
1273
+ if (l && typeof l == "object" && !Array.isArray(l)) {
1274
+ const p = l;
1275
+ Object.keys(p).forEach((m) => {
1276
+ r[m] ? r[m] = `${r[m]} ${p[m]}` : r[m] = p[m];
1277
+ });
1278
+ }
1279
+ const i = e.arrowSize ?? 16, d = e.withArrow;
1280
+ return /* @__PURE__ */ t(
1281
+ We,
1282
+ {
1283
+ position: "top",
1284
+ arrowSize: i,
1285
+ withArrow: n ?? d,
1286
+ classNames: r,
1287
+ ...e
1288
+ }
1289
+ );
1290
+ };
1291
+ so.displayName = "HoverCard";
1292
+ const ao = function(o) {
1293
+ return /* @__PURE__ */ t(We.Target, { ...o });
1294
+ };
1295
+ ao.displayName = "HoverCardTarget";
1296
+ const no = function({
1297
+ overStyled: o = !1,
1298
+ ...n
1299
+ }) {
1300
+ const s = N(n, o), e = s.className;
1301
+ return /* @__PURE__ */ t(
1302
+ We.Dropdown,
1303
+ {
1304
+ className: e,
1305
+ ...s
1306
+ }
1307
+ );
1308
+ };
1309
+ no.displayName = "HoverCardDropdown";
1310
+ const lo = so;
1311
+ lo.Target = ao;
1312
+ lo.Dropdown = no;
1313
+ const Rs = (a) => /* @__PURE__ */ t("div", { ...a, children: "Link" }), vr = "Loader-module__root___6iYOP", pe = {
1314
+ root: vr
1315
+ }, Cr = v(function({ variant: o = "oval", size: n = "default", overStyled: s = !1, ...e }, r) {
1316
+ const i = {
1265
1317
  sm: "small",
1266
1318
  md: "default",
1267
1319
  lg: "large",
1268
1320
  small: "small",
1269
1321
  default: "default",
1270
1322
  large: "large"
1271
- }[n] || "default", d = v(t, s), i = {
1272
- root: ce.root
1323
+ }[n] || "default", d = N(e, s), c = {
1324
+ root: pe.root
1273
1325
  }, p = d.classNames;
1274
1326
  if (p && typeof p == "object" && !Array.isArray(p)) {
1275
1327
  const u = p;
1276
- i.root = u.root ? `${ce.root} ${u.root}` : ce.root;
1328
+ c.root = u.root ? `${pe.root} ${u.root}` : pe.root;
1277
1329
  }
1278
- const m = d.className, y = m ? `${ce.root} ${m}` : ce.root;
1279
- return /* @__PURE__ */ e(
1280
- wo,
1330
+ const m = d.className, y = m ? `${pe.root} ${m}` : pe.root;
1331
+ return /* @__PURE__ */ t(
1332
+ jo,
1281
1333
  {
1282
- ref: a,
1334
+ ref: r,
1283
1335
  type: o,
1284
1336
  "data-variant": o,
1285
- "data-size": l,
1337
+ "data-size": i,
1286
1338
  ...d,
1287
1339
  className: y,
1288
- classNames: i
1340
+ classNames: c
1289
1341
  }
1290
1342
  );
1291
1343
  });
1292
- rr.displayName = "Loader";
1293
- const ar = "Menu-module__dropdown___j4xuA", sr = "Menu-module__item___NMXha", nr = "Menu-module__itemLabel___zvcqC", lr = "Menu-module__itemSection___pRIcn", cr = "Menu-module__divider___wPiNq", ir = "Menu-module__label___4FBGa", dr = "Menu-module__chevron___hEEiy", ee = {
1294
- dropdown: ar,
1295
- item: sr,
1296
- itemLabel: nr,
1297
- itemSection: lr,
1298
- divider: cr,
1299
- label: ir,
1300
- chevron: dr
1301
- }, Ue = function({ overStyled: o = !1, ...n }) {
1302
- const s = v(n, o), t = {
1303
- dropdown: ee.dropdown,
1304
- item: ee.item,
1305
- itemLabel: ee.itemLabel,
1306
- itemSection: ee.itemSection,
1307
- divider: ee.divider,
1308
- label: ee.label,
1309
- chevron: ee.chevron
1310
- }, a = s.classNames;
1311
- if (a && typeof a == "object" && !Array.isArray(a)) {
1312
- const c = a;
1313
- Object.keys(c).forEach((l) => {
1314
- t[l] ? t[l] = `${t[l]} ${c[l]}` : t[l] = c[l];
1344
+ Cr.displayName = "Loader";
1345
+ const wr = "Menu-module__dropdown___j4xuA", gr = "Menu-module__item___NMXha", Pr = "Menu-module__itemLabel___zvcqC", xr = "Menu-module__itemSection___pRIcn", Ar = "Menu-module__divider___wPiNq", Wr = "Menu-module__label___4FBGa", Sr = "Menu-module__chevron___hEEiy", re = {
1346
+ dropdown: wr,
1347
+ item: gr,
1348
+ itemLabel: Pr,
1349
+ itemSection: xr,
1350
+ divider: Ar,
1351
+ label: Wr,
1352
+ chevron: Sr
1353
+ }, io = function({ overStyled: o = !1, ...n }) {
1354
+ const s = N(n, o), e = {
1355
+ dropdown: re.dropdown,
1356
+ item: re.item,
1357
+ itemLabel: re.itemLabel,
1358
+ itemSection: re.itemSection,
1359
+ divider: re.divider,
1360
+ label: re.label,
1361
+ chevron: re.chevron
1362
+ }, r = s.classNames;
1363
+ if (r && typeof r == "object" && !Array.isArray(r)) {
1364
+ const l = r;
1365
+ Object.keys(l).forEach((i) => {
1366
+ e[i] ? e[i] = `${e[i]} ${l[i]}` : e[i] = l[i];
1315
1367
  });
1316
1368
  }
1317
- return /* @__PURE__ */ e(
1369
+ return /* @__PURE__ */ t(
1318
1370
  q,
1319
1371
  {
1320
- classNames: t,
1372
+ classNames: e,
1321
1373
  ...s
1322
1374
  }
1323
1375
  );
1324
1376
  };
1325
- Ue.displayName = "Menu";
1326
- const Xe = function(o) {
1327
- return /* @__PURE__ */ e(q.Target, { ...o });
1377
+ io.displayName = "Menu";
1378
+ const co = function(o) {
1379
+ return /* @__PURE__ */ t(q.Target, { ...o });
1328
1380
  };
1329
- Xe.displayName = "MenuTarget";
1330
- const Qe = $(
1381
+ co.displayName = "MenuTarget";
1382
+ const po = v(
1331
1383
  function({ overStyled: o = !1, ...n }, s) {
1332
- const t = v(n, o), a = t.className;
1333
- return /* @__PURE__ */ e(
1384
+ const e = N(n, o), r = e.className;
1385
+ return /* @__PURE__ */ t(
1334
1386
  q.Dropdown,
1335
1387
  {
1336
1388
  ref: s,
1337
- className: a,
1338
- ...t
1389
+ className: r,
1390
+ ...e
1339
1391
  }
1340
1392
  );
1341
1393
  }
1342
1394
  );
1343
- Qe.displayName = "MenuDropdown";
1344
- const Je = $(
1395
+ po.displayName = "MenuDropdown";
1396
+ const mo = v(
1345
1397
  function({ overStyled: o = !1, ...n }, s) {
1346
- const t = v(n, o), a = t;
1347
- o || delete a.color;
1348
- const c = a.className;
1349
- return /* @__PURE__ */ e(
1398
+ const e = N(n, o), r = e;
1399
+ o || delete r.color;
1400
+ const l = r.className;
1401
+ return /* @__PURE__ */ t(
1350
1402
  q.Item,
1351
1403
  {
1352
1404
  ref: s,
1353
- className: c,
1354
- ...t
1405
+ className: l,
1406
+ ...e
1355
1407
  }
1356
1408
  );
1357
1409
  }
1358
1410
  );
1359
- Je.displayName = "MenuItem";
1360
- const pr = Q(Je), eo = $(
1411
+ mo.displayName = "MenuItem";
1412
+ const kr = ee(mo), uo = v(
1361
1413
  function({ overStyled: o = !1, ...n }, s) {
1362
- const t = v(n, o), a = t.className;
1363
- return /* @__PURE__ */ e(
1414
+ const e = N(n, o), r = e.className;
1415
+ return /* @__PURE__ */ t(
1364
1416
  q.Divider,
1365
1417
  {
1366
1418
  ref: s,
1367
- className: a,
1368
- ...t
1419
+ className: r,
1420
+ ...e
1369
1421
  }
1370
1422
  );
1371
1423
  }
1372
1424
  );
1373
- eo.displayName = "MenuDivider";
1374
- const oo = $(function({ overStyled: o = !1, ...n }, s) {
1375
- const t = v(n, o), a = t.className;
1376
- return /* @__PURE__ */ e(
1425
+ uo.displayName = "MenuDivider";
1426
+ const _o = v(function({ overStyled: o = !1, ...n }, s) {
1427
+ const e = N(n, o), r = e.className;
1428
+ return /* @__PURE__ */ t(
1377
1429
  q.Label,
1378
1430
  {
1379
1431
  ref: s,
1380
- className: a,
1381
- ...t
1432
+ className: r,
1433
+ ...e
1382
1434
  }
1383
1435
  );
1384
1436
  });
1385
- oo.displayName = "MenuLabel";
1386
- const to = function(o) {
1387
- return /* @__PURE__ */ e(q.Sub, { ...o });
1437
+ _o.displayName = "MenuLabel";
1438
+ const bo = function(o) {
1439
+ return /* @__PURE__ */ t(q.Sub, { ...o });
1388
1440
  };
1389
- to.displayName = "MenuSub";
1390
- const ro = function(o) {
1391
- return /* @__PURE__ */ e(q.Sub.Target, { ...o });
1441
+ bo.displayName = "MenuSub";
1442
+ const yo = function(o) {
1443
+ return /* @__PURE__ */ t(q.Sub.Target, { ...o });
1392
1444
  };
1393
- ro.displayName = "MenuSubTarget";
1394
- const ao = $(
1445
+ yo.displayName = "MenuSubTarget";
1446
+ const ho = v(
1395
1447
  function({ overStyled: o = !1, ...n }, s) {
1396
- const t = v(n, o), a = t;
1397
- o || delete a.color;
1398
- const c = a.className;
1399
- return /* @__PURE__ */ e(
1448
+ const e = N(n, o), r = e;
1449
+ o || delete r.color;
1450
+ const l = r.className;
1451
+ return /* @__PURE__ */ t(
1400
1452
  q.Sub.Item,
1401
1453
  {
1402
1454
  ref: s,
1403
- className: c,
1404
- ...t
1455
+ className: l,
1456
+ ...e
1405
1457
  }
1406
1458
  );
1407
1459
  }
1408
1460
  );
1409
- ao.displayName = "MenuSubItem";
1410
- const mr = Q(
1411
- ao
1412
- ), so = $(
1461
+ ho.displayName = "MenuSubItem";
1462
+ const Tr = ee(
1463
+ ho
1464
+ ), fo = v(
1413
1465
  function({ overStyled: o = !1, ...n }, s) {
1414
- const t = v(n, o), a = t.className;
1415
- return /* @__PURE__ */ e(
1466
+ const e = N(n, o), r = e.className;
1467
+ return /* @__PURE__ */ t(
1416
1468
  q.Sub.Dropdown,
1417
1469
  {
1418
1470
  ref: s,
1419
- className: a,
1420
- ...t
1471
+ className: r,
1472
+ ...e
1473
+ }
1474
+ );
1475
+ }
1476
+ );
1477
+ fo.displayName = "MenuSubDropdown";
1478
+ const ge = bo;
1479
+ ge.Target = yo;
1480
+ ge.Item = Tr;
1481
+ ge.Dropdown = fo;
1482
+ const le = io;
1483
+ le.Target = co;
1484
+ le.Dropdown = po;
1485
+ le.Item = kr;
1486
+ le.Divider = uo;
1487
+ le.Label = _o;
1488
+ le.Sub = ge;
1489
+ const Ls = (a) => /* @__PURE__ */ t("div", { ...a, children: "Modal" }), Or = "NumberInput-module__root___C6rAn", Ir = "NumberInput-module__input___Ss8p7", zr = "NumberInput-module__section___MijP0", Rr = "NumberInput-module__controls___8UfQ2", Lr = "NumberInput-module__control___Qre9-", me = {
1490
+ root: Or,
1491
+ input: Ir,
1492
+ section: zr,
1493
+ controls: Rr,
1494
+ control: Lr
1495
+ }, Mr = v(
1496
+ function(o, n) {
1497
+ const {
1498
+ overStyled: s = !1,
1499
+ formLayout: e = "stacked",
1500
+ // Label & Wrapper Maps
1501
+ labelSize: r,
1502
+ labelAlignment: l,
1503
+ labelOptionalText: i,
1504
+ labelWithEditIcon: d,
1505
+ onLabelEditClick: c,
1506
+ label: p,
1507
+ assistiveText: m,
1508
+ assistiveWithIcon: y,
1509
+ error: u,
1510
+ required: _,
1511
+ withAsterisk: f,
1512
+ id: C,
1513
+ className: h,
1514
+ style: w,
1515
+ disabled: b,
1516
+ readOnly: W,
1517
+ readOnlyComponent: $,
1518
+ emptyValueComponent: L,
1519
+ value: S,
1520
+ defaultValue: x,
1521
+ hideControls: I = !1,
1522
+ ...R
1523
+ } = o, k = N(R, s), P = k;
1524
+ delete P.size, delete P.variant, delete P.radius;
1525
+ const g = {
1526
+ wrapper: me.root,
1527
+ // The nested Input internal relative wrapper bounding box
1528
+ input: me.input,
1529
+ section: me.section,
1530
+ controls: me.controls,
1531
+ control: me.control
1532
+ };
1533
+ return /* @__PURE__ */ t(
1534
+ oe,
1535
+ {
1536
+ className: h,
1537
+ style: w,
1538
+ controlMaxWidth: "var(--recursica_ui-kit_components_number-input_properties_max-width)",
1539
+ controlMinWidth: "var(--recursica_ui-kit_components_number-input_properties_min-width)",
1540
+ overStyled: s,
1541
+ formLayout: e,
1542
+ labelSize: r,
1543
+ labelAlignment: l,
1544
+ labelOptionalText: i,
1545
+ labelWithEditIcon: d,
1546
+ onLabelEditClick: c,
1547
+ label: p,
1548
+ assistiveText: m,
1549
+ assistiveWithIcon: y,
1550
+ error: u,
1551
+ required: _,
1552
+ withAsterisk: f,
1553
+ id: C,
1554
+ readOnly: W,
1555
+ readOnlyComponent: $,
1556
+ emptyValueComponent: L,
1557
+ readOnlyType: "text",
1558
+ readOnlyValue: S !== void 0 ? S == null ? void 0 : S.toString() : x == null ? void 0 : x.toString(),
1559
+ readOnlyNativeProps: o,
1560
+ activeComponent: (
1561
+ /* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
1562
+ /* @__PURE__ */ t(
1563
+ Do,
1564
+ {
1565
+ ref: n,
1566
+ classNames: g,
1567
+ disabled: b,
1568
+ value: S,
1569
+ defaultValue: x,
1570
+ hideControls: I,
1571
+ label: void 0,
1572
+ description: void 0,
1573
+ error: void 0,
1574
+ required: void 0,
1575
+ withAsterisk: void 0,
1576
+ wrapperProps: {
1577
+ "data-disabled": b ? "true" : void 0,
1578
+ "data-error": u ? "true" : void 0,
1579
+ "data-with-left-section": P.leftSection ? "true" : void 0,
1580
+ "data-with-right-section": P.rightSection || !I ? "true" : void 0
1581
+ },
1582
+ ...k
1583
+ }
1584
+ )
1585
+ )
1421
1586
  }
1422
1587
  );
1423
1588
  }
1424
1589
  );
1425
- so.displayName = "MenuSubDropdown";
1426
- const $e = to;
1427
- $e.Target = ro;
1428
- $e.Item = mr;
1429
- $e.Dropdown = so;
1430
- const ae = Ue;
1431
- ae.Target = Xe;
1432
- ae.Dropdown = Qe;
1433
- ae.Item = pr;
1434
- ae.Divider = eo;
1435
- ae.Label = oo;
1436
- ae.Sub = $e;
1437
- const aa = (r) => /* @__PURE__ */ e("div", { ...r, children: "Modal" }), sa = (r) => /* @__PURE__ */ e("div", { ...r, children: "NumberInput" }), na = (r) => /* @__PURE__ */ e("div", { ...r, children: "Pagination" }), la = (r) => /* @__PURE__ */ e("div", { ...r, children: "Panel" }), ca = (r) => /* @__PURE__ */ e("div", { ...r, children: "Popover" }), ur = "Radio-module__groupRoot___bfUii", _r = "Radio-module__root___kAjTD", br = "Radio-module__body___q2Wpj", yr = "Radio-module__inner___QaTBB", hr = "Radio-module__radio___MfgN-", fr = "Radio-module__icon___DWznm", Nr = "Radio-module__labelWrapper___dB0Gi", $r = "Radio-module__label___vAFIP", A = {
1438
- groupRoot: ur,
1439
- root: _r,
1440
- body: br,
1441
- inner: yr,
1442
- radio: hr,
1443
- icon: fr,
1444
- labelWrapper: Nr,
1445
- label: $r
1446
- }, no = $(
1590
+ Mr.displayName = "NumberInput";
1591
+ const Ms = (a) => /* @__PURE__ */ t("div", { ...a, children: "Pagination" }), Fr = "Panel-module__content___wdGo-", Er = "Panel-module__inner___ruA2b", Br = "Panel-module__header___o7SiC", jr = "Panel-module__title___181OP", Dr = "Panel-module__body___SEC3T", Vr = "Panel-module__footer___t6-hz", se = {
1592
+ content: Fr,
1593
+ inner: Er,
1594
+ header: Br,
1595
+ title: jr,
1596
+ body: Dr,
1597
+ footer: Vr
1598
+ }, No = function({
1599
+ overStyled: o = !1,
1600
+ position: n = "right",
1601
+ keepMounted: s = !0,
1602
+ ...e
1603
+ }) {
1604
+ const r = N(e, o), l = {
1605
+ content: se.content,
1606
+ header: se.header,
1607
+ title: se.title,
1608
+ body: se.body,
1609
+ inner: se.inner
1610
+ }, i = r.classNames;
1611
+ if (i && typeof i == "object" && !Array.isArray(i)) {
1612
+ const d = i;
1613
+ Object.keys(d).forEach((c) => {
1614
+ l[c] ? l[c] = `${l[c]} ${d[c]}` : l[c] = d[c];
1615
+ });
1616
+ }
1617
+ return /* @__PURE__ */ t(
1618
+ K,
1619
+ {
1620
+ position: n,
1621
+ keepMounted: s,
1622
+ closeOnClickOutside: e.closeOnClickOutside ?? !!e.opened,
1623
+ ...r,
1624
+ classNames: l
1625
+ }
1626
+ );
1627
+ };
1628
+ No.displayName = "Panel";
1629
+ const $o = v(
1630
+ function({ overStyled: o = !1, ...n }, s) {
1631
+ const e = N(n, o), r = e.className, l = r ? `${se.footer} ${r}` : se.footer;
1632
+ return /* @__PURE__ */ t("div", { ref: s, className: l, ...e });
1633
+ }
1634
+ );
1635
+ $o.displayName = "PanelFooter";
1636
+ const Q = No;
1637
+ Q.Root = K.Root;
1638
+ Q.Overlay = K.Overlay;
1639
+ Q.Content = K.Content;
1640
+ Q.Header = K.Header;
1641
+ Q.Title = K.Title;
1642
+ Q.CloseButton = K.CloseButton;
1643
+ Q.Body = K.Body;
1644
+ Q.Stack = K.Stack;
1645
+ Q.Footer = $o;
1646
+ const Fs = (a) => /* @__PURE__ */ t("div", { ...a, children: "Popover" }), Gr = "Radio-module__groupRoot___bfUii", qr = "Radio-module__root___kAjTD", Hr = "Radio-module__body___q2Wpj", Ur = "Radio-module__inner___QaTBB", Yr = "Radio-module__radio___MfgN-", Zr = "Radio-module__icon___DWznm", Kr = "Radio-module__labelWrapper___dB0Gi", Qr = "Radio-module__label___vAFIP", O = {
1647
+ groupRoot: Gr,
1648
+ root: qr,
1649
+ body: Hr,
1650
+ inner: Ur,
1651
+ radio: Yr,
1652
+ icon: Zr,
1653
+ labelWrapper: Kr,
1654
+ label: Qr
1655
+ }, vo = v(
1447
1656
  function(o, n) {
1448
1657
  const {
1449
1658
  overStyled: s = !1,
1450
- formLayout: t = "stacked",
1659
+ formLayout: e = "stacked",
1451
1660
  // Label Wrappers
1452
- labelSize: a,
1453
- labelAlignment: c,
1454
- labelOptionalText: l,
1661
+ labelSize: r,
1662
+ labelAlignment: l,
1663
+ labelOptionalText: i,
1455
1664
  labelWithEditIcon: d,
1456
- onLabelEditClick: i,
1665
+ onLabelEditClick: c,
1457
1666
  // Base Mantine Extracted Attributes
1458
1667
  label: p,
1459
1668
  description: m,
@@ -1463,31 +1672,31 @@ const aa = (r) => /* @__PURE__ */ e("div", { ...r, children: "Modal" }), sa = (r
1463
1672
  required: f,
1464
1673
  withAsterisk: C,
1465
1674
  id: h,
1466
- className: g,
1675
+ className: w,
1467
1676
  style: b,
1468
- children: P,
1469
- readOnly: N,
1470
- readOnlyComponent: z,
1471
- emptyValueComponent: L,
1472
- value: k,
1473
- defaultValue: R,
1474
- ...O
1475
- } = o, S = v(O, s), T = S;
1476
- return delete T.size, /* @__PURE__ */ e(
1677
+ children: W,
1678
+ readOnly: $,
1679
+ readOnlyComponent: L,
1680
+ emptyValueComponent: S,
1681
+ value: x,
1682
+ defaultValue: I,
1683
+ ...R
1684
+ } = o, k = N(R, s), P = k;
1685
+ return delete P.size, /* @__PURE__ */ t(
1477
1686
  oe,
1478
1687
  {
1479
- className: g,
1688
+ className: w,
1480
1689
  style: b,
1481
1690
  controlMaxWidth: "var(--recursica_ui-kit_components_radio-button-item_properties_max-width)",
1482
1691
  controlMinWidth: void 0,
1483
1692
  overStyled: s,
1484
1693
  labelElement: "div",
1485
- formLayout: t,
1486
- labelSize: a,
1487
- labelAlignment: c,
1488
- labelOptionalText: l,
1694
+ formLayout: e,
1695
+ labelSize: r,
1696
+ labelAlignment: l,
1697
+ labelOptionalText: i,
1489
1698
  labelWithEditIcon: d,
1490
- onLabelEditClick: i,
1699
+ onLabelEditClick: c,
1491
1700
  label: p,
1492
1701
  description: m,
1493
1702
  assistiveText: y,
@@ -1496,190 +1705,190 @@ const aa = (r) => /* @__PURE__ */ e("div", { ...r, children: "Modal" }), sa = (r
1496
1705
  required: f,
1497
1706
  withAsterisk: C,
1498
1707
  id: h,
1499
- readOnly: N && !!z,
1500
- readOnlyComponent: z,
1501
- emptyValueComponent: L,
1708
+ readOnly: $ && !!L,
1709
+ readOnlyComponent: L,
1710
+ emptyValueComponent: S,
1502
1711
  readOnlyType: "text",
1503
- readOnlyValue: k !== void 0 ? k : R,
1712
+ readOnlyValue: x !== void 0 ? x : I,
1504
1713
  readOnlyNativeProps: o,
1505
- activeComponent: /* @__PURE__ */ e(
1506
- Ie.Group,
1714
+ activeComponent: /* @__PURE__ */ t(
1715
+ Be.Group,
1507
1716
  {
1508
1717
  ref: n,
1509
- ...S,
1510
- disabled: N || T.disabled,
1511
- value: k,
1512
- defaultValue: R,
1513
- children: /* @__PURE__ */ e("div", { className: A.groupRoot, "data-layout": t, children: B.Children.map(P, (x) => B.isValidElement(x) ? B.cloneElement(x, {
1514
- disabled: N || x.props.disabled
1515
- }) : x) })
1718
+ ...k,
1719
+ disabled: $ || P.disabled,
1720
+ value: x,
1721
+ defaultValue: I,
1722
+ children: /* @__PURE__ */ t("div", { className: O.groupRoot, "data-layout": e, children: B.Children.map(W, (g) => B.isValidElement(g) ? B.cloneElement(g, {
1723
+ disabled: $ || g.props.disabled
1724
+ }) : g) })
1516
1725
  }
1517
1726
  )
1518
1727
  }
1519
1728
  );
1520
1729
  }
1521
1730
  );
1522
- no.displayName = "RadioGroup";
1523
- const vr = ({ className: r, style: o }) => /* @__PURE__ */ e(
1731
+ vo.displayName = "RadioGroup";
1732
+ const Xr = ({ className: a, style: o }) => /* @__PURE__ */ t(
1524
1733
  "svg",
1525
1734
  {
1526
1735
  xmlns: "http://www.w3.org/2000/svg",
1527
1736
  viewBox: "0 0 16 16",
1528
1737
  fill: "currentColor",
1529
- className: r,
1738
+ className: a,
1530
1739
  style: o,
1531
- children: /* @__PURE__ */ e("circle", { cx: "8", cy: "8", r: "5" })
1740
+ children: /* @__PURE__ */ t("circle", { cx: "8", cy: "8", r: "5" })
1532
1741
  }
1533
- ), lo = $(
1742
+ ), Co = v(
1534
1743
  function(o, n) {
1535
1744
  const {
1536
1745
  overStyled: s = !1,
1537
- readOnly: t,
1538
- readOnlyComponent: a,
1539
- disabled: c,
1540
- formLayout: l,
1746
+ readOnly: e,
1747
+ readOnlyComponent: r,
1748
+ disabled: l,
1749
+ formLayout: i,
1541
1750
  labelSize: d,
1542
- controlMaxWidth: i,
1751
+ controlMaxWidth: c,
1543
1752
  controlMinWidth: p,
1544
1753
  ...m
1545
- } = o, y = v(m, s), u = y;
1754
+ } = o, y = N(m, s), u = y;
1546
1755
  delete u.size, delete u.color, delete u.radius, delete u.variant, delete u.iconColor;
1547
1756
  const _ = {
1548
- root: A.root,
1549
- body: A.body,
1550
- inner: A.inner,
1551
- radio: A.radio,
1552
- icon: A.icon,
1553
- labelWrapper: A.labelWrapper,
1554
- label: A.label
1757
+ root: O.root,
1758
+ body: O.body,
1759
+ inner: O.inner,
1760
+ radio: O.radio,
1761
+ icon: O.icon,
1762
+ labelWrapper: O.labelWrapper,
1763
+ label: O.label
1555
1764
  }, f = u.classNames;
1556
1765
  if (f && typeof f == "object" && !Array.isArray(f)) {
1557
1766
  const b = f;
1558
- _.root = b.root ? `${A.root} ${b.root}` : A.root, _.body = b.body ? `${A.body} ${b.body}` : A.body, _.inner = b.inner ? `${A.inner} ${b.inner}` : A.inner, _.radio = b.radio ? `${A.radio} ${b.radio}` : A.radio, _.icon = b.icon ? `${A.icon} ${b.icon}` : A.icon, _.labelWrapper = b.labelWrapper ? `${A.labelWrapper} ${b.labelWrapper}` : A.labelWrapper, _.label = b.label ? `${A.label} ${b.label}` : A.label;
1767
+ _.root = b.root ? `${O.root} ${b.root}` : O.root, _.body = b.body ? `${O.body} ${b.body}` : O.body, _.inner = b.inner ? `${O.inner} ${b.inner}` : O.inner, _.radio = b.radio ? `${O.radio} ${b.radio}` : O.radio, _.icon = b.icon ? `${O.icon} ${b.icon}` : O.icon, _.labelWrapper = b.labelWrapper ? `${O.labelWrapper} ${b.labelWrapper}` : O.labelWrapper, _.label = b.label ? `${O.label} ${b.label}` : O.label;
1559
1768
  }
1560
- const C = u.className, h = C ? `${A.root} ${C}` : A.root;
1561
- if (t && a) {
1562
- const b = !!(u.checked ?? u.defaultChecked), N = /* @__PURE__ */ e(
1563
- a,
1769
+ const C = u.className, h = C ? `${O.root} ${C}` : O.root;
1770
+ if (e && r) {
1771
+ const b = !!(u.checked ?? u.defaultChecked), $ = /* @__PURE__ */ t(
1772
+ r,
1564
1773
  {
1565
1774
  ...o,
1566
1775
  checked: b,
1567
1776
  label: u.label
1568
1777
  }
1569
1778
  );
1570
- return l ? /* @__PURE__ */ e(
1571
- X,
1779
+ return i ? /* @__PURE__ */ t(
1780
+ J,
1572
1781
  {
1573
- formLayout: l,
1782
+ formLayout: i,
1574
1783
  labelSize: d,
1575
- controlMaxWidth: i,
1784
+ controlMaxWidth: c,
1576
1785
  controlMinWidth: p,
1577
- children: N
1786
+ children: $
1578
1787
  }
1579
- ) : /* @__PURE__ */ e(de, { children: N });
1788
+ ) : /* @__PURE__ */ t(_e, { children: $ });
1580
1789
  }
1581
- const g = /* @__PURE__ */ e(
1582
- Ie,
1790
+ const w = /* @__PURE__ */ t(
1791
+ Be,
1583
1792
  {
1584
1793
  ref: n,
1585
- icon: vr,
1794
+ icon: Xr,
1586
1795
  className: h,
1587
1796
  classNames: _,
1588
- disabled: t || c,
1797
+ disabled: e || l,
1589
1798
  ...y
1590
1799
  }
1591
1800
  );
1592
- return l ? /* @__PURE__ */ e(
1593
- X,
1801
+ return i ? /* @__PURE__ */ t(
1802
+ J,
1594
1803
  {
1595
- formLayout: l,
1804
+ formLayout: i,
1596
1805
  labelSize: d,
1597
- controlMaxWidth: i,
1806
+ controlMaxWidth: c,
1598
1807
  controlMinWidth: p,
1599
- children: g
1808
+ children: w
1600
1809
  }
1601
- ) : g;
1810
+ ) : w;
1602
1811
  }
1603
1812
  );
1604
- lo.displayName = "Radio";
1605
- lo.Group = no;
1606
- const Cr = ({ checked: r, label: o }) => /* @__PURE__ */ E(
1607
- ge,
1813
+ Co.displayName = "Radio";
1814
+ Co.Group = vo;
1815
+ const Jr = ({ checked: a, label: o }) => /* @__PURE__ */ E(
1816
+ Ae,
1608
1817
  {
1609
1818
  component: "span",
1610
- className: ye.textField,
1819
+ className: $e.textField,
1611
1820
  style: { display: "inline-flex", gap: "8px", alignItems: "baseline" },
1612
1821
  children: [
1613
1822
  o && /* @__PURE__ */ E("span", { style: { fontWeight: 500 }, children: [
1614
1823
  o,
1615
1824
  ":"
1616
1825
  ] }),
1617
- /* @__PURE__ */ e("span", { children: r ? "On" : "Off" })
1826
+ /* @__PURE__ */ t("span", { children: a ? "On" : "Off" })
1618
1827
  ]
1619
1828
  }
1620
1829
  );
1621
- Cr.displayName = "ReadOnlySwitchField";
1622
- const gr = ({ checked: r, label: o }) => /* @__PURE__ */ E(
1623
- ge,
1830
+ Jr.displayName = "ReadOnlySwitchField";
1831
+ const es = ({ checked: a, label: o }) => /* @__PURE__ */ E(
1832
+ Ae,
1624
1833
  {
1625
1834
  component: "span",
1626
- className: ye.textField,
1835
+ className: $e.textField,
1627
1836
  style: { display: "inline-flex", gap: "8px", alignItems: "baseline" },
1628
1837
  children: [
1629
1838
  o && /* @__PURE__ */ E("span", { style: { fontWeight: 500 }, children: [
1630
1839
  o,
1631
1840
  ":"
1632
1841
  ] }),
1633
- /* @__PURE__ */ e("span", { children: r ? "True" : "False" })
1842
+ /* @__PURE__ */ t("span", { children: a ? "True" : "False" })
1634
1843
  ]
1635
1844
  }
1636
1845
  );
1637
- gr.displayName = "ReadOnlyBooleanField";
1638
- const ia = (r) => /* @__PURE__ */ e("div", { ...r, children: "Search" }), da = (r) => /* @__PURE__ */ e("div", { ...r, children: "SegmentedControl" }), pa = (r) => /* @__PURE__ */ e("div", { ...r, children: "Slider" }), xr = "Stack-module__root___NUN-x", ie = {
1639
- root: xr
1640
- }, wr = $(function({ children: o, overStyled: n = !1, gap: s = "rec-default", ...t }, a) {
1641
- const c = v({ ...t, gap: s }, n), l = c, d = {
1642
- root: ie.root
1643
- }, i = l.classNames;
1644
- if (i && typeof i == "object" && !Array.isArray(i)) {
1645
- const y = i;
1646
- d.root = y.root ? `${ie.root} ${y.root}` : ie.root;
1846
+ es.displayName = "ReadOnlyBooleanField";
1847
+ const Es = (a) => /* @__PURE__ */ t("div", { ...a, children: "Search" }), Bs = (a) => /* @__PURE__ */ t("div", { ...a, children: "SegmentedControl" }), js = (a) => /* @__PURE__ */ t("div", { ...a, children: "Slider" }), os = "Stack-module__root___NUN-x", ue = {
1848
+ root: os
1849
+ }, ts = v(function({ children: o, overStyled: n = !1, gap: s = "rec-default", ...e }, r) {
1850
+ const l = N({ ...e, gap: s }, n), i = l, d = {
1851
+ root: ue.root
1852
+ }, c = i.classNames;
1853
+ if (c && typeof c == "object" && !Array.isArray(c)) {
1854
+ const y = c;
1855
+ d.root = y.root ? `${ue.root} ${y.root}` : ue.root;
1647
1856
  }
1648
- const p = l.className, m = p ? `${ie.root} ${p}` : ie.root;
1649
- return /* @__PURE__ */ e(
1650
- Po,
1857
+ const p = i.className, m = p ? `${ue.root} ${p}` : ue.root;
1858
+ return /* @__PURE__ */ t(
1859
+ Vo,
1651
1860
  {
1652
- ref: a,
1861
+ ref: r,
1653
1862
  className: m,
1654
1863
  classNames: d,
1655
- ...c,
1864
+ ...l,
1656
1865
  children: o
1657
1866
  }
1658
1867
  );
1659
1868
  });
1660
- wr.displayName = "Stack";
1661
- const ma = (r) => /* @__PURE__ */ e("div", { ...r, children: "Stepper" }), Pr = "Switch-module__root___Y5Ydi", Wr = "Switch-module__body___Sw9Wr", Ar = "Switch-module__track___7ObdZ", kr = "Switch-module__thumb___-FTeK", Sr = "Switch-module__labelWrapper___YSOwx", Tr = "Switch-module__label___LrH7V", Ir = "Switch-module__thumbIconWrapper___sCY-1", Lr = "Switch-module__checkIcon___ZBAQN", Rr = "Switch-module__closeIcon___bLLGw", Or = "Switch-module__groupRoot___-Uepi", w = {
1662
- root: Pr,
1663
- body: Wr,
1664
- track: Ar,
1665
- thumb: kr,
1666
- labelWrapper: Sr,
1667
- label: Tr,
1668
- thumbIconWrapper: Ir,
1669
- checkIcon: Lr,
1670
- closeIcon: Rr,
1671
- groupRoot: Or
1672
- }, co = $(
1869
+ ts.displayName = "Stack";
1870
+ const Ds = (a) => /* @__PURE__ */ t("div", { ...a, children: "Stepper" }), rs = "Switch-module__root___Y5Ydi", ss = "Switch-module__body___Sw9Wr", as = "Switch-module__track___7ObdZ", ns = "Switch-module__thumb___-FTeK", ls = "Switch-module__labelWrapper___YSOwx", is = "Switch-module__label___LrH7V", cs = "Switch-module__thumbIconWrapper___sCY-1", ds = "Switch-module__checkIcon___ZBAQN", ps = "Switch-module__closeIcon___bLLGw", ms = "Switch-module__groupRoot___-Uepi", A = {
1871
+ root: rs,
1872
+ body: ss,
1873
+ track: as,
1874
+ thumb: ns,
1875
+ labelWrapper: ls,
1876
+ label: is,
1877
+ thumbIconWrapper: cs,
1878
+ checkIcon: ds,
1879
+ closeIcon: ps,
1880
+ groupRoot: ms
1881
+ }, wo = v(
1673
1882
  function(o, n) {
1674
1883
  const {
1675
1884
  overStyled: s = !1,
1676
- formLayout: t = "stacked",
1885
+ formLayout: e = "stacked",
1677
1886
  // Label Wrappers
1678
- labelSize: a,
1679
- labelAlignment: c,
1680
- labelOptionalText: l,
1887
+ labelSize: r,
1888
+ labelAlignment: l,
1889
+ labelOptionalText: i,
1681
1890
  labelWithEditIcon: d,
1682
- onLabelEditClick: i,
1891
+ onLabelEditClick: c,
1683
1892
  // Base Mantine Extracted Attributes
1684
1893
  label: p,
1685
1894
  description: m,
@@ -1689,31 +1898,31 @@ const ma = (r) => /* @__PURE__ */ e("div", { ...r, children: "Stepper" }), Pr =
1689
1898
  required: f,
1690
1899
  withAsterisk: C,
1691
1900
  id: h,
1692
- className: g,
1901
+ className: w,
1693
1902
  style: b,
1694
- children: P,
1695
- readOnly: N,
1696
- readOnlyComponent: z,
1697
- emptyValueComponent: L,
1698
- value: k,
1699
- defaultValue: R,
1700
- ...O
1701
- } = o, S = v(O, s), T = S;
1702
- return delete T.size, /* @__PURE__ */ e(
1903
+ children: W,
1904
+ readOnly: $,
1905
+ readOnlyComponent: L,
1906
+ emptyValueComponent: S,
1907
+ value: x,
1908
+ defaultValue: I,
1909
+ ...R
1910
+ } = o, k = N(R, s), P = k;
1911
+ return delete P.size, /* @__PURE__ */ t(
1703
1912
  oe,
1704
1913
  {
1705
- className: g,
1914
+ className: w,
1706
1915
  style: b,
1707
1916
  controlMaxWidth: "var(--recursica_ui-kit_components_switch_properties_max-width)",
1708
1917
  controlMinWidth: void 0,
1709
1918
  overStyled: s,
1710
1919
  labelElement: "div",
1711
- formLayout: t,
1712
- labelSize: a,
1713
- labelAlignment: c,
1714
- labelOptionalText: l,
1920
+ formLayout: e,
1921
+ labelSize: r,
1922
+ labelAlignment: l,
1923
+ labelOptionalText: i,
1715
1924
  labelWithEditIcon: d,
1716
- onLabelEditClick: i,
1925
+ onLabelEditClick: c,
1717
1926
  label: p,
1718
1927
  description: m,
1719
1928
  assistiveText: y,
@@ -1722,133 +1931,133 @@ const ma = (r) => /* @__PURE__ */ e("div", { ...r, children: "Stepper" }), Pr =
1722
1931
  required: f,
1723
1932
  withAsterisk: C,
1724
1933
  id: h,
1725
- readOnly: N && !!z,
1726
- readOnlyComponent: z,
1727
- emptyValueComponent: L,
1934
+ readOnly: $ && !!L,
1935
+ readOnlyComponent: L,
1936
+ emptyValueComponent: S,
1728
1937
  readOnlyType: "text",
1729
- readOnlyValue: k !== void 0 ? k : R,
1938
+ readOnlyValue: x !== void 0 ? x : I,
1730
1939
  readOnlyNativeProps: o,
1731
- activeComponent: /* @__PURE__ */ e(
1732
- Le.Group,
1940
+ activeComponent: /* @__PURE__ */ t(
1941
+ je.Group,
1733
1942
  {
1734
1943
  ref: n,
1735
- ...S,
1736
- disabled: N || T.disabled,
1737
- value: k,
1738
- defaultValue: R,
1739
- children: /* @__PURE__ */ e("div", { className: w.groupRoot, children: B.Children.map(P, (x) => B.isValidElement(x) ? B.cloneElement(x, {
1740
- disabled: N || x.props.disabled
1741
- }) : x) })
1944
+ ...k,
1945
+ disabled: $ || P.disabled,
1946
+ value: x,
1947
+ defaultValue: I,
1948
+ children: /* @__PURE__ */ t("div", { className: A.groupRoot, children: B.Children.map(W, (g) => B.isValidElement(g) ? B.cloneElement(g, {
1949
+ disabled: $ || g.props.disabled
1950
+ }) : g) })
1742
1951
  }
1743
1952
  )
1744
1953
  }
1745
1954
  );
1746
1955
  }
1747
1956
  );
1748
- co.displayName = "SwitchGroup";
1749
- const io = $(
1957
+ wo.displayName = "SwitchGroup";
1958
+ const go = v(
1750
1959
  function(o, n) {
1751
1960
  const {
1752
1961
  overStyled: s = !1,
1753
- readOnly: t,
1754
- readOnlyComponent: a,
1755
- disabled: c,
1756
- thumbIcon: l,
1962
+ readOnly: e,
1963
+ readOnlyComponent: r,
1964
+ disabled: l,
1965
+ thumbIcon: i,
1757
1966
  formLayout: d,
1758
- labelSize: i,
1967
+ labelSize: c,
1759
1968
  controlMaxWidth: p,
1760
1969
  controlMinWidth: m,
1761
1970
  ...y
1762
- } = o, u = v(y, s), _ = u;
1971
+ } = o, u = N(y, s), _ = u;
1763
1972
  delete _.size, delete _.color, delete _.radius, delete _.variant;
1764
1973
  const f = {
1765
- root: w.root,
1766
- body: w.body,
1767
- track: w.track,
1768
- thumb: w.thumb,
1769
- trackLabel: w.trackLabel,
1770
- labelWrapper: w.labelWrapper,
1771
- label: w.label
1974
+ root: A.root,
1975
+ body: A.body,
1976
+ track: A.track,
1977
+ thumb: A.thumb,
1978
+ trackLabel: A.trackLabel,
1979
+ labelWrapper: A.labelWrapper,
1980
+ label: A.label
1772
1981
  }, C = _.classNames;
1773
1982
  if (C && typeof C == "object" && !Array.isArray(C)) {
1774
- const N = C;
1775
- f.root = N.root ? `${w.root} ${N.root}` : w.root, f.body = N.body ? `${w.body} ${N.body}` : w.body, f.track = N.track ? `${w.track} ${N.track}` : w.track, f.thumb = N.thumb ? `${w.thumb} ${N.thumb}` : w.thumb, f.trackLabel = N.trackLabel ? `${w.trackLabel} ${N.trackLabel}` : w.trackLabel, f.labelWrapper = N.labelWrapper ? `${w.labelWrapper} ${N.labelWrapper}` : w.labelWrapper, f.label = N.label ? `${w.label} ${N.label}` : w.label;
1983
+ const $ = C;
1984
+ f.root = $.root ? `${A.root} ${$.root}` : A.root, f.body = $.body ? `${A.body} ${$.body}` : A.body, f.track = $.track ? `${A.track} ${$.track}` : A.track, f.thumb = $.thumb ? `${A.thumb} ${$.thumb}` : A.thumb, f.trackLabel = $.trackLabel ? `${A.trackLabel} ${$.trackLabel}` : A.trackLabel, f.labelWrapper = $.labelWrapper ? `${A.labelWrapper} ${$.labelWrapper}` : A.labelWrapper, f.label = $.label ? `${A.label} ${$.label}` : A.label;
1776
1985
  }
1777
- const h = _.className, g = h ? `${w.root} ${h}` : w.root;
1778
- if (t && a) {
1779
- const N = !!(_.checked ?? _.defaultChecked), L = /* @__PURE__ */ e(
1780
- a,
1986
+ const h = _.className, w = h ? `${A.root} ${h}` : A.root;
1987
+ if (e && r) {
1988
+ const $ = !!(_.checked ?? _.defaultChecked), S = /* @__PURE__ */ t(
1989
+ r,
1781
1990
  {
1782
1991
  ...o,
1783
- checked: N,
1992
+ checked: $,
1784
1993
  label: _.label
1785
1994
  }
1786
1995
  );
1787
- return d ? /* @__PURE__ */ e(
1788
- X,
1996
+ return d ? /* @__PURE__ */ t(
1997
+ J,
1789
1998
  {
1790
1999
  formLayout: d,
1791
- labelSize: i,
2000
+ labelSize: c,
1792
2001
  controlMaxWidth: p,
1793
2002
  controlMinWidth: m,
1794
- children: L
2003
+ children: S
1795
2004
  }
1796
- ) : /* @__PURE__ */ e(de, { children: L });
2005
+ ) : /* @__PURE__ */ t(_e, { children: S });
1797
2006
  }
1798
- const b = /* @__PURE__ */ E("div", { className: w.thumbIconWrapper, children: [
1799
- /* @__PURE__ */ e(Wo, { className: w.checkIcon }),
1800
- /* @__PURE__ */ e(Ao, { className: w.closeIcon })
1801
- ] }), P = /* @__PURE__ */ e(
1802
- Le,
2007
+ const b = /* @__PURE__ */ E("div", { className: A.thumbIconWrapper, children: [
2008
+ /* @__PURE__ */ t(Go, { className: A.checkIcon }),
2009
+ /* @__PURE__ */ t(qo, { className: A.closeIcon })
2010
+ ] }), W = /* @__PURE__ */ t(
2011
+ je,
1803
2012
  {
1804
2013
  ref: n,
1805
- className: g,
2014
+ className: w,
1806
2015
  classNames: f,
1807
- disabled: t || c,
1808
- thumbIcon: l ?? b,
2016
+ disabled: e || l,
2017
+ thumbIcon: i ?? b,
1809
2018
  ...u
1810
2019
  }
1811
2020
  );
1812
- return d ? /* @__PURE__ */ e(
1813
- X,
2021
+ return d ? /* @__PURE__ */ t(
2022
+ J,
1814
2023
  {
1815
2024
  formLayout: d,
1816
- labelSize: i,
2025
+ labelSize: c,
1817
2026
  controlMaxWidth: p,
1818
2027
  controlMinWidth: m,
1819
- children: P
2028
+ children: W
1820
2029
  }
1821
- ) : P;
2030
+ ) : W;
1822
2031
  }
1823
2032
  );
1824
- io.displayName = "Switch";
1825
- io.Group = co;
1826
- const ua = (r) => /* @__PURE__ */ e("div", { ...r, children: "Table" }), _a = (r) => /* @__PURE__ */ e("div", { ...r, children: "Tabs" }), po = $(function({ overStyled: o = !1, variant: n = "body", ...s }, t) {
1827
- const a = v(s, o), c = a.className, l = `recursica_brand_typography_${n}`, d = c ? `${l} ${c}` : l;
1828
- return /* @__PURE__ */ e(
1829
- ko,
2033
+ go.displayName = "Switch";
2034
+ go.Group = wo;
2035
+ const Vs = (a) => /* @__PURE__ */ t("div", { ...a, children: "Table" }), Gs = (a) => /* @__PURE__ */ t("div", { ...a, children: "Tabs" }), Po = v(function({ overStyled: o = !1, variant: n = "body", ...s }, e) {
2036
+ const r = N(s, o), l = r.className, i = `recursica_brand_typography_${n}`, d = l ? `${i} ${l}` : i;
2037
+ return /* @__PURE__ */ t(
2038
+ Ho,
1830
2039
  {
1831
- ref: t,
2040
+ ref: e,
1832
2041
  className: d,
1833
- ...a
2042
+ ...r
1834
2043
  }
1835
2044
  );
1836
2045
  });
1837
- po.displayName = "Text";
1838
- const ba = Q(po), zr = "TextArea-module__root___3dyeu", Mr = "TextArea-module__input___8l36v", re = {
1839
- root: zr,
1840
- input: Mr
1841
- }, Fr = $(
2046
+ Po.displayName = "Text";
2047
+ const qs = ee(Po), us = "TextArea-module__root___3dyeu", _s = "TextArea-module__input___8l36v", ne = {
2048
+ root: us,
2049
+ input: _s
2050
+ }, bs = v(
1842
2051
  function(o, n) {
1843
2052
  const {
1844
2053
  overStyled: s = !1,
1845
- formLayout: t = "stacked",
2054
+ formLayout: e = "stacked",
1846
2055
  // Label & Wrapper Maps
1847
- labelSize: a,
1848
- labelAlignment: c,
1849
- labelOptionalText: l,
2056
+ labelSize: r,
2057
+ labelAlignment: l,
2058
+ labelOptionalText: i,
1850
2059
  labelWithEditIcon: d,
1851
- onLabelEditClick: i,
2060
+ onLabelEditClick: c,
1852
2061
  label: p,
1853
2062
  assistiveText: m,
1854
2063
  assistiveWithIcon: y,
@@ -1857,39 +2066,39 @@ const ba = Q(po), zr = "TextArea-module__root___3dyeu", Mr = "TextArea-module__i
1857
2066
  withAsterisk: f,
1858
2067
  id: C,
1859
2068
  className: h,
1860
- style: g,
2069
+ style: w,
1861
2070
  disabled: b,
1862
- readOnly: P,
1863
- readOnlyComponent: N,
1864
- emptyValueComponent: z,
1865
- value: L,
1866
- defaultValue: k,
1867
- ...R
1868
- } = o, O = v(R, s), S = O;
1869
- delete S.size, delete S.variant, delete S.radius;
1870
- const T = {
1871
- wrapper: re.root,
2071
+ readOnly: W,
2072
+ readOnlyComponent: $,
2073
+ emptyValueComponent: L,
2074
+ value: S,
2075
+ defaultValue: x,
2076
+ ...I
2077
+ } = o, R = N(I, s), k = R;
2078
+ delete k.size, delete k.variant, delete k.radius;
2079
+ const P = {
2080
+ wrapper: ne.root,
1872
2081
  // The nested Input internal relative wrapper bounding box
1873
- input: re.input
1874
- }, x = S.classNames;
1875
- if (x && typeof x == "object" && !Array.isArray(x)) {
1876
- const I = x;
1877
- T.wrapper = I.wrapper ? `${re.root} ${I.wrapper}` : re.root, T.input = I.input ? `${re.input} ${I.input}` : re.input;
2082
+ input: ne.input
2083
+ }, g = k.classNames;
2084
+ if (g && typeof g == "object" && !Array.isArray(g)) {
2085
+ const z = g;
2086
+ P.wrapper = z.wrapper ? `${ne.root} ${z.wrapper}` : ne.root, P.input = z.input ? `${ne.input} ${z.input}` : ne.input;
1878
2087
  }
1879
- return /* @__PURE__ */ e(
2088
+ return /* @__PURE__ */ t(
1880
2089
  oe,
1881
2090
  {
1882
2091
  className: h,
1883
- style: g,
2092
+ style: w,
1884
2093
  controlMaxWidth: "var(--recursica_ui-kit_components_text-field_properties_max-width)",
1885
2094
  controlMinWidth: "var(--recursica_ui-kit_components_text-field_properties_min-width)",
1886
2095
  overStyled: s,
1887
- formLayout: t,
1888
- labelSize: a,
1889
- labelAlignment: c,
1890
- labelOptionalText: l,
2096
+ formLayout: e,
2097
+ labelSize: r,
2098
+ labelAlignment: l,
2099
+ labelOptionalText: i,
1891
2100
  labelWithEditIcon: d,
1892
- onLabelEditClick: i,
2101
+ onLabelEditClick: c,
1893
2102
  label: p,
1894
2103
  assistiveText: m,
1895
2104
  assistiveWithIcon: y,
@@ -1897,22 +2106,22 @@ const ba = Q(po), zr = "TextArea-module__root___3dyeu", Mr = "TextArea-module__i
1897
2106
  required: _,
1898
2107
  withAsterisk: f,
1899
2108
  id: C,
1900
- readOnly: P,
1901
- readOnlyComponent: N,
1902
- emptyValueComponent: z,
2109
+ readOnly: W,
2110
+ readOnlyComponent: $,
2111
+ emptyValueComponent: L,
1903
2112
  readOnlyType: "text",
1904
- readOnlyValue: L !== void 0 ? L : k,
2113
+ readOnlyValue: S !== void 0 ? S : x,
1905
2114
  readOnlyNativeProps: o,
1906
2115
  activeComponent: (
1907
2116
  /* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
1908
- /* @__PURE__ */ e(
1909
- So,
2117
+ /* @__PURE__ */ t(
2118
+ Uo,
1910
2119
  {
1911
2120
  ref: n,
1912
- classNames: T,
2121
+ classNames: P,
1913
2122
  disabled: b,
1914
- value: L,
1915
- defaultValue: k,
2123
+ value: S,
2124
+ defaultValue: x,
1916
2125
  label: void 0,
1917
2126
  description: void 0,
1918
2127
  error: void 0,
@@ -1922,7 +2131,7 @@ const ba = Q(po), zr = "TextArea-module__root___3dyeu", Mr = "TextArea-module__i
1922
2131
  "data-disabled": b ? "true" : void 0,
1923
2132
  "data-error": u ? "true" : void 0
1924
2133
  },
1925
- ...O
2134
+ ...R
1926
2135
  }
1927
2136
  )
1928
2137
  )
@@ -1930,22 +2139,22 @@ const ba = Q(po), zr = "TextArea-module__root___3dyeu", Mr = "TextArea-module__i
1930
2139
  );
1931
2140
  }
1932
2141
  );
1933
- Fr.displayName = "TextArea";
1934
- const Er = "TextField-module__root___2ZYkG", Br = "TextField-module__input___RL-My", jr = "TextField-module__section___bCIJ0", Z = {
1935
- root: Er,
1936
- input: Br,
1937
- section: jr
1938
- }, Dr = $(
2142
+ bs.displayName = "TextArea";
2143
+ const ys = "TextField-module__root___2ZYkG", hs = "TextField-module__input___RL-My", fs = "TextField-module__section___bCIJ0", U = {
2144
+ root: ys,
2145
+ input: hs,
2146
+ section: fs
2147
+ }, Ns = v(
1939
2148
  function(o, n) {
1940
2149
  const {
1941
2150
  overStyled: s = !1,
1942
- formLayout: t = "stacked",
2151
+ formLayout: e = "stacked",
1943
2152
  // Label & Wrapper Maps
1944
- labelSize: a,
1945
- labelAlignment: c,
1946
- labelOptionalText: l,
2153
+ labelSize: r,
2154
+ labelAlignment: l,
2155
+ labelOptionalText: i,
1947
2156
  labelWithEditIcon: d,
1948
- onLabelEditClick: i,
2157
+ onLabelEditClick: c,
1949
2158
  label: p,
1950
2159
  assistiveText: m,
1951
2160
  assistiveWithIcon: y,
@@ -1954,40 +2163,40 @@ const Er = "TextField-module__root___2ZYkG", Br = "TextField-module__input___RL-
1954
2163
  withAsterisk: f,
1955
2164
  id: C,
1956
2165
  className: h,
1957
- style: g,
2166
+ style: w,
1958
2167
  disabled: b,
1959
- readOnly: P,
1960
- readOnlyComponent: N,
1961
- emptyValueComponent: z,
1962
- value: L,
1963
- defaultValue: k,
1964
- ...R
1965
- } = o, O = v(R, s), S = O;
1966
- delete S.size, delete S.variant, delete S.radius;
1967
- const T = {
1968
- wrapper: Z.root,
2168
+ readOnly: W,
2169
+ readOnlyComponent: $,
2170
+ emptyValueComponent: L,
2171
+ value: S,
2172
+ defaultValue: x,
2173
+ ...I
2174
+ } = o, R = N(I, s), k = R;
2175
+ delete k.size, delete k.variant, delete k.radius;
2176
+ const P = {
2177
+ wrapper: U.root,
1969
2178
  // The nested Input internal relative wrapper bounding box
1970
- input: Z.input,
1971
- section: Z.section
1972
- }, x = S.classNames;
1973
- if (x && typeof x == "object" && !Array.isArray(x)) {
1974
- const I = x;
1975
- T.wrapper = I.wrapper ? `${Z.root} ${I.wrapper}` : Z.root, T.input = I.input ? `${Z.input} ${I.input}` : Z.input, T.section = I.section ? `${Z.section} ${I.section}` : Z.section;
2179
+ input: U.input,
2180
+ section: U.section
2181
+ }, g = k.classNames;
2182
+ if (g && typeof g == "object" && !Array.isArray(g)) {
2183
+ const z = g;
2184
+ P.wrapper = z.wrapper ? `${U.root} ${z.wrapper}` : U.root, P.input = z.input ? `${U.input} ${z.input}` : U.input, P.section = z.section ? `${U.section} ${z.section}` : U.section;
1976
2185
  }
1977
- return /* @__PURE__ */ e(
2186
+ return /* @__PURE__ */ t(
1978
2187
  oe,
1979
2188
  {
1980
2189
  className: h,
1981
- style: g,
2190
+ style: w,
1982
2191
  controlMaxWidth: "var(--recursica_ui-kit_components_text-field_properties_max-width)",
1983
2192
  controlMinWidth: "var(--recursica_ui-kit_components_text-field_properties_min-width)",
1984
2193
  overStyled: s,
1985
- formLayout: t,
1986
- labelSize: a,
1987
- labelAlignment: c,
1988
- labelOptionalText: l,
2194
+ formLayout: e,
2195
+ labelSize: r,
2196
+ labelAlignment: l,
2197
+ labelOptionalText: i,
1989
2198
  labelWithEditIcon: d,
1990
- onLabelEditClick: i,
2199
+ onLabelEditClick: c,
1991
2200
  label: p,
1992
2201
  assistiveText: m,
1993
2202
  assistiveWithIcon: y,
@@ -1995,27 +2204,27 @@ const Er = "TextField-module__root___2ZYkG", Br = "TextField-module__input___RL-
1995
2204
  required: _,
1996
2205
  withAsterisk: f,
1997
2206
  id: C,
1998
- readOnly: P,
1999
- readOnlyComponent: N,
2000
- emptyValueComponent: z,
2207
+ readOnly: W,
2208
+ readOnlyComponent: $,
2209
+ emptyValueComponent: L,
2001
2210
  readOnlyType: "text",
2002
- readOnlyValue: L !== void 0 ? L : k,
2211
+ readOnlyValue: S !== void 0 ? S : x,
2003
2212
  readOnlyNativeProps: o,
2004
2213
  activeComponent: (
2005
2214
  /* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
2006
- /* @__PURE__ */ e(
2007
- Se,
2215
+ /* @__PURE__ */ t(
2216
+ Fe,
2008
2217
  {
2009
2218
  ref: n,
2010
- classNames: T,
2219
+ classNames: P,
2011
2220
  disabled: b,
2012
- value: L,
2013
- defaultValue: k,
2221
+ value: S,
2222
+ defaultValue: x,
2014
2223
  wrapperProps: {
2015
2224
  "data-disabled": b ? "true" : void 0,
2016
2225
  "data-error": u ? "true" : void 0
2017
2226
  },
2018
- ...O
2227
+ ...R
2019
2228
  }
2020
2229
  )
2021
2230
  )
@@ -2023,83 +2232,119 @@ const Er = "TextField-module__root___2ZYkG", Br = "TextField-module__input___RL-
2023
2232
  );
2024
2233
  }
2025
2234
  );
2026
- Dr.displayName = "TextField";
2027
- const ya = (r) => /* @__PURE__ */ e("div", { ...r, children: "TimePicker" }), ha = (r) => /* @__PURE__ */ e("div", { ...r, children: "Timeline" }), Vr = $(function({ overStyled: o = !1, order: n = 1, ...s }, t) {
2028
- const a = v(s, o), c = a.className, l = `recursica_brand_typography_h${n}`, d = c ? `${l} ${c}` : l;
2029
- return /* @__PURE__ */ e(
2030
- To,
2235
+ Ns.displayName = "TextField";
2236
+ const Hs = (a) => /* @__PURE__ */ t("div", { ...a, children: "TimePicker" }), Us = (a) => /* @__PURE__ */ t("div", { ...a, children: "Timeline" }), $s = v(function({ overStyled: o = !1, order: n = 1, ...s }, e) {
2237
+ const r = N(s, o), l = r.className, i = `recursica_brand_typography_h${n}`, d = l ? `${i} ${l}` : i;
2238
+ return /* @__PURE__ */ t(
2239
+ Yo,
2031
2240
  {
2032
- ref: t,
2241
+ ref: e,
2033
2242
  order: n,
2034
2243
  className: d,
2035
- ...a
2244
+ ...r
2036
2245
  }
2037
2246
  );
2038
2247
  });
2039
- Vr.displayName = "Title";
2040
- const fa = (r) => /* @__PURE__ */ e("div", { ...r, children: "Toast" }), Na = (r) => /* @__PURE__ */ e("div", { ...r, children: "Tooltip" }), $a = (r) => /* @__PURE__ */ e("div", { ...r, children: "TransferList" });
2248
+ $s.displayName = "Title";
2249
+ const Ys = (a) => /* @__PURE__ */ t("div", { ...a, children: "Toast" }), vs = "Tooltip-module__tooltip___UA7H9", Cs = "Tooltip-module__arrow___4zROk", Me = {
2250
+ tooltip: vs,
2251
+ arrow: Cs
2252
+ }, xo = function({
2253
+ overStyled: o = !1,
2254
+ withBeak: n = !0,
2255
+ ...s
2256
+ }) {
2257
+ const e = N(s, o), r = {
2258
+ tooltip: Me.tooltip,
2259
+ arrow: Me.arrow
2260
+ }, l = e.classNames;
2261
+ if (l && typeof l == "object" && !Array.isArray(l)) {
2262
+ const p = l;
2263
+ Object.keys(p).forEach((m) => {
2264
+ r[m] ? r[m] = `${r[m]} ${p[m]}` : r[m] = p[m];
2265
+ });
2266
+ }
2267
+ const i = e.arrowSize ?? 16, d = e.withArrow;
2268
+ return /* @__PURE__ */ t(
2269
+ Se,
2270
+ {
2271
+ position: "top",
2272
+ multiline: !0,
2273
+ arrowSize: i,
2274
+ withArrow: n ?? d,
2275
+ classNames: r,
2276
+ ...e
2277
+ }
2278
+ );
2279
+ };
2280
+ xo.displayName = "Tooltip";
2281
+ const Ao = xo;
2282
+ Ao.Floating = Se.Floating;
2283
+ Ao.Group = Se.Group;
2284
+ const Zs = (a) => /* @__PURE__ */ t("div", { ...a, children: "TransferList" });
2041
2285
  export {
2042
- Pe as Accordion,
2043
- xe as AccordionControl,
2044
- Oe as AccordionItem,
2045
- we as AccordionPanel,
2046
- Zr as Avatar,
2047
- Hr as Badge,
2048
- Xo as Breadcrumb,
2049
- Kr as Button,
2050
- Ur as Card,
2051
- Ve as CardContent,
2052
- De as CardFooter,
2053
- je as CardHeader,
2054
- Be as CardSection,
2055
- He as Checkbox,
2056
- Ze as CheckboxGroup,
2057
- Gt as Chip,
2058
- Yt as Container,
2059
- Qr as DatePicker,
2060
- Qt as Dropdown,
2061
- be as EmptyValueRenderer,
2062
- Jr as FileInput,
2063
- ea as FileUpload,
2064
- oa as Flex,
2065
- X as FormControlLayout,
2066
- or as Group,
2067
- ta as HoverCard,
2068
- qe as Label,
2069
- Pt as Layer,
2070
- ra as Link,
2071
- rr as Loader,
2072
- ae as Menu,
2073
- aa as Modal,
2074
- sa as NumberInput,
2075
- na as Pagination,
2076
- la as Panel,
2077
- ca as Popover,
2078
- lo as Radio,
2079
- no as RadioGroup,
2080
- gr as ReadOnlyBooleanField,
2081
- Ye as ReadOnlyField,
2082
- Cr as ReadOnlySwitchField,
2083
- ue as ReadOnlyTextField,
2084
- Xr as RecursicaThemeProvider,
2085
- ia as Search,
2086
- da as SegmentedControl,
2087
- pa as Slider,
2088
- wr as Stack,
2089
- ma as Stepper,
2090
- io as Switch,
2091
- co as SwitchGroup,
2092
- ua as Table,
2093
- _a as Tabs,
2094
- ba as Text,
2095
- Fr as TextArea,
2096
- Dr as TextField,
2097
- ya as TimePicker,
2098
- ha as Timeline,
2099
- Vr as Title,
2100
- fa as Toast,
2101
- Na as Tooltip,
2102
- $a as TransferList,
2286
+ Oe as Accordion,
2287
+ ke as AccordionControl,
2288
+ Ve as AccordionItem,
2289
+ Te as AccordionPanel,
2290
+ xs as Avatar,
2291
+ As as Badge,
2292
+ _t as Breadcrumb,
2293
+ Ws as Button,
2294
+ Ss as Card,
2295
+ Qe as CardContent,
2296
+ Ke as CardFooter,
2297
+ Ze as CardHeader,
2298
+ Ye as CardSection,
2299
+ to as Checkbox,
2300
+ oo as CheckboxGroup,
2301
+ lr as Chip,
2302
+ cr as Container,
2303
+ Ts as DatePicker,
2304
+ br as Dropdown,
2305
+ Ne as EmptyValueRenderer,
2306
+ Os as FileInput,
2307
+ Is as FileUpload,
2308
+ zs as Flex,
2309
+ J as FormControlLayout,
2310
+ fr as Group,
2311
+ lo as HoverCard,
2312
+ Je as Label,
2313
+ Vt as Layer,
2314
+ Rs as Link,
2315
+ Cr as Loader,
2316
+ le as Menu,
2317
+ Ls as Modal,
2318
+ Mr as NumberInput,
2319
+ Ms as Pagination,
2320
+ Q as Panel,
2321
+ $o as PanelFooter,
2322
+ Fs as Popover,
2323
+ Co as Radio,
2324
+ vo as RadioGroup,
2325
+ es as ReadOnlyBooleanField,
2326
+ eo as ReadOnlyField,
2327
+ Jr as ReadOnlySwitchField,
2328
+ he as ReadOnlyTextField,
2329
+ ks as RecursicaThemeProvider,
2330
+ Es as Search,
2331
+ Bs as SegmentedControl,
2332
+ js as Slider,
2333
+ ts as Stack,
2334
+ Ds as Stepper,
2335
+ go as Switch,
2336
+ wo as SwitchGroup,
2337
+ Vs as Table,
2338
+ Gs as Tabs,
2339
+ qs as Text,
2340
+ bs as TextArea,
2341
+ Ns as TextField,
2342
+ Hs as TimePicker,
2343
+ Us as Timeline,
2344
+ $s as Title,
2345
+ Ys as Toast,
2346
+ Ao as Tooltip,
2347
+ Zs as TransferList,
2103
2348
  oe as WithReadOnlyWrapper
2104
2349
  };
2105
2350
  //# sourceMappingURL=mantine-adapter.js.map