@jmruthers/pace-core 0.6.10 ā 0.6.12
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/CHANGELOG.md +21 -0
- package/audit-tool/00-dependencies.cjs +46 -13
- package/audit-tool/audits/01-pace-core-compliance.cjs +96 -21
- package/audit-tool/audits/02-project-structure.cjs +13 -3
- package/audit-tool/audits/03-architecture.cjs +78 -4
- package/audit-tool/audits/04-code-quality.cjs +9 -2
- package/audit-tool/audits/05-styling.cjs +19 -7
- package/audit-tool/audits/06-security-rbac.cjs +105 -14
- package/audit-tool/audits/07-api-tech-stack.cjs +31 -15
- package/audit-tool/audits/08-testing-documentation.cjs +11 -3
- package/audit-tool/audits/09-operations.cjs +19 -7
- package/audit-tool/index.cjs +22 -11
- package/audit-tool/utils/report-utils.cjs +4 -0
- package/cursor-rules/01-pace-core-compliance.mdc +1 -0
- package/cursor-rules/02-project-structure.mdc +1 -0
- package/cursor-rules/03-architecture.mdc +3 -1
- package/cursor-rules/04-code-quality.mdc +1 -0
- package/cursor-rules/05-styling.mdc +41 -7
- package/cursor-rules/06-security-rbac.mdc +2 -1
- package/cursor-rules/07-api-tech-stack.mdc +1 -0
- package/cursor-rules/08-testing-documentation.mdc +1 -0
- package/cursor-rules/09-operations.mdc +1 -0
- package/dist/DataTable-AQAHSFLM.js +17 -0
- package/dist/InactivityServiceProvider-BbxwwDz1.d.ts +308 -0
- package/dist/UnifiedAuthProvider-Bkt_tzdS.d.ts +183 -0
- package/dist/api-6OQXYT67.js +6 -0
- package/dist/api-result-USV1Czr-.d.ts +51 -0
- package/dist/audit-HI2DHUVU.js +4 -0
- package/dist/auth-JvdRVaud.d.ts +49 -0
- package/dist/chunk-2DL2WSOE.js +327 -0
- package/dist/chunk-2GBDPPUC.js +61 -0
- package/dist/chunk-44CNXN4P.js +15 -0
- package/dist/chunk-AP5FG7W4.js +2159 -0
- package/dist/chunk-CU2BU2MQ.js +2 -0
- package/dist/chunk-D6BMFMQZ.js +200 -0
- package/dist/chunk-ENLXB7GP.js +721 -0
- package/dist/chunk-GHCUP64P.js +105 -0
- package/dist/chunk-H6RTU4DZ.js +1098 -0
- package/dist/chunk-HQTYP6BX.js +6468 -0
- package/dist/chunk-M7QE7XOA.js +529 -0
- package/dist/chunk-MVVWZ7JV.js +1329 -0
- package/dist/chunk-NJ7FGQWB.js +811 -0
- package/dist/chunk-QRYSEPHB.js +429 -0
- package/dist/chunk-QWIG36BZ.js +264 -0
- package/dist/chunk-S57OLCLO.js +2946 -0
- package/dist/chunk-VFLR5K2H.js +23 -0
- package/dist/chunk-XOJME5T7.js +407 -0
- package/dist/chunk-XPFVT3GN.js +492 -0
- package/dist/chunk-Y2LWSLLB.js +9614 -0
- package/dist/chunk-YFGNMB67.js +2390 -0
- package/dist/components.d.ts +10 -9
- package/dist/components.js +20 -17
- package/dist/database.generated-qkdoiVrJ.d.ts +9441 -0
- package/dist/eslint-rules/index.cjs +3 -0
- package/dist/eslint-rules/rules/03-architecture.cjs +74 -0
- package/dist/eslint-rules/rules/06-security-rbac.cjs +74 -0
- package/dist/event-BfCox3N2.d.ts +265 -0
- package/dist/file-reference-DU1hcawx.d.ts +164 -0
- package/dist/functions-hF5ImHCr.d.ts +208 -0
- package/dist/hooks.d.ts +22 -9
- package/dist/hooks.js +35 -25
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +1 -0
- package/dist/index.d.ts +69 -180
- package/dist/index.js +319 -342
- package/dist/pagination-BW1mqywp.d.ts +201 -0
- package/dist/providers.d.ts +6 -5
- package/dist/providers.js +6 -3
- package/dist/rbac/index.d.ts +133 -148
- package/dist/rbac/index.js +12 -9
- package/dist/theming/runtime.d.ts +19 -2
- package/dist/theming/runtime.js +1 -1
- package/dist/timezone-BTWWXKVY.d.ts +696 -0
- package/dist/types-Besvoyzb.d.ts +55 -0
- package/dist/types-CGHrxfqc.d.ts +114 -0
- package/dist/types.d.ts +19 -12
- package/dist/types.js +1 -0
- package/dist/usePublicPageContext-BQrHf95t.d.ts +4367 -0
- package/dist/usePublicRouteParams-BgV6VhMi.d.ts +946 -0
- package/dist/utils.d.ts +163 -145
- package/dist/utils.js +45 -27
- package/docs/api/@jmruthers/namespaces/DialogPortal/README.md +14 -0
- package/docs/api/@jmruthers/namespaces/DialogPortal/variables/displayName.md +11 -0
- package/docs/api/README.md +6 -2
- package/docs/api/_media/README.md +186 -0
- package/docs/api/classes/ColumnFactory.md +225 -0
- package/docs/api/classes/Logger.md +246 -0
- package/docs/api/classes/RBACAuditManager.md +299 -0
- package/docs/api/classes/RBACCache.md +389 -0
- package/docs/api/classes/RBACEngine.md +181 -0
- package/docs/api/classes/SecureSupabaseClient.md +168 -0
- package/docs/api/classes/StorageUtils.md +324 -0
- package/docs/api/enumerations/FileCategory.md +137 -0
- package/docs/api/enumerations/LogLevel.md +43 -0
- package/docs/api/enumerations/RBACErrorCode.md +169 -0
- package/docs/api/enumerations/RPCFunction.md +89 -0
- package/docs/api/functions/AccessDenied.md +30 -0
- package/docs/api/functions/AppSwitcher.md +21 -0
- package/docs/api/functions/Badge.md +42 -0
- package/docs/api/functions/ContextSelector.md +43 -0
- package/docs/api/functions/DataTable.md +36 -0
- package/docs/api/functions/DatePickerWithTimezone.md +28 -0
- package/docs/api/functions/DialogBody.md +24 -0
- package/docs/api/functions/DialogFooter.md +24 -0
- package/docs/api/functions/DialogHeader.md +24 -0
- package/docs/api/functions/ErrorBoundaryProvider.md +28 -0
- package/docs/api/functions/EventServiceProvider.md +28 -0
- package/docs/api/functions/FileDisplay.md +25 -0
- package/docs/api/functions/FileUpload.md +21 -0
- package/docs/api/functions/Form.md +50 -0
- package/docs/api/functions/FormField.md +102 -0
- package/docs/api/functions/Header.md +21 -0
- package/docs/api/functions/InactivityServiceProvider.md +28 -0
- package/docs/api/functions/InactivityWarningModal.md +21 -0
- package/docs/api/functions/Input.md +49 -0
- package/docs/api/functions/NavigationGuard.md +31 -0
- package/docs/api/functions/OrganisationServiceProvider.md +28 -0
- package/docs/api/functions/PaceAppLayout.md +169 -0
- package/docs/api/functions/PasswordChangeForm.md +21 -0
- package/docs/api/functions/ProtectedRoute.md +37 -0
- package/docs/api/functions/PublicPageFooter.md +21 -0
- package/docs/api/functions/PublicPageHeader.md +21 -0
- package/docs/api/functions/PublicPageLayout.md +33 -0
- package/docs/api/functions/PublicPageProvider.md +30 -0
- package/docs/api/functions/Textarea.md +49 -0
- package/docs/api/functions/Toaster.md +34 -0
- package/docs/api/functions/UnifiedAuthProvider.md +28 -0
- package/docs/api/functions/applyPalette.md +33 -0
- package/docs/api/functions/archiveFile.md +47 -0
- package/docs/api/functions/average.md +63 -0
- package/docs/api/functions/buildAppUrl.md +46 -0
- package/docs/api/functions/clearInFlightRequests.md +17 -0
- package/docs/api/functions/clearPalette.md +18 -0
- package/docs/api/functions/clearPublicEventCache.md +18 -0
- package/docs/api/functions/clearPublicFileDisplayCache.md +18 -0
- package/docs/api/functions/clearPublicLogoCache.md +18 -0
- package/docs/api/functions/cn.md +21 -0
- package/docs/api/functions/count.md +56 -0
- package/docs/api/functions/createAuditManager.md +45 -0
- package/docs/api/functions/createBaseClient.md +75 -0
- package/docs/api/functions/createLogger.md +95 -0
- package/docs/api/functions/createRBACConfig.md +21 -0
- package/docs/api/functions/createRBACEngine.md +33 -0
- package/docs/api/functions/createRBACExpressMiddleware.md +84 -0
- package/docs/api/functions/createRBACMiddleware.md +88 -0
- package/docs/api/functions/createSecureClient.md +80 -0
- package/docs/api/functions/createSecureDataAccess.md +39 -0
- package/docs/api/functions/deleteFile.md +33 -0
- package/docs/api/functions/disablePerformanceMonitoring.md +17 -0
- package/docs/api/functions/downloadFile.md +33 -0
- package/docs/api/functions/emitAuditEvent.md +27 -0
- package/docs/api/functions/enablePerformanceMonitoring.md +17 -0
- package/docs/api/functions/err.md +23 -0
- package/docs/api/functions/exportToCSV.md +56 -0
- package/docs/api/functions/exportToCSVWithTableRows.md +46 -0
- package/docs/api/functions/extractEventCodeFromPath.md +24 -0
- package/docs/api/functions/extractFileMetadata.md +33 -0
- package/docs/api/functions/formatCompactNumber.md +27 -0
- package/docs/api/functions/formatCurrency.md +31 -0
- package/docs/api/functions/formatDate.md +23 -0
- package/docs/api/functions/formatDateTime.md +24 -0
- package/docs/api/functions/formatFileSize.md +23 -0
- package/docs/api/functions/formatInTimeZone.md +46 -0
- package/docs/api/functions/formatNumber.md +31 -0
- package/docs/api/functions/formatPercent.md +64 -0
- package/docs/api/functions/formatTime.md +24 -0
- package/docs/api/functions/formatTimeInTimeZone.md +40 -0
- package/docs/api/functions/fromSupabaseClient.md +49 -0
- package/docs/api/functions/fromZonedTime.md +41 -0
- package/docs/api/functions/generateCSVContent.md +55 -0
- package/docs/api/functions/generateFilePath.md +29 -0
- package/docs/api/functions/generateFileUrlsBatch.md +33 -0
- package/docs/api/functions/generatePublicRoutePath.md +27 -0
- package/docs/api/functions/generateUniqueFileName.md +24 -0
- package/docs/api/functions/getAccessLevel.md +48 -0
- package/docs/api/functions/getAllAppPorts.md +19 -0
- package/docs/api/functions/getAllStylePaths.md +15 -0
- package/docs/api/functions/getAppConfig.md +17 -0
- package/docs/api/functions/getAppPort.md +34 -0
- package/docs/api/functions/getBucketName.md +27 -0
- package/docs/api/functions/getCurrentAppId.md +17 -0
- package/docs/api/functions/getCurrentAppName.md +17 -0
- package/docs/api/functions/getFileSizeLimit.md +23 -0
- package/docs/api/functions/getGlobalAuditManager.md +19 -0
- package/docs/api/functions/getInFlightRequestCount.md +19 -0
- package/docs/api/functions/getPerformanceMetrics.md +17 -0
- package/docs/api/functions/getPerformanceSummary.md +17 -0
- package/docs/api/functions/getPermissionMap.md +52 -0
- package/docs/api/functions/getPublicEventCacheStats.md +25 -0
- package/docs/api/functions/getPublicFileDisplayCacheStats.md +25 -0
- package/docs/api/functions/getPublicLogoCacheStats.md +25 -0
- package/docs/api/functions/getPublicUrl.md +39 -0
- package/docs/api/functions/getRBACConfig.md +15 -0
- package/docs/api/functions/getRBACLogger.md +15 -0
- package/docs/api/functions/getRoleContext.md +31 -0
- package/docs/api/functions/getSignedUrl.md +34 -0
- package/docs/api/functions/getStylePath.md +21 -0
- package/docs/api/functions/getTimeZoneDifference.md +40 -0
- package/docs/api/functions/getTimezoneAbbreviation.md +40 -0
- package/docs/api/functions/getUserTimeZone.md +26 -0
- package/docs/api/functions/hasAllPermissions.md +41 -0
- package/docs/api/functions/hasAnyPermission.md +41 -0
- package/docs/api/functions/isDebugMode.md +15 -0
- package/docs/api/functions/isDevelopmentMode.md +15 -0
- package/docs/api/functions/isErr.md +29 -0
- package/docs/api/functions/isOk.md +29 -0
- package/docs/api/functions/isPerformanceMonitoringEnabled.md +17 -0
- package/docs/api/functions/isPermitted.md +58 -0
- package/docs/api/functions/isPermittedCached.md +36 -0
- package/docs/api/functions/isRBACInitialized.md +19 -0
- package/docs/api/functions/isSecureClient.md +38 -0
- package/docs/api/functions/isValidPermission.md +27 -0
- package/docs/api/functions/listFiles.md +29 -0
- package/docs/api/functions/max.md +63 -0
- package/docs/api/functions/min.md +63 -0
- package/docs/api/functions/ok.md +29 -0
- package/docs/api/functions/parseAndNormalizeEventColours.md +105 -0
- package/docs/api/functions/recordAuditEvent.md +23 -0
- package/docs/api/functions/recordPermissionCheck.md +31 -0
- package/docs/api/functions/resetPerformanceMetrics.md +17 -0
- package/docs/api/functions/resolveAppContext.md +27 -0
- package/docs/api/functions/roundToNearestMinutes.md +41 -0
- package/docs/api/functions/sanitizeFormData.md +49 -0
- package/docs/api/functions/sanitizeHtml.md +39 -0
- package/docs/api/functions/sanitizeUserInput.md +27 -0
- package/docs/api/functions/setAppConfig.md +23 -0
- package/docs/api/functions/setGlobalAuditManager.md +25 -0
- package/docs/api/functions/setupRBAC.md +31 -0
- package/docs/api/functions/sum.md +63 -0
- package/docs/api/functions/toZonedTime.md +41 -0
- package/docs/api/functions/uploadFile.md +32 -0
- package/docs/api/functions/useAccessLevel.md +71 -0
- package/docs/api/functions/useAccessibleApps.md +55 -0
- package/docs/api/functions/useAppConfig.md +20 -0
- package/docs/api/functions/useAuthService.md +15 -0
- package/docs/api/functions/useCan.md +99 -0
- package/docs/api/functions/useEventService.md +15 -0
- package/docs/api/functions/useEventTheme.md +26 -0
- package/docs/api/functions/useEvents.md +45 -0
- package/docs/api/functions/useFileReference.md +264 -0
- package/docs/api/functions/useFileReferenceById.md +63 -0
- package/docs/api/functions/useFileReferenceForRecord.md +129 -0
- package/docs/api/functions/useFilesByCategory.md +80 -0
- package/docs/api/functions/useFormDialog.md +62 -0
- package/docs/api/functions/useInactivityService.md +15 -0
- package/docs/api/functions/useInactivityTracker.md +21 -0
- package/docs/api/functions/useIsPublicPage.md +19 -0
- package/docs/api/functions/useMultiplePermissions.md +88 -0
- package/docs/api/functions/useOptionalEvents.md +31 -0
- package/docs/api/functions/useOrganisationPermissions.md +27 -0
- package/docs/api/functions/useOrganisationSecurity.md +15 -0
- package/docs/api/functions/useOrganisationService.md +15 -0
- package/docs/api/functions/useOrganisations.md +48 -0
- package/docs/api/functions/usePermissions.md +130 -0
- package/docs/api/functions/usePublicEvent.md +36 -0
- package/docs/api/functions/usePublicEventCode.md +32 -0
- package/docs/api/functions/usePublicEventLogo.md +48 -0
- package/docs/api/functions/usePublicFileDisplay.md +54 -0
- package/docs/api/functions/usePublicPageContext.md +19 -0
- package/docs/api/functions/usePublicRouteParams.md +31 -0
- package/docs/api/functions/useRBAC.md +21 -0
- package/docs/api/functions/useResolvedScope.md +46 -0
- package/docs/api/functions/useResourcePermissions.md +25 -0
- package/docs/api/functions/useRoleManagement.md +121 -0
- package/docs/api/functions/useSecureSupabase.md +51 -0
- package/docs/api/functions/useSessionRestoration.md +15 -0
- package/docs/api/functions/useSessionTracking.md +62 -0
- package/docs/api/functions/useToast.md +83 -0
- package/docs/api/functions/useUnifiedAuth.md +24 -0
- package/docs/api/functions/useZodForm.md +27 -0
- package/docs/api/functions/validateFileSize.md +31 -0
- package/docs/api/functions/warnIfInsecureClient.md +40 -0
- package/docs/api/functions/withAccessLevelGuard.md +67 -0
- package/docs/api/functions/withPermissionGuard.md +73 -0
- package/docs/api/functions/withRoleGuard.md +86 -0
- package/docs/api/globals.md +502 -0
- package/docs/api/interfaces/AccessDeniedProps.md +87 -0
- package/docs/api/interfaces/AccessibleApp.md +41 -0
- package/docs/api/interfaces/AddressFieldProps.md +195 -0
- package/docs/api/interfaces/AddressFieldRef.md +67 -0
- package/docs/api/interfaces/AggregateConfig.md +35 -0
- package/docs/api/interfaces/AppSwitcherProps.md +51 -0
- package/docs/api/interfaces/AuthSessionData.md +27 -0
- package/docs/api/interfaces/AutocompleteOptions.md +61 -0
- package/docs/api/interfaces/AvatarProps.md +97 -0
- package/docs/api/interfaces/BadgeProps.md +30 -0
- package/docs/api/interfaces/BuildAppUrlOptions.md +41 -0
- package/docs/api/interfaces/ButtonProps.md +46 -0
- package/docs/api/interfaces/CalendarProps.md +60 -0
- package/docs/api/interfaces/CardProps.md +56 -0
- package/docs/api/interfaces/ColorPalette.md +13 -0
- package/docs/api/interfaces/ColorShade.md +58 -0
- package/docs/api/interfaces/ContextSelectorProps.md +131 -0
- package/docs/api/interfaces/DataRecord.md +16 -0
- package/docs/api/interfaces/DataTableAction.md +198 -0
- package/docs/api/interfaces/DataTableColumn.md +422 -0
- package/docs/api/interfaces/DataTableProps.md +511 -0
- package/docs/api/interfaces/DataTableToolbarButton.md +75 -0
- package/docs/api/interfaces/DatePickerWithTimezoneProps.md +75 -0
- package/docs/api/interfaces/DialogBodyProps.md +55 -0
- package/docs/api/interfaces/DialogCloseProps.md +25 -0
- package/docs/api/interfaces/DialogContentProps.md +160 -0
- package/docs/api/interfaces/DialogFooterProps.md +25 -0
- package/docs/api/interfaces/DialogHeaderProps.md +25 -0
- package/docs/api/interfaces/DialogPortalProps.md +19 -0
- package/docs/api/interfaces/DialogProps.md +53 -0
- package/docs/api/interfaces/DialogTriggerProps.md +53 -0
- package/docs/api/interfaces/EmptyStateConfig.md +55 -0
- package/docs/api/interfaces/ErrorBoundaryProps.md +131 -0
- package/docs/api/interfaces/ErrorBoundaryProviderProps.md +31 -0
- package/docs/api/interfaces/ErrorBoundaryState.md +61 -0
- package/docs/api/interfaces/EventAppRoleData.md +54 -0
- package/docs/api/interfaces/ExportColumn.md +69 -0
- package/docs/api/interfaces/ExportOptions.md +109 -0
- package/docs/api/interfaces/FileDisplayProps.md +192 -0
- package/docs/api/interfaces/FileMetadata.md +97 -0
- package/docs/api/interfaces/FileReference.md +89 -0
- package/docs/api/interfaces/FileSizeLimits.md +13 -0
- package/docs/api/interfaces/FileUploadOptions.md +107 -0
- package/docs/api/interfaces/FooterProps.md +37 -0
- package/docs/api/interfaces/FormFieldProps.md +171 -0
- package/docs/api/interfaces/FormProps.md +93 -0
- package/docs/api/interfaces/GrantEventAppRoleParams.md +97 -0
- package/docs/api/interfaces/ImportSummary.md +49 -0
- package/docs/api/interfaces/InactivityWarningModalProps.md +87 -0
- package/docs/api/interfaces/InputProps.md +46 -0
- package/docs/api/interfaces/InvalidScopeError.md +37 -0
- package/docs/api/interfaces/LabelProps.md +85 -0
- package/docs/api/interfaces/LoggerConfig.md +51 -0
- package/docs/api/interfaces/LoginFormProps.md +146 -0
- package/docs/api/interfaces/MissingUserContextError.md +37 -0
- package/docs/api/interfaces/NavigationGuardProps.md +109 -0
- package/docs/api/interfaces/NavigationItem.md +91 -0
- package/docs/api/interfaces/NavigationMenuProps.md +169 -0
- package/docs/api/interfaces/Organisation.md +105 -0
- package/docs/api/interfaces/OrganisationContextRequiredError.md +37 -0
- package/docs/api/interfaces/OrganisationMembership.md +105 -0
- package/docs/api/interfaces/OrganisationSecurityError.md +49 -0
- package/docs/api/interfaces/PaceAppLayoutPermissionConfig.md +127 -0
- package/docs/api/interfaces/PaceAppLayoutRouteConfigItem.md +91 -0
- package/docs/api/interfaces/PaceAppLayoutRoutingConfig.md +79 -0
- package/docs/api/interfaces/PaceLoginPageProps.md +41 -0
- package/docs/api/interfaces/PagePermissionGuardProps.md +143 -0
- package/docs/api/interfaces/PaletteData.md +33 -0
- package/docs/api/interfaces/ParsedAddress.md +91 -0
- package/docs/api/interfaces/PermissionDeniedError.md +37 -0
- package/docs/api/interfaces/ProgressProps.md +35 -0
- package/docs/api/interfaces/ProtectedRouteProps.md +67 -0
- package/docs/api/interfaces/PublicPageFooterProps.md +97 -0
- package/docs/api/interfaces/PublicPageHeaderProps.md +99 -0
- package/docs/api/interfaces/PublicPageLayoutProps.md +153 -0
- package/docs/api/interfaces/RBACAccessValidateParams.md +41 -0
- package/docs/api/interfaces/RBACAccessValidateResult.md +33 -0
- package/docs/api/interfaces/RBACAuditLogParams.md +65 -0
- package/docs/api/interfaces/RBACAuditLogResult.md +41 -0
- package/docs/api/interfaces/RBACContext.md +41 -0
- package/docs/api/interfaces/RBACError.md +37 -0
- package/docs/api/interfaces/RBACLogger.md +97 -0
- package/docs/api/interfaces/RBACNotInitializedError.md +37 -0
- package/docs/api/interfaces/RBACPageAccessCheckParams.md +57 -0
- package/docs/api/interfaces/RBACPerformanceMetrics.md +109 -0
- package/docs/api/interfaces/RBACPermissionCheckParams.md +57 -0
- package/docs/api/interfaces/RBACPermissionCheckResult.md +41 -0
- package/docs/api/interfaces/RBACPermissionsGetParams.md +49 -0
- package/docs/api/interfaces/RBACPermissionsGetResult.md +49 -0
- package/docs/api/interfaces/RBACResult.md +47 -0
- package/docs/api/interfaces/RBACRoleGrantParams.md +49 -0
- package/docs/api/interfaces/RBACRoleGrantResult.md +41 -0
- package/docs/api/interfaces/RBACRoleRevokeParams.md +49 -0
- package/docs/api/interfaces/RBACRoleRevokeResult.md +41 -0
- package/docs/api/interfaces/RBACRoleValidateParams.md +41 -0
- package/docs/api/interfaces/RBACRoleValidateResult.md +49 -0
- package/docs/api/interfaces/RBACRolesListParams.md +41 -0
- package/docs/api/interfaces/RBACRolesListResult.md +57 -0
- package/docs/api/interfaces/RBACSessionTrackParams.md +57 -0
- package/docs/api/interfaces/RBACSessionTrackResult.md +41 -0
- package/docs/api/interfaces/ResourcePermissions.md +119 -0
- package/docs/api/interfaces/RevokeEventAppRoleParams.md +81 -0
- package/docs/api/interfaces/RoleManagementResult.md +41 -0
- package/docs/api/interfaces/SessionRestorationLoaderProps.md +29 -0
- package/docs/api/interfaces/StorageConfig.md +33 -0
- package/docs/api/interfaces/StorageFileInfo.md +57 -0
- package/docs/api/interfaces/StorageFileMetadata.md +113 -0
- package/docs/api/interfaces/StorageListOptions.md +79 -0
- package/docs/api/interfaces/StorageListResult.md +33 -0
- package/docs/api/interfaces/StorageUploadOptions.md +81 -0
- package/docs/api/interfaces/StorageUploadResult.md +49 -0
- package/docs/api/interfaces/StorageUploadSuccess.md +35 -0
- package/docs/api/interfaces/StorageUrlOptions.md +49 -0
- package/docs/api/interfaces/StyleImport.md +17 -0
- package/docs/api/interfaces/SwitchProps.md +30 -0
- package/docs/api/interfaces/TabsContentProps.md +13 -0
- package/docs/api/interfaces/TabsListProps.md +13 -0
- package/docs/api/interfaces/TabsProps.md +13 -0
- package/docs/api/interfaces/TabsTriggerProps.md +41 -0
- package/docs/api/interfaces/TextareaProps.md +43 -0
- package/docs/api/interfaces/ToastActionElement.md +16 -0
- package/docs/api/interfaces/ToastProps.md +13 -0
- package/docs/api/interfaces/UnifiedAuthProviderProps.md +129 -0
- package/docs/api/interfaces/UseAccessibleAppsReturn.md +55 -0
- package/docs/api/interfaces/UseFormDialogOptions.md +49 -0
- package/docs/api/interfaces/UseFormDialogReturn.md +95 -0
- package/docs/api/interfaces/UseInactivityTrackerOptions.md +103 -0
- package/docs/api/interfaces/UseInactivityTrackerReturn.md +91 -0
- package/docs/api/interfaces/UsePublicEventLogoOptions.md +69 -0
- package/docs/api/interfaces/UsePublicEventLogoReturn.md +66 -0
- package/docs/api/interfaces/UsePublicEventOptions.md +29 -0
- package/docs/api/interfaces/UsePublicEventReturn.md +56 -0
- package/docs/api/interfaces/UsePublicFileDisplayOptions.md +39 -0
- package/docs/api/interfaces/UsePublicFileDisplayReturn.md +96 -0
- package/docs/api/interfaces/UsePublicRouteParamsReturn.md +76 -0
- package/docs/api/interfaces/UseResolvedScopeOptions.md +49 -0
- package/docs/api/interfaces/UseResolvedScopeReturn.md +39 -0
- package/docs/api/interfaces/UseResourcePermissionsOptions.md +29 -0
- package/docs/api/interfaces/UserEventAccess.md +92 -0
- package/docs/api/interfaces/UserMenuProps.md +69 -0
- package/docs/api/interfaces/UserProfile.md +49 -0
- package/docs/api/type-aliases/AccessLevel.md +11 -0
- package/docs/api/type-aliases/AccessLevelContext.md +14 -0
- package/docs/api/type-aliases/AllPermissions.md +11 -0
- package/docs/api/type-aliases/ApiError.md +37 -0
- package/docs/api/type-aliases/ApiResult.md +19 -0
- package/docs/api/type-aliases/AuditEventType.md +11 -0
- package/docs/api/type-aliases/BadgeVariant.md +18 -0
- package/docs/api/type-aliases/DataTableFeatureConfig.md +14 -0
- package/docs/api/type-aliases/DialogSize.md +13 -0
- package/docs/api/type-aliases/EventAppRole.md +11 -0
- package/docs/api/type-aliases/FileUploadProps.md +15 -0
- package/docs/api/type-aliases/GetRowId.md +33 -0
- package/docs/api/type-aliases/GlobalErrorHandler.md +35 -0
- package/docs/api/type-aliases/GlobalRole.md +11 -0
- package/docs/api/type-aliases/ImportHandlerResult.md +13 -0
- package/docs/api/type-aliases/NavigationMode.md +13 -0
- package/docs/api/type-aliases/Operation.md +11 -0
- package/docs/api/type-aliases/OrganisationContextType.md +13 -0
- package/docs/api/type-aliases/OrganisationRole.md +11 -0
- package/docs/api/type-aliases/PaceAppLayoutProps.md +14 -0
- package/docs/api/type-aliases/Permission.md +11 -0
- package/docs/api/type-aliases/PermissionCheck.md +46 -0
- package/docs/api/type-aliases/PermissionMap.md +11 -0
- package/docs/api/type-aliases/PermissionSource.md +13 -0
- package/docs/api/type-aliases/RBACConfig.md +13 -0
- package/docs/api/type-aliases/RBACFunctionResponse.md +57 -0
- package/docs/api/type-aliases/Scope.md +41 -0
- package/docs/api/type-aliases/SessionType.md +11 -0
- package/docs/api/type-aliases/UUID.md +11 -0
- package/docs/api/type-aliases/UnifiedAuthContextType.md +13 -0
- package/docs/api/type-aliases/UseFileReferenceForRecordReturn.md +161 -0
- package/docs/api/type-aliases/UseFileReferenceOptions.md +35 -0
- package/docs/api/type-aliases/UseFileReferenceReturn.md +13 -0
- package/docs/api/variables/ALL_PERMISSIONS.md +281 -0
- package/docs/api/variables/APP_PATH_MAPPING.md +14 -0
- package/docs/api/variables/AddressField.md +41 -0
- package/docs/api/variables/Alert.md +11 -0
- package/docs/api/variables/AlertDescription.md +11 -0
- package/docs/api/variables/AlertTitle.md +11 -0
- package/docs/api/variables/Avatar.md +13 -0
- package/docs/api/variables/Button.md +31 -0
- package/docs/api/variables/CACHE_PATTERNS.md +89 -0
- package/docs/api/variables/Calendar.md +74 -0
- package/docs/api/variables/Card.md +11 -0
- package/docs/api/variables/CardActions.md +11 -0
- package/docs/api/variables/CardContent.md +11 -0
- package/docs/api/variables/CardDescription.md +11 -0
- package/docs/api/variables/CardFooter.md +11 -0
- package/docs/api/variables/CardHeader.md +11 -0
- package/docs/api/variables/CardTitle.md +11 -0
- package/docs/api/variables/Checkbox.md +11 -0
- package/docs/api/variables/DEFAULT_APP_PORT_MAP.md +14 -0
- package/docs/api/variables/DEFAULT_FILE_SIZE_LIMIT.md +13 -0
- package/docs/api/variables/Dialog.md +14 -0
- package/docs/api/variables/DialogClose.md +14 -0
- package/docs/api/variables/DialogContent.md +28 -0
- package/docs/api/variables/DialogDescription.md +14 -0
- package/docs/api/variables/DialogPortal.md +14 -0
- package/docs/api/variables/DialogTitle.md +14 -0
- package/docs/api/variables/DialogTrigger.md +14 -0
- package/docs/api/variables/EVENT_APP_PERMISSIONS.md +109 -0
- package/docs/api/variables/ErrorBoundary.md +15 -0
- package/docs/api/variables/FILE_SIZE_LIMITS.md +13 -0
- package/docs/api/variables/Footer.md +11 -0
- package/docs/api/variables/GLOBAL_PERMISSIONS.md +29 -0
- package/docs/api/variables/Label.md +34 -0
- package/docs/api/variables/LoadingSpinner.md +28 -0
- package/docs/api/variables/LoginForm.md +34 -0
- package/docs/api/variables/NavigationMenu.md +203 -0
- package/docs/api/variables/ORGANISATION_PERMISSIONS.md +89 -0
- package/docs/api/variables/PAGE_PERMISSIONS.md +93 -0
- package/docs/api/variables/PaceLoginPage.md +40 -0
- package/docs/api/variables/PagePermissionGuard.md +11 -0
- package/docs/api/variables/Progress.md +32 -0
- package/docs/api/variables/SECURE_CLIENT_SYMBOL.md +14 -0
- package/docs/api/variables/STORAGE_CONFIG.md +13 -0
- package/docs/api/variables/Select.md +26 -0
- package/docs/api/variables/SelectContent.md +26 -0
- package/docs/api/variables/SelectGroup.md +26 -0
- package/docs/api/variables/SelectItem.md +26 -0
- package/docs/api/variables/SelectLabel.md +26 -0
- package/docs/api/variables/SelectSeparator.md +26 -0
- package/docs/api/variables/SelectTrigger.md +26 -0
- package/docs/api/variables/SelectValue.md +26 -0
- package/docs/api/variables/SessionRestorationLoader.md +11 -0
- package/docs/api/variables/Switch.md +23 -0
- package/docs/api/variables/Table.md +35 -0
- package/docs/api/variables/TableBody.md +11 -0
- package/docs/api/variables/TableCaption.md +11 -0
- package/docs/api/variables/TableCell.md +11 -0
- package/docs/api/variables/TableFooter.md +11 -0
- package/docs/api/variables/TableHead.md +11 -0
- package/docs/api/variables/TableHeader.md +11 -0
- package/docs/api/variables/TableRow.md +11 -0
- package/docs/api/variables/Tabs.md +25 -0
- package/docs/api/variables/TabsContent.md +24 -0
- package/docs/api/variables/TabsList.md +25 -0
- package/docs/api/variables/TabsTrigger.md +34 -0
- package/docs/api/variables/Toast.md +36 -0
- package/docs/api/variables/ToastAction.md +32 -0
- package/docs/api/variables/ToastClose.md +32 -0
- package/docs/api/variables/ToastDescription.md +32 -0
- package/docs/api/variables/ToastProvider.md +11 -0
- package/docs/api/variables/ToastTitle.md +32 -0
- package/docs/api/variables/ToastViewport.md +26 -0
- package/docs/api/variables/Tooltip.md +34 -0
- package/docs/api/variables/TooltipContent.md +34 -0
- package/docs/api/variables/TooltipProvider.md +11 -0
- package/docs/api/variables/TooltipRoot.md +11 -0
- package/docs/api/variables/TooltipTrigger.md +11 -0
- package/docs/api/variables/UserMenu.md +11 -0
- package/docs/api/variables/emailSchema.md +13 -0
- package/docs/api/variables/logger.md +203 -0
- package/docs/api/variables/nameSchema.md +13 -0
- package/docs/api/variables/passwordSchema.md +13 -0
- package/docs/api/variables/phoneSchema.md +13 -0
- package/docs/api/variables/rbacCache.md +16 -0
- package/docs/api/variables/styleConfig.md +25 -0
- package/docs/api/variables/urlSchema.md +13 -0
- package/docs/api-reference/hooks.md +2 -0
- package/docs/api-reference/rpc-functions.md +12 -3
- package/docs/core-concepts/rbac-system.md +8 -0
- package/docs/getting-started/cursor-rules.md +17 -20
- package/docs/getting-started/dependencies.md +1 -1
- package/docs/getting-started/setup.md +235 -0
- package/docs/implementation-guides/authentication.md +27 -0
- package/docs/implementation-guides/data-tables.md +184 -3
- package/docs/migration/ApiResult-migration.md +25 -0
- package/docs/rbac/api-reference.md +33 -31
- package/docs/rbac/getting-started.md +7 -0
- package/docs/rbac/troubleshooting.md +5 -1
- package/docs/standards/0-standards-overview.md +50 -15
- package/docs/standards/1-pace-core-compliance-standards.md +62 -57
- package/docs/standards/2-project-structure-standards.md +33 -16
- package/docs/standards/3-architecture-standards.md +41 -1
- package/docs/standards/4-code-quality-standards.md +26 -6
- package/docs/standards/5-styling-standards.md +35 -1
- package/docs/standards/6-security-rbac-standards.md +66 -0
- package/docs/standards/7-api-tech-stack-standards.md +25 -14
- package/docs/standards/8-testing-documentation-standards.md +31 -0
- package/docs/standards/9-operations-standards.md +19 -0
- package/docs/standards/README.md +20 -201
- package/docs/testing/test-setup-for-consumers.md +2 -0
- package/docs/troubleshooting/common-issues.md +17 -1
- package/docs/troubleshooting/organisation-context-setup.md +8 -0
- package/docs/troubleshooting/print-event-name-css-variable-analysis.md +217 -0
- package/eslint-config-pace-core.cjs +20 -0
- package/package.json +16 -22
- package/scripts/build-docs.js +180 -0
- package/scripts/setup.cjs +536 -0
- package/scripts/validate.cjs +480 -0
- package/src/__tests__/helpers/component-test-utils.test.tsx +260 -0
- package/src/__tests__/helpers/optimized-test-setup.test.ts +224 -0
- package/src/__tests__/helpers/supabaseMock.test.ts +273 -0
- package/src/__tests__/helpers/test-providers.test.tsx +99 -0
- package/src/__tests__/helpers/test-providers.tsx +37 -39
- package/src/__tests__/helpers/test-utils.test.tsx +447 -0
- package/src/__tests__/helpers/timer-utils.test.ts +371 -0
- package/src/assets/app-icons/index.test.ts +304 -0
- package/src/components/AddressField/AddressField.test.tsx +1 -1
- package/src/components/AddressField/AddressField.tsx +238 -212
- package/src/components/Button/Button.tsx +1 -1
- package/src/components/Card/Card.test.tsx +172 -17
- package/src/components/Card/Card.tsx +19 -10
- package/src/components/ContextSelector/ContextSelector.internals.tsx +204 -0
- package/src/components/ContextSelector/ContextSelector.test.tsx +360 -0
- package/src/components/ContextSelector/ContextSelector.tsx +66 -280
- package/src/components/ContextSelector/ContextSelector.types.ts +35 -0
- package/src/components/ContextSelector/useContextSelectorState.tsx +195 -0
- package/src/components/DataTable/AUDIT_REPORT.md +59 -44
- package/src/components/DataTable/DataTable.comprehensive.test.tsx +759 -0
- package/src/components/DataTable/DataTable.default-state.test.tsx +524 -0
- package/src/components/DataTable/DataTable.export.test.tsx +705 -0
- package/src/components/DataTable/DataTable.grouping-aggregation.test.tsx +658 -0
- package/src/components/DataTable/DataTable.hooks.test.tsx +192 -0
- package/src/components/DataTable/DataTable.select-label-display.test.tsx +485 -0
- package/src/components/DataTable/DataTable.test.tsx +787 -416
- package/src/components/DataTable/DataTable.tsx +12 -12
- package/src/components/DataTable/DataTableCore.integration.test.tsx +458 -0
- package/src/components/DataTable/DataTableCore.test-setup.ts +221 -0
- package/src/components/DataTable/DataTableCore.test.tsx +970 -0
- package/src/components/DataTable/README.md +155 -0
- package/src/components/DataTable/TESTING.md +101 -0
- package/src/components/DataTable/a11y.basic.test.tsx +788 -0
- package/src/components/DataTable/components/DataTableCore.tsx +104 -864
- package/src/components/DataTable/components/GroupingDropdown.test.tsx +621 -0
- package/src/components/DataTable/components/GroupingDropdown.tsx +2 -2
- package/src/components/DataTable/components/ImportModal.tsx +61 -559
- package/src/components/DataTable/components/ImportModalFileSection.tsx +148 -0
- package/src/components/DataTable/context/DataTableContext.test.tsx +328 -0
- package/src/components/DataTable/context/DataTableContext.tsx +7 -6
- package/src/components/DataTable/core/ColumnFactory.test.ts +403 -0
- package/src/components/DataTable/hooks/useColumnOrderPersistence.test.ts +516 -0
- package/src/components/DataTable/hooks/useColumnVisibilityPersistence.test.ts +256 -0
- package/src/components/DataTable/hooks/useDataTableConfiguration.test.ts +297 -0
- package/src/components/DataTable/hooks/useDataTableConfiguration.ts +14 -2
- package/src/components/DataTable/hooks/useDataTableDataPipeline.test.ts +270 -0
- package/src/components/DataTable/hooks/useDataTableDeletionBatching.test.ts +127 -0
- package/src/components/DataTable/hooks/useDataTableDeletionBatching.ts +106 -0
- package/src/components/DataTable/hooks/useDataTableEffectiveActions.test.ts +461 -0
- package/src/components/DataTable/hooks/useDataTableEffectiveActions.ts +248 -0
- package/src/components/DataTable/hooks/useDataTableLayoutHandlers.test.ts +296 -0
- package/src/components/DataTable/hooks/useDataTableLayoutHandlers.ts +175 -0
- package/src/components/DataTable/hooks/useDataTablePaginationSync.test.ts +203 -0
- package/src/components/DataTable/hooks/useDataTablePaginationSync.ts +109 -0
- package/src/components/DataTable/hooks/useDataTablePermissions.test.ts +280 -0
- package/src/components/DataTable/hooks/useDataTablePermissions.ts +79 -247
- package/src/components/DataTable/hooks/useDataTablePipeline.test.tsx +219 -0
- package/src/components/DataTable/hooks/useDataTablePipeline.tsx +239 -0
- package/src/components/DataTable/hooks/useDataTableRenderGuard.test.tsx +316 -0
- package/src/components/DataTable/hooks/useDataTableRenderGuard.tsx +195 -0
- package/src/components/DataTable/hooks/useDataTableScope.test.ts +102 -0
- package/src/components/DataTable/hooks/useDataTableScope.ts +125 -0
- package/src/components/DataTable/hooks/useDataTableState.test.ts +733 -0
- package/src/components/DataTable/hooks/useDataTableState.ts +145 -94
- package/src/components/DataTable/hooks/useDataTableStateAndPersistence.test.ts +277 -0
- package/src/components/DataTable/hooks/useDataTableStateAndPersistence.ts +222 -0
- package/src/components/DataTable/hooks/useDataTableSuperAdmin.test.ts +93 -0
- package/src/components/DataTable/hooks/useDataTableSuperAdmin.ts +86 -0
- package/src/components/DataTable/hooks/useDataTableTableInstance.test.ts +185 -0
- package/src/components/DataTable/hooks/useDataTableTableInstance.ts +178 -0
- package/src/components/DataTable/hooks/useEffectiveColumnOrder.test.ts +183 -0
- package/src/components/DataTable/hooks/useHierarchicalState.test.ts +294 -0
- package/src/components/DataTable/hooks/useImportModalFocus.test.ts +184 -0
- package/src/components/DataTable/hooks/useImportModalFocus.ts +53 -0
- package/src/components/DataTable/hooks/useImportModalState.test.ts +390 -0
- package/src/components/DataTable/hooks/useImportModalState.ts +345 -0
- package/src/components/DataTable/hooks/useKeyboardNavigation.test.ts +787 -0
- package/src/components/DataTable/hooks/useKeyboardNavigation.ts +309 -269
- package/src/components/DataTable/hooks/usePermissionTracking.test.ts +381 -0
- package/src/components/DataTable/hooks/usePermissionTracking.ts +122 -0
- package/src/components/DataTable/hooks/useServerSideDataEffect.test.ts +258 -0
- package/src/components/DataTable/hooks/useServerSideDataEffect.ts +14 -3
- package/src/components/DataTable/hooks/useTableColumns.test.ts +499 -0
- package/src/components/DataTable/hooks/useTableHandlers.test.ts +461 -0
- package/src/components/DataTable/hooks/useTableHandlers.ts +5 -2
- package/src/components/DataTable/index.ts +18 -17
- package/src/components/DataTable/keyboard.test.tsx +734 -0
- package/src/components/DataTable/mocks/MockRBACProvider.tsx +66 -0
- package/src/components/DataTable/pagination.modes.test.tsx +728 -0
- package/src/components/DataTable/ssr.strict-mode.test.tsx +319 -0
- package/src/components/DataTable/styles.test.ts +379 -0
- package/src/components/DataTable/styles.ts +0 -1
- package/src/components/DataTable/test-utils/MockDataTableComponents.tsx +55 -0
- package/src/components/DataTable/test-utils/dataFactories.ts +103 -0
- package/src/components/DataTable/test-utils/featureConfig.ts +10 -0
- package/src/components/DataTable/test-utils/sharedTestUtils.ts +419 -0
- package/src/components/DataTable/test-utils.ts +94 -0
- package/src/components/DataTable/types/actions.ts +71 -0
- package/src/components/DataTable/types/base.ts +39 -0
- package/src/components/DataTable/types/columns.ts +125 -0
- package/src/components/DataTable/types/export.ts +32 -0
- package/src/components/DataTable/types/features.ts +81 -0
- package/src/components/DataTable/types/hierarchical.ts +44 -0
- package/src/components/DataTable/types/index.ts +43 -0
- package/src/components/DataTable/types/pagination.ts +85 -0
- package/src/components/DataTable/types/performance.ts +47 -0
- package/src/components/DataTable/types/props.ts +62 -0
- package/src/components/DataTable/types/rbac.ts +45 -0
- package/src/components/DataTable/ui/layout/DataTableCore.test.tsx +1194 -0
- package/src/components/DataTable/ui/layout/DataTableCore.tsx +345 -0
- package/src/components/DataTable/ui/layout/DataTableErrorBoundary.test.tsx +438 -0
- package/src/components/DataTable/ui/layout/DataTableErrorBoundary.tsx +225 -0
- package/src/components/DataTable/ui/layout/DataTableLayout.test.tsx +1352 -0
- package/src/components/DataTable/ui/layout/DataTableLayout.tsx +661 -0
- package/src/components/DataTable/ui/modals/BulkDeleteConfirmDialog.test.tsx +91 -0
- package/src/components/DataTable/ui/modals/BulkDeleteConfirmDialog.tsx +43 -0
- package/src/components/DataTable/ui/modals/DataTableModals.test.tsx +749 -0
- package/src/components/DataTable/ui/modals/DataTableModals.tsx +341 -0
- package/src/components/DataTable/ui/modals/ImportModal.test.tsx +1834 -0
- package/src/components/DataTable/ui/modals/ImportModal.tsx +197 -0
- package/src/components/DataTable/ui/modals/ImportModalFailedRowsSection.tsx +60 -0
- package/src/components/DataTable/ui/modals/ImportModalFileSection.tsx +148 -0
- package/src/components/DataTable/ui/modals/ImportModalPreviewSection.tsx +60 -0
- package/src/components/DataTable/ui/modals/ImportModalSummarySection.tsx +59 -0
- package/src/components/DataTable/ui/modals/importModalPersistence.ts +73 -0
- package/src/components/DataTable/ui/shared/AccessDeniedPage.test.tsx +245 -0
- package/src/components/DataTable/ui/shared/AccessDeniedPage.tsx +159 -0
- package/src/components/DataTable/ui/shared/ActionButtons.test.tsx +921 -0
- package/src/components/DataTable/ui/shared/ActionButtons.tsx +195 -0
- package/src/components/DataTable/ui/shared/ColumnFilter.test.tsx +497 -0
- package/src/components/DataTable/ui/shared/ColumnFilter.tsx +113 -0
- package/src/components/DataTable/ui/shared/PaginationControls.test.tsx +451 -0
- package/src/components/DataTable/ui/shared/PaginationControls.tsx +291 -0
- package/src/components/DataTable/ui/shared/SortIndicator.test.tsx +135 -0
- package/src/components/DataTable/ui/shared/SortIndicator.tsx +50 -0
- package/src/components/DataTable/ui/table/EditFields.test.tsx +526 -0
- package/src/components/DataTable/ui/table/EditFields.tsx +355 -0
- package/src/components/DataTable/ui/table/EditableRow.test.tsx +1003 -0
- package/src/components/DataTable/ui/table/EditableRow.tsx +444 -0
- package/src/components/DataTable/ui/table/EmptyState.test.tsx +360 -0
- package/src/components/DataTable/ui/table/EmptyState.tsx +74 -0
- package/src/components/DataTable/ui/table/FilterRow.test.tsx +416 -0
- package/src/components/DataTable/ui/table/FilterRow.tsx +148 -0
- package/src/components/DataTable/ui/table/LoadingState.test.tsx +77 -0
- package/src/components/DataTable/ui/table/LoadingState.tsx +17 -0
- package/src/components/DataTable/ui/table/RowComponent.test.tsx +1024 -0
- package/src/components/DataTable/ui/table/RowComponent.tsx +429 -0
- package/src/components/DataTable/ui/table/UnifiedTableBody.test.tsx +1273 -0
- package/src/components/DataTable/ui/table/UnifiedTableBody.tsx +440 -0
- package/src/components/DataTable/ui/table/cellValueUtils.test.ts +453 -0
- package/src/components/DataTable/ui/table/cellValueUtils.ts +40 -0
- package/src/components/DataTable/ui/toolbar/BulkOperationsDropdown.test.tsx +551 -0
- package/src/components/DataTable/ui/toolbar/BulkOperationsDropdown.tsx +160 -0
- package/src/components/DataTable/ui/toolbar/ColumnVisibilityDropdown.test.tsx +751 -0
- package/src/components/DataTable/ui/toolbar/ColumnVisibilityDropdown.tsx +114 -0
- package/src/components/DataTable/ui/toolbar/DataTableToolbar.test.tsx +629 -0
- package/src/components/DataTable/ui/toolbar/DataTableToolbar.tsx +271 -0
- package/src/components/DataTable/ui/toolbar/GroupingDropdown.test.tsx +621 -0
- package/src/components/DataTable/ui/toolbar/GroupingDropdown.tsx +107 -0
- package/src/components/DataTable/utils/a11yUtils.test.ts +548 -0
- package/src/components/DataTable/utils/aggregationUtils.test.ts +288 -0
- package/src/components/DataTable/utils/columnUtils.test.ts +94 -0
- package/src/components/DataTable/utils/csvParse.test.ts +74 -0
- package/src/components/DataTable/utils/csvParse.ts +65 -0
- package/src/components/DataTable/utils/errorHandling.test.ts +209 -0
- package/src/components/DataTable/utils/exportUtils.test.ts +954 -0
- package/src/components/DataTable/utils/flexibleImport.test.ts +573 -0
- package/src/components/DataTable/utils/flexibleImport.ts +3 -186
- package/src/components/DataTable/utils/hierarchicalSorting.test.ts +235 -0
- package/src/components/DataTable/utils/hierarchicalUtils.test.ts +586 -0
- package/src/components/DataTable/utils/importDateParser.test.ts +162 -0
- package/src/components/DataTable/utils/importDateParser.ts +114 -0
- package/src/components/DataTable/utils/importValueParser.test.ts +138 -0
- package/src/components/DataTable/utils/importValueParser.ts +91 -0
- package/src/components/DataTable/utils/paginationUtils.test.ts +593 -0
- package/src/components/DataTable/utils/paginationUtils.ts +6 -3
- package/src/components/DataTable/utils/performanceUtils.test.ts +470 -0
- package/src/components/DataTable/utils/rowUtils.test.ts +235 -0
- package/src/components/DataTable/utils/selectFieldUtils.test.ts +271 -0
- package/src/components/DataTable/utils/selectFieldUtils.ts +97 -60
- package/src/components/DatePickerWithTimezone/DatePickerWithTimezone.test.tsx +1 -1
- package/src/components/DateTimeField/DateTimeField.test.tsx +1 -1
- package/src/components/Dialog/Dialog.test-utils.ts +49 -0
- package/src/components/Dialog/Dialog.test.tsx +896 -89
- package/src/components/Dialog/Dialog.tsx +174 -882
- package/src/components/Dialog/dialogLock.test.ts +238 -0
- package/src/components/Dialog/dialogLock.ts +98 -0
- package/src/components/Dialog/index.ts +2 -0
- package/src/components/Dialog/useDialogDimensions.test.ts +163 -0
- package/src/components/Dialog/useDialogDimensions.ts +140 -0
- package/src/components/Dialog/useDialogLifecycle.test.ts +361 -0
- package/src/components/Dialog/useDialogLifecycle.ts +135 -0
- package/src/components/Dialog/useDialogPersistence.test.ts +381 -0
- package/src/components/Dialog/useDialogPersistence.ts +357 -0
- package/src/components/FileDisplay/FileDisplay.test.tsx +40 -40
- package/src/components/FileDisplay/FileDisplay.tsx +24 -656
- package/src/components/FileDisplay/FileDisplayContent.test.tsx +395 -0
- package/src/components/FileDisplay/FileDisplayContent.tsx +242 -0
- package/src/components/FileDisplay/FileDisplayDeleteConfirmDialog.test.tsx +74 -0
- package/src/components/FileDisplay/FileDisplayDeleteConfirmDialog.tsx +38 -0
- package/src/components/FileDisplay/FileDisplayEmptyView.test.tsx +33 -0
- package/src/components/FileDisplay/FileDisplayEmptyView.tsx +33 -0
- package/src/components/FileDisplay/FileDisplayErrorView.test.tsx +71 -0
- package/src/components/FileDisplay/FileDisplayErrorView.tsx +50 -0
- package/src/components/FileDisplay/FileDisplayLoadingFallbackView.test.tsx +22 -0
- package/src/components/FileDisplay/FileDisplayLoadingFallbackView.tsx +22 -0
- package/src/components/FileDisplay/FileDisplayLoadingView.test.tsx +21 -0
- package/src/components/FileDisplay/FileDisplayLoadingView.tsx +23 -0
- package/src/components/FileDisplay/FileDisplayMultipleFilesView.test.tsx +101 -0
- package/src/components/FileDisplay/FileDisplayMultipleFilesView.tsx +109 -0
- package/src/components/FileDisplay/FileDisplaySingleDocumentLinkView.test.tsx +58 -0
- package/src/components/FileDisplay/FileDisplaySingleDocumentLinkView.tsx +48 -0
- package/src/components/FileDisplay/FileDisplaySingleFileWithActionsView.test.tsx +111 -0
- package/src/components/FileDisplay/FileDisplaySingleFileWithActionsView.tsx +270 -0
- package/src/components/FileDisplay/FileDisplaySingleImageView.test.tsx +78 -0
- package/src/components/FileDisplay/FileDisplaySingleImageView.tsx +67 -0
- package/src/components/FileDisplay/fallbackUtils.test.ts +50 -0
- package/src/components/FileDisplay/fallbackUtils.ts +44 -0
- package/src/components/FileDisplay/fetchFileDisplayData.ts +24 -0
- package/src/components/FileDisplay/fetchFileDisplayData.unit.test.ts +183 -0
- package/src/components/FileDisplay/fileDisplayUtils.test.ts +58 -0
- package/src/components/FileDisplay/fileDisplayUtils.ts +24 -0
- package/src/components/FileDisplay/useFileDisplay.test.ts +538 -0
- package/src/components/FileDisplay/useFileDisplay.ts +515 -0
- package/src/components/FileDisplay/useFileDisplay.unit.test.ts +1442 -0
- package/src/components/FileDisplay/useFileDisplayData.ts +126 -0
- package/src/components/FileDisplay/usePublicFileDisplay.test.ts +729 -0
- package/src/components/FileDisplay/usePublicFileDisplay.ts +579 -0
- package/src/components/FileUpload/FileUpload.test.tsx +16 -10
- package/src/components/FileUpload/FileUpload.tsx +107 -525
- package/src/components/FileUpload/FileUploadDropZone.tsx +112 -0
- package/src/components/FileUpload/FileUploadProgressItem.tsx +86 -0
- package/src/components/FileUpload/FileUploadProgressList.tsx +40 -0
- package/src/components/FileUpload/useFileUploadManager.test.ts +308 -0
- package/src/components/FileUpload/useFileUploadManager.ts +454 -0
- package/src/components/FileUpload/useResolvedAppId.test.ts +102 -0
- package/src/components/FileUpload/useResolvedAppId.ts +77 -0
- package/src/components/Footer/Footer.test.tsx +6 -292
- package/src/components/Footer/Footer.tsx +8 -125
- package/src/components/Form/Form.test.tsx +44 -27
- package/src/components/Form/Form.tsx +64 -287
- package/src/components/Form/useFormPersistence.ts +257 -0
- package/src/components/Header/Header.test.tsx +17 -18
- package/src/components/Header/Header.tsx +10 -1
- package/src/components/Input/Input.tsx +1 -1
- package/src/components/Label/Label.test.tsx +1 -1
- package/src/components/LoadingSpinner/LoadingSpinner.test.tsx +1 -1
- package/src/components/NavigationMenu/HierarchicalNavItem.tsx +104 -0
- package/src/components/NavigationMenu/NavigationMenu.test.tsx +1029 -26
- package/src/components/NavigationMenu/NavigationMenu.tsx +61 -361
- package/src/components/NavigationMenu/index.ts +6 -1
- package/src/components/NavigationMenu/navigationPermissionHelper.ts +188 -0
- package/src/components/NavigationMenu/useNavigationFiltering.test.ts +1949 -0
- package/src/components/NavigationMenu/useNavigationFiltering.ts +197 -296
- package/src/components/NavigationMenu/useNavigationScope.ts +125 -0
- package/src/components/PaceAppLayout/PaceAppLayout.edge-cases.test.tsx +109 -70
- package/src/components/PaceAppLayout/PaceAppLayout.integration.test.tsx +3 -3
- package/src/components/PaceAppLayout/PaceAppLayout.security.test.tsx +16 -19
- package/src/components/PaceAppLayout/PaceAppLayout.test.tsx +529 -5
- package/src/components/PaceAppLayout/PaceAppLayout.tsx +280 -756
- package/src/components/PaceAppLayout/useFilteredNavItems.ts +319 -0
- package/src/components/PaceAppLayout/usePaceAppLayoutConfig.ts +163 -0
- package/src/components/PaceAppLayout/usePaceAppLayoutGate.tsx +150 -0
- package/src/components/PaceAppLayout/usePaceAppLayoutPermissions.ts +162 -0
- package/src/components/PaceAppLayout/usePaceAppLayoutScope.ts +81 -0
- package/src/components/PaceAppLayout/useRoleBasedRouteAccess.ts +157 -0
- package/src/components/PaceAppLayout/useSuperAdminFallback.ts +58 -0
- package/src/components/PaceLoginPage/PaceLoginPage.test.tsx +31 -25
- package/src/components/PaceLoginPage/PaceLoginPage.tsx +31 -122
- package/src/components/PaceLoginPage/useLoginAppAccess.ts +153 -0
- package/src/components/Progress/Progress.tsx +1 -2
- package/src/components/ProtectedRoute/ProtectedRoute.tsx +29 -235
- package/src/components/ProtectedRoute/useProtectedRouteState.ts +128 -0
- package/src/components/ProtectedRoute/useVisibilityRedirectGrace.ts +89 -0
- package/src/components/PublicLayout/PublicLayout.test.tsx +217 -36
- package/src/components/PublicLayout/PublicPageLayout.tsx +132 -73
- package/src/components/PublicLayout/PublicPageProvider.tsx +5 -1
- package/src/components/Select/Select.test.tsx +1 -1
- package/src/components/Select/Select.tsx +28 -18
- package/src/components/Select/context.test.tsx +56 -0
- package/src/components/Select/text.test.tsx +104 -0
- package/src/components/Select/text.ts +26 -0
- package/src/components/Select/useSelectEvents.test.ts +279 -0
- package/src/components/Select/useSelectEvents.ts +87 -0
- package/src/components/Select/useSelectSearch.test.tsx +295 -0
- package/src/components/Select/useSelectSearch.ts +91 -0
- package/src/components/Select/useSelectState.test.ts +268 -0
- package/src/components/Select/useSelectState.ts +104 -0
- package/src/components/Table/Table.test.tsx +348 -0
- package/src/components/Tabs/Tabs.test.tsx +270 -0
- package/src/components/Tabs/Tabs.tsx +1 -1
- package/src/components/Toast/Toast.test.tsx +420 -0
- package/src/components/index.test.ts +346 -0
- package/src/constants/performance.test.ts +91 -0
- package/src/hooks/ServiceHooks.test.tsx +725 -0
- package/src/hooks/hooks.integration.test.tsx +608 -0
- package/src/hooks/index.ts +7 -4
- package/src/hooks/index.unit.test.ts +220 -0
- package/src/hooks/public/usePublicEvent.test.ts +1 -1
- package/src/hooks/public/usePublicEventLogo.test.ts +1 -1
- package/src/hooks/public/usePublicRouteParams.test.ts +1 -1
- package/src/hooks/services/useAuth.ts +9 -7
- package/src/hooks/useAddressAutocomplete.test.ts +22 -22
- package/src/hooks/useAddressAutocomplete.ts +90 -75
- package/src/hooks/useAppConfig.unit.test.ts +720 -0
- package/src/hooks/useComponentPerformance.unit.test.tsx +316 -0
- package/src/hooks/useDataTablePerformance.ts +100 -120
- package/src/hooks/useDataTablePerformance.unit.test.ts +720 -0
- package/src/hooks/useDataTableState.test.ts +170 -0
- package/src/hooks/useDebounce.unit.test.ts +157 -0
- package/src/hooks/useEventTheme.test.ts +4 -1
- package/src/hooks/useEventTheme.ts +49 -21
- package/src/hooks/useEvents.ts +41 -1
- package/src/hooks/useEvents.unit.test.ts +227 -0
- package/src/hooks/useFileReference.test.ts +44 -41
- package/src/hooks/useFileReference.ts +182 -173
- package/src/hooks/useFileUrl.ts +1 -1
- package/src/hooks/useFileUrl.unit.test.ts +684 -0
- package/src/hooks/useFileUrlCache.test.ts +319 -0
- package/src/hooks/useFileUrlCache.ts +1 -1
- package/src/hooks/useFocusManagement.unit.test.ts +604 -0
- package/src/hooks/useFocusTrap.unit.test.tsx +613 -0
- package/src/hooks/useFormDialog.test.ts +307 -0
- package/src/hooks/useInactivityTracker.ts +138 -131
- package/src/hooks/useInactivityTracker.unit.test.ts +450 -0
- package/src/hooks/useIsMobile.unit.test.ts +317 -0
- package/src/hooks/useIsPrint.ts +62 -0
- package/src/hooks/useIsPrint.unit.test.ts +545 -0
- package/src/hooks/useKeyboardShortcuts.unit.test.ts +907 -0
- package/src/hooks/useOrganisationPermissions.unit.test.tsx +293 -0
- package/src/hooks/useOrganisationSecurity.test.ts +3 -3
- package/src/hooks/useOrganisationSecurity.ts +190 -201
- package/src/hooks/useOrganisationSecurity.unit.test.tsx +959 -0
- package/src/hooks/useOrganisations.unit.test.ts +369 -0
- package/src/hooks/usePerformanceMonitor.unit.test.ts +683 -0
- package/src/hooks/usePermissionCache.test.ts +505 -0
- package/src/hooks/usePermissionCache.ts +276 -271
- package/src/hooks/usePreventTabReload.test.ts +307 -0
- package/src/hooks/usePublicEvent.simple.test.ts +779 -0
- package/src/hooks/usePublicEvent.test.ts +664 -0
- package/src/hooks/usePublicEvent.unit.test.ts +638 -0
- package/src/hooks/usePublicFileDisplay.test.ts +948 -0
- package/src/hooks/usePublicRouteParams.unit.test.ts +442 -0
- package/src/hooks/useQueryCache.test.ts +391 -0
- package/src/hooks/useQueryCache.ts +0 -2
- package/src/hooks/useRBAC.unit.test.ts +253 -0
- package/src/hooks/useSessionDraft.test.ts +556 -0
- package/src/hooks/useSessionRestoration.unit.test.tsx +381 -0
- package/src/hooks/useStorage.ts +21 -16
- package/src/hooks/useStorage.unit.test.ts +684 -0
- package/src/hooks/useToast.test.ts +413 -0
- package/src/hooks/useToast.unit.test.tsx +481 -0
- package/src/hooks/useZodForm.unit.test.tsx +191 -0
- package/src/icons/index.test.ts +133 -0
- package/src/icons/index.ts +2 -0
- package/src/index.test.ts +528 -0
- package/src/index.ts +15 -7
- package/src/providers/AuthProvider.test.tsx +218 -0
- package/src/providers/EventProvider.test.tsx +487 -0
- package/src/providers/InactivityProvider.test-helper.tsx +40 -0
- package/src/providers/InactivityProvider.test.tsx +421 -0
- package/src/providers/ProviderLifecycle.test.tsx +308 -0
- package/src/providers/UnifiedAuthProvider.test.tsx +503 -0
- package/src/providers/index.test.ts +138 -0
- package/src/providers/services/AuthServiceProvider.integration.test.tsx +229 -0
- package/src/providers/services/AuthServiceProvider.test.tsx +643 -0
- package/src/providers/services/EventServiceProvider.test.tsx +844 -0
- package/src/providers/services/InactivityServiceProvider.test.tsx +667 -0
- package/src/providers/services/OrganisationServiceProvider.test.tsx +445 -0
- package/src/providers/services/UnifiedAuthContext.ts +30 -27
- package/src/providers/services/UnifiedAuthProvider.advanced.test.tsx +434 -0
- package/src/providers/services/UnifiedAuthProvider.appId.test.tsx +408 -0
- package/src/providers/services/UnifiedAuthProvider.integration.test.tsx +304 -0
- package/src/providers/services/UnifiedAuthProvider.tsx +115 -360
- package/src/providers/services/contexts.test.tsx +281 -0
- package/src/providers/services/useUnifiedAuth.test.tsx +251 -0
- package/src/providers/services/useUnifiedAuthContextValue.ts +279 -0
- package/src/providers/useInactivity.test-helper.ts +27 -0
- package/src/rbac/README.md +7 -5
- package/src/rbac/adapters.comprehensive.test.tsx +429 -0
- package/src/rbac/adapters.test.tsx +22 -22
- package/src/rbac/adapters.tsx +29 -29
- package/src/rbac/api.test.ts +1075 -87
- package/src/rbac/api.ts +300 -255
- package/src/rbac/audit-batched.test.ts +550 -0
- package/src/rbac/audit.ts +4 -1
- package/src/rbac/auth-rbac-security.integration.test.tsx +300 -0
- package/src/rbac/auth-rbac.e2e.test.tsx +510 -0
- package/src/rbac/cache-invalidation.test.ts +715 -0
- package/src/rbac/components/AccessDenied.test.tsx +324 -0
- package/src/rbac/components/NavigationGuard.test.tsx +1148 -0
- package/src/rbac/components/NavigationGuard.tsx +2 -1
- package/src/rbac/components/PagePermissionGuard.guard.test.tsx +236 -0
- package/src/rbac/components/PagePermissionGuard.performance.test.tsx +252 -0
- package/src/rbac/components/PagePermissionGuard.race-condition.test.tsx +243 -0
- package/src/rbac/components/PagePermissionGuard.test.tsx +1443 -0
- package/src/rbac/components/PagePermissionGuard.tsx +177 -372
- package/src/rbac/components/PagePermissionGuard.verification.test.tsx +185 -0
- package/src/rbac/config.ts +58 -18
- package/src/rbac/engine.comprehensive.test.ts +808 -0
- package/src/rbac/engine.test.ts +494 -0
- package/src/rbac/engine.ts +23 -1
- package/src/rbac/errors.ts +89 -55
- package/src/rbac/hooks/permissions/runPermissionCheck.ts +91 -0
- package/src/rbac/hooks/permissions/useAccessLevel.test.ts +622 -0
- package/src/rbac/hooks/permissions/useAccessLevel.ts +16 -6
- package/src/rbac/hooks/permissions/useCan.test.ts +837 -0
- package/src/rbac/hooks/permissions/useCan.ts +177 -255
- package/src/rbac/hooks/permissions/useMultiplePermissions.test.ts +843 -0
- package/src/rbac/hooks/permissions/useMultiplePermissions.ts +24 -11
- package/src/rbac/hooks/permissions/usePermissions.test.ts +543 -0
- package/src/rbac/hooks/permissions/usePermissions.ts +36 -65
- package/src/rbac/hooks/useCan.test.ts +44 -45
- package/src/rbac/hooks/usePageAccessLogging.ts +160 -0
- package/src/rbac/hooks/usePageGuardScope.ts +119 -0
- package/src/rbac/hooks/usePagePermissionCheck.ts +67 -0
- package/src/rbac/hooks/usePermissions.integration.test.ts +427 -0
- package/src/rbac/hooks/usePermissions.stability.test.ts +268 -0
- package/src/rbac/hooks/usePermissions.test.ts +54 -54
- package/src/rbac/hooks/useRBAC.test.ts +313 -217
- package/src/rbac/hooks/useRBAC.ts +145 -81
- package/src/rbac/hooks/useResolvedScope.ts +16 -10
- package/src/rbac/hooks/useResourcePermissions.test.ts +73 -83
- package/src/rbac/hooks/useResourcePermissions.ts +77 -152
- package/src/rbac/hooks/useResourcePermissionsSuperAdmin.ts +67 -0
- package/src/rbac/hooks/useRoleManagement.test.ts +27 -112
- package/src/rbac/hooks/useRoleManagement.ts +153 -585
- package/src/rbac/hooks/useSecureSupabase.test.ts +1179 -0
- package/src/rbac/hooks/useSecureSupabase.ts +10 -2
- package/src/rbac/hooks/useSuperAdminCheck.ts +80 -0
- package/src/rbac/performance.test.ts +451 -0
- package/src/rbac/rbac-core.test.tsx +276 -0
- package/src/rbac/rbac-engine-core-logic.test.ts +387 -0
- package/src/rbac/rbac-engine-simplified.test.ts +252 -0
- package/src/rbac/rbac-functions.test.ts +703 -0
- package/src/rbac/rbac-role-isolation.test.ts +456 -0
- package/src/rbac/request-deduplication.test.ts +14 -9
- package/src/rbac/request-deduplication.ts +5 -4
- package/src/rbac/scenarios.user-role.test.tsx +271 -0
- package/src/rbac/secureClient.test.ts +514 -83
- package/src/rbac/secureClient.ts +8 -2
- package/src/rbac/security.test.ts +323 -0
- package/src/rbac/types/roleManagement.ts +66 -0
- package/src/rbac/types.ts +3 -0
- package/src/rbac/utils/clientSecurity.test.ts +192 -0
- package/src/rbac/utils/contextValidator.test.ts +126 -0
- package/src/rbac/utils/contextValidator.ts +5 -1
- package/src/rbac/utils/deep-equal.test.ts +76 -0
- package/src/rbac/utils/eventContext.test.ts +401 -0
- package/src/rbac/utils/eventContext.ts +37 -33
- package/src/rbac/utils/fetchPermissionMap.ts +13 -0
- package/src/rbac/utils/permissionMapHelpers.ts +34 -0
- package/src/rbac/utils/roleManagementRpc.ts +303 -0
- package/src/services/AuthService.edge-cases.test.ts +746 -0
- package/src/services/AuthService.restoreSession.test.ts +59 -0
- package/src/services/AuthService.test.ts +1362 -0
- package/src/services/AuthService.ts +184 -205
- package/src/services/BaseService.edge-cases.test.ts +506 -0
- package/src/services/BaseService.test.ts +363 -0
- package/src/services/EventService.edge-cases.test.ts +636 -0
- package/src/services/EventService.eventColours.test.ts +64 -0
- package/src/services/EventService.test.ts +1250 -0
- package/src/services/EventService.ts +251 -316
- package/src/services/InactivityService.edge-cases.test.ts +492 -0
- package/src/services/InactivityService.lifecycle.test.ts +406 -0
- package/src/services/InactivityService.test.ts +829 -0
- package/src/services/InactivityService.ts +172 -213
- package/src/services/OrganisationService.edge-cases.test.ts +633 -0
- package/src/services/OrganisationService.pagination.test.ts +409 -0
- package/src/services/OrganisationService.test.ts +1579 -0
- package/src/services/OrganisationService.ts +184 -238
- package/src/services/base/BaseService.test.ts +1 -1
- package/src/services/interfaces/IAuthService.test.ts +184 -0
- package/src/services/interfaces/IAuthService.ts +10 -9
- package/src/services/interfaces/IEventService.test.ts +176 -0
- package/src/services/interfaces/IInactivityService.test.ts +183 -0
- package/src/services/interfaces/IOrganisationService.test.ts +207 -0
- package/src/styles/core.css +243 -12
- package/src/theming/parseEventColours.test.ts +321 -0
- package/src/theming/runtime.test.ts +495 -0
- package/src/theming/runtime.ts +71 -2
- package/src/types/api-result.ts +53 -0
- package/src/types/core.test.ts +397 -0
- package/src/types/database-generated.test.ts +78 -0
- package/src/types/database.generated.ts +45 -10
- package/src/types/event.ts +38 -18
- package/src/types/file-reference.test.ts +351 -0
- package/src/types/file-reference.ts +37 -12
- package/src/types/guards.test.ts +246 -0
- package/src/types/index.test.ts +265 -0
- package/src/types/index.ts +3 -0
- package/src/types/organisation.roles.test.ts +55 -0
- package/src/types/organisation.test.ts +1105 -0
- package/src/types/organisation.ts +15 -15
- package/src/types/supabase.ts +13 -4
- package/src/types/theme.test.ts +830 -0
- package/src/types/type-validation.test.ts +526 -0
- package/src/types/validation.test.ts +729 -0
- package/src/utils/app/appIdResolver.test.ts +98 -71
- package/src/utils/app/appIdResolver.ts +31 -20
- package/src/utils/appConfig.unit.test.ts +55 -0
- package/src/utils/audit.unit.test.ts +69 -0
- package/src/utils/auth-utils.unit.test.ts +69 -0
- package/src/utils/bundleAnalysis.unit.test.ts +326 -0
- package/src/utils/cn.unit.test.ts +34 -0
- package/src/utils/context/organisationContext.test.ts +105 -91
- package/src/utils/context/organisationContext.ts +29 -40
- package/src/utils/core/cn.test.ts +66 -0
- package/src/utils/core/debugLogger.test.ts +113 -0
- package/src/utils/core/logger.test.ts +217 -0
- package/src/utils/core/mergeRefs.ts +24 -0
- package/src/utils/debugLogger.test.ts +417 -0
- package/src/utils/deviceFingerprint.unit.test.ts +818 -0
- package/src/utils/dynamic/createLazyComponent.tsx +9 -1
- package/src/utils/dynamic/dynamicUtils.test.ts +185 -0
- package/src/utils/dynamic/lazyLoad.test.tsx +156 -0
- package/src/utils/dynamicUtils.unit.test.ts +331 -0
- package/src/utils/file-reference/file-reference.test.ts +1249 -0
- package/src/utils/file-reference/index.ts +330 -347
- package/src/utils/formatDate.unit.test.ts +109 -0
- package/src/utils/formatting/formatDateTimeTimezone.test.ts +1 -1
- package/src/utils/formatting/formatNumber.test.ts +1 -1
- package/src/utils/formatting.unit.test.ts +99 -0
- package/src/utils/google-places/googlePlacesUtils.test.ts +70 -48
- package/src/utils/google-places/googlePlacesUtils.ts +67 -99
- package/src/utils/google-places/loadGoogleMapsScript.test.ts +25 -22
- package/src/utils/google-places/loadGoogleMapsScript.ts +138 -117
- package/src/utils/index.unit.test.ts +251 -0
- package/src/utils/lazyLoad.unit.test.tsx +319 -0
- package/src/utils/location/location.test.ts +1 -1
- package/src/utils/logger.unit.test.ts +398 -0
- package/src/utils/organisationContext.unit.test.ts +180 -0
- package/src/utils/performance/bundleAnalysis.test.ts +148 -0
- package/src/utils/performance/performanceBenchmark.test.ts +251 -0
- package/src/utils/performance/performanceBudgets.test.ts +241 -0
- package/src/utils/performanceBenchmark.test.ts +174 -0
- package/src/utils/performanceBudgets.unit.test.ts +288 -0
- package/src/utils/permissionTypes.unit.test.ts +250 -0
- package/src/utils/permissionUtils.unit.test.ts +362 -0
- package/src/utils/permissions/permissionTypes.test.ts +149 -0
- package/src/utils/persistence/keyDerivation.test.ts +306 -0
- package/src/utils/persistence/sensitiveFieldDetection.test.ts +271 -0
- package/src/utils/request-deduplication.test.ts +349 -0
- package/src/utils/sanitization.unit.test.ts +346 -0
- package/src/utils/schemaUtils.unit.test.ts +441 -0
- package/src/utils/secureDataAccess.unit.test.ts +334 -0
- package/src/utils/secureErrors.unit.test.ts +390 -0
- package/src/utils/secureStorage.unit.test.ts +289 -0
- package/src/utils/security/auth-utils.ts +34 -23
- package/src/utils/security/secureDataAccess.ts +241 -281
- package/src/utils/security/secureErrors.test.ts +1 -1
- package/src/utils/security/secureStorage.test.ts +1 -1
- package/src/utils/security/security.test.ts +25 -17
- package/src/utils/security/security.ts +15 -18
- package/src/utils/security/securityMonitor.test.ts +1 -1
- package/src/utils/security.unit.test.ts +155 -0
- package/src/utils/securityMonitor.unit.test.ts +276 -0
- package/src/utils/sessionTracking.unit.test.ts +218 -0
- package/src/utils/storage/config.unit.test.ts +239 -0
- package/src/utils/storage/helpers.test.ts +88 -102
- package/src/utils/storage/helpers.ts +173 -251
- package/src/utils/storage/index.unit.test.ts +68 -0
- package/src/utils/storage/types.ts +7 -0
- package/src/utils/supabase/createBaseClient.test.ts +31 -14
- package/src/utils/timezone/timezone.test.ts +1 -1
- package/src/utils/timezone.test.ts +345 -0
- package/src/utils/validation/common.test.ts +115 -0
- package/src/utils/validation/csrf.test.ts +198 -0
- package/src/utils/validation/csrf.ts +42 -41
- package/src/utils/validation/htmlSanitization.unit.test.ts +618 -0
- package/src/utils/validation/passwordSchema.test.ts +164 -0
- package/src/utils/validation/schema.test.ts +127 -0
- package/src/utils/validation/sqlInjectionProtection.test.ts +165 -0
- package/src/utils/validation/user.test.ts +173 -0
- package/src/utils/validation/validation.test.ts +197 -0
- package/src/utils/validation/validationUtils.test.ts +294 -0
- package/src/utils/validation.unit.test.ts +307 -0
- package/src/utils/validationUtils.unit.test.ts +558 -0
- package/dist/DataTable-SAXFG4XI.js +0 -13
- package/dist/InactivityServiceProvider-DHryoh6K.d.ts +0 -299
- package/dist/UnifiedAuthProvider-BBD2PS3Q.js +0 -7
- package/dist/UnifiedAuthProvider-CiBAl9-s.d.ts +0 -151
- package/dist/api-F47QJ7FX.js +0 -4
- package/dist/audit-Z6ZZBWLU.js +0 -3
- package/dist/auth-BZOJqrdd.d.ts +0 -49
- package/dist/chunk-3GWSPISD.js +0 -61
- package/dist/chunk-66R6RLUZ.js +0 -529
- package/dist/chunk-7YDC7LMU.js +0 -487
- package/dist/chunk-BCTXBU6U.js +0 -704
- package/dist/chunk-FBZ7U3ID.js +0 -2209
- package/dist/chunk-FN52B75D.js +0 -246
- package/dist/chunk-JJEYZ3DX.js +0 -165
- package/dist/chunk-KPYQWGFQ.js +0 -183
- package/dist/chunk-KSNLMI7N.js +0 -481
- package/dist/chunk-KYURMOQM.js +0 -977
- package/dist/chunk-LNHFAF4X.js +0 -2279
- package/dist/chunk-MPY44PWB.js +0 -8510
- package/dist/chunk-NIU6DPQV.js +0 -427
- package/dist/chunk-TFIPNIPE.js +0 -5379
- package/dist/chunk-UZNAFKGW.js +0 -125
- package/dist/chunk-W46INAVW.js +0 -1216
- package/dist/chunk-X5EAU5G7.js +0 -793
- package/dist/chunk-Y4PF6HIM.js +0 -2862
- package/dist/database.generated-DT8JTZiP.d.ts +0 -9406
- package/dist/event-WTAQuGcq.d.ts +0 -239
- package/dist/file-reference-BavO2eQj.d.ts +0 -148
- package/dist/functions-DH45k8ec.d.ts +0 -208
- package/dist/timezone-K-ptz3HO.d.ts +0 -696
- package/dist/types-BE2sEHKd.d.ts +0 -55
- package/dist/types-CvOPXWWZ.d.ts +0 -111
- package/dist/types-D05dCGma.d.ts +0 -521
- package/dist/usePublicPageContext-vxBlEHO9.d.ts +0 -4290
- package/dist/usePublicRouteParams-G3Ks53mk.d.ts +0 -877
- package/docs/api/modules.md +0 -9889
- package/scripts/build-docs-incremental.js +0 -179
- package/scripts/eslint-audit.cjs +0 -222
- package/scripts/generate-docs.js +0 -157
- package/scripts/install-cursor-rules.cjs +0 -255
- package/scripts/install-eslint-config.cjs +0 -349
- package/scripts/setup-build-cache.js +0 -73
- package/scripts/validate-pre-publish.js +0 -145
- package/src/__tests__/helpers/__tests__/component-test-utils.test.tsx +0 -260
- package/src/__tests__/helpers/__tests__/optimized-test-setup.test.ts +0 -224
- package/src/__tests__/helpers/__tests__/supabaseMock.test.ts +0 -273
- package/src/__tests__/helpers/__tests__/test-providers.test.tsx +0 -99
- package/src/__tests__/helpers/__tests__/test-utils.test.tsx +0 -446
- package/src/__tests__/helpers/__tests__/timer-utils.test.ts +0 -371
- package/src/__tests__/hooks/usePermissions.test.ts +0 -268
- package/src/__tests__/index.test.ts +0 -532
- package/src/__tests__/integration/UserProfile.test.tsx +0 -124
- package/src/__tests__/public-recipe-view.test.ts +0 -228
- package/src/__tests__/rbac/PagePermissionGuard.test.tsx +0 -222
- package/src/__tests__/rls-policies.test.ts +0 -472
- package/src/components/ContextSelector/__tests__/ContextSelector.test.tsx +0 -360
- package/src/components/DataTable/__tests__/DataTable.comprehensive.test.tsx +0 -759
- package/src/components/DataTable/__tests__/DataTable.default-state.test.tsx +0 -524
- package/src/components/DataTable/__tests__/DataTable.export.test.tsx +0 -705
- package/src/components/DataTable/__tests__/DataTable.grouping-aggregation.test.tsx +0 -658
- package/src/components/DataTable/__tests__/DataTable.hooks.test.tsx +0 -192
- package/src/components/DataTable/__tests__/DataTable.select-label-display.test.tsx +0 -485
- package/src/components/DataTable/__tests__/DataTable.test.tsx +0 -876
- package/src/components/DataTable/__tests__/DataTableCore.test-setup.ts +0 -220
- package/src/components/DataTable/__tests__/DataTableCore.test.tsx +0 -970
- package/src/components/DataTable/__tests__/README.md +0 -145
- package/src/components/DataTable/__tests__/a11y.basic.test.tsx +0 -788
- package/src/components/DataTable/__tests__/keyboard.test.tsx +0 -756
- package/src/components/DataTable/__tests__/mocks/MockRBACProvider.tsx +0 -66
- package/src/components/DataTable/__tests__/pagination.modes.test.tsx +0 -728
- package/src/components/DataTable/__tests__/ssr.strict-mode.test.tsx +0 -319
- package/src/components/DataTable/__tests__/styles.test.ts +0 -382
- package/src/components/DataTable/__tests__/test-utils/dataFactories.ts +0 -103
- package/src/components/DataTable/__tests__/test-utils/sharedTestUtils.tsx +0 -388
- package/src/components/DataTable/__tests__/test-utils.ts +0 -94
- package/src/components/DataTable/components/AccessDeniedPage.tsx +0 -159
- package/src/components/DataTable/components/ActionButtons.tsx +0 -195
- package/src/components/DataTable/components/BulkOperationsDropdown.tsx +0 -160
- package/src/components/DataTable/components/ColumnFilter.tsx +0 -113
- package/src/components/DataTable/components/ColumnVisibilityDropdown.tsx +0 -114
- package/src/components/DataTable/components/DataTableErrorBoundary.tsx +0 -225
- package/src/components/DataTable/components/DataTableLayout.tsx +0 -584
- package/src/components/DataTable/components/DataTableModals.tsx +0 -333
- package/src/components/DataTable/components/DataTableToolbar.tsx +0 -271
- package/src/components/DataTable/components/EditFields.tsx +0 -286
- package/src/components/DataTable/components/EditableRow.tsx +0 -462
- package/src/components/DataTable/components/EmptyState.tsx +0 -82
- package/src/components/DataTable/components/FilterRow.tsx +0 -148
- package/src/components/DataTable/components/LoadingState.tsx +0 -17
- package/src/components/DataTable/components/PaginationControls.tsx +0 -285
- package/src/components/DataTable/components/RowComponent.tsx +0 -423
- package/src/components/DataTable/components/SortIndicator.tsx +0 -50
- package/src/components/DataTable/components/UnifiedTableBody.tsx +0 -395
- package/src/components/DataTable/components/__tests__/AccessDeniedPage.test.tsx +0 -245
- package/src/components/DataTable/components/__tests__/ActionButtons.test.tsx +0 -919
- package/src/components/DataTable/components/__tests__/BulkOperationsDropdown.test.tsx +0 -544
- package/src/components/DataTable/components/__tests__/ColumnFilter.test.tsx +0 -484
- package/src/components/DataTable/components/__tests__/ColumnVisibilityDropdown.test.tsx +0 -748
- package/src/components/DataTable/components/__tests__/DataTableCore.test.tsx +0 -792
- package/src/components/DataTable/components/__tests__/DataTableErrorBoundary.test.tsx +0 -438
- package/src/components/DataTable/components/__tests__/DataTableLayout.test.tsx +0 -467
- package/src/components/DataTable/components/__tests__/DataTableModals.test.tsx +0 -358
- package/src/components/DataTable/components/__tests__/DataTableToolbar.test.tsx +0 -629
- package/src/components/DataTable/components/__tests__/EditFields.test.tsx +0 -526
- package/src/components/DataTable/components/__tests__/EditableRow.test.tsx +0 -994
- package/src/components/DataTable/components/__tests__/EmptyState.test.tsx +0 -420
- package/src/components/DataTable/components/__tests__/FilterRow.test.tsx +0 -415
- package/src/components/DataTable/components/__tests__/GroupingDropdown.test.tsx +0 -612
- package/src/components/DataTable/components/__tests__/ImportModal.test.tsx +0 -957
- package/src/components/DataTable/components/__tests__/LoadingState.test.tsx +0 -81
- package/src/components/DataTable/components/__tests__/PaginationControls.test.tsx +0 -429
- package/src/components/DataTable/components/__tests__/RowComponent.test.tsx +0 -629
- package/src/components/DataTable/components/__tests__/SortIndicator.test.tsx +0 -135
- package/src/components/DataTable/components/__tests__/UnifiedTableBody.test.tsx +0 -864
- package/src/components/DataTable/components/__tests__/cellValueUtils.test.ts +0 -453
- package/src/components/DataTable/components/cellValueUtils.ts +0 -40
- package/src/components/DataTable/components/hooks/useImportModalFocus.test.ts +0 -184
- package/src/components/DataTable/components/hooks/useImportModalFocus.ts +0 -53
- package/src/components/DataTable/components/hooks/usePermissionTracking.test.ts +0 -381
- package/src/components/DataTable/components/hooks/usePermissionTracking.ts +0 -122
- package/src/components/DataTable/context/__tests__/DataTableContext.test.tsx +0 -328
- package/src/components/DataTable/core/ActionManager.ts +0 -235
- package/src/components/DataTable/core/ColumnManager.ts +0 -204
- package/src/components/DataTable/core/DataManager.ts +0 -190
- package/src/components/DataTable/core/LocalDataAdapter.ts +0 -274
- package/src/components/DataTable/core/PluginRegistry.ts +0 -229
- package/src/components/DataTable/core/StateManager.ts +0 -312
- package/src/components/DataTable/core/__tests__/ActionManager.test.ts +0 -235
- package/src/components/DataTable/core/__tests__/ColumnFactory.test.ts +0 -403
- package/src/components/DataTable/core/__tests__/ColumnManager.test.ts +0 -141
- package/src/components/DataTable/core/__tests__/DataManager.test.ts +0 -178
- package/src/components/DataTable/core/__tests__/LocalDataAdapter.test.ts +0 -133
- package/src/components/DataTable/core/__tests__/PluginRegistry.test.ts +0 -142
- package/src/components/DataTable/core/__tests__/StateManager.test.ts +0 -158
- package/src/components/DataTable/core/interfaces.ts +0 -338
- package/src/components/DataTable/hooks/__tests__/useColumnOrderPersistence.test.ts +0 -516
- package/src/components/DataTable/hooks/__tests__/useColumnVisibilityPersistence.test.ts +0 -256
- package/src/components/DataTable/hooks/__tests__/useDataTableConfiguration.test.ts +0 -297
- package/src/components/DataTable/hooks/__tests__/useDataTableDataPipeline.test.ts +0 -270
- package/src/components/DataTable/hooks/__tests__/useDataTablePermissions.test.ts +0 -280
- package/src/components/DataTable/hooks/__tests__/useDataTableState.test.ts +0 -691
- package/src/components/DataTable/hooks/__tests__/useEffectiveColumnOrder.test.ts +0 -183
- package/src/components/DataTable/hooks/__tests__/useHierarchicalState.test.ts +0 -294
- package/src/components/DataTable/hooks/__tests__/useKeyboardNavigation.test.ts +0 -787
- package/src/components/DataTable/hooks/__tests__/useServerSideDataEffect.test.ts +0 -258
- package/src/components/DataTable/hooks/__tests__/useTableColumns.test.ts +0 -499
- package/src/components/DataTable/hooks/__tests__/useTableHandlers.test.ts +0 -440
- package/src/components/DataTable/types.ts +0 -764
- package/src/components/DataTable/utils/__tests__/a11yUtils.test.ts +0 -548
- package/src/components/DataTable/utils/__tests__/aggregationUtils.test.ts +0 -288
- package/src/components/DataTable/utils/__tests__/columnUtils.test.ts +0 -94
- package/src/components/DataTable/utils/__tests__/errorHandling.test.ts +0 -209
- package/src/components/DataTable/utils/__tests__/exportUtils.test.ts +0 -954
- package/src/components/DataTable/utils/__tests__/flexibleImport.test.ts +0 -573
- package/src/components/DataTable/utils/__tests__/hierarchicalSorting.test.ts +0 -235
- package/src/components/DataTable/utils/__tests__/hierarchicalUtils.test.ts +0 -586
- package/src/components/DataTable/utils/__tests__/paginationUtils.test.ts +0 -593
- package/src/components/DataTable/utils/__tests__/performanceUtils.test.ts +0 -470
- package/src/components/DataTable/utils/__tests__/rowUtils.test.ts +0 -235
- package/src/components/DataTable/utils/__tests__/selectFieldUtils.test.ts +0 -208
- package/src/components/NavigationMenu/__tests__/useNavigationFiltering.test.ts +0 -1934
- package/src/components/Select/__tests__/context.test.tsx +0 -56
- package/src/components/Select/hooks/__tests__/useSelectEvents.test.ts +0 -279
- package/src/components/Select/hooks/__tests__/useSelectSearch.test.tsx +0 -295
- package/src/components/Select/hooks/__tests__/useSelectState.test.ts +0 -254
- package/src/components/Select/hooks/useSelectEvents.ts +0 -87
- package/src/components/Select/hooks/useSelectSearch.ts +0 -91
- package/src/components/Select/hooks/useSelectState.ts +0 -104
- package/src/components/Select/utils/__tests__/text.test.tsx +0 -104
- package/src/components/Select/utils/text.ts +0 -26
- package/src/components/__tests__/index.test.ts +0 -346
- package/src/constants/__tests__/performance.test.ts +0 -91
- package/src/hooks/__tests__/ServiceHooks.test.tsx +0 -725
- package/src/hooks/__tests__/hooks.integration.test.tsx +0 -608
- package/src/hooks/__tests__/index.unit.test.ts +0 -220
- package/src/hooks/__tests__/useAppConfig.unit.test.ts +0 -406
- package/src/hooks/__tests__/useComponentPerformance.unit.test.tsx +0 -328
- package/src/hooks/__tests__/useDataTablePerformance.unit.test.ts +0 -720
- package/src/hooks/__tests__/useDataTableState.test.ts +0 -170
- package/src/hooks/__tests__/useDebounce.unit.test.ts +0 -157
- package/src/hooks/__tests__/useEvents.unit.test.ts +0 -227
- package/src/hooks/__tests__/useFileDisplay.test.ts +0 -540
- package/src/hooks/__tests__/useFileDisplay.unit.test.ts +0 -1109
- package/src/hooks/__tests__/useFileUrl.unit.test.ts +0 -696
- package/src/hooks/__tests__/useFileUrlCache.test.ts +0 -319
- package/src/hooks/__tests__/useFocusManagement.unit.test.ts +0 -604
- package/src/hooks/__tests__/useFocusTrap.unit.test.tsx +0 -613
- package/src/hooks/__tests__/useFormDialog.test.ts +0 -307
- package/src/hooks/__tests__/useInactivityTracker.unit.test.ts +0 -446
- package/src/hooks/__tests__/useIsMobile.unit.test.ts +0 -317
- package/src/hooks/__tests__/useKeyboardShortcuts.unit.test.ts +0 -907
- package/src/hooks/__tests__/useOrganisationPermissions.unit.test.tsx +0 -293
- package/src/hooks/__tests__/useOrganisationSecurity.unit.test.tsx +0 -961
- package/src/hooks/__tests__/useOrganisations.unit.test.ts +0 -369
- package/src/hooks/__tests__/usePerformanceMonitor.unit.test.ts +0 -694
- package/src/hooks/__tests__/usePermissionCache.test.ts +0 -506
- package/src/hooks/__tests__/usePreventTabReload.test.ts +0 -307
- package/src/hooks/__tests__/usePublicEvent.simple.test.ts +0 -794
- package/src/hooks/__tests__/usePublicEvent.test.ts +0 -670
- package/src/hooks/__tests__/usePublicEvent.unit.test.ts +0 -638
- package/src/hooks/__tests__/usePublicFileDisplay.test.ts +0 -948
- package/src/hooks/__tests__/usePublicRouteParams.unit.test.ts +0 -442
- package/src/hooks/__tests__/useQueryCache.test.ts +0 -391
- package/src/hooks/__tests__/useRBAC.unit.test.ts +0 -236
- package/src/hooks/__tests__/useSessionDraft.test.ts +0 -556
- package/src/hooks/__tests__/useSessionRestoration.unit.test.tsx +0 -390
- package/src/hooks/__tests__/useStorage.unit.test.ts +0 -721
- package/src/hooks/__tests__/useToast.test.ts +0 -413
- package/src/hooks/__tests__/useToast.unit.test.tsx +0 -481
- package/src/hooks/__tests__/useZodForm.unit.test.tsx +0 -191
- package/src/hooks/public/usePublicFileDisplay.test.ts +0 -723
- package/src/hooks/public/usePublicFileDisplay.ts +0 -534
- package/src/hooks/useFileDisplay.ts +0 -748
- package/src/icons/__tests__/index.test.ts +0 -133
- package/src/providers/OrganisationProvider.test.tsx +0 -40
- package/src/providers/OrganisationProvider.tsx +0 -92
- package/src/providers/__tests__/AuthProvider.test.tsx +0 -218
- package/src/providers/__tests__/EventProvider.test.tsx +0 -487
- package/src/providers/__tests__/InactivityProvider.test-helper.tsx +0 -65
- package/src/providers/__tests__/InactivityProvider.test.tsx +0 -428
- package/src/providers/__tests__/OrganisationProvider.test.tsx +0 -616
- package/src/providers/__tests__/OrganisationProvider.wrapper.test.tsx +0 -591
- package/src/providers/__tests__/ProviderLifecycle.test.tsx +0 -308
- package/src/providers/__tests__/UnifiedAuthProvider.test.tsx +0 -503
- package/src/providers/__tests__/index.test.ts +0 -138
- package/src/providers/services/__tests__/AuthServiceProvider.integration.test.tsx +0 -229
- package/src/providers/services/__tests__/AuthServiceProvider.test.tsx +0 -638
- package/src/providers/services/__tests__/EventServiceProvider.test.tsx +0 -839
- package/src/providers/services/__tests__/InactivityServiceProvider.test.tsx +0 -662
- package/src/providers/services/__tests__/OrganisationServiceProvider.test.tsx +0 -440
- package/src/providers/services/__tests__/UnifiedAuthProvider.advanced.test.tsx +0 -435
- package/src/providers/services/__tests__/UnifiedAuthProvider.appId.test.tsx +0 -408
- package/src/providers/services/__tests__/UnifiedAuthProvider.integration.test.tsx +0 -301
- package/src/providers/services/__tests__/contexts.test.tsx +0 -281
- package/src/providers/services/__tests__/useUnifiedAuth.test.tsx +0 -251
- package/src/rbac/__tests__/adapters.comprehensive.test.tsx +0 -429
- package/src/rbac/__tests__/audit-batched.test.ts +0 -550
- package/src/rbac/__tests__/auth-rbac-security.integration.test.tsx +0 -300
- package/src/rbac/__tests__/auth-rbac.e2e.test.tsx +0 -517
- package/src/rbac/__tests__/cache-invalidation.test.ts +0 -393
- package/src/rbac/__tests__/engine.comprehensive.test.ts +0 -808
- package/src/rbac/__tests__/performance.test.ts +0 -451
- package/src/rbac/__tests__/rbac-core.test.tsx +0 -276
- package/src/rbac/__tests__/rbac-engine-core-logic.test.ts +0 -387
- package/src/rbac/__tests__/rbac-engine-simplified.test.ts +0 -252
- package/src/rbac/__tests__/rbac-functions.test.ts +0 -646
- package/src/rbac/__tests__/rbac-role-isolation.test.ts +0 -456
- package/src/rbac/__tests__/scenarios.user-role.test.tsx +0 -271
- package/src/rbac/components/__tests__/AccessDenied.test.tsx +0 -324
- package/src/rbac/components/__tests__/NavigationGuard.test.tsx +0 -1146
- package/src/rbac/components/__tests__/PagePermissionGuard.performance.test.tsx +0 -231
- package/src/rbac/components/__tests__/PagePermissionGuard.race-condition.test.tsx +0 -243
- package/src/rbac/components/__tests__/PagePermissionGuard.test.tsx +0 -1430
- package/src/rbac/components/__tests__/PagePermissionGuard.verification.test.tsx +0 -185
- package/src/rbac/hooks/__tests__/usePermissions.integration.test.ts +0 -427
- package/src/rbac/hooks/__tests__/useSecureSupabase.test.ts +0 -1179
- package/src/rbac/hooks/permissions/__tests__/useAccessLevel.test.ts +0 -622
- package/src/rbac/hooks/permissions/__tests__/useCan.test.ts +0 -798
- package/src/rbac/hooks/permissions/__tests__/useMultiplePermissions.test.ts +0 -843
- package/src/rbac/hooks/permissions/__tests__/usePermissions.test.ts +0 -545
- package/src/rbac/utils/__tests__/clientSecurity.test.ts +0 -192
- package/src/rbac/utils/__tests__/contextValidator.test.ts +0 -126
- package/src/rbac/utils/__tests__/deep-equal.test.ts +0 -76
- package/src/rbac/utils/__tests__/eventContext.test.ts +0 -386
- package/src/services/__tests__/AuthService.edge-cases.test.ts +0 -746
- package/src/services/__tests__/AuthService.restoreSession.test.ts +0 -59
- package/src/services/__tests__/AuthService.test.ts +0 -1328
- package/src/services/__tests__/BaseService.edge-cases.test.ts +0 -506
- package/src/services/__tests__/BaseService.test.ts +0 -363
- package/src/services/__tests__/EventService.edge-cases.test.ts +0 -633
- package/src/services/__tests__/EventService.eventColours.test.ts +0 -64
- package/src/services/__tests__/EventService.test.ts +0 -1018
- package/src/services/__tests__/InactivityService.edge-cases.test.ts +0 -492
- package/src/services/__tests__/InactivityService.lifecycle.test.ts +0 -406
- package/src/services/__tests__/InactivityService.test.ts +0 -654
- package/src/services/__tests__/OrganisationService.edge-cases.test.ts +0 -633
- package/src/services/__tests__/OrganisationService.pagination.test.ts +0 -409
- package/src/services/__tests__/OrganisationService.test.ts +0 -1176
- package/src/services/interfaces/__tests__/IAuthService.test.ts +0 -190
- package/src/services/interfaces/__tests__/IEventService.test.ts +0 -176
- package/src/services/interfaces/__tests__/IInactivityService.test.ts +0 -183
- package/src/services/interfaces/__tests__/IOrganisationService.test.ts +0 -207
- package/src/theming/__tests__/parseEventColours.test.ts +0 -321
- package/src/theming/__tests__/runtime.test.ts +0 -504
- package/src/types/__tests__/core.test.ts +0 -397
- package/src/types/__tests__/database-generated.test.ts +0 -78
- package/src/types/__tests__/file-reference.test.ts +0 -351
- package/src/types/__tests__/guards.test.ts +0 -246
- package/src/types/__tests__/index.test.ts +0 -265
- package/src/types/__tests__/organisation.roles.test.ts +0 -55
- package/src/types/__tests__/organisation.test.ts +0 -1133
- package/src/types/__tests__/theme.test.ts +0 -830
- package/src/types/__tests__/type-validation.test.ts +0 -526
- package/src/types/__tests__/validation.test.ts +0 -729
- package/src/utils/__tests__/appConfig.unit.test.ts +0 -55
- package/src/utils/__tests__/audit.unit.test.ts +0 -69
- package/src/utils/__tests__/auth-utils.unit.test.ts +0 -70
- package/src/utils/__tests__/bundleAnalysis.unit.test.ts +0 -326
- package/src/utils/__tests__/cn.unit.test.ts +0 -34
- package/src/utils/__tests__/debugLogger.test.ts +0 -417
- package/src/utils/__tests__/deviceFingerprint.unit.test.ts +0 -818
- package/src/utils/__tests__/dynamicUtils.unit.test.ts +0 -331
- package/src/utils/__tests__/formatDate.unit.test.ts +0 -109
- package/src/utils/__tests__/formatting.unit.test.ts +0 -99
- package/src/utils/__tests__/index.unit.test.ts +0 -251
- package/src/utils/__tests__/lazyLoad.unit.test.tsx +0 -320
- package/src/utils/__tests__/logger.unit.test.ts +0 -398
- package/src/utils/__tests__/organisationContext.unit.test.ts +0 -191
- package/src/utils/__tests__/performanceBenchmark.test.ts +0 -174
- package/src/utils/__tests__/performanceBudgets.unit.test.ts +0 -288
- package/src/utils/__tests__/permissionTypes.unit.test.ts +0 -250
- package/src/utils/__tests__/permissionUtils.unit.test.ts +0 -362
- package/src/utils/__tests__/request-deduplication.test.ts +0 -349
- package/src/utils/__tests__/sanitization.unit.test.ts +0 -346
- package/src/utils/__tests__/schemaUtils.unit.test.ts +0 -441
- package/src/utils/__tests__/secureDataAccess.unit.test.ts +0 -334
- package/src/utils/__tests__/secureErrors.unit.test.ts +0 -390
- package/src/utils/__tests__/secureStorage.unit.test.ts +0 -289
- package/src/utils/__tests__/security.unit.test.ts +0 -149
- package/src/utils/__tests__/securityMonitor.unit.test.ts +0 -276
- package/src/utils/__tests__/sessionTracking.unit.test.ts +0 -218
- package/src/utils/__tests__/timezone.test.ts +0 -345
- package/src/utils/__tests__/validation.unit.test.ts +0 -307
- package/src/utils/__tests__/validationUtils.unit.test.ts +0 -555
- package/src/utils/core/__tests__/cn.test.ts +0 -66
- package/src/utils/core/__tests__/debugLogger.test.ts +0 -113
- package/src/utils/core/__tests__/logger.test.ts +0 -217
- package/src/utils/dynamic/__tests__/dynamicUtils.test.ts +0 -185
- package/src/utils/dynamic/__tests__/lazyLoad.test.tsx +0 -156
- package/src/utils/file-reference/__tests__/file-reference.test.ts +0 -1313
- package/src/utils/performance/__tests__/bundleAnalysis.test.ts +0 -148
- package/src/utils/performance/__tests__/performanceBenchmark.test.ts +0 -251
- package/src/utils/performance/__tests__/performanceBudgets.test.ts +0 -241
- package/src/utils/permissions/__tests__/permissionTypes.test.ts +0 -149
- package/src/utils/persistence/__tests__/keyDerivation.test.ts +0 -306
- package/src/utils/persistence/__tests__/sensitiveFieldDetection.test.ts +0 -271
- package/src/utils/storage/__tests__/config.unit.test.ts +0 -239
- package/src/utils/storage/__tests__/index.unit.test.ts +0 -68
- package/src/utils/validation/__tests__/common.test.ts +0 -115
- package/src/utils/validation/__tests__/csrf.test.ts +0 -170
- package/src/utils/validation/__tests__/htmlSanitization.unit.test.ts +0 -618
- package/src/utils/validation/__tests__/passwordSchema.test.ts +0 -164
- package/src/utils/validation/__tests__/schema.test.ts +0 -127
- package/src/utils/validation/__tests__/sqlInjectionProtection.test.ts +0 -165
- package/src/utils/validation/__tests__/user.test.ts +0 -173
- package/src/utils/validation/__tests__/validation.test.ts +0 -197
- package/src/utils/validation/__tests__/validationUtils.test.ts +0 -294
- /package/src/components/DataTable/{components/__tests__ ā ui}/COVERAGE_NOTE.md +0 -0
- /package/src/components/DataTable/utils/{__tests__/COVERAGE_NOTE.md ā COVERAGE_NOTE.md} +0 -0
- /package/src/hooks/{__tests__/useApiFetch.unit.test.ts ā useApiFetch.unit.test.ts} +0 -0
- /package/src/providers/{__tests__/README.md ā README.md} +0 -0
- /package/src/rbac/{__tests__/index.test.ts ā index.test.ts} +0 -0
- /package/src/rbac/{__tests__/rbac-integration.test.ts ā rbac-integration.test.ts} +0 -0
- /package/src/types/{__tests__/README.md ā README.md} +0 -0
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
# Investigation: `--print-event-name` CSS Variable Not Updating From Default
|
|
2
|
+
|
|
3
|
+
**Status:** Analysis complete. No code changes until root cause is confirmed.
|
|
4
|
+
|
|
5
|
+
**Observed behaviour:** Event colours update when the user selects an event (or when "Apply Demo Palette" is used on Styles Showcase), but the text driven by `var(--print-event-name)` (e.g. in `h1::after`) stays as the default `"Event Names not long 2026"` instead of the selected event name (e.g. "Kangaree 2022", "Venture24").
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## 1. What is failing
|
|
10
|
+
|
|
11
|
+
- **Symptom:** The CSS custom property `--print-event-name` on `document.documentElement` either is never set to the selected eventās name, or is set and then removed/overwritten, so the UI always shows the default value from `core.css`.
|
|
12
|
+
- **Where itās consumed:** `packages/core/src/styles/core.css` (e.g. `h1::after { content: var(--print-event-name); }` in a screen-only block, and in print margin boxes).
|
|
13
|
+
- **Default value:** `core.css` sets `--print-event-name: "Event Names not long 2026"` in `@layer base { * { ... } }`.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## 2. Data flow (verified in code)
|
|
18
|
+
|
|
19
|
+
### 2.1 Who can set `--print-event-name`
|
|
20
|
+
|
|
21
|
+
**Only** `applyPalette(palette, eventName)` in `packages/core/src/theming/runtime.ts` sets it, and **only when `eventName !== undefined`**:
|
|
22
|
+
|
|
23
|
+
```ts
|
|
24
|
+
if (eventName !== undefined) {
|
|
25
|
+
root.style.setProperty('--print-event-name', escapeCssCustomPropertyValue(eventName));
|
|
26
|
+
}
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
So:
|
|
30
|
+
|
|
31
|
+
- **useEventTheme** (auth mode): subscription calls `applyPalette(normalized, current.event_name ?? '')` ā **sets** the variable when there is a selected event with `event_colours`.
|
|
32
|
+
- **useEventTheme** (public mode): main effect calls `applyPalette(normalized, selectedEvent.event_name ?? '')` ā **sets** the variable when `event` prop is provided.
|
|
33
|
+
- **StylesShowcasePage** āApply Demo Paletteā: calls `applyPalette(palette)` with **one argument** ā **does not set** `--print-event-name` (argument is `undefined`). Colour variables are overwritten; `--print-event-name` is left unchanged.
|
|
34
|
+
|
|
35
|
+
So the variable is only written by useEventTheme (subscription or public-page effect). Styles Showcase never writes it.
|
|
36
|
+
|
|
37
|
+
### 2.2 Who can remove `--print-event-name`
|
|
38
|
+
|
|
39
|
+
**Only** `clearPalette()` in `packages/core/src/theming/runtime.ts` removes it:
|
|
40
|
+
|
|
41
|
+
```ts
|
|
42
|
+
root.style.removeProperty('--print-event-name');
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
Call sites:
|
|
46
|
+
|
|
47
|
+
- **useEventTheme:** subscription when `!current?.event_colours` or when `!normalized`; main effect when on login route or (public mode) when `!selectedEvent` or `!normalized`.
|
|
48
|
+
- **PaceLoginPage:** on mount and when pathname is login.
|
|
49
|
+
- **StylesShowcasePage** āReset to App Colorsā: `resetToAppColors()` ā `clearPalette()`.
|
|
50
|
+
|
|
51
|
+
So the variable is removed only by those three. No other code removes it.
|
|
52
|
+
|
|
53
|
+
### 2.3 Event data shape
|
|
54
|
+
|
|
55
|
+
- **Event type** (`packages/core/src/types/event.ts`): `event_name: string` is required.
|
|
56
|
+
- **EventService** RPC response and mapping (`EventService.ts`): `event_name` and `event_colours` are mapped onto the `Event` object.
|
|
57
|
+
- **Header/ContextSelector:** calls `setSelectedEvent(fullEvent || event)` with full event objects from the service.
|
|
58
|
+
|
|
59
|
+
So selected events used by useEventTheme should have `event_name` and `event_colours` when coming from the event list / RPC.
|
|
60
|
+
|
|
61
|
+
### 2.4 Subscription flow (auth mode)
|
|
62
|
+
|
|
63
|
+
- **PaceAppLayout** calls `useEventTheme()` (no `event` prop) ā auth mode.
|
|
64
|
+
- **Effect 1** (subscription): subscribes to `eventService`; callback `applyThemeFromService` runs on notify.
|
|
65
|
+
- **EventService.setSelectedEvent(event)** ā `this.notify()` ā all subscribers run, including `applyThemeFromService`.
|
|
66
|
+
- **applyThemeFromService:**
|
|
67
|
+
`current = eventService.getSelectedEvent()` ā if `current?.event_colours`, parses colours and calls `applyPalette(normalized, current.event_name ?? '')` ā **should set** `--print-event-name`.
|
|
68
|
+
|
|
69
|
+
So when the user selects an event in the header, the subscription should run and set the variable. Styles Showcase is under PaceAppLayout, so useEventTheme and the subscription are active on that page.
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## 3. Why it can still show the default
|
|
74
|
+
|
|
75
|
+
Only two mechanisms can leave the UI showing the default:
|
|
76
|
+
|
|
77
|
+
1. **Variable never set**
|
|
78
|
+
- Subscription never runs with a valid event (e.g. no event selected, or event without `event_colours` / parse failure).
|
|
79
|
+
- Or useEventTheme never runs (e.g. wrong route/layout); **not** the case for Styles Showcase (itās under PaceAppLayout).
|
|
80
|
+
|
|
81
|
+
2. **Variable set then removed**
|
|
82
|
+
- Something calls `clearPalette()` after the subscription (or public-page effect) has set `--print-event-name`.
|
|
83
|
+
|
|
84
|
+
### 3.1 āReset to App Colorsā on Styles Showcase
|
|
85
|
+
|
|
86
|
+
- **StylesShowcasePage** āReset to App Colorsā calls `clearPalette()`.
|
|
87
|
+
- That **removes** `--print-event-name` (and colour variables).
|
|
88
|
+
- After that, the default from `core.css` applies, so the UI shows `"Event Names not long 2026"`.
|
|
89
|
+
- The subscription does **not** run again until the user changes the selected event (e.g. picks another event in the header).
|
|
90
|
+
- So: **If the user clicks āReset to App Colorsā, the variable will show the default until they change the event again.** That matches āvariable not updating from defaultā if they never change the event after Reset.
|
|
91
|
+
|
|
92
|
+
### 3.2 āApply Demo Paletteā on Styles Showcase
|
|
93
|
+
|
|
94
|
+
- āApply Demo Paletteā calls `applyPalette(demoPalette)` with **no second argument**.
|
|
95
|
+
- So `eventName === undefined` ā the `if (eventName !== undefined)` block is **skipped** ā `--print-event-name` is **not** set (and not removed).
|
|
96
|
+
- Colour variables are overwritten; `--print-event-name` is left as-is.
|
|
97
|
+
- So:
|
|
98
|
+
- If the variable was already set (e.g. by subscription) ā it stays set; event name still shows.
|
|
99
|
+
- If the variable was never set or was cleared (e.g. by Reset) ā it stays at default; āEvent Names not long 2026ā still shows.
|
|
100
|
+
|
|
101
|
+
So āApply Demo Paletteā alone does **not** fix or break the event name; it only explains why colours can change while the name stays default when the variable was never set or was cleared.
|
|
102
|
+
|
|
103
|
+
### 3.3 Auth-mode main effect (current code)
|
|
104
|
+
|
|
105
|
+
- In auth mode (`event === undefined`), the main effect in useEventTheme **returns immediately** and does **not** call `clearPalette()` or `applyPalette()`.
|
|
106
|
+
- So the main effect in auth mode **does not** clear `--print-event-name` after the subscription sets it (this was the previous bug that was fixed).
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## 4. Root cause summary (with certainty)
|
|
111
|
+
|
|
112
|
+
**Proven:**
|
|
113
|
+
|
|
114
|
+
1. **Only** `applyPalette(..., eventName)` with `eventName !== undefined` sets `--print-event-name`. So useEventTheme (subscription or public-page effect) is the only code that can set the current event name.
|
|
115
|
+
2. **Only** `clearPalette()` removes it. So useEventTheme (no event / login / parse fail), PaceLoginPage, or Styles Showcase āReset to App Colorsā can clear it.
|
|
116
|
+
3. **Styles Showcase āApply Demo Paletteā** never passes `eventName`, so it **never sets** (and never removes) `--print-event-name`. It only changes colour variables.
|
|
117
|
+
4. **Styles Showcase āReset to App Colorsā** calls `clearPalette()` and **removes** `--print-event-name`, so the default appears and stays until the user changes the event again (which would re-run the subscription and set the variable again).
|
|
118
|
+
|
|
119
|
+
**Two plausible root causes:**
|
|
120
|
+
|
|
121
|
+
- **A) User clicked āReset to App Colorsā**
|
|
122
|
+
Then `--print-event-name` is cleared. The default is shown and does not āupdateā until they select an event again (subscription then sets it). If they never change the event after Reset, the variable will stay at default.
|
|
123
|
+
|
|
124
|
+
- **B) Variable never set in the first place**
|
|
125
|
+
Subscription either never runs with a valid event (e.g. no event selected, or event without `event_colours`, or parse failure), or there is another caller that clears the variable after the subscription sets it (only clearPalette call sites above qualify; auth main effect no longer clears).
|
|
126
|
+
|
|
127
|
+
To distinguish A vs B in practice: after selecting an event (e.g. āKangaree 2022ā), does the text next to the title ever show āKangaree 2022ā? If **yes**, then at some point the variable was set; if it later reverts to default without clicking āReset to App Colorsā, something else would be clearing it (no such path found in code). If **no** (it never shows the selected event name even before any Reset), then the subscription is not setting the variable (e.g. event missing `event_colours`/`event_name`, or parse failing, or subscription not running).
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## 5. Patterns and anomalies
|
|
132
|
+
|
|
133
|
+
1. **Asymmetry:** Colour variables are set by both useEventTheme and Styles Showcase āApply Demo Paletteā. `--print-event-name` is set **only** by useEventTheme (when `eventName` is passed). So any code path that applies a palette without passing the event name will update colours but not the event name.
|
|
134
|
+
2. **Styles Showcase:** āApply Demo Paletteā is the only consumer call to `applyPalette` with a single argument. All useEventTheme call sites pass `event_name ?? ''`. So the āno eventNameā path is effectively the Styles Showcase demo.
|
|
135
|
+
3. **Single source of removal:** Every removal of `--print-event-name` goes through `clearPalette()`. So any unwanted reset to default implies a `clearPalette()` call (login, no event, parse fail, or āReset to App Colorsā).
|
|
136
|
+
4. **Subscription vs main effect:** In auth mode, only the subscription applies/clears theme; the main effect no longer clears, so there is no āstale nullā clear overwriting the subscription.
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## 6. What to verify before changing code
|
|
141
|
+
|
|
142
|
+
1. **Repro steps:**
|
|
143
|
+
- Select an event (e.g. āKangaree 2022ā) and **do not** click āReset to App Colorsā.
|
|
144
|
+
- Check whether the text next to the title (or in `h1::after`) ever shows āKangaree 2022ā.
|
|
145
|
+
- If it never does, the subscription path is not setting the variable (event shape, parse, or subscription not running).
|
|
146
|
+
- If it does, then click āReset to App Colorsā and confirm the text reverts to the default; that confirms Reset as the clear path.
|
|
147
|
+
|
|
148
|
+
2. **DevTools:**
|
|
149
|
+
- On `<html>`, inspect computed/style and see whether `--print-event-name` is present and what its value is after selecting an event and after āReset to App Colorsā.
|
|
150
|
+
|
|
151
|
+
3. **Logging:**
|
|
152
|
+
- Ensure `[event-theme-diagnostic]` logs in useEventTheme and EventService run when selecting an event and that they show a non-null event with `event_name` and `event_colours` when the variable is expected to be set.
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## 7. References (file:line or symbol)
|
|
157
|
+
|
|
158
|
+
| Item | Location |
|
|
159
|
+
|------|----------|
|
|
160
|
+
| Default `--print-event-name` | `packages/core/src/styles/core.css` (e.g. in `@layer base` under `*`) |
|
|
161
|
+
| `h1::after` uses variable | `packages/core/src/styles/core.css` (screen-only block) |
|
|
162
|
+
| Set variable when `eventName !== undefined` | `packages/core/src/theming/runtime.ts` `applyPalette` |
|
|
163
|
+
| Remove variable | `packages/core/src/theming/runtime.ts` `clearPalette` |
|
|
164
|
+
| useEventTheme subscription (auth) | `packages/core/src/hooks/useEventTheme.ts` (first `useEffect`) |
|
|
165
|
+
| useEventTheme main effect (auth early return) | `packages/core/src/hooks/useEventTheme.ts` (second `useEffect`, `event === undefined` return) |
|
|
166
|
+
| Styles Showcase applyPalette (one arg) | `src/pages/StylesShowcasePage.tsx` āApply Demo Paletteā handler |
|
|
167
|
+
| Styles Showcase clearPalette | `src/pages/StylesShowcasePage.tsx` āReset to App Colorsā handler |
|
|
168
|
+
| EventService.setSelectedEvent ā notify | `packages/core/src/services/EventService.ts` |
|
|
169
|
+
| BaseService.notify | `packages/core/src/services/base/BaseService.ts` |
|
|
170
|
+
| Event type and RPC mapping (event_name, event_colours) | `packages/core/src/types/event.ts`, `EventService.ts` (e.g. EventRpcResponse and transformedEvents) |
|
|
171
|
+
|
|
172
|
+
No fixes are proposed in this document; it is analysis only. Fixes should be applied only after the above checks confirm which of (A) or (B) is the actual root cause.
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## 8. Diagnostic logging (investigation)
|
|
177
|
+
|
|
178
|
+
Temporary `[print-event-name]` console logs were added (dev only) to trace the flow:
|
|
179
|
+
|
|
180
|
+
- **runtime.ts**
|
|
181
|
+
- When `applyPalette` is called **with** `eventName`: logs that `--print-event-name` was set and the value.
|
|
182
|
+
- When `applyPalette` is called **without** `eventName`: logs that `--print-event-name` was not set.
|
|
183
|
+
- When `clearPalette` runs: logs that `--print-event-name` was removed.
|
|
184
|
+
- **useEventTheme.ts**
|
|
185
|
+
- Every time the subscription runs: logs `hasEvent`, `event_id`, `event_name`, `hasEventColours`, and `willAction` (`applyPalette` vs `clearPalette`).
|
|
186
|
+
- When clearing due to parse failure: logs that parse returned null/undefined.
|
|
187
|
+
|
|
188
|
+
**How to use:** Run the app in dev, open the console, filter by `[print-event-name]`. Then:
|
|
189
|
+
|
|
190
|
+
1. Load a page (e.g. Super Admin Test). Note the first run: often `subscription ran` with `hasEvent: false` ā `clearPalette removed`.
|
|
191
|
+
2. Select an event from the header dropdown. You should see:
|
|
192
|
+
- `subscription ran` with `hasEvent: true`, `event_name: "ā¦"`, `willAction: "applyPalette"`.
|
|
193
|
+
- `applyPalette set --print-event-name: "ā¦"`.
|
|
194
|
+
3. If you never see step 2 after selecting, the subscription is either not running on selection or `getSelectedEvent()` is null when it runs.
|
|
195
|
+
4. If you see `applyPalette set` then later `clearPalette removed`, something is clearing the variable after it is set.
|
|
196
|
+
5. If you see `subscription clearing: parseAndNormalizeEventColours returned null`, the eventās `event_colours` failed to parse and the subscription correctly clears.
|
|
197
|
+
|
|
198
|
+
Remove or gate these logs once the root cause is fixed.
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
202
|
+
## 9. Root cause (confirmed)
|
|
203
|
+
|
|
204
|
+
**Logs showed** that `applyPalette set --print-event-name` was called with the correct event names ("One Camp 2026", "Kangaree 2025", "GG Camp 2024"), but the UI still showed the default "Event Names not long 2026".
|
|
205
|
+
|
|
206
|
+
**Cause:** In `core.css`, the default was set in the **`*` selector**:
|
|
207
|
+
|
|
208
|
+
```css
|
|
209
|
+
* {
|
|
210
|
+
--print-event-name: "Event Names not long 2026";
|
|
211
|
+
/* ... */
|
|
212
|
+
}
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
That gives **every element** (body, main, h1, etc.) its own `--print-event-name` from the stylesheet. The runtime sets the variable only on **`<html>`** via inline style. When **`h1::after`** uses `var(--print-event-name)`, the value is resolved on **h1**; because h1 is matched by `*`, h1 has the variable set by the stylesheet to the default, so that value is used and the value on html is never seen.
|
|
216
|
+
|
|
217
|
+
**Fix:** Define the print variables on **`:root` only** (so only the root has the default). Then when the runtime sets the variable on html, descendants have no competing rule and inherit the value from html. In `core.css`, the print variables were moved from the `*` block into a separate `:root { ... }` block.
|
|
@@ -110,6 +110,7 @@ module.exports = [
|
|
|
110
110
|
'pace-core-compliance/rbac-use-resource-names-constants': 'error',
|
|
111
111
|
'pace-core-compliance/no-rbac-wrapper-components': 'error',
|
|
112
112
|
'pace-core-compliance/no-rbac-wrapper-functions': 'error',
|
|
113
|
+
'pace-core-compliance/require-derived-organisation-id': 'warn',
|
|
113
114
|
|
|
114
115
|
// Standard 7: API & Tech Stack
|
|
115
116
|
'pace-core-compliance/rpc-naming-pattern': 'warn',
|
|
@@ -126,6 +127,25 @@ module.exports = [
|
|
|
126
127
|
}]
|
|
127
128
|
}
|
|
128
129
|
},
|
|
130
|
+
// Standard 3: Architecture - SRP proxies (source only; consuming app src/; exclude tests)
|
|
131
|
+
{
|
|
132
|
+
files: ['src/**/*.{ts,tsx}'],
|
|
133
|
+
ignores: [
|
|
134
|
+
'**/__tests__/**',
|
|
135
|
+
'**/*.{spec,test}.{ts,tsx}',
|
|
136
|
+
'**/fixtures/**',
|
|
137
|
+
'**/mocks/**',
|
|
138
|
+
'**/*.mock.{ts,tsx}',
|
|
139
|
+
'**/*.template.{ts,tsx}',
|
|
140
|
+
],
|
|
141
|
+
rules: {
|
|
142
|
+
// Standard 3: SRP proxies (line limits + named exports) ā single source
|
|
143
|
+
'max-lines': ['warn', { max: 1000 }],
|
|
144
|
+
'max-lines-per-function': ['warn', { max: 400 }],
|
|
145
|
+
'pace-core-compliance/max-named-exports': ['warn', { max: 10 }],
|
|
146
|
+
'complexity': ['warn', { max: 30 }],
|
|
147
|
+
}
|
|
148
|
+
},
|
|
129
149
|
// Override for Edge Functions (Deno runtime)
|
|
130
150
|
// Edge Functions run in Deno, not React, so they cannot use React hooks
|
|
131
151
|
// They need direct Supabase client access and console.log for debugging
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jmruthers/pace-core",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.12",
|
|
4
4
|
"description": "React component library with Tailwind v4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -78,7 +78,8 @@
|
|
|
78
78
|
"./package.json": "./package.json",
|
|
79
79
|
"./core-usage-manifest.json": "./core-usage-manifest.json",
|
|
80
80
|
"./cursor-rules": "./cursor-rules",
|
|
81
|
-
"./scripts/
|
|
81
|
+
"./scripts/setup": "./scripts/setup.cjs",
|
|
82
|
+
"./scripts/validate": "./scripts/validate.cjs",
|
|
82
83
|
"./source": {
|
|
83
84
|
"import": "./src/index.ts",
|
|
84
85
|
"default": "./src/index.ts"
|
|
@@ -159,8 +160,8 @@
|
|
|
159
160
|
"build": "tsup && node scripts/build-css.js",
|
|
160
161
|
"build:fast": "SKIP_CLEAN=true NODE_ENV=development tsup && node scripts/build-css.js",
|
|
161
162
|
"build:watch": "tsup --watch",
|
|
162
|
-
"build:docs": "node scripts/build-docs
|
|
163
|
-
"build:docs:force": "node scripts/build-docs
|
|
163
|
+
"build:docs": "node scripts/build-docs.js",
|
|
164
|
+
"build:docs:force": "node scripts/build-docs.js --force",
|
|
164
165
|
"build:all": "npm run build && npm run build:docs",
|
|
165
166
|
"_comment_local_dev": "Local development utilities",
|
|
166
167
|
"link": "npm run build && npm link",
|
|
@@ -170,15 +171,15 @@
|
|
|
170
171
|
"validate:dependencies": "node scripts/validate-dependencies.cjs",
|
|
171
172
|
"clean": "rimraf dist",
|
|
172
173
|
"_comment_test": "Test suite with various configurations",
|
|
173
|
-
"test": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192 --max-semi-space-size=128\" vitest run --config ../../vitest.config.ts",
|
|
174
|
-
"test:watch": "vitest --watch --config ../../vitest.config.ts",
|
|
175
|
-
"test:coverage": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192 --max-semi-space-size=128\" vitest run --coverage --config ../../vitest.config.ts --reporter=dot",
|
|
176
|
-
"test:ui": "vitest --ui --config ../../vitest.config.ts",
|
|
177
|
-
"test:new": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192 --max-semi-space-size=128\" vitest run --config vitest.new.config.ts",
|
|
178
|
-
"test:new:watch": "vitest --watch --config vitest.new.config.ts",
|
|
174
|
+
"test": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192 --max-semi-space-size=128\" vitest run --config ../../vitest.config.ts --test-timeout=30000",
|
|
175
|
+
"test:watch": "vitest --watch --config ../../vitest.config.ts --test-timeout=30000",
|
|
176
|
+
"test:coverage": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192 --max-semi-space-size=128\" vitest run --coverage --config ../../vitest.config.ts --reporter=dot --test-timeout=30000",
|
|
177
|
+
"test:ui": "vitest --ui --config ../../vitest.config.ts --test-timeout=30000",
|
|
178
|
+
"test:new": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192 --max-semi-space-size=128\" vitest run --config vitest.new.config.ts --test-timeout=30000",
|
|
179
|
+
"test:new:watch": "vitest --watch --config vitest.new.config.ts --test-timeout=30000",
|
|
179
180
|
"migrate-tests": "node scripts/migrate-tests.js",
|
|
180
|
-
"test:unit": "vitest src/**/*.test.{ts,tsx} --config ../../vitest.config.ts",
|
|
181
|
-
"test:integration": "vitest tests/integration --config ../../vitest.config.ts",
|
|
181
|
+
"test:unit": "vitest src/**/*.test.{ts,tsx} --config ../../vitest.config.ts --test-timeout=30000",
|
|
182
|
+
"test:integration": "vitest tests/integration --config ../../vitest.config.ts --test-timeout=30000",
|
|
182
183
|
"_comment_quality": "Code quality and formatting checks",
|
|
183
184
|
"lint": "eslint src --ext .ts,.tsx",
|
|
184
185
|
"type-check": "tsc --noEmit",
|
|
@@ -193,14 +194,7 @@
|
|
|
193
194
|
"pack:dry": "npm pack --dry-run",
|
|
194
195
|
"publish:latest": "npm publish",
|
|
195
196
|
"publish:test": "npm publish --tag beta",
|
|
196
|
-
"publish:dry-run": "npm publish --dry-run"
|
|
197
|
-
"_comment_docs": "Documentation generation and management",
|
|
198
|
-
"docs:generate": "node scripts/generate-docs.js generate",
|
|
199
|
-
"docs:update-index": "node scripts/generate-docs.js update-index",
|
|
200
|
-
"docs:generate-api": "node scripts/generate-docs.js generate-api",
|
|
201
|
-
"docs:all": "node scripts/generate-docs.js all",
|
|
202
|
-
"_comment_audit": "Audit tool for consuming apps",
|
|
203
|
-
"audit:pace-core": "node packages/core/audit-tool/index.cjs"
|
|
197
|
+
"publish:dry-run": "npm publish --dry-run"
|
|
204
198
|
},
|
|
205
199
|
"keywords": [
|
|
206
200
|
"react",
|
|
@@ -274,8 +268,8 @@
|
|
|
274
268
|
"jsdom": "^25.0.1",
|
|
275
269
|
"react-router-dom": "^6.26.2",
|
|
276
270
|
"tsup": "^8.5.1",
|
|
277
|
-
"typedoc": "^0.
|
|
278
|
-
"typedoc-plugin-markdown": "^
|
|
271
|
+
"typedoc": "^0.28.0",
|
|
272
|
+
"typedoc-plugin-markdown": "^4.10.0",
|
|
279
273
|
"typedoc-plugin-merge-modules": "^5.1.0",
|
|
280
274
|
"typescript": "^5.9.3",
|
|
281
275
|
"typescript-eslint": "^8.39.0",
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* TypeDoc Build Script
|
|
5
|
+
*
|
|
6
|
+
* Generates API documentation using TypeDoc with incremental builds.
|
|
7
|
+
* Only regenerates documentation when source files have changed,
|
|
8
|
+
* significantly speeding up the build process.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
import { join, dirname } from 'path';
|
|
12
|
+
import { fileURLToPath } from 'url';
|
|
13
|
+
import { existsSync } from 'fs';
|
|
14
|
+
|
|
15
|
+
// Import modules
|
|
16
|
+
import { scanDirectory, getLatestSourceModTime, getLatestDocModTime } from './build-docs/file-utils.js';
|
|
17
|
+
import { shouldSkipDueToCleanGitState, getGitStatus } from './build-docs/git-utils.js';
|
|
18
|
+
import { getSourceFileHashes, hasSourceChanged, hashesMatch, getExistingDocHashes } from './build-docs/hash-utils.js';
|
|
19
|
+
import { loadCache, saveCache, primeCacheFromExistingDocs } from './build-docs/cache-utils.js';
|
|
20
|
+
import { shouldRunTypeDoc, needsRebuild } from './build-docs/build-decision.js';
|
|
21
|
+
import { runTypeDoc } from './build-docs/typedoc-runner.js';
|
|
22
|
+
|
|
23
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
24
|
+
const __dirname = dirname(__filename);
|
|
25
|
+
|
|
26
|
+
const PACKAGE_ROOT = join(__dirname, '..');
|
|
27
|
+
const REPO_ROOT = join(PACKAGE_ROOT, '..', '..');
|
|
28
|
+
const SRC_DIR = join(PACKAGE_ROOT, 'src');
|
|
29
|
+
const DOCS_DIR = join(PACKAGE_ROOT, 'docs', 'api');
|
|
30
|
+
const CACHE_FILE = join(PACKAGE_ROOT, '.docs-cache.json');
|
|
31
|
+
const DOCS_RELEVANT_PATHS = [
|
|
32
|
+
'packages/core/src',
|
|
33
|
+
'packages/core/examples',
|
|
34
|
+
'packages/core/typedoc.json'
|
|
35
|
+
];
|
|
36
|
+
|
|
37
|
+
const IGNORE_PATTERNS = [
|
|
38
|
+
/\.test\.(ts|tsx)$/,
|
|
39
|
+
/\.spec\.(ts|tsx)$/,
|
|
40
|
+
/__tests__/,
|
|
41
|
+
/\/test\//,
|
|
42
|
+
/\/tests\//
|
|
43
|
+
];
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Main function
|
|
47
|
+
*/
|
|
48
|
+
function main() {
|
|
49
|
+
const forceRebuild = process.argv.includes('--force');
|
|
50
|
+
const dryRun = process.argv.includes('--dry-run');
|
|
51
|
+
const verifyGit = process.argv.includes('--verify-git');
|
|
52
|
+
|
|
53
|
+
// Create configuration object for modules
|
|
54
|
+
const config = {
|
|
55
|
+
packageRoot: PACKAGE_ROOT,
|
|
56
|
+
repoRoot: REPO_ROOT,
|
|
57
|
+
srcDir: SRC_DIR,
|
|
58
|
+
docsDir: DOCS_DIR,
|
|
59
|
+
cacheFile: CACHE_FILE,
|
|
60
|
+
docsRelevantPaths: DOCS_RELEVANT_PATHS,
|
|
61
|
+
ignorePatterns: IGNORE_PATTERNS,
|
|
62
|
+
getLatestSourceModTime,
|
|
63
|
+
getLatestDocModTime,
|
|
64
|
+
getSourceFileHashes: (srcDir) => getSourceFileHashes(srcDir, IGNORE_PATTERNS),
|
|
65
|
+
getExistingDocHashes,
|
|
66
|
+
hasSourceChanged,
|
|
67
|
+
hashesMatch,
|
|
68
|
+
shouldSkipDueToCleanGitState,
|
|
69
|
+
primeCacheFromExistingDocs: (config) => primeCacheFromExistingDocs({
|
|
70
|
+
cacheFile: config.cacheFile,
|
|
71
|
+
docsDir: config.docsDir,
|
|
72
|
+
srcDir: config.srcDir,
|
|
73
|
+
getLatestSourceModTime: config.getLatestSourceModTime,
|
|
74
|
+
getLatestDocModTime: config.getLatestDocModTime,
|
|
75
|
+
getExistingDocHashes: config.getExistingDocHashes,
|
|
76
|
+
getSourceFileHashes: config.getSourceFileHashes
|
|
77
|
+
})
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
if (forceRebuild) {
|
|
81
|
+
console.log('š Force rebuild requested, regenerating all documentation...');
|
|
82
|
+
const result = runTypeDoc({
|
|
83
|
+
...config,
|
|
84
|
+
dryRun
|
|
85
|
+
});
|
|
86
|
+
if (result.success) {
|
|
87
|
+
const currentSourceHashes = getSourceFileHashes(SRC_DIR, IGNORE_PATTERNS);
|
|
88
|
+
const sourceHashesObj = {};
|
|
89
|
+
for (const [relativePath, hash] of currentSourceHashes.entries()) {
|
|
90
|
+
sourceHashesObj[relativePath] = hash;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
const cache = {
|
|
94
|
+
lastBuildTime: Date.now(),
|
|
95
|
+
sourceModTime: getLatestSourceModTime(SRC_DIR, IGNORE_PATTERNS),
|
|
96
|
+
docModTime: getLatestDocModTime(DOCS_DIR),
|
|
97
|
+
fileHashes: result.fileHashes || {},
|
|
98
|
+
sourceFileHashes: sourceHashesObj
|
|
99
|
+
};
|
|
100
|
+
if (!dryRun) {
|
|
101
|
+
saveCache(CACHE_FILE, cache);
|
|
102
|
+
}
|
|
103
|
+
console.log('ā
Documentation generation completed');
|
|
104
|
+
}
|
|
105
|
+
process.exit(result.success ? 0 : 1);
|
|
106
|
+
return;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// Load cache for decision making
|
|
110
|
+
const cache = loadCache(CACHE_FILE);
|
|
111
|
+
|
|
112
|
+
// Aggressive pre-check: Skip TypeDoc entirely if source unchanged
|
|
113
|
+
const shouldRunConfig = {
|
|
114
|
+
...config,
|
|
115
|
+
cache
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
if (!shouldRunTypeDoc(shouldRunConfig)) {
|
|
119
|
+
console.log('āļø Skipping TypeDoc - source files unchanged and docs are up to date');
|
|
120
|
+
process.exit(0);
|
|
121
|
+
return;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// Get git status before if verifying
|
|
125
|
+
let gitStatusBefore = [];
|
|
126
|
+
if (verifyGit) {
|
|
127
|
+
gitStatusBefore = getGitStatus(PACKAGE_ROOT, DOCS_DIR);
|
|
128
|
+
console.log(`š Git status before: ${gitStatusBefore.length} modified files`);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
const needsRebuildConfig = {
|
|
132
|
+
...config,
|
|
133
|
+
cache
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
if (needsRebuild(needsRebuildConfig)) {
|
|
137
|
+
const result = runTypeDoc({
|
|
138
|
+
...config,
|
|
139
|
+
dryRun
|
|
140
|
+
});
|
|
141
|
+
if (result.success) {
|
|
142
|
+
const currentSourceHashes = getSourceFileHashes(SRC_DIR, IGNORE_PATTERNS);
|
|
143
|
+
const sourceHashesObj = {};
|
|
144
|
+
for (const [relativePath, hash] of currentSourceHashes.entries()) {
|
|
145
|
+
sourceHashesObj[relativePath] = hash;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
const cache = {
|
|
149
|
+
lastBuildTime: Date.now(),
|
|
150
|
+
sourceModTime: getLatestSourceModTime(SRC_DIR, IGNORE_PATTERNS),
|
|
151
|
+
docModTime: getLatestDocModTime(DOCS_DIR),
|
|
152
|
+
fileHashes: result.fileHashes || {},
|
|
153
|
+
sourceFileHashes: sourceHashesObj
|
|
154
|
+
};
|
|
155
|
+
if (!dryRun) {
|
|
156
|
+
saveCache(CACHE_FILE, cache);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// Verify git status after if requested
|
|
160
|
+
if (verifyGit && !dryRun) {
|
|
161
|
+
const gitStatusAfter = getGitStatus(PACKAGE_ROOT, DOCS_DIR);
|
|
162
|
+
const newChanges = gitStatusAfter.filter(file => !gitStatusBefore.includes(file));
|
|
163
|
+
if (newChanges.length > 0 && result.updatedCount === 0) {
|
|
164
|
+
console.log(`\nā ļø WARNING: Git shows ${newChanges.length} files changed but script reported 0 updates`);
|
|
165
|
+
console.log(` This suggests files were modified unnecessarily`);
|
|
166
|
+
} else if (newChanges.length !== result.updatedCount) {
|
|
167
|
+
console.log(`\nš Git verification: ${newChanges.length} files changed in git, ${result.updatedCount} reported by script`);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
console.log('ā
Documentation generation completed');
|
|
172
|
+
}
|
|
173
|
+
process.exit(result.success ? 0 : 1);
|
|
174
|
+
} else {
|
|
175
|
+
console.log('āļø Skipping documentation generation (no changes detected)');
|
|
176
|
+
process.exit(0);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
main();
|