@recursica/mantine-adapter 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/mantine-adapter.cjs +1 -1
  2. package/dist/mantine-adapter.cjs.map +1 -1
  3. package/dist/mantine-adapter.css +1 -1
  4. package/dist/mantine-adapter.js +279 -175
  5. package/dist/mantine-adapter.js.map +1 -1
  6. package/dist/src/components/Avatar/Avatar.d.ts +1 -1
  7. package/dist/src/components/Badge/Badge.d.ts +8 -0
  8. package/dist/src/components/Breadcrumb/Breadcrumb.d.ts +3 -0
  9. package/dist/src/components/Button/Button.d.ts +3 -2
  10. package/dist/src/components/Card/Card.d.ts +3 -0
  11. package/dist/src/components/Checkbox/Checkbox.d.ts +3 -0
  12. package/dist/src/components/Chip/Chip.d.ts +3 -0
  13. package/dist/src/components/DatePicker/DatePicker.d.ts +3 -0
  14. package/dist/src/components/Dropdown/Dropdown.d.ts +3 -0
  15. package/dist/src/components/FileInput/FileInput.d.ts +3 -0
  16. package/dist/src/components/FileUpload/FileUpload.d.ts +3 -0
  17. package/dist/src/components/HoverCard/HoverCard.d.ts +3 -0
  18. package/dist/src/components/Link/Link.d.ts +3 -0
  19. package/dist/src/components/Loader/Loader.d.ts +3 -0
  20. package/dist/src/components/Menu/Menu.d.ts +3 -0
  21. package/dist/src/components/Modal/Modal.d.ts +3 -0
  22. package/dist/src/components/NumberInput/NumberInput.d.ts +3 -0
  23. package/dist/src/components/Pagination/Pagination.d.ts +3 -0
  24. package/dist/src/components/Panel/Panel.d.ts +3 -0
  25. package/dist/src/components/Popover/Popover.d.ts +3 -0
  26. package/dist/src/components/Radio/Radio.d.ts +3 -0
  27. package/dist/src/components/ReadOnlyField/ReadOnlyField.d.ts +3 -0
  28. package/dist/src/components/Search/Search.d.ts +3 -0
  29. package/dist/src/components/SegmentedControl/SegmentedControl.d.ts +3 -0
  30. package/dist/src/components/Slider/Slider.d.ts +3 -0
  31. package/dist/src/components/Stepper/Stepper.d.ts +3 -0
  32. package/dist/src/components/Switch/Switch.d.ts +3 -0
  33. package/dist/src/components/Table/Table.d.ts +3 -0
  34. package/dist/src/components/Tabs/Tabs.d.ts +3 -0
  35. package/dist/src/components/TextArea/TextArea.d.ts +3 -0
  36. package/dist/src/components/TextField/TextField.d.ts +3 -0
  37. package/dist/src/components/TimePicker/TimePicker.d.ts +3 -0
  38. package/dist/src/components/Timeline/Timeline.d.ts +3 -0
  39. package/dist/src/components/Toast/Toast.d.ts +3 -0
  40. package/dist/src/components/Tooltip/Tooltip.d.ts +3 -0
  41. package/dist/src/components/TransferList/TransferList.d.ts +3 -0
  42. package/dist/src/components/index.d.ts +35 -1
  43. package/dist/src/utils/filterStylingProps.d.ts +31 -0
  44. package/package.json +1 -1
