@jmruthers/pace-core 0.5.69 → 0.5.70

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 (150) hide show
  1. package/dist/{DataTable-MPBSXUC6.js → DataTable-OSELOGMA.js} +5 -4
  2. package/dist/{PublicLoadingSpinner-BOdyU3u-.d.ts → PublicLoadingSpinner-DLpF5bbs.d.ts} +77 -1
  3. package/dist/{chunk-NO5QHMDX.js → chunk-4YMVZ76F.js} +3 -3
  4. package/dist/{chunk-UCMHBF7Y.js → chunk-5G7JA3L5.js} +2 -2
  5. package/dist/{chunk-ZXJGZLLO.js → chunk-5NV76BYF.js} +660 -104
  6. package/dist/chunk-5NV76BYF.js.map +1 -0
  7. package/dist/{chunk-V3QO3LL7.js → chunk-BHBMXMLT.js} +2 -2
  8. package/dist/{chunk-FJTAWPAQ.js → chunk-FOT3WUV6.js} +2 -2
  9. package/dist/{chunk-6JILXFEA.js → chunk-GCUIIBLB.js} +48 -1
  10. package/dist/{chunk-6JILXFEA.js.map → chunk-GCUIIBLB.js.map} +1 -1
  11. package/dist/{chunk-2ARQW6VX.js → chunk-KWQH4VO3.js} +2 -2
  12. package/dist/{chunk-RVYGJPOD.js → chunk-OTJUAYBG.js} +7 -5
  13. package/dist/{chunk-RVYGJPOD.js.map → chunk-OTJUAYBG.js.map} +1 -1
  14. package/dist/chunk-SMJZMKYN.js +141 -0
  15. package/dist/chunk-SMJZMKYN.js.map +1 -0
  16. package/dist/{chunk-Q2UP3ZWQ.js → chunk-V2TE7LOF.js} +4 -4
  17. package/dist/{chunk-L3RV2ALE.js → chunk-VKOCWWVY.js} +6 -1
  18. package/dist/{chunk-L3RV2ALE.js.map → chunk-VKOCWWVY.js.map} +1 -1
  19. package/dist/components.d.ts +4 -79
  20. package/dist/components.js +21 -578
  21. package/dist/components.js.map +1 -1
  22. package/dist/hooks.js +5 -5
  23. package/dist/index.d.ts +3 -2
  24. package/dist/index.js +25 -12
  25. package/dist/index.js.map +1 -1
  26. package/dist/providers.js +3 -2
  27. package/dist/rbac/index.js +5 -4
  28. package/dist/styles/index.js +2 -2
  29. package/dist/theming/runtime.d.ts +4 -3
  30. package/dist/theming/runtime.js +3 -1
  31. package/dist/utils.js +1 -1
  32. package/docs/api/classes/ColumnFactory.md +1 -1
  33. package/docs/api/classes/ErrorBoundary.md +1 -1
  34. package/docs/api/classes/InvalidScopeError.md +1 -1
  35. package/docs/api/classes/MissingUserContextError.md +1 -1
  36. package/docs/api/classes/OrganisationContextRequiredError.md +1 -1
  37. package/docs/api/classes/PermissionDeniedError.md +1 -1
  38. package/docs/api/classes/PublicErrorBoundary.md +1 -1
  39. package/docs/api/classes/RBACAuditManager.md +1 -1
  40. package/docs/api/classes/RBACCache.md +1 -1
  41. package/docs/api/classes/RBACEngine.md +1 -1
  42. package/docs/api/classes/RBACError.md +1 -1
  43. package/docs/api/classes/RBACNotInitializedError.md +1 -1
  44. package/docs/api/classes/SecureSupabaseClient.md +1 -1
  45. package/docs/api/classes/StorageUtils.md +1 -1
  46. package/docs/api/enums/FileCategory.md +129 -0
  47. package/docs/api/interfaces/AggregateConfig.md +1 -1
  48. package/docs/api/interfaces/ButtonProps.md +1 -1
  49. package/docs/api/interfaces/CardProps.md +1 -1
  50. package/docs/api/interfaces/ColorPalette.md +1 -1
  51. package/docs/api/interfaces/ColorShade.md +1 -1
  52. package/docs/api/interfaces/DataAccessRecord.md +1 -1
  53. package/docs/api/interfaces/DataTableAction.md +1 -1
  54. package/docs/api/interfaces/DataTableColumn.md +1 -1
  55. package/docs/api/interfaces/DataTableProps.md +1 -1
  56. package/docs/api/interfaces/DataTableToolbarButton.md +1 -1
  57. package/docs/api/interfaces/EmptyStateConfig.md +1 -1
  58. package/docs/api/interfaces/EnhancedNavigationMenuProps.md +1 -1
  59. package/docs/api/interfaces/EventContextType.md +7 -7
  60. package/docs/api/interfaces/EventLogoProps.md +1 -1
  61. package/docs/api/interfaces/EventProviderProps.md +2 -2
  62. package/docs/api/interfaces/FileDisplayProps.md +107 -0
  63. package/docs/api/interfaces/FileMetadata.md +129 -0
  64. package/docs/api/interfaces/FileReference.md +118 -0
  65. package/docs/api/interfaces/FileSizeLimits.md +1 -1
  66. package/docs/api/interfaces/FileUploadOptions.md +85 -0
  67. package/docs/api/interfaces/FileUploadProps.md +1 -1
  68. package/docs/api/interfaces/FooterProps.md +1 -1
  69. package/docs/api/interfaces/InactivityWarningModalProps.md +1 -1
  70. package/docs/api/interfaces/InputProps.md +1 -1
  71. package/docs/api/interfaces/LabelProps.md +1 -1
  72. package/docs/api/interfaces/LoginFormProps.md +1 -1
  73. package/docs/api/interfaces/NavigationAccessRecord.md +1 -1
  74. package/docs/api/interfaces/NavigationContextType.md +1 -1
  75. package/docs/api/interfaces/NavigationGuardProps.md +1 -1
  76. package/docs/api/interfaces/NavigationItem.md +1 -1
  77. package/docs/api/interfaces/NavigationMenuProps.md +1 -1
  78. package/docs/api/interfaces/NavigationProviderProps.md +1 -1
  79. package/docs/api/interfaces/Organisation.md +1 -1
  80. package/docs/api/interfaces/OrganisationContextType.md +1 -1
  81. package/docs/api/interfaces/OrganisationMembership.md +1 -1
  82. package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
  83. package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
  84. package/docs/api/interfaces/PaceAppLayoutProps.md +1 -1
  85. package/docs/api/interfaces/PaceLoginPageProps.md +1 -1
  86. package/docs/api/interfaces/PageAccessRecord.md +1 -1
  87. package/docs/api/interfaces/PagePermissionContextType.md +1 -1
  88. package/docs/api/interfaces/PagePermissionGuardProps.md +1 -1
  89. package/docs/api/interfaces/PagePermissionProviderProps.md +1 -1
  90. package/docs/api/interfaces/PaletteData.md +1 -1
  91. package/docs/api/interfaces/PermissionEnforcerProps.md +1 -1
  92. package/docs/api/interfaces/PublicErrorBoundaryProps.md +1 -1
  93. package/docs/api/interfaces/PublicErrorBoundaryState.md +1 -1
  94. package/docs/api/interfaces/PublicLoadingSpinnerProps.md +1 -1
  95. package/docs/api/interfaces/PublicPageFooterProps.md +1 -1
  96. package/docs/api/interfaces/PublicPageHeaderProps.md +1 -1
  97. package/docs/api/interfaces/PublicPageLayoutProps.md +1 -1
  98. package/docs/api/interfaces/RBACConfig.md +1 -1
  99. package/docs/api/interfaces/RBACContextType.md +1 -1
  100. package/docs/api/interfaces/RBACLogger.md +1 -1
  101. package/docs/api/interfaces/RBACProviderProps.md +1 -1
  102. package/docs/api/interfaces/RoleBasedRouterContextType.md +1 -1
  103. package/docs/api/interfaces/RoleBasedRouterProps.md +1 -1
  104. package/docs/api/interfaces/RouteAccessRecord.md +1 -1
  105. package/docs/api/interfaces/RouteConfig.md +1 -1
  106. package/docs/api/interfaces/SecureDataContextType.md +1 -1
  107. package/docs/api/interfaces/SecureDataProviderProps.md +1 -1
  108. package/docs/api/interfaces/StorageConfig.md +1 -1
  109. package/docs/api/interfaces/StorageFileInfo.md +1 -1
  110. package/docs/api/interfaces/StorageFileMetadata.md +1 -1
  111. package/docs/api/interfaces/StorageListOptions.md +1 -1
  112. package/docs/api/interfaces/StorageListResult.md +1 -1
  113. package/docs/api/interfaces/StorageUploadOptions.md +1 -1
  114. package/docs/api/interfaces/StorageUploadResult.md +1 -1
  115. package/docs/api/interfaces/StorageUrlOptions.md +1 -1
  116. package/docs/api/interfaces/StyleImport.md +1 -1
  117. package/docs/api/interfaces/SwitchProps.md +1 -1
  118. package/docs/api/interfaces/ToastActionElement.md +1 -1
  119. package/docs/api/interfaces/ToastProps.md +1 -1
  120. package/docs/api/interfaces/UnifiedAuthContextType.md +1 -1
  121. package/docs/api/interfaces/UnifiedAuthProviderProps.md +1 -1
  122. package/docs/api/interfaces/UseInactivityTrackerOptions.md +1 -1
  123. package/docs/api/interfaces/UseInactivityTrackerReturn.md +1 -1
  124. package/docs/api/interfaces/UsePublicEventLogoOptions.md +1 -1
  125. package/docs/api/interfaces/UsePublicEventLogoReturn.md +1 -1
  126. package/docs/api/interfaces/UsePublicEventOptions.md +1 -1
  127. package/docs/api/interfaces/UsePublicEventReturn.md +1 -1
  128. package/docs/api/interfaces/UsePublicRouteParamsReturn.md +1 -1
  129. package/docs/api/interfaces/UserEventAccess.md +1 -1
  130. package/docs/api/interfaces/UserMenuProps.md +1 -1
  131. package/docs/api/interfaces/UserProfile.md +1 -1
  132. package/docs/api/modules.md +191 -11
  133. package/package.json +3 -2
  134. package/src/components/PaceAppLayout/__tests__/PaceAppLayout.performance.test.tsx +3 -2
  135. package/src/index.ts +6 -0
  136. package/src/providers/EventProvider.tsx +58 -2
  137. package/src/theming/__tests__/runtime.test.ts +102 -82
  138. package/src/theming/runtime.ts +71 -28
  139. package/dist/chunk-N2EUGZRW.js +0 -98
  140. package/dist/chunk-N2EUGZRW.js.map +0 -1
  141. package/dist/chunk-ZXJGZLLO.js.map +0 -1
  142. package/src/styles/base.css +0 -208
  143. package/src/styles/semantic.css +0 -24
  144. /package/dist/{DataTable-MPBSXUC6.js.map → DataTable-OSELOGMA.js.map} +0 -0
  145. /package/dist/{chunk-NO5QHMDX.js.map → chunk-4YMVZ76F.js.map} +0 -0
  146. /package/dist/{chunk-UCMHBF7Y.js.map → chunk-5G7JA3L5.js.map} +0 -0
  147. /package/dist/{chunk-V3QO3LL7.js.map → chunk-BHBMXMLT.js.map} +0 -0
  148. /package/dist/{chunk-FJTAWPAQ.js.map → chunk-FOT3WUV6.js.map} +0 -0
  149. /package/dist/{chunk-2ARQW6VX.js.map → chunk-KWQH4VO3.js.map} +0 -0
  150. /package/dist/{chunk-Q2UP3ZWQ.js.map → chunk-V2TE7LOF.js.map} +0 -0
