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