@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.
- package/CHANGELOG.md +11 -0
- package/OVERSTYLING.md +1 -1
- package/dist/mantine-adapter.cjs +2 -2
- package/dist/mantine-adapter.cjs.map +1 -1
- package/dist/mantine-adapter.js +1261 -1203
- package/dist/mantine-adapter.js.map +1 -1
- package/dist/src/components/Grid/Grid.d.ts +91 -0
- package/dist/src/components/index.d.ts +1 -0
- package/dist/src/index.d.ts +64 -0
- package/llms.txt +1 -0
- package/package.json +1 -1
- package/src/components/Grid/GRID_IMPLEMENTATION_NOTES.md +9 -0
- package/src/components/Grid/Grid.module.css +11 -0
- package/src/components/Grid/Grid.stories.tsx +182 -0
- package/src/components/Grid/Grid.tsx +145 -0
- package/src/components/Grid/USAGE.md +47 -0
- package/src/components/index.ts +1 -0
- package/src/index.ts +2 -0
package/dist/mantine-adapter.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { jsx as r, jsxs as V, Fragment as
|
|
2
|
-
import B, { forwardRef as
|
|
3
|
-
import { Accordion as
|
|
4
|
-
import { DatePickerInput as
|
|
5
|
-
const
|
|
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
|
-
],
|
|
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
|
-
]),
|
|
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
|
|
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-") &&
|
|
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
|
|
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-") &&
|
|
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
|
|
90
|
-
root:
|
|
91
|
-
item:
|
|
92
|
-
noDivider:
|
|
93
|
-
control:
|
|
94
|
-
label:
|
|
95
|
-
chevron:
|
|
96
|
-
iconLeftWrapper:
|
|
97
|
-
panel:
|
|
98
|
-
content:
|
|
99
|
-
},
|
|
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:
|
|
106
|
-
item:
|
|
107
|
-
control:
|
|
108
|
-
label:
|
|
109
|
-
chevron:
|
|
110
|
-
panel:
|
|
111
|
-
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
|
-
|
|
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
|
-
|
|
131
|
-
const bo =
|
|
132
|
-
const c = m(l, s), d = c.className, p = [t ? 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
|
-
|
|
134
|
+
Qe.Item,
|
|
135
135
|
{
|
|
136
136
|
ref: i,
|
|
137
137
|
className: p,
|
|
138
138
|
...c,
|
|
139
|
-
children: e ? /* @__PURE__ */ V(
|
|
140
|
-
/* @__PURE__ */ r(
|
|
141
|
-
/* @__PURE__ */ r(
|
|
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
|
|
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
|
-
|
|
150
|
+
Qe.Control,
|
|
151
151
|
{
|
|
152
152
|
ref: s,
|
|
153
153
|
className: i,
|
|
154
|
-
icon: e ? /* @__PURE__ */ r("span", { className:
|
|
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
|
-
|
|
161
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
173
|
-
const
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
const
|
|
178
|
-
root:
|
|
179
|
-
labelText:
|
|
180
|
-
required:
|
|
181
|
-
optionalText:
|
|
182
|
-
actionAreaWrapper:
|
|
183
|
-
editIconWrapper:
|
|
184
|
-
},
|
|
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
|
|
196
|
+
const $ = a || "left";
|
|
197
197
|
let y;
|
|
198
198
|
t || (o === !0 ? y = "optional" : o && (y = o));
|
|
199
|
-
const _ = m(p, d),
|
|
199
|
+
const _ = m(p, d), b = _, T = {
|
|
200
200
|
label: Q.root,
|
|
201
201
|
required: Q.required
|
|
202
|
-
}, C =
|
|
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
|
|
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":
|
|
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
|
-
|
|
255
|
-
const
|
|
256
|
-
root:
|
|
257
|
-
leftSection:
|
|
258
|
-
rightSection:
|
|
259
|
-
},
|
|
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 ? `${
|
|
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:
|
|
285
|
-
/* @__PURE__ */ r("div", { className:
|
|
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
|
-
|
|
291
|
-
const
|
|
292
|
-
root:
|
|
293
|
-
textWrapper:
|
|
294
|
-
iconWrapper:
|
|
295
|
-
},
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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 =
|
|
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:
|
|
346
|
-
/* @__PURE__ */ r("span", { className:
|
|
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
|
-
|
|
352
|
-
const
|
|
353
|
-
root:
|
|
354
|
-
inputSection:
|
|
355
|
-
},
|
|
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:
|
|
367
|
+
controlMaxWidth: $,
|
|
368
368
|
controlMinWidth: y,
|
|
369
369
|
error: _,
|
|
370
|
-
required:
|
|
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 =
|
|
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 &&
|
|
384
|
-
..._ &&
|
|
383
|
+
...W && !h.props["aria-describedby"] ? { "aria-describedby": w } : {},
|
|
384
|
+
..._ && !h.props["aria-errormessage"] ? { "aria-errormessage": g } : {}
|
|
385
385
|
}
|
|
386
|
-
) :
|
|
387
|
-
|
|
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 ??
|
|
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
|
-
|
|
401
|
+
pe,
|
|
402
402
|
{
|
|
403
403
|
ref: x,
|
|
404
|
-
className:
|
|
404
|
+
className: we,
|
|
405
405
|
formLayout: e,
|
|
406
406
|
labelSize: a,
|
|
407
|
-
controlMaxWidth:
|
|
407
|
+
controlMaxWidth: $,
|
|
408
408
|
controlMinWidth: y,
|
|
409
|
-
leftSection:
|
|
409
|
+
leftSection: no,
|
|
410
410
|
...R,
|
|
411
|
-
children: /* @__PURE__ */ V("div", { className:
|
|
411
|
+
children: /* @__PURE__ */ V("div", { className: Bo.inputSection, children: [
|
|
412
412
|
Y,
|
|
413
413
|
_ && /* @__PURE__ */ r(
|
|
414
|
-
|
|
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
|
-
|
|
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
|
-
|
|
436
|
-
const
|
|
437
|
-
root:
|
|
438
|
-
contents:
|
|
439
|
-
},
|
|
440
|
-
const i = e ? t ? `${
|
|
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
|
-
|
|
454
|
-
const
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
const
|
|
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 &&
|
|
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
|
-
})(),
|
|
474
|
-
let
|
|
475
|
-
function
|
|
476
|
-
if (!
|
|
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 (
|
|
481
|
-
const e = document.documentElement, a =
|
|
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: ${
|
|
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
|
|
487
|
+
return uo.forEach((e) => e()), Pe;
|
|
488
488
|
}
|
|
489
|
-
function
|
|
490
|
-
return
|
|
489
|
+
function oc() {
|
|
490
|
+
return Le && Pe;
|
|
491
491
|
}
|
|
492
|
-
function
|
|
493
|
-
const [n, e] =
|
|
494
|
-
return
|
|
495
|
-
if (!
|
|
496
|
-
|
|
497
|
-
const a = () => e(
|
|
498
|
-
return
|
|
499
|
-
|
|
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
|
-
}, []),
|
|
501
|
+
}, []), Le && n;
|
|
502
502
|
}
|
|
503
|
-
function
|
|
504
|
-
if (!
|
|
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
|
|
526
|
-
if (!
|
|
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: ${
|
|
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
|
|
542
|
-
function
|
|
541
|
+
const Eo = "data-recursica-theme";
|
|
542
|
+
function tc({
|
|
543
543
|
children: n,
|
|
544
544
|
theme: e = "light"
|
|
545
545
|
}) {
|
|
546
|
-
return
|
|
546
|
+
return Ue(() => {
|
|
547
547
|
const a = document.documentElement;
|
|
548
|
-
return a.setAttribute(
|
|
549
|
-
a.removeAttribute(
|
|
548
|
+
return a.setAttribute(Eo, e), () => {
|
|
549
|
+
a.removeAttribute(Eo);
|
|
550
550
|
};
|
|
551
|
-
}, [e]),
|
|
552
|
-
|
|
553
|
-
}, []), /* @__PURE__ */ r(
|
|
551
|
+
}, [e]), Ue(() => {
|
|
552
|
+
Xo(), Qo();
|
|
553
|
+
}, []), /* @__PURE__ */ r(ke, { children: n });
|
|
554
554
|
}
|
|
555
|
-
const
|
|
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
|
-
],
|
|
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 (!
|
|
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 =
|
|
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
|
|
636
|
-
layoutOverride:
|
|
637
|
-
textField:
|
|
638
|
-
},
|
|
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
|
-
|
|
646
|
+
Za,
|
|
646
647
|
{
|
|
647
648
|
component: "p",
|
|
648
|
-
className: o ? `${
|
|
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
|
-
|
|
655
|
-
const
|
|
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 ||
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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 ? `${
|
|
698
|
+
const _ = s ? `${Xe.layoutOverride} ${s}` : Xe.layoutOverride;
|
|
698
699
|
return /* @__PURE__ */ r(
|
|
699
|
-
|
|
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
|
-
|
|
712
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
756
|
-
const
|
|
757
|
-
layoutOverride:
|
|
758
|
-
root:
|
|
759
|
-
input:
|
|
760
|
-
section:
|
|
761
|
-
dropdown:
|
|
762
|
-
option:
|
|
763
|
-
},
|
|
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:
|
|
777
|
+
assistiveWithIcon: $,
|
|
777
778
|
error: y,
|
|
778
779
|
required: _,
|
|
779
|
-
withAsterisk:
|
|
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:
|
|
794
|
+
wrapper: G.root,
|
|
794
795
|
// The nested Input internal relative wrapper bounding box
|
|
795
|
-
input:
|
|
796
|
-
section:
|
|
797
|
-
dropdown:
|
|
798
|
-
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 ? `${
|
|
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 ? `${
|
|
805
|
+
const R = C ? `${G.layoutOverride} ${C}` : G.layoutOverride;
|
|
805
806
|
return /* @__PURE__ */ r(
|
|
806
|
-
|
|
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:
|
|
822
|
+
assistiveWithIcon: $,
|
|
822
823
|
error: y,
|
|
823
824
|
required: _,
|
|
824
|
-
withAsterisk:
|
|
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
|
-
|
|
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
|
-
|
|
855
|
-
const
|
|
856
|
-
root:
|
|
857
|
-
iconWrapper:
|
|
858
|
-
textWrapper:
|
|
859
|
-
image:
|
|
860
|
-
placeholder:
|
|
861
|
-
},
|
|
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),
|
|
879
|
+
}, u = m(i, l), $ = u;
|
|
879
880
|
let y = "text";
|
|
880
881
|
s ? y = "image" : t && (y = "icon");
|
|
881
882
|
const _ = {
|
|
882
|
-
root:
|
|
883
|
-
image:
|
|
884
|
-
placeholder:
|
|
885
|
-
},
|
|
886
|
-
if (
|
|
887
|
-
const C =
|
|
888
|
-
_.root = C.root ? `${
|
|
889
|
-
}
|
|
890
|
-
const T =
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
909
|
-
const
|
|
910
|
-
root:
|
|
911
|
-
},
|
|
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:
|
|
914
|
-
section:
|
|
915
|
-
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 ? `${
|
|
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 ? `${
|
|
922
|
+
const c = s.className, d = c ? `${ie.root} ${c}` : ie.root;
|
|
922
923
|
return /* @__PURE__ */ r(
|
|
923
|
-
|
|
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
|
-
|
|
935
|
-
const
|
|
936
|
-
root:
|
|
937
|
-
separator:
|
|
938
|
-
},
|
|
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:
|
|
945
|
-
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 ? `${
|
|
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 ? `${
|
|
952
|
+
const c = s.className, d = c ? `${$e.root} ${c}` : $e.root;
|
|
952
953
|
return /* @__PURE__ */ r(
|
|
953
|
-
|
|
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
|
-
|
|
964
|
-
const
|
|
965
|
-
root:
|
|
966
|
-
}, ho =
|
|
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:
|
|
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 ? `${
|
|
980
|
+
d.root = y.root ? `${Me.root} ${y.root}` : Me.root;
|
|
980
981
|
}
|
|
981
|
-
const u = c.className,
|
|
982
|
+
const u = c.className, $ = u ? `${Me.root} ${u}` : Me.root;
|
|
982
983
|
return /* @__PURE__ */ r(
|
|
983
|
-
|
|
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:
|
|
991
|
+
className: $,
|
|
991
992
|
classNames: d
|
|
992
993
|
}
|
|
993
994
|
);
|
|
994
995
|
});
|
|
995
996
|
ho.displayName = "Loader";
|
|
996
|
-
const
|
|
997
|
-
root:
|
|
998
|
-
loader:
|
|
999
|
-
label:
|
|
1000
|
-
labelText:
|
|
1001
|
-
iconWrapper:
|
|
1002
|
-
section:
|
|
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
|
|
1005
|
+
function Tr(n) {
|
|
1005
1006
|
return n == null || n === "" ? !1 : typeof n == "string" ? n.trim() !== "" : !0;
|
|
1006
1007
|
}
|
|
1007
|
-
const
|
|
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
|
-
},
|
|
1023
|
+
}, $ = {
|
|
1023
1024
|
default: "md",
|
|
1024
1025
|
small: "sm"
|
|
1025
1026
|
}, y = m(d, s), _ = y;
|
|
1026
1027
|
delete _.fullWidth;
|
|
1027
|
-
const
|
|
1028
|
+
const b = !!t || !!_.leftSection, T = !!_.rightSection, C = Tr(o), h = (b || T) && !C;
|
|
1028
1029
|
let N = "label";
|
|
1029
|
-
|
|
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
|
-
|
|
1049
|
+
os,
|
|
1049
1050
|
{
|
|
1050
1051
|
ref: p,
|
|
1051
1052
|
className: x,
|
|
1052
1053
|
classNames: O,
|
|
1053
1054
|
variant: u[e],
|
|
1054
|
-
size:
|
|
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
|
-
|
|
1067
|
-
const
|
|
1068
|
-
|
|
1069
|
-
),
|
|
1070
|
-
root:
|
|
1071
|
-
header:
|
|
1072
|
-
footer:
|
|
1073
|
-
section:
|
|
1074
|
-
content:
|
|
1075
|
-
},
|
|
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:
|
|
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
|
-
|
|
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
|
-
|
|
1109
|
-
const
|
|
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
|
-
|
|
1114
|
+
Je.Section,
|
|
1114
1115
|
{
|
|
1115
1116
|
ref: t,
|
|
1116
|
-
className: s ? `${
|
|
1117
|
+
className: s ? `${ue.section} ${s}` : ue.section,
|
|
1117
1118
|
...o
|
|
1118
1119
|
}
|
|
1119
1120
|
);
|
|
1120
1121
|
}
|
|
1121
1122
|
);
|
|
1122
|
-
|
|
1123
|
-
const
|
|
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
|
-
|
|
1128
|
+
Je.Section,
|
|
1128
1129
|
{
|
|
1129
1130
|
ref: t,
|
|
1130
|
-
className: s ? `${
|
|
1131
|
+
className: s ? `${ue.header} ${s}` : ue.header,
|
|
1131
1132
|
...o
|
|
1132
1133
|
}
|
|
1133
1134
|
);
|
|
1134
1135
|
}
|
|
1135
1136
|
);
|
|
1136
|
-
|
|
1137
|
-
const
|
|
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
|
-
|
|
1142
|
+
Je.Section,
|
|
1142
1143
|
{
|
|
1143
1144
|
ref: t,
|
|
1144
|
-
className: s ? `${
|
|
1145
|
+
className: s ? `${ue.footer} ${s}` : ue.footer,
|
|
1145
1146
|
...o
|
|
1146
1147
|
}
|
|
1147
1148
|
);
|
|
1148
1149
|
}
|
|
1149
1150
|
);
|
|
1150
|
-
|
|
1151
|
-
const
|
|
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 ? `${
|
|
1159
|
+
className: s ? `${ue.content} ${s}` : ue.content,
|
|
1159
1160
|
...o
|
|
1160
1161
|
}
|
|
1161
1162
|
);
|
|
1162
1163
|
}
|
|
1163
1164
|
);
|
|
1164
|
-
|
|
1165
|
-
const
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
const
|
|
1171
|
-
groupRoot:
|
|
1172
|
-
root:
|
|
1173
|
-
body:
|
|
1174
|
-
inner:
|
|
1175
|
-
input:
|
|
1176
|
-
icon:
|
|
1177
|
-
labelWrapper:
|
|
1178
|
-
label:
|
|
1179
|
-
},
|
|
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:
|
|
1194
|
+
assistiveText: $,
|
|
1194
1195
|
assistiveWithIcon: y,
|
|
1195
1196
|
error: _,
|
|
1196
|
-
required:
|
|
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
|
-
|
|
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:
|
|
1227
|
+
assistiveText: $,
|
|
1227
1228
|
assistiveWithIcon: y,
|
|
1228
1229
|
error: _,
|
|
1229
|
-
required:
|
|
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
|
-
|
|
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
|
-
|
|
1254
|
-
const
|
|
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,
|
|
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
|
-
},
|
|
1277
|
-
if (
|
|
1278
|
-
const N =
|
|
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
|
-
|
|
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(
|
|
1301
|
+
) : /* @__PURE__ */ r(ke, { children: v });
|
|
1301
1302
|
}
|
|
1302
|
-
const
|
|
1303
|
-
|
|
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
|
-
|
|
1310
|
+
...$
|
|
1310
1311
|
}
|
|
1311
1312
|
);
|
|
1312
1313
|
return i ? /* @__PURE__ */ r(
|
|
1313
|
-
|
|
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
|
-
|
|
1325
|
-
|
|
1326
|
-
const
|
|
1327
|
-
root:
|
|
1328
|
-
label:
|
|
1329
|
-
mantineIconWrapper:
|
|
1330
|
-
innerWrapper:
|
|
1331
|
-
children:
|
|
1332
|
-
leadingIcon:
|
|
1333
|
-
removeIcon:
|
|
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
|
|
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
|
|
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
|
-
},
|
|
1372
|
-
if (
|
|
1373
|
-
const
|
|
1374
|
-
u.root =
|
|
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,
|
|
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
|
-
|
|
1379
|
+
ts,
|
|
1379
1380
|
{
|
|
1380
1381
|
ref: c,
|
|
1381
1382
|
className: _,
|
|
1382
1383
|
classNames: u,
|
|
1383
|
-
wrapperProps:
|
|
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
|
-
|
|
1396
|
+
onClick: (h) => {
|
|
1397
|
+
h.preventDefault(), h.stopPropagation(), t(h);
|
|
1397
1398
|
},
|
|
1398
1399
|
"aria-label": o,
|
|
1399
|
-
onKeyDown: (
|
|
1400
|
-
(
|
|
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(
|
|
1406
|
+
children: /* @__PURE__ */ r(Ur, {})
|
|
1406
1407
|
}
|
|
1407
1408
|
)
|
|
1408
1409
|
] })
|
|
1409
1410
|
}
|
|
1410
1411
|
);
|
|
1411
1412
|
});
|
|
1412
|
-
|
|
1413
|
-
const
|
|
1414
|
-
root:
|
|
1415
|
-
},
|
|
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:
|
|
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 ? `${
|
|
1430
|
+
i.root = u.root ? `${Re.root} ${u.root}` : Re.root;
|
|
1430
1431
|
}
|
|
1431
|
-
const d = t.className, p = d ? `${
|
|
1432
|
+
const d = t.className, p = d ? `${Re.root} ${d}` : Re.root;
|
|
1432
1433
|
return /* @__PURE__ */ r(
|
|
1433
|
-
|
|
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
|
-
|
|
1446
|
-
const
|
|
1447
|
-
layoutOverride:
|
|
1448
|
-
root:
|
|
1449
|
-
input:
|
|
1450
|
-
section:
|
|
1451
|
-
dropdown:
|
|
1452
|
-
calendarHeader:
|
|
1453
|
-
day:
|
|
1454
|
-
},
|
|
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:
|
|
1468
|
+
assistiveWithIcon: $,
|
|
1468
1469
|
error: y,
|
|
1469
1470
|
required: _,
|
|
1470
|
-
withAsterisk:
|
|
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
|
-
|
|
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:
|
|
1514
|
+
assistiveWithIcon: $,
|
|
1514
1515
|
error: y,
|
|
1515
1516
|
required: _,
|
|
1516
|
-
withAsterisk:
|
|
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
|
-
|
|
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
|
-
|
|
1551
|
-
const
|
|
1552
|
-
layoutOverride:
|
|
1553
|
-
root:
|
|
1554
|
-
input:
|
|
1555
|
-
section:
|
|
1556
|
-
dropdown:
|
|
1557
|
-
option:
|
|
1558
|
-
},
|
|
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:
|
|
1572
|
+
assistiveText: $,
|
|
1572
1573
|
assistiveWithIcon: y,
|
|
1573
1574
|
error: _,
|
|
1574
|
-
required:
|
|
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:
|
|
1591
|
+
wrapper: j.root,
|
|
1591
1592
|
// The nested Input internal relative wrapper bounding box
|
|
1592
|
-
input:
|
|
1593
|
-
section:
|
|
1594
|
-
dropdown:
|
|
1595
|
-
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 ? `${
|
|
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
|
|
1602
|
+
const Te = {
|
|
1602
1603
|
...N || {},
|
|
1603
1604
|
width: s || "100%"
|
|
1604
|
-
},
|
|
1605
|
+
}, we = h ? `${j.layoutOverride} ${h}` : j.layoutOverride;
|
|
1605
1606
|
return /* @__PURE__ */ r(
|
|
1606
|
-
|
|
1607
|
+
ae,
|
|
1607
1608
|
{
|
|
1608
|
-
className:
|
|
1609
|
-
style:
|
|
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:
|
|
1621
|
+
assistiveText: $,
|
|
1621
1622
|
assistiveWithIcon: y,
|
|
1622
1623
|
error: _,
|
|
1623
|
-
required:
|
|
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
|
-
|
|
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
|
-
|
|
1661
|
-
const
|
|
1662
|
-
root:
|
|
1663
|
-
},
|
|
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:
|
|
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 ? `${
|
|
1670
|
+
i.root = u.root ? `${Be.root} ${u.root}` : Be.root;
|
|
1670
1671
|
}
|
|
1671
|
-
const d = s.className, p = d ? `${
|
|
1672
|
+
const d = s.className, p = d ? `${Be.root} ${d}` : Be.root;
|
|
1672
1673
|
return /* @__PURE__ */ r(
|
|
1673
|
-
|
|
1674
|
+
rs,
|
|
1674
1675
|
{
|
|
1675
1676
|
ref: l,
|
|
1676
1677
|
className: p,
|
|
1677
1678
|
classNames: i,
|
|
1678
|
-
...
|
|
1679
|
+
...Ve({ gap: a, rowGap: t, columnGap: o, ...s }),
|
|
1679
1680
|
children: e
|
|
1680
1681
|
}
|
|
1681
1682
|
);
|
|
1682
1683
|
});
|
|
1683
|
-
|
|
1684
|
-
const
|
|
1685
|
-
root:
|
|
1686
|
-
|
|
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:
|
|
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 ? `${
|
|
1748
|
+
s.root = d.root ? `${Ee.root} ${d.root}` : Ee.root;
|
|
1693
1749
|
}
|
|
1694
|
-
const i = t.className, c = i ? `${
|
|
1750
|
+
const i = t.className, c = i ? `${Ee.root} ${i}` : Ee.root;
|
|
1695
1751
|
return /* @__PURE__ */ r(
|
|
1696
|
-
|
|
1752
|
+
ns,
|
|
1697
1753
|
{
|
|
1698
1754
|
ref: o,
|
|
1699
1755
|
className: c,
|
|
1700
1756
|
classNames: s,
|
|
1701
|
-
...
|
|
1757
|
+
...Ve({ gap: a, ...t }),
|
|
1702
1758
|
children: e
|
|
1703
1759
|
}
|
|
1704
1760
|
);
|
|
1705
1761
|
});
|
|
1706
|
-
|
|
1707
|
-
const
|
|
1708
|
-
dropdown:
|
|
1709
|
-
arrow:
|
|
1710
|
-
},
|
|
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:
|
|
1717
|
-
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
|
-
|
|
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
|
-
|
|
1738
|
-
const
|
|
1739
|
-
return /* @__PURE__ */ r(
|
|
1793
|
+
ht.displayName = "HoverCard";
|
|
1794
|
+
const vt = function(e) {
|
|
1795
|
+
return /* @__PURE__ */ r(mo.Target, { ...e });
|
|
1740
1796
|
};
|
|
1741
|
-
|
|
1742
|
-
const
|
|
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
|
-
|
|
1804
|
+
mo.Dropdown,
|
|
1749
1805
|
{
|
|
1750
1806
|
className: o,
|
|
1751
1807
|
...t
|
|
1752
1808
|
}
|
|
1753
1809
|
);
|
|
1754
1810
|
};
|
|
1755
|
-
|
|
1756
|
-
const
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
const
|
|
1760
|
-
root:
|
|
1761
|
-
iconWrapper:
|
|
1762
|
-
labelText:
|
|
1763
|
-
},
|
|
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:
|
|
1821
|
+
root: Se.root
|
|
1766
1822
|
}, d = i.classNames;
|
|
1767
1823
|
if (d && typeof d == "object" && !Array.isArray(d)) {
|
|
1768
|
-
const
|
|
1769
|
-
c.root =
|
|
1824
|
+
const $ = d;
|
|
1825
|
+
c.root = $.root ? `${Se.root} ${$.root}` : Se.root;
|
|
1770
1826
|
}
|
|
1771
|
-
const p = i.className, u = p ? `${
|
|
1827
|
+
const p = i.className, u = p ? `${Se.root} ${p}` : Se.root;
|
|
1772
1828
|
return /* @__PURE__ */ V(
|
|
1773
|
-
|
|
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:
|
|
1783
|
-
/* @__PURE__ */ r("span", { className:
|
|
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
|
-
|
|
1789
|
-
const
|
|
1790
|
-
dropdown:
|
|
1791
|
-
item:
|
|
1792
|
-
itemLabel:
|
|
1793
|
-
itemSection:
|
|
1794
|
-
divider:
|
|
1795
|
-
label:
|
|
1796
|
-
chevron:
|
|
1797
|
-
},
|
|
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:
|
|
1800
|
-
item:
|
|
1801
|
-
itemLabel:
|
|
1802
|
-
itemSection:
|
|
1803
|
-
divider:
|
|
1804
|
-
label:
|
|
1805
|
-
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
|
-
|
|
1870
|
+
re,
|
|
1815
1871
|
{
|
|
1816
1872
|
classNames: o,
|
|
1817
1873
|
...t
|
|
1818
1874
|
}
|
|
1819
1875
|
);
|
|
1820
1876
|
};
|
|
1821
|
-
|
|
1822
|
-
const
|
|
1823
|
-
return /* @__PURE__ */ r(
|
|
1877
|
+
Tt.displayName = "Menu";
|
|
1878
|
+
const wt = function(e) {
|
|
1879
|
+
return /* @__PURE__ */ r(re.Target, { ...e });
|
|
1824
1880
|
};
|
|
1825
|
-
|
|
1826
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
1840
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
1856
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
1870
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
1882
|
-
const
|
|
1883
|
-
return /* @__PURE__ */ r(
|
|
1937
|
+
xt.displayName = "MenuLabel";
|
|
1938
|
+
const Ot = function(e) {
|
|
1939
|
+
return /* @__PURE__ */ r(re.Sub, { ...e });
|
|
1884
1940
|
};
|
|
1885
|
-
|
|
1886
|
-
const
|
|
1887
|
-
return /* @__PURE__ */ r(
|
|
1941
|
+
Ot.displayName = "MenuSub";
|
|
1942
|
+
const Lt = function(e) {
|
|
1943
|
+
return /* @__PURE__ */ r(re.Sub.Target, { ...e });
|
|
1888
1944
|
};
|
|
1889
|
-
|
|
1890
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
1906
|
-
const
|
|
1907
|
-
|
|
1908
|
-
),
|
|
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
|
-
|
|
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
|
-
|
|
1922
|
-
const
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
const
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
const
|
|
1934
|
-
root:
|
|
1935
|
-
inner:
|
|
1936
|
-
content:
|
|
1937
|
-
header:
|
|
1938
|
-
title:
|
|
1939
|
-
bodyWrapper:
|
|
1940
|
-
scrollArea:
|
|
1941
|
-
footer:
|
|
1942
|
-
close:
|
|
1943
|
-
},
|
|
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:
|
|
1955
|
-
inner:
|
|
1956
|
-
content:
|
|
1957
|
-
header:
|
|
1958
|
-
title:
|
|
1959
|
-
close:
|
|
1960
|
-
},
|
|
1961
|
-
if (
|
|
1962
|
-
const y =
|
|
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(
|
|
2036
|
+
/* @__PURE__ */ r(wo, { children: a })
|
|
1981
2037
|
] })
|
|
1982
2038
|
]
|
|
1983
2039
|
}
|
|
1984
2040
|
);
|
|
1985
2041
|
});
|
|
1986
|
-
|
|
1987
|
-
const
|
|
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: `${
|
|
2050
|
+
className: `${de.footer} ${a || ""}`,
|
|
1995
2051
|
...s
|
|
1996
2052
|
}
|
|
1997
2053
|
);
|
|
1998
2054
|
}
|
|
1999
2055
|
);
|
|
2000
|
-
|
|
2001
|
-
const
|
|
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:
|
|
2005
|
-
c(
|
|
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
|
|
2010
|
-
u(), a == null || a(
|
|
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, (
|
|
2070
|
+
return B.Children.forEach(t, (b) => {
|
|
2015
2071
|
var T;
|
|
2016
|
-
B.isValidElement(
|
|
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: (
|
|
2022
|
-
typeof s == "function" ? s(
|
|
2077
|
+
ref: (b) => {
|
|
2078
|
+
typeof s == "function" ? s(b) : s && (s.current = b);
|
|
2023
2079
|
},
|
|
2024
|
-
className: `${
|
|
2080
|
+
className: `${de.bodyWrapper} ${e || ""}`,
|
|
2025
2081
|
children: [
|
|
2026
2082
|
/* @__PURE__ */ r(
|
|
2027
2083
|
"div",
|
|
2028
2084
|
{
|
|
2029
2085
|
ref: l,
|
|
2030
|
-
onScroll:
|
|
2086
|
+
onScroll: $,
|
|
2031
2087
|
"data-scrolled-top": i || void 0,
|
|
2032
2088
|
"data-scrolled-bottom": d || void 0,
|
|
2033
|
-
className:
|
|
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
|
-
|
|
2043
|
-
const
|
|
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
|
-
|
|
2056
|
-
const
|
|
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
|
-
|
|
2069
|
-
const
|
|
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
|
-
|
|
2082
|
-
const
|
|
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
|
-
|
|
2095
|
-
const
|
|
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
|
-
|
|
2108
|
-
const
|
|
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
|
-
|
|
2119
|
-
const
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
const
|
|
2129
|
-
layoutOverride:
|
|
2130
|
-
root:
|
|
2131
|
-
input:
|
|
2132
|
-
section:
|
|
2133
|
-
controls:
|
|
2134
|
-
control:
|
|
2135
|
-
},
|
|
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:
|
|
2204
|
+
assistiveWithIcon: $,
|
|
2149
2205
|
error: y,
|
|
2150
2206
|
required: _,
|
|
2151
|
-
withAsterisk:
|
|
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:
|
|
2222
|
+
wrapper: xe.root,
|
|
2167
2223
|
// The nested Input internal relative wrapper bounding box
|
|
2168
|
-
input:
|
|
2169
|
-
section:
|
|
2170
|
-
controls:
|
|
2171
|
-
control:
|
|
2172
|
-
}, R = C ? `${
|
|
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
|
-
|
|
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:
|
|
2245
|
+
assistiveWithIcon: $,
|
|
2190
2246
|
error: y,
|
|
2191
2247
|
required: _,
|
|
2192
|
-
withAsterisk:
|
|
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
|
-
|
|
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
|
-
|
|
2231
|
-
const
|
|
2232
|
-
root:
|
|
2233
|
-
control:
|
|
2234
|
-
dots:
|
|
2235
|
-
iconWithLabel:
|
|
2236
|
-
baseIcon:
|
|
2237
|
-
},
|
|
2238
|
-
next:
|
|
2239
|
-
prev:
|
|
2240
|
-
first:
|
|
2241
|
-
last:
|
|
2242
|
-
},
|
|
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:
|
|
2309
|
+
children: /* @__PURE__ */ r("path", { d: tl[n], fill: "currentColor" })
|
|
2254
2310
|
}
|
|
2255
|
-
),
|
|
2311
|
+
), Dt = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
|
|
2256
2312
|
/* @__PURE__ */ r("span", { children: "Next" }),
|
|
2257
|
-
/* @__PURE__ */ r(
|
|
2258
|
-
] }),
|
|
2259
|
-
/* @__PURE__ */ r(
|
|
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
|
-
] }),
|
|
2262
|
-
/* @__PURE__ */ r(
|
|
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
|
-
] }),
|
|
2320
|
+
] }), Ht = (n) => /* @__PURE__ */ V("div", { className: H.iconWithLabel, children: [
|
|
2265
2321
|
/* @__PURE__ */ r("span", { children: "Last" }),
|
|
2266
|
-
/* @__PURE__ */ r(
|
|
2322
|
+
/* @__PURE__ */ r(De, { type: "last", ...n })
|
|
2267
2323
|
] });
|
|
2268
|
-
function
|
|
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
|
|
2337
|
+
const Ut = f(
|
|
2282
2338
|
function({ overStyled: e = !1, ...a }, t) {
|
|
2283
|
-
const o = m(a, e), s =
|
|
2339
|
+
const o = m(a, e), s = qt(
|
|
2284
2340
|
o
|
|
2285
2341
|
);
|
|
2286
2342
|
return /* @__PURE__ */ r(
|
|
2287
|
-
|
|
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
|
-
|
|
2298
|
-
const
|
|
2299
|
-
const l = m(o, e), i = t || (a ?
|
|
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
|
-
|
|
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
|
-
|
|
2311
|
-
const
|
|
2312
|
-
const l = m(o, e), i = t || (a ?
|
|
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
|
-
|
|
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
|
-
|
|
2324
|
-
const
|
|
2325
|
-
const l = m(o, e), i = t || (a ?
|
|
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
|
-
|
|
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
|
-
|
|
2337
|
-
const
|
|
2338
|
-
const l = m(o, e), i = t || (a ?
|
|
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
|
-
|
|
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
|
-
|
|
2350
|
-
const
|
|
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 =
|
|
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:
|
|
2359
|
-
previousIcon:
|
|
2360
|
-
firstIcon:
|
|
2361
|
-
lastIcon:
|
|
2414
|
+
nextIcon: Dt,
|
|
2415
|
+
previousIcon: Gt,
|
|
2416
|
+
firstIcon: jt,
|
|
2417
|
+
lastIcon: Ht
|
|
2362
2418
|
} : {};
|
|
2363
2419
|
return /* @__PURE__ */ r(
|
|
2364
|
-
|
|
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
|
-
|
|
2377
|
-
const
|
|
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
|
-
|
|
2436
|
+
me.Control,
|
|
2381
2437
|
{
|
|
2382
2438
|
ref: t,
|
|
2383
2439
|
...o
|
|
2384
2440
|
}
|
|
2385
2441
|
);
|
|
2386
2442
|
});
|
|
2387
|
-
|
|
2388
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
2401
|
-
const
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
const
|
|
2412
|
-
content:
|
|
2413
|
-
inner:
|
|
2414
|
-
header:
|
|
2415
|
-
title:
|
|
2416
|
-
titleTruncate:
|
|
2417
|
-
body:
|
|
2418
|
-
footer:
|
|
2419
|
-
},
|
|
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:
|
|
2428
|
-
header:
|
|
2429
|
-
title: o ?
|
|
2430
|
-
body:
|
|
2431
|
-
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
|
-
|
|
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
|
-
|
|
2451
|
-
const
|
|
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 ? `${
|
|
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
|
-
|
|
2458
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
2471
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
2484
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
2497
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
2510
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
2523
|
-
const
|
|
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
|
-
|
|
2582
|
+
_e.CloseButton,
|
|
2527
2583
|
{
|
|
2528
2584
|
ref: t,
|
|
2529
2585
|
...o
|
|
2530
2586
|
}
|
|
2531
2587
|
);
|
|
2532
2588
|
});
|
|
2533
|
-
|
|
2534
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
2547
|
-
const
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
const
|
|
2558
|
-
dropdown:
|
|
2559
|
-
arrow:
|
|
2560
|
-
},
|
|
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:
|
|
2567
|
-
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
|
-
|
|
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
|
-
|
|
2588
|
-
const
|
|
2589
|
-
return /* @__PURE__ */ r(
|
|
2643
|
+
ca.displayName = "Popover";
|
|
2644
|
+
const da = function(e) {
|
|
2645
|
+
return /* @__PURE__ */ r(_o.Target, { ...e });
|
|
2590
2646
|
};
|
|
2591
|
-
|
|
2592
|
-
const
|
|
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
|
-
|
|
2654
|
+
_o.Dropdown,
|
|
2599
2655
|
{
|
|
2600
2656
|
className: o,
|
|
2601
2657
|
...t
|
|
2602
2658
|
}
|
|
2603
2659
|
);
|
|
2604
2660
|
};
|
|
2605
|
-
|
|
2606
|
-
const
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
const
|
|
2610
|
-
groupRoot:
|
|
2611
|
-
root:
|
|
2612
|
-
body:
|
|
2613
|
-
inner:
|
|
2614
|
-
radio:
|
|
2615
|
-
icon:
|
|
2616
|
-
labelWrapper:
|
|
2617
|
-
label:
|
|
2618
|
-
},
|
|
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:
|
|
2688
|
+
assistiveText: $,
|
|
2633
2689
|
assistiveWithIcon: y,
|
|
2634
2690
|
error: _,
|
|
2635
|
-
required:
|
|
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
|
-
|
|
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:
|
|
2721
|
+
assistiveText: $,
|
|
2666
2722
|
assistiveWithIcon: y,
|
|
2667
2723
|
error: _,
|
|
2668
|
-
required:
|
|
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
|
-
|
|
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
|
-
|
|
2693
|
-
const
|
|
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
|
-
),
|
|
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,
|
|
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
|
-
},
|
|
2726
|
-
if (
|
|
2727
|
-
const N =
|
|
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
|
-
|
|
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(
|
|
2805
|
+
) : /* @__PURE__ */ r(ke, { children: v });
|
|
2750
2806
|
}
|
|
2751
|
-
const
|
|
2752
|
-
|
|
2807
|
+
const h = /* @__PURE__ */ r(
|
|
2808
|
+
Uo,
|
|
2753
2809
|
{
|
|
2754
2810
|
ref: a,
|
|
2755
|
-
icon:
|
|
2811
|
+
icon: hl,
|
|
2756
2812
|
className: C,
|
|
2757
2813
|
classNames: _,
|
|
2758
2814
|
disabled: o || l,
|
|
2759
|
-
|
|
2815
|
+
...$
|
|
2760
2816
|
}
|
|
2761
2817
|
);
|
|
2762
2818
|
return i ? /* @__PURE__ */ r(
|
|
2763
|
-
|
|
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
|
-
|
|
2775
|
-
|
|
2776
|
-
const
|
|
2777
|
-
root:
|
|
2778
|
-
label:
|
|
2779
|
-
control:
|
|
2780
|
-
indicator:
|
|
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
|
|
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
|
|
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 =
|
|
2856
|
+
const c = wl(i);
|
|
2801
2857
|
return /* @__PURE__ */ r(
|
|
2802
|
-
|
|
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
|
-
|
|
2816
|
-
const
|
|
2817
|
-
layoutOverride:
|
|
2818
|
-
sliderContainer:
|
|
2819
|
-
sliderTrackWrapper:
|
|
2820
|
-
iconWrapper:
|
|
2821
|
-
sliderRoot:
|
|
2822
|
-
sliderTrack:
|
|
2823
|
-
sliderBar:
|
|
2824
|
-
sliderThumb:
|
|
2825
|
-
sliderMark:
|
|
2826
|
-
minMaxGuide:
|
|
2827
|
-
rightGuideContainer:
|
|
2828
|
-
currentValue:
|
|
2829
|
-
inputField:
|
|
2830
|
-
readOnlyValue:
|
|
2831
|
-
},
|
|
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:
|
|
2900
|
+
tooltipLabel: $,
|
|
2845
2901
|
assistiveText: y,
|
|
2846
2902
|
assistiveWithIcon: _,
|
|
2847
|
-
error:
|
|
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:
|
|
2865
|
-
onChange:
|
|
2920
|
+
step: Te = 1,
|
|
2921
|
+
onChange: we,
|
|
2866
2922
|
onChangeEnd: Y,
|
|
2867
|
-
...
|
|
2868
|
-
} = e, [
|
|
2869
|
-
|
|
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
|
-
|
|
2872
|
-
|
|
2873
|
-
}, [
|
|
2874
|
-
const
|
|
2875
|
-
L === void 0 &&
|
|
2876
|
-
},
|
|
2877
|
-
const
|
|
2878
|
-
|
|
2879
|
-
const
|
|
2880
|
-
if (!isNaN(
|
|
2881
|
-
const
|
|
2882
|
-
|
|
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
|
-
},
|
|
2885
|
-
|
|
2886
|
-
},
|
|
2887
|
-
delete
|
|
2888
|
-
const
|
|
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
|
-
},
|
|
2896
|
-
if (
|
|
2897
|
-
const D =
|
|
2898
|
-
|
|
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
|
|
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
|
-
|
|
2958
|
+
ae,
|
|
2903
2959
|
{
|
|
2904
2960
|
ref: a,
|
|
2905
|
-
className:
|
|
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:
|
|
2976
|
+
error: b,
|
|
2921
2977
|
required: T,
|
|
2922
2978
|
withAsterisk: C,
|
|
2923
|
-
id:
|
|
2979
|
+
id: h,
|
|
2924
2980
|
readOnly: z,
|
|
2925
|
-
readOnlyComponent: x ||
|
|
2981
|
+
readOnlyComponent: x || Vl,
|
|
2926
2982
|
emptyValueComponent: A,
|
|
2927
2983
|
readOnlyType: "text",
|
|
2928
|
-
readOnlyValue:
|
|
2929
|
-
readOnlyNativeProps: { value:
|
|
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":
|
|
2992
|
+
"data-error": b ? "true" : void 0,
|
|
2937
2993
|
children: [
|
|
2938
|
-
|
|
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
|
-
|
|
2997
|
+
ds,
|
|
2942
2998
|
{
|
|
2943
|
-
classNames:
|
|
2999
|
+
classNames: ge,
|
|
2944
3000
|
disabled: v,
|
|
2945
|
-
value:
|
|
2946
|
-
onChange:
|
|
3001
|
+
value: Ne,
|
|
3002
|
+
onChange: ko,
|
|
2947
3003
|
onChangeEnd: Y,
|
|
2948
3004
|
min: R,
|
|
2949
3005
|
max: S,
|
|
2950
|
-
step:
|
|
2951
|
-
label:
|
|
2952
|
-
...
|
|
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:
|
|
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:
|
|
2965
|
-
onChange:
|
|
2966
|
-
onBlur:
|
|
3020
|
+
value: Da,
|
|
3021
|
+
onChange: Ga,
|
|
3022
|
+
onBlur: ja,
|
|
2967
3023
|
min: R,
|
|
2968
3024
|
max: S,
|
|
2969
|
-
step:
|
|
3025
|
+
step: Te,
|
|
2970
3026
|
disabled: v,
|
|
2971
|
-
"data-error":
|
|
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
|
-
|
|
2982
|
-
const
|
|
2983
|
-
root:
|
|
2984
|
-
},
|
|
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:
|
|
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 ? `${
|
|
3046
|
+
s.root = d.root ? `${Fe.root} ${d.root}` : Fe.root;
|
|
2991
3047
|
}
|
|
2992
|
-
const i = t.className, c = i ? `${
|
|
3048
|
+
const i = t.className, c = i ? `${Fe.root} ${i}` : Fe.root;
|
|
2993
3049
|
return /* @__PURE__ */ r(
|
|
2994
|
-
|
|
3050
|
+
ps,
|
|
2995
3051
|
{
|
|
2996
3052
|
ref: o,
|
|
2997
3053
|
className: c,
|
|
2998
3054
|
classNames: s,
|
|
2999
|
-
...
|
|
3055
|
+
...Ve({ gap: a, ...t }),
|
|
3000
3056
|
children: e
|
|
3001
3057
|
}
|
|
3002
3058
|
);
|
|
3003
3059
|
});
|
|
3004
|
-
|
|
3005
|
-
const
|
|
3006
|
-
root:
|
|
3007
|
-
horizontal:
|
|
3008
|
-
steps:
|
|
3009
|
-
step:
|
|
3010
|
-
stepBody:
|
|
3011
|
-
stepLabel:
|
|
3012
|
-
stepDescription:
|
|
3013
|
-
separator:
|
|
3014
|
-
vertical:
|
|
3015
|
-
large:
|
|
3016
|
-
small:
|
|
3017
|
-
stepIcon:
|
|
3018
|
-
stepCompletedIcon:
|
|
3019
|
-
verticalSeparator:
|
|
3020
|
-
content:
|
|
3021
|
-
},
|
|
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
|
-
|
|
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
|
-
),
|
|
3112
|
+
), fa = f(
|
|
3057
3113
|
function({ overStyled: e = !1, ...a }, t) {
|
|
3058
3114
|
const o = m(a, e);
|
|
3059
3115
|
return /* @__PURE__ */ r(
|
|
3060
|
-
|
|
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
|
-
|
|
3069
|
-
const
|
|
3070
|
-
Step:
|
|
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:
|
|
3129
|
+
Completed: yo.Completed
|
|
3074
3130
|
});
|
|
3075
|
-
|
|
3076
|
-
const
|
|
3077
|
-
root:
|
|
3078
|
-
body:
|
|
3079
|
-
track:
|
|
3080
|
-
thumb:
|
|
3081
|
-
labelWrapper:
|
|
3082
|
-
label:
|
|
3083
|
-
thumbIconWrapper:
|
|
3084
|
-
checkIcon:
|
|
3085
|
-
closeIcon:
|
|
3086
|
-
groupRoot:
|
|
3087
|
-
},
|
|
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:
|
|
3157
|
+
assistiveText: $,
|
|
3102
3158
|
assistiveWithIcon: y,
|
|
3103
3159
|
error: _,
|
|
3104
|
-
required:
|
|
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
|
-
|
|
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:
|
|
3190
|
+
assistiveText: $,
|
|
3135
3191
|
assistiveWithIcon: y,
|
|
3136
3192
|
error: _,
|
|
3137
|
-
required:
|
|
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
|
-
|
|
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
|
-
|
|
3162
|
-
const
|
|
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
|
-
|
|
3175
|
-
} = e, y = m(
|
|
3230
|
+
...$
|
|
3231
|
+
} = e, y = m($, t), _ = y;
|
|
3176
3232
|
delete _.size, delete _.color, delete _.radius, delete _.variant;
|
|
3177
|
-
const
|
|
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
|
-
|
|
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,
|
|
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
|
-
|
|
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(
|
|
3265
|
+
) : /* @__PURE__ */ r(ke, { children: x });
|
|
3210
3266
|
}
|
|
3211
3267
|
const N = /* @__PURE__ */ V("div", { className: M.thumbIconWrapper, children: [
|
|
3212
|
-
/* @__PURE__ */ r(
|
|
3213
|
-
/* @__PURE__ */ r(
|
|
3268
|
+
/* @__PURE__ */ r(us, { className: M.checkIcon }),
|
|
3269
|
+
/* @__PURE__ */ r(ms, { className: M.closeIcon })
|
|
3214
3270
|
] }), O = /* @__PURE__ */ r(
|
|
3215
|
-
|
|
3271
|
+
Yo,
|
|
3216
3272
|
{
|
|
3217
3273
|
ref: a,
|
|
3218
|
-
className:
|
|
3219
|
-
classNames:
|
|
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
|
-
|
|
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
|
-
|
|
3239
|
-
|
|
3240
|
-
const
|
|
3241
|
-
root:
|
|
3242
|
-
},
|
|
3243
|
-
const o = m(a, e), s = o.className, 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
|
-
|
|
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
|
-
|
|
3254
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
3267
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
3280
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
3293
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
3306
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
3319
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
3332
|
-
const
|
|
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
|
-
|
|
3391
|
+
ye.Caption,
|
|
3336
3392
|
{
|
|
3337
3393
|
ref: t,
|
|
3338
3394
|
...o
|
|
3339
3395
|
}
|
|
3340
3396
|
);
|
|
3341
3397
|
});
|
|
3342
|
-
|
|
3343
|
-
const
|
|
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
|
-
|
|
3402
|
+
ye.ScrollContainer,
|
|
3347
3403
|
{
|
|
3348
3404
|
ref: t,
|
|
3349
3405
|
...o
|
|
3350
3406
|
}
|
|
3351
3407
|
);
|
|
3352
3408
|
});
|
|
3353
|
-
|
|
3354
|
-
const be =
|
|
3355
|
-
be.Thead =
|
|
3356
|
-
be.Tbody =
|
|
3357
|
-
be.Tr =
|
|
3358
|
-
be.Th =
|
|
3359
|
-
be.Td =
|
|
3360
|
-
be.Tfoot =
|
|
3361
|
-
be.Caption =
|
|
3362
|
-
be.ScrollContainer =
|
|
3363
|
-
const
|
|
3364
|
-
root:
|
|
3365
|
-
list:
|
|
3366
|
-
tab:
|
|
3367
|
-
panel:
|
|
3368
|
-
},
|
|
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
|
-
|
|
3433
|
+
eo,
|
|
3378
3434
|
{
|
|
3379
3435
|
ref: a,
|
|
3380
3436
|
variant: t,
|
|
3381
3437
|
orientation: o,
|
|
3382
|
-
className: `${
|
|
3438
|
+
className: `${He.root} ${l || ""}`,
|
|
3383
3439
|
"data-variant": t,
|
|
3384
3440
|
"data-orientation": o,
|
|
3385
3441
|
classNames: {
|
|
3386
|
-
list:
|
|
3387
|
-
tab:
|
|
3388
|
-
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
|
-
|
|
3395
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
3408
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
3421
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
3434
|
-
const
|
|
3435
|
-
List:
|
|
3436
|
-
Tab:
|
|
3437
|
-
Panel:
|
|
3438
|
-
}),
|
|
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
|
-
|
|
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
|
-
|
|
3450
|
-
const
|
|
3451
|
-
layoutOverride:
|
|
3452
|
-
root:
|
|
3453
|
-
input:
|
|
3454
|
-
},
|
|
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:
|
|
3523
|
+
assistiveWithIcon: $,
|
|
3468
3524
|
error: y,
|
|
3469
3525
|
required: _,
|
|
3470
|
-
withAsterisk:
|
|
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
|
-
|
|
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:
|
|
3565
|
+
assistiveWithIcon: $,
|
|
3510
3566
|
error: y,
|
|
3511
3567
|
required: _,
|
|
3512
|
-
withAsterisk:
|
|
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
|
-
|
|
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
|
-
|
|
3548
|
-
const
|
|
3549
|
-
layoutOverride:
|
|
3550
|
-
root:
|
|
3551
|
-
input:
|
|
3552
|
-
section:
|
|
3553
|
-
},
|
|
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:
|
|
3622
|
+
assistiveWithIcon: $,
|
|
3567
3623
|
error: y,
|
|
3568
3624
|
required: _,
|
|
3569
|
-
withAsterisk:
|
|
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:
|
|
3639
|
+
wrapper: te.root,
|
|
3584
3640
|
// The nested Input internal relative wrapper bounding box
|
|
3585
|
-
input:
|
|
3586
|
-
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 ? `${
|
|
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 ? `${
|
|
3648
|
+
const R = C ? `${te.layoutOverride} ${C}` : te.layoutOverride;
|
|
3593
3649
|
return /* @__PURE__ */ r(
|
|
3594
|
-
|
|
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:
|
|
3665
|
+
assistiveWithIcon: $,
|
|
3610
3666
|
error: y,
|
|
3611
3667
|
required: _,
|
|
3612
|
-
withAsterisk:
|
|
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
|
-
|
|
3643
|
-
const
|
|
3644
|
-
root:
|
|
3645
|
-
item:
|
|
3646
|
-
itemBody:
|
|
3647
|
-
itemBullet:
|
|
3648
|
-
itemTitle:
|
|
3649
|
-
itemContent:
|
|
3650
|
-
description:
|
|
3651
|
-
timestamp:
|
|
3652
|
-
},
|
|
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:
|
|
3662
|
-
itemBody:
|
|
3663
|
-
itemContent:
|
|
3664
|
-
itemBullet:
|
|
3665
|
-
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((
|
|
3670
|
-
c[
|
|
3725
|
+
Object.keys(u).forEach(($) => {
|
|
3726
|
+
c[$] ? c[$] = `${c[$]} ${u[$]}` : c[$] = u[$];
|
|
3671
3727
|
});
|
|
3672
3728
|
}
|
|
3673
|
-
const p = a ? /* @__PURE__ */ V(
|
|
3674
|
-
o && /* @__PURE__ */ r("div", { className:
|
|
3675
|
-
/* @__PURE__ */ r("div", { className:
|
|
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
|
-
|
|
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
|
-
|
|
3690
|
-
const
|
|
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:
|
|
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
|
-
|
|
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
|
-
|
|
3712
|
-
const
|
|
3713
|
-
|
|
3714
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
3727
|
-
const
|
|
3728
|
-
root:
|
|
3729
|
-
icon:
|
|
3730
|
-
loader:
|
|
3731
|
-
title:
|
|
3732
|
-
description:
|
|
3733
|
-
closeButton:
|
|
3734
|
-
body:
|
|
3735
|
-
},
|
|
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:
|
|
3744
|
-
body:
|
|
3745
|
-
title:
|
|
3746
|
-
description:
|
|
3747
|
-
closeButton:
|
|
3748
|
-
icon:
|
|
3749
|
-
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
|
-
|
|
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
|
-
|
|
3772
|
-
const
|
|
3773
|
-
tooltip:
|
|
3774
|
-
arrow:
|
|
3775
|
-
},
|
|
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:
|
|
3782
|
-
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
|
-
|
|
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
|
-
|
|
3804
|
-
const
|
|
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
|
-
|
|
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
|
-
|
|
3817
|
-
const
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
const
|
|
3821
|
-
root:
|
|
3822
|
-
},
|
|
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 ? `${
|
|
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
|
-
|
|
3829
|
-
const
|
|
3830
|
-
|
|
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
|
-
|
|
3888
|
+
bo
|
|
3855
3889
|
), yc = P(
|
|
3856
|
-
|
|
3857
|
-
), bc = P(
|
|
3858
|
-
pt
|
|
3890
|
+
oo
|
|
3859
3891
|
), fc = P(
|
|
3860
|
-
|
|
3892
|
+
to
|
|
3893
|
+
), bc = P(
|
|
3894
|
+
Jo
|
|
3861
3895
|
), Nc = P(
|
|
3862
|
-
|
|
3863
|
-
), hc = P(
|
|
3864
|
-
de
|
|
3896
|
+
ur
|
|
3865
3897
|
), $c = P(
|
|
3866
|
-
|
|
3898
|
+
_r
|
|
3899
|
+
), hc = P(
|
|
3900
|
+
tt
|
|
3867
3901
|
), vc = P(
|
|
3868
|
-
|
|
3902
|
+
wr
|
|
3869
3903
|
), Cc = P(
|
|
3870
|
-
|
|
3904
|
+
Lr
|
|
3871
3905
|
), Pc = P(
|
|
3872
|
-
|
|
3906
|
+
Co
|
|
3873
3907
|
), Tc = P(
|
|
3874
|
-
|
|
3908
|
+
vo
|
|
3875
3909
|
), wc = P(
|
|
3876
|
-
|
|
3910
|
+
dt
|
|
3877
3911
|
), gc = P(
|
|
3878
|
-
|
|
3912
|
+
ut
|
|
3879
3913
|
), Sc = P(
|
|
3880
|
-
|
|
3914
|
+
mt
|
|
3881
3915
|
), Ac = P(
|
|
3882
|
-
|
|
3916
|
+
cn
|
|
3883
3917
|
), xc = P(
|
|
3884
|
-
|
|
3918
|
+
dn
|
|
3885
3919
|
), Oc = P(
|
|
3886
|
-
|
|
3920
|
+
pe
|
|
3887
3921
|
), Lc = P(
|
|
3888
|
-
|
|
3922
|
+
Po
|
|
3889
3923
|
), Wc = P(
|
|
3890
|
-
|
|
3924
|
+
ho
|
|
3891
3925
|
), Ic = P(
|
|
3892
|
-
|
|
3926
|
+
No
|
|
3893
3927
|
), kc = P(
|
|
3894
|
-
|
|
3928
|
+
We
|
|
3895
3929
|
), zc = P(
|
|
3896
|
-
|
|
3930
|
+
fe
|
|
3897
3931
|
), Mc = P(
|
|
3898
|
-
|
|
3932
|
+
Vt
|
|
3899
3933
|
), Rc = P(
|
|
3900
|
-
|
|
3934
|
+
ne
|
|
3901
3935
|
), Bc = P(
|
|
3902
|
-
|
|
3936
|
+
le
|
|
3903
3937
|
), Ec = P(
|
|
3904
|
-
|
|
3938
|
+
go
|
|
3905
3939
|
), Fc = P(
|
|
3906
|
-
|
|
3940
|
+
So
|
|
3907
3941
|
), Vc = P(
|
|
3908
|
-
|
|
3942
|
+
xo
|
|
3909
3943
|
), Dc = P(
|
|
3910
|
-
|
|
3911
|
-
), jc = P(
|
|
3912
|
-
Aa
|
|
3944
|
+
Ao
|
|
3913
3945
|
), Gc = P(
|
|
3914
|
-
|
|
3946
|
+
$o
|
|
3947
|
+
), jc = P(
|
|
3948
|
+
gl
|
|
3915
3949
|
), Hc = P(
|
|
3916
|
-
|
|
3950
|
+
ma
|
|
3917
3951
|
), qc = P(
|
|
3918
|
-
|
|
3952
|
+
ri
|
|
3919
3953
|
), Uc = P(
|
|
3920
|
-
|
|
3954
|
+
Lo
|
|
3921
3955
|
), Yc = P(
|
|
3922
|
-
|
|
3956
|
+
Oo
|
|
3923
3957
|
), Zc = P(
|
|
3924
|
-
|
|
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
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
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
|