@dimasbaguspm/versaur 0.0.0 → 0.0.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.
Files changed (68) hide show
  1. package/dist/index.js +6996 -66
  2. package/package.json +2 -10
  3. package/dist/alert-DzSPXqwS.js +0 -167
  4. package/dist/app-bar-B4nQkgdL.js +0 -92
  5. package/dist/avatar-Bsn24V6g.js +0 -91
  6. package/dist/badge-DqLCHm9q.js +0 -184
  7. package/dist/bottom-bar-DOQ3gVwW.js +0 -73
  8. package/dist/breadcrumbs-PJV3izUu.js +0 -59
  9. package/dist/button-C8OibEPE.js +0 -81
  10. package/dist/button-float-B8tdLJkX.js +0 -107
  11. package/dist/button-icon-CWji4cBA.js +0 -89
  12. package/dist/calendar-CkLj89o2.js +0 -112
  13. package/dist/checkbox-input-CSboebwt.js +0 -167
  14. package/dist/chip-input-C1PJPDFq.js +0 -189
  15. package/dist/cn-Ca4KprQ1.js +0 -2730
  16. package/dist/components/alert.js +0 -4
  17. package/dist/components/app-bar.js +0 -4
  18. package/dist/components/avatar.js +0 -4
  19. package/dist/components/badge.js +0 -4
  20. package/dist/components/bottom-bar.js +0 -4
  21. package/dist/components/breadcrumbs.js +0 -4
  22. package/dist/components/button-float.js +0 -4
  23. package/dist/components/button-icon.js +0 -4
  24. package/dist/components/button.js +0 -4
  25. package/dist/components/calendar.js +0 -4
  26. package/dist/components/checkbox-input.js +0 -4
  27. package/dist/components/chip-input.js +0 -4
  28. package/dist/components/date-single-picker-input.js +0 -4
  29. package/dist/components/drawer.js +0 -9
  30. package/dist/components/icon.js +0 -4
  31. package/dist/components/loading-indicator.js +0 -4
  32. package/dist/components/menu.js +0 -4
  33. package/dist/components/modal.js +0 -4
  34. package/dist/components/radio-input.js +0 -4
  35. package/dist/components/segment-multiple-input.js +0 -4
  36. package/dist/components/segment-single-input.js +0 -4
  37. package/dist/components/select-input.js +0 -4
  38. package/dist/components/skeleton.js +0 -4
  39. package/dist/components/snackbar.js +0 -4
  40. package/dist/components/switch-input.js +0 -7
  41. package/dist/components/tabs.js +0 -4
  42. package/dist/components/text-input.js +0 -4
  43. package/dist/components/text.js +0 -4
  44. package/dist/components/textarea-input.js +0 -4
  45. package/dist/components/tile.js +0 -4
  46. package/dist/components/top-bar.js +0 -4
  47. package/dist/date-single-picker-input--Ew0O9NQ.js +0 -252
  48. package/dist/drawer-DrnAR2a4.js +0 -218
  49. package/dist/helpers-CEDtBUGM.js +0 -37
  50. package/dist/hooks/index.js +0 -1
  51. package/dist/icon-D-lTZMHY.js +0 -44
  52. package/dist/index-DU1SCUkk.js +0 -329
  53. package/dist/loading-indicator-BZMnT5PA.js +0 -168
  54. package/dist/menu-BZvilMF7.js +0 -174
  55. package/dist/modal-BGAtqMl9.js +0 -149
  56. package/dist/radio-input-BRGoevZY.js +0 -173
  57. package/dist/segment-multiple-input-VwHCqFd6.js +0 -229
  58. package/dist/segment-single-input-Cqoo7-C2.js +0 -228
  59. package/dist/select-input-DCb0usvK.js +0 -108
  60. package/dist/skeleton-D4X5USf_.js +0 -59
  61. package/dist/snackbar-CYias-fJ.js +0 -79
  62. package/dist/switch-input-C5s1lvYh.js +0 -186
  63. package/dist/tabs-C8aRKfxS.js +0 -216
  64. package/dist/text-B7e-au41.js +0 -120
  65. package/dist/text-input-BsWvUk_H.js +0 -73
  66. package/dist/textarea-input-DZExXEE8.js +0 -102
  67. package/dist/tile-Du7YciCG.js +0 -51
  68. package/dist/top-bar-ErHvwR4K.js +0 -62
