@recursica/mantine-adapter 0.34.0 → 0.35.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.
@@ -1,8 +1,8 @@
1
- import { jsx as r, jsxs as V, Fragment as Ie } from "react/jsx-runtime";
2
- import B, { forwardRef as b, useId as Da, useState as lo, useEffect as He } from "react";
3
- import { Accordion as Ke, Input as jo, Box as ja, Autocomplete as Ga, Avatar as Ha, createPolymorphicComponent as ae, Badge as qa, Breadcrumbs as Ua, Loader as Ya, Button as Za, Card as Xe, Checkbox as Go, Chip as Ka, Container as Xa, Select as Qa, Flex as Ja, Group as es, HoverCard as po, Anchor as os, Menu as se, Modal as X, NumberInput as ts, Pagination as ue, Drawer as me, Popover as uo, Radio as Ho, SegmentedControl as as, Slider as ss, Stack as rs, Stepper as mo, Switch as qo, CheckIcon as ns, CloseIcon as ls, Table as _e, Tabs as Qe, Text as is, Textarea as cs, TimelineItem as ds, Timeline as ps, Title as us, Notification as ms, Tooltip as _o } from "@mantine/core";
4
- import { DatePickerInput as _s } from "@mantine/dates";
5
- const ys = [
1
+ import { jsx as r, jsxs as V, Fragment as ke } from "react/jsx-runtime";
2
+ import B, { forwardRef as f, useId as Ya, useState as co, useEffect as Ue } from "react";
3
+ import { Accordion as Qe, Input as jo, Box as Za, Autocomplete as Ka, Avatar as Xa, createPolymorphicComponent as ee, Badge as Qa, Breadcrumbs as Ja, Loader as es, Button as os, Card as Je, Checkbox as Ho, Chip as ts, Container as as, Select as ss, Flex as rs, Grid as qo, Group as ns, HoverCard as mo, Anchor as ls, Menu as re, Modal as X, NumberInput as is, Pagination as me, Drawer as _e, Popover as _o, Radio as Uo, SegmentedControl as cs, Slider as ds, Stack as ps, Stepper as yo, Switch as Yo, CheckIcon as us, CloseIcon as ms, Table as ye, Tabs as eo, Text as _s, Textarea as ys, TimelineItem as fs, Timeline as bs, Title as Ns, Notification as $s, Tooltip as fo } from "@mantine/core";
4
+ import { DatePickerInput as hs } from "@mantine/dates";
5
+ const vs = [
6
6
  "className",
7
7
  "classNames",
8
8
  "style",
@@ -46,7 +46,7 @@ const ys = [
46
46
  "mih",
47
47
  "mah"
48
48
  // Dimensions
49
- ], Uo = /* @__PURE__ */ new Set([
49
+ ], Zo = /* @__PURE__ */ new Set([
50
50
  "m",
51
51
  "my",
52
52
  "mx",
@@ -61,7 +61,7 @@ const ys = [
61
61
  "left",
62
62
  "bottom",
63
63
  "right"
64
- ]), qe = {
64
+ ]), Ye = {
65
65
  "rec-none": "var(--recursica_brand_dimensions_general_none)",
66
66
  "rec-sm": "var(--recursica_brand_dimensions_general_sm)",
67
67
  "rec-default": "var(--recursica_brand_dimensions_general_default)",
@@ -70,45 +70,45 @@ const ys = [
70
70
  "rec-xl": "var(--recursica_brand_dimensions_general_xl)",
71
71
  "rec-2xl": "var(--recursica_brand_dimensions_general_2xl)"
72
72
  };
73
- function yo(n) {
73
+ function Ve(n) {
74
74
  const e = { ...n };
75
75
  for (const [a, t] of Object.entries(e))
76
- typeof t == "string" && t.startsWith("rec-") && Uo.has(a) && t in qe && (e[a] = qe[t]);
76
+ typeof t == "string" && t.startsWith("rec-") && Zo.has(a) && t in Ye && (e[a] = Ye[t]);
77
77
  return e;
78
78
  }
79
79
  function m(n, e) {
80
80
  if (e)
81
81
  return n;
82
82
  const a = { ...n };
83
- for (const t of ys)
83
+ for (const t of vs)
84
84
  t in a && delete a[t];
85
85
  for (const [t, o] of Object.entries(a))
86
- typeof o == "string" && o.startsWith("rec-") && Uo.has(t) && o in qe && (a[t] = qe[o]);
86
+ typeof o == "string" && o.startsWith("rec-") && Zo.has(t) && o in Ye && (a[t] = Ye[o]);
87
87
  return a;
88
88
  }
89
- const bs = "Accordion-module__root___Dem6d", fs = "Accordion-module__item___7ryVk", Ns = "Accordion-module__noDivider___Ni2tT", hs = "Accordion-module__control___b4wgX", $s = "Accordion-module__label___Ss7uW", vs = "Accordion-module__chevron___i-HVZ", Cs = "Accordion-module__iconLeftWrapper___5oLen", Ps = "Accordion-module__panel___Wx50w", Ts = "Accordion-module__content___PEM9t", ie = {
90
- root: bs,
91
- item: fs,
92
- noDivider: Ns,
93
- control: hs,
94
- label: $s,
95
- chevron: vs,
96
- iconLeftWrapper: Cs,
97
- panel: Ps,
98
- content: Ts
99
- }, Yo = function({
89
+ const Cs = "Accordion-module__root___Dem6d", Ps = "Accordion-module__item___7ryVk", Ts = "Accordion-module__noDivider___Ni2tT", ws = "Accordion-module__control___b4wgX", gs = "Accordion-module__label___Ss7uW", Ss = "Accordion-module__chevron___i-HVZ", As = "Accordion-module__iconLeftWrapper___5oLen", xs = "Accordion-module__panel___Wx50w", Os = "Accordion-module__content___PEM9t", ce = {
90
+ root: Cs,
91
+ item: Ps,
92
+ noDivider: Ts,
93
+ control: ws,
94
+ label: gs,
95
+ chevron: Ss,
96
+ iconLeftWrapper: As,
97
+ panel: xs,
98
+ content: Os
99
+ }, Ko = function({
100
100
  variant: e = "unstyled",
101
101
  overStyled: a = !1,
102
102
  ...t
103
103
  }) {
104
104
  const o = m(t, a), s = {
105
- root: ie.root,
106
- item: ie.item,
107
- control: ie.control,
108
- label: ie.label,
109
- chevron: ie.chevron,
110
- panel: ie.panel,
111
- content: ie.content
105
+ root: ce.root,
106
+ item: ce.item,
107
+ control: ce.control,
108
+ label: ce.label,
109
+ chevron: ce.chevron,
110
+ panel: ce.panel,
111
+ content: ce.content
112
112
  }, l = o.classNames;
113
113
  if (l && typeof l == "object" && !Array.isArray(l)) {
114
114
  const c = l;
@@ -118,7 +118,7 @@ const bs = "Accordion-module__root___Dem6d", fs = "Accordion-module__item___7ryV
118
118
  }
119
119
  const i = o.className;
120
120
  return /* @__PURE__ */ r(
121
- Ke,
121
+ Qe,
122
122
  {
123
123
  variant: e,
124
124
  className: i,
@@ -127,41 +127,41 @@ const bs = "Accordion-module__root___Dem6d", fs = "Accordion-module__item___7ryV
127
127
  }
128
128
  );
129
129
  };
130
- Yo.displayName = "Accordion";
131
- const bo = b(function({ title: e, leftIcon: a, divider: t = !0, children: o, overStyled: s = !1, ...l }, i) {
132
- const c = m(l, s), d = c.className, p = [t ? void 0 : ie.noDivider, d].filter(Boolean).join(" ") || void 0;
130
+ Ko.displayName = "Accordion";
131
+ const bo = f(function({ title: e, leftIcon: a, divider: t = !0, children: o, overStyled: s = !1, ...l }, i) {
132
+ const c = m(l, s), d = c.className, p = [t ? void 0 : ce.noDivider, d].filter(Boolean).join(" ") || void 0;
133
133
  return /* @__PURE__ */ r(
134
- Ke.Item,
134
+ Qe.Item,
135
135
  {
136
136
  ref: i,
137
137
  className: p,
138
138
  ...c,
139
- children: e ? /* @__PURE__ */ V(Ie, { children: [
140
- /* @__PURE__ */ r(Je, { leftIcon: a, children: e }),
141
- /* @__PURE__ */ r(eo, { children: o })
139
+ children: e ? /* @__PURE__ */ V(ke, { children: [
140
+ /* @__PURE__ */ r(oo, { leftIcon: a, children: e }),
141
+ /* @__PURE__ */ r(to, { children: o })
142
142
  ] }) : o
143
143
  }
144
144
  );
145
145
  });
146
146
  bo.displayName = "AccordionItem";
147
- const Je = b(function({ leftIcon: e, children: a, overStyled: t = !1, ...o }, s) {
147
+ const oo = f(function({ leftIcon: e, children: a, overStyled: t = !1, ...o }, s) {
148
148
  const l = m(o, t), i = l.className;
149
149
  return /* @__PURE__ */ r(
150
- Ke.Control,
150
+ Qe.Control,
151
151
  {
152
152
  ref: s,
153
153
  className: i,
154
- icon: e ? /* @__PURE__ */ r("span", { className: ie.iconLeftWrapper, "aria-hidden": !0, children: e }) : void 0,
154
+ icon: e ? /* @__PURE__ */ r("span", { className: ce.iconLeftWrapper, "aria-hidden": !0, children: e }) : void 0,
155
155
  ...l,
156
156
  children: a
157
157
  }
158
158
  );
159
159
  });
160
- Je.displayName = "AccordionControl";
161
- const eo = b(function({ overStyled: e = !1, ...a }, t) {
160
+ oo.displayName = "AccordionControl";
161
+ const to = f(function({ overStyled: e = !1, ...a }, t) {
162
162
  const o = m(a, e), s = o.className;
163
163
  return /* @__PURE__ */ r(
164
- Ke.Panel,
164
+ Qe.Panel,
165
165
  {
166
166
  ref: t,
167
167
  className: s,
@@ -169,19 +169,19 @@ const eo = b(function({ overStyled: e = !1, ...a }, t) {
169
169
  }
170
170
  );
171
171
  });
172
- eo.displayName = "AccordionPanel";
173
- const oo = Yo;
174
- oo.Item = bo;
175
- oo.Control = Je;
176
- oo.Panel = eo;
177
- const ws = "Label-module__root___e6HXZ", gs = "Label-module__labelText___rieFR", Ss = "Label-module__required___Ggrzc", As = "Label-module__optionalText___Y2yun", xs = "Label-module__actionAreaWrapper___ELoZK", Os = "Label-module__editIconWrapper___NG2xW", Q = {
178
- root: ws,
179
- labelText: gs,
180
- required: Ss,
181
- optionalText: As,
182
- actionAreaWrapper: xs,
183
- editIconWrapper: Os
184
- }, fo = b(function({
172
+ to.displayName = "AccordionPanel";
173
+ const ao = Ko;
174
+ ao.Item = bo;
175
+ ao.Control = oo;
176
+ ao.Panel = to;
177
+ const Ls = "Label-module__root___e6HXZ", Ws = "Label-module__labelText___rieFR", Is = "Label-module__required___Ggrzc", ks = "Label-module__optionalText___Y2yun", zs = "Label-module__actionAreaWrapper___ELoZK", Ms = "Label-module__editIconWrapper___NG2xW", Q = {
178
+ root: Ls,
179
+ labelText: Ws,
180
+ required: Is,
181
+ optionalText: ks,
182
+ actionAreaWrapper: zs,
183
+ editIconWrapper: Ms
184
+ }, No = f(function({
185
185
  labelSize: e = "default",
186
186
  labelAlignment: a,
187
187
  required: t = !1,
@@ -193,18 +193,18 @@ const ws = "Label-module__root___e6HXZ", gs = "Label-module__labelText___rieFR",
193
193
  overStyled: d = !1,
194
194
  ...p
195
195
  }, u) {
196
- const h = a || "left";
196
+ const $ = a || "left";
197
197
  let y;
198
198
  t || (o === !0 ? y = "optional" : o && (y = o));
199
- const _ = m(p, d), f = _, T = {
199
+ const _ = m(p, d), b = _, T = {
200
200
  label: Q.root,
201
201
  required: Q.required
202
- }, C = f.classNames;
202
+ }, C = b.classNames;
203
203
  if (C && typeof C == "object" && !Array.isArray(C)) {
204
204
  const O = C;
205
205
  T.label = O.label ? `${Q.root} ${O.label}` : Q.root, T.required = O.required ? `${Q.required} ${O.required}` : Q.required;
206
206
  }
207
- const $ = f.className, N = $ ? `${Q.root} ${$}` : Q.root;
207
+ const h = b.className, N = h ? `${Q.root} ${h}` : Q.root;
208
208
  return /* @__PURE__ */ V(
209
209
  jo.Label,
210
210
  {
@@ -212,7 +212,7 @@ const ws = "Label-module__root___e6HXZ", gs = "Label-module__labelText___rieFR",
212
212
  className: N,
213
213
  classNames: T,
214
214
  "data-size": e,
215
- "data-alignment": h,
215
+ "data-alignment": $,
216
216
  required: t && !s,
217
217
  ..._,
218
218
  children: [
@@ -251,12 +251,12 @@ const ws = "Label-module__root___e6HXZ", gs = "Label-module__labelText___rieFR",
251
251
  }
252
252
  );
253
253
  });
254
- fo.displayName = "Label";
255
- const Ls = "FormControlLayout-module__root___yNDhZ", Ws = "FormControlLayout-module__leftSection___GBM1r", Is = "FormControlLayout-module__rightSection___bcL4v", De = {
256
- root: Ls,
257
- leftSection: Ws,
258
- rightSection: Is
259
- }, de = b(function({
254
+ No.displayName = "Label";
255
+ const Rs = "FormControlLayout-module__root___yNDhZ", Bs = "FormControlLayout-module__leftSection___GBM1r", Es = "FormControlLayout-module__rightSection___bcL4v", je = {
256
+ root: Rs,
257
+ leftSection: Bs,
258
+ rightSection: Es
259
+ }, pe = f(function({
260
260
  formLayout: e = "stacked",
261
261
  labelSize: a = "default",
262
262
  controlMaxWidth: t,
@@ -267,7 +267,7 @@ const Ls = "FormControlLayout-module__root___yNDhZ", Ws = "FormControlLayout-mod
267
267
  style: c,
268
268
  ...d
269
269
  }, p) {
270
- const u = i ? `${De.root} ${i}` : De.root, y = s != null || e === "side-by-side";
270
+ const u = i ? `${je.root} ${i}` : je.root, y = s != null || e === "side-by-side";
271
271
  return /* @__PURE__ */ V(
272
272
  "div",
273
273
  {
@@ -281,18 +281,18 @@ const Ls = "FormControlLayout-module__root___yNDhZ", Ws = "FormControlLayout-mod
281
281
  },
282
282
  ...d,
283
283
  children: [
284
- y && /* @__PURE__ */ r("div", { className: De.leftSection, "data-size": a, children: s }),
285
- /* @__PURE__ */ r("div", { className: De.rightSection, children: l })
284
+ y && /* @__PURE__ */ r("div", { className: je.leftSection, "data-size": a, children: s }),
285
+ /* @__PURE__ */ r("div", { className: je.rightSection, children: l })
286
286
  ]
287
287
  }
288
288
  );
289
289
  });
290
- de.displayName = "FormControlLayout";
291
- const ks = "AssistiveElement-module__root___WhQ43", zs = "AssistiveElement-module__textWrapper___sfy5E", Ms = "AssistiveElement-module__iconWrapper___gObRF", no = {
292
- root: ks,
293
- textWrapper: zs,
294
- iconWrapper: Ms
295
- }, Rs = () => /* @__PURE__ */ V(
290
+ pe.displayName = "FormControlLayout";
291
+ const Fs = "AssistiveElement-module__root___WhQ43", Vs = "AssistiveElement-module__textWrapper___sfy5E", Ds = "AssistiveElement-module__iconWrapper___gObRF", io = {
292
+ root: Fs,
293
+ textWrapper: Vs,
294
+ iconWrapper: Ds
295
+ }, Gs = () => /* @__PURE__ */ V(
296
296
  "svg",
297
297
  {
298
298
  xmlns: "http://www.w3.org/2000/svg",
@@ -308,7 +308,7 @@ const ks = "AssistiveElement-module__root___WhQ43", zs = "AssistiveElement-modul
308
308
  /* @__PURE__ */ r("path", { d: "M12 8h.01" })
309
309
  ]
310
310
  }
311
- ), Bs = () => /* @__PURE__ */ V(
311
+ ), js = () => /* @__PURE__ */ V(
312
312
  "svg",
313
313
  {
314
314
  xmlns: "http://www.w3.org/2000/svg",
@@ -324,7 +324,7 @@ const ks = "AssistiveElement-module__root___WhQ43", zs = "AssistiveElement-modul
324
324
  /* @__PURE__ */ r("path", { d: "M12 17h.01" })
325
325
  ]
326
326
  }
327
- ), io = b(function({
327
+ ), po = f(function({
328
328
  assistiveVariant: e = "help",
329
329
  assistiveWithIcon: a = !0,
330
330
  children: t,
@@ -332,7 +332,7 @@ const ks = "AssistiveElement-module__root___WhQ43", zs = "AssistiveElement-modul
332
332
  overStyled: s = !1,
333
333
  ...l
334
334
  }, i) {
335
- const d = m(l, s), p = no.root, u = o ? `${p} ${o}` : p, h = e === "error" ? Bs : Rs;
335
+ const d = m(l, s), p = io.root, u = o ? `${p} ${o}` : p, $ = e === "error" ? js : Gs;
336
336
  return /* @__PURE__ */ V(
337
337
  "div",
338
338
  {
@@ -342,17 +342,17 @@ const ks = "AssistiveElement-module__root___WhQ43", zs = "AssistiveElement-modul
342
342
  style: d.style,
343
343
  ...d,
344
344
  children: [
345
- a && /* @__PURE__ */ r("span", { className: no.iconWrapper, children: /* @__PURE__ */ r(h, {}) }),
346
- /* @__PURE__ */ r("span", { className: no.textWrapper, children: t })
345
+ a && /* @__PURE__ */ r("span", { className: io.iconWrapper, children: /* @__PURE__ */ r($, {}) }),
346
+ /* @__PURE__ */ r("span", { className: io.textWrapper, children: t })
347
347
  ]
348
348
  }
349
349
  );
350
350
  });
351
- io.displayName = "AssistiveElement";
352
- const Es = "FormControlWrapper-module__root___c-UHo", Fs = "FormControlWrapper-module__inputSection___HenXk", Ro = {
353
- root: Es,
354
- inputSection: Fs
355
- }, Ue = b(function({
351
+ po.displayName = "AssistiveElement";
352
+ const Hs = "FormControlWrapper-module__root___c-UHo", qs = "FormControlWrapper-module__inputSection___HenXk", Bo = {
353
+ root: Hs,
354
+ inputSection: qs
355
+ }, Ze = f(function({
356
356
  formLayout: e,
357
357
  labelSize: a,
358
358
  labelAlignment: t,
@@ -364,27 +364,27 @@ const Es = "FormControlWrapper-module__root___c-UHo", Fs = "FormControlWrapper-m
364
364
  description: d,
365
365
  assistiveText: p,
366
366
  assistiveWithIcon: u = !0,
367
- controlMaxWidth: h,
367
+ controlMaxWidth: $,
368
368
  controlMinWidth: y,
369
369
  error: _,
370
- required: f,
370
+ required: b,
371
371
  withAsterisk: T,
372
372
  id: C,
373
- children: $,
373
+ children: h,
374
374
  className: N,
375
375
  overStyled: O = !1,
376
376
  labelElement: v,
377
377
  // Extracted safely preventing bleeding into HTML domains
378
378
  ...z
379
379
  }, x) {
380
- const A = Da(), L = C || `recursica-fc-${A}`, W = p || d, w = W ? `${L}-assistive` : void 0, g = _ ? `${L}-error` : void 0, R = m(z, O), S = N || R.className, Pe = Ro.root, Te = S ? `${Pe} ${S}` : Pe, Y = B.isValidElement($) ? B.cloneElement(
381
- $,
380
+ const A = Ya(), L = C || `recursica-fc-${A}`, W = p || d, w = W ? `${L}-assistive` : void 0, g = _ ? `${L}-error` : void 0, R = m(z, O), S = N || R.className, Te = Bo.root, we = S ? `${Te} ${S}` : Te, Y = B.isValidElement(h) ? B.cloneElement(
381
+ h,
382
382
  {
383
- ...W && !$.props["aria-describedby"] ? { "aria-describedby": w } : {},
384
- ..._ && !$.props["aria-errormessage"] ? { "aria-errormessage": g } : {}
383
+ ...W && !h.props["aria-describedby"] ? { "aria-describedby": w } : {},
384
+ ..._ && !h.props["aria-errormessage"] ? { "aria-errormessage": g } : {}
385
385
  }
386
- ) : $, so = c ? /* @__PURE__ */ r(
387
- fo,
386
+ ) : h, no = c ? /* @__PURE__ */ r(
387
+ No,
388
388
  {
389
389
  id: L,
390
390
  labelAlignment: t,
@@ -392,26 +392,26 @@ const Es = "FormControlWrapper-module__root___c-UHo", Fs = "FormControlWrapper-m
392
392
  labelWithEditIcon: s,
393
393
  labelActionArea: l,
394
394
  onLabelEditClick: i,
395
- required: T ?? f,
395
+ required: T ?? b,
396
396
  ...v === "div" ? { as: "div" } : {},
397
397
  children: c
398
398
  }
399
399
  ) : void 0;
400
400
  return /* @__PURE__ */ r(
401
- de,
401
+ pe,
402
402
  {
403
403
  ref: x,
404
- className: Te,
404
+ className: we,
405
405
  formLayout: e,
406
406
  labelSize: a,
407
- controlMaxWidth: h,
407
+ controlMaxWidth: $,
408
408
  controlMinWidth: y,
409
- leftSection: so,
409
+ leftSection: no,
410
410
  ...R,
411
- children: /* @__PURE__ */ V("div", { className: Ro.inputSection, children: [
411
+ children: /* @__PURE__ */ V("div", { className: Bo.inputSection, children: [
412
412
  Y,
413
413
  _ && /* @__PURE__ */ r(
414
- io,
414
+ po,
415
415
  {
416
416
  id: g,
417
417
  assistiveVariant: "error",
@@ -420,7 +420,7 @@ const Es = "FormControlWrapper-module__root___c-UHo", Fs = "FormControlWrapper-m
420
420
  }
421
421
  ),
422
422
  !_ && W && /* @__PURE__ */ r(
423
- io,
423
+ po,
424
424
  {
425
425
  id: w,
426
426
  assistiveVariant: "help",
@@ -432,12 +432,12 @@ const Es = "FormControlWrapper-module__root___c-UHo", Fs = "FormControlWrapper-m
432
432
  }
433
433
  );
434
434
  });
435
- Ue.displayName = "FormControlWrapper";
436
- const Vs = "_root_1qhn7_3", Ds = "_contents_1qhn7_18", We = {
437
- root: Vs,
438
- contents: Ds
439
- }, js = b(function({ layer: n, contentsOnly: e, children: a, className: t, style: o, ...s }, l) {
440
- const i = e ? t ? `${We.root} ${We.contents} ${t}` : `${We.root} ${We.contents}` : t ? `${We.root} ${t}` : We.root;
435
+ Ze.displayName = "FormControlWrapper";
436
+ const Us = "_root_1qhn7_3", Ys = "_contents_1qhn7_18", Ie = {
437
+ root: Us,
438
+ contents: Ys
439
+ }, Zs = f(function({ layer: n, contentsOnly: e, children: a, className: t, style: o, ...s }, l) {
440
+ const i = e ? t ? `${Ie.root} ${Ie.contents} ${t}` : `${Ie.root} ${Ie.contents}` : t ? `${Ie.root} ${t}` : Ie.root;
441
441
  return /* @__PURE__ */ r(
442
442
  "div",
443
443
  {
@@ -450,18 +450,18 @@ const Vs = "_root_1qhn7_3", Ds = "_contents_1qhn7_18", We = {
450
450
  }
451
451
  );
452
452
  });
453
- js.displayName = "Layer";
454
- const Ye = ({ emptyText: n = "N/A" }) => /* @__PURE__ */ r(B.Fragment, { children: n });
455
- Ye.displayName = "EmptyValueRenderer";
456
- Ye.check = (n) => n == null || n === "" || Array.isArray(n) && n.length === 0;
457
- const Gs = { BASE_URL: "/", DEV: !1, MODE: "library", PROD: !0, SSR: !1, VITE_PLUGIN_MODE: "production", VITE_PLUGIN_PHRASE: "recursica_plugin_@K9mX7pQw2VbN8fRt3LzY6HjE4CuA5DsG1WvM9nP0XcB7", VITE_PLUGIN_PHRASE_TEST: "recursica_plugin_@19866374", VITE_RECURSICA_API_TEST: "https://dev-api.recursica.com", VITE_RECURSICA_API_URL: "https://api.recursica.com", VITE_RECURSICA_UI_URL: "https://api.recursica.com" }, Oe = (() => {
453
+ Zs.displayName = "Layer";
454
+ const Ke = ({ emptyText: n = "N/A" }) => /* @__PURE__ */ r(B.Fragment, { children: n });
455
+ Ke.displayName = "EmptyValueRenderer";
456
+ Ke.check = (n) => n == null || n === "" || Array.isArray(n) && n.length === 0;
457
+ const Ks = { BASE_URL: "/", DEV: !1, MODE: "library", PROD: !0, SSR: !1, VITE_PLUGIN_MODE: "production", VITE_PLUGIN_PHRASE: "recursica_plugin_@K9mX7pQw2VbN8fRt3LzY6HjE4CuA5DsG1WvM9nP0XcB7", VITE_PLUGIN_PHRASE_TEST: "recursica_plugin_@19866374", VITE_RECURSICA_API_TEST: "https://dev-api.recursica.com", VITE_RECURSICA_API_URL: "https://api.recursica.com", VITE_RECURSICA_UI_URL: "https://api.recursica.com" }, Le = (() => {
458
458
  try {
459
459
  if (typeof process < "u" && process.env && process.env.NODE_ENV)
460
460
  return process.env.NODE_ENV !== "production";
461
461
  } catch {
462
462
  }
463
463
  try {
464
- if (import.meta && Gs)
464
+ if (import.meta && Ks)
465
465
  return !0;
466
466
  } catch {
467
467
  }
@@ -470,38 +470,38 @@ const Gs = { BASE_URL: "/", DEV: !1, MODE: "library", PROD: !0, SSR: !1, VITE_PL
470
470
  return n === "localhost" || n === "127.0.0.1" || n.endsWith(".local");
471
471
  }
472
472
  return !1;
473
- })(), co = /* @__PURE__ */ new Set();
474
- let Ce = !1;
475
- function Hs(n) {
476
- if (!Oe)
473
+ })(), uo = /* @__PURE__ */ new Set();
474
+ let Pe = !1;
475
+ function Xs(n) {
476
+ if (!Le)
477
477
  return console.warn(
478
478
  "[Recursica] overStyled highlight is disabled in production builds."
479
479
  ), !1;
480
- if (Ce = n !== void 0 ? n : !Ce, typeof document < "u") {
481
- const e = document.documentElement, a = Ce ? "0 0 0 2px cyan" : "none";
480
+ if (Pe = n !== void 0 ? n : !Pe, typeof document < "u") {
481
+ const e = document.documentElement, a = Pe ? "0 0 0 2px cyan" : "none";
482
482
  e.style.setProperty("--recursica-over-styled-shadow", a), console.log(
483
- `[Recursica] Highlight outlines toggled: ${Ce ? "ACTIVE (0 0 0 2px cyan)" : "INACTIVE"}`
483
+ `[Recursica] Highlight outlines toggled: ${Pe ? "ACTIVE (0 0 0 2px cyan)" : "INACTIVE"}`
484
484
  );
485
485
  } else
486
486
  console.warn("[Recursica] document is undefined. Cannot set CSS property.");
487
- return co.forEach((e) => e()), Ce;
487
+ return uo.forEach((e) => e()), Pe;
488
488
  }
489
- function qi() {
490
- return Oe && Ce;
489
+ function oc() {
490
+ return Le && Pe;
491
491
  }
492
- function qs() {
493
- const [n, e] = lo(Ce);
494
- return He(() => {
495
- if (!Oe) return;
496
- Zo(), Ko();
497
- const a = () => e(Ce);
498
- return co.add(a), () => {
499
- co.delete(a);
492
+ function Qs() {
493
+ const [n, e] = co(Pe);
494
+ return Ue(() => {
495
+ if (!Le) return;
496
+ Xo(), Qo();
497
+ const a = () => e(Pe);
498
+ return uo.add(a), () => {
499
+ uo.delete(a);
500
500
  };
501
- }, []), Oe && n;
501
+ }, []), Le && n;
502
502
  }
503
- function Zo() {
504
- if (!Oe) return;
503
+ function Xo() {
504
+ if (!Le) return;
505
505
  if (typeof document > "u") {
506
506
  console.warn(
507
507
  "[Recursica] document is undefined. Cannot inject overStyled styles."
@@ -522,8 +522,8 @@ function Zo() {
522
522
  }
523
523
  `, document.head.appendChild(e));
524
524
  }
525
- function Ko() {
526
- if (!Oe) return;
525
+ function Qo() {
526
+ if (!Le) return;
527
527
  if (typeof window > "u") {
528
528
  console.warn(
529
529
  "[Recursica] window is undefined. Cannot register console command."
@@ -532,27 +532,27 @@ function Ko() {
532
532
  }
533
533
  const n = (e) => {
534
534
  try {
535
- e.recursica = e.recursica || {}, e.recursica.toggleOverStyled = () => `[Recursica] Overstyled outline highlight is now: ${Hs() ? "ON (cyan 2px box shadow)" : "OFF"}`;
535
+ e.recursica = e.recursica || {}, e.recursica.toggleOverStyled = () => `[Recursica] Overstyled outline highlight is now: ${Xs() ? "ON (cyan 2px box shadow)" : "OFF"}`;
536
536
  } catch {
537
537
  }
538
538
  };
539
539
  n(window), window.parent && window.parent !== window && n(window.parent);
540
540
  }
541
- const Bo = "data-recursica-theme";
542
- function Ui({
541
+ const Eo = "data-recursica-theme";
542
+ function tc({
543
543
  children: n,
544
544
  theme: e = "light"
545
545
  }) {
546
- return He(() => {
546
+ return Ue(() => {
547
547
  const a = document.documentElement;
548
- return a.setAttribute(Bo, e), () => {
549
- a.removeAttribute(Bo);
548
+ return a.setAttribute(Eo, e), () => {
549
+ a.removeAttribute(Eo);
550
550
  };
551
- }, [e]), He(() => {
552
- Zo(), Ko();
553
- }, []), /* @__PURE__ */ r(Ie, { children: n });
551
+ }, [e]), Ue(() => {
552
+ Xo(), Qo();
553
+ }, []), /* @__PURE__ */ r(ke, { children: n });
554
554
  }
555
- const Yi = [
555
+ const ac = [
556
556
  "Accordion",
557
557
  "AssistiveElement",
558
558
  "Autocomplete",
@@ -570,6 +570,7 @@ const Yi = [
570
570
  "Flex",
571
571
  "FormControlLayout",
572
572
  "FormControlWrapper",
573
+ "Grid",
573
574
  "Group",
574
575
  "HoverCard",
575
576
  "Label",
@@ -600,7 +601,7 @@ const Yi = [
600
601
  "Toast",
601
602
  "Tooltip",
602
603
  "TransferList"
603
- ], Zi = (n, e) => {
604
+ ], sc = (n, e) => {
604
605
  const a = document.activeElement;
605
606
  return new Promise((t, o) => {
606
607
  if (e && e.current) {
@@ -613,10 +614,10 @@ const Yi = [
613
614
  });
614
615
  };
615
616
  function P(n) {
616
- if (!Oe || typeof n != "function" && !(n && n.$$typeof))
617
+ if (!Le || typeof n != "function" && !(n && n.$$typeof))
617
618
  return n;
618
619
  const e = B.forwardRef((t, o) => {
619
- const { overStyled: s } = t, l = qs(), i = B.createElement(
620
+ const { overStyled: s } = t, l = Qs(), i = B.createElement(
620
621
  n,
621
622
  { ...t, ref: o }
622
623
  );
@@ -632,27 +633,27 @@ function P(n) {
632
633
  }
633
634
  return e;
634
635
  }
635
- const Us = "ReadOnlyField-module__layoutOverride___9fSsG", Ys = "ReadOnlyField-module__textField___qKn25", Ze = {
636
- layoutOverride: Us,
637
- textField: Ys
638
- }, Ge = ({
636
+ const Js = "ReadOnlyField-module__layoutOverride___9fSsG", er = "ReadOnlyField-module__textField___qKn25", Xe = {
637
+ layoutOverride: Js,
638
+ textField: er
639
+ }, qe = ({
639
640
  value: n,
640
641
  overStyled: e = !1,
641
642
  ...a
642
643
  }) => {
643
644
  const t = m(a, e), o = t.className;
644
645
  return /* @__PURE__ */ r(
645
- ja,
646
+ Za,
646
647
  {
647
648
  component: "p",
648
- className: o ? `${Ze.textField} ${o}` : Ze.textField,
649
+ className: o ? `${Xe.textField} ${o}` : Xe.textField,
649
650
  ...t,
650
651
  children: n != null ? B.isValidElement(n) ? n : Array.isArray(n) ? n.join(", ") : String(n) : ""
651
652
  }
652
653
  );
653
654
  };
654
- Ge.displayName = "ReadOnlyTextField";
655
- const No = b(
655
+ qe.displayName = "ReadOnlyTextField";
656
+ const $o = f(
656
657
  function({
657
658
  value: e,
658
659
  type: a = "text",
@@ -663,11 +664,11 @@ const No = b(
663
664
  ...i
664
665
  }, c) {
665
666
  let d = null;
666
- const p = m(i, o), u = t || Ye, y = (u.check ? u.check(e) : Ye.check(e)) ? /* @__PURE__ */ r(u, { value: e }) : e;
667
+ const p = m(i, o), u = t || Ke, y = (u.check ? u.check(e) : Ke.check(e)) ? /* @__PURE__ */ r(u, { value: e }) : e;
667
668
  switch (a) {
668
669
  case "boolean":
669
670
  d = /* @__PURE__ */ r(
670
- Ge,
671
+ qe,
671
672
  {
672
673
  value: e === !0 ? "True" : e === !1 ? "False" : y,
673
674
  overStyled: o
@@ -676,7 +677,7 @@ const No = b(
676
677
  break;
677
678
  case "switch":
678
679
  d = /* @__PURE__ */ r(
679
- Ge,
680
+ qe,
680
681
  {
681
682
  value: e === !0 ? "On" : e === !1 ? "Off" : y,
682
683
  overStyled: o
@@ -686,7 +687,7 @@ const No = b(
686
687
  case "text":
687
688
  default:
688
689
  d = /* @__PURE__ */ r(
689
- Ge,
690
+ qe,
690
691
  {
691
692
  value: y,
692
693
  overStyled: o
@@ -694,9 +695,9 @@ const No = b(
694
695
  );
695
696
  break;
696
697
  }
697
- const _ = s ? `${Ze.layoutOverride} ${s}` : Ze.layoutOverride;
698
+ const _ = s ? `${Xe.layoutOverride} ${s}` : Xe.layoutOverride;
698
699
  return /* @__PURE__ */ r(
699
- Ue,
700
+ Ze,
700
701
  {
701
702
  ref: c,
702
703
  overStyled: o,
@@ -708,8 +709,8 @@ const No = b(
708
709
  );
709
710
  }
710
711
  );
711
- No.displayName = "ReadOnlyField";
712
- const te = b(function({
712
+ $o.displayName = "ReadOnlyField";
713
+ const ae = f(function({
713
714
  readOnly: e,
714
715
  readOnlyComponent: a,
715
716
  readOnlyType: t = "text",
@@ -722,7 +723,7 @@ const te = b(function({
722
723
  ...p
723
724
  }, u) {
724
725
  return e ? a ? /* @__PURE__ */ r(
725
- Ue,
726
+ Ze,
726
727
  {
727
728
  ref: u,
728
729
  ...p,
@@ -731,7 +732,7 @@ const te = b(function({
731
732
  children: /* @__PURE__ */ r(a, { ...s })
732
733
  }
733
734
  ) : /* @__PURE__ */ r(
734
- No,
735
+ $o,
735
736
  {
736
737
  ref: u,
737
738
  type: t,
@@ -742,7 +743,7 @@ const te = b(function({
742
743
  ...p
743
744
  }
744
745
  ) : /* @__PURE__ */ r(
745
- Ue,
746
+ Ze,
746
747
  {
747
748
  ref: u,
748
749
  ...p,
@@ -752,15 +753,15 @@ const te = b(function({
752
753
  }
753
754
  );
754
755
  });
755
- te.displayName = "WithReadOnlyWrapper";
756
- const Zs = "AutoComplete-module__layoutOverride___-K9WL", Ks = "AutoComplete-module__root___kANza", Xs = "AutoComplete-module__input___g51MC", Qs = "AutoComplete-module__section___WAbf1", Js = "AutoComplete-module__dropdown___NqO3E", er = "AutoComplete-module__option___Y-Kja", j = {
757
- layoutOverride: Zs,
758
- root: Ks,
759
- input: Xs,
760
- section: Qs,
761
- dropdown: Js,
762
- option: er
763
- }, Xo = b(
756
+ ae.displayName = "WithReadOnlyWrapper";
757
+ const or = "AutoComplete-module__layoutOverride___-K9WL", tr = "AutoComplete-module__root___kANza", ar = "AutoComplete-module__input___g51MC", sr = "AutoComplete-module__section___WAbf1", rr = "AutoComplete-module__dropdown___NqO3E", nr = "AutoComplete-module__option___Y-Kja", G = {
758
+ layoutOverride: or,
759
+ root: tr,
760
+ input: ar,
761
+ section: sr,
762
+ dropdown: rr,
763
+ option: nr
764
+ }, Jo = f(
764
765
  function(e, a) {
765
766
  const {
766
767
  overStyled: t = !1,
@@ -773,13 +774,13 @@ const Zs = "AutoComplete-module__layoutOverride___-K9WL", Ks = "AutoComplete-mod
773
774
  onLabelEditClick: d,
774
775
  label: p,
775
776
  assistiveText: u,
776
- assistiveWithIcon: h,
777
+ assistiveWithIcon: $,
777
778
  error: y,
778
779
  required: _,
779
- withAsterisk: f,
780
+ withAsterisk: b,
780
781
  id: T,
781
782
  className: C,
782
- style: $,
783
+ style: h,
783
784
  disabled: N,
784
785
  readOnly: O,
785
786
  readOnlyComponent: v,
@@ -790,23 +791,23 @@ const Zs = "AutoComplete-module__layoutOverride___-K9WL", Ks = "AutoComplete-mod
790
791
  } = e, W = m(L, t), w = W;
791
792
  delete w.size, delete w.variant, delete w.radius;
792
793
  const g = {
793
- wrapper: j.root,
794
+ wrapper: G.root,
794
795
  // The nested Input internal relative wrapper bounding box
795
- input: j.input,
796
- section: j.section,
797
- dropdown: j.dropdown,
798
- option: j.option
796
+ input: G.input,
797
+ section: G.section,
798
+ dropdown: G.dropdown,
799
+ option: G.option
799
800
  }, I = w.classNames;
800
801
  if (I && typeof I == "object" && !Array.isArray(I)) {
801
802
  const S = I;
802
- g.wrapper = S.wrapper ? `${j.root} ${S.wrapper}` : j.root, g.input = S.input ? `${j.input} ${S.input}` : j.input, g.section = S.section ? `${j.section} ${S.section}` : j.section, g.dropdown = S.dropdown ? `${j.dropdown} ${S.dropdown}` : j.dropdown, g.option = S.option ? `${j.option} ${S.option}` : j.option;
803
+ g.wrapper = S.wrapper ? `${G.root} ${S.wrapper}` : G.root, g.input = S.input ? `${G.input} ${S.input}` : G.input, g.section = S.section ? `${G.section} ${S.section}` : G.section, g.dropdown = S.dropdown ? `${G.dropdown} ${S.dropdown}` : G.dropdown, g.option = S.option ? `${G.option} ${S.option}` : G.option;
803
804
  }
804
- const R = C ? `${j.layoutOverride} ${C}` : j.layoutOverride;
805
+ const R = C ? `${G.layoutOverride} ${C}` : G.layoutOverride;
805
806
  return /* @__PURE__ */ r(
806
- te,
807
+ ae,
807
808
  {
808
809
  className: R,
809
- style: $,
810
+ style: h,
810
811
  controlMaxWidth: "var(--recursica_ui-kit_components_autocomplete_properties_max-width)",
811
812
  controlMinWidth: "var(--recursica_ui-kit_components_autocomplete_properties_min-width)",
812
813
  overStyled: t,
@@ -818,10 +819,10 @@ const Zs = "AutoComplete-module__layoutOverride___-K9WL", Ks = "AutoComplete-mod
818
819
  onLabelEditClick: d,
819
820
  label: p,
820
821
  assistiveText: u,
821
- assistiveWithIcon: h,
822
+ assistiveWithIcon: $,
822
823
  error: y,
823
824
  required: _,
824
- withAsterisk: f,
825
+ withAsterisk: b,
825
826
  id: T,
826
827
  readOnly: O,
827
828
  readOnlyComponent: v,
@@ -832,7 +833,7 @@ const Zs = "AutoComplete-module__layoutOverride___-K9WL", Ks = "AutoComplete-mod
832
833
  activeComponent: (
833
834
  /* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
834
835
  /* @__PURE__ */ r(
835
- Ga,
836
+ Ka,
836
837
  {
837
838
  ref: a,
838
839
  classNames: g,
@@ -851,14 +852,14 @@ const Zs = "AutoComplete-module__layoutOverride___-K9WL", Ks = "AutoComplete-mod
851
852
  );
852
853
  }
853
854
  );
854
- Xo.displayName = "AutoComplete";
855
- const or = "Avatar-module__root___fXu-J", tr = "Avatar-module__iconWrapper___ojly2", ar = "Avatar-module__textWrapper___zp-jD", sr = "Avatar-module__image___ieqGp", rr = "Avatar-module__placeholder___IDW7-", ee = {
856
- root: or,
857
- iconWrapper: tr,
858
- textWrapper: ar,
859
- image: sr,
860
- placeholder: rr
861
- }, Qo = b(function({
855
+ Jo.displayName = "AutoComplete";
856
+ const lr = "Avatar-module__root___fXu-J", ir = "Avatar-module__iconWrapper___ojly2", cr = "Avatar-module__textWrapper___zp-jD", dr = "Avatar-module__image___ieqGp", pr = "Avatar-module__placeholder___IDW7-", oe = {
857
+ root: lr,
858
+ iconWrapper: ir,
859
+ textWrapper: cr,
860
+ image: dr,
861
+ placeholder: pr
862
+ }, et = f(function({
862
863
  size: e = "default",
863
864
  variant: a = "solid",
864
865
  icon: t,
@@ -875,21 +876,21 @@ const or = "Avatar-module__root___fXu-J", tr = "Avatar-module__iconWrapper___ojl
875
876
  default: "md",
876
877
  small: "sm",
877
878
  large: "lg"
878
- }, u = m(i, l), h = u;
879
+ }, u = m(i, l), $ = u;
879
880
  let y = "text";
880
881
  s ? y = "image" : t && (y = "icon");
881
882
  const _ = {
882
- root: ee.root,
883
- image: ee.image,
884
- placeholder: ee.placeholder
885
- }, f = h.classNames;
886
- if (f && typeof f == "object" && !Array.isArray(f)) {
887
- const C = f;
888
- _.root = C.root ? `${ee.root} ${C.root}` : ee.root, _.image = C.image ? `${ee.image} ${C.image}` : ee.image, _.placeholder = C.placeholder ? `${ee.placeholder} ${C.placeholder}` : ee.placeholder;
889
- }
890
- const T = h.className;
883
+ root: oe.root,
884
+ image: oe.image,
885
+ placeholder: oe.placeholder
886
+ }, b = $.classNames;
887
+ if (b && typeof b == "object" && !Array.isArray(b)) {
888
+ const C = b;
889
+ _.root = C.root ? `${oe.root} ${C.root}` : oe.root, _.image = C.image ? `${oe.image} ${C.image}` : oe.image, _.placeholder = C.placeholder ? `${oe.placeholder} ${C.placeholder}` : oe.placeholder;
890
+ }
891
+ const T = $.className;
891
892
  return /* @__PURE__ */ r(
892
- Ha,
893
+ Xa,
893
894
  {
894
895
  ref: c,
895
896
  className: T,
@@ -901,26 +902,26 @@ const or = "Avatar-module__root___fXu-J", tr = "Avatar-module__iconWrapper___ojl
901
902
  "data-size": e,
902
903
  "data-style": y,
903
904
  ...u,
904
- children: t != null ? /* @__PURE__ */ r("span", { className: ee.iconWrapper, "aria-hidden": !0, children: t }) : o != null ? /* @__PURE__ */ r("span", { className: ee.textWrapper, children: o }) : void 0
905
+ children: t != null ? /* @__PURE__ */ r("span", { className: oe.iconWrapper, "aria-hidden": !0, children: t }) : o != null ? /* @__PURE__ */ r("span", { className: oe.textWrapper, children: o }) : void 0
905
906
  }
906
907
  );
907
908
  });
908
- Qo.displayName = "Avatar";
909
- const nr = ae(Qo), lr = "Badge-module__root___5osNT", le = {
910
- root: lr
911
- }, Jo = b(function({ variant: e = "primary-color", overStyled: a = !1, ...t }, o) {
909
+ et.displayName = "Avatar";
910
+ const ur = ee(et), mr = "Badge-module__root___5osNT", ie = {
911
+ root: mr
912
+ }, ot = f(function({ variant: e = "primary-color", overStyled: a = !1, ...t }, o) {
912
913
  const s = m(t, a), l = {
913
- root: le.root,
914
- section: le.section,
915
- label: le.label
914
+ root: ie.root,
915
+ section: ie.section,
916
+ label: ie.label
916
917
  }, i = s.classNames;
917
918
  if (i && typeof i == "object" && !Array.isArray(i)) {
918
919
  const p = i;
919
- l.root = p.root ? `${le.root} ${p.root}` : le.root, l.section = p.section ?? le.section, l.label = p.label ?? le.label;
920
+ l.root = p.root ? `${ie.root} ${p.root}` : ie.root, l.section = p.section ?? ie.section, l.label = p.label ?? ie.label;
920
921
  }
921
- const c = s.className, d = c ? `${le.root} ${c}` : le.root;
922
+ const c = s.className, d = c ? `${ie.root} ${c}` : ie.root;
922
923
  return /* @__PURE__ */ r(
923
- qa,
924
+ Qa,
924
925
  {
925
926
  ref: o,
926
927
  variant: "filled",
@@ -931,26 +932,26 @@ const nr = ae(Qo), lr = "Badge-module__root___5osNT", le = {
931
932
  }
932
933
  );
933
934
  });
934
- Jo.displayName = "Badge";
935
- const ir = ae(Jo), cr = "Breadcrumb-module__root___x-9ln", dr = "Breadcrumb-module__separator___qrUX-", Ne = {
936
- root: cr,
937
- separator: dr
938
- }, et = b(
935
+ ot.displayName = "Badge";
936
+ const _r = ee(ot), yr = "Breadcrumb-module__root___x-9ln", fr = "Breadcrumb-module__separator___qrUX-", $e = {
937
+ root: yr,
938
+ separator: fr
939
+ }, tt = f(
939
940
  function({ overStyled: e = !1, separator: a = ">", ...t }, o) {
940
941
  const s = m(
941
942
  { separator: a, ...t },
942
943
  e
943
944
  ), l = {
944
- root: Ne.root,
945
- separator: Ne.separator
945
+ root: $e.root,
946
+ separator: $e.separator
946
947
  }, i = s.classNames;
947
948
  if (i && typeof i == "object" && !Array.isArray(i)) {
948
949
  const p = i;
949
- l.root = p.root ? `${Ne.root} ${p.root}` : Ne.root, l.separator = p.separator ? `${Ne.separator} ${p.separator}` : Ne.separator;
950
+ l.root = p.root ? `${$e.root} ${p.root}` : $e.root, l.separator = p.separator ? `${$e.separator} ${p.separator}` : $e.separator;
950
951
  }
951
- const c = s.className, d = c ? `${Ne.root} ${c}` : Ne.root;
952
+ const c = s.className, d = c ? `${$e.root} ${c}` : $e.root;
952
953
  return /* @__PURE__ */ r(
953
- Ua,
954
+ Ja,
954
955
  {
955
956
  ref: o,
956
957
  ...s,
@@ -960,10 +961,10 @@ const ir = ae(Jo), cr = "Breadcrumb-module__root___x-9ln", dr = "Breadcrumb-modu
960
961
  );
961
962
  }
962
963
  );
963
- et.displayName = "Breadcrumb";
964
- const pr = "Loader-module__root___6iYOP", ze = {
965
- root: pr
966
- }, ho = b(function({ variant: e = "oval", size: a = "default", overStyled: t = !1, ...o }, s) {
964
+ tt.displayName = "Breadcrumb";
965
+ const br = "Loader-module__root___6iYOP", Me = {
966
+ root: br
967
+ }, ho = f(function({ variant: e = "oval", size: a = "default", overStyled: t = !1, ...o }, s) {
967
968
  const i = {
968
969
  sm: "small",
969
970
  md: "default",
@@ -972,39 +973,39 @@ const pr = "Loader-module__root___6iYOP", ze = {
972
973
  default: "default",
973
974
  large: "large"
974
975
  }[a] || "default", c = m(o, t), d = {
975
- root: ze.root
976
+ root: Me.root
976
977
  }, p = c.classNames;
977
978
  if (p && typeof p == "object" && !Array.isArray(p)) {
978
979
  const y = p;
979
- d.root = y.root ? `${ze.root} ${y.root}` : ze.root;
980
+ d.root = y.root ? `${Me.root} ${y.root}` : Me.root;
980
981
  }
981
- const u = c.className, h = u ? `${ze.root} ${u}` : ze.root;
982
+ const u = c.className, $ = u ? `${Me.root} ${u}` : Me.root;
982
983
  return /* @__PURE__ */ r(
983
- Ya,
984
+ es,
984
985
  {
985
986
  ref: s,
986
987
  type: e,
987
988
  "data-variant": e,
988
989
  "data-size": i,
989
990
  ...c,
990
- className: h,
991
+ className: $,
991
992
  classNames: d
992
993
  }
993
994
  );
994
995
  });
995
996
  ho.displayName = "Loader";
996
- const ur = "Button-module__root___Q2R8-", mr = "Button-module__loader___X-9u-", _r = "Button-module__label___UJ3Zt", yr = "Button-module__labelText___rFV5p", br = "Button-module__iconWrapper___uEKPa", fr = "Button-module__section___f2mKr", J = {
997
- root: ur,
998
- loader: mr,
999
- label: _r,
1000
- labelText: yr,
1001
- iconWrapper: br,
1002
- section: fr
997
+ const Nr = "Button-module__root___Q2R8-", $r = "Button-module__loader___X-9u-", hr = "Button-module__label___UJ3Zt", vr = "Button-module__labelText___rFV5p", Cr = "Button-module__iconWrapper___uEKPa", Pr = "Button-module__section___f2mKr", J = {
998
+ root: Nr,
999
+ loader: $r,
1000
+ label: hr,
1001
+ labelText: vr,
1002
+ iconWrapper: Cr,
1003
+ section: Pr
1003
1004
  };
1004
- function Nr(n) {
1005
+ function Tr(n) {
1005
1006
  return n == null || n === "" ? !1 : typeof n == "string" ? n.trim() !== "" : !0;
1006
1007
  }
1007
- const ot = b(function({
1008
+ const at = f(function({
1008
1009
  variant: e = "solid",
1009
1010
  size: a = "default",
1010
1011
  icon: t,
@@ -1019,14 +1020,14 @@ const ot = b(function({
1019
1020
  solid: "filled",
1020
1021
  outline: "outline",
1021
1022
  text: "subtle"
1022
- }, h = {
1023
+ }, $ = {
1023
1024
  default: "md",
1024
1025
  small: "sm"
1025
1026
  }, y = m(d, s), _ = y;
1026
1027
  delete _.fullWidth;
1027
- const f = !!t || !!_.leftSection, T = !!_.rightSection, C = Nr(o), $ = (f || T) && !C;
1028
+ const b = !!t || !!_.leftSection, T = !!_.rightSection, C = Tr(o), h = (b || T) && !C;
1028
1029
  let N = "label";
1029
- $ ? N = "icon-only" : (f || T) && (N = "icon-label"), typeof process < "u" && process.env.NODE_ENV !== "production" && $ && !_["aria-label"] && console.warn(
1030
+ h ? N = "icon-only" : (b || T) && (N = "icon-label"), typeof process < "u" && process.env.NODE_ENV !== "production" && h && !_["aria-label"] && console.warn(
1030
1031
  '[Recursica Button] Icon-only buttons must provide an accessible name. Pass aria-label (e.g. aria-label="Submit").'
1031
1032
  );
1032
1033
  const O = {
@@ -1045,13 +1046,13 @@ const ot = b(function({
1045
1046
  children: /* @__PURE__ */ r(ho, { variant: l, size: L }),
1046
1047
  ...A
1047
1048
  }), /* @__PURE__ */ r(
1048
- Za,
1049
+ os,
1049
1050
  {
1050
1051
  ref: p,
1051
1052
  className: x,
1052
1053
  classNames: O,
1053
1054
  variant: u[e],
1054
- size: h[a],
1055
+ size: $[a],
1055
1056
  loaderProps: W,
1056
1057
  leftSection: t != null ? /* @__PURE__ */ r("span", { className: J.iconWrapper, "aria-hidden": !0, children: t }) : void 0,
1057
1058
  "data-variant": e,
@@ -1063,16 +1064,16 @@ const ot = b(function({
1063
1064
  }
1064
1065
  );
1065
1066
  });
1066
- ot.displayName = "Button";
1067
- const hr = ae(
1068
- ot
1069
- ), $r = "Card-module__root___c9KvZ", vr = "Card-module__header___PTXf2", Cr = "Card-module__footer___Mu-JC", Pr = "Card-module__section___BRT8H", Tr = "Card-module__content___oFIQa", pe = {
1070
- root: $r,
1071
- header: vr,
1072
- footer: Cr,
1073
- section: Pr,
1074
- content: Tr
1075
- }, tt = b(function({ overStyled: e = !1, ...a }, t) {
1067
+ at.displayName = "Button";
1068
+ const wr = ee(
1069
+ at
1070
+ ), gr = "Card-module__root___c9KvZ", Sr = "Card-module__header___PTXf2", Ar = "Card-module__footer___Mu-JC", xr = "Card-module__section___BRT8H", Or = "Card-module__content___oFIQa", ue = {
1071
+ root: gr,
1072
+ header: Sr,
1073
+ footer: Ar,
1074
+ section: xr,
1075
+ content: Or
1076
+ }, st = f(function({ overStyled: e = !1, ...a }, t) {
1076
1077
  const o = m(a, e);
1077
1078
  [
1078
1079
  "flex",
@@ -1086,7 +1087,7 @@ const hr = ae(
1086
1087
  d in a && !(d in o) && (o[d] = a[d]);
1087
1088
  });
1088
1089
  const l = {
1089
- root: pe.root
1090
+ root: ue.root
1090
1091
  }, i = o.classNames;
1091
1092
  if (i && typeof i == "object" && !Array.isArray(i)) {
1092
1093
  const d = i;
@@ -1096,7 +1097,7 @@ const hr = ae(
1096
1097
  }
1097
1098
  const c = o.className;
1098
1099
  return /* @__PURE__ */ r(
1099
- Xe,
1100
+ Je,
1100
1101
  {
1101
1102
  ref: t,
1102
1103
  className: c,
@@ -1105,78 +1106,78 @@ const hr = ae(
1105
1106
  }
1106
1107
  );
1107
1108
  });
1108
- tt.displayName = "Card";
1109
- const at = b(
1109
+ st.displayName = "Card";
1110
+ const rt = f(
1110
1111
  function({ overStyled: e = !1, ...a }, t) {
1111
1112
  const o = m(a, e), s = o.className;
1112
1113
  return /* @__PURE__ */ r(
1113
- Xe.Section,
1114
+ Je.Section,
1114
1115
  {
1115
1116
  ref: t,
1116
- className: s ? `${pe.section} ${s}` : pe.section,
1117
+ className: s ? `${ue.section} ${s}` : ue.section,
1117
1118
  ...o
1118
1119
  }
1119
1120
  );
1120
1121
  }
1121
1122
  );
1122
- at.displayName = "CardSection";
1123
- const st = b(
1123
+ rt.displayName = "CardSection";
1124
+ const nt = f(
1124
1125
  function({ overStyled: e = !1, ...a }, t) {
1125
1126
  const o = m(a, e), s = o.className;
1126
1127
  return /* @__PURE__ */ r(
1127
- Xe.Section,
1128
+ Je.Section,
1128
1129
  {
1129
1130
  ref: t,
1130
- className: s ? `${pe.header} ${s}` : pe.header,
1131
+ className: s ? `${ue.header} ${s}` : ue.header,
1131
1132
  ...o
1132
1133
  }
1133
1134
  );
1134
1135
  }
1135
1136
  );
1136
- st.displayName = "CardHeader";
1137
- const rt = b(
1137
+ nt.displayName = "CardHeader";
1138
+ const lt = f(
1138
1139
  function({ overStyled: e = !1, ...a }, t) {
1139
1140
  const o = m(a, e), s = o.className;
1140
1141
  return /* @__PURE__ */ r(
1141
- Xe.Section,
1142
+ Je.Section,
1142
1143
  {
1143
1144
  ref: t,
1144
- className: s ? `${pe.footer} ${s}` : pe.footer,
1145
+ className: s ? `${ue.footer} ${s}` : ue.footer,
1145
1146
  ...o
1146
1147
  }
1147
1148
  );
1148
1149
  }
1149
1150
  );
1150
- rt.displayName = "CardFooter";
1151
- const nt = b(
1151
+ lt.displayName = "CardFooter";
1152
+ const it = f(
1152
1153
  function({ overStyled: e = !1, ...a }, t) {
1153
1154
  const o = m(a, e), s = o.className;
1154
1155
  return /* @__PURE__ */ r(
1155
1156
  "div",
1156
1157
  {
1157
1158
  ref: t,
1158
- className: s ? `${pe.content} ${s}` : pe.content,
1159
+ className: s ? `${ue.content} ${s}` : ue.content,
1159
1160
  ...o
1160
1161
  }
1161
1162
  );
1162
1163
  }
1163
1164
  );
1164
- nt.displayName = "CardContent";
1165
- const lt = ae(tt), to = lt;
1166
- to.Section = at;
1167
- to.Header = st;
1168
- to.Footer = rt;
1169
- to.Content = nt;
1170
- const wr = lt, gr = "Checkbox-module__groupRoot___cBS0o", Sr = "Checkbox-module__root___mY3qk", Ar = "Checkbox-module__body___5yC7q", xr = "Checkbox-module__inner___rTke4", Or = "Checkbox-module__input___2kt-h", Lr = "Checkbox-module__icon___-O7i6", Wr = "Checkbox-module__labelWrapper___GpZkr", Ir = "Checkbox-module__label___cwRtI", E = {
1171
- groupRoot: gr,
1172
- root: Sr,
1173
- body: Ar,
1174
- inner: xr,
1175
- input: Or,
1176
- icon: Lr,
1177
- labelWrapper: Wr,
1178
- label: Ir
1179
- }, $o = b(
1165
+ it.displayName = "CardContent";
1166
+ const ct = ee(st), so = ct;
1167
+ so.Section = rt;
1168
+ so.Header = nt;
1169
+ so.Footer = lt;
1170
+ so.Content = it;
1171
+ const Lr = ct, Wr = "Checkbox-module__groupRoot___cBS0o", Ir = "Checkbox-module__root___mY3qk", kr = "Checkbox-module__body___5yC7q", zr = "Checkbox-module__inner___rTke4", Mr = "Checkbox-module__input___2kt-h", Rr = "Checkbox-module__icon___-O7i6", Br = "Checkbox-module__labelWrapper___GpZkr", Er = "Checkbox-module__label___cwRtI", E = {
1172
+ groupRoot: Wr,
1173
+ root: Ir,
1174
+ body: kr,
1175
+ inner: zr,
1176
+ input: Mr,
1177
+ icon: Rr,
1178
+ labelWrapper: Br,
1179
+ label: Er
1180
+ }, vo = f(
1180
1181
  function(e, a) {
1181
1182
  const {
1182
1183
  overStyled: t = !1,
@@ -1190,13 +1191,13 @@ const wr = lt, gr = "Checkbox-module__groupRoot___cBS0o", Sr = "Checkbox-module_
1190
1191
  // Base Mantine Extracted Attributes
1191
1192
  label: p,
1192
1193
  description: u,
1193
- assistiveText: h,
1194
+ assistiveText: $,
1194
1195
  assistiveWithIcon: y,
1195
1196
  error: _,
1196
- required: f,
1197
+ required: b,
1197
1198
  withAsterisk: T,
1198
1199
  id: C,
1199
- className: $,
1200
+ className: h,
1200
1201
  style: N,
1201
1202
  children: O,
1202
1203
  readOnly: v,
@@ -1207,9 +1208,9 @@ const wr = lt, gr = "Checkbox-module__groupRoot___cBS0o", Sr = "Checkbox-module_
1207
1208
  ...W
1208
1209
  } = e, w = m(W, t), g = w;
1209
1210
  return delete g.size, /* @__PURE__ */ r(
1210
- te,
1211
+ ae,
1211
1212
  {
1212
- className: $,
1213
+ className: h,
1213
1214
  style: N,
1214
1215
  controlMaxWidth: "var(--recursica_ui-kit_components_checkbox-item_properties_max-width)",
1215
1216
  controlMinWidth: void 0,
@@ -1223,10 +1224,10 @@ const wr = lt, gr = "Checkbox-module__groupRoot___cBS0o", Sr = "Checkbox-module_
1223
1224
  onLabelEditClick: d,
1224
1225
  label: p,
1225
1226
  description: u,
1226
- assistiveText: h,
1227
+ assistiveText: $,
1227
1228
  assistiveWithIcon: y,
1228
1229
  error: _,
1229
- required: f,
1230
+ required: b,
1230
1231
  withAsterisk: T,
1231
1232
  id: C,
1232
1233
  readOnly: v && !!z,
@@ -1236,7 +1237,7 @@ const wr = lt, gr = "Checkbox-module__groupRoot___cBS0o", Sr = "Checkbox-module_
1236
1237
  readOnlyValue: A !== void 0 ? A : L,
1237
1238
  readOnlyNativeProps: e,
1238
1239
  activeComponent: /* @__PURE__ */ r(
1239
- Go.Group,
1240
+ Ho.Group,
1240
1241
  {
1241
1242
  ref: a,
1242
1243
  ...w,
@@ -1250,8 +1251,8 @@ const wr = lt, gr = "Checkbox-module__groupRoot___cBS0o", Sr = "Checkbox-module_
1250
1251
  );
1251
1252
  }
1252
1253
  );
1253
- $o.displayName = "CheckboxGroup";
1254
- const vo = b(
1254
+ vo.displayName = "CheckboxGroup";
1255
+ const Co = f(
1255
1256
  function(e, a) {
1256
1257
  const {
1257
1258
  overStyled: t = !1,
@@ -1263,7 +1264,7 @@ const vo = b(
1263
1264
  controlMaxWidth: d,
1264
1265
  controlMinWidth: p,
1265
1266
  ...u
1266
- } = e, h = m(u, t), y = h;
1267
+ } = e, $ = m(u, t), y = $;
1267
1268
  delete y.size, delete y.color, delete y.radius, delete y.variant, delete y.iconColor;
1268
1269
  const _ = {
1269
1270
  root: E.root,
@@ -1273,9 +1274,9 @@ const vo = b(
1273
1274
  icon: E.icon,
1274
1275
  labelWrapper: E.labelWrapper,
1275
1276
  label: E.label
1276
- }, f = y.classNames;
1277
- if (f && typeof f == "object" && !Array.isArray(f)) {
1278
- const N = f;
1277
+ }, b = y.classNames;
1278
+ if (b && typeof b == "object" && !Array.isArray(b)) {
1279
+ const N = b;
1279
1280
  _.root = N.root ? `${E.root} ${N.root}` : E.root, _.body = N.body ? `${E.body} ${N.body}` : E.body, _.inner = N.inner ? `${E.inner} ${N.inner}` : E.inner, _.input = N.input ? `${E.input} ${N.input}` : E.input, _.icon = N.icon ? `${E.icon} ${N.icon}` : E.icon, _.labelWrapper = N.labelWrapper ? `${E.labelWrapper} ${N.labelWrapper}` : E.labelWrapper, _.label = N.label ? `${E.label} ${N.label}` : E.label;
1280
1281
  }
1281
1282
  const T = y.className, C = T ? `${E.root} ${T}` : E.root;
@@ -1289,7 +1290,7 @@ const vo = b(
1289
1290
  }
1290
1291
  );
1291
1292
  return i ? /* @__PURE__ */ r(
1292
- de,
1293
+ pe,
1293
1294
  {
1294
1295
  formLayout: i,
1295
1296
  labelSize: c,
@@ -1297,42 +1298,42 @@ const vo = b(
1297
1298
  controlMinWidth: p,
1298
1299
  children: v
1299
1300
  }
1300
- ) : /* @__PURE__ */ r(Ie, { children: v });
1301
+ ) : /* @__PURE__ */ r(ke, { children: v });
1301
1302
  }
1302
- const $ = /* @__PURE__ */ r(
1303
- Go,
1303
+ const h = /* @__PURE__ */ r(
1304
+ Ho,
1304
1305
  {
1305
1306
  ref: a,
1306
1307
  className: C,
1307
1308
  classNames: _,
1308
1309
  disabled: o || l,
1309
- ...h
1310
+ ...$
1310
1311
  }
1311
1312
  );
1312
1313
  return i ? /* @__PURE__ */ r(
1313
- de,
1314
+ pe,
1314
1315
  {
1315
1316
  formLayout: i,
1316
1317
  labelSize: c,
1317
1318
  controlMaxWidth: d,
1318
1319
  controlMinWidth: p,
1319
- children: $
1320
+ children: h
1320
1321
  }
1321
- ) : $;
1322
+ ) : h;
1322
1323
  }
1323
1324
  );
1324
- vo.displayName = "Checkbox";
1325
- vo.Group = $o;
1326
- const kr = "Chip-module__root___f5pFk", zr = "Chip-module__label___Ov9pg", Mr = "Chip-module__mantineIconWrapper___KLSz6", Rr = "Chip-module__innerWrapper___EnrTF", Br = "Chip-module__children___zbRAR", Er = "Chip-module__leadingIcon___JBtjQ", Fr = "Chip-module__removeIcon___pVju-", q = {
1327
- root: kr,
1328
- label: zr,
1329
- mantineIconWrapper: Mr,
1330
- innerWrapper: Rr,
1331
- children: Br,
1332
- leadingIcon: Er,
1333
- removeIcon: Fr
1325
+ Co.displayName = "Checkbox";
1326
+ Co.Group = vo;
1327
+ const Fr = "Chip-module__root___f5pFk", Vr = "Chip-module__label___Ov9pg", Dr = "Chip-module__mantineIconWrapper___KLSz6", Gr = "Chip-module__innerWrapper___EnrTF", jr = "Chip-module__children___zbRAR", Hr = "Chip-module__leadingIcon___JBtjQ", qr = "Chip-module__removeIcon___pVju-", q = {
1328
+ root: Fr,
1329
+ label: Vr,
1330
+ mantineIconWrapper: Dr,
1331
+ innerWrapper: Gr,
1332
+ children: jr,
1333
+ leadingIcon: Hr,
1334
+ removeIcon: qr
1334
1335
  };
1335
- function Vr(n) {
1336
+ function Ur(n) {
1336
1337
  return /* @__PURE__ */ V(
1337
1338
  "svg",
1338
1339
  {
@@ -1353,7 +1354,7 @@ function Vr(n) {
1353
1354
  }
1354
1355
  );
1355
1356
  }
1356
- const it = b(function({
1357
+ const dt = f(function({
1357
1358
  error: e = !1,
1358
1359
  icon: a,
1359
1360
  onRemove: t,
@@ -1368,19 +1369,19 @@ const it = b(function({
1368
1369
  input: q.input,
1369
1370
  iconWrapper: q.mantineIconWrapper,
1370
1371
  checkIcon: q.checkIcon
1371
- }, h = p.classNames;
1372
- if (h && typeof h == "object" && !Array.isArray(h)) {
1373
- const $ = h;
1374
- u.root = $.root ? `${q.root} ${$.root}` : q.root, u.label = $.label ? `${q.label} ${$.label}` : q.label;
1372
+ }, $ = p.classNames;
1373
+ if ($ && typeof $ == "object" && !Array.isArray($)) {
1374
+ const h = $;
1375
+ u.root = h.root ? `${q.root} ${h.root}` : q.root, u.label = h.label ? `${q.label} ${h.label}` : q.label;
1375
1376
  }
1376
- const y = p.className, _ = y ? `${q.root} ${y}` : q.root, f = e ? "" : void 0, T = !s && (!!a || !!t), C = p.checked !== void 0 || p.defaultChecked !== void 0 || t !== void 0 || p.onClick !== void 0;
1377
+ const y = p.className, _ = y ? `${q.root} ${y}` : q.root, b = e ? "" : void 0, T = !s && (!!a || !!t), C = p.checked !== void 0 || p.defaultChecked !== void 0 || t !== void 0 || p.onClick !== void 0;
1377
1378
  return /* @__PURE__ */ r(
1378
- Ka,
1379
+ ts,
1379
1380
  {
1380
1381
  ref: c,
1381
1382
  className: _,
1382
1383
  classNames: u,
1383
- wrapperProps: f !== void 0 ? { "data-error": "" } : void 0,
1384
+ wrapperProps: b !== void 0 ? { "data-error": "" } : void 0,
1384
1385
  ...T ? { "data-icon-only": "" } : {},
1385
1386
  ...C ? {} : { tabIndex: -1, "aria-hidden": !0 },
1386
1387
  ...d,
@@ -1392,27 +1393,27 @@ const it = b(function({
1392
1393
  {
1393
1394
  role: "button",
1394
1395
  className: q.removeIcon,
1395
- onClick: ($) => {
1396
- $.preventDefault(), $.stopPropagation(), t($);
1396
+ onClick: (h) => {
1397
+ h.preventDefault(), h.stopPropagation(), t(h);
1397
1398
  },
1398
1399
  "aria-label": o,
1399
- onKeyDown: ($) => {
1400
- ($.key === "Enter" || $.key === " ") && ($.preventDefault(), $.stopPropagation(), t(
1401
- $
1400
+ onKeyDown: (h) => {
1401
+ (h.key === "Enter" || h.key === " ") && (h.preventDefault(), h.stopPropagation(), t(
1402
+ h
1402
1403
  ));
1403
1404
  },
1404
1405
  tabIndex: 0,
1405
- children: /* @__PURE__ */ r(Vr, {})
1406
+ children: /* @__PURE__ */ r(Ur, {})
1406
1407
  }
1407
1408
  )
1408
1409
  ] })
1409
1410
  }
1410
1411
  );
1411
1412
  });
1412
- it.displayName = "Chip";
1413
- const Dr = "Container-module__root___UVssr", Me = {
1414
- root: Dr
1415
- }, ct = b(
1413
+ dt.displayName = "Chip";
1414
+ const Yr = "Container-module__root___UVssr", Re = {
1415
+ root: Yr
1416
+ }, pt = f(
1416
1417
  function({ children: e, size: a, ...t }, o) {
1417
1418
  const s = {
1418
1419
  "rec-sm": "sm",
@@ -1422,15 +1423,15 @@ const Dr = "Container-module__root___UVssr", Me = {
1422
1423
  "rec-xl": "xl",
1423
1424
  "rec-2xl": "xl"
1424
1425
  }, l = typeof a == "string" && s[a] ? s[a] : a, i = {
1425
- root: Me.root
1426
+ root: Re.root
1426
1427
  }, c = t.classNames;
1427
1428
  if (c && typeof c == "object" && !Array.isArray(c)) {
1428
1429
  const u = c;
1429
- i.root = u.root ? `${Me.root} ${u.root}` : Me.root;
1430
+ i.root = u.root ? `${Re.root} ${u.root}` : Re.root;
1430
1431
  }
1431
- const d = t.className, p = d ? `${Me.root} ${d}` : Me.root;
1432
+ const d = t.className, p = d ? `${Re.root} ${d}` : Re.root;
1432
1433
  return /* @__PURE__ */ r(
1433
- Xa,
1434
+ as,
1434
1435
  {
1435
1436
  ref: o,
1436
1437
  size: l,
@@ -1442,16 +1443,16 @@ const Dr = "Container-module__root___UVssr", Me = {
1442
1443
  );
1443
1444
  }
1444
1445
  );
1445
- ct.displayName = "Container";
1446
- const jr = "DatePicker-module__layoutOverride___X9yaM", Gr = "DatePicker-module__root___6XvRT", Hr = "DatePicker-module__input___pcSW8", qr = "DatePicker-module__section___n3iWA", Ur = "DatePicker-module__dropdown___wjt08", Yr = "DatePicker-module__calendarHeader___KHxno", Zr = "DatePicker-module__day___U03J2", Z = {
1447
- layoutOverride: jr,
1448
- root: Gr,
1449
- input: Hr,
1450
- section: qr,
1451
- dropdown: Ur,
1452
- calendarHeader: Yr,
1453
- day: Zr
1454
- }, dt = b(
1446
+ pt.displayName = "Container";
1447
+ const Zr = "DatePicker-module__layoutOverride___X9yaM", Kr = "DatePicker-module__root___6XvRT", Xr = "DatePicker-module__input___pcSW8", Qr = "DatePicker-module__section___n3iWA", Jr = "DatePicker-module__dropdown___wjt08", en = "DatePicker-module__calendarHeader___KHxno", on = "DatePicker-module__day___U03J2", Z = {
1448
+ layoutOverride: Zr,
1449
+ root: Kr,
1450
+ input: Xr,
1451
+ section: Qr,
1452
+ dropdown: Jr,
1453
+ calendarHeader: en,
1454
+ day: on
1455
+ }, ut = f(
1455
1456
  function(e, a) {
1456
1457
  const {
1457
1458
  overStyled: t = !1,
@@ -1464,13 +1465,13 @@ const jr = "DatePicker-module__layoutOverride___X9yaM", Gr = "DatePicker-module_
1464
1465
  onLabelEditClick: d,
1465
1466
  label: p,
1466
1467
  assistiveText: u,
1467
- assistiveWithIcon: h,
1468
+ assistiveWithIcon: $,
1468
1469
  error: y,
1469
1470
  required: _,
1470
- withAsterisk: f,
1471
+ withAsterisk: b,
1471
1472
  id: T,
1472
1473
  className: C,
1473
- style: $,
1474
+ style: h,
1474
1475
  disabled: N,
1475
1476
  readOnly: O,
1476
1477
  readOnlyComponent: v,
@@ -1495,10 +1496,10 @@ const jr = "DatePicker-module__layoutOverride___X9yaM", Gr = "DatePicker-module_
1495
1496
  }
1496
1497
  const R = C ? `${Z.layoutOverride} ${C}` : Z.layoutOverride;
1497
1498
  return /* @__PURE__ */ r(
1498
- te,
1499
+ ae,
1499
1500
  {
1500
1501
  className: R,
1501
- style: $,
1502
+ style: h,
1502
1503
  controlMaxWidth: void 0,
1503
1504
  controlMinWidth: void 0,
1504
1505
  overStyled: t,
@@ -1510,10 +1511,10 @@ const jr = "DatePicker-module__layoutOverride___X9yaM", Gr = "DatePicker-module_
1510
1511
  onLabelEditClick: d,
1511
1512
  label: p,
1512
1513
  assistiveText: u,
1513
- assistiveWithIcon: h,
1514
+ assistiveWithIcon: $,
1514
1515
  error: y,
1515
1516
  required: _,
1516
- withAsterisk: f,
1517
+ withAsterisk: b,
1517
1518
  id: T,
1518
1519
  readOnly: O,
1519
1520
  readOnlyComponent: v,
@@ -1524,7 +1525,7 @@ const jr = "DatePicker-module__layoutOverride___X9yaM", Gr = "DatePicker-module_
1524
1525
  activeComponent: (
1525
1526
  /* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
1526
1527
  /* @__PURE__ */ r(
1527
- _s,
1528
+ hs,
1528
1529
  {
1529
1530
  ref: a,
1530
1531
  classNames: g,
@@ -1547,15 +1548,15 @@ const jr = "DatePicker-module__layoutOverride___X9yaM", Gr = "DatePicker-module_
1547
1548
  );
1548
1549
  }
1549
1550
  );
1550
- dt.displayName = "DatePicker";
1551
- const Kr = "Dropdown-module__layoutOverride___FNcvP", Xr = "Dropdown-module__root___uVyL0", Qr = "Dropdown-module__input___dK4dN", Jr = "Dropdown-module__section___j3MRB", en = "Dropdown-module__dropdown___gG-Sw", on = "Dropdown-module__option___nAGU-", G = {
1552
- layoutOverride: Kr,
1553
- root: Xr,
1554
- input: Qr,
1555
- section: Jr,
1556
- dropdown: en,
1557
- option: on
1558
- }, pt = b(
1551
+ ut.displayName = "DatePicker";
1552
+ const tn = "Dropdown-module__layoutOverride___FNcvP", an = "Dropdown-module__root___uVyL0", sn = "Dropdown-module__input___dK4dN", rn = "Dropdown-module__section___j3MRB", nn = "Dropdown-module__dropdown___gG-Sw", ln = "Dropdown-module__option___nAGU-", j = {
1553
+ layoutOverride: tn,
1554
+ root: an,
1555
+ input: sn,
1556
+ section: rn,
1557
+ dropdown: nn,
1558
+ option: ln
1559
+ }, mt = f(
1559
1560
  function(e, a) {
1560
1561
  const {
1561
1562
  overStyled: t = !1,
@@ -1568,13 +1569,13 @@ const Kr = "Dropdown-module__layoutOverride___FNcvP", Xr = "Dropdown-module__roo
1568
1569
  labelWithEditIcon: d,
1569
1570
  onLabelEditClick: p,
1570
1571
  label: u,
1571
- assistiveText: h,
1572
+ assistiveText: $,
1572
1573
  assistiveWithIcon: y,
1573
1574
  error: _,
1574
- required: f,
1575
+ required: b,
1575
1576
  withAsterisk: T,
1576
1577
  id: C,
1577
- className: $,
1578
+ className: h,
1578
1579
  style: N,
1579
1580
  disabled: O,
1580
1581
  readOnly: v,
@@ -1587,26 +1588,26 @@ const Kr = "Dropdown-module__layoutOverride___FNcvP", Xr = "Dropdown-module__roo
1587
1588
  } = e, g = m(w, t), I = g;
1588
1589
  delete I.size, delete I.variant, delete I.radius;
1589
1590
  const R = {
1590
- wrapper: G.root,
1591
+ wrapper: j.root,
1591
1592
  // The nested Input internal relative wrapper bounding box
1592
- input: G.input,
1593
- section: G.section,
1594
- dropdown: G.dropdown,
1595
- option: G.option
1593
+ input: j.input,
1594
+ section: j.section,
1595
+ dropdown: j.dropdown,
1596
+ option: j.option
1596
1597
  }, S = I.classNames;
1597
1598
  if (S && typeof S == "object" && !Array.isArray(S)) {
1598
1599
  const Y = S;
1599
- R.wrapper = Y.wrapper ? `${G.root} ${Y.wrapper}` : G.root, R.input = Y.input ? `${G.input} ${Y.input}` : G.input, R.section = Y.section ? `${G.section} ${Y.section}` : G.section, R.dropdown = Y.dropdown ? `${G.dropdown} ${Y.dropdown}` : G.dropdown, R.option = Y.option ? `${G.option} ${Y.option}` : G.option;
1600
+ R.wrapper = Y.wrapper ? `${j.root} ${Y.wrapper}` : j.root, R.input = Y.input ? `${j.input} ${Y.input}` : j.input, R.section = Y.section ? `${j.section} ${Y.section}` : j.section, R.dropdown = Y.dropdown ? `${j.dropdown} ${Y.dropdown}` : j.dropdown, R.option = Y.option ? `${j.option} ${Y.option}` : j.option;
1600
1601
  }
1601
- const Pe = {
1602
+ const Te = {
1602
1603
  ...N || {},
1603
1604
  width: s || "100%"
1604
- }, Te = $ ? `${G.layoutOverride} ${$}` : G.layoutOverride;
1605
+ }, we = h ? `${j.layoutOverride} ${h}` : j.layoutOverride;
1605
1606
  return /* @__PURE__ */ r(
1606
- te,
1607
+ ae,
1607
1608
  {
1608
- className: Te,
1609
- style: Pe,
1609
+ className: we,
1610
+ style: Te,
1610
1611
  controlMaxWidth: "var(--recursica_ui-kit_components_dropdown_properties_max-width)",
1611
1612
  controlMinWidth: "var(--recursica_ui-kit_components_dropdown_properties_min-width)",
1612
1613
  overStyled: t,
@@ -1617,10 +1618,10 @@ const Kr = "Dropdown-module__layoutOverride___FNcvP", Xr = "Dropdown-module__roo
1617
1618
  labelWithEditIcon: d,
1618
1619
  onLabelEditClick: p,
1619
1620
  label: u,
1620
- assistiveText: h,
1621
+ assistiveText: $,
1621
1622
  assistiveWithIcon: y,
1622
1623
  error: _,
1623
- required: f,
1624
+ required: b,
1624
1625
  withAsterisk: T,
1625
1626
  id: C,
1626
1627
  readOnly: v,
@@ -1632,7 +1633,7 @@ const Kr = "Dropdown-module__layoutOverride___FNcvP", Xr = "Dropdown-module__roo
1632
1633
  activeComponent: (
1633
1634
  /* Naked Select execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
1634
1635
  /* @__PURE__ */ r(
1635
- Qa,
1636
+ ss,
1636
1637
  {
1637
1638
  ref: a,
1638
1639
  classNames: R,
@@ -1657,64 +1658,119 @@ const Kr = "Dropdown-module__layoutOverride___FNcvP", Xr = "Dropdown-module__roo
1657
1658
  );
1658
1659
  }
1659
1660
  );
1660
- pt.displayName = "Dropdown";
1661
- const tn = (n) => /* @__PURE__ */ r("div", { ...n, children: "FileInput" }), an = (n) => /* @__PURE__ */ r("div", { ...n, children: "FileUpload" }), sn = "Flex-module__root___yYser", Re = {
1662
- root: sn
1663
- }, ut = b(function({ children: e, gap: a = "rec-default", rowGap: t, columnGap: o, ...s }, l) {
1661
+ mt.displayName = "Dropdown";
1662
+ const cn = (n) => /* @__PURE__ */ r("div", { ...n, children: "FileInput" }), dn = (n) => /* @__PURE__ */ r("div", { ...n, children: "FileUpload" }), pn = "Flex-module__root___yYser", Be = {
1663
+ root: pn
1664
+ }, _t = f(function({ children: e, gap: a = "rec-default", rowGap: t, columnGap: o, ...s }, l) {
1664
1665
  const i = {
1665
- root: Re.root
1666
+ root: Be.root
1666
1667
  }, c = s.classNames;
1667
1668
  if (c && typeof c == "object" && !Array.isArray(c)) {
1668
1669
  const u = c;
1669
- i.root = u.root ? `${Re.root} ${u.root}` : Re.root;
1670
+ i.root = u.root ? `${Be.root} ${u.root}` : Be.root;
1670
1671
  }
1671
- const d = s.className, p = d ? `${Re.root} ${d}` : Re.root;
1672
+ const d = s.className, p = d ? `${Be.root} ${d}` : Be.root;
1672
1673
  return /* @__PURE__ */ r(
1673
- Ja,
1674
+ rs,
1674
1675
  {
1675
1676
  ref: l,
1676
1677
  className: p,
1677
1678
  classNames: i,
1678
- ...yo({ gap: a, rowGap: t, columnGap: o, ...s }),
1679
+ ...Ve({ gap: a, rowGap: t, columnGap: o, ...s }),
1679
1680
  children: e
1680
1681
  }
1681
1682
  );
1682
1683
  });
1683
- ut.displayName = "Flex";
1684
- const rn = ae(ut), nn = "Group-module__root___ftO64", Be = {
1685
- root: nn
1686
- }, mt = b(function({ children: e, gap: a = "rec-default", ...t }, o) {
1684
+ _t.displayName = "Flex";
1685
+ const un = ee(_t), mn = "Grid-module__root___s-qPY", _n = "Grid-module__col___tbuNg", se = {
1686
+ root: mn,
1687
+ col: _n
1688
+ }, yt = f(function({ children: e, gap: a = "rec-default", ...t }, o) {
1687
1689
  const s = {
1688
- root: Be.root
1690
+ root: se.root
1691
+ }, l = t.classNames;
1692
+ if (l && typeof l == "object" && !Array.isArray(l)) {
1693
+ const u = l;
1694
+ s.root = u.root ? `${se.root} ${u.root}` : se.root;
1695
+ }
1696
+ const i = t.className, c = i ? `${se.root} ${i}` : se.root, { gap: d, ...p } = Ve({
1697
+ gap: a,
1698
+ ...t
1699
+ });
1700
+ return /* @__PURE__ */ r(
1701
+ qo,
1702
+ {
1703
+ ref: o,
1704
+ gutter: d,
1705
+ className: c,
1706
+ classNames: s,
1707
+ ...p,
1708
+ children: e
1709
+ }
1710
+ );
1711
+ });
1712
+ yt.displayName = "Grid";
1713
+ const yn = ee(yt), ft = f(function({ children: e, ...a }, t) {
1714
+ const o = {
1715
+ col: se.col
1716
+ }, s = a.classNames;
1717
+ if (s && typeof s == "object" && !Array.isArray(s)) {
1718
+ const c = s;
1719
+ o.col = c.col ? `${se.col} ${c.col}` : se.col;
1720
+ }
1721
+ const l = a.className, i = l ? `${se.col} ${l}` : se.col;
1722
+ return /* @__PURE__ */ r(
1723
+ qo.Col,
1724
+ {
1725
+ ref: t,
1726
+ className: i,
1727
+ classNames: o,
1728
+ ...Ve(
1729
+ a
1730
+ ),
1731
+ children: e
1732
+ }
1733
+ );
1734
+ });
1735
+ ft.displayName = "GridCol";
1736
+ const bt = ee(
1737
+ ft
1738
+ ), Nt = yn;
1739
+ Nt.Col = bt;
1740
+ const fn = "Group-module__root___ftO64", Ee = {
1741
+ root: fn
1742
+ }, $t = f(function({ children: e, gap: a = "rec-default", ...t }, o) {
1743
+ const s = {
1744
+ root: Ee.root
1689
1745
  }, l = t.classNames;
1690
1746
  if (l && typeof l == "object" && !Array.isArray(l)) {
1691
1747
  const d = l;
1692
- s.root = d.root ? `${Be.root} ${d.root}` : Be.root;
1748
+ s.root = d.root ? `${Ee.root} ${d.root}` : Ee.root;
1693
1749
  }
1694
- const i = t.className, c = i ? `${Be.root} ${i}` : Be.root;
1750
+ const i = t.className, c = i ? `${Ee.root} ${i}` : Ee.root;
1695
1751
  return /* @__PURE__ */ r(
1696
- es,
1752
+ ns,
1697
1753
  {
1698
1754
  ref: o,
1699
1755
  className: c,
1700
1756
  classNames: s,
1701
- ...yo({ gap: a, ...t }),
1757
+ ...Ve({ gap: a, ...t }),
1702
1758
  children: e
1703
1759
  }
1704
1760
  );
1705
1761
  });
1706
- mt.displayName = "Group";
1707
- const ln = "HoverCard-module__dropdown___FBPFW", cn = "HoverCard-module__arrow___S9AkE", Eo = {
1708
- dropdown: ln,
1709
- arrow: cn
1710
- }, _t = function({
1762
+ $t.displayName = "Group";
1763
+ const bn = "HoverCard-module__dropdown___FBPFW", Nn = "HoverCard-module__arrow___S9AkE", Fo = {
1764
+ dropdown: bn,
1765
+ arrow: Nn
1766
+ }, ht = function({
1711
1767
  overStyled: e = !1,
1712
1768
  withBeak: a = !0,
1713
1769
  ...t
1714
1770
  }) {
1715
1771
  const o = m(t, e), s = {
1716
- dropdown: Eo.dropdown,
1717
- arrow: Eo.arrow
1772
+ dropdown: Fo.dropdown,
1773
+ arrow: Fo.arrow
1718
1774
  }, l = o.classNames;
1719
1775
  if (l && typeof l == "object" && !Array.isArray(l)) {
1720
1776
  const p = l;
@@ -1724,7 +1780,7 @@ const ln = "HoverCard-module__dropdown___FBPFW", cn = "HoverCard-module__arrow__
1724
1780
  }
1725
1781
  const i = o.arrowSize ?? 16, c = o.withArrow;
1726
1782
  return /* @__PURE__ */ r(
1727
- po,
1783
+ mo,
1728
1784
  {
1729
1785
  position: "top",
1730
1786
  arrowSize: i,
@@ -1734,43 +1790,43 @@ const ln = "HoverCard-module__dropdown___FBPFW", cn = "HoverCard-module__arrow__
1734
1790
  }
1735
1791
  );
1736
1792
  };
1737
- _t.displayName = "HoverCard";
1738
- const yt = function(e) {
1739
- return /* @__PURE__ */ r(po.Target, { ...e });
1793
+ ht.displayName = "HoverCard";
1794
+ const vt = function(e) {
1795
+ return /* @__PURE__ */ r(mo.Target, { ...e });
1740
1796
  };
1741
- yt.displayName = "HoverCardTarget";
1742
- const bt = function({
1797
+ vt.displayName = "HoverCardTarget";
1798
+ const Ct = function({
1743
1799
  overStyled: e = !1,
1744
1800
  ...a
1745
1801
  }) {
1746
1802
  const t = m(a, e), o = t.className;
1747
1803
  return /* @__PURE__ */ r(
1748
- po.Dropdown,
1804
+ mo.Dropdown,
1749
1805
  {
1750
1806
  className: o,
1751
1807
  ...t
1752
1808
  }
1753
1809
  );
1754
1810
  };
1755
- bt.displayName = "HoverCardDropdown";
1756
- const Co = _t;
1757
- Co.Target = yt;
1758
- Co.Dropdown = bt;
1759
- const dn = "Link-module__root___I0VGE", pn = "Link-module__iconWrapper___W-LlF", un = "Link-module__labelText___wSvUy", ge = {
1760
- root: dn,
1761
- iconWrapper: pn,
1762
- labelText: un
1763
- }, ft = b(function({ icon: e, children: a, overStyled: t = !1, ...o }, s) {
1811
+ Ct.displayName = "HoverCardDropdown";
1812
+ const Po = ht;
1813
+ Po.Target = vt;
1814
+ Po.Dropdown = Ct;
1815
+ const $n = "Link-module__root___I0VGE", hn = "Link-module__iconWrapper___W-LlF", vn = "Link-module__labelText___wSvUy", Se = {
1816
+ root: $n,
1817
+ iconWrapper: hn,
1818
+ labelText: vn
1819
+ }, Pt = f(function({ icon: e, children: a, overStyled: t = !1, ...o }, s) {
1764
1820
  const l = m(o, t), i = l, c = {
1765
- root: ge.root
1821
+ root: Se.root
1766
1822
  }, d = i.classNames;
1767
1823
  if (d && typeof d == "object" && !Array.isArray(d)) {
1768
- const h = d;
1769
- c.root = h.root ? `${ge.root} ${h.root}` : ge.root;
1824
+ const $ = d;
1825
+ c.root = $.root ? `${Se.root} ${$.root}` : Se.root;
1770
1826
  }
1771
- const p = i.className, u = p ? `${ge.root} ${p}` : ge.root;
1827
+ const p = i.className, u = p ? `${Se.root} ${p}` : Se.root;
1772
1828
  return /* @__PURE__ */ V(
1773
- os,
1829
+ ls,
1774
1830
  {
1775
1831
  ref: s,
1776
1832
  className: u,
@@ -1779,30 +1835,30 @@ const dn = "Link-module__root___I0VGE", pn = "Link-module__iconWrapper___W-LlF",
1779
1835
  ...e ? { "data-has-icon": "" } : {},
1780
1836
  ...l,
1781
1837
  children: [
1782
- e && /* @__PURE__ */ r("span", { className: ge.iconWrapper, "aria-hidden": !0, children: e }),
1783
- /* @__PURE__ */ r("span", { className: ge.labelText, children: a })
1838
+ e && /* @__PURE__ */ r("span", { className: Se.iconWrapper, "aria-hidden": !0, children: e }),
1839
+ /* @__PURE__ */ r("span", { className: Se.labelText, children: a })
1784
1840
  ]
1785
1841
  }
1786
1842
  );
1787
1843
  });
1788
- ft.displayName = "Link";
1789
- const mn = ae(ft), _n = "Menu-module__dropdown___j4xuA", yn = "Menu-module__item___NMXha", bn = "Menu-module__itemLabel___zvcqC", fn = "Menu-module__itemSection___pRIcn", Nn = "Menu-module__divider___wPiNq", hn = "Menu-module__label___4FBGa", $n = "Menu-module__chevron___hEEiy", Se = {
1790
- dropdown: _n,
1791
- item: yn,
1792
- itemLabel: bn,
1793
- itemSection: fn,
1794
- divider: Nn,
1795
- label: hn,
1796
- chevron: $n
1797
- }, Nt = function({ overStyled: e = !1, ...a }) {
1844
+ Pt.displayName = "Link";
1845
+ const Cn = ee(Pt), Pn = "Menu-module__dropdown___j4xuA", Tn = "Menu-module__item___NMXha", wn = "Menu-module__itemLabel___zvcqC", gn = "Menu-module__itemSection___pRIcn", Sn = "Menu-module__divider___wPiNq", An = "Menu-module__label___4FBGa", xn = "Menu-module__chevron___hEEiy", Ae = {
1846
+ dropdown: Pn,
1847
+ item: Tn,
1848
+ itemLabel: wn,
1849
+ itemSection: gn,
1850
+ divider: Sn,
1851
+ label: An,
1852
+ chevron: xn
1853
+ }, Tt = function({ overStyled: e = !1, ...a }) {
1798
1854
  const t = m(a, e), o = {
1799
- dropdown: Se.dropdown,
1800
- item: Se.item,
1801
- itemLabel: Se.itemLabel,
1802
- itemSection: Se.itemSection,
1803
- divider: Se.divider,
1804
- label: Se.label,
1805
- chevron: Se.chevron
1855
+ dropdown: Ae.dropdown,
1856
+ item: Ae.item,
1857
+ itemLabel: Ae.itemLabel,
1858
+ itemSection: Ae.itemSection,
1859
+ divider: Ae.divider,
1860
+ label: Ae.label,
1861
+ chevron: Ae.chevron
1806
1862
  }, s = t.classNames;
1807
1863
  if (s && typeof s == "object" && !Array.isArray(s)) {
1808
1864
  const l = s;
@@ -1811,23 +1867,23 @@ const mn = ae(ft), _n = "Menu-module__dropdown___j4xuA", yn = "Menu-module__item
1811
1867
  });
1812
1868
  }
1813
1869
  return /* @__PURE__ */ r(
1814
- se,
1870
+ re,
1815
1871
  {
1816
1872
  classNames: o,
1817
1873
  ...t
1818
1874
  }
1819
1875
  );
1820
1876
  };
1821
- Nt.displayName = "Menu";
1822
- const ht = function(e) {
1823
- return /* @__PURE__ */ r(se.Target, { ...e });
1877
+ Tt.displayName = "Menu";
1878
+ const wt = function(e) {
1879
+ return /* @__PURE__ */ r(re.Target, { ...e });
1824
1880
  };
1825
- ht.displayName = "MenuTarget";
1826
- const $t = b(
1881
+ wt.displayName = "MenuTarget";
1882
+ const gt = f(
1827
1883
  function({ overStyled: e = !1, ...a }, t) {
1828
1884
  const o = m(a, e), s = o.className;
1829
1885
  return /* @__PURE__ */ r(
1830
- se.Dropdown,
1886
+ re.Dropdown,
1831
1887
  {
1832
1888
  ref: t,
1833
1889
  className: s,
@@ -1836,14 +1892,14 @@ const $t = b(
1836
1892
  );
1837
1893
  }
1838
1894
  );
1839
- $t.displayName = "MenuDropdown";
1840
- const vt = b(
1895
+ gt.displayName = "MenuDropdown";
1896
+ const St = f(
1841
1897
  function({ overStyled: e = !1, ...a }, t) {
1842
1898
  const o = m(a, e), s = o;
1843
1899
  e || delete s.color;
1844
1900
  const l = s.className;
1845
1901
  return /* @__PURE__ */ r(
1846
- se.Item,
1902
+ re.Item,
1847
1903
  {
1848
1904
  ref: t,
1849
1905
  className: l,
@@ -1852,12 +1908,12 @@ const vt = b(
1852
1908
  );
1853
1909
  }
1854
1910
  );
1855
- vt.displayName = "MenuItem";
1856
- const vn = ae(vt), Ct = b(
1911
+ St.displayName = "MenuItem";
1912
+ const On = ee(St), At = f(
1857
1913
  function({ overStyled: e = !1, ...a }, t) {
1858
1914
  const o = m(a, e), s = o.className;
1859
1915
  return /* @__PURE__ */ r(
1860
- se.Divider,
1916
+ re.Divider,
1861
1917
  {
1862
1918
  ref: t,
1863
1919
  className: s,
@@ -1866,11 +1922,11 @@ const vn = ae(vt), Ct = b(
1866
1922
  );
1867
1923
  }
1868
1924
  );
1869
- Ct.displayName = "MenuDivider";
1870
- const Pt = b(function({ overStyled: e = !1, ...a }, t) {
1925
+ At.displayName = "MenuDivider";
1926
+ const xt = f(function({ overStyled: e = !1, ...a }, t) {
1871
1927
  const o = m(a, e), s = o.className;
1872
1928
  return /* @__PURE__ */ r(
1873
- se.Label,
1929
+ re.Label,
1874
1930
  {
1875
1931
  ref: t,
1876
1932
  className: s,
@@ -1878,22 +1934,22 @@ const Pt = b(function({ overStyled: e = !1, ...a }, t) {
1878
1934
  }
1879
1935
  );
1880
1936
  });
1881
- Pt.displayName = "MenuLabel";
1882
- const Tt = function(e) {
1883
- return /* @__PURE__ */ r(se.Sub, { ...e });
1937
+ xt.displayName = "MenuLabel";
1938
+ const Ot = function(e) {
1939
+ return /* @__PURE__ */ r(re.Sub, { ...e });
1884
1940
  };
1885
- Tt.displayName = "MenuSub";
1886
- const wt = function(e) {
1887
- return /* @__PURE__ */ r(se.Sub.Target, { ...e });
1941
+ Ot.displayName = "MenuSub";
1942
+ const Lt = function(e) {
1943
+ return /* @__PURE__ */ r(re.Sub.Target, { ...e });
1888
1944
  };
1889
- wt.displayName = "MenuSubTarget";
1890
- const gt = b(
1945
+ Lt.displayName = "MenuSubTarget";
1946
+ const Wt = f(
1891
1947
  function({ overStyled: e = !1, ...a }, t) {
1892
1948
  const o = m(a, e), s = o;
1893
1949
  e || delete s.color;
1894
1950
  const l = s.className;
1895
1951
  return /* @__PURE__ */ r(
1896
- se.Sub.Item,
1952
+ re.Sub.Item,
1897
1953
  {
1898
1954
  ref: t,
1899
1955
  className: l,
@@ -1902,14 +1958,14 @@ const gt = b(
1902
1958
  );
1903
1959
  }
1904
1960
  );
1905
- gt.displayName = "MenuSubItem";
1906
- const Cn = ae(
1907
- gt
1908
- ), St = b(
1961
+ Wt.displayName = "MenuSubItem";
1962
+ const Ln = ee(
1963
+ Wt
1964
+ ), It = f(
1909
1965
  function({ overStyled: e = !1, ...a }, t) {
1910
1966
  const o = m(a, e), s = o.className;
1911
1967
  return /* @__PURE__ */ r(
1912
- se.Sub.Dropdown,
1968
+ re.Sub.Dropdown,
1913
1969
  {
1914
1970
  ref: t,
1915
1971
  className: s,
@@ -1918,29 +1974,29 @@ const Cn = ae(
1918
1974
  );
1919
1975
  }
1920
1976
  );
1921
- St.displayName = "MenuSubDropdown";
1922
- const ao = Tt;
1923
- ao.Target = wt;
1924
- ao.Item = Cn;
1925
- ao.Dropdown = St;
1926
- const Le = Nt;
1927
- Le.Target = ht;
1928
- Le.Dropdown = $t;
1929
- Le.Item = vn;
1930
- Le.Divider = Ct;
1931
- Le.Label = Pt;
1932
- Le.Sub = ao;
1933
- const Pn = "Modal-module__root___ytPLl", Tn = "Modal-module__inner___SSUJE", wn = "Modal-module__content___dWO-B", gn = "Modal-module__header___ILG9i", Sn = "Modal-module__title___A5OeE", An = "Modal-module__bodyWrapper___5CCL-", xn = "Modal-module__scrollArea___KD-hm", On = "Modal-module__footer___rro2w", Ln = "Modal-module__close___-ER1C", ce = {
1934
- root: Pn,
1935
- inner: Tn,
1936
- content: wn,
1937
- header: gn,
1938
- title: Sn,
1939
- bodyWrapper: An,
1940
- scrollArea: xn,
1941
- footer: On,
1942
- close: Ln
1943
- }, At = B.forwardRef(function({
1977
+ It.displayName = "MenuSubDropdown";
1978
+ const ro = Ot;
1979
+ ro.Target = Lt;
1980
+ ro.Item = Ln;
1981
+ ro.Dropdown = It;
1982
+ const We = Tt;
1983
+ We.Target = wt;
1984
+ We.Dropdown = gt;
1985
+ We.Item = On;
1986
+ We.Divider = At;
1987
+ We.Label = xt;
1988
+ We.Sub = ro;
1989
+ const Wn = "Modal-module__root___ytPLl", In = "Modal-module__inner___SSUJE", kn = "Modal-module__content___dWO-B", zn = "Modal-module__header___ILG9i", Mn = "Modal-module__title___A5OeE", Rn = "Modal-module__bodyWrapper___5CCL-", Bn = "Modal-module__scrollArea___KD-hm", En = "Modal-module__footer___rro2w", Fn = "Modal-module__close___-ER1C", de = {
1990
+ root: Wn,
1991
+ inner: In,
1992
+ content: kn,
1993
+ header: zn,
1994
+ title: Mn,
1995
+ bodyWrapper: Rn,
1996
+ scrollArea: Bn,
1997
+ footer: En,
1998
+ close: Fn
1999
+ }, kt = B.forwardRef(function({
1944
2000
  overStyled: e = !1,
1945
2001
  children: a,
1946
2002
  title: t,
@@ -1951,15 +2007,15 @@ const Pn = "Modal-module__root___ytPLl", Tn = "Modal-module__inner___SSUJE", wn
1951
2007
  ...c
1952
2008
  }, d) {
1953
2009
  const p = m(c, e), u = {
1954
- root: ce.root,
1955
- inner: ce.inner,
1956
- content: ce.content,
1957
- header: ce.header,
1958
- title: ce.title,
1959
- close: ce.close
1960
- }, h = p.classNames;
1961
- if (h && typeof h == "object" && !Array.isArray(h)) {
1962
- const y = h;
2010
+ root: de.root,
2011
+ inner: de.inner,
2012
+ content: de.content,
2013
+ header: de.header,
2014
+ title: de.title,
2015
+ close: de.close
2016
+ }, $ = p.classNames;
2017
+ if ($ && typeof $ == "object" && !Array.isArray($)) {
2018
+ const y = $;
1963
2019
  Object.keys(y).forEach((_) => {
1964
2020
  u[_] ? u[_] = `${u[_]} ${y[_]}` : u[_] = y[_];
1965
2021
  });
@@ -1977,60 +2033,60 @@ const Pn = "Modal-module__root___ytPLl", Tn = "Modal-module__inner___SSUJE", wn
1977
2033
  t && /* @__PURE__ */ r(X.Title, { children: t }),
1978
2034
  o && /* @__PURE__ */ r(X.CloseButton, { ...i })
1979
2035
  ] }),
1980
- /* @__PURE__ */ r(To, { children: a })
2036
+ /* @__PURE__ */ r(wo, { children: a })
1981
2037
  ] })
1982
2038
  ]
1983
2039
  }
1984
2040
  );
1985
2041
  });
1986
- At.displayName = "Modal";
1987
- const Po = B.forwardRef(
2042
+ kt.displayName = "Modal";
2043
+ const To = B.forwardRef(
1988
2044
  function({ overStyled: e = !1, className: a, ...t }, o) {
1989
2045
  const s = m(t, e);
1990
2046
  return /* @__PURE__ */ r(
1991
2047
  "div",
1992
2048
  {
1993
2049
  ref: o,
1994
- className: `${ce.footer} ${a || ""}`,
2050
+ className: `${de.footer} ${a || ""}`,
1995
2051
  ...s
1996
2052
  }
1997
2053
  );
1998
2054
  }
1999
2055
  );
2000
- Po.displayName = "Modal.Footer";
2001
- const To = B.forwardRef(function({ className: e, onScroll: a, children: t, ...o }, s) {
2056
+ To.displayName = "Modal.Footer";
2057
+ const wo = B.forwardRef(function({ className: e, onScroll: a, children: t, ...o }, s) {
2002
2058
  const l = B.useRef(null), [i, c] = B.useState(!1), [d, p] = B.useState(!1), u = B.useCallback(() => {
2003
2059
  if (l.current) {
2004
- const { scrollTop: f, scrollHeight: T, clientHeight: C } = l.current;
2005
- c(f > 0), p(Math.ceil(f + C) < T);
2060
+ const { scrollTop: b, scrollHeight: T, clientHeight: C } = l.current;
2061
+ c(b > 0), p(Math.ceil(b + C) < T);
2006
2062
  }
2007
2063
  }, []);
2008
2064
  B.useEffect(() => (u(), window.addEventListener("resize", u), () => window.removeEventListener("resize", u)), [u, t]);
2009
- const h = (f) => {
2010
- u(), a == null || a(f);
2065
+ const $ = (b) => {
2066
+ u(), a == null || a(b);
2011
2067
  };
2012
2068
  let y = null;
2013
2069
  const _ = [];
2014
- return B.Children.forEach(t, (f) => {
2070
+ return B.Children.forEach(t, (b) => {
2015
2071
  var T;
2016
- B.isValidElement(f) && (f.type === Po || ((T = f.type) == null ? void 0 : T.displayName) === "Modal.Footer") ? y = f : _.push(f);
2072
+ B.isValidElement(b) && (b.type === To || ((T = b.type) == null ? void 0 : T.displayName) === "Modal.Footer") ? y = b : _.push(b);
2017
2073
  }), /* @__PURE__ */ V(
2018
2074
  X.Body,
2019
2075
  {
2020
2076
  ...o,
2021
- ref: (f) => {
2022
- typeof s == "function" ? s(f) : s && (s.current = f);
2077
+ ref: (b) => {
2078
+ typeof s == "function" ? s(b) : s && (s.current = b);
2023
2079
  },
2024
- className: `${ce.bodyWrapper} ${e || ""}`,
2080
+ className: `${de.bodyWrapper} ${e || ""}`,
2025
2081
  children: [
2026
2082
  /* @__PURE__ */ r(
2027
2083
  "div",
2028
2084
  {
2029
2085
  ref: l,
2030
- onScroll: h,
2086
+ onScroll: $,
2031
2087
  "data-scrolled-top": i || void 0,
2032
2088
  "data-scrolled-bottom": d || void 0,
2033
- className: ce.scrollArea,
2089
+ className: de.scrollArea,
2034
2090
  children: _
2035
2091
  }
2036
2092
  ),
@@ -2039,8 +2095,8 @@ const To = B.forwardRef(function({ className: e, onScroll: a, children: t, ...o
2039
2095
  }
2040
2096
  );
2041
2097
  });
2042
- To.displayName = "Modal.Body";
2043
- const xt = B.forwardRef(
2098
+ wo.displayName = "Modal.Body";
2099
+ const zt = B.forwardRef(
2044
2100
  function({ overStyled: e = !1, ...a }, t) {
2045
2101
  const o = m(a, e);
2046
2102
  return /* @__PURE__ */ r(
@@ -2052,8 +2108,8 @@ const xt = B.forwardRef(
2052
2108
  );
2053
2109
  }
2054
2110
  );
2055
- xt.displayName = "Modal.Root";
2056
- const Ot = B.forwardRef(
2111
+ zt.displayName = "Modal.Root";
2112
+ const Mt = B.forwardRef(
2057
2113
  function({ overStyled: e = !1, ...a }, t) {
2058
2114
  const o = m(a, e);
2059
2115
  return /* @__PURE__ */ r(
@@ -2065,8 +2121,8 @@ const Ot = B.forwardRef(
2065
2121
  );
2066
2122
  }
2067
2123
  );
2068
- Ot.displayName = "Modal.Overlay";
2069
- const Lt = B.forwardRef(
2124
+ Mt.displayName = "Modal.Overlay";
2125
+ const Rt = B.forwardRef(
2070
2126
  function({ overStyled: e = !1, ...a }, t) {
2071
2127
  const o = m(a, e);
2072
2128
  return /* @__PURE__ */ r(
@@ -2078,8 +2134,8 @@ const Lt = B.forwardRef(
2078
2134
  );
2079
2135
  }
2080
2136
  );
2081
- Lt.displayName = "Modal.Content";
2082
- const Wt = B.forwardRef(
2137
+ Rt.displayName = "Modal.Content";
2138
+ const Bt = B.forwardRef(
2083
2139
  function({ overStyled: e = !1, ...a }, t) {
2084
2140
  const o = m(a, e);
2085
2141
  return /* @__PURE__ */ r(
@@ -2091,8 +2147,8 @@ const Wt = B.forwardRef(
2091
2147
  );
2092
2148
  }
2093
2149
  );
2094
- Wt.displayName = "Modal.Header";
2095
- const It = B.forwardRef(
2150
+ Bt.displayName = "Modal.Header";
2151
+ const Et = B.forwardRef(
2096
2152
  function({ overStyled: e = !1, ...a }, t) {
2097
2153
  const o = m(a, e);
2098
2154
  return /* @__PURE__ */ r(
@@ -2104,8 +2160,8 @@ const It = B.forwardRef(
2104
2160
  );
2105
2161
  }
2106
2162
  );
2107
- It.displayName = "Modal.Title";
2108
- const kt = B.forwardRef(function({ overStyled: e = !1, ...a }, t) {
2163
+ Et.displayName = "Modal.Title";
2164
+ const Ft = B.forwardRef(function({ overStyled: e = !1, ...a }, t) {
2109
2165
  const o = m(a, e);
2110
2166
  return /* @__PURE__ */ r(
2111
2167
  X.CloseButton,
@@ -2115,24 +2171,24 @@ const kt = B.forwardRef(function({ overStyled: e = !1, ...a }, t) {
2115
2171
  }
2116
2172
  );
2117
2173
  });
2118
- kt.displayName = "Modal.CloseButton";
2119
- const ye = At;
2120
- ye.Root = xt;
2121
- ye.Overlay = Ot;
2122
- ye.Content = Lt;
2123
- ye.Header = Wt;
2124
- ye.Title = It;
2125
- ye.CloseButton = kt;
2126
- ye.Body = To;
2127
- ye.Footer = Po;
2128
- const Wn = "NumberInput-module__layoutOverride___5-9T4", In = "NumberInput-module__root___C6rAn", kn = "NumberInput-module__input___Ss8p7", zn = "NumberInput-module__section___MijP0", Mn = "NumberInput-module__controls___8UfQ2", Rn = "NumberInput-module__control___Qre9-", Ae = {
2129
- layoutOverride: Wn,
2130
- root: In,
2131
- input: kn,
2132
- section: zn,
2133
- controls: Mn,
2134
- control: Rn
2135
- }, zt = b(
2174
+ Ft.displayName = "Modal.CloseButton";
2175
+ const fe = kt;
2176
+ fe.Root = zt;
2177
+ fe.Overlay = Mt;
2178
+ fe.Content = Rt;
2179
+ fe.Header = Bt;
2180
+ fe.Title = Et;
2181
+ fe.CloseButton = Ft;
2182
+ fe.Body = wo;
2183
+ fe.Footer = To;
2184
+ const Vn = "NumberInput-module__layoutOverride___5-9T4", Dn = "NumberInput-module__root___C6rAn", Gn = "NumberInput-module__input___Ss8p7", jn = "NumberInput-module__section___MijP0", Hn = "NumberInput-module__controls___8UfQ2", qn = "NumberInput-module__control___Qre9-", xe = {
2185
+ layoutOverride: Vn,
2186
+ root: Dn,
2187
+ input: Gn,
2188
+ section: jn,
2189
+ controls: Hn,
2190
+ control: qn
2191
+ }, Vt = f(
2136
2192
  function(e, a) {
2137
2193
  const {
2138
2194
  overStyled: t = !1,
@@ -2145,13 +2201,13 @@ const Wn = "NumberInput-module__layoutOverride___5-9T4", In = "NumberInput-modul
2145
2201
  onLabelEditClick: d,
2146
2202
  label: p,
2147
2203
  assistiveText: u,
2148
- assistiveWithIcon: h,
2204
+ assistiveWithIcon: $,
2149
2205
  error: y,
2150
2206
  required: _,
2151
- withAsterisk: f,
2207
+ withAsterisk: b,
2152
2208
  id: T,
2153
2209
  className: C,
2154
- style: $,
2210
+ style: h,
2155
2211
  disabled: N,
2156
2212
  readOnly: O,
2157
2213
  readOnlyComponent: v,
@@ -2163,18 +2219,18 @@ const Wn = "NumberInput-module__layoutOverride___5-9T4", In = "NumberInput-modul
2163
2219
  } = e, w = m(W, t), g = w;
2164
2220
  delete g.size, delete g.variant, delete g.radius;
2165
2221
  const I = {
2166
- wrapper: Ae.root,
2222
+ wrapper: xe.root,
2167
2223
  // The nested Input internal relative wrapper bounding box
2168
- input: Ae.input,
2169
- section: Ae.section,
2170
- controls: Ae.controls,
2171
- control: Ae.control
2172
- }, R = C ? `${Ae.layoutOverride} ${C}` : Ae.layoutOverride;
2224
+ input: xe.input,
2225
+ section: xe.section,
2226
+ controls: xe.controls,
2227
+ control: xe.control
2228
+ }, R = C ? `${xe.layoutOverride} ${C}` : xe.layoutOverride;
2173
2229
  return /* @__PURE__ */ r(
2174
- te,
2230
+ ae,
2175
2231
  {
2176
2232
  className: R,
2177
- style: $,
2233
+ style: h,
2178
2234
  controlMaxWidth: "var(--recursica_ui-kit_components_number-input_properties_max-width)",
2179
2235
  controlMinWidth: "var(--recursica_ui-kit_components_number-input_properties_min-width)",
2180
2236
  overStyled: t,
@@ -2186,10 +2242,10 @@ const Wn = "NumberInput-module__layoutOverride___5-9T4", In = "NumberInput-modul
2186
2242
  onLabelEditClick: d,
2187
2243
  label: p,
2188
2244
  assistiveText: u,
2189
- assistiveWithIcon: h,
2245
+ assistiveWithIcon: $,
2190
2246
  error: y,
2191
2247
  required: _,
2192
- withAsterisk: f,
2248
+ withAsterisk: b,
2193
2249
  id: T,
2194
2250
  readOnly: O,
2195
2251
  readOnlyComponent: v,
@@ -2200,7 +2256,7 @@ const Wn = "NumberInput-module__layoutOverride___5-9T4", In = "NumberInput-modul
2200
2256
  activeComponent: (
2201
2257
  /* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
2202
2258
  /* @__PURE__ */ r(
2203
- ts,
2259
+ is,
2204
2260
  {
2205
2261
  ref: a,
2206
2262
  classNames: I,
@@ -2227,19 +2283,19 @@ const Wn = "NumberInput-module__layoutOverride___5-9T4", In = "NumberInput-modul
2227
2283
  );
2228
2284
  }
2229
2285
  );
2230
- zt.displayName = "NumberInput";
2231
- const Bn = "Pagination-module__root___ITRjt", En = "Pagination-module__control___40yNT", Fn = "Pagination-module__dots___Yl9da", Vn = "Pagination-module__iconWithLabel___pLM4O", Dn = "Pagination-module__baseIcon___Qw3bJ", H = {
2232
- root: Bn,
2233
- control: En,
2234
- dots: Fn,
2235
- iconWithLabel: Vn,
2236
- baseIcon: Dn
2237
- }, jn = "M8.781 8l-3.3-3.3.943-.943L10.667 8l-4.243 4.243-.943-.943 3.3-3.3z", Gn = "M7.219 8l3.3 3.3-.943.943L5.333 8l4.243-4.243.943.943-3.3 3.3z", Hn = "M6.85355 3.85355C7.04882 3.65829 7.04882 3.34171 6.85355 3.14645C6.65829 2.95118 6.34171 2.95118 6.14645 3.14645L2.14645 7.14645C1.95118 7.34171 1.95118 7.65829 2.14645 7.85355L6.14645 11.8536C6.34171 12.0488 6.65829 12.0488 6.85355 11.8536C7.04882 11.6583 7.04882 11.3417 6.85355 11.1464L3.20711 7.5L6.85355 3.85355ZM12.8536 3.85355C13.0488 3.65829 13.0488 3.34171 12.8536 3.14645C12.6583 2.95118 12.3417 2.95118 12.1464 3.14645L8.14645 7.14645C7.95118 7.34171 7.95118 7.65829 8.14645 7.85355L12.1464 11.8536C12.3417 12.0488 12.6583 12.0488 12.8536 11.8536C13.0488 11.6583 13.0488 11.3417 12.8536 11.1464L9.20711 7.5L12.8536 3.85355Z", qn = "M2.14645 11.1464C1.95118 11.3417 1.95118 11.6583 2.14645 11.8536C2.34171 12.0488 2.65829 12.0488 2.85355 11.8536L6.85355 7.85355C7.04882 7.65829 7.04882 7.34171 6.85355 7.14645L2.85355 3.14645C2.65829 2.95118 2.34171 2.95118 2.14645 3.14645C1.95118 3.34171 1.95118 3.65829 2.14645 3.85355L5.79289 7.5L2.14645 11.1464ZM8.14645 11.1464C7.95118 11.3417 7.95118 11.6583 8.14645 11.8536C8.34171 12.0488 8.65829 12.0488 8.85355 11.8536L12.8536 7.85355C13.0488 7.65829 13.0488 7.34171 12.8536 7.14645L8.85355 3.14645C8.65829 2.95118 8.34171 2.95118 8.14645 3.14645C7.95118 3.34171 7.95118 3.65829 8.14645 3.85355L11.7929 7.5L8.14645 11.1464Z", Un = {
2238
- next: jn,
2239
- prev: Gn,
2240
- first: Hn,
2241
- last: qn
2242
- }, Fe = ({
2286
+ Vt.displayName = "NumberInput";
2287
+ const Un = "Pagination-module__root___ITRjt", Yn = "Pagination-module__control___40yNT", Zn = "Pagination-module__dots___Yl9da", Kn = "Pagination-module__iconWithLabel___pLM4O", Xn = "Pagination-module__baseIcon___Qw3bJ", H = {
2288
+ root: Un,
2289
+ control: Yn,
2290
+ dots: Zn,
2291
+ iconWithLabel: Kn,
2292
+ baseIcon: Xn
2293
+ }, Qn = "M8.781 8l-3.3-3.3.943-.943L10.667 8l-4.243 4.243-.943-.943 3.3-3.3z", Jn = "M7.219 8l3.3 3.3-.943.943L5.333 8l4.243-4.243.943.943-3.3 3.3z", el = "M6.85355 3.85355C7.04882 3.65829 7.04882 3.34171 6.85355 3.14645C6.65829 2.95118 6.34171 2.95118 6.14645 3.14645L2.14645 7.14645C1.95118 7.34171 1.95118 7.65829 2.14645 7.85355L6.14645 11.8536C6.34171 12.0488 6.65829 12.0488 6.85355 11.8536C7.04882 11.6583 7.04882 11.3417 6.85355 11.1464L3.20711 7.5L6.85355 3.85355ZM12.8536 3.85355C13.0488 3.65829 13.0488 3.34171 12.8536 3.14645C12.6583 2.95118 12.3417 2.95118 12.1464 3.14645L8.14645 7.14645C7.95118 7.34171 7.95118 7.65829 8.14645 7.85355L12.1464 11.8536C12.3417 12.0488 12.6583 12.0488 12.8536 11.8536C13.0488 11.6583 13.0488 11.3417 12.8536 11.1464L9.20711 7.5L12.8536 3.85355Z", ol = "M2.14645 11.1464C1.95118 11.3417 1.95118 11.6583 2.14645 11.8536C2.34171 12.0488 2.65829 12.0488 2.85355 11.8536L6.85355 7.85355C7.04882 7.65829 7.04882 7.34171 6.85355 7.14645L2.85355 3.14645C2.65829 2.95118 2.34171 2.95118 2.14645 3.14645C1.95118 3.34171 1.95118 3.65829 2.14645 3.85355L5.79289 7.5L2.14645 11.1464ZM8.14645 11.1464C7.95118 11.3417 7.95118 11.6583 8.14645 11.8536C8.34171 12.0488 8.65829 12.0488 8.85355 11.8536L12.8536 7.85355C13.0488 7.65829 13.0488 7.34171 12.8536 7.14645L8.85355 3.14645C8.65829 2.95118 8.34171 2.95118 8.14645 3.14645C7.95118 3.34171 7.95118 3.65829 8.14645 3.85355L11.7929 7.5L8.14645 11.1464Z", tl = {
2294
+ next: Qn,
2295
+ prev: Jn,
2296
+ first: el,
2297
+ last: ol
2298
+ }, De = ({
2243
2299
  type: n,
2244
2300
  className: e,
2245
2301
  ...a
@@ -2250,22 +2306,22 @@ const Bn = "Pagination-module__root___ITRjt", En = "Pagination-module__control__
2250
2306
  xmlns: "http://www.w3.org/2000/svg",
2251
2307
  className: `${H.baseIcon} ${e || ""}`.trim(),
2252
2308
  ...a,
2253
- children: /* @__PURE__ */ r("path", { d: Un[n], fill: "currentColor" })
2309
+ children: /* @__PURE__ */ r("path", { d: tl[n], fill: "currentColor" })
2254
2310
  }
2255
- ), Mt = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
2311
+ ), Dt = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
2256
2312
  /* @__PURE__ */ r("span", { children: "Next" }),
2257
- /* @__PURE__ */ r(Fe, { type: "next", ...n })
2258
- ] }), Rt = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
2259
- /* @__PURE__ */ r(Fe, { type: "prev", ...n }),
2313
+ /* @__PURE__ */ r(De, { type: "next", ...n })
2314
+ ] }), Gt = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
2315
+ /* @__PURE__ */ r(De, { type: "prev", ...n }),
2260
2316
  /* @__PURE__ */ r("span", { children: "Prev" })
2261
- ] }), Bt = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
2262
- /* @__PURE__ */ r(Fe, { type: "first", ...n }),
2317
+ ] }), jt = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
2318
+ /* @__PURE__ */ r(De, { type: "first", ...n }),
2263
2319
  /* @__PURE__ */ r("span", { children: "First" })
2264
- ] }), Et = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
2320
+ ] }), Ht = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
2265
2321
  /* @__PURE__ */ r("span", { children: "Last" }),
2266
- /* @__PURE__ */ r(Fe, { type: "last", ...n })
2322
+ /* @__PURE__ */ r(De, { type: "last", ...n })
2267
2323
  ] });
2268
- function Ft(n) {
2324
+ function qt(n) {
2269
2325
  const e = {
2270
2326
  root: H.root,
2271
2327
  control: H.control,
@@ -2278,13 +2334,13 @@ function Ft(n) {
2278
2334
  const t = n.className;
2279
2335
  return { className: t ? `${H.root} ${t}` : H.root, classNames: e };
2280
2336
  }
2281
- const Vt = b(
2337
+ const Ut = f(
2282
2338
  function({ overStyled: e = !1, ...a }, t) {
2283
- const o = m(a, e), s = Ft(
2339
+ const o = m(a, e), s = qt(
2284
2340
  o
2285
2341
  );
2286
2342
  return /* @__PURE__ */ r(
2287
- ue.Root,
2343
+ me.Root,
2288
2344
  {
2289
2345
  ref: t,
2290
2346
  className: s.className,
@@ -2294,11 +2350,11 @@ const Vt = b(
2294
2350
  );
2295
2351
  }
2296
2352
  );
2297
- Vt.displayName = "Pagination.Root";
2298
- const Dt = b(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2299
- const l = m(o, e), i = t || (a ? Mt : void 0);
2353
+ Ut.displayName = "Pagination.Root";
2354
+ const Yt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2355
+ const l = m(o, e), i = t || (a ? Dt : void 0);
2300
2356
  return /* @__PURE__ */ r(
2301
- ue.Next,
2357
+ me.Next,
2302
2358
  {
2303
2359
  ref: s,
2304
2360
  "data-variant": "text",
@@ -2307,11 +2363,11 @@ const Dt = b(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2307
2363
  }
2308
2364
  );
2309
2365
  });
2310
- Dt.displayName = "Pagination.Next";
2311
- const jt = b(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2312
- const l = m(o, e), i = t || (a ? Rt : void 0);
2366
+ Yt.displayName = "Pagination.Next";
2367
+ const Zt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2368
+ const l = m(o, e), i = t || (a ? Gt : void 0);
2313
2369
  return /* @__PURE__ */ r(
2314
- ue.Previous,
2370
+ me.Previous,
2315
2371
  {
2316
2372
  ref: s,
2317
2373
  "data-variant": "text",
@@ -2320,11 +2376,11 @@ const jt = b(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2320
2376
  }
2321
2377
  );
2322
2378
  });
2323
- jt.displayName = "Pagination.Previous";
2324
- const Gt = b(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2325
- const l = m(o, e), i = t || (a ? Bt : void 0);
2379
+ Zt.displayName = "Pagination.Previous";
2380
+ const Kt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2381
+ const l = m(o, e), i = t || (a ? jt : void 0);
2326
2382
  return /* @__PURE__ */ r(
2327
- ue.First,
2383
+ me.First,
2328
2384
  {
2329
2385
  ref: s,
2330
2386
  "data-variant": "text",
@@ -2333,11 +2389,11 @@ const Gt = b(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2333
2389
  }
2334
2390
  );
2335
2391
  });
2336
- Gt.displayName = "Pagination.First";
2337
- const Ht = b(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2338
- const l = m(o, e), i = t || (a ? Et : void 0);
2392
+ Kt.displayName = "Pagination.First";
2393
+ const Xt = f(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2394
+ const l = m(o, e), i = t || (a ? Ht : void 0);
2339
2395
  return /* @__PURE__ */ r(
2340
- ue.Last,
2396
+ me.Last,
2341
2397
  {
2342
2398
  ref: s,
2343
2399
  "data-variant": "text",
@@ -2346,22 +2402,22 @@ const Ht = b(function({ overStyled: e = !1, withLabel: a, icon: t, ...o }, s) {
2346
2402
  }
2347
2403
  );
2348
2404
  });
2349
- Ht.displayName = "Pagination.Last";
2350
- const qt = b(
2405
+ Xt.displayName = "Pagination.Last";
2406
+ const Qt = f(
2351
2407
  function({ overStyled: e = !1, getControlProps: a, withLabels: t, ...o }, s) {
2352
- const l = m(o, e), i = Ft(
2408
+ const l = m(o, e), i = qt(
2353
2409
  l
2354
2410
  ), c = (p) => {
2355
2411
  const u = { "data-variant": "text" };
2356
2412
  return a ? { ...u, ...a(p) } : u;
2357
2413
  }, d = t ? {
2358
- nextIcon: Mt,
2359
- previousIcon: Rt,
2360
- firstIcon: Bt,
2361
- lastIcon: Et
2414
+ nextIcon: Dt,
2415
+ previousIcon: Gt,
2416
+ firstIcon: jt,
2417
+ lastIcon: Ht
2362
2418
  } : {};
2363
2419
  return /* @__PURE__ */ r(
2364
- ue,
2420
+ me,
2365
2421
  {
2366
2422
  ref: s,
2367
2423
  className: i.className,
@@ -2373,23 +2429,23 @@ const qt = b(
2373
2429
  );
2374
2430
  }
2375
2431
  );
2376
- qt.displayName = "Pagination";
2377
- const Ut = b(function({ overStyled: e = !1, ...a }, t) {
2432
+ Qt.displayName = "Pagination";
2433
+ const Jt = f(function({ overStyled: e = !1, ...a }, t) {
2378
2434
  const o = m(a, e);
2379
2435
  return /* @__PURE__ */ r(
2380
- ue.Control,
2436
+ me.Control,
2381
2437
  {
2382
2438
  ref: t,
2383
2439
  ...o
2384
2440
  }
2385
2441
  );
2386
2442
  });
2387
- Ut.displayName = "Pagination.Control";
2388
- const Yt = b(
2443
+ Jt.displayName = "Pagination.Control";
2444
+ const ea = f(
2389
2445
  function({ overStyled: e = !1, ...a }, t) {
2390
2446
  const o = m(a, e);
2391
2447
  return /* @__PURE__ */ r(
2392
- ue.Dots,
2448
+ me.Dots,
2393
2449
  {
2394
2450
  ref: t,
2395
2451
  ...o
@@ -2397,26 +2453,26 @@ const Yt = b(
2397
2453
  );
2398
2454
  }
2399
2455
  );
2400
- Yt.displayName = "Pagination.Dots";
2401
- const re = qt;
2402
- re.Root = Vt;
2403
- re.Items = ue.Items;
2404
- re.Control = Ut;
2405
- re.Dots = Yt;
2406
- re.Next = Dt;
2407
- re.Previous = jt;
2408
- re.First = Gt;
2409
- re.Last = Ht;
2410
- re.Icon = Fe;
2411
- const Yn = "Panel-module__content___wdGo-", Zn = "Panel-module__inner___ruA2b", Kn = "Panel-module__header___o7SiC", Xn = "Panel-module__title___181OP", Qn = "Panel-module__titleTruncate___fuP6V Panel-module__title___181OP", Jn = "Panel-module__body___SEC3T", el = "Panel-module__footer___t6-hz", ve = {
2412
- content: Yn,
2413
- inner: Zn,
2414
- header: Kn,
2415
- title: Xn,
2416
- titleTruncate: Qn,
2417
- body: Jn,
2418
- footer: el
2419
- }, Zt = function({
2456
+ ea.displayName = "Pagination.Dots";
2457
+ const ne = Qt;
2458
+ ne.Root = Ut;
2459
+ ne.Items = me.Items;
2460
+ ne.Control = Jt;
2461
+ ne.Dots = ea;
2462
+ ne.Next = Yt;
2463
+ ne.Previous = Zt;
2464
+ ne.First = Kt;
2465
+ ne.Last = Xt;
2466
+ ne.Icon = De;
2467
+ const al = "Panel-module__content___wdGo-", sl = "Panel-module__inner___ruA2b", rl = "Panel-module__header___o7SiC", nl = "Panel-module__title___181OP", ll = "Panel-module__titleTruncate___fuP6V Panel-module__title___181OP", il = "Panel-module__body___SEC3T", cl = "Panel-module__footer___t6-hz", Ce = {
2468
+ content: al,
2469
+ inner: sl,
2470
+ header: rl,
2471
+ title: nl,
2472
+ titleTruncate: ll,
2473
+ body: il,
2474
+ footer: cl
2475
+ }, oa = function({
2420
2476
  overStyled: e = !1,
2421
2477
  placement: a = "right",
2422
2478
  keepMounted: t = !0,
@@ -2424,11 +2480,11 @@ const Yn = "Panel-module__content___wdGo-", Zn = "Panel-module__inner___ruA2b",
2424
2480
  ...s
2425
2481
  }) {
2426
2482
  const l = m(s, e), i = {
2427
- content: ve.content,
2428
- header: ve.header,
2429
- title: o ? ve.titleTruncate : ve.title,
2430
- body: ve.body,
2431
- inner: ve.inner
2483
+ content: Ce.content,
2484
+ header: Ce.header,
2485
+ title: o ? Ce.titleTruncate : Ce.title,
2486
+ body: Ce.body,
2487
+ inner: Ce.inner
2432
2488
  }, c = l.classNames;
2433
2489
  if (c && typeof c == "object" && !Array.isArray(c)) {
2434
2490
  const d = c;
@@ -2437,7 +2493,7 @@ const Yn = "Panel-module__content___wdGo-", Zn = "Panel-module__inner___ruA2b",
2437
2493
  });
2438
2494
  }
2439
2495
  return /* @__PURE__ */ r(
2440
- me,
2496
+ _e,
2441
2497
  {
2442
2498
  position: a,
2443
2499
  keepMounted: t,
@@ -2447,19 +2503,19 @@ const Yn = "Panel-module__content___wdGo-", Zn = "Panel-module__inner___ruA2b",
2447
2503
  }
2448
2504
  );
2449
2505
  };
2450
- Zt.displayName = "Panel";
2451
- const wo = b(
2506
+ oa.displayName = "Panel";
2507
+ const go = f(
2452
2508
  function({ overStyled: e = !1, ...a }, t) {
2453
- const o = m(a, e), s = o.className, l = s ? `${ve.footer} ${s}` : ve.footer;
2509
+ const o = m(a, e), s = o.className, l = s ? `${Ce.footer} ${s}` : Ce.footer;
2454
2510
  return /* @__PURE__ */ r("div", { ref: t, className: l, ...o });
2455
2511
  }
2456
2512
  );
2457
- wo.displayName = "PanelFooter";
2458
- const Kt = b(
2513
+ go.displayName = "PanelFooter";
2514
+ const ta = f(
2459
2515
  function({ overStyled: e = !1, ...a }, t) {
2460
2516
  const o = m(a, e);
2461
2517
  return /* @__PURE__ */ r(
2462
- me.Root,
2518
+ _e.Root,
2463
2519
  {
2464
2520
  ref: t,
2465
2521
  ...o
@@ -2467,12 +2523,12 @@ const Kt = b(
2467
2523
  );
2468
2524
  }
2469
2525
  );
2470
- Kt.displayName = "PanelRoot";
2471
- const Xt = b(
2526
+ ta.displayName = "PanelRoot";
2527
+ const aa = f(
2472
2528
  function({ overStyled: e = !1, ...a }, t) {
2473
2529
  const o = m(a, e);
2474
2530
  return /* @__PURE__ */ r(
2475
- me.Overlay,
2531
+ _e.Overlay,
2476
2532
  {
2477
2533
  ref: t,
2478
2534
  ...o
@@ -2480,12 +2536,12 @@ const Xt = b(
2480
2536
  );
2481
2537
  }
2482
2538
  );
2483
- Xt.displayName = "PanelOverlay";
2484
- const Qt = b(
2539
+ aa.displayName = "PanelOverlay";
2540
+ const sa = f(
2485
2541
  function({ overStyled: e = !1, ...a }, t) {
2486
2542
  const o = m(a, e);
2487
2543
  return /* @__PURE__ */ r(
2488
- me.Content,
2544
+ _e.Content,
2489
2545
  {
2490
2546
  ref: t,
2491
2547
  ...o
@@ -2493,12 +2549,12 @@ const Qt = b(
2493
2549
  );
2494
2550
  }
2495
2551
  );
2496
- Qt.displayName = "PanelContent";
2497
- const Jt = b(
2552
+ sa.displayName = "PanelContent";
2553
+ const ra = f(
2498
2554
  function({ overStyled: e = !1, ...a }, t) {
2499
2555
  const o = m(a, e);
2500
2556
  return /* @__PURE__ */ r(
2501
- me.Header,
2557
+ _e.Header,
2502
2558
  {
2503
2559
  ref: t,
2504
2560
  ...o
@@ -2506,12 +2562,12 @@ const Jt = b(
2506
2562
  );
2507
2563
  }
2508
2564
  );
2509
- Jt.displayName = "PanelHeader";
2510
- const ea = b(
2565
+ ra.displayName = "PanelHeader";
2566
+ const na = f(
2511
2567
  function({ overStyled: e = !1, ...a }, t) {
2512
2568
  const o = m(a, e);
2513
2569
  return /* @__PURE__ */ r(
2514
- me.Title,
2570
+ _e.Title,
2515
2571
  {
2516
2572
  ref: t,
2517
2573
  ...o
@@ -2519,23 +2575,23 @@ const ea = b(
2519
2575
  );
2520
2576
  }
2521
2577
  );
2522
- ea.displayName = "PanelTitle";
2523
- const oa = b(function({ overStyled: e = !1, ...a }, t) {
2578
+ na.displayName = "PanelTitle";
2579
+ const la = f(function({ overStyled: e = !1, ...a }, t) {
2524
2580
  const o = m(a, e);
2525
2581
  return /* @__PURE__ */ r(
2526
- me.CloseButton,
2582
+ _e.CloseButton,
2527
2583
  {
2528
2584
  ref: t,
2529
2585
  ...o
2530
2586
  }
2531
2587
  );
2532
2588
  });
2533
- oa.displayName = "PanelCloseButton";
2534
- const ta = b(
2589
+ la.displayName = "PanelCloseButton";
2590
+ const ia = f(
2535
2591
  function({ overStyled: e = !1, ...a }, t) {
2536
2592
  const o = m(a, e);
2537
2593
  return /* @__PURE__ */ r(
2538
- me.Body,
2594
+ _e.Body,
2539
2595
  {
2540
2596
  ref: t,
2541
2597
  ...o
@@ -2543,28 +2599,28 @@ const ta = b(
2543
2599
  );
2544
2600
  }
2545
2601
  );
2546
- ta.displayName = "PanelBody";
2547
- const ne = Zt;
2548
- ne.Root = Kt;
2549
- ne.Overlay = Xt;
2550
- ne.Content = Qt;
2551
- ne.Header = Jt;
2552
- ne.Title = ea;
2553
- ne.CloseButton = oa;
2554
- ne.Body = ta;
2555
- ne.Stack = me.Stack;
2556
- ne.Footer = wo;
2557
- const ol = "Popover-module__dropdown___svhS6", tl = "Popover-module__arrow___5A-0e", Fo = {
2558
- dropdown: ol,
2559
- arrow: tl
2560
- }, aa = function({
2602
+ ia.displayName = "PanelBody";
2603
+ const le = oa;
2604
+ le.Root = ta;
2605
+ le.Overlay = aa;
2606
+ le.Content = sa;
2607
+ le.Header = ra;
2608
+ le.Title = na;
2609
+ le.CloseButton = la;
2610
+ le.Body = ia;
2611
+ le.Stack = _e.Stack;
2612
+ le.Footer = go;
2613
+ const dl = "Popover-module__dropdown___svhS6", pl = "Popover-module__arrow___5A-0e", Vo = {
2614
+ dropdown: dl,
2615
+ arrow: pl
2616
+ }, ca = function({
2561
2617
  overStyled: e = !1,
2562
2618
  withBeak: a = !0,
2563
2619
  ...t
2564
2620
  }) {
2565
2621
  const o = m(t, e), s = {
2566
- dropdown: Fo.dropdown,
2567
- arrow: Fo.arrow
2622
+ dropdown: Vo.dropdown,
2623
+ arrow: Vo.arrow
2568
2624
  }, l = o.classNames;
2569
2625
  if (l && typeof l == "object" && !Array.isArray(l)) {
2570
2626
  const p = l;
@@ -2574,7 +2630,7 @@ const ol = "Popover-module__dropdown___svhS6", tl = "Popover-module__arrow___5A-
2574
2630
  }
2575
2631
  const i = o.arrowSize ?? 16, c = o.withArrow;
2576
2632
  return /* @__PURE__ */ r(
2577
- uo,
2633
+ _o,
2578
2634
  {
2579
2635
  position: "top",
2580
2636
  arrowSize: i,
@@ -2584,38 +2640,38 @@ const ol = "Popover-module__dropdown___svhS6", tl = "Popover-module__arrow___5A-
2584
2640
  }
2585
2641
  );
2586
2642
  };
2587
- aa.displayName = "Popover";
2588
- const sa = function(e) {
2589
- return /* @__PURE__ */ r(uo.Target, { ...e });
2643
+ ca.displayName = "Popover";
2644
+ const da = function(e) {
2645
+ return /* @__PURE__ */ r(_o.Target, { ...e });
2590
2646
  };
2591
- sa.displayName = "PopoverTarget";
2592
- const ra = function({
2647
+ da.displayName = "PopoverTarget";
2648
+ const pa = function({
2593
2649
  overStyled: e = !1,
2594
2650
  ...a
2595
2651
  }) {
2596
2652
  const t = m(a, e), o = t.className;
2597
2653
  return /* @__PURE__ */ r(
2598
- uo.Dropdown,
2654
+ _o.Dropdown,
2599
2655
  {
2600
2656
  className: o,
2601
2657
  ...t
2602
2658
  }
2603
2659
  );
2604
2660
  };
2605
- ra.displayName = "PopoverDropdown";
2606
- const go = aa;
2607
- go.Target = sa;
2608
- go.Dropdown = ra;
2609
- const al = "Radio-module__groupRoot___bfUii", sl = "Radio-module__root___kAjTD", rl = "Radio-module__body___q2Wpj", nl = "Radio-module__inner___QaTBB", ll = "Radio-module__radio___MfgN-", il = "Radio-module__icon___DWznm", cl = "Radio-module__labelWrapper___dB0Gi", dl = "Radio-module__label___vAFIP", F = {
2610
- groupRoot: al,
2611
- root: sl,
2612
- body: rl,
2613
- inner: nl,
2614
- radio: ll,
2615
- icon: il,
2616
- labelWrapper: cl,
2617
- label: dl
2618
- }, So = b(
2661
+ pa.displayName = "PopoverDropdown";
2662
+ const So = ca;
2663
+ So.Target = da;
2664
+ So.Dropdown = pa;
2665
+ const ul = "Radio-module__groupRoot___bfUii", ml = "Radio-module__root___kAjTD", _l = "Radio-module__body___q2Wpj", yl = "Radio-module__inner___QaTBB", fl = "Radio-module__radio___MfgN-", bl = "Radio-module__icon___DWznm", Nl = "Radio-module__labelWrapper___dB0Gi", $l = "Radio-module__label___vAFIP", F = {
2666
+ groupRoot: ul,
2667
+ root: ml,
2668
+ body: _l,
2669
+ inner: yl,
2670
+ radio: fl,
2671
+ icon: bl,
2672
+ labelWrapper: Nl,
2673
+ label: $l
2674
+ }, Ao = f(
2619
2675
  function(e, a) {
2620
2676
  const {
2621
2677
  overStyled: t = !1,
@@ -2629,13 +2685,13 @@ const al = "Radio-module__groupRoot___bfUii", sl = "Radio-module__root___kAjTD",
2629
2685
  // Base Mantine Extracted Attributes
2630
2686
  label: p,
2631
2687
  description: u,
2632
- assistiveText: h,
2688
+ assistiveText: $,
2633
2689
  assistiveWithIcon: y,
2634
2690
  error: _,
2635
- required: f,
2691
+ required: b,
2636
2692
  withAsterisk: T,
2637
2693
  id: C,
2638
- className: $,
2694
+ className: h,
2639
2695
  style: N,
2640
2696
  children: O,
2641
2697
  readOnly: v,
@@ -2646,9 +2702,9 @@ const al = "Radio-module__groupRoot___bfUii", sl = "Radio-module__root___kAjTD",
2646
2702
  ...W
2647
2703
  } = e, w = m(W, t), g = w;
2648
2704
  return delete g.size, /* @__PURE__ */ r(
2649
- te,
2705
+ ae,
2650
2706
  {
2651
- className: $,
2707
+ className: h,
2652
2708
  style: N,
2653
2709
  controlMaxWidth: "var(--recursica_ui-kit_components_radio-button-item_properties_max-width)",
2654
2710
  controlMinWidth: void 0,
@@ -2662,10 +2718,10 @@ const al = "Radio-module__groupRoot___bfUii", sl = "Radio-module__root___kAjTD",
2662
2718
  onLabelEditClick: d,
2663
2719
  label: p,
2664
2720
  description: u,
2665
- assistiveText: h,
2721
+ assistiveText: $,
2666
2722
  assistiveWithIcon: y,
2667
2723
  error: _,
2668
- required: f,
2724
+ required: b,
2669
2725
  withAsterisk: T,
2670
2726
  id: C,
2671
2727
  readOnly: v && !!z,
@@ -2675,7 +2731,7 @@ const al = "Radio-module__groupRoot___bfUii", sl = "Radio-module__root___kAjTD",
2675
2731
  readOnlyValue: A !== void 0 ? A : L,
2676
2732
  readOnlyNativeProps: e,
2677
2733
  activeComponent: /* @__PURE__ */ r(
2678
- Ho.Group,
2734
+ Uo.Group,
2679
2735
  {
2680
2736
  ref: a,
2681
2737
  ...w,
@@ -2689,8 +2745,8 @@ const al = "Radio-module__groupRoot___bfUii", sl = "Radio-module__root___kAjTD",
2689
2745
  );
2690
2746
  }
2691
2747
  );
2692
- So.displayName = "RadioGroup";
2693
- const pl = ({ className: n, style: e }) => /* @__PURE__ */ r(
2748
+ Ao.displayName = "RadioGroup";
2749
+ const hl = ({ className: n, style: e }) => /* @__PURE__ */ r(
2694
2750
  "svg",
2695
2751
  {
2696
2752
  xmlns: "http://www.w3.org/2000/svg",
@@ -2700,7 +2756,7 @@ const pl = ({ className: n, style: e }) => /* @__PURE__ */ r(
2700
2756
  style: e,
2701
2757
  children: /* @__PURE__ */ r("circle", { cx: "8", cy: "8", r: "5" })
2702
2758
  }
2703
- ), Ao = b(
2759
+ ), xo = f(
2704
2760
  function(e, a) {
2705
2761
  const {
2706
2762
  overStyled: t = !1,
@@ -2712,7 +2768,7 @@ const pl = ({ className: n, style: e }) => /* @__PURE__ */ r(
2712
2768
  controlMaxWidth: d,
2713
2769
  controlMinWidth: p,
2714
2770
  ...u
2715
- } = e, h = m(u, t), y = h;
2771
+ } = e, $ = m(u, t), y = $;
2716
2772
  delete y.size, delete y.color, delete y.radius, delete y.variant, delete y.iconColor;
2717
2773
  const _ = {
2718
2774
  root: F.root,
@@ -2722,9 +2778,9 @@ const pl = ({ className: n, style: e }) => /* @__PURE__ */ r(
2722
2778
  icon: F.icon,
2723
2779
  labelWrapper: F.labelWrapper,
2724
2780
  label: F.label
2725
- }, f = y.classNames;
2726
- if (f && typeof f == "object" && !Array.isArray(f)) {
2727
- const N = f;
2781
+ }, b = y.classNames;
2782
+ if (b && typeof b == "object" && !Array.isArray(b)) {
2783
+ const N = b;
2728
2784
  _.root = N.root ? `${F.root} ${N.root}` : F.root, _.body = N.body ? `${F.body} ${N.body}` : F.body, _.inner = N.inner ? `${F.inner} ${N.inner}` : F.inner, _.radio = N.radio ? `${F.radio} ${N.radio}` : F.radio, _.icon = N.icon ? `${F.icon} ${N.icon}` : F.icon, _.labelWrapper = N.labelWrapper ? `${F.labelWrapper} ${N.labelWrapper}` : F.labelWrapper, _.label = N.label ? `${F.label} ${N.label}` : F.label;
2729
2785
  }
2730
2786
  const T = y.className, C = T ? `${F.root} ${T}` : F.root;
@@ -2738,7 +2794,7 @@ const pl = ({ className: n, style: e }) => /* @__PURE__ */ r(
2738
2794
  }
2739
2795
  );
2740
2796
  return i ? /* @__PURE__ */ r(
2741
- de,
2797
+ pe,
2742
2798
  {
2743
2799
  formLayout: i,
2744
2800
  labelSize: c,
@@ -2746,40 +2802,40 @@ const pl = ({ className: n, style: e }) => /* @__PURE__ */ r(
2746
2802
  controlMinWidth: p,
2747
2803
  children: v
2748
2804
  }
2749
- ) : /* @__PURE__ */ r(Ie, { children: v });
2805
+ ) : /* @__PURE__ */ r(ke, { children: v });
2750
2806
  }
2751
- const $ = /* @__PURE__ */ r(
2752
- Ho,
2807
+ const h = /* @__PURE__ */ r(
2808
+ Uo,
2753
2809
  {
2754
2810
  ref: a,
2755
- icon: pl,
2811
+ icon: hl,
2756
2812
  className: C,
2757
2813
  classNames: _,
2758
2814
  disabled: o || l,
2759
- ...h
2815
+ ...$
2760
2816
  }
2761
2817
  );
2762
2818
  return i ? /* @__PURE__ */ r(
2763
- de,
2819
+ pe,
2764
2820
  {
2765
2821
  formLayout: i,
2766
2822
  labelSize: c,
2767
2823
  controlMaxWidth: d,
2768
2824
  controlMinWidth: p,
2769
- children: $
2825
+ children: h
2770
2826
  }
2771
- ) : $;
2827
+ ) : h;
2772
2828
  }
2773
2829
  );
2774
- Ao.displayName = "Radio";
2775
- Ao.Group = So;
2776
- const ul = "SegmentedControl-module__root___JFRhg", ml = "SegmentedControl-module__label___mS17q", _l = "SegmentedControl-module__control___znOdQ", yl = "SegmentedControl-module__indicator___ZMcJy", K = {
2777
- root: ul,
2778
- label: ml,
2779
- control: _l,
2780
- indicator: yl
2830
+ xo.displayName = "Radio";
2831
+ xo.Group = Ao;
2832
+ const vl = "SegmentedControl-module__root___JFRhg", Cl = "SegmentedControl-module__label___mS17q", Pl = "SegmentedControl-module__control___znOdQ", Tl = "SegmentedControl-module__indicator___ZMcJy", K = {
2833
+ root: vl,
2834
+ label: Cl,
2835
+ control: Pl,
2836
+ indicator: Tl
2781
2837
  };
2782
- function bl(n) {
2838
+ function wl(n) {
2783
2839
  const e = {
2784
2840
  root: K.root,
2785
2841
  control: K.control,
@@ -2793,13 +2849,13 @@ function bl(n) {
2793
2849
  const t = n.className;
2794
2850
  return { className: t ? `${K.root} ${t}` : K.root, classNames: e };
2795
2851
  }
2796
- const na = b(
2852
+ const ua = f(
2797
2853
  function({ overStyled: e = !1, orientation: a = "horizontal", fullWidth: t, ...o }, s) {
2798
2854
  const l = m(o, e), i = l;
2799
2855
  delete i.disabled;
2800
- const c = bl(i);
2856
+ const c = wl(i);
2801
2857
  return /* @__PURE__ */ r(
2802
- as,
2858
+ cs,
2803
2859
  {
2804
2860
  ref: s,
2805
2861
  className: c.className,
@@ -2812,23 +2868,23 @@ const na = b(
2812
2868
  );
2813
2869
  }
2814
2870
  );
2815
- na.displayName = "SegmentedControl";
2816
- const fl = na, Nl = "Slider-module__layoutOverride___zYPun", hl = "Slider-module__sliderContainer___y8I0J", $l = "Slider-module__sliderTrackWrapper___UHpVh", vl = "Slider-module__iconWrapper___uqHpC", Cl = "Slider-module__sliderRoot___LI86H", Pl = "Slider-module__sliderTrack___oqnlG", Tl = "Slider-module__sliderBar___TI4VY", wl = "Slider-module__sliderThumb___OFn8p", gl = "Slider-module__sliderMark___1lM2B", Sl = "Slider-module__minMaxGuide___TaGqz", Al = "Slider-module__rightGuideContainer___8dOT8", xl = "Slider-module__currentValue___dGV2T", Ol = "Slider-module__inputField___6x578", Ll = "Slider-module__readOnlyValue___-ZzMW", k = {
2817
- layoutOverride: Nl,
2818
- sliderContainer: hl,
2819
- sliderTrackWrapper: $l,
2820
- iconWrapper: vl,
2821
- sliderRoot: Cl,
2822
- sliderTrack: Pl,
2823
- sliderBar: Tl,
2824
- sliderThumb: wl,
2825
- sliderMark: gl,
2826
- minMaxGuide: Sl,
2827
- rightGuideContainer: Al,
2828
- currentValue: xl,
2829
- inputField: Ol,
2830
- readOnlyValue: Ll
2831
- }, Wl = ({ value: n }) => /* @__PURE__ */ r("div", { className: k.readOnlyValue, children: n }), la = b(
2871
+ ua.displayName = "SegmentedControl";
2872
+ const gl = ua, Sl = "Slider-module__layoutOverride___zYPun", Al = "Slider-module__sliderContainer___y8I0J", xl = "Slider-module__sliderTrackWrapper___UHpVh", Ol = "Slider-module__iconWrapper___uqHpC", Ll = "Slider-module__sliderRoot___LI86H", Wl = "Slider-module__sliderTrack___oqnlG", Il = "Slider-module__sliderBar___TI4VY", kl = "Slider-module__sliderThumb___OFn8p", zl = "Slider-module__sliderMark___1lM2B", Ml = "Slider-module__minMaxGuide___TaGqz", Rl = "Slider-module__rightGuideContainer___8dOT8", Bl = "Slider-module__currentValue___dGV2T", El = "Slider-module__inputField___6x578", Fl = "Slider-module__readOnlyValue___-ZzMW", k = {
2873
+ layoutOverride: Sl,
2874
+ sliderContainer: Al,
2875
+ sliderTrackWrapper: xl,
2876
+ iconWrapper: Ol,
2877
+ sliderRoot: Ll,
2878
+ sliderTrack: Wl,
2879
+ sliderBar: Il,
2880
+ sliderThumb: kl,
2881
+ sliderMark: zl,
2882
+ minMaxGuide: Ml,
2883
+ rightGuideContainer: Rl,
2884
+ currentValue: Bl,
2885
+ inputField: El,
2886
+ readOnlyValue: Fl
2887
+ }, Vl = ({ value: n }) => /* @__PURE__ */ r("div", { className: k.readOnlyValue, children: n }), ma = f(
2832
2888
  function(e, a) {
2833
2889
  const {
2834
2890
  overStyled: t = !1,
@@ -2841,13 +2897,13 @@ const fl = na, Nl = "Slider-module__layoutOverride___zYPun", hl = "Slider-module
2841
2897
  labelActionArea: d,
2842
2898
  onLabelEditClick: p,
2843
2899
  label: u,
2844
- tooltipLabel: h,
2900
+ tooltipLabel: $,
2845
2901
  assistiveText: y,
2846
2902
  assistiveWithIcon: _,
2847
- error: f,
2903
+ error: b,
2848
2904
  required: T,
2849
2905
  withAsterisk: C,
2850
- id: $,
2906
+ id: h,
2851
2907
  className: N,
2852
2908
  style: O,
2853
2909
  disabled: v,
@@ -2861,48 +2917,48 @@ const fl = na, Nl = "Slider-module__layoutOverride___zYPun", hl = "Slider-module
2861
2917
  showMinMaxLabels: I = !0,
2862
2918
  min: R = 0,
2863
2919
  max: S = 100,
2864
- step: Pe = 1,
2865
- onChange: Te,
2920
+ step: Te = 1,
2921
+ onChange: we,
2866
2922
  onChangeEnd: Y,
2867
- ...so
2868
- } = e, [ka, za] = lo(() => L !== void 0 ? L : W !== void 0 ? W : R), fe = L !== void 0 ? L : ka, [Ma, ro] = lo(
2869
- fe.toString()
2923
+ ...no
2924
+ } = e, [Fa, Va] = co(() => L !== void 0 ? L : W !== void 0 ? W : R), Ne = L !== void 0 ? L : Fa, [Da, lo] = co(
2925
+ Ne.toString()
2870
2926
  );
2871
- He(() => {
2872
- ro(fe.toString());
2873
- }, [fe]);
2874
- const Io = (D) => {
2875
- L === void 0 && za(D), Te == null || Te(D);
2876
- }, Ra = (D) => {
2877
- const zo = D.target.value;
2878
- ro(zo);
2879
- const Mo = parseFloat(zo);
2880
- if (!isNaN(Mo)) {
2881
- const Va = Math.max(R, Math.min(S, Mo));
2882
- Io(Va);
2927
+ Ue(() => {
2928
+ lo(Ne.toString());
2929
+ }, [Ne]);
2930
+ const ko = (D) => {
2931
+ L === void 0 && Va(D), we == null || we(D);
2932
+ }, Ga = (D) => {
2933
+ const Mo = D.target.value;
2934
+ lo(Mo);
2935
+ const Ro = parseFloat(Mo);
2936
+ if (!isNaN(Ro)) {
2937
+ const Ua = Math.max(R, Math.min(S, Ro));
2938
+ ko(Ua);
2883
2939
  }
2884
- }, Ba = () => {
2885
- ro(fe.toString());
2886
- }, ko = m(so, t), ke = ko;
2887
- delete ke.size, delete ke.variant, delete ke.radius, delete ke.wrapperProps;
2888
- const we = {
2940
+ }, ja = () => {
2941
+ lo(Ne.toString());
2942
+ }, zo = m(no, t), ze = zo;
2943
+ delete ze.size, delete ze.variant, delete ze.radius, delete ze.wrapperProps;
2944
+ const ge = {
2889
2945
  root: k.sliderRoot,
2890
2946
  track: k.sliderTrack,
2891
2947
  bar: k.sliderBar,
2892
2948
  thumb: k.sliderThumb,
2893
2949
  mark: k.sliderMark,
2894
2950
  markLabel: k.sliderMarkLabel
2895
- }, Ve = ke.classNames;
2896
- if (Ve && typeof Ve == "object" && !Array.isArray(Ve)) {
2897
- const D = Ve;
2898
- we.root = D.root ? `${k.sliderRoot} ${D.root}` : k.sliderRoot, we.track = D.track ? `${k.sliderTrack} ${D.track}` : k.sliderTrack, we.bar = D.bar ? `${k.sliderBar} ${D.bar}` : k.sliderBar, we.thumb = D.thumb ? `${k.sliderThumb} ${D.thumb}` : k.sliderThumb, we.mark = D.mark ? `${k.sliderMark} ${D.mark}` : k.sliderMark, we.markLabel = D.markLabel ? `${k.sliderMarkLabel} ${D.markLabel}` : k.sliderMarkLabel;
2951
+ }, Ge = ze.classNames;
2952
+ if (Ge && typeof Ge == "object" && !Array.isArray(Ge)) {
2953
+ const D = Ge;
2954
+ ge.root = D.root ? `${k.sliderRoot} ${D.root}` : k.sliderRoot, ge.track = D.track ? `${k.sliderTrack} ${D.track}` : k.sliderTrack, ge.bar = D.bar ? `${k.sliderBar} ${D.bar}` : k.sliderBar, ge.thumb = D.thumb ? `${k.sliderThumb} ${D.thumb}` : k.sliderThumb, ge.mark = D.mark ? `${k.sliderMark} ${D.mark}` : k.sliderMark, ge.markLabel = D.markLabel ? `${k.sliderMarkLabel} ${D.markLabel}` : k.sliderMarkLabel;
2899
2955
  }
2900
- const Ea = N ? `${k.layoutOverride} ${N}` : k.layoutOverride, Fa = w ? /* @__PURE__ */ r("span", { className: k.iconWrapper, "aria-hidden": !0, children: w }) : null;
2956
+ const Ha = N ? `${k.layoutOverride} ${N}` : k.layoutOverride, qa = w ? /* @__PURE__ */ r("span", { className: k.iconWrapper, "aria-hidden": !0, children: w }) : null;
2901
2957
  return /* @__PURE__ */ r(
2902
- te,
2958
+ ae,
2903
2959
  {
2904
2960
  ref: a,
2905
- className: Ea,
2961
+ className: Ha,
2906
2962
  style: O,
2907
2963
  controlMaxWidth: void 0,
2908
2964
  controlMinWidth: void 0,
@@ -2917,43 +2973,43 @@ const fl = na, Nl = "Slider-module__layoutOverride___zYPun", hl = "Slider-module
2917
2973
  label: u,
2918
2974
  assistiveText: y,
2919
2975
  assistiveWithIcon: _,
2920
- error: f,
2976
+ error: b,
2921
2977
  required: T,
2922
2978
  withAsterisk: C,
2923
- id: $,
2979
+ id: h,
2924
2980
  readOnly: z,
2925
- readOnlyComponent: x || Wl,
2981
+ readOnlyComponent: x || Vl,
2926
2982
  emptyValueComponent: A,
2927
2983
  readOnlyType: "text",
2928
- readOnlyValue: fe,
2929
- readOnlyNativeProps: { value: fe },
2984
+ readOnlyValue: Ne,
2985
+ readOnlyNativeProps: { value: Ne },
2930
2986
  activeComponent: /* @__PURE__ */ V(
2931
2987
  "div",
2932
2988
  {
2933
2989
  className: k.sliderContainer,
2934
2990
  "data-form-layout": o,
2935
2991
  "data-disabled": v ? "true" : void 0,
2936
- "data-error": f ? "true" : void 0,
2992
+ "data-error": b ? "true" : void 0,
2937
2993
  children: [
2938
- Fa,
2994
+ qa,
2939
2995
  I && /* @__PURE__ */ r("span", { className: k.minMaxGuide, children: R }),
2940
2996
  /* @__PURE__ */ r("div", { className: k.sliderTrackWrapper, children: /* @__PURE__ */ r(
2941
- ss,
2997
+ ds,
2942
2998
  {
2943
- classNames: we,
2999
+ classNames: ge,
2944
3000
  disabled: v,
2945
- value: fe,
2946
- onChange: Io,
3001
+ value: Ne,
3002
+ onChange: ko,
2947
3003
  onChangeEnd: Y,
2948
3004
  min: R,
2949
3005
  max: S,
2950
- step: Pe,
2951
- label: h,
2952
- ...ko
3006
+ step: Te,
3007
+ label: $,
3008
+ ...zo
2953
3009
  }
2954
3010
  ) }),
2955
3011
  /* @__PURE__ */ V("div", { className: k.rightGuideContainer, children: [
2956
- !g && /* @__PURE__ */ r("span", { className: k.currentValue, children: fe }),
3012
+ !g && /* @__PURE__ */ r("span", { className: k.currentValue, children: Ne }),
2957
3013
  I && /* @__PURE__ */ r("span", { className: k.minMaxGuide, children: S })
2958
3014
  ] }),
2959
3015
  g && /* @__PURE__ */ r(
@@ -2961,14 +3017,14 @@ const fl = na, Nl = "Slider-module__layoutOverride___zYPun", hl = "Slider-module
2961
3017
  {
2962
3018
  type: "number",
2963
3019
  className: k.inputField,
2964
- value: Ma,
2965
- onChange: Ra,
2966
- onBlur: Ba,
3020
+ value: Da,
3021
+ onChange: Ga,
3022
+ onBlur: ja,
2967
3023
  min: R,
2968
3024
  max: S,
2969
- step: Pe,
3025
+ step: Te,
2970
3026
  disabled: v,
2971
- "data-error": f ? "true" : void 0
3027
+ "data-error": b ? "true" : void 0
2972
3028
  }
2973
3029
  )
2974
3030
  ]
@@ -2978,47 +3034,47 @@ const fl = na, Nl = "Slider-module__layoutOverride___zYPun", hl = "Slider-module
2978
3034
  );
2979
3035
  }
2980
3036
  );
2981
- la.displayName = "Slider";
2982
- const Il = "Stack-module__root___NUN-x", Ee = {
2983
- root: Il
2984
- }, ia = b(function({ children: e, gap: a = "rec-default", ...t }, o) {
3037
+ ma.displayName = "Slider";
3038
+ const Dl = "Stack-module__root___NUN-x", Fe = {
3039
+ root: Dl
3040
+ }, _a = f(function({ children: e, gap: a = "rec-default", ...t }, o) {
2985
3041
  const s = {
2986
- root: Ee.root
3042
+ root: Fe.root
2987
3043
  }, l = t.classNames;
2988
3044
  if (l && typeof l == "object" && !Array.isArray(l)) {
2989
3045
  const d = l;
2990
- s.root = d.root ? `${Ee.root} ${d.root}` : Ee.root;
3046
+ s.root = d.root ? `${Fe.root} ${d.root}` : Fe.root;
2991
3047
  }
2992
- const i = t.className, c = i ? `${Ee.root} ${i}` : Ee.root;
3048
+ const i = t.className, c = i ? `${Fe.root} ${i}` : Fe.root;
2993
3049
  return /* @__PURE__ */ r(
2994
- rs,
3050
+ ps,
2995
3051
  {
2996
3052
  ref: o,
2997
3053
  className: c,
2998
3054
  classNames: s,
2999
- ...yo({ gap: a, ...t }),
3055
+ ...Ve({ gap: a, ...t }),
3000
3056
  children: e
3001
3057
  }
3002
3058
  );
3003
3059
  });
3004
- ia.displayName = "Stack";
3005
- const kl = ae(ia), zl = "Stepper-module__root___jbSYO", Ml = "Stepper-module__horizontal___USHT1", Rl = "Stepper-module__steps___4HPO6", Bl = "Stepper-module__step___s2nqL", El = "Stepper-module__stepBody___TBvys", Fl = "Stepper-module__stepLabel___N6nuy", Vl = "Stepper-module__stepDescription___DnDAy", Dl = "Stepper-module__separator___pU0No", jl = "Stepper-module__vertical___d4mOs", Gl = "Stepper-module__large___J18-y", Hl = "Stepper-module__small___Ub-zb", ql = "Stepper-module__stepIcon___YQHNq", Ul = "Stepper-module__stepCompletedIcon___B9MeL", Yl = "Stepper-module__verticalSeparator___frWc1", Zl = "Stepper-module__content___J-h8X", U = {
3006
- root: zl,
3007
- horizontal: Ml,
3008
- steps: Rl,
3009
- step: Bl,
3010
- stepBody: El,
3011
- stepLabel: Fl,
3012
- stepDescription: Vl,
3013
- separator: Dl,
3014
- vertical: jl,
3015
- large: Gl,
3016
- small: Hl,
3017
- stepIcon: ql,
3018
- stepCompletedIcon: Ul,
3019
- verticalSeparator: Yl,
3020
- content: Zl
3021
- }, ca = b(
3060
+ _a.displayName = "Stack";
3061
+ const Gl = ee(_a), jl = "Stepper-module__root___jbSYO", Hl = "Stepper-module__horizontal___USHT1", ql = "Stepper-module__steps___4HPO6", Ul = "Stepper-module__step___s2nqL", Yl = "Stepper-module__stepBody___TBvys", Zl = "Stepper-module__stepLabel___N6nuy", Kl = "Stepper-module__stepDescription___DnDAy", Xl = "Stepper-module__separator___pU0No", Ql = "Stepper-module__vertical___d4mOs", Jl = "Stepper-module__large___J18-y", ei = "Stepper-module__small___Ub-zb", oi = "Stepper-module__stepIcon___YQHNq", ti = "Stepper-module__stepCompletedIcon___B9MeL", ai = "Stepper-module__verticalSeparator___frWc1", si = "Stepper-module__content___J-h8X", U = {
3062
+ root: jl,
3063
+ horizontal: Hl,
3064
+ steps: ql,
3065
+ step: Ul,
3066
+ stepBody: Yl,
3067
+ stepLabel: Zl,
3068
+ stepDescription: Kl,
3069
+ separator: Xl,
3070
+ vertical: Ql,
3071
+ large: Jl,
3072
+ small: ei,
3073
+ stepIcon: oi,
3074
+ stepCompletedIcon: ti,
3075
+ verticalSeparator: ai,
3076
+ content: si
3077
+ }, ya = f(
3022
3078
  function(e, a) {
3023
3079
  const {
3024
3080
  overStyled: t = !1,
@@ -3029,7 +3085,7 @@ const kl = ae(ia), zl = "Stepper-module__root___jbSYO", Ml = "Stepper-module__ho
3029
3085
  ...c
3030
3086
  } = e, d = m(c, t);
3031
3087
  return /* @__PURE__ */ r(
3032
- mo,
3088
+ yo,
3033
3089
  {
3034
3090
  ref: a,
3035
3091
  orientation: s,
@@ -3053,11 +3109,11 @@ const kl = ae(ia), zl = "Stepper-module__root___jbSYO", Ml = "Stepper-module__ho
3053
3109
  }
3054
3110
  );
3055
3111
  }
3056
- ), da = b(
3112
+ ), fa = f(
3057
3113
  function({ overStyled: e = !1, ...a }, t) {
3058
3114
  const o = m(a, e);
3059
3115
  return /* @__PURE__ */ r(
3060
- mo.Step,
3116
+ yo.Step,
3061
3117
  {
3062
3118
  ref: t,
3063
3119
  ...o
@@ -3065,26 +3121,26 @@ const kl = ae(ia), zl = "Stepper-module__root___jbSYO", Ml = "Stepper-module__ho
3065
3121
  );
3066
3122
  }
3067
3123
  );
3068
- da.displayName = "Stepper.Step";
3069
- const Kl = Object.assign(ca, {
3070
- Step: da,
3124
+ fa.displayName = "Stepper.Step";
3125
+ const ri = Object.assign(ya, {
3126
+ Step: fa,
3071
3127
  // Stepper.Completed only accepts `children` — no styling props to strip,
3072
3128
  // so re-exporting Mantine's implementation directly is not a gap.
3073
- Completed: mo.Completed
3129
+ Completed: yo.Completed
3074
3130
  });
3075
- ca.displayName = "Stepper";
3076
- const Xl = "Switch-module__root___Y5Ydi", Ql = "Switch-module__body___Sw9Wr", Jl = "Switch-module__track___7ObdZ", ei = "Switch-module__thumb___-FTeK", oi = "Switch-module__labelWrapper___YSOwx", ti = "Switch-module__label___LrH7V", ai = "Switch-module__thumbIconWrapper___sCY-1", si = "Switch-module__checkIcon___ZBAQN", ri = "Switch-module__closeIcon___bLLGw", ni = "Switch-module__groupRoot___-Uepi", M = {
3077
- root: Xl,
3078
- body: Ql,
3079
- track: Jl,
3080
- thumb: ei,
3081
- labelWrapper: oi,
3082
- label: ti,
3083
- thumbIconWrapper: ai,
3084
- checkIcon: si,
3085
- closeIcon: ri,
3086
- groupRoot: ni
3087
- }, xo = b(
3131
+ ya.displayName = "Stepper";
3132
+ const ni = "Switch-module__root___Y5Ydi", li = "Switch-module__body___Sw9Wr", ii = "Switch-module__track___7ObdZ", ci = "Switch-module__thumb___-FTeK", di = "Switch-module__labelWrapper___YSOwx", pi = "Switch-module__label___LrH7V", ui = "Switch-module__thumbIconWrapper___sCY-1", mi = "Switch-module__checkIcon___ZBAQN", _i = "Switch-module__closeIcon___bLLGw", yi = "Switch-module__groupRoot___-Uepi", M = {
3133
+ root: ni,
3134
+ body: li,
3135
+ track: ii,
3136
+ thumb: ci,
3137
+ labelWrapper: di,
3138
+ label: pi,
3139
+ thumbIconWrapper: ui,
3140
+ checkIcon: mi,
3141
+ closeIcon: _i,
3142
+ groupRoot: yi
3143
+ }, Oo = f(
3088
3144
  function(e, a) {
3089
3145
  const {
3090
3146
  overStyled: t = !1,
@@ -3098,13 +3154,13 @@ const Xl = "Switch-module__root___Y5Ydi", Ql = "Switch-module__body___Sw9Wr", Jl
3098
3154
  // Base Mantine Extracted Attributes
3099
3155
  label: p,
3100
3156
  description: u,
3101
- assistiveText: h,
3157
+ assistiveText: $,
3102
3158
  assistiveWithIcon: y,
3103
3159
  error: _,
3104
- required: f,
3160
+ required: b,
3105
3161
  withAsterisk: T,
3106
3162
  id: C,
3107
- className: $,
3163
+ className: h,
3108
3164
  style: N,
3109
3165
  children: O,
3110
3166
  readOnly: v,
@@ -3115,9 +3171,9 @@ const Xl = "Switch-module__root___Y5Ydi", Ql = "Switch-module__body___Sw9Wr", Jl
3115
3171
  ...W
3116
3172
  } = e, w = m(W, t), g = w;
3117
3173
  return delete g.size, /* @__PURE__ */ r(
3118
- te,
3174
+ ae,
3119
3175
  {
3120
- className: $,
3176
+ className: h,
3121
3177
  style: N,
3122
3178
  controlMaxWidth: "var(--recursica_ui-kit_components_switch-item_properties_label-max-width)",
3123
3179
  controlMinWidth: void 0,
@@ -3131,10 +3187,10 @@ const Xl = "Switch-module__root___Y5Ydi", Ql = "Switch-module__body___Sw9Wr", Jl
3131
3187
  onLabelEditClick: d,
3132
3188
  label: p,
3133
3189
  description: u,
3134
- assistiveText: h,
3190
+ assistiveText: $,
3135
3191
  assistiveWithIcon: y,
3136
3192
  error: _,
3137
- required: f,
3193
+ required: b,
3138
3194
  withAsterisk: T,
3139
3195
  id: C,
3140
3196
  readOnly: v && !!z,
@@ -3144,7 +3200,7 @@ const Xl = "Switch-module__root___Y5Ydi", Ql = "Switch-module__body___Sw9Wr", Jl
3144
3200
  readOnlyValue: A !== void 0 ? A : L,
3145
3201
  readOnlyNativeProps: e,
3146
3202
  activeComponent: /* @__PURE__ */ r(
3147
- qo.Group,
3203
+ Yo.Group,
3148
3204
  {
3149
3205
  ref: a,
3150
3206
  ...w,
@@ -3158,8 +3214,8 @@ const Xl = "Switch-module__root___Y5Ydi", Ql = "Switch-module__body___Sw9Wr", Jl
3158
3214
  );
3159
3215
  }
3160
3216
  );
3161
- xo.displayName = "SwitchGroup";
3162
- const Oo = b(
3217
+ Oo.displayName = "SwitchGroup";
3218
+ const Lo = f(
3163
3219
  function(e, a) {
3164
3220
  const {
3165
3221
  overStyled: t = !1,
@@ -3171,10 +3227,10 @@ const Oo = b(
3171
3227
  labelSize: d,
3172
3228
  controlMaxWidth: p,
3173
3229
  controlMinWidth: u,
3174
- ...h
3175
- } = e, y = m(h, t), _ = y;
3230
+ ...$
3231
+ } = e, y = m($, t), _ = y;
3176
3232
  delete _.size, delete _.color, delete _.radius, delete _.variant;
3177
- const f = {
3233
+ const b = {
3178
3234
  root: M.root,
3179
3235
  body: M.body,
3180
3236
  track: M.track,
@@ -3185,9 +3241,9 @@ const Oo = b(
3185
3241
  }, T = _.classNames;
3186
3242
  if (T && typeof T == "object" && !Array.isArray(T)) {
3187
3243
  const v = T;
3188
- f.root = v.root ? `${M.root} ${v.root}` : M.root, f.body = v.body ? `${M.body} ${v.body}` : M.body, f.track = v.track ? `${M.track} ${v.track}` : M.track, f.thumb = v.thumb ? `${M.thumb} ${v.thumb}` : M.thumb, f.trackLabel = v.trackLabel ? `${M.trackLabel} ${v.trackLabel}` : M.trackLabel, f.labelWrapper = v.labelWrapper ? `${M.labelWrapper} ${v.labelWrapper}` : M.labelWrapper, f.label = v.label ? `${M.label} ${v.label}` : M.label;
3244
+ b.root = v.root ? `${M.root} ${v.root}` : M.root, b.body = v.body ? `${M.body} ${v.body}` : M.body, b.track = v.track ? `${M.track} ${v.track}` : M.track, b.thumb = v.thumb ? `${M.thumb} ${v.thumb}` : M.thumb, b.trackLabel = v.trackLabel ? `${M.trackLabel} ${v.trackLabel}` : M.trackLabel, b.labelWrapper = v.labelWrapper ? `${M.labelWrapper} ${v.labelWrapper}` : M.labelWrapper, b.label = v.label ? `${M.label} ${v.label}` : M.label;
3189
3245
  }
3190
- const C = _.className, $ = C ? `${M.root} ${C}` : M.root;
3246
+ const C = _.className, h = C ? `${M.root} ${C}` : M.root;
3191
3247
  if (o && s) {
3192
3248
  const v = !!(_.checked ?? _.defaultChecked), x = /* @__PURE__ */ r(
3193
3249
  s,
@@ -3198,7 +3254,7 @@ const Oo = b(
3198
3254
  }
3199
3255
  );
3200
3256
  return c ? /* @__PURE__ */ r(
3201
- de,
3257
+ pe,
3202
3258
  {
3203
3259
  formLayout: c,
3204
3260
  labelSize: d,
@@ -3206,17 +3262,17 @@ const Oo = b(
3206
3262
  controlMinWidth: u,
3207
3263
  children: x
3208
3264
  }
3209
- ) : /* @__PURE__ */ r(Ie, { children: x });
3265
+ ) : /* @__PURE__ */ r(ke, { children: x });
3210
3266
  }
3211
3267
  const N = /* @__PURE__ */ V("div", { className: M.thumbIconWrapper, children: [
3212
- /* @__PURE__ */ r(ns, { className: M.checkIcon }),
3213
- /* @__PURE__ */ r(ls, { className: M.closeIcon })
3268
+ /* @__PURE__ */ r(us, { className: M.checkIcon }),
3269
+ /* @__PURE__ */ r(ms, { className: M.closeIcon })
3214
3270
  ] }), O = /* @__PURE__ */ r(
3215
- qo,
3271
+ Yo,
3216
3272
  {
3217
3273
  ref: a,
3218
- className: $,
3219
- classNames: f,
3274
+ className: h,
3275
+ classNames: b,
3220
3276
  disabled: o || l,
3221
3277
  "data-disabled": o || l || void 0,
3222
3278
  thumbIcon: i ?? N,
@@ -3224,7 +3280,7 @@ const Oo = b(
3224
3280
  }
3225
3281
  );
3226
3282
  return c ? /* @__PURE__ */ r(
3227
- de,
3283
+ pe,
3228
3284
  {
3229
3285
  formLayout: c,
3230
3286
  labelSize: d,
@@ -3235,14 +3291,14 @@ const Oo = b(
3235
3291
  ) : O;
3236
3292
  }
3237
3293
  );
3238
- Oo.displayName = "Switch";
3239
- Oo.Group = xo;
3240
- const li = "Table-module__root___aMWWS", ii = {
3241
- root: li
3242
- }, pa = b(function({ overStyled: e = !1, ...a }, t) {
3243
- const o = m(a, e), s = o.className, l = ii.root, i = s ? `${l} ${s}` : l;
3294
+ Lo.displayName = "Switch";
3295
+ Lo.Group = Oo;
3296
+ const fi = "Table-module__root___aMWWS", bi = {
3297
+ root: fi
3298
+ }, ba = f(function({ overStyled: e = !1, ...a }, t) {
3299
+ const o = m(a, e), s = o.className, l = bi.root, i = s ? `${l} ${s}` : l;
3244
3300
  return /* @__PURE__ */ r(
3245
- _e,
3301
+ ye,
3246
3302
  {
3247
3303
  ref: t,
3248
3304
  className: i,
@@ -3250,12 +3306,12 @@ const li = "Table-module__root___aMWWS", ii = {
3250
3306
  }
3251
3307
  );
3252
3308
  });
3253
- pa.displayName = "Table";
3254
- const ua = b(
3309
+ ba.displayName = "Table";
3310
+ const Na = f(
3255
3311
  function({ overStyled: e = !1, ...a }, t) {
3256
3312
  const o = m(a, e);
3257
3313
  return /* @__PURE__ */ r(
3258
- _e.Thead,
3314
+ ye.Thead,
3259
3315
  {
3260
3316
  ref: t,
3261
3317
  ...o
@@ -3263,12 +3319,12 @@ const ua = b(
3263
3319
  );
3264
3320
  }
3265
3321
  );
3266
- ua.displayName = "TableThead";
3267
- const ma = b(
3322
+ Na.displayName = "TableThead";
3323
+ const $a = f(
3268
3324
  function({ overStyled: e = !1, ...a }, t) {
3269
3325
  const o = m(a, e);
3270
3326
  return /* @__PURE__ */ r(
3271
- _e.Tbody,
3327
+ ye.Tbody,
3272
3328
  {
3273
3329
  ref: t,
3274
3330
  ...o
@@ -3276,12 +3332,12 @@ const ma = b(
3276
3332
  );
3277
3333
  }
3278
3334
  );
3279
- ma.displayName = "TableTbody";
3280
- const _a = b(
3335
+ $a.displayName = "TableTbody";
3336
+ const ha = f(
3281
3337
  function({ overStyled: e = !1, ...a }, t) {
3282
3338
  const o = m(a, e);
3283
3339
  return /* @__PURE__ */ r(
3284
- _e.Tr,
3340
+ ye.Tr,
3285
3341
  {
3286
3342
  ref: t,
3287
3343
  ...o
@@ -3289,12 +3345,12 @@ const _a = b(
3289
3345
  );
3290
3346
  }
3291
3347
  );
3292
- _a.displayName = "TableTr";
3293
- const ya = b(
3348
+ ha.displayName = "TableTr";
3349
+ const va = f(
3294
3350
  function({ overStyled: e = !1, ...a }, t) {
3295
3351
  const o = m(a, e);
3296
3352
  return /* @__PURE__ */ r(
3297
- _e.Th,
3353
+ ye.Th,
3298
3354
  {
3299
3355
  ref: t,
3300
3356
  ...o
@@ -3302,12 +3358,12 @@ const ya = b(
3302
3358
  );
3303
3359
  }
3304
3360
  );
3305
- ya.displayName = "TableTh";
3306
- const ba = b(
3361
+ va.displayName = "TableTh";
3362
+ const Ca = f(
3307
3363
  function({ overStyled: e = !1, ...a }, t) {
3308
3364
  const o = m(a, e);
3309
3365
  return /* @__PURE__ */ r(
3310
- _e.Td,
3366
+ ye.Td,
3311
3367
  {
3312
3368
  ref: t,
3313
3369
  ...o
@@ -3315,12 +3371,12 @@ const ba = b(
3315
3371
  );
3316
3372
  }
3317
3373
  );
3318
- ba.displayName = "TableTd";
3319
- const fa = b(
3374
+ Ca.displayName = "TableTd";
3375
+ const Pa = f(
3320
3376
  function({ overStyled: e = !1, ...a }, t) {
3321
3377
  const o = m(a, e);
3322
3378
  return /* @__PURE__ */ r(
3323
- _e.Tfoot,
3379
+ ye.Tfoot,
3324
3380
  {
3325
3381
  ref: t,
3326
3382
  ...o
@@ -3328,44 +3384,44 @@ const fa = b(
3328
3384
  );
3329
3385
  }
3330
3386
  );
3331
- fa.displayName = "TableTfoot";
3332
- const Na = b(function({ overStyled: e = !1, ...a }, t) {
3387
+ Pa.displayName = "TableTfoot";
3388
+ const Ta = f(function({ overStyled: e = !1, ...a }, t) {
3333
3389
  const o = m(a, e);
3334
3390
  return /* @__PURE__ */ r(
3335
- _e.Caption,
3391
+ ye.Caption,
3336
3392
  {
3337
3393
  ref: t,
3338
3394
  ...o
3339
3395
  }
3340
3396
  );
3341
3397
  });
3342
- Na.displayName = "TableCaption";
3343
- const ha = b(function({ overStyled: e = !1, ...a }, t) {
3398
+ Ta.displayName = "TableCaption";
3399
+ const wa = f(function({ overStyled: e = !1, ...a }, t) {
3344
3400
  const o = m(a, e);
3345
3401
  return /* @__PURE__ */ r(
3346
- _e.ScrollContainer,
3402
+ ye.ScrollContainer,
3347
3403
  {
3348
3404
  ref: t,
3349
3405
  ...o
3350
3406
  }
3351
3407
  );
3352
3408
  });
3353
- ha.displayName = "TableScrollContainer";
3354
- const be = pa;
3355
- be.Thead = ua;
3356
- be.Tbody = ma;
3357
- be.Tr = _a;
3358
- be.Th = ya;
3359
- be.Td = ba;
3360
- be.Tfoot = fa;
3361
- be.Caption = Na;
3362
- be.ScrollContainer = ha;
3363
- const ci = "Tabs-module__root___-VKVI", di = "Tabs-module__list___qRVME", pi = "Tabs-module__tab___IdDYc", ui = "Tabs-module__panel___08i9c", je = {
3364
- root: ci,
3365
- list: di,
3366
- tab: pi,
3367
- panel: ui
3368
- }, $a = b(function(e, a) {
3409
+ wa.displayName = "TableScrollContainer";
3410
+ const be = ba;
3411
+ be.Thead = Na;
3412
+ be.Tbody = $a;
3413
+ be.Tr = ha;
3414
+ be.Th = va;
3415
+ be.Td = Ca;
3416
+ be.Tfoot = Pa;
3417
+ be.Caption = Ta;
3418
+ be.ScrollContainer = wa;
3419
+ const Ni = "Tabs-module__root___-VKVI", $i = "Tabs-module__list___qRVME", hi = "Tabs-module__tab___IdDYc", vi = "Tabs-module__panel___08i9c", He = {
3420
+ root: Ni,
3421
+ list: $i,
3422
+ tab: hi,
3423
+ panel: vi
3424
+ }, ga = f(function(e, a) {
3369
3425
  const {
3370
3426
  variant: t = "default",
3371
3427
  orientation: o = "horizontal",
@@ -3374,29 +3430,29 @@ const ci = "Tabs-module__root___-VKVI", di = "Tabs-module__list___qRVME", pi = "
3374
3430
  ...i
3375
3431
  } = e, c = m(i, s);
3376
3432
  return /* @__PURE__ */ r(
3377
- Qe,
3433
+ eo,
3378
3434
  {
3379
3435
  ref: a,
3380
3436
  variant: t,
3381
3437
  orientation: o,
3382
- className: `${je.root} ${l || ""}`,
3438
+ className: `${He.root} ${l || ""}`,
3383
3439
  "data-variant": t,
3384
3440
  "data-orientation": o,
3385
3441
  classNames: {
3386
- list: je.list,
3387
- tab: je.tab,
3388
- panel: je.panel
3442
+ list: He.list,
3443
+ tab: He.tab,
3444
+ panel: He.panel
3389
3445
  },
3390
3446
  ...c
3391
3447
  }
3392
3448
  );
3393
3449
  });
3394
- $a.displayName = "Tabs";
3395
- const va = b(
3450
+ ga.displayName = "Tabs";
3451
+ const Sa = f(
3396
3452
  function(e, a) {
3397
3453
  const { overStyled: t = !1, ...o } = e;
3398
3454
  return /* @__PURE__ */ r(
3399
- Qe.List,
3455
+ eo.List,
3400
3456
  {
3401
3457
  ref: a,
3402
3458
  ...m(o, t)
@@ -3404,12 +3460,12 @@ const va = b(
3404
3460
  );
3405
3461
  }
3406
3462
  );
3407
- va.displayName = "Tabs.List";
3408
- const Ca = b(
3463
+ Sa.displayName = "Tabs.List";
3464
+ const Aa = f(
3409
3465
  function(e, a) {
3410
3466
  const { overStyled: t = !1, ...o } = e;
3411
3467
  return /* @__PURE__ */ r(
3412
- Qe.Tab,
3468
+ eo.Tab,
3413
3469
  {
3414
3470
  ref: a,
3415
3471
  ...m(o, t)
@@ -3417,12 +3473,12 @@ const Ca = b(
3417
3473
  );
3418
3474
  }
3419
3475
  );
3420
- Ca.displayName = "Tabs.Tab";
3421
- const Pa = b(
3476
+ Aa.displayName = "Tabs.Tab";
3477
+ const xa = f(
3422
3478
  function(e, a) {
3423
3479
  const { overStyled: t = !1, ...o } = e;
3424
3480
  return /* @__PURE__ */ r(
3425
- Qe.Panel,
3481
+ eo.Panel,
3426
3482
  {
3427
3483
  ref: a,
3428
3484
  ...m(o, t)
@@ -3430,15 +3486,15 @@ const Pa = b(
3430
3486
  );
3431
3487
  }
3432
3488
  );
3433
- Pa.displayName = "Tabs.Panel";
3434
- const mi = Object.assign($a, {
3435
- List: va,
3436
- Tab: Ca,
3437
- Panel: Pa
3438
- }), Ta = b(function({ overStyled: e = !1, variant: a = "body", ...t }, o) {
3489
+ xa.displayName = "Tabs.Panel";
3490
+ const Ci = Object.assign(ga, {
3491
+ List: Sa,
3492
+ Tab: Aa,
3493
+ Panel: xa
3494
+ }), Oa = f(function({ overStyled: e = !1, variant: a = "body", ...t }, o) {
3439
3495
  const s = m(t, e), l = s.className, i = `recursica_brand_typography_${a}`, c = l ? `${i} ${l}` : i;
3440
3496
  return /* @__PURE__ */ r(
3441
- is,
3497
+ _s,
3442
3498
  {
3443
3499
  ref: o,
3444
3500
  className: c,
@@ -3446,12 +3502,12 @@ const mi = Object.assign($a, {
3446
3502
  }
3447
3503
  );
3448
3504
  });
3449
- Ta.displayName = "Text";
3450
- const _i = ae(Ta), yi = "TextArea-module__layoutOverride___4MCdm", bi = "TextArea-module__root___3dyeu", fi = "TextArea-module__input___8l36v", he = {
3451
- layoutOverride: yi,
3452
- root: bi,
3453
- input: fi
3454
- }, wa = b(
3505
+ Oa.displayName = "Text";
3506
+ const Pi = ee(Oa), Ti = "TextArea-module__layoutOverride___4MCdm", wi = "TextArea-module__root___3dyeu", gi = "TextArea-module__input___8l36v", he = {
3507
+ layoutOverride: Ti,
3508
+ root: wi,
3509
+ input: gi
3510
+ }, La = f(
3455
3511
  function(e, a) {
3456
3512
  const {
3457
3513
  overStyled: t = !1,
@@ -3464,13 +3520,13 @@ const _i = ae(Ta), yi = "TextArea-module__layoutOverride___4MCdm", bi = "TextAre
3464
3520
  onLabelEditClick: d,
3465
3521
  label: p,
3466
3522
  assistiveText: u,
3467
- assistiveWithIcon: h,
3523
+ assistiveWithIcon: $,
3468
3524
  error: y,
3469
3525
  required: _,
3470
- withAsterisk: f,
3526
+ withAsterisk: b,
3471
3527
  id: T,
3472
3528
  className: C,
3473
- style: $,
3529
+ style: h,
3474
3530
  disabled: N,
3475
3531
  readOnly: O,
3476
3532
  readOnlyComponent: v,
@@ -3491,10 +3547,10 @@ const _i = ae(Ta), yi = "TextArea-module__layoutOverride___4MCdm", bi = "TextAre
3491
3547
  }
3492
3548
  const R = C ? `${he.layoutOverride} ${C}` : he.layoutOverride;
3493
3549
  return /* @__PURE__ */ r(
3494
- te,
3550
+ ae,
3495
3551
  {
3496
3552
  className: R,
3497
- style: $,
3553
+ style: h,
3498
3554
  controlMaxWidth: "var(--recursica_ui-kit_components_textarea_properties_max-width)",
3499
3555
  controlMinWidth: "var(--recursica_ui-kit_components_textarea_properties_min-width)",
3500
3556
  overStyled: t,
@@ -3506,10 +3562,10 @@ const _i = ae(Ta), yi = "TextArea-module__layoutOverride___4MCdm", bi = "TextAre
3506
3562
  onLabelEditClick: d,
3507
3563
  label: p,
3508
3564
  assistiveText: u,
3509
- assistiveWithIcon: h,
3565
+ assistiveWithIcon: $,
3510
3566
  error: y,
3511
3567
  required: _,
3512
- withAsterisk: f,
3568
+ withAsterisk: b,
3513
3569
  id: T,
3514
3570
  readOnly: O,
3515
3571
  readOnlyComponent: v,
@@ -3520,7 +3576,7 @@ const _i = ae(Ta), yi = "TextArea-module__layoutOverride___4MCdm", bi = "TextAre
3520
3576
  activeComponent: (
3521
3577
  /* Naked Input execution safely decoupled from Mantine's macro Input.Wrapper DOM hooks */
3522
3578
  /* @__PURE__ */ r(
3523
- cs,
3579
+ ys,
3524
3580
  {
3525
3581
  ref: a,
3526
3582
  classNames: g,
@@ -3544,13 +3600,13 @@ const _i = ae(Ta), yi = "TextArea-module__layoutOverride___4MCdm", bi = "TextAre
3544
3600
  );
3545
3601
  }
3546
3602
  );
3547
- wa.displayName = "TextArea";
3548
- const Ni = "TextField-module__layoutOverride___SNZqc", hi = "TextField-module__root___2ZYkG", $i = "TextField-module__input___RL-My", vi = "TextField-module__section___bCIJ0", oe = {
3549
- layoutOverride: Ni,
3550
- root: hi,
3551
- input: $i,
3552
- section: vi
3553
- }, ga = b(
3603
+ La.displayName = "TextArea";
3604
+ const Si = "TextField-module__layoutOverride___SNZqc", Ai = "TextField-module__root___2ZYkG", xi = "TextField-module__input___RL-My", Oi = "TextField-module__section___bCIJ0", te = {
3605
+ layoutOverride: Si,
3606
+ root: Ai,
3607
+ input: xi,
3608
+ section: Oi
3609
+ }, Wa = f(
3554
3610
  function(e, a) {
3555
3611
  const {
3556
3612
  overStyled: t = !1,
@@ -3563,13 +3619,13 @@ const Ni = "TextField-module__layoutOverride___SNZqc", hi = "TextField-module__r
3563
3619
  onLabelEditClick: d,
3564
3620
  label: p,
3565
3621
  assistiveText: u,
3566
- assistiveWithIcon: h,
3622
+ assistiveWithIcon: $,
3567
3623
  error: y,
3568
3624
  required: _,
3569
- withAsterisk: f,
3625
+ withAsterisk: b,
3570
3626
  id: T,
3571
3627
  className: C,
3572
- style: $,
3628
+ style: h,
3573
3629
  disabled: N,
3574
3630
  readOnly: O,
3575
3631
  readOnlyComponent: v,
@@ -3580,21 +3636,21 @@ const Ni = "TextField-module__layoutOverride___SNZqc", hi = "TextField-module__r
3580
3636
  } = e, W = m(L, t), w = W;
3581
3637
  delete w.size, delete w.variant, delete w.radius;
3582
3638
  const g = {
3583
- wrapper: oe.root,
3639
+ wrapper: te.root,
3584
3640
  // The nested Input internal relative wrapper bounding box
3585
- input: oe.input,
3586
- section: oe.section
3641
+ input: te.input,
3642
+ section: te.section
3587
3643
  }, I = w.classNames;
3588
3644
  if (I && typeof I == "object" && !Array.isArray(I)) {
3589
3645
  const S = I;
3590
- g.wrapper = S.wrapper ? `${oe.root} ${S.wrapper}` : oe.root, g.input = S.input ? `${oe.input} ${S.input}` : oe.input, g.section = S.section ? `${oe.section} ${S.section}` : oe.section;
3646
+ g.wrapper = S.wrapper ? `${te.root} ${S.wrapper}` : te.root, g.input = S.input ? `${te.input} ${S.input}` : te.input, g.section = S.section ? `${te.section} ${S.section}` : te.section;
3591
3647
  }
3592
- const R = C ? `${oe.layoutOverride} ${C}` : oe.layoutOverride;
3648
+ const R = C ? `${te.layoutOverride} ${C}` : te.layoutOverride;
3593
3649
  return /* @__PURE__ */ r(
3594
- te,
3650
+ ae,
3595
3651
  {
3596
3652
  className: R,
3597
- style: $,
3653
+ style: h,
3598
3654
  controlMaxWidth: "var(--recursica_ui-kit_components_text-field_properties_max-width)",
3599
3655
  controlMinWidth: "var(--recursica_ui-kit_components_text-field_properties_min-width)",
3600
3656
  overStyled: t,
@@ -3606,10 +3662,10 @@ const Ni = "TextField-module__layoutOverride___SNZqc", hi = "TextField-module__r
3606
3662
  onLabelEditClick: d,
3607
3663
  label: p,
3608
3664
  assistiveText: u,
3609
- assistiveWithIcon: h,
3665
+ assistiveWithIcon: $,
3610
3666
  error: y,
3611
3667
  required: _,
3612
- withAsterisk: f,
3668
+ withAsterisk: b,
3613
3669
  id: T,
3614
3670
  readOnly: O,
3615
3671
  readOnlyComponent: v,
@@ -3639,17 +3695,17 @@ const Ni = "TextField-module__layoutOverride___SNZqc", hi = "TextField-module__r
3639
3695
  );
3640
3696
  }
3641
3697
  );
3642
- ga.displayName = "TextField";
3643
- const Ci = (n) => /* @__PURE__ */ r("div", { ...n, children: "TimePicker" }), Pi = "Timeline-module__root___LwRdZ", Ti = "Timeline-module__item___T5xdQ", wi = "Timeline-module__itemBody___XAV-E", gi = "Timeline-module__itemBullet___rPXCy", Si = "Timeline-module__itemTitle___GgRRW", Ai = "Timeline-module__itemContent___vurs-", xi = "Timeline-module__description___f9sxV", Oi = "Timeline-module__timestamp___owiRu", $e = {
3644
- root: Pi,
3645
- item: Ti,
3646
- itemBody: wi,
3647
- itemBullet: gi,
3648
- itemTitle: Si,
3649
- itemContent: Ai,
3650
- description: xi,
3651
- timestamp: Oi
3652
- }, Lo = B.forwardRef(
3698
+ Wa.displayName = "TextField";
3699
+ const Li = (n) => /* @__PURE__ */ r("div", { ...n, children: "TimePicker" }), Wi = "Timeline-module__root___LwRdZ", Ii = "Timeline-module__item___T5xdQ", ki = "Timeline-module__itemBody___XAV-E", zi = "Timeline-module__itemBullet___rPXCy", Mi = "Timeline-module__itemTitle___GgRRW", Ri = "Timeline-module__itemContent___vurs-", Bi = "Timeline-module__description___f9sxV", Ei = "Timeline-module__timestamp___owiRu", ve = {
3700
+ root: Wi,
3701
+ item: Ii,
3702
+ itemBody: ki,
3703
+ itemBullet: zi,
3704
+ itemTitle: Mi,
3705
+ itemContent: Ri,
3706
+ description: Bi,
3707
+ timestamp: Ei
3708
+ }, Wo = B.forwardRef(
3653
3709
  function({
3654
3710
  overStyled: e = !1,
3655
3711
  timestamp: a,
@@ -3658,24 +3714,24 @@ const Ci = (n) => /* @__PURE__ */ r("div", { ...n, children: "TimePicker" }), Pi
3658
3714
  ...s
3659
3715
  }, l) {
3660
3716
  const i = m(s, e), c = {
3661
- item: $e.item,
3662
- itemBody: $e.itemBody,
3663
- itemContent: $e.itemContent,
3664
- itemBullet: $e.itemBullet,
3665
- itemTitle: $e.itemTitle
3717
+ item: ve.item,
3718
+ itemBody: ve.itemBody,
3719
+ itemContent: ve.itemContent,
3720
+ itemBullet: ve.itemBullet,
3721
+ itemTitle: ve.itemTitle
3666
3722
  }, d = i.classNames;
3667
3723
  if (d && typeof d == "object" && !Array.isArray(d)) {
3668
3724
  const u = d;
3669
- Object.keys(u).forEach((h) => {
3670
- c[h] ? c[h] = `${c[h]} ${u[h]}` : c[h] = u[h];
3725
+ Object.keys(u).forEach(($) => {
3726
+ c[$] ? c[$] = `${c[$]} ${u[$]}` : c[$] = u[$];
3671
3727
  });
3672
3728
  }
3673
- const p = a ? /* @__PURE__ */ V(Ie, { children: [
3674
- o && /* @__PURE__ */ r("div", { className: $e.description, children: o }),
3675
- /* @__PURE__ */ r("div", { className: $e.timestamp, children: a })
3729
+ const p = a ? /* @__PURE__ */ V(ke, { children: [
3730
+ o && /* @__PURE__ */ r("div", { className: ve.description, children: o }),
3731
+ /* @__PURE__ */ r("div", { className: ve.timestamp, children: a })
3676
3732
  ] }) : o;
3677
3733
  return /* @__PURE__ */ r(
3678
- ds,
3734
+ fs,
3679
3735
  {
3680
3736
  ref: l,
3681
3737
  classNames: c,
@@ -3686,11 +3742,11 @@ const Ci = (n) => /* @__PURE__ */ r("div", { ...n, children: "TimePicker" }), Pi
3686
3742
  );
3687
3743
  }
3688
3744
  );
3689
- Lo.displayName = "TimelineItem";
3690
- const Sa = B.forwardRef(
3745
+ Wo.displayName = "TimelineItem";
3746
+ const Ia = B.forwardRef(
3691
3747
  function({ overStyled: e = !1, ...a }, t) {
3692
3748
  const o = m(a, e), s = {
3693
- root: $e.root
3749
+ root: ve.root
3694
3750
  }, l = o.classNames;
3695
3751
  if (l && typeof l == "object" && !Array.isArray(l)) {
3696
3752
  const i = l;
@@ -3699,7 +3755,7 @@ const Sa = B.forwardRef(
3699
3755
  });
3700
3756
  }
3701
3757
  return /* @__PURE__ */ r(
3702
- ps,
3758
+ bs,
3703
3759
  {
3704
3760
  ref: t,
3705
3761
  classNames: s,
@@ -3708,13 +3764,13 @@ const Sa = B.forwardRef(
3708
3764
  );
3709
3765
  }
3710
3766
  );
3711
- Sa.displayName = "Timeline";
3712
- const Aa = Sa;
3713
- Aa.Item = Lo;
3714
- const xa = b(function({ overStyled: e = !1, order: a = 1, ...t }, o) {
3767
+ Ia.displayName = "Timeline";
3768
+ const ka = Ia;
3769
+ ka.Item = Wo;
3770
+ const za = f(function({ overStyled: e = !1, order: a = 1, ...t }, o) {
3715
3771
  const s = m(t, e), l = s.className, i = `recursica_brand_typography_h${a}`, c = l ? `${i} ${l}` : i;
3716
3772
  return /* @__PURE__ */ r(
3717
- us,
3773
+ Ns,
3718
3774
  {
3719
3775
  ref: o,
3720
3776
  order: a,
@@ -3723,16 +3779,16 @@ const xa = b(function({ overStyled: e = !1, order: a = 1, ...t }, o) {
3723
3779
  }
3724
3780
  );
3725
3781
  });
3726
- xa.displayName = "Title";
3727
- const Li = "Toast-module__root___MUvfI", Wi = "Toast-module__icon___VwvE1", Ii = "Toast-module__loader___8Gxd-", ki = "Toast-module__title___-H6R2", zi = "Toast-module__description___-QwfC", Mi = "Toast-module__closeButton___vGr7g", Ri = "Toast-module__body___VLkXA", xe = {
3728
- root: Li,
3729
- icon: Wi,
3730
- loader: Ii,
3731
- title: ki,
3732
- description: zi,
3733
- closeButton: Mi,
3734
- body: Ri
3735
- }, Oa = B.forwardRef(
3782
+ za.displayName = "Title";
3783
+ const Fi = "Toast-module__root___MUvfI", Vi = "Toast-module__icon___VwvE1", Di = "Toast-module__loader___8Gxd-", Gi = "Toast-module__title___-H6R2", ji = "Toast-module__description___-QwfC", Hi = "Toast-module__closeButton___vGr7g", qi = "Toast-module__body___VLkXA", Oe = {
3784
+ root: Fi,
3785
+ icon: Vi,
3786
+ loader: Di,
3787
+ title: Gi,
3788
+ description: ji,
3789
+ closeButton: Hi,
3790
+ body: qi
3791
+ }, Ma = B.forwardRef(
3736
3792
  function({
3737
3793
  overStyled: e = !1,
3738
3794
  variant: a = "default",
@@ -3740,13 +3796,13 @@ const Li = "Toast-module__root___MUvfI", Wi = "Toast-module__icon___VwvE1", Ii =
3740
3796
  ...o
3741
3797
  }, s) {
3742
3798
  const l = m(o, e), i = {
3743
- root: xe.root,
3744
- body: xe.body,
3745
- title: xe.title,
3746
- description: xe.description,
3747
- closeButton: xe.closeButton,
3748
- icon: xe.icon,
3749
- loader: xe.loader
3799
+ root: Oe.root,
3800
+ body: Oe.body,
3801
+ title: Oe.title,
3802
+ description: Oe.description,
3803
+ closeButton: Oe.closeButton,
3804
+ icon: Oe.icon,
3805
+ loader: Oe.loader
3750
3806
  }, c = l.classNames;
3751
3807
  if (c && typeof c == "object" && !Array.isArray(c)) {
3752
3808
  const d = c;
@@ -3755,7 +3811,7 @@ const Li = "Toast-module__root___MUvfI", Wi = "Toast-module__icon___VwvE1", Ii =
3755
3811
  });
3756
3812
  }
3757
3813
  return /* @__PURE__ */ r(
3758
- ms,
3814
+ $s,
3759
3815
  {
3760
3816
  ref: s,
3761
3817
  withCloseButton: t,
@@ -3768,18 +3824,18 @@ const Li = "Toast-module__root___MUvfI", Wi = "Toast-module__icon___VwvE1", Ii =
3768
3824
  );
3769
3825
  }
3770
3826
  );
3771
- Oa.displayName = "Toast";
3772
- const Bi = "Tooltip-module__tooltip___UA7H9", Ei = "Tooltip-module__arrow___4zROk", Vo = {
3773
- tooltip: Bi,
3774
- arrow: Ei
3775
- }, La = function({
3827
+ Ma.displayName = "Toast";
3828
+ const Ui = "Tooltip-module__tooltip___UA7H9", Yi = "Tooltip-module__arrow___4zROk", Do = {
3829
+ tooltip: Ui,
3830
+ arrow: Yi
3831
+ }, Ra = function({
3776
3832
  overStyled: e = !1,
3777
3833
  withBeak: a = !0,
3778
3834
  ...t
3779
3835
  }) {
3780
3836
  const o = m(t, e), s = {
3781
- tooltip: Vo.tooltip,
3782
- arrow: Vo.arrow
3837
+ tooltip: Do.tooltip,
3838
+ arrow: Do.arrow
3783
3839
  }, l = o.classNames;
3784
3840
  if (l && typeof l == "object" && !Array.isArray(l)) {
3785
3841
  const p = l;
@@ -3789,7 +3845,7 @@ const Bi = "Tooltip-module__tooltip___UA7H9", Ei = "Tooltip-module__arrow___4zRO
3789
3845
  }
3790
3846
  const i = o.arrowSize ?? 16, c = o.withArrow;
3791
3847
  return /* @__PURE__ */ r(
3792
- _o,
3848
+ fo,
3793
3849
  {
3794
3850
  position: "top",
3795
3851
  multiline: !0,
@@ -3800,12 +3856,12 @@ const Bi = "Tooltip-module__tooltip___UA7H9", Ei = "Tooltip-module__arrow___4zRO
3800
3856
  }
3801
3857
  );
3802
3858
  };
3803
- La.displayName = "Tooltip";
3804
- const Wa = b(
3859
+ Ra.displayName = "Tooltip";
3860
+ const Ba = f(
3805
3861
  function({ overStyled: e = !1, ...a }, t) {
3806
3862
  const o = m(a, e);
3807
3863
  return /* @__PURE__ */ r(
3808
- _o.Floating,
3864
+ fo.Floating,
3809
3865
  {
3810
3866
  ref: t,
3811
3867
  ...o
@@ -3813,182 +3869,184 @@ const Wa = b(
3813
3869
  );
3814
3870
  }
3815
3871
  );
3816
- Wa.displayName = "TooltipFloating";
3817
- const Wo = La;
3818
- Wo.Floating = Wa;
3819
- Wo.Group = _o.Group;
3820
- const Fi = (n) => /* @__PURE__ */ r("div", { ...n, children: "TransferList" }), Vi = "Tree-module__root___ANcH3", Do = {
3821
- root: Vi
3822
- }, Ia = b(
3872
+ Ba.displayName = "TooltipFloating";
3873
+ const Io = Ra;
3874
+ Io.Floating = Ba;
3875
+ Io.Group = fo.Group;
3876
+ const Zi = (n) => /* @__PURE__ */ r("div", { ...n, children: "TransferList" }), Ki = "Tree-module__root___ANcH3", Go = {
3877
+ root: Ki
3878
+ }, Ea = f(
3823
3879
  function({ overStyled: e = !1, className: a, ...t }, o) {
3824
- const s = a ? `${Do.root} ${a}` : Do.root;
3880
+ const s = a ? `${Go.root} ${a}` : Go.root;
3825
3881
  return /* @__PURE__ */ r("div", { ref: o, className: s, ...t, children: "Tree (Coming Soon)" });
3826
3882
  }
3827
3883
  );
3828
- Ia.displayName = "Tree";
3829
- const Ki = rn, Xi = mt, Qi = kl, Ji = ct, ec = mn, oc = _i, tc = P(
3830
- oo
3831
- ), ac = P(
3832
- bo
3833
- ), sc = P(
3834
- Je
3835
- ), rc = P(
3836
- eo
3837
- ), nc = P(
3838
- Xo
3839
- ), lc = P(
3840
- nr
3841
- ), ic = P(
3842
- ir
3843
- ), cc = P(
3844
- et
3845
- ), dc = P(
3846
- hr
3847
- ), pc = P(
3848
- wr
3849
- ), uc = P(
3850
- vo
3851
- ), mc = P(
3852
- $o
3884
+ Ea.displayName = "Tree";
3885
+ const rc = un, nc = Nt, lc = bt, ic = $t, cc = Gl, dc = pt, pc = Cn, uc = Pi, mc = P(
3886
+ ao
3853
3887
  ), _c = P(
3854
- it
3888
+ bo
3855
3889
  ), yc = P(
3856
- dt
3857
- ), bc = P(
3858
- pt
3890
+ oo
3859
3891
  ), fc = P(
3860
- tn
3892
+ to
3893
+ ), bc = P(
3894
+ Jo
3861
3895
  ), Nc = P(
3862
- an
3863
- ), hc = P(
3864
- de
3896
+ ur
3865
3897
  ), $c = P(
3866
- Co
3898
+ _r
3899
+ ), hc = P(
3900
+ tt
3867
3901
  ), vc = P(
3868
- ho
3902
+ wr
3869
3903
  ), Cc = P(
3870
- fo
3904
+ Lr
3871
3905
  ), Pc = P(
3872
- Le
3906
+ Co
3873
3907
  ), Tc = P(
3874
- ye
3908
+ vo
3875
3909
  ), wc = P(
3876
- zt
3910
+ dt
3877
3911
  ), gc = P(
3878
- re
3912
+ ut
3879
3913
  ), Sc = P(
3880
- ne
3914
+ mt
3881
3915
  ), Ac = P(
3882
- wo
3916
+ cn
3883
3917
  ), xc = P(
3884
- go
3918
+ dn
3885
3919
  ), Oc = P(
3886
- Ao
3920
+ pe
3887
3921
  ), Lc = P(
3888
- So
3922
+ Po
3889
3923
  ), Wc = P(
3890
- No
3924
+ ho
3891
3925
  ), Ic = P(
3892
- fl
3926
+ No
3893
3927
  ), kc = P(
3894
- la
3928
+ We
3895
3929
  ), zc = P(
3896
- Kl
3930
+ fe
3897
3931
  ), Mc = P(
3898
- Oo
3932
+ Vt
3899
3933
  ), Rc = P(
3900
- xo
3934
+ ne
3901
3935
  ), Bc = P(
3902
- be
3936
+ le
3903
3937
  ), Ec = P(
3904
- mi
3938
+ go
3905
3939
  ), Fc = P(
3906
- wa
3940
+ So
3907
3941
  ), Vc = P(
3908
- ga
3942
+ xo
3909
3943
  ), Dc = P(
3910
- Ci
3911
- ), jc = P(
3912
- Aa
3944
+ Ao
3913
3945
  ), Gc = P(
3914
- Lo
3946
+ $o
3947
+ ), jc = P(
3948
+ gl
3915
3949
  ), Hc = P(
3916
- xa
3950
+ ma
3917
3951
  ), qc = P(
3918
- Oa
3952
+ ri
3919
3953
  ), Uc = P(
3920
- Wo
3954
+ Lo
3921
3955
  ), Yc = P(
3922
- Fi
3956
+ Oo
3923
3957
  ), Zc = P(
3924
- Ia
3958
+ be
3959
+ ), Kc = P(
3960
+ Ci
3961
+ ), Xc = P(
3962
+ La
3963
+ ), Qc = P(
3964
+ Wa
3965
+ ), Jc = P(
3966
+ Li
3967
+ ), ed = P(
3968
+ ka
3969
+ ), od = P(
3970
+ Wo
3971
+ ), td = P(
3972
+ za
3973
+ ), ad = P(
3974
+ Ma
3975
+ ), sd = P(
3976
+ Io
3977
+ ), rd = P(
3978
+ Zi
3979
+ ), nd = P(
3980
+ Ea
3925
3981
  );
3926
3982
  export {
3927
- tc as Accordion,
3928
- sc as AccordionControl,
3929
- ac as AccordionItem,
3930
- rc as AccordionPanel,
3931
- nc as AutoComplete,
3932
- lc as Avatar,
3933
- ic as Badge,
3934
- cc as Breadcrumb,
3935
- dc as Button,
3936
- pc as Card,
3937
- uc as Checkbox,
3938
- mc as CheckboxGroup,
3939
- _c as Chip,
3940
- Ji as Container,
3941
- yc as DatePicker,
3942
- bc as Dropdown,
3943
- Ye as EmptyValueRenderer,
3944
- fc as FileInput,
3945
- Nc as FileUpload,
3946
- Ki as Flex,
3947
- hc as FormControlLayout,
3948
- Xi as Group,
3949
- $c as HoverCard,
3950
- Oe as IS_DEV,
3951
- Cc as Label,
3952
- js as Layer,
3953
- ec as Link,
3954
- vc as Loader,
3955
- Pc as Menu,
3956
- Tc as Modal,
3957
- wc as NumberInput,
3958
- gc as Pagination,
3959
- Sc as Panel,
3960
- Ac as PanelFooter,
3961
- xc as Popover,
3962
- Yi as RECURSICA_COMPONENTS,
3963
- Oc as Radio,
3964
- Lc as RadioGroup,
3965
- Wc as ReadOnlyField,
3966
- Ui as RecursicaThemeProvider,
3967
- Ic as SegmentedControl,
3968
- kc as Slider,
3969
- Qi as Stack,
3970
- zc as Stepper,
3971
- Mc as Switch,
3972
- Rc as SwitchGroup,
3973
- Bc as Table,
3974
- Ec as Tabs,
3975
- oc as Text,
3976
- Fc as TextArea,
3977
- Vc as TextField,
3978
- Dc as TimePicker,
3979
- jc as Timeline,
3980
- Gc as TimelineItem,
3981
- Hc as Title,
3982
- qc as Toast,
3983
- Uc as Tooltip,
3984
- Yc as TransferList,
3985
- Zc as Tree,
3986
- Zi as copyToClipboard,
3987
- Zo as injectOverStyledStyles,
3988
- qi as isGlobalOverStyledActive,
3989
- Ko as registerOverStyledConsoleCommand,
3990
- Hs as toggleGlobalOverStyled,
3991
- qs as useGlobalOverStyled,
3983
+ mc as Accordion,
3984
+ yc as AccordionControl,
3985
+ _c as AccordionItem,
3986
+ fc as AccordionPanel,
3987
+ bc as AutoComplete,
3988
+ Nc as Avatar,
3989
+ $c as Badge,
3990
+ hc as Breadcrumb,
3991
+ vc as Button,
3992
+ Cc as Card,
3993
+ Pc as Checkbox,
3994
+ Tc as CheckboxGroup,
3995
+ wc as Chip,
3996
+ dc as Container,
3997
+ gc as DatePicker,
3998
+ Sc as Dropdown,
3999
+ Ke as EmptyValueRenderer,
4000
+ Ac as FileInput,
4001
+ xc as FileUpload,
4002
+ rc as Flex,
4003
+ Oc as FormControlLayout,
4004
+ nc as Grid,
4005
+ lc as GridCol,
4006
+ ic as Group,
4007
+ Lc as HoverCard,
4008
+ Le as IS_DEV,
4009
+ Ic as Label,
4010
+ Zs as Layer,
4011
+ pc as Link,
4012
+ Wc as Loader,
4013
+ kc as Menu,
4014
+ zc as Modal,
4015
+ Mc as NumberInput,
4016
+ Rc as Pagination,
4017
+ Bc as Panel,
4018
+ Ec as PanelFooter,
4019
+ Fc as Popover,
4020
+ ac as RECURSICA_COMPONENTS,
4021
+ Vc as Radio,
4022
+ Dc as RadioGroup,
4023
+ Gc as ReadOnlyField,
4024
+ tc as RecursicaThemeProvider,
4025
+ jc as SegmentedControl,
4026
+ Hc as Slider,
4027
+ cc as Stack,
4028
+ qc as Stepper,
4029
+ Uc as Switch,
4030
+ Yc as SwitchGroup,
4031
+ Zc as Table,
4032
+ Kc as Tabs,
4033
+ uc as Text,
4034
+ Xc as TextArea,
4035
+ Qc as TextField,
4036
+ Jc as TimePicker,
4037
+ ed as Timeline,
4038
+ od as TimelineItem,
4039
+ td as Title,
4040
+ ad as Toast,
4041
+ sd as Tooltip,
4042
+ rd as TransferList,
4043
+ nd as Tree,
4044
+ sc as copyToClipboard,
4045
+ Xo as injectOverStyledStyles,
4046
+ oc as isGlobalOverStyledActive,
4047
+ Qo as registerOverStyledConsoleCommand,
4048
+ Xs as toggleGlobalOverStyled,
4049
+ Qs as useGlobalOverStyled,
3992
4050
  P as wrapComponent
3993
4051
  };
3994
4052
  //# sourceMappingURL=mantine-adapter.js.map