@@ -32,8 +32,8 @@ import {
32
32
  useDataTableContext,
33
33
  usePluginRegistry,
34
34
  useStateManager
35
- } from "./chunk-NO5QHMDX.js";
36
- import "./chunk-FJTAWPAQ.js";
35
+ } from "./chunk-4YMVZ76F.js";
36
+ import "./chunk-FOT3WUV6.js";
37
37
  import "./chunk-NHR52QAQ.js";
38
38
  import "./chunk-B2WTCLCV.js";
39
39
  import {
@@ -47,10 +47,11 @@ import {
47
47
  throttle,
48
48
  useDataTablePerformance
49
49
  } from "./chunk-YNUBMSMV.js";
50
- import "./chunk-6JILXFEA.js";
50
+ import "./chunk-GCUIIBLB.js";
51
51
  import "./chunk-ULBI5JGB.js";
52
52
  import "./chunk-5BSLGBYI.js";
53
53
  import "./chunk-6RBH67W7.js";
54
+ import "./chunk-SMJZMKYN.js";
54
55
  import "./chunk-PLDDJCW6.js";
55
56
  export {
56
57
  ActionButtons,
@@ -96,4 +97,4 @@ export {
96
97
  usePluginRegistry,
97
98
  useStateManager
98
99
  };
99
- //# sourceMappingURL=DataTable-MPBSXUC6.js.map
100
+ //# sourceMappingURL=DataTable-OSELOGMA.js.map
@@ -14,6 +14,7 @@ import { z } from 'zod';
14
14
  import { User, SupabaseClient, createClient } from '@supabase/supabase-js';
15
15
  import { r as Event } from './unified-CMPjE_fv.js';
16
16
  import { b as Organisation } from './organisation-t-vvQC3g.js';
17
+ import { b as FileCategory, c as FileUploadOptions, e as FileUploadResult, F as FileReference } from './file-reference-9xUOnwyt.js';
17
18
 
18
19
  interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
19
20
  /** Visual variant of the button */
@@ -2840,6 +2841,19 @@ interface PasswordResetFormProps {
2840
2841
  }
2841
2842
  declare function PasswordResetForm({ onSuccess, onError, className }: PasswordResetFormProps): react_jsx_runtime.JSX.Element;
2842
2843
 
2844
+ interface FileDisplayProps {
2845
+ supabase: SupabaseClient;
2846
+ table_name: string;
2847
+ record_id: string;
2848
+ organisation_id: string;
2849
+ category?: FileCategory;
2850
+ showUpload?: boolean;
2851
+ showDelete?: boolean;
2852
+ className?: string;
2853
+ children?: React__default.ReactNode;
2854
+ }
2855
+ declare function FileDisplay({ supabase, table_name, record_id, organisation_id, category, showUpload, showDelete, className, children }: FileDisplayProps): react_jsx_runtime.JSX.Element;
2856
+
2843
2857
  /**
2844
2858
  * Storage utility types for pace-core
2845
2859
  */
@@ -2968,6 +2982,68 @@ declare function useFileUpload({ supabase, appName, orgId }: UseStorageOptions):
2968
2982
  uploadError: string | null;
2969
2983
  };
2970
2984
 
2985
+ declare function useFileReference(supabase: SupabaseClient): {
2986
+ isLoading: boolean;
2987
+ error: string | null;
2988
+ uploadFile: (options: FileUploadOptions, file: File) => Promise<FileUploadResult | null>;
2989
+ getFileReference: (table_name: string, record_id: string, organisation_id: string) => Promise<FileReference | null>;
2990
+ getFileUrl: (table_name: string, record_id: string, organisation_id: string) => Promise<string | null>;
2991
+ getSignedUrl: (table_name: string, record_id: string, organisation_id: string, expires_in?: number) => Promise<string | null>;
2992
+ updateFileReference: (id: string, updates: Partial<FileReference>) => Promise<FileReference | null>;
2993
+ deleteFileReference: (table_name: string, record_id: string, organisation_id: string, delete_file?: boolean) => Promise<boolean>;
2994
+ listFileReferences: (table_name: string, record_id: string, organisation_id: string) => Promise<FileReference[]>;
2995
+ getFileCount: (table_name: string, record_id: string, organisation_id: string) => Promise<number>;
2996
+ clearError: () => void;
2997
+ };
2998
+ declare function useFileReferenceForRecord(supabase: SupabaseClient, table_name: string, record_id: string, organisation_id: string): {
2999
+ isLoading: boolean;
3000
+ error: string | null;
3001
+ fileUrl: string | null;
3002
+ fileReference: FileReference | null;
3003
+ fileReferences: FileReference[];
3004
+ fileCount: number;
3005
+ loadFileReference: () => Promise<FileReference | null>;
3006
+ loadFileUrl: () => Promise<string | null>;
3007
+ loadFileReferences: () => Promise<FileReference[]>;
3008
+ loadFileCount: () => Promise<number>;
3009
+ deleteFile: (delete_file?: boolean) => Promise<boolean>;
3010
+ updateFileReference: (id: string, updates: Partial<FileReference>) => Promise<FileReference | null>;
3011
+ clearError: () => void;
3012
+ };
3013
+ type UseFileReferenceOptions = {
3014
+ table_name: string;
3015
+ record_id: string;
3016
+ organisation_id: string;
3017
+ };
3018
+ type UseFileReferenceReturn = {
3019
+ isLoading: boolean;
3020
+ error: string | null;
3021
+ uploadFile: (options: FileUploadOptions, file: File) => Promise<FileUploadResult | null>;
3022
+ getFileReference: (table_name: string, record_id: string, organisation_id: string) => Promise<FileReference | null>;
3023
+ getFileUrl: (table_name: string, record_id: string, organisation_id: string) => Promise<string | null>;
3024
+ getSignedUrl: (table_name: string, record_id: string, organisation_id: string, expires_in?: number) => Promise<string | null>;
3025
+ updateFileReference: (id: string, updates: Partial<FileReference>) => Promise<FileReference | null>;
3026
+ deleteFileReference: (table_name: string, record_id: string, organisation_id: string, delete_file?: boolean) => Promise<boolean>;
3027
+ listFileReferences: (table_name: string, record_id: string, organisation_id: string) => Promise<FileReference[]>;
3028
+ getFileCount: (table_name: string, record_id: string, organisation_id: string) => Promise<number>;
3029
+ clearError: () => void;
3030
+ };
3031
+ type UseFileReferenceForRecordReturn = {
3032
+ isLoading: boolean;
3033
+ error: string | null;
3034
+ fileUrl: string | null;
3035
+ fileReference: FileReference | null;
3036
+ fileReferences: FileReference[];
3037
+ fileCount: number;
3038
+ loadFileReference: () => Promise<FileReference | null>;
3039
+ loadFileUrl: () => Promise<string | null>;
3040
+ loadFileReferences: () => Promise<FileReference[]>;
3041
+ loadFileCount: () => Promise<number>;
3042
+ deleteFile: (delete_file?: boolean) => Promise<boolean>;
3043
+ updateFileReference: (id: string, updates: Partial<FileReference>) => Promise<FileReference | null>;
3044
+ clearError: () => void;
3045
+ };
3046
+
2971
3047
  /**
2972
3048
  * @file Table Component System
2973
3049
  * @package @jmruthers/pace-core
@@ -3477,4 +3553,4 @@ declare function PublicLoadingSkeleton({ lines, className }: {
3477
3553
  className?: string;
3478
3554
  }): react_jsx_runtime.JSX.Element;
3479
3555
 
3480
- export { ToastAction as $, Alert as A, Button as B, Card as C, Dialog as D, DialogTrigger as E, type FileSizeLimits as F, DialogClose as G, DialogContent as H, Input as I, DialogHeader as J, DialogBody as K, Label as L, DialogFooter as M, DialogTitle as N, DialogDescription as O, Progress as P, Select as Q, SelectGroup as R, type StorageConfig as S, SelectValue as T, SelectTrigger as U, SelectContent as V, SelectLabel as W, SelectItem as X, SelectSeparator as Y, Toast as Z, Toaster as _, type StorageUploadOptions as a, type PublicPageHeaderProps as a$, ToastProvider as a0, ToastViewport as a1, ToastTitle as a2, ToastDescription as a3, ToastClose as a4, type ToastActionElement as a5, type ToastProps as a6, Tooltip as a7, TooltipTrigger as a8, TooltipContent as a9, TableBody as aA, TableCaption as aB, TableCell as aC, TableFooter as aD, TableHead as aE, TableRow as aF, type StorageFileInfo as aG, PublicPageLayout as aH, usePublicPageContext$1 as aI, PublicPageHeader as aJ, PublicPageProvider as aK, usePublicPageContext as aL, useIsPublicPage as aM, PublicPageFooter as aN, PublicPageDebugger as aO, PublicPageDiagnostic as aP, PublicPageContextChecker as aQ, EventLogo as aR, EventLogoCompact as aS, EventLogoLarge as aT, PublicErrorBoundary as aU, useErrorBoundary as aV, DefaultPublicErrorFallback as aW, PublicLoadingSpinner as aX, PublicLoadingSpinnerFullPage as aY, PublicLoadingSkeleton as aZ, type PublicPageLayoutProps as a_, TooltipProvider as aa, TooltipRoot as ab, Form as ac, LoginForm as ad, type LoginFormProps as ae, Header as af, Footer as ag, type FooterProps as ah, NavigationMenu as ai, type NavigationMenuProps as aj, type NavigationItem as ak, UserMenu as al, type UserMenuProps as am, PaceAppLayout as an, type PaceAppLayoutProps as ao, PaceLoginPage as ap, type PaceLoginPageProps as aq, ErrorBoundary as ar, LoadingSpinner as as, EventSelector as at, OrganisationSelector as au, PasswordResetForm as av, useStorage as aw, useFileUpload as ax, Table as ay, TableHeader as az, type StorageFileMetadata as b, type PublicPageFooterProps as b0, type EventLogoProps as b1, type PublicErrorBoundaryProps as b2, type PublicErrorBoundaryState as b3, type PublicLoadingSpinnerProps as b4, type CardActionsProps as b5, type DialogProps as b6, type DialogTriggerProps as b7, type DialogContentProps as b8, type DialogOverlayProps as b9, type DialogHeaderProps as ba, type DialogFooterProps as bb, type DialogTitleProps as bc, type DialogDescriptionProps as bd, type DialogSize as be, type FormProps as bf, type OrganisationSelectorProps as bg, type ErrorBoundaryProps as bh, type ErrorBoundaryState as bi, type UseStorageOptions as bj, type UseStorageReturn as bk, type StorageUploadResult as c, type StorageUrlOptions as d, type StorageListOptions as e, type StorageListResult as f, type ButtonProps as g, CardHeader as h, CardFooter as i, CardTitle as j, CardDescription as k, CardContent as l, CardActions as m, type CardProps as n, type InputProps as o, type LabelProps as p, AlertTitle as q, AlertDescription as r, Avatar as s, AvatarImage as t, AvatarFallback as u, Checkbox as v, Switch as w, type SwitchProps as x, DialogPortal as y, DialogOverlay as z };
3556
+ export { Select as $, Alert as A, Button as B, Card as C, Dialog as D, DialogOverlay as E, DialogTrigger as F, DialogClose as G, DialogContent as H, Input as I, DialogHeader as J, DialogBody as K, Label as L, DialogFooter as M, DialogTitle as N, DialogDescription as O, Progress as P, type DialogProps as Q, type DialogTriggerProps as R, Switch as S, Table as T, type DialogContentProps as U, type DialogOverlayProps as V, type DialogHeaderProps as W, type DialogFooterProps as X, type DialogTitleProps as Y, type DialogDescriptionProps as Z, type DialogSize as _, type ButtonProps as a, EventLogoCompact as a$, SelectGroup as a0, SelectValue as a1, SelectTrigger as a2, SelectContent as a3, SelectLabel as a4, SelectItem as a5, SelectSeparator as a6, Toast as a7, Toaster as a8, ToastAction as a9, type ErrorBoundaryProps as aA, type ErrorBoundaryState as aB, LoadingSpinner as aC, EventSelector as aD, PasswordResetForm as aE, FileDisplay as aF, type FileDisplayProps as aG, useStorage as aH, useFileUpload as aI, type UseStorageOptions as aJ, type UseStorageReturn as aK, useFileReference as aL, useFileReferenceForRecord as aM, type UseFileReferenceOptions as aN, type UseFileReferenceReturn as aO, type UseFileReferenceForRecordReturn as aP, PublicPageLayout as aQ, usePublicPageContext$1 as aR, PublicPageHeader as aS, PublicPageProvider as aT, usePublicPageContext as aU, useIsPublicPage as aV, PublicPageFooter as aW, PublicPageDebugger as aX, PublicPageDiagnostic as aY, PublicPageContextChecker as aZ, EventLogo as a_, ToastProvider as aa, ToastViewport as ab, ToastTitle as ac, ToastDescription as ad, ToastClose as ae, type ToastActionElement as af, type ToastProps as ag, Tooltip as ah, TooltipTrigger as ai, TooltipContent as aj, TooltipProvider as ak, TooltipRoot as al, Form as am, type FormProps as an, LoginForm as ao, type LoginFormProps as ap, Header as aq, Footer as ar, type FooterProps as as, NavigationMenu as at, type NavigationMenuProps as au, type NavigationItem as av, OrganisationSelector as aw, type OrganisationSelectorProps as ax, UserMenu as ay, ErrorBoundary as az, CardHeader as b, EventLogoLarge as b0, PublicErrorBoundary as b1, useErrorBoundary as b2, DefaultPublicErrorFallback as b3, PublicLoadingSpinner as b4, PublicLoadingSpinnerFullPage as b5, PublicLoadingSkeleton as b6, type PublicPageLayoutProps as b7, type PublicPageHeaderProps as b8, type PublicPageFooterProps as b9, type EventLogoProps as ba, type PublicErrorBoundaryProps as bb, type PublicErrorBoundaryState as bc, type PublicLoadingSpinnerProps as bd, type PaceAppLayoutProps as be, PaceAppLayout as bf, type PaceLoginPageProps as bg, PaceLoginPage as bh, type FileSizeLimits as bi, type StorageConfig as bj, type StorageUploadOptions as bk, type StorageFileMetadata as bl, type StorageUploadResult as bm, type StorageUrlOptions as bn, type StorageListOptions as bo, type StorageListResult as bp, type UserMenuProps as bq, type StorageFileInfo as br, CardFooter as c, CardTitle as d, CardDescription as e, CardContent as f, CardActions as g, type CardProps as h, type CardActionsProps as i, type InputProps as j, type LabelProps as k, AlertTitle as l, AlertDescription as m, Avatar as n, AvatarImage as o, AvatarFallback as p, Checkbox as q, type SwitchProps as r, TableHeader as s, TableBody as t, TableCaption as u, TableCell as v, TableFooter as w, TableHead as x, TableRow as y, DialogPortal as z };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  useCan
3
- } from "./chunk-FJTAWPAQ.js";
3
+ } from "./chunk-FOT3WUV6.js";
4
4
  import {
5
5
  useDataTablePerformance
6
6
  } from "./chunk-YNUBMSMV.js";
@@ -14,7 +14,7 @@ import {
14
14
  init_Button,
15
15
  init_UnifiedAuthProvider,
16
16
  useUnifiedAuth
17
- } from "./chunk-6JILXFEA.js";
17
+ } from "./chunk-GCUIIBLB.js";
18
18
  import {
19
19
  getCurrentAppName,
20
20
  init_appNameResolver
@@ -5662,4 +5662,4 @@ export {
5662
5662
  GroupHeader,
5663
5663
  EditableRow
5664
5664
  };
5665
- //# sourceMappingURL=chunk-NO5QHMDX.js.map
5665
+ //# sourceMappingURL=chunk-4YMVZ76F.js.map
@@ -4,7 +4,7 @@ import {
4
4
  init_InactivityProvider,
5
5
  init_OrganisationProvider,
6
6
  init_UnifiedAuthProvider
7
- } from "./chunk-6JILXFEA.js";
7
+ } from "./chunk-GCUIIBLB.js";
8
8
 
9
9
  // src/providers/index.ts
10
10
  init_EventProvider();
@@ -12,4 +12,4 @@ init_OrganisationProvider();
12
12
  init_UnifiedAuthProvider();
13
13
  init_AuthProvider();
14
14
  init_InactivityProvider();
15
- //# sourceMappingURL=chunk-UCMHBF7Y.js.map
15
+ //# sourceMappingURL=chunk-5G7JA3L5.js.map