@jmruthers/pace-core 0.5.126 → 0.5.128
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/dist/{DataTable-6FN7XDXA.js → DataTable-3Z5HLOWF.js} +6 -6
- package/dist/{PublicLoadingSpinner-CaoRbHvJ.d.ts → PublicLoadingSpinner-CUAnTvcg.d.ts} +41 -21
- package/dist/{UnifiedAuthProvider-6C47WIML.js → UnifiedAuthProvider-CQDZRJIS.js} +3 -3
- package/dist/{chunk-QXGLU2O5.js → chunk-27MGXDD6.js} +282 -147
- package/dist/chunk-27MGXDD6.js.map +1 -0
- package/dist/{chunk-ZBLK676C.js → chunk-3CG5L6RN.js} +1 -19
- package/dist/chunk-3CG5L6RN.js.map +1 -0
- package/dist/{chunk-35ZDPMBM.js → chunk-BYXRHAIF.js} +3 -3
- package/dist/{chunk-IJOZZOGT.js → chunk-CQZU6TFE.js} +5 -5
- package/dist/{chunk-C43QIDN3.js → chunk-CTJRBUX2.js} +2 -2
- package/dist/{chunk-R4CRQUJJ.js → chunk-ENE3AB75.js} +463 -453
- package/dist/chunk-ENE3AB75.js.map +1 -0
- package/dist/{chunk-ESJTIADP.js → chunk-F64FFPOZ.js} +5 -15
- package/dist/{chunk-ESJTIADP.js.map → chunk-F64FFPOZ.js.map} +1 -1
- package/dist/{chunk-4MXVZVNS.js → chunk-TGIY2AR2.js} +2 -2
- package/dist/{chunk-XN6GWKMV.js → chunk-VZ5OR6HD.js} +161 -14
- package/dist/chunk-VZ5OR6HD.js.map +1 -0
- package/dist/{chunk-QWNJCQXZ.js → chunk-ZV77RZMU.js} +2 -2
- package/dist/{chunk-NZGLXZGP.js → chunk-ZYZCRSBD.js} +3 -54
- package/dist/chunk-ZYZCRSBD.js.map +1 -0
- package/dist/components.d.ts +1 -1
- package/dist/components.js +9 -9
- package/dist/hooks.js +7 -7
- package/dist/index.d.ts +1 -1
- package/dist/index.js +12 -12
- package/dist/providers.js +2 -2
- package/dist/rbac/index.js +7 -7
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +1 -1
- package/docs/api/classes/ColumnFactory.md +1 -1
- package/docs/api/classes/ErrorBoundary.md +1 -1
- package/docs/api/classes/InvalidScopeError.md +1 -1
- package/docs/api/classes/MissingUserContextError.md +1 -1
- package/docs/api/classes/OrganisationContextRequiredError.md +1 -1
- package/docs/api/classes/PermissionDeniedError.md +1 -1
- package/docs/api/classes/PublicErrorBoundary.md +1 -1
- package/docs/api/classes/RBACAuditManager.md +1 -1
- package/docs/api/classes/RBACCache.md +1 -1
- package/docs/api/classes/RBACEngine.md +1 -1
- package/docs/api/classes/RBACError.md +1 -1
- package/docs/api/classes/RBACNotInitializedError.md +1 -1
- package/docs/api/classes/SecureSupabaseClient.md +1 -1
- package/docs/api/classes/StorageUtils.md +1 -1
- package/docs/api/enums/FileCategory.md +1 -1
- package/docs/api/interfaces/AggregateConfig.md +1 -1
- package/docs/api/interfaces/ButtonProps.md +1 -1
- package/docs/api/interfaces/CardProps.md +1 -1
- package/docs/api/interfaces/ColorPalette.md +1 -1
- package/docs/api/interfaces/ColorShade.md +1 -1
- package/docs/api/interfaces/DataAccessRecord.md +1 -1
- package/docs/api/interfaces/DataRecord.md +1 -1
- package/docs/api/interfaces/DataTableAction.md +1 -1
- package/docs/api/interfaces/DataTableColumn.md +1 -1
- package/docs/api/interfaces/DataTableProps.md +1 -1
- package/docs/api/interfaces/DataTableToolbarButton.md +1 -1
- package/docs/api/interfaces/EmptyStateConfig.md +1 -1
- package/docs/api/interfaces/EnhancedNavigationMenuProps.md +1 -1
- package/docs/api/interfaces/EventAppRoleData.md +1 -1
- package/docs/api/interfaces/FileDisplayProps.md +1 -1
- package/docs/api/interfaces/FileMetadata.md +1 -1
- package/docs/api/interfaces/FileReference.md +1 -1
- package/docs/api/interfaces/FileSizeLimits.md +1 -1
- package/docs/api/interfaces/FileUploadOptions.md +1 -1
- package/docs/api/interfaces/FileUploadProps.md +1 -1
- package/docs/api/interfaces/FooterProps.md +1 -1
- package/docs/api/interfaces/GrantEventAppRoleParams.md +1 -1
- package/docs/api/interfaces/InactivityWarningModalProps.md +1 -1
- package/docs/api/interfaces/InputProps.md +1 -1
- package/docs/api/interfaces/LabelProps.md +1 -1
- package/docs/api/interfaces/LoginFormProps.md +1 -1
- package/docs/api/interfaces/NavigationAccessRecord.md +1 -1
- package/docs/api/interfaces/NavigationContextType.md +1 -1
- package/docs/api/interfaces/NavigationGuardProps.md +1 -1
- package/docs/api/interfaces/NavigationItem.md +1 -1
- package/docs/api/interfaces/NavigationMenuProps.md +1 -1
- package/docs/api/interfaces/NavigationProviderProps.md +1 -1
- package/docs/api/interfaces/Organisation.md +1 -1
- package/docs/api/interfaces/OrganisationContextType.md +1 -1
- package/docs/api/interfaces/OrganisationMembership.md +1 -1
- package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
- package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
- package/docs/api/interfaces/PaceAppLayoutProps.md +27 -27
- package/docs/api/interfaces/PaceLoginPageProps.md +1 -1
- package/docs/api/interfaces/PageAccessRecord.md +1 -1
- package/docs/api/interfaces/PagePermissionContextType.md +1 -1
- package/docs/api/interfaces/PagePermissionGuardProps.md +1 -1
- package/docs/api/interfaces/PagePermissionProviderProps.md +1 -1
- package/docs/api/interfaces/PaletteData.md +1 -1
- package/docs/api/interfaces/PermissionEnforcerProps.md +1 -1
- package/docs/api/interfaces/ProtectedRouteProps.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryProps.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryState.md +1 -1
- package/docs/api/interfaces/PublicLoadingSpinnerProps.md +1 -1
- package/docs/api/interfaces/PublicPageFooterProps.md +1 -1
- package/docs/api/interfaces/PublicPageHeaderProps.md +10 -62
- package/docs/api/interfaces/PublicPageLayoutProps.md +1 -1
- package/docs/api/interfaces/RBACConfig.md +1 -1
- package/docs/api/interfaces/RBACLogger.md +1 -1
- package/docs/api/interfaces/RevokeEventAppRoleParams.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterContextType.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterProps.md +1 -1
- package/docs/api/interfaces/RoleManagementResult.md +1 -1
- package/docs/api/interfaces/RouteAccessRecord.md +1 -1
- package/docs/api/interfaces/RouteConfig.md +1 -1
- package/docs/api/interfaces/SecureDataContextType.md +1 -1
- package/docs/api/interfaces/SecureDataProviderProps.md +1 -1
- package/docs/api/interfaces/StorageConfig.md +1 -1
- package/docs/api/interfaces/StorageFileInfo.md +1 -1
- package/docs/api/interfaces/StorageFileMetadata.md +1 -1
- package/docs/api/interfaces/StorageListOptions.md +1 -1
- package/docs/api/interfaces/StorageListResult.md +1 -1
- package/docs/api/interfaces/StorageUploadOptions.md +1 -1
- package/docs/api/interfaces/StorageUploadResult.md +1 -1
- package/docs/api/interfaces/StorageUrlOptions.md +1 -1
- package/docs/api/interfaces/StyleImport.md +1 -1
- package/docs/api/interfaces/SwitchProps.md +1 -1
- package/docs/api/interfaces/ToastActionElement.md +1 -1
- package/docs/api/interfaces/ToastProps.md +1 -1
- package/docs/api/interfaces/UnifiedAuthContextType.md +1 -1
- package/docs/api/interfaces/UnifiedAuthProviderProps.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerOptions.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerReturn.md +1 -1
- package/docs/api/interfaces/UsePublicEventOptions.md +1 -1
- package/docs/api/interfaces/UsePublicEventReturn.md +1 -1
- package/docs/api/interfaces/UsePublicFileDisplayOptions.md +1 -1
- package/docs/api/interfaces/UsePublicFileDisplayReturn.md +1 -1
- package/docs/api/interfaces/UsePublicRouteParamsReturn.md +1 -1
- package/docs/api/interfaces/UseResolvedScopeOptions.md +1 -1
- package/docs/api/interfaces/UseResolvedScopeReturn.md +1 -1
- package/docs/api/interfaces/UserEventAccess.md +1 -1
- package/docs/api/interfaces/UserMenuProps.md +1 -1
- package/docs/api/interfaces/UserProfile.md +1 -1
- package/docs/api/modules.md +53 -28
- package/docs/api-reference/components.md +24 -0
- package/docs/api-reference/types.md +28 -0
- package/docs/architecture/rpc-function-standards.md +39 -5
- package/docs/implementation-guides/data-tables.md +55 -10
- package/docs/implementation-guides/permission-enforcement.md +4 -0
- package/docs/rbac/super-admin-guide.md +43 -5
- package/package.json +1 -1
- package/src/components/Button/Button.tsx +1 -1
- package/src/components/DataTable/__tests__/DataTable.export.test.tsx +702 -0
- package/src/components/DataTable/components/DataTableCore.tsx +55 -36
- package/src/components/DataTable/components/ImportModal.tsx +134 -2
- package/src/components/DataTable/index.ts +3 -1
- package/src/components/DataTable/types.ts +68 -0
- package/src/components/Dialog/Dialog.tsx +0 -13
- package/src/components/FileDisplay/FileDisplay.tsx +76 -0
- package/src/components/Header/Header.tsx +5 -0
- package/src/components/PaceAppLayout/PaceAppLayout.tsx +72 -50
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.security.test.tsx +81 -1
- package/src/components/PublicLayout/PublicPageFooter.tsx +1 -1
- package/src/components/PublicLayout/PublicPageHeader.tsx +69 -128
- package/src/components/PublicLayout/PublicPageLayout.tsx +4 -4
- package/src/components/PublicLayout/PublicPageProvider.tsx +12 -3
- package/src/components/PublicLayout/__tests__/PublicPageFooter.test.tsx +1 -1
- package/src/components/PublicLayout/__tests__/PublicPageHeader.test.tsx +3 -18
- package/src/hooks/__tests__/useAppConfig.unit.test.ts +3 -1
- package/src/hooks/__tests__/usePermissionCache.unit.test.ts +11 -5
- package/src/hooks/__tests__/usePublicRouteParams.unit.test.ts +8 -7
- package/src/hooks/__tests__/useSecureDataAccess.unit.test.tsx +41 -46
- package/src/hooks/public/usePublicFileDisplay.ts +176 -7
- package/src/hooks/public/usePublicRouteParams.ts +0 -12
- package/src/hooks/useAppConfig.ts +15 -6
- package/src/hooks/usePermissionCache.test.ts +12 -4
- package/src/hooks/usePermissionCache.ts +3 -19
- package/src/hooks/useSecureDataAccess.ts +0 -63
- package/src/services/EventService.ts +0 -19
- package/dist/chunk-NZGLXZGP.js.map +0 -1
- package/dist/chunk-QXGLU2O5.js.map +0 -1
- package/dist/chunk-R4CRQUJJ.js.map +0 -1
- package/dist/chunk-XN6GWKMV.js.map +0 -1
- package/dist/chunk-ZBLK676C.js.map +0 -1
- /package/dist/{DataTable-6FN7XDXA.js.map → DataTable-3Z5HLOWF.js.map} +0 -0
- /package/dist/{UnifiedAuthProvider-6C47WIML.js.map → UnifiedAuthProvider-CQDZRJIS.js.map} +0 -0
- /package/dist/{chunk-35ZDPMBM.js.map → chunk-BYXRHAIF.js.map} +0 -0
- /package/dist/{chunk-IJOZZOGT.js.map → chunk-CQZU6TFE.js.map} +0 -0
- /package/dist/{chunk-C43QIDN3.js.map → chunk-CTJRBUX2.js.map} +0 -0
- /package/dist/{chunk-4MXVZVNS.js.map → chunk-TGIY2AR2.js.map} +0 -0
- /package/dist/{chunk-QWNJCQXZ.js.map → chunk-ZV77RZMU.js.map} +0 -0
|
@@ -54,8 +54,8 @@ import {
|
|
|
54
54
|
sortHierarchicalDataWithSorting,
|
|
55
55
|
validateHierarchicalData,
|
|
56
56
|
validatePaginationConfig
|
|
57
|
-
} from "./chunk-
|
|
58
|
-
import "./chunk-
|
|
57
|
+
} from "./chunk-27MGXDD6.js";
|
|
58
|
+
import "./chunk-BYXRHAIF.js";
|
|
59
59
|
import "./chunk-WP5I5GLN.js";
|
|
60
60
|
import "./chunk-3DBFLLLU.js";
|
|
61
61
|
import {
|
|
@@ -76,9 +76,9 @@ import {
|
|
|
76
76
|
throttle,
|
|
77
77
|
useDataTablePerformance
|
|
78
78
|
} from "./chunk-GKHF54DI.js";
|
|
79
|
-
import "./chunk-
|
|
80
|
-
import "./chunk-
|
|
81
|
-
import "./chunk-
|
|
79
|
+
import "./chunk-TGIY2AR2.js";
|
|
80
|
+
import "./chunk-CTJRBUX2.js";
|
|
81
|
+
import "./chunk-3CG5L6RN.js";
|
|
82
82
|
import "./chunk-JCQZ6LA7.js";
|
|
83
83
|
import "./chunk-PYUXFQJ3.js";
|
|
84
84
|
import "./chunk-BDZUMRBD.js";
|
|
@@ -157,4 +157,4 @@ export {
|
|
|
157
157
|
validateHierarchicalData,
|
|
158
158
|
validatePaginationConfig
|
|
159
159
|
};
|
|
160
|
-
//# sourceMappingURL=DataTable-
|
|
160
|
+
//# sourceMappingURL=DataTable-3Z5HLOWF.js.map
|
|
@@ -1876,6 +1876,11 @@ interface HeaderProps {
|
|
|
1876
1876
|
* A flexible header component that supports various configurations including custom logos,
|
|
1877
1877
|
* navigation menus, user authentication, event selection, and custom actions.
|
|
1878
1878
|
*
|
|
1879
|
+
* **Logo Display:** When used via PaceAppLayout, the logo URL is automatically constructed
|
|
1880
|
+
* from the appName prop as `/${appName.toLowerCase()}_logo_wide.svg`. The appName should
|
|
1881
|
+
* come from an APP_NAME constant declared in your App.tsx file to ensure consistency across
|
|
1882
|
+
* authenticated and public pages.
|
|
1883
|
+
*
|
|
1879
1884
|
* Features:
|
|
1880
1885
|
* - Customizable logo (URL or custom component)
|
|
1881
1886
|
* - Clickable logo that automatically routes to dashboard (configurable via logoHref)
|
|
@@ -2284,6 +2289,17 @@ interface PaceAppLayoutProps {
|
|
|
2284
2289
|
* Outlet to render child routes. It provides integrated authentication, navigation,
|
|
2285
2290
|
* and user management functionality.
|
|
2286
2291
|
*
|
|
2292
|
+
* **Super Admin Access:** When `enforcePermissions={true}`, PaceAppLayout automatically
|
|
2293
|
+
* checks if the user is a super admin before enforcing permissions. Super admins bypass
|
|
2294
|
+
* all permission checks and can access any route without violations. The component extracts
|
|
2295
|
+
* base page names from route paths (e.g., `/organisation/scouts-victoria` → `"organisation"`)
|
|
2296
|
+
* for permission checking, which can be overridden using `pageIdMapping`.
|
|
2297
|
+
*
|
|
2298
|
+
* **Important:** The appName prop should use an APP_NAME constant declared in your App.tsx
|
|
2299
|
+
* file. This ensures consistency with public pages (via PublicPageProvider) which should
|
|
2300
|
+
* also receive the same APP_NAME constant. The logo URL is automatically constructed as
|
|
2301
|
+
* `/${appName.toLowerCase()}_logo_wide.svg` from the public folder.
|
|
2302
|
+
*
|
|
2287
2303
|
* Features:
|
|
2288
2304
|
* - React Router v6 integration with nested routing
|
|
2289
2305
|
* - Unified authentication integration
|
|
@@ -2295,23 +2311,27 @@ interface PaceAppLayoutProps {
|
|
|
2295
2311
|
* - Layout-level permission enforcement
|
|
2296
2312
|
* - Permission-based navigation filtering
|
|
2297
2313
|
* - Automatic page permission validation
|
|
2314
|
+
* - Super admin bypass (super admins automatically bypass all permission checks)
|
|
2298
2315
|
*
|
|
2299
2316
|
* @example
|
|
2300
2317
|
* Basic React Router setup with permission enforcement (RECOMMENDED):
|
|
2301
2318
|
* ```tsx
|
|
2302
2319
|
* import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
|
|
2303
2320
|
* import { UnifiedAuthProvider } from '@jmruthers/pace-core/providers';
|
|
2304
|
-
* import { PaceAppLayout, PaceLoginPage } from '@jmruthers/pace-core';
|
|
2321
|
+
* import { PaceAppLayout, PaceLoginPage, PublicPageApp } from '@jmruthers/pace-core';
|
|
2322
|
+
*
|
|
2323
|
+
* const APP_NAME = 'CORE';
|
|
2305
2324
|
*
|
|
2306
2325
|
* function App() {
|
|
2307
2326
|
* return (
|
|
2308
|
-
* <UnifiedAuthProvider supabaseClient={supabase} appName=
|
|
2327
|
+
* <UnifiedAuthProvider supabaseClient={supabase} appName={APP_NAME}>
|
|
2309
2328
|
* <Router>
|
|
2310
2329
|
* <Routes>
|
|
2311
|
-
* <Route path="/login" element={<PaceLoginPage appName=
|
|
2330
|
+
* <Route path="/login" element={<PaceLoginPage appName={APP_NAME} />} />
|
|
2331
|
+
* <Route path="/events/*" element={<PublicPageApp appName={APP_NAME} />} />
|
|
2312
2332
|
* <Route path="/" element={
|
|
2313
2333
|
* <PaceAppLayout
|
|
2314
|
-
* appName=
|
|
2334
|
+
* appName={APP_NAME}
|
|
2315
2335
|
* enforcePermissions={true}
|
|
2316
2336
|
* defaultPermission="read"
|
|
2317
2337
|
* />
|
|
@@ -3286,16 +3306,8 @@ interface PublicPageHeaderProps {
|
|
|
3286
3306
|
className?: string;
|
|
3287
3307
|
/** Custom content to display in the header */
|
|
3288
3308
|
children?: ReactNode;
|
|
3289
|
-
/** Custom app logo component (overrides logoUrl and auto-generated path) */
|
|
3290
|
-
customAppLogo?: ReactNode;
|
|
3291
3309
|
/** Custom event logo component */
|
|
3292
3310
|
customEventLogo?: ReactNode;
|
|
3293
|
-
/** URL to the app logo image (overrides auto-generated path, but customAppLogo takes precedence) */
|
|
3294
|
-
logoUrl?: string;
|
|
3295
|
-
/** Alt text for the app logo (defaults to appName from useAppConfig) */
|
|
3296
|
-
logoAlt?: string;
|
|
3297
|
-
/** URL to navigate to when app logo is clicked */
|
|
3298
|
-
logoHref?: string;
|
|
3299
3311
|
}
|
|
3300
3312
|
/**
|
|
3301
3313
|
* Header component for public pages with event-specific branding
|
|
@@ -3303,23 +3315,28 @@ interface PublicPageHeaderProps {
|
|
|
3303
3315
|
* This component displays the app logo, event logo, and event information
|
|
3304
3316
|
* in a clean, accessible layout suitable for public pages.
|
|
3305
3317
|
*
|
|
3306
|
-
*
|
|
3307
|
-
*
|
|
3308
|
-
* 2. logoUrl prop (if provided) - direct URL override
|
|
3309
|
-
* 3. Auto-generated path from appName via useAppConfig() - convention-based
|
|
3310
|
-
* 4. Default SVG fallback - lowest priority
|
|
3318
|
+
* The app logo is automatically generated from the appName using the pattern:
|
|
3319
|
+
* `/{appName.toLowerCase()}_logo_wide.svg` from the public folder.
|
|
3311
3320
|
*
|
|
3312
|
-
* The
|
|
3313
|
-
*
|
|
3321
|
+
* **Important:** The appName is obtained from PublicPageProvider context, which should
|
|
3322
|
+
* receive the APP_NAME constant from your App.tsx file. This ensures consistency with
|
|
3323
|
+
* authenticated pages that use the same APP_NAME constant.
|
|
3324
|
+
*
|
|
3325
|
+
* **Event Logo Requirements:**
|
|
3326
|
+
* - Event logo files must be marked as `is_public = true` in the `file_references` table
|
|
3327
|
+
* - The RPC function `data_file_reference_by_category_list` must be accessible to the anonymous/public role
|
|
3328
|
+
* - Storage bucket must allow public read access for logo files
|
|
3329
|
+
* - If no public logo is available, a fallback UI with event initials will be displayed
|
|
3314
3330
|
*
|
|
3315
3331
|
* @param props - Header configuration and content
|
|
3316
3332
|
* @returns React element with public page header
|
|
3317
3333
|
*/
|
|
3318
|
-
declare function PublicPageHeader({ event, eventCode, title, description, showEventLogo, showAppLogo, className, children,
|
|
3334
|
+
declare function PublicPageHeader({ event, eventCode, title, description, showEventLogo, showAppLogo, className, children, customEventLogo }: PublicPageHeaderProps): react_jsx_runtime.JSX.Element;
|
|
3319
3335
|
|
|
3320
3336
|
interface PublicPageContextType {
|
|
3321
3337
|
isPublicPage: true;
|
|
3322
3338
|
supabase: ReturnType<typeof createClient<Database>> | null;
|
|
3339
|
+
appName: string | null;
|
|
3323
3340
|
environment: {
|
|
3324
3341
|
supabaseUrl: string | null;
|
|
3325
3342
|
supabaseKey: string | null;
|
|
@@ -3327,6 +3344,8 @@ interface PublicPageContextType {
|
|
|
3327
3344
|
}
|
|
3328
3345
|
interface PublicPageProviderProps {
|
|
3329
3346
|
children: ReactNode;
|
|
3347
|
+
/** Application name for logo display and branding. Should match the APP_NAME constant used in App.tsx */
|
|
3348
|
+
appName?: string;
|
|
3330
3349
|
}
|
|
3331
3350
|
/**
|
|
3332
3351
|
* Provider for public pages that completely isolates them from authentication context
|
|
@@ -3336,8 +3355,9 @@ interface PublicPageProviderProps {
|
|
|
3336
3355
|
* - Provides environment variables for public data access
|
|
3337
3356
|
* - Includes error boundary for graceful error handling
|
|
3338
3357
|
* - Is completely separate from the main app context
|
|
3358
|
+
* - Provides appName for consistent logo display
|
|
3339
3359
|
*/
|
|
3340
|
-
declare function PublicPageProvider({ children }: PublicPageProviderProps): react_jsx_runtime.JSX.Element;
|
|
3360
|
+
declare function PublicPageProvider({ children, appName }: PublicPageProviderProps): react_jsx_runtime.JSX.Element;
|
|
3341
3361
|
/**
|
|
3342
3362
|
* Hook to access public page context
|
|
3343
3363
|
*
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
init_UnifiedAuthProvider
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-CTJRBUX2.js";
|
|
4
4
|
import {
|
|
5
5
|
UnifiedAuthProvider,
|
|
6
6
|
useUnifiedAuth
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3CG5L6RN.js";
|
|
8
8
|
import "./chunk-BDZUMRBD.js";
|
|
9
9
|
import "./chunk-UJI6WSMD.js";
|
|
10
10
|
import "./chunk-PLDDJCW6.js";
|
|
@@ -13,4 +13,4 @@ export {
|
|
|
13
13
|
UnifiedAuthProvider,
|
|
14
14
|
useUnifiedAuth
|
|
15
15
|
};
|
|
16
|
-
//# sourceMappingURL=UnifiedAuthProvider-
|
|
16
|
+
//# sourceMappingURL=UnifiedAuthProvider-CQDZRJIS.js.map
|