@@ -1,240 +1,344 @@
1
- import { jsx as r, jsxs as E, Fragment as P } from "react/jsx-runtime";
2
- import { forwardRef as f, useEffect as L } from "react";
3
- import { Button as I, Accordion as g, Avatar as T } from "@mantine/core";
4
- const V = "Button-module__root___Q2R8-", R = "Button-module__label___UJ3Zt", z = "Button-module__labelText___rFV5p", w = "Button-module__iconWrapper___uEKPa", O = "Button-module__section___f2mKr", _ = {
1
+ import { jsx as o, jsxs as F, Fragment as L } from "react/jsx-runtime";
2
+ import { forwardRef as b, useEffect as R } from "react";
3
+ import { Accordion as T, Avatar as j, Badge as z, Button as O } from "@mantine/core";
4
+ const V = "Accordion-module__root___Dem6d", k = "Accordion-module__item___7ryVk", M = "Accordion-module__noDivider___Ni2tT", K = "Accordion-module__control___b4wgX", q = "Accordion-module__label___Ss7uW", H = "Accordion-module__chevron___i-HVZ", U = "Accordion-module__iconLeftWrapper___5oLen", G = "Accordion-module__panel___Wx50w", J = "Accordion-module__content___PEM9t", _ = {
5
5
  root: V,
6
- label: R,
7
- labelText: z,
8
- iconWrapper: w,
9
- section: O
10
- };
11
- function q(a) {
12
- return a == null || a === "" ? !1 : typeof a == "string" ? a.trim() !== "" : !0;
13
- }
14
- const F = f(
15
- function({
16
- variant: o = "solid",
17
- size: t = "default",
18
- icon: n,
19
- className: l,
20
- classNames: e,
21
- children: c,
22
- style: i,
23
- ...A
24
- }, $) {
25
- const W = {
26
- solid: "filled",
27
- outline: "outline",
28
- text: "subtle"
29
- }, N = {
30
- default: "md",
31
- small: "sm"
32
- }, h = A, y = !!n || !!h.leftSection, m = !!h.rightSection, d = (y || m) && !q(c);
33
- typeof process < "u" && process.env.NODE_ENV !== "production" && d && !h["aria-label"] && console.warn(
34
- '[Recursica Button] Icon-only buttons must provide an accessible name. Pass aria-label (e.g. aria-label="Submit").'
35
- );
36
- const b = {
37
- root: _.root,
38
- section: _.section,
39
- label: _.label
40
- };
41
- if (e && typeof e == "object" && !Array.isArray(e)) {
42
- const v = e;
43
- b.root = v.root ? `${_.root} ${v.root}` : _.root, b.section = v.section ?? _.section, b.label = v.label ?? _.label;
44
- }
45
- return /* @__PURE__ */ r(
46
- I,
47
- {
48
- ref: $,
49
- className: l,
50
- classNames: b,
51
- variant: W[o],
52
- size: N[t],
53
- style: i,
54
- leftSection: n != null ? /* @__PURE__ */ r("span", { className: _.iconWrapper, "aria-hidden": !0, children: n }) : void 0,
55
- "data-variant": o,
56
- "data-size": t,
57
- ...d ? { "data-icon-only": "" } : {},
58
- ...A,
59
- children: /* @__PURE__ */ r("span", { className: _.labelText, children: c })
60
- }
61
- );
62
- }
63
- );
64
- F.displayName = "Button";
65
- const J = "Accordion-module__root___Dem6d", K = "Accordion-module__item___7ryVk", X = "Accordion-module__noDivider___Ni2tT", Z = "Accordion-module__control___b4wgX", G = "Accordion-module__label___Ss7uW", H = "Accordion-module__chevron___i-HVZ", M = "Accordion-module__iconLeftWrapper___5oLen", Q = "Accordion-module__panel___Wx50w", U = "Accordion-module__content___PEM9t", u = {
66
- root: J,
67
- item: K,
68
- noDivider: X,
69
- control: Z,
70
- label: G,
6
+ item: k,
7
+ noDivider: M,
8
+ control: K,
9
+ label: q,
71
10
  chevron: H,
72
- iconLeftWrapper: M,
73
- panel: Q,
74
- content: U
75
- }, j = function({
76
- className: o,
11
+ iconLeftWrapper: U,
12
+ panel: G,
13
+ content: J
14
+ }, D = function({
15
+ className: r,
77
16
  classNames: t,
78
17
  variant: n = "unstyled",
79
18
  ...l
80
19
  }) {
81
- const e = {
82
- root: u.root,
83
- item: u.item,
84
- control: u.control,
85
- label: u.label,
86
- chevron: u.chevron,
87
- panel: u.panel,
88
- content: u.content
20
+ const c = {
21
+ root: _.root,
22
+ item: _.item,
23
+ control: _.control,
24
+ label: _.label,
25
+ chevron: _.chevron,
26
+ panel: _.panel,
27
+ content: _.content
89
28
  };
90
29
  if (t && typeof t == "object" && !Array.isArray(t)) {
91
- const c = t;
92
- Object.keys(c).forEach((i) => {
93
- e[i] ? e[i] = `${e[i]} ${c[i]}` : e[i] = c[i];
30
+ const a = t;
31
+ Object.keys(a).forEach((i) => {
32
+ c[i] ? c[i] = `${c[i]} ${a[i]}` : c[i] = a[i];
94
33
  });
95
34
  }
96
- return /* @__PURE__ */ r(
97
- g,
35
+ return /* @__PURE__ */ o(
36
+ T,
98
37
  {
99
38
  variant: n,
100
- className: o,
101
- classNames: e,
39
+ className: r,
40
+ classNames: c,
102
41
  ...l
103
42
  }
104
43
  );
105
44
  };
106
- j.displayName = "Accordion";
107
- const D = f(function({ title: o, leftIcon: t, divider: n = !0, children: l, ...e }, c) {
108
- return /* @__PURE__ */ r(
109
- g.Item,
45
+ D.displayName = "Accordion";
46
+ const I = b(function({ title: r, leftIcon: t, divider: n = !0, children: l, ...c }, a) {
47
+ return /* @__PURE__ */ o(
48
+ T.Item,
110
49
  {
111
- ref: c,
112
- className: n ? void 0 : u.noDivider,
113
- ...e,
114
- children: o ? /* @__PURE__ */ E(P, { children: [
115
- /* @__PURE__ */ r(x, { leftIcon: t, children: o }),
116
- /* @__PURE__ */ r(B, { children: l })
50
+ ref: a,
51
+ className: n ? void 0 : _.noDivider,
52
+ ...c,
53
+ children: r ? /* @__PURE__ */ F(L, { children: [
54
+ /* @__PURE__ */ o(S, { leftIcon: t, children: r }),
55
+ /* @__PURE__ */ o(C, { children: l })
117
56
  ] }) : l
118
57
  }
119
58
  );
120
59
  });
121
- D.displayName = "AccordionItem";
122
- const x = f(function({ leftIcon: o, children: t, ...n }, l) {
123
- return /* @__PURE__ */ r(
124
- g.Control,
60
+ I.displayName = "AccordionItem";
61
+ const S = b(function({ leftIcon: r, children: t, ...n }, l) {
62
+ return /* @__PURE__ */ o(
63
+ T.Control,
125
64
  {
126
65
  ref: l,
127
- icon: o ? /* @__PURE__ */ r("span", { className: u.iconLeftWrapper, "aria-hidden": !0, children: o }) : void 0,
66
+ icon: r ? /* @__PURE__ */ o("span", { className: _.iconLeftWrapper, "aria-hidden": !0, children: r }) : void 0,
128
67
  ...n,
129
68
  children: t
130
69
  }
131
70
  );
132
71
  });
133
- x.displayName = "AccordionControl";
134
- const B = f(
135
- function(o, t) {
136
- return /* @__PURE__ */ r(g.Panel, { ref: t, ...o });
72
+ S.displayName = "AccordionControl";
73
+ const C = b(
74
+ function(r, t) {
75
+ return /* @__PURE__ */ o(T.Panel, { ref: t, ...r });
137
76
  }
138
77
  );
139
- B.displayName = "AccordionPanel";
140
- const S = j;
141
- S.Item = D;
142
- S.Control = x;
143
- S.Panel = B;
144
- const Y = "Avatar-module__root___fXu-J", k = "Avatar-module__iconWrapper___ojly2", oo = "Avatar-module__textWrapper___zp-jD", to = "Avatar-module__image___ieqGp", eo = "Avatar-module__placeholder___IDW7-", s = {
145
- root: Y,
146
- iconWrapper: k,
147
- textWrapper: oo,
148
- image: to,
149
- placeholder: eo
150
- }, no = f(function({
151
- size: o = "default",
78
+ C.displayName = "AccordionPanel";
79
+ const x = D;
80
+ x.Item = I;
81
+ x.Control = S;
82
+ x.Panel = C;
83
+ const X = "Avatar-module__root___fXu-J", Y = "Avatar-module__iconWrapper___ojly2", Z = "Avatar-module__textWrapper___zp-jD", Q = "Avatar-module__image___ieqGp", ee = "Avatar-module__placeholder___IDW7-", d = {
84
+ root: X,
85
+ iconWrapper: Y,
86
+ textWrapper: Z,
87
+ image: Q,
88
+ placeholder: ee
89
+ }, oe = b(function({
90
+ size: r = "default",
152
91
  variant: t = "solid",
153
92
  icon: n,
154
93
  className: l,
155
- classNames: e,
156
- children: c,
94
+ classNames: c,
95
+ children: a,
157
96
  style: i,
158
- src: A,
159
- ...$
160
- }, W) {
161
- const N = {
97
+ src: h,
98
+ ...A
99
+ }, m) {
100
+ const v = {
162
101
  solid: "filled",
163
102
  outline: "outline",
164
103
  ghost: "transparent"
165
- }, h = {
104
+ }, P = {
166
105
  default: "md",
167
106
  small: "sm",
168
107
  large: "lg"
169
108
  };
170
- let y = "text";
171
- A ? y = "image" : n && (y = "icon");
172
- const m = {
173
- root: s.root,
174
- image: s.image,
175
- placeholder: s.placeholder
109
+ let g = "text";
110
+ h ? g = "image" : n && (g = "icon");
111
+ const f = {
112
+ root: d.root,
113
+ image: d.image,
114
+ placeholder: d.placeholder
176
115
  };
177
- if (e && typeof e == "object" && !Array.isArray(e)) {
178
- const d = e;
179
- m.root = d.root ? `${s.root} ${d.root}` : s.root, m.image = d.image ? `${s.image} ${d.image}` : s.image, m.placeholder = d.placeholder ? `${s.placeholder} ${d.placeholder}` : s.placeholder;
116
+ if (c && typeof c == "object" && !Array.isArray(c)) {
117
+ const s = c;
118
+ f.root = s.root ? `${d.root} ${s.root}` : d.root, f.image = s.image ? `${d.image} ${s.image}` : d.image, f.placeholder = s.placeholder ? `${d.placeholder} ${s.placeholder}` : d.placeholder;
180
119
  }
181
- return /* @__PURE__ */ r(
182
- T,
120
+ return /* @__PURE__ */ o(
121
+ j,
183
122
  {
184
- ref: W,
123
+ ref: m,
185
124
  className: l,
186
- classNames: m,
187
- variant: N[t],
188
- size: h[o],
125
+ classNames: f,
126
+ variant: v[t],
127
+ size: P[r],
189
128
  style: i,
190
- src: A,
129
+ src: h,
191
130
  "data-variant": t,
192
- "data-size": o,
193
- "data-style": y,
194
- ...$,
195
- children: n != null ? /* @__PURE__ */ r("span", { className: s.iconWrapper, "aria-hidden": !0, children: n }) : c != null ? /* @__PURE__ */ r("span", { className: s.textWrapper, children: c }) : void 0
131
+ "data-size": r,
132
+ "data-style": g,
133
+ ...A,
134
+ children: n != null ? /* @__PURE__ */ o("span", { className: d.iconWrapper, "aria-hidden": !0, children: n }) : a != null ? /* @__PURE__ */ o("span", { className: d.textWrapper, children: a }) : void 0
135
+ }
136
+ );
137
+ });
138
+ oe.displayName = "Avatar";
139
+ const te = [
140
+ "className",
141
+ "classNames",
142
+ "style",
143
+ "styles",
144
+ "vars",
145
+ // Internal structure hooks
146
+ "p",
147
+ "px",
148
+ "py",
149
+ "pt",
150
+ "pb",
151
+ "pl",
152
+ "pr",
153
+ // Padding
154
+ "bg",
155
+ "c",
156
+ "opacity",
157
+ // Color
158
+ "ff",
159
+ "fz",
160
+ "fw",
161
+ "lts",
162
+ "ta",
163
+ "lh",
164
+ "fs",
165
+ "tt",
166
+ "td",
167
+ // Typography
168
+ "bd",
169
+ "bdw",
170
+ "bds",
171
+ "bdc",
172
+ "bdr",
173
+ // Borders
174
+ "shadow"
175
+ // Effects
176
+ ];
177
+ function w(e, r) {
178
+ if (r)
179
+ return e;
180
+ const t = { ...e };
181
+ for (const n of te)
182
+ n in t && delete t[n];
183
+ return t;
184
+ }
185
+ const re = "Badge-module__root___5osNT", p = {
186
+ root: re
187
+ }, ne = b(function({ variant: r = "primary-color", overStyled: t = !1, ...n }, l) {
188
+ const c = w(n, t), a = {
189
+ root: p.root,
190
+ section: p.section,
191
+ label: p.label
192
+ }, i = c.classNames;
193
+ if (i && typeof i == "object" && !Array.isArray(i)) {
194
+ const m = i;
195
+ a.root = m.root ? `${p.root} ${m.root}` : p.root, a.section = m.section ?? p.section, a.label = m.label ?? p.label;
196
+ }
197
+ const h = c.className, A = h ? `${p.root} ${h}` : p.root;
198
+ return /* @__PURE__ */ o(
199
+ z,
200
+ {
201
+ ref: l,
202
+ variant: "filled",
203
+ "data-variant": r,
204
+ ...c,
205
+ className: A,
206
+ classNames: a
196
207
  }
197
208
  );
198
209
  });
199
- no.displayName = "Avatar";
200
- const ro = "_root_1qhn7_3", ao = "_contents_1qhn7_18", p = {
201
- root: ro,
202
- contents: ao
203
- }, co = f(function({ layer: a, contentsOnly: o, children: t, className: n, style: l, ...e }, c) {
204
- const i = o ? n ? `${p.root} ${p.contents} ${n}` : `${p.root} ${p.contents}` : n ? `${p.root} ${n}` : p.root;
205
- return /* @__PURE__ */ r(
210
+ ne.displayName = "Badge";
211
+ const be = (e) => /* @__PURE__ */ o("div", { ...e, children: "Breadcrumb" }), ce = "Button-module__root___Q2R8-", ae = "Button-module__label___UJ3Zt", ie = "Button-module__labelText___rFV5p", le = "Button-module__iconWrapper___uEKPa", se = "Button-module__section___f2mKr", u = {
212
+ root: ce,
213
+ label: ae,
214
+ labelText: ie,
215
+ iconWrapper: le,
216
+ section: se
217
+ };
218
+ function de(e) {
219
+ return e == null || e === "" ? !1 : typeof e == "string" ? e.trim() !== "" : !0;
220
+ }
221
+ const ue = b(
222
+ function({
223
+ variant: r = "solid",
224
+ size: t = "default",
225
+ icon: n,
226
+ children: l,
227
+ overStyled: c = !1,
228
+ ...a
229
+ }, i) {
230
+ const h = {
231
+ solid: "filled",
232
+ outline: "outline",
233
+ text: "subtle"
234
+ }, A = {
235
+ default: "md",
236
+ small: "sm"
237
+ }, m = w(a, c), v = m, P = !!n || !!v.leftSection, g = !!v.rightSection, f = (P || g) && !de(l);
238
+ typeof process < "u" && process.env.NODE_ENV !== "production" && f && !v["aria-label"] && console.warn(
239
+ '[Recursica Button] Icon-only buttons must provide an accessible name. Pass aria-label (e.g. aria-label="Submit").'
240
+ );
241
+ const s = {
242
+ root: u.root,
243
+ section: u.section,
244
+ label: u.label
245
+ }, N = v.classNames;
246
+ if (N && typeof N == "object" && !Array.isArray(N)) {
247
+ const $ = N;
248
+ s.root = $.root ? `${u.root} ${$.root}` : u.root, s.section = $.section ?? u.section, s.label = $.label ?? u.label;
249
+ }
250
+ const B = v.className, E = B ? `${u.root} ${B}` : u.root;
251
+ return /* @__PURE__ */ o(
252
+ O,
253
+ {
254
+ ref: i,
255
+ className: E,
256
+ classNames: s,
257
+ variant: h[r],
258
+ size: A[t],
259
+ leftSection: n != null ? /* @__PURE__ */ o("span", { className: u.iconWrapper, "aria-hidden": !0, children: n }) : void 0,
260
+ "data-variant": r,
261
+ "data-size": t,
262
+ ...f ? { "data-icon-only": "" } : {},
263
+ ...m,
264
+ children: /* @__PURE__ */ o("span", { className: u.labelText, children: l })
265
+ }
266
+ );
267
+ }
268
+ );
269
+ ue.displayName = "Button";
270
+ const ye = (e) => /* @__PURE__ */ o("div", { ...e, children: "Card" }), Ae = (e) => /* @__PURE__ */ o("div", { ...e, children: "Checkbox" }), ge = (e) => /* @__PURE__ */ o("div", { ...e, children: "Chip" }), Ne = (e) => /* @__PURE__ */ o("div", { ...e, children: "DatePicker" }), $e = (e) => /* @__PURE__ */ o("div", { ...e, children: "Dropdown" }), Te = (e) => /* @__PURE__ */ o("div", { ...e, children: "FileInput" }), Pe = (e) => /* @__PURE__ */ o("div", { ...e, children: "FileUpload" }), Se = (e) => /* @__PURE__ */ o("div", { ...e, children: "HoverCard" }), Ce = (e) => /* @__PURE__ */ o("div", { ...e, children: "Link" }), xe = (e) => /* @__PURE__ */ o("div", { ...e, children: "Loader" }), Be = (e) => /* @__PURE__ */ o("div", { ...e, children: "Menu" }), We = (e) => /* @__PURE__ */ o("div", { ...e, children: "Modal" }), Le = (e) => /* @__PURE__ */ o("div", { ...e, children: "NumberInput" }), De = (e) => /* @__PURE__ */ o("div", { ...e, children: "Pagination" }), Ie = (e) => /* @__PURE__ */ o("div", { ...e, children: "Panel" }), we = (e) => /* @__PURE__ */ o("div", { ...e, children: "Popover" }), Ee = (e) => /* @__PURE__ */ o("div", { ...e, children: "Radio" }), Fe = (e) => /* @__PURE__ */ o("div", { ...e, children: "ReadOnlyField" }), Re = (e) => /* @__PURE__ */ o("div", { ...e, children: "Search" }), je = (e) => /* @__PURE__ */ o("div", { ...e, children: "SegmentedControl" }), ze = (e) => /* @__PURE__ */ o("div", { ...e, children: "Slider" }), Oe = (e) => /* @__PURE__ */ o("div", { ...e, children: "Stepper" }), Ve = (e) => /* @__PURE__ */ o("div", { ...e, children: "Switch" }), ke = (e) => /* @__PURE__ */ o("div", { ...e, children: "Table" }), Me = (e) => /* @__PURE__ */ o("div", { ...e, children: "Tabs" }), Ke = (e) => /* @__PURE__ */ o("div", { ...e, children: "TextArea" }), qe = (e) => /* @__PURE__ */ o("div", { ...e, children: "TextField" }), He = (e) => /* @__PURE__ */ o("div", { ...e, children: "TimePicker" }), Ue = (e) => /* @__PURE__ */ o("div", { ...e, children: "Timeline" }), Ge = (e) => /* @__PURE__ */ o("div", { ...e, children: "Toast" }), Je = (e) => /* @__PURE__ */ o("div", { ...e, children: "Tooltip" }), Xe = (e) => /* @__PURE__ */ o("div", { ...e, children: "TransferList" }), me = "_root_1qhn7_3", pe = "_contents_1qhn7_18", y = {
271
+ root: me,
272
+ contents: pe
273
+ }, _e = b(function({ layer: e, contentsOnly: r, children: t, className: n, style: l, ...c }, a) {
274
+ const i = r ? n ? `${y.root} ${y.contents} ${n}` : `${y.root} ${y.contents}` : n ? `${y.root} ${n}` : y.root;
275
+ return /* @__PURE__ */ o(
206
276
  "div",
207
277
  {
208
- ref: c,
278
+ ref: a,
209
279
  className: i,
210
280
  style: l,
211
- ...o ? {} : { "data-recursica-layer": String(a) },
212
- ...e,
281
+ ...r ? {} : { "data-recursica-layer": String(e) },
282
+ ...c,
213
283
  children: t
214
284
  }
215
285
  );
216
286
  });
217
- co.displayName = "Layer";
218
- const C = "data-recursica-theme";
219
- function _o({
220
- children: a,
221
- theme: o = "light"
287
+ _e.displayName = "Layer";
288
+ const W = "data-recursica-theme";
289
+ function Ye({
290
+ children: e,
291
+ theme: r = "light"
222
292
  }) {
223
- return L(() => {
293
+ return R(() => {
224
294
  const t = document.documentElement;
225
- return t.setAttribute(C, o), () => {
226
- t.removeAttribute(C);
295
+ return t.setAttribute(W, r), () => {
296
+ t.removeAttribute(W);
227
297
  };
228
- }, [o]), /* @__PURE__ */ r(P, { children: a });
298
+ }, [r]), /* @__PURE__ */ o(L, { children: e });
229
299
  }
230
300
  export {
231
- S as Accordion,
232
- x as AccordionControl,
233
- D as AccordionItem,
234
- B as AccordionPanel,
235
- no as Avatar,
236
- F as Button,
237
- co as Layer,
238
- _o as RecursicaThemeProvider
301
+ x as Accordion,
302
+ S as AccordionControl,
303
+ I as AccordionItem,
304
+ C as AccordionPanel,
305
+ oe as Avatar,
306
+ ne as Badge,
307
+ be as Breadcrumb,
308
+ ue as Button,
309
+ ye as Card,
310
+ Ae as Checkbox,
311
+ ge as Chip,
312
+ Ne as DatePicker,
313
+ $e as Dropdown,
314
+ Te as FileInput,
315
+ Pe as FileUpload,
316
+ Se as HoverCard,
317
+ _e as Layer,
318
+ Ce as Link,
319
+ xe as Loader,
320
+ Be as Menu,
321
+ We as Modal,
322
+ Le as NumberInput,
323
+ De as Pagination,
324
+ Ie as Panel,
325
+ we as Popover,
326
+ Ee as Radio,
327
+ Fe as ReadOnlyField,
328
+ Ye as RecursicaThemeProvider,
329
+ Re as Search,
330
+ je as SegmentedControl,
331
+ ze as Slider,
332
+ Oe as Stepper,
333
+ Ve as Switch,
334
+ ke as Table,
335
+ Me as Tabs,
336
+ Ke as TextArea,
337
+ qe as TextField,
338
+ He as TimePicker,
339
+ Ue as Timeline,
340
+ Ge as Toast,
341
+ Je as Tooltip,
342
+ Xe as TransferList
239
343
  };
240
344
  //# sourceMappingURL=mantine-adapter.js.map