fansunited-management-components 1.50.13 → 1.50.14
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/index.es.js +2 -4
- package/index.umd.js +66 -66
- package/package.json +1 -1
- package/src/constants/components.d.ts +1 -96
- package/src/constants/components.d.ts.map +1 -1
- package/src/context/ComponentContext.d.ts +304 -2
- package/src/context/ComponentContext.d.ts.map +1 -1
- package/src/hooks/useComponentContext.d.ts +1 -8
- package/src/hooks/useComponentContext.d.ts.map +1 -1
- package/src/index.d.ts +2 -3
- package/src/index.d.ts.map +1 -1
package/index.es.js
CHANGED
|
@@ -36243,10 +36243,7 @@ const Iy = Qe(/* @__PURE__ */ u.jsx("path", {
|
|
|
36243
36243
|
WidgetListEmbedCode: sz,
|
|
36244
36244
|
AdvancedProfileSearchSelect: lz,
|
|
36245
36245
|
FormatNumber: cz
|
|
36246
|
-
}, Ay = jn(null), dz = ({ children: e }) => {
|
|
36247
|
-
const t = uz;
|
|
36248
|
-
return /* @__PURE__ */ u.jsx(Ay.Provider, { value: t, children: e });
|
|
36249
|
-
}, fz = () => {
|
|
36246
|
+
}, Ay = jn(null), dz = ({ children: e }) => /* @__PURE__ */ u.jsx(Ay.Provider, { value: uz, children: e }), fz = () => {
|
|
36250
36247
|
const e = Vt(Ay);
|
|
36251
36248
|
if (!e)
|
|
36252
36249
|
throw new Error("useComponentContext must be used within a ComponentProvider");
|
|
@@ -36274,6 +36271,7 @@ export {
|
|
|
36274
36271
|
cA as AuthProvider,
|
|
36275
36272
|
Ay as ComponentContext,
|
|
36276
36273
|
dz as ComponentProvider,
|
|
36274
|
+
tl as Spinner,
|
|
36277
36275
|
uz as components,
|
|
36278
36276
|
Az as default,
|
|
36279
36277
|
xt as useAPIContext,
|