@@ -1,37 +0,0 @@
1
- import { c as r } from "./index-DU1SCUkk.js";
2
- const e = r(
3
- "block w-full rounded-md border bg-white transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none disabled:bg-gray-50",
4
- {
5
- variants: {
6
- variant: {
7
- // Core variants using Versaur color system
8
- primary: "border-coral/30 text-foreground focus:border-coral focus:ring-coral/20",
9
- secondary: "border-sage/30 text-foreground focus:border-sage focus:ring-sage/20",
10
- tertiary: "border-mist/30 text-foreground focus:border-mist focus:ring-mist/20",
11
- ghost: "border-slate/30 text-foreground focus:border-slate focus:ring-slate/20",
12
- neutral: "border-gray-300 text-foreground focus:border-gray-400 focus:ring-gray-400/20",
13
- // Outline variants
14
- "primary-outline": "border-coral text-foreground focus:border-coral focus:ring-coral/20",
15
- "secondary-outline": "border-sage text-foreground focus:border-sage focus:ring-sage/20",
16
- "tertiary-outline": "border-mist text-foreground focus:border-mist focus:ring-mist/20",
17
- "ghost-outline": "border-slate text-foreground focus:border-slate focus:ring-slate/20",
18
- "neutral-outline": "border-gray-400 text-foreground focus:border-gray-500 focus:ring-gray-500/20",
19
- // Semantic variants
20
- success: "border-success/30 text-foreground focus:border-success focus:ring-success/20",
21
- "success-outline": "border-success text-foreground focus:border-success focus:ring-success/20",
22
- info: "border-info/30 text-foreground focus:border-info focus:ring-info/20",
23
- "info-outline": "border-info text-foreground focus:border-info focus:ring-info/20",
24
- warning: "border-warning/30 text-foreground focus:border-warning focus:ring-warning/20",
25
- "warning-outline": "border-warning text-foreground focus:border-warning focus:ring-warning/20",
26
- danger: "border-danger bg-danger/5 text-foreground focus:border-danger focus:ring-danger/20",
27
- "danger-outline": "border-danger bg-danger/5 text-foreground focus:border-danger focus:ring-danger/20"
28
- }
29
- },
30
- defaultVariants: {
31
- variant: "primary"
32
- }
33
- }
34
- );
35
- export {
36
- e as t
37
- };
@@ -1 +0,0 @@
1
-
@@ -1,44 +0,0 @@
1
- import { c as s, j as n } from "./index-DU1SCUkk.js";
2
- import "react";
3
- const i = s("inline-flex items-center justify-center", {
4
- variants: {
5
- size: {
6
- xs: "w-3 h-3",
7
- sm: "w-4 h-4",
8
- md: "w-5 h-5",
9
- lg: "w-6 h-6",
10
- xl: "w-8 h-8"
11
- },
12
- color: {
13
- primary: "text-primary",
14
- secondary: "text-secondary",
15
- tertiary: "text-tertiary",
16
- ghost: "text-ghost",
17
- neutral: "text-neutral",
18
- success: "text-success",
19
- info: "text-info",
20
- warning: "text-warning",
21
- danger: "text-danger"
22
- }
23
- },
24
- defaultVariants: {
25
- size: "md",
26
- color: "primary"
27
- }
28
- }), m = ({
29
- color: e = "primary",
30
- size: r = "md",
31
- children: a,
32
- ...t
33
- }) => /* @__PURE__ */ n.jsx(
34
- "span",
35
- {
36
- className: i({ color: e, size: r, className: t.className }),
37
- "aria-hidden": "true",
38
- ...t,
39
- children: a
40
- }
41
- );
42
- export {
43
- m as I
44
- };
@@ -1,329 +0,0 @@
1
- import ne from "react";
2
- var P = { exports: {} }, y = {};
3
- /**
4
- * @license React
5
- * react-jsx-runtime.production.js
6
- *
7
- * Copyright (c) Meta Platforms, Inc. and affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
- var W;
13
- function ae() {
14
- if (W) return y;
15
- W = 1;
16
- var n = Symbol.for("react.transitional.element"), s = Symbol.for("react.fragment");
17
- function t(a, u, l) {
18
- var _ = null;
19
- if (l !== void 0 && (_ = "" + l), u.key !== void 0 && (_ = "" + u.key), "key" in u) {
20
- l = {};
21
- for (var E in u)
22
- E !== "key" && (l[E] = u[E]);
23
- } else l = u;
24
- return u = l.ref, {
25
- $$typeof: n,
26
- type: a,
27
- key: _,
28
- ref: u !== void 0 ? u : null,
29
- props: l
30
- };
31
- }
32
- return y.Fragment = s, y.jsx = t, y.jsxs = t, y;
33
- }
34
- var A = {};
35
- /**
36
- * @license React
37
- * react-jsx-runtime.development.js
38
- *
39
- * Copyright (c) Meta Platforms, Inc. and affiliates.
40
- *
41
- * This source code is licensed under the MIT license found in the
42
- * LICENSE file in the root directory of this source tree.
43
- */
44
- var L;
45
- function oe() {
46
- return L || (L = 1, process.env.NODE_ENV !== "production" && function() {
47
- function n(e) {
48
- if (e == null) return null;
49
- if (typeof e == "function")
50
- return e.$$typeof === ee ? null : e.displayName || e.name || null;
51
- if (typeof e == "string") return e;
52
- switch (e) {
53
- case T:
54
- return "Fragment";
55
- case z:
56
- return "Profiler";
57
- case O:
58
- return "StrictMode";
59
- case H:
60
- return "Suspense";
61
- case Z:
62
- return "SuspenseList";
63
- case K:
64
- return "Activity";
65
- }
66
- if (typeof e == "object")
67
- switch (typeof e.tag == "number" && console.error(
68
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
69
- ), e.$$typeof) {
70
- case x:
71
- return "Portal";
72
- case X:
73
- return (e.displayName || "Context") + ".Provider";
74
- case G:
75
- return (e._context.displayName || "Context") + ".Consumer";
76
- case B:
77
- var r = e.render;
78
- return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
79
- case Q:
80
- return r = e.displayName || null, r !== null ? r : n(e.type) || "Memo";
81
- case C:
82
- r = e._payload, e = e._init;
83
- try {
84
- return n(e(r));
85
- } catch {
86
- }
87
- }
88
- return null;
89
- }
90
- function s(e) {
91
- return "" + e;
92
- }
93
- function t(e) {
94
- try {
95
- s(e);
96
- var r = !1;
97
- } catch {
98
- r = !0;
99
- }
100
- if (r) {
101
- r = console;
102
- var o = r.error, i = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
103
- return o.call(
104
- r,
105
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
106
- i
107
- ), s(e);
108
- }
109
- }
110
- function a(e) {
111
- if (e === T) return "<>";
112
- if (typeof e == "object" && e !== null && e.$$typeof === C)
113
- return "<...>";
114
- try {
115
- var r = n(e);
116
- return r ? "<" + r + ">" : "<...>";
117
- } catch {
118
- return "<...>";
119
- }
120
- }
121
- function u() {
122
- var e = g.A;
123
- return e === null ? null : e.getOwner();
124
- }
125
- function l() {
126
- return Error("react-stack-top-frame");
127
- }
128
- function _(e) {
129
- if (Y.call(e, "key")) {
130
- var r = Object.getOwnPropertyDescriptor(e, "key").get;
131
- if (r && r.isReactWarning) return !1;
132
- }
133
- return e.key !== void 0;
134
- }
135
- function E(e, r) {
136
- function o() {
137
- I || (I = !0, console.error(
138
- "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
139
- r
140
- ));
141
- }
142
- o.isReactWarning = !0, Object.defineProperty(e, "key", {
143
- get: o,
144
- configurable: !0
145
- });
146
- }
147
- function S() {
148
- var e = n(this.type);
149
- return F[e] || (F[e] = !0, console.error(
150
- "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
151
- )), e = this.props.ref, e !== void 0 ? e : null;
152
- }
153
- function f(e, r, o, i, R, m, h, p) {
154
- return o = m.ref, e = {
155
- $$typeof: j,
156
- type: e,
157
- key: r,
158
- props: m,
159
- _owner: R
160
- }, (o !== void 0 ? o : null) !== null ? Object.defineProperty(e, "ref", {
161
- enumerable: !1,
162
- get: S
163
- }) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
164
- configurable: !1,
165
- enumerable: !1,
166
- writable: !0,
167
- value: 0
168
- }), Object.defineProperty(e, "_debugInfo", {
169
- configurable: !1,
170
- enumerable: !1,
171
- writable: !0,
172
- value: null
173
- }), Object.defineProperty(e, "_debugStack", {
174
- configurable: !1,
175
- enumerable: !1,
176
- writable: !0,
177
- value: h
178
- }), Object.defineProperty(e, "_debugTask", {
179
- configurable: !1,
180
- enumerable: !1,
181
- writable: !0,
182
- value: p
183
- }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
184
- }
185
- function v(e, r, o, i, R, m, h, p) {
186
- var c = r.children;
187
- if (c !== void 0)
188
- if (i)
189
- if (re(c)) {
190
- for (i = 0; i < c.length; i++)
191
- b(c[i]);
192
- Object.freeze && Object.freeze(c);
193
- } else
194
- console.error(
195
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
196
- );
197
- else b(c);
198
- if (Y.call(r, "key")) {
199
- c = n(e);
200
- var k = Object.keys(r).filter(function(te) {
201
- return te !== "key";
202
- });
203
- i = 0 < k.length ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}", D[c + i] || (k = 0 < k.length ? "{" + k.join(": ..., ") + ": ...}" : "{}", console.error(
204
- `A props object containing a "key" prop is being spread into JSX:
205
- let props = %s;
206
- <%s {...props} />
207
- React keys must be passed directly to JSX without using spread:
208
- let props = %s;
209
- <%s key={someKey} {...props} />`,
210
- i,
211
- c,
212
- k,
213
- c
214
- ), D[c + i] = !0);
215
- }
216
- if (c = null, o !== void 0 && (t(o), c = "" + o), _(r) && (t(r.key), c = "" + r.key), "key" in r) {
217
- o = {};
218
- for (var N in r)
219
- N !== "key" && (o[N] = r[N]);
220
- } else o = r;
221
- return c && E(
222
- o,
223
- typeof e == "function" ? e.displayName || e.name || "Unknown" : e
224
- ), f(
225
- e,
226
- c,
227
- m,
228
- R,
229
- u(),
230
- o,
231
- h,
232
- p
233
- );
234
- }
235
- function b(e) {
236
- typeof e == "object" && e !== null && e.$$typeof === j && e._store && (e._store.validated = 1);
237
- }
238
- var d = ne, j = Symbol.for("react.transitional.element"), x = Symbol.for("react.portal"), T = Symbol.for("react.fragment"), O = Symbol.for("react.strict_mode"), z = Symbol.for("react.profiler"), G = Symbol.for("react.consumer"), X = Symbol.for("react.context"), B = Symbol.for("react.forward_ref"), H = Symbol.for("react.suspense"), Z = Symbol.for("react.suspense_list"), Q = Symbol.for("react.memo"), C = Symbol.for("react.lazy"), K = Symbol.for("react.activity"), ee = Symbol.for("react.client.reference"), g = d.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Y = Object.prototype.hasOwnProperty, re = Array.isArray, w = console.createTask ? console.createTask : function() {
239
- return null;
240
- };
241
- d = {
242
- "react-stack-bottom-frame": function(e) {
243
- return e();
244
- }
245
- };
246
- var I, F = {}, V = d["react-stack-bottom-frame"].bind(
247
- d,
248
- l
249
- )(), $ = w(a(l)), D = {};
250
- A.Fragment = T, A.jsx = function(e, r, o, i, R) {
251
- var m = 1e4 > g.recentlyCreatedOwnerStacks++;
252
- return v(
253
- e,
254
- r,
255
- o,
256
- !1,
257
- i,
258
- R,
259
- m ? Error("react-stack-top-frame") : V,
260
- m ? w(a(e)) : $
261
- );
262
- }, A.jsxs = function(e, r, o, i, R) {
263
- var m = 1e4 > g.recentlyCreatedOwnerStacks++;
264
- return v(
265
- e,
266
- r,
267
- o,
268
- !0,
269
- i,
270
- R,
271
- m ? Error("react-stack-top-frame") : V,
272
- m ? w(a(e)) : $
273
- );
274
- };
275
- }()), A;
276
- }
277
- var M;
278
- function se() {
279
- return M || (M = 1, process.env.NODE_ENV === "production" ? P.exports = ae() : P.exports = oe()), P.exports;
280
- }
281
- var ie = se();
282
- function q(n) {
283
- var s, t, a = "";
284
- if (typeof n == "string" || typeof n == "number") a += n;
285
- else if (typeof n == "object") if (Array.isArray(n)) {
286
- var u = n.length;
287
- for (s = 0; s < u; s++) n[s] && (t = q(n[s])) && (a && (a += " "), a += t);
288
- } else for (t in n) n[t] && (a && (a += " "), a += t);
289
- return a;
290
- }
291
- function ue() {
292
- for (var n, s, t = 0, a = "", u = arguments.length; t < u; t++) (n = arguments[t]) && (s = q(n)) && (a && (a += " "), a += s);
293
- return a;
294
- }
295
- const U = (n) => typeof n == "boolean" ? `${n}` : n === 0 ? "0" : n, J = ue, ce = (n, s) => (t) => {
296
- var a;
297
- if (s?.variants == null) return J(n, t?.class, t?.className);
298
- const { variants: u, defaultVariants: l } = s, _ = Object.keys(u).map((f) => {
299
- const v = t?.[f], b = l?.[f];
300
- if (v === null) return null;
301
- const d = U(v) || U(b);
302
- return u[f][d];
303
- }), E = t && Object.entries(t).reduce((f, v) => {
304
- let [b, d] = v;
305
- return d === void 0 || (f[b] = d), f;
306
- }, {}), S = s == null || (a = s.compoundVariants) === null || a === void 0 ? void 0 : a.reduce((f, v) => {
307
- let { class: b, className: d, ...j } = v;
308
- return Object.entries(j).every((x) => {
309
- let [T, O] = x;
310
- return Array.isArray(O) ? O.includes({
311
- ...l,
312
- ...E
313
- }[T]) : {
314
- ...l,
315
- ...E
316
- }[T] === O;
317
- }) ? [
318
- ...f,
319
- b,
320
- d
321
- ] : f;
322
- }, []);
323
- return J(n, _, S, t?.class, t?.className);
324
- };
325
- export {
326
- ue as a,
327
- ce as c,
328
- ie as j
329
- };
@@ -1,168 +0,0 @@
1
- import { c as b, j as o } from "./index-DU1SCUkk.js";
2
- import i from "react";
3
- import { c as d } from "./cn-Ca4KprQ1.js";
4
- const g = b(
5
- "inline-block border animate-spin rounded-full",
6
- {
7
- variants: {
8
- size: {
9
- sm: "w-4 h-4 border-2",
10
- md: "w-6 h-6 border-2",
11
- lg: "w-8 h-8 border-4"
12
- },
13
- color: {
14
- primary: "border-coral border-t-transparent ",
15
- secondary: "border-sage border-t-transparent",
16
- tertiary: "border-mist border-t-transparent",
17
- ghost: "border-slate border-t-transparent",
18
- neutral: "border-neutral border-t-transparent",
19
- success: "border-success border-t-transparent",
20
- info: "border-info border-t-transparent",
21
- warning: "border-warning border-t-transparent",
22
- danger: "border-danger border-t-transparent"
23
- }
24
- },
25
- defaultVariants: {
26
- size: "md",
27
- color: "primary"
28
- }
29
- }
30
- ), c = b("relative w-full h-1 overflow-hidden rounded", {
31
- variants: {
32
- color: {
33
- primary: "bg-coral",
34
- secondary: "bg-sage",
35
- tertiary: "bg-mist",
36
- ghost: "bg-slate",
37
- neutral: "bg-neutral",
38
- success: "bg-success",
39
- info: "bg-info",
40
- warning: "bg-warning",
41
- danger: "bg-danger"
42
- },
43
- size: {
44
- sm: "h-1",
45
- md: "h-2",
46
- lg: "h-3"
47
- }
48
- },
49
- defaultVariants: {
50
- color: "primary",
51
- size: "md"
52
- }
53
- }), u = (r) => {
54
- switch (r) {
55
- case "primary":
56
- return "bg-coral";
57
- case "secondary":
58
- return "bg-sage";
59
- case "tertiary":
60
- return "bg-mist";
61
- case "ghost":
62
- return "bg-slate";
63
- case "neutral":
64
- return "bg-neutral";
65
- case "success":
66
- return "bg-success";
67
- case "info":
68
- return "bg-info";
69
- case "warning":
70
- return "bg-warning";
71
- case "danger":
72
- return "bg-danger";
73
- default:
74
- return "bg-coral";
75
- }
76
- }, m = i.forwardRef(
77
- ({
78
- color: r = "primary",
79
- size: e = "md",
80
- ariaLabel: a = "Loading",
81
- className: n,
82
- ...t
83
- }, s) => /* @__PURE__ */ o.jsx(
84
- "div",
85
- {
86
- ref: s,
87
- role: "status",
88
- "aria-label": a,
89
- className: d(g({ color: r, size: e }), n),
90
- ...t
91
- }
92
- )
93
- ), f = i.forwardRef(
94
- ({
95
- color: r = "primary",
96
- size: e = "md",
97
- ariaLabel: a = "Loading",
98
- className: n,
99
- ...t
100
- }, s) => /* @__PURE__ */ o.jsxs(
101
- "div",
102
- {
103
- ref: s,
104
- role: "progressbar",
105
- "aria-label": a,
106
- className: d(
107
- c({ color: r, size: e }),
108
- "bg-neutral/40 relative overflow-hidden",
109
- n
110
- ),
111
- ...t,
112
- children: [
113
- /* @__PURE__ */ o.jsx(
114
- "div",
115
- {
116
- className: d(
117
- "absolute left-0 top-0 w-full h-full rounded bg-neutral/40 pointer-events-none"
118
- ),
119
- "aria-hidden": "true"
120
- }
121
- ),
122
- /* @__PURE__ */ o.jsx(
123
- "div",
124
- {
125
- className: d(
126
- "absolute left-0 top-0 h-full w-1/3 animate-loading-bar rounded-full",
127
- u(r)
128
- ),
129
- "aria-hidden": "true"
130
- }
131
- )
132
- ]
133
- }
134
- )
135
- ), p = i.forwardRef(
136
- ({
137
- type: r = "spinner",
138
- size: e = "md",
139
- color: a = "primary",
140
- ariaLabel: n = "Loading",
141
- className: t,
142
- ...s
143
- }, l) => r === "bar" ? /* @__PURE__ */ o.jsx(
144
- f,
145
- {
146
- ref: l,
147
- color: a,
148
- size: e,
149
- ariaLabel: n,
150
- className: t,
151
- ...s
152
- }
153
- ) : /* @__PURE__ */ o.jsx(
154
- m,
155
- {
156
- ref: l,
157
- color: a,
158
- size: e,
159
- ariaLabel: n,
160
- className: t,
161
- ...s
162
- }
163
- )
164
- );
165
- p.displayName = "LoadingIndicator";
166
- export {
167
- p as L
168
- };