fansunited-management-components 1.50.15 → 1.51.0-RC1
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 +28 -11
- package/index.umd.js +178 -178
- package/package.json +1 -1
- package/src/constants/components.d.ts +5 -0
- package/src/constants/components.d.ts.map +1 -1
- package/src/index.d.ts +22 -9
- package/src/index.d.ts.map +1 -1
- package/src/constants/components2.d.ts +0 -47
- package/src/constants/components2.d.ts.map +0 -1
package/index.es.js
CHANGED
|
@@ -36215,6 +36215,11 @@ const Iy = Qe(/* @__PURE__ */ u.jsx("path", {
|
|
|
36215
36215
|
Duration: _R,
|
|
36216
36216
|
DatePickerComponent: Ao,
|
|
36217
36217
|
Flags: fL,
|
|
36218
|
+
/**
|
|
36219
|
+
* Centered loading spinner that fills its container.
|
|
36220
|
+
*
|
|
36221
|
+
* @property {number} my - Vertical margin (theme spacing units) applied to the container.
|
|
36222
|
+
*/
|
|
36218
36223
|
Spinner: tl,
|
|
36219
36224
|
Tags: xb,
|
|
36220
36225
|
Toast: gt,
|
|
@@ -36257,24 +36262,36 @@ const Iy = Qe(/* @__PURE__ */ u.jsx("path", {
|
|
|
36257
36262
|
return window.addEventListener("resize", i), () => window.removeEventListener("resize", i);
|
|
36258
36263
|
}, []), { isMobile: e, isPhone: n };
|
|
36259
36264
|
}, Az = {
|
|
36265
|
+
/**
|
|
36266
|
+
* React context that exposes the Fans United SDK instance and HTTPS service.
|
|
36267
|
+
* Use via `useAPIContext()`.
|
|
36268
|
+
*/
|
|
36260
36269
|
APIProvider: lA,
|
|
36270
|
+
/**
|
|
36271
|
+
* Auth provider that subscribes to Firebase auth state and provides the user once loaded.
|
|
36272
|
+
*/
|
|
36261
36273
|
AuthProvider: cA,
|
|
36274
|
+
/**
|
|
36275
|
+
* React context exposing the current Firebase user.
|
|
36276
|
+
*/
|
|
36262
36277
|
AuthContext: sm,
|
|
36278
|
+
/**
|
|
36279
|
+
* Provider that exposes the components registry to descendants.
|
|
36280
|
+
*/
|
|
36263
36281
|
ComponentProvider: dz,
|
|
36282
|
+
/**
|
|
36283
|
+
* Hook to access the registry of public components provided by ComponentProvider.
|
|
36284
|
+
*/
|
|
36264
36285
|
useComponentContext: fz,
|
|
36286
|
+
/**
|
|
36287
|
+
* Hook to access the API services provided by APIProvider.
|
|
36288
|
+
*/
|
|
36265
36289
|
useAPIContext: xt,
|
|
36290
|
+
/**
|
|
36291
|
+
* Determine if the viewport width is mobile or phone sized and updates on resize.
|
|
36292
|
+
*/
|
|
36266
36293
|
useIsMobile: hz
|
|
36267
36294
|
};
|
|
36268
36295
|
export {
|
|
36269
|
-
|
|
36270
|
-
sm as AuthContext,
|
|
36271
|
-
cA as AuthProvider,
|
|
36272
|
-
Ay as ComponentContext,
|
|
36273
|
-
dz as ComponentProvider,
|
|
36274
|
-
tl as Spinner,
|
|
36275
|
-
uz as components,
|
|
36276
|
-
Az as default,
|
|
36277
|
-
xt as useAPIContext,
|
|
36278
|
-
fz as useComponentContext,
|
|
36279
|
-
hz as useIsMobile
|
|
36296
|
+
Az as default
|
|
36280
36297
|
};
|