@jmruthers/pace-core 0.2.7 → 0.4.1
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 +1 -26
- package/README.md +229 -231
- package/dist/{DataTable-EEUDXPE5.js → DataTable-2LB6HI6V.js} +17 -10
- package/dist/{DataTable-C1AEm9Cx.d.ts → DataTable-BDBqkU-i.d.ts} +51 -23
- package/dist/{PublicLoadingSpinner-DztrzuJr.d.ts → Table-CIm9IWqk.d.ts} +122 -635
- package/dist/UnifiedAuthProvider-V7y63NjT.d.ts +88 -0
- package/dist/{api-ETQ6YJ3C.js → api-AIJ3IJX3.js} +4 -6
- package/dist/{appConfig-BVGyuvI7.d.ts → appConfig-fB1pP_v3.d.ts} +1 -1
- package/dist/{audit-BUW3LMJB.js → audit-PD5L5ZSC.js} +3 -3
- package/dist/{chunk-ETEJVKYK.js → chunk-4MCJAK7J.js} +4927 -504
- package/dist/chunk-4MCJAK7J.js.map +1 -0
- package/dist/{chunk-CDQ3PX7L.js → chunk-4ZTIEYU2.js} +1 -1
- package/dist/chunk-4ZTIEYU2.js.map +1 -0
- package/dist/{chunk-PLDDJCW6.js → chunk-DC5AMYBS.js} +5 -15
- package/dist/{chunk-HEMJ4SUJ.js → chunk-H4PZ4B3Y.js} +27 -124
- package/dist/chunk-H4PZ4B3Y.js.map +1 -0
- package/dist/{chunk-HNDFPXUU.js → chunk-IOX76PSM.js} +28 -270
- package/dist/chunk-IOX76PSM.js.map +1 -0
- package/dist/{chunk-TIVL4UQ7.js → chunk-JUUNUW3O.js} +5 -14
- package/dist/chunk-JUUNUW3O.js.map +1 -0
- package/dist/chunk-KK6WIDK6.js +63 -0
- package/dist/chunk-KK6WIDK6.js.map +1 -0
- package/dist/chunk-U7DY5T33.js +11 -0
- package/dist/chunk-U7DY5T33.js.map +1 -0
- package/dist/{chunk-SS3E6QLB.js → chunk-WHLSWC6W.js} +61 -16
- package/dist/chunk-WHLSWC6W.js.map +1 -0
- package/dist/chunk-XI7QFSSC.js +790 -0
- package/dist/chunk-XI7QFSSC.js.map +1 -0
- package/dist/chunk-XIJMMBDD.js +73 -0
- package/dist/chunk-XIJMMBDD.js.map +1 -0
- package/dist/{chunk-7BNPOCLL.js → chunk-YNU5QJ4S.js} +5 -22
- package/dist/chunk-YNU5QJ4S.js.map +1 -0
- package/dist/chunk-YWYCNGWH.js +2070 -0
- package/dist/chunk-YWYCNGWH.js.map +1 -0
- package/dist/chunk-ZJ3UKPIW.js +952 -0
- package/dist/chunk-ZJ3UKPIW.js.map +1 -0
- package/dist/components.d.ts +10 -906
- package/dist/components.js +77 -3255
- package/dist/components.js.map +1 -1
- package/dist/{database-C3Szpi5J.d.ts → database-CAMsquLm.d.ts} +11 -28
- package/dist/hooks.d.ts +6 -7
- package/dist/hooks.js +11 -35
- package/dist/hooks.js.map +1 -1
- package/dist/index.d.ts +111 -245
- package/dist/index.js +178 -187
- package/dist/index.js.map +1 -1
- package/dist/{organisation-CO3Sh3_D.d.ts → organisation-DLNNQhPB.d.ts} +1 -1
- package/dist/providers.d.ts +4 -4
- package/dist/providers.js +5 -19
- package/dist/rbac/index.d.ts +5 -61
- package/dist/rbac/index.js +93 -256
- package/dist/rbac/index.js.map +1 -1
- package/dist/{types-DiRQsGJs.d.ts → types-Bavn44NW.d.ts} +36 -71
- package/dist/types.d.ts +5 -5
- package/dist/types.js +2 -7
- package/dist/types.js.map +1 -1
- package/dist/{unified-CM7T0aTK.d.ts → unified-BtRpPbmp.d.ts} +2 -1
- package/dist/useAppConfig-CZNJJsT_.d.ts +148 -0
- package/dist/utils.d.ts +60 -83
- package/dist/utils.js +55633 -277
- package/dist/utils.js.map +1 -1
- package/dist/validation.d.ts +1 -1
- package/dist/validation.js +1 -1
- package/docs/README.md +32 -46
- package/docs/api/README.md +229 -231
- package/docs/api/classes/ErrorBoundary.md +1 -1
- package/docs/api/interfaces/AggregateConfig.md +4 -4
- package/docs/api/interfaces/ButtonProps.md +2 -2
- package/docs/api/interfaces/CardProps.md +2 -2
- package/docs/api/interfaces/ColorPalette.md +1 -1
- package/docs/api/interfaces/ColorShade.md +1 -1
- package/docs/api/interfaces/DataTableAction.md +7 -85
- package/docs/api/interfaces/DataTableColumn.md +12 -131
- package/docs/api/interfaces/DataTableProps.md +274 -64
- package/docs/api/interfaces/DataTableToolbarButton.md +7 -7
- package/docs/api/interfaces/EmptyStateConfig.md +5 -5
- package/docs/api/interfaces/EventContextType.md +7 -7
- package/docs/api/interfaces/EventProviderProps.md +2 -2
- package/docs/api/interfaces/FooterProps.md +1 -1
- package/docs/api/interfaces/InputProps.md +2 -2
- package/docs/api/interfaces/LabelProps.md +1 -1
- package/docs/api/interfaces/LoginFormProps.md +1 -1
- package/docs/api/interfaces/NavigationItem.md +1 -1
- package/docs/api/interfaces/NavigationMenuProps.md +1 -1
- package/docs/api/interfaces/Organisation.md +1 -1
- package/docs/api/interfaces/OrganisationContextType.md +1 -1
- package/docs/api/interfaces/OrganisationMembership.md +1 -1
- package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
- package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
- package/docs/api/interfaces/PaceAppLayoutProps.md +26 -26
- package/docs/api/interfaces/PaceLoginPageProps.md +1 -1
- package/docs/api/interfaces/PaletteData.md +1 -1
- package/docs/api/interfaces/StyleImport.md +2 -2
- package/docs/api/interfaces/ToastActionElement.md +1 -1
- package/docs/api/interfaces/ToastProps.md +1 -1
- package/docs/api/interfaces/UnifiedAuthContextType.md +46 -447
- package/docs/api/interfaces/UnifiedAuthProviderProps.md +9 -95
- package/docs/api/interfaces/UserEventAccess.md +14 -14
- package/docs/api/interfaces/UserMenuProps.md +6 -6
- package/docs/api/interfaces/UserProfile.md +1 -1
- package/docs/api/modules.md +773 -1631
- package/docs/api-reference/components.md +43 -761
- package/docs/api-reference/hooks.md +0 -126
- package/docs/api-reference/providers.md +65 -141
- package/docs/api-reference/types.md +36 -66
- package/docs/api-reference/utilities.md +1 -1
- package/docs/architecture/README.md +2 -1
- package/docs/consuming-app-example.md +96 -42
- package/docs/core-concepts/events.md +3 -3
- package/docs/core-concepts/organisations.md +1 -0
- package/docs/core-concepts/rbac-system.md +10 -23
- package/docs/documentation-style-checklist.md +2 -8
- package/docs/getting-started/examples/README.md +1 -15
- package/docs/getting-started/examples/basic-auth-app.md +119 -444
- package/docs/getting-started/examples/full-featured-app.md +6 -6
- package/docs/getting-started/installation.md +52 -231
- package/docs/getting-started/quick-start.md +24 -121
- package/docs/implementation-guides/app-layout.md +108 -133
- package/docs/implementation-guides/data-tables.md +29 -1011
- package/docs/implementation-guides/forms.md +3 -3
- package/docs/implementation-guides/large-datasets.md +2 -2
- package/docs/implementation-guides/navigation.md +1 -1
- package/docs/implementation-guides/permission-enforcement.md +4 -4
- package/docs/migration/README.md +8 -18
- package/docs/migration/rbac-migration.md +0 -50
- package/docs/migration-guide.md +104 -51
- package/docs/performance/README.md +4 -1
- package/docs/quick-reference.md +36 -53
- package/docs/rbac/README.md +69 -136
- package/docs/rbac/api-reference.md +8 -39
- package/docs/rbac/examples.md +66 -237
- package/docs/rbac/getting-started.md +16 -131
- package/docs/rbac/quick-start.md +323 -499
- package/docs/rbac/troubleshooting.md +262 -240
- package/docs/security/README.md +1 -50
- package/docs/styles/README.md +117 -143
- package/docs/testing/README.md +10 -6
- package/docs/troubleshooting/common-issues.md +14 -604
- package/docs/usage.md +90 -28
- package/docs/visual-testing.md +7 -0
- package/package.json +24 -43
- package/dist/UnifiedAuthProvider-w66zSCUf.d.ts +0 -160
- package/dist/appNameResolver-7GHF5ED2.js +0 -22
- package/dist/chunk-2V3Y6YBC.js +0 -114
- package/dist/chunk-2V3Y6YBC.js.map +0 -1
- package/dist/chunk-7BNPOCLL.js.map +0 -1
- package/dist/chunk-BEZRLNK3.js +0 -1744
- package/dist/chunk-BEZRLNK3.js.map +0 -1
- package/dist/chunk-C5G2A4PO.js +0 -1349
- package/dist/chunk-C5G2A4PO.js.map +0 -1
- package/dist/chunk-CDQ3PX7L.js.map +0 -1
- package/dist/chunk-ETEJVKYK.js.map +0 -1
- package/dist/chunk-EWKPTNPO.js +0 -5139
- package/dist/chunk-EWKPTNPO.js.map +0 -1
- package/dist/chunk-HEMJ4SUJ.js.map +0 -1
- package/dist/chunk-HNDFPXUU.js.map +0 -1
- package/dist/chunk-MZBUOP4P.js +0 -119
- package/dist/chunk-MZBUOP4P.js.map +0 -1
- package/dist/chunk-N2EUGZRW.js +0 -98
- package/dist/chunk-N2EUGZRW.js.map +0 -1
- package/dist/chunk-NQ4TOOO6.js +0 -20
- package/dist/chunk-NQ4TOOO6.js.map +0 -1
- package/dist/chunk-OHXGNT3K.js +0 -21
- package/dist/chunk-OHXGNT3K.js.map +0 -1
- package/dist/chunk-PLDDJCW6.js.map +0 -1
- package/dist/chunk-RRUYHORU.js +0 -3431
- package/dist/chunk-RRUYHORU.js.map +0 -1
- package/dist/chunk-SS3E6QLB.js.map +0 -1
- package/dist/chunk-TIVL4UQ7.js.map +0 -1
- package/dist/chunk-VYG4AXYW.js +0 -388
- package/dist/chunk-VYG4AXYW.js.map +0 -1
- package/dist/chunk-YDJW5XTN.js +0 -84
- package/dist/chunk-YDJW5XTN.js.map +0 -1
- package/dist/styles/core.css +0 -422
- package/dist/styles/fonts/georama-italic.woff2 +0 -0
- package/dist/styles/fonts/georama.woff2 +0 -0
- package/dist/styles/fonts/open-sans-italic.woff2 +0 -0
- package/dist/styles/fonts/open-sans.woff2 +0 -0
- package/dist/styles/fonts/reddit-mono.woff2 +0 -0
- package/dist/styles/index.d.ts +0 -36
- package/dist/styles/index.js +0 -24
- package/dist/styles/index.js.map +0 -1
- package/dist/theming/runtime.d.ts +0 -73
- package/dist/theming/runtime.js +0 -16
- package/dist/theming/runtime.js.map +0 -1
- package/dist/usePublicRouteParams-B6i0KtXW.d.ts +0 -477
- package/docs/INDEX.md +0 -192
- package/docs/api/classes/PublicErrorBoundary.md +0 -132
- package/docs/api/interfaces/EventLogoProps.md +0 -152
- package/docs/api/interfaces/FileSizeLimits.md +0 -7
- package/docs/api/interfaces/FileUploadProps.md +0 -154
- package/docs/api/interfaces/InactivityWarningModalProps.md +0 -115
- package/docs/api/interfaces/PublicErrorBoundaryProps.md +0 -94
- package/docs/api/interfaces/PublicErrorBoundaryState.md +0 -68
- package/docs/api/interfaces/PublicLoadingSpinnerProps.md +0 -86
- package/docs/api/interfaces/PublicPageFooterProps.md +0 -112
- package/docs/api/interfaces/PublicPageHeaderProps.md +0 -138
- package/docs/api/interfaces/PublicPageLayoutProps.md +0 -138
- package/docs/api/interfaces/StorageConfig.md +0 -41
- package/docs/api/interfaces/StorageFileInfo.md +0 -74
- package/docs/api/interfaces/StorageFileMetadata.md +0 -140
- package/docs/api/interfaces/StorageListOptions.md +0 -86
- package/docs/api/interfaces/StorageListResult.md +0 -41
- package/docs/api/interfaces/StorageUploadOptions.md +0 -88
- package/docs/api/interfaces/StorageUploadResult.md +0 -63
- package/docs/api/interfaces/StorageUrlOptions.md +0 -47
- package/docs/api/interfaces/UseInactivityTrackerOptions.md +0 -136
- package/docs/api/interfaces/UseInactivityTrackerReturn.md +0 -123
- package/docs/api/interfaces/UsePublicEventLogoOptions.md +0 -87
- package/docs/api/interfaces/UsePublicEventLogoReturn.md +0 -81
- package/docs/api/interfaces/UsePublicEventOptions.md +0 -34
- package/docs/api/interfaces/UsePublicEventReturn.md +0 -68
- package/docs/api/interfaces/UsePublicRouteParamsReturn.md +0 -94
- package/docs/best-practices/README.md +0 -400
- package/docs/consuming-app-vite-config.md +0 -233
- package/docs/examples/navigation-menu-auth-fix.md +0 -344
- package/docs/implementation-guides/hierarchical-datatable.md +0 -850
- package/docs/implementation-guides/public-pages.md +0 -752
- package/docs/migration/quick-migration-guide.md +0 -320
- package/docs/migration/v0.4.15-tailwind-scanning.md +0 -272
- package/docs/migration/v0.4.16-css-first-approach.md +0 -306
- package/docs/migration/v0.4.17-source-path-fix.md +0 -229
- package/docs/print-components/README.md +0 -258
- package/docs/print-components/api-reference.md +0 -636
- package/docs/print-components/examples/README.md +0 -204
- package/docs/print-components/examples/basic-report.tsx +0 -92
- package/docs/print-components/examples/card-catalog.tsx +0 -149
- package/docs/print-components/examples/cover-page-report.tsx +0 -163
- package/docs/print-components/quick-start.md +0 -363
- package/docs/troubleshooting/README.md +0 -497
- package/docs/troubleshooting/styling-issues.md +0 -219
- package/docs/troubleshooting/tailwind-content-scanning.md +0 -213
- package/src/__mocks__/lucide-react.ts +0 -181
- package/src/__tests__/README.md +0 -404
- package/src/__tests__/debug-provider.unit.test.tsx +0 -67
- package/src/__tests__/e2e/workflows.test.tsx +0 -373
- package/src/__tests__/hybridPermissions.unit.test.tsx +0 -474
- package/src/__tests__/index.integration.test.ts +0 -491
- package/src/__tests__/mocks/MockAuthProvider-standalone.tsx +0 -47
- package/src/__tests__/mocks/MockAuthProvider.tsx +0 -63
- package/src/__tests__/mocks/enhancedSupabaseMock.ts +0 -252
- package/src/__tests__/mocks/index.test.ts +0 -23
- package/src/__tests__/mocks/index.ts +0 -16
- package/src/__tests__/mocks/mockAuth.ts +0 -155
- package/src/__tests__/mocks/mockSupabase.ts +0 -83
- package/src/__tests__/mocks/mockSupabaseClient.ts +0 -63
- package/src/__tests__/mocks/providers.tsx +0 -22
- package/src/__tests__/patterns/__tests__/testPatterns.test.ts +0 -394
- package/src/__tests__/patterns/testPatterns.ts +0 -124
- package/src/__tests__/performance/componentPerformance.performance.test.ts +0 -27
- package/src/__tests__/performance/index.ts +0 -24
- package/src/__tests__/performance/performanceValidation.performance.test.ts +0 -15
- package/src/__tests__/security/security.unit.test.tsx +0 -7
- package/src/__tests__/security/securityValidation.security.test.tsx +0 -153
- package/src/__tests__/setup.ts +0 -259
- package/src/__tests__/setupTests.d.ts +0 -1
- package/src/__tests__/shared/componentTestUtils.tsx +0 -475
- package/src/__tests__/shared/errorHandlingTestUtils.ts +0 -107
- package/src/__tests__/shared/index.ts +0 -81
- package/src/__tests__/shared/integrationTestUtils.tsx +0 -375
- package/src/__tests__/shared/performanceTestUtils.tsx +0 -476
- package/src/__tests__/shared/testUtils.optimized.tsx +0 -685
- package/src/__tests__/simple.test.tsx +0 -20
- package/src/__tests__/templates/accessibility.test.template.tsx +0 -279
- package/src/__tests__/templates/component.test.template.tsx +0 -122
- package/src/__tests__/templates/integration.test.template.tsx +0 -199
- package/src/__tests__/test-utils/dataFactories.ts +0 -60
- package/src/__tests__/test-utils/index.ts +0 -6
- package/src/__tests__/typeSafety.unit.test.ts +0 -65
- package/src/__tests__/unifiedAuth.unit.test.tsx +0 -151
- package/src/__tests__/utils/accessibilityHelpers.ts +0 -254
- package/src/__tests__/utils/assertions.ts +0 -50
- package/src/__tests__/utils/deterministicHelpers.ts +0 -31
- package/src/__tests__/utils/edgeCaseConfig.test.ts +0 -75
- package/src/__tests__/utils/edgeCaseConfig.ts +0 -98
- package/src/__tests__/utils/mockHelpers.ts +0 -149
- package/src/__tests__/utils/mockLoader.ts +0 -101
- package/src/__tests__/utils/performanceHelpers.ts +0 -55
- package/src/__tests__/utils/performanceTestHelpers.ts +0 -68
- package/src/__tests__/utils/testDataFactories.ts +0 -28
- package/src/__tests__/utils/testIsolation.ts +0 -67
- package/src/__tests__/utils/visualTestHelpers.ts +0 -20
- package/src/__tests__/visual/__snapshots__/componentSnapshots.visual.test.tsx.snap +0 -68
- package/src/__tests__/visual/__snapshots__/componentVisuals.visual.test.tsx.snap +0 -14
- package/src/__tests__/visual/__snapshots__/visualRegression.test.tsx.snap +0 -217
- package/src/__tests__/visual/__snapshots__/visualRegression.visual.test.tsx.snap +0 -24
- package/src/__tests__/visual/componentSnapshots.visual.test.tsx +0 -33
- package/src/__tests__/visual/componentVisuals.visual.test.tsx +0 -12
- package/src/__tests__/visual/visualRegression.visual.test.tsx +0 -20
- package/src/components/Alert/Alert.tsx +0 -134
- package/src/components/Alert/__tests__/Alert.unit.test.tsx +0 -381
- package/src/components/Alert/index.ts +0 -2
- package/src/components/Avatar/Avatar.tsx +0 -84
- package/src/components/Avatar/__tests__/Avatar.unit.test.tsx +0 -232
- package/src/components/Avatar/index.ts +0 -2
- package/src/components/Button/Button.tsx +0 -270
- package/src/components/Button/__tests__/Button.accessibility.test.tsx +0 -131
- package/src/components/Button/__tests__/Button.comprehensive.test.tsx +0 -721
- package/src/components/Button/__tests__/Button.unit.test.tsx +0 -189
- package/src/components/Button/__tests__/EventSelector.integration.test.tsx +0 -285
- package/src/components/Button/index.ts +0 -2
- package/src/components/Card/Card.tsx +0 -271
- package/src/components/Card/__tests__/Card.accessibility.test.tsx +0 -394
- package/src/components/Card/__tests__/Card.comprehensive.test.tsx +0 -599
- package/src/components/Card/__tests__/Card.integration.test.tsx +0 -673
- package/src/components/Card/__tests__/Card.performance.test.tsx +0 -546
- package/src/components/Card/__tests__/Card.unit.test.tsx +0 -330
- package/src/components/Card/__tests__/Card.visual.test.tsx +0 -599
- package/src/components/Card/__tests__/README.md +0 -211
- package/src/components/Card/index.ts +0 -1
- package/src/components/Checkbox/Checkbox.tsx +0 -75
- package/src/components/Checkbox/__mocks__/Checkbox.tsx +0 -2
- package/src/components/Checkbox/__tests__/Checkbox.unit.test.tsx +0 -520
- package/src/components/Checkbox/index.ts +0 -2
- package/src/components/DataTable/DataTable.tsx +0 -438
- package/src/components/DataTable/__tests__/DataTable.errorHandling.test.tsx +0 -251
- package/src/components/DataTable/__tests__/DataTable.hierarchical.test.tsx +0 -680
- package/src/components/DataTable/__tests__/DataTable.infinite-loop.test.tsx +0 -323
- package/src/components/DataTable/__tests__/DataTable.integration.test.tsx +0 -716
- package/src/components/DataTable/__tests__/DataTable.performance.test.tsx +0 -589
- package/src/components/DataTable/__tests__/DataTable.permissions.test.tsx +0 -316
- package/src/components/DataTable/__tests__/DataTable.regressionFixes.test.tsx +0 -546
- package/src/components/DataTable/__tests__/DataTable.selection.controlled.test.tsx +0 -386
- package/src/components/DataTable/__tests__/DataTable.selection.test.tsx +0 -338
- package/src/components/DataTable/__tests__/DataTable.sorting.test.tsx +0 -321
- package/src/components/DataTable/__tests__/DataTable.userWorkflows.test.tsx +0 -320
- package/src/components/DataTable/__tests__/DataTable.workflowValidation.test.tsx +0 -583
- package/src/components/DataTable/__tests__/DataTable.workflows.test.tsx +0 -711
- package/src/components/DataTable/__tests__/README.md +0 -145
- package/src/components/DataTable/__tests__/mocks/MockRBACProvider.tsx +0 -66
- package/src/components/DataTable/__tests__/performance-regression.test.tsx +0 -777
- package/src/components/DataTable/__tests__/performance.test.tsx +0 -365
- package/src/components/DataTable/__tests__/test-utils/dataFactories.ts +0 -103
- package/src/components/DataTable/__tests__/test-utils/sharedTestUtils.tsx +0 -381
- package/src/components/DataTable/__tests__/test-utils.ts +0 -94
- package/src/components/DataTable/components/ActionButtons.tsx +0 -177
- package/src/components/DataTable/components/BulkOperationsDropdown.tsx +0 -160
- package/src/components/DataTable/components/ColumnFilter.tsx +0 -114
- package/src/components/DataTable/components/ColumnVisibilityDropdown.tsx +0 -100
- package/src/components/DataTable/components/DataTableBody.tsx +0 -461
- package/src/components/DataTable/components/DataTableCore.tsx +0 -941
- package/src/components/DataTable/components/DataTableErrorBoundary.tsx +0 -214
- package/src/components/DataTable/components/DataTableModals.tsx +0 -87
- package/src/components/DataTable/components/DataTableToolbar.tsx +0 -250
- package/src/components/DataTable/components/DraggableColumnHeader.tsx +0 -144
- package/src/components/DataTable/components/EditableRow.tsx +0 -159
- package/src/components/DataTable/components/EmptyState.tsx +0 -64
- package/src/components/DataTable/components/ExpandButton.tsx +0 -113
- package/src/components/DataTable/components/FilterRow.tsx +0 -100
- package/src/components/DataTable/components/GroupHeader.tsx +0 -42
- package/src/components/DataTable/components/GroupingDropdown.tsx +0 -96
- package/src/components/DataTable/components/ImportModal.tsx +0 -345
- package/src/components/DataTable/components/LoadingState.tsx +0 -12
- package/src/components/DataTable/components/PaginationControls.tsx +0 -332
- package/src/components/DataTable/components/UnifiedTableBody.tsx +0 -713
- package/src/components/DataTable/components/ViewRowModal.tsx +0 -68
- package/src/components/DataTable/components/VirtualizedDataTable.tsx +0 -513
- package/src/components/DataTable/components/__tests__/ActionButtons.unit.test.tsx +0 -150
- package/src/components/DataTable/components/__tests__/BulkOperationsDropdown.test.tsx +0 -224
- package/src/components/DataTable/components/__tests__/ColumnVisibilityDropdown.unit.test.tsx +0 -244
- package/src/components/DataTable/components/__tests__/DataTable.accessibility.test.tsx +0 -629
- package/src/components/DataTable/components/__tests__/DataTable.integration.test.tsx +0 -470
- package/src/components/DataTable/components/__tests__/DataTable.performance.test.tsx +0 -160
- package/src/components/DataTable/components/__tests__/DataTable.real.test.tsx +0 -251
- package/src/components/DataTable/components/__tests__/DataTable.security.test.tsx +0 -171
- package/src/components/DataTable/components/__tests__/DataTable.unit.test.tsx +0 -290
- package/src/components/DataTable/components/__tests__/DataTableBody.unit.test.tsx +0 -147
- package/src/components/DataTable/components/__tests__/DataTableErrorBoundary.unit.test.tsx +0 -182
- package/src/components/DataTable/components/__tests__/DataTableModals.unit.test.tsx +0 -123
- package/src/components/DataTable/components/__tests__/EditableRow.unit.test.tsx +0 -660
- package/src/components/DataTable/components/__tests__/EmptyState.unit.test.tsx +0 -256
- package/src/components/DataTable/components/__tests__/ExpandButton.test.tsx +0 -498
- package/src/components/DataTable/components/__tests__/FilterRow.unit.test.tsx +0 -112
- package/src/components/DataTable/components/__tests__/FilteringToggle.unit.test.tsx +0 -133
- package/src/components/DataTable/components/__tests__/GroupHeader.unit.test.tsx +0 -172
- package/src/components/DataTable/components/__tests__/GroupingDropdown.unit.test.tsx +0 -222
- package/src/components/DataTable/components/__tests__/ImportModal.unit.test.tsx +0 -780
- package/src/components/DataTable/components/__tests__/LoadingState.unit.test.tsx +0 -65
- package/src/components/DataTable/components/__tests__/PaginationControls.unit.test.tsx +0 -634
- package/src/components/DataTable/components/__tests__/StateComponents.unit.test.tsx +0 -48
- package/src/components/DataTable/components/__tests__/UnifiedTableBody.hierarchical.test.tsx +0 -541
- package/src/components/DataTable/components/__tests__/ViewRowModal.unit.test.tsx +0 -228
- package/src/components/DataTable/components/__tests__/VirtualizedDataTable.unit.test.tsx +0 -568
- package/src/components/DataTable/components/index.ts +0 -16
- package/src/components/DataTable/context/DataTableContext.tsx +0 -97
- package/src/components/DataTable/core/ActionManager.ts +0 -235
- package/src/components/DataTable/core/ColumnFactory.ts +0 -268
- package/src/components/DataTable/core/ColumnManager.ts +0 -205
- package/src/components/DataTable/core/DataManager.ts +0 -188
- package/src/components/DataTable/core/DataTableContext.tsx +0 -181
- package/src/components/DataTable/core/LocalDataAdapter.ts +0 -264
- package/src/components/DataTable/core/PluginRegistry.ts +0 -229
- package/src/components/DataTable/core/StateManager.ts +0 -311
- package/src/components/DataTable/core/__tests__/ActionManager.unit.test.ts +0 -405
- package/src/components/DataTable/core/__tests__/ArchitectureIntegration.unit.test.tsx +0 -445
- package/src/components/DataTable/core/__tests__/ColumnFactory.unit.test.ts +0 -288
- package/src/components/DataTable/core/__tests__/ColumnManager.unit.test.ts +0 -623
- package/src/components/DataTable/core/__tests__/DataManager.unit.test.ts +0 -431
- package/src/components/DataTable/core/__tests__/DataTableContext.unit.test.tsx +0 -433
- package/src/components/DataTable/core/__tests__/LocalDataAdapter.unit.test.ts +0 -422
- package/src/components/DataTable/core/__tests__/PluginRegistry.unit.test.tsx +0 -207
- package/src/components/DataTable/core/__tests__/StateManager.unit.test.ts +0 -278
- package/src/components/DataTable/core/index.ts +0 -8
- package/src/components/DataTable/core/interfaces.ts +0 -338
- package/src/components/DataTable/examples/HierarchicalActionsExample.tsx +0 -418
- package/src/components/DataTable/examples/HierarchicalExample.tsx +0 -472
- package/src/components/DataTable/examples/InitialPageSizeExample.tsx +0 -173
- package/src/components/DataTable/examples/PerformanceExample.tsx +0 -502
- package/src/components/DataTable/examples/__tests__/PerformanceExample.unit.test.tsx +0 -281
- package/src/components/DataTable/hooks/__tests__/useColumnOrderPersistence.unit.test.ts +0 -407
- package/src/components/DataTable/hooks/__tests__/useColumnReordering.unit.test.ts +0 -679
- package/src/components/DataTable/hooks/useColumnOrderPersistence.ts +0 -95
- package/src/components/DataTable/hooks/useColumnReordering.ts +0 -110
- package/src/components/DataTable/hooks/useDataTableState.ts +0 -325
- package/src/components/DataTable/hooks/useHierarchicalState.ts +0 -174
- package/src/components/DataTable/index.ts +0 -68
- package/src/components/DataTable/styles.ts +0 -171
- package/src/components/DataTable/types.ts +0 -473
- package/src/components/DataTable/utils/__tests__/debugTools.unit.test.ts +0 -267
- package/src/components/DataTable/utils/__tests__/errorHandling.unit.test.ts +0 -467
- package/src/components/DataTable/utils/__tests__/exportUtils.unit.test.ts +0 -380
- package/src/components/DataTable/utils/__tests__/flexibleImport.unit.test.ts +0 -233
- package/src/components/DataTable/utils/__tests__/performanceUtils.unit.test.ts +0 -414
- package/src/components/DataTable/utils/debugTools.ts +0 -583
- package/src/components/DataTable/utils/errorHandling.ts +0 -494
- package/src/components/DataTable/utils/exportUtils.ts +0 -126
- package/src/components/DataTable/utils/flexibleImport.ts +0 -510
- package/src/components/DataTable/utils/hierarchicalSorting.ts +0 -151
- package/src/components/DataTable/utils/hierarchicalUtils.ts +0 -218
- package/src/components/DataTable/utils/index.ts +0 -1
- package/src/components/DataTable/utils/performanceUtils.ts +0 -351
- package/src/components/Dialog/Dialog.tsx +0 -782
- package/src/components/Dialog/README.md +0 -804
- package/src/components/Dialog/__tests__/Dialog.accessibility.test.tsx +0 -521
- package/src/components/Dialog/__tests__/Dialog.auto-size.example.tsx +0 -157
- package/src/components/Dialog/__tests__/Dialog.enhanced.test.tsx +0 -538
- package/src/components/Dialog/__tests__/Dialog.unit.test.tsx +0 -1373
- package/src/components/Dialog/examples/BasicHtmlTest.tsx +0 -55
- package/src/components/Dialog/examples/DebugHtmlExample.tsx +0 -68
- package/src/components/Dialog/examples/HtmlDialogExample.tsx +0 -202
- package/src/components/Dialog/examples/SimpleHtmlTest.tsx +0 -61
- package/src/components/Dialog/examples/SmartDialogExample.tsx +0 -322
- package/src/components/Dialog/examples/__tests__/SmartDialogExample.unit.test.tsx +0 -151
- package/src/components/Dialog/index.ts +0 -12
- package/src/components/Dialog/utils/__tests__/safeHtml.unit.test.ts +0 -611
- package/src/components/Dialog/utils/safeHtml.ts +0 -185
- package/src/components/ErrorBoundary/ErrorBoundary.tsx +0 -312
- package/src/components/ErrorBoundary/__tests__/ErrorBoundary.accessibility.test.tsx +0 -517
- package/src/components/ErrorBoundary/__tests__/ErrorBoundary.integration.test.tsx +0 -572
- package/src/components/ErrorBoundary/__tests__/ErrorBoundary.unit.test.tsx +0 -579
- package/src/components/ErrorBoundary/index.ts +0 -8
- package/src/components/EventSelector/EventSelector.tsx +0 -360
- package/src/components/EventSelector/__tests__/EventSelector.test.tsx +0 -528
- package/src/components/EventSelector/index.ts +0 -3
- package/src/components/EventSelector/types.ts +0 -79
- package/src/components/FileUpload/FileUpload.example.tsx +0 -218
- package/src/components/FileUpload/FileUpload.tsx +0 -237
- package/src/components/FileUpload/__tests__/FileUpload.integration.test.tsx +0 -992
- package/src/components/FileUpload/__tests__/FileUpload.real.test.tsx +0 -927
- package/src/components/FileUpload/__tests__/FileUpload.test.tsx +0 -855
- package/src/components/FileUpload/__tests__/FileUpload.unit.test.tsx +0 -1311
- package/src/components/FileUpload/__tests__/FileUpload.unmocked.test.tsx +0 -937
- package/src/components/FileUpload/index.ts +0 -6
- package/src/components/Footer/Footer.tsx +0 -197
- package/src/components/Footer/__tests__/Footer.accessibility.test.tsx +0 -359
- package/src/components/Footer/__tests__/Footer.integration.test.tsx +0 -353
- package/src/components/Footer/__tests__/Footer.performance.test.tsx +0 -309
- package/src/components/Footer/__tests__/Footer.unit.test.tsx +0 -309
- package/src/components/Footer/__tests__/Footer.visual.test.tsx +0 -335
- package/src/components/Footer/index.ts +0 -17
- package/src/components/Form/Form.tsx +0 -166
- package/src/components/Form/FormErrorSummary.tsx +0 -113
- package/src/components/Form/FormField.tsx +0 -249
- package/src/components/Form/FormFieldset.tsx +0 -127
- package/src/components/Form/FormLiveRegion.tsx +0 -198
- package/src/components/Form/__tests__/Form.accessibility.test.tsx +0 -820
- package/src/components/Form/__tests__/Form.unit.test.tsx +0 -305
- package/src/components/Form/__tests__/FormErrorSummary.unit.test.tsx +0 -285
- package/src/components/Form/__tests__/FormFieldset.unit.test.tsx +0 -241
- package/src/components/Form/index.ts +0 -26
- package/src/components/Header/Header.tsx +0 -301
- package/src/components/Header/__tests__/Header.accessibility.test.tsx +0 -382
- package/src/components/Header/__tests__/Header.comprehensive.test.tsx +0 -509
- package/src/components/Header/__tests__/Header.unit.test.tsx +0 -335
- package/src/components/Header/index.ts +0 -4
- package/src/components/InactivityWarningModal/InactivityWarningModal.test.tsx +0 -196
- package/src/components/InactivityWarningModal/InactivityWarningModal.tsx +0 -164
- package/src/components/InactivityWarningModal/__tests__/InactivityWarningModal.unit.test.tsx +0 -224
- package/src/components/InactivityWarningModal/index.ts +0 -9
- package/src/components/Input/Input.tsx +0 -201
- package/src/components/Input/__mocks__/Input.tsx +0 -2
- package/src/components/Input/__tests__/Input.accessibility.test.tsx +0 -632
- package/src/components/Input/__tests__/Input.unit.test.tsx +0 -1121
- package/src/components/Input/index.ts +0 -9
- package/src/components/Label/Label.tsx +0 -186
- package/src/components/Label/__tests__/Label.accessibility.test.tsx +0 -239
- package/src/components/Label/__tests__/Label.unit.test.tsx +0 -331
- package/src/components/Label/index.ts +0 -2
- package/src/components/LoadingSpinner/LoadingSpinner.tsx +0 -98
- package/src/components/LoadingSpinner/__tests__/LoadingSpinner.accessibility.test.tsx +0 -116
- package/src/components/LoadingSpinner/__tests__/LoadingSpinner.unit.test.tsx +0 -144
- package/src/components/LoadingSpinner/index.ts +0 -3
- package/src/components/LoginForm/LoginForm.tsx +0 -273
- package/src/components/LoginForm/__tests__/LoginForm.accessibility.test.tsx +0 -201
- package/src/components/LoginForm/__tests__/LoginForm.unit.test.tsx +0 -119
- package/src/components/LoginForm/index.ts +0 -3
- package/src/components/NavigationMenu/NavigationMenu.tsx +0 -698
- package/src/components/NavigationMenu/__tests__/NavigationMenu.accessibility.test.tsx +0 -378
- package/src/components/NavigationMenu/__tests__/NavigationMenu.enhanced.test.tsx +0 -768
- package/src/components/NavigationMenu/__tests__/NavigationMenu.integration.test.tsx +0 -576
- package/src/components/NavigationMenu/__tests__/NavigationMenu.performance.test.tsx +0 -585
- package/src/components/NavigationMenu/__tests__/NavigationMenu.real.component.test.tsx +0 -783
- package/src/components/NavigationMenu/__tests__/NavigationMenu.security.enhanced.test.tsx +0 -810
- package/src/components/NavigationMenu/__tests__/NavigationMenu.security.test.tsx +0 -494
- package/src/components/NavigationMenu/__tests__/NavigationMenu.unit.test.tsx +0 -331
- package/src/components/NavigationMenu/__tests__/NavigationMenu.userWorkflows.test.tsx +0 -347
- package/src/components/NavigationMenu/__tests__/NavigationMenu.workflows.test.tsx +0 -584
- package/src/components/NavigationMenu/index.ts +0 -10
- package/src/components/NavigationMenu/types.ts +0 -85
- package/src/components/OrganisationSelector/OrganisationSelector.tsx +0 -304
- package/src/components/OrganisationSelector/__tests__/OrganisationSelector.unit.test.tsx +0 -664
- package/src/components/OrganisationSelector/index.ts +0 -9
- package/src/components/PaceAppLayout/PaceAppLayout.tsx +0 -699
- package/src/components/PaceAppLayout/README.md +0 -278
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.accessibility.test.tsx +0 -288
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.integration.test.tsx +0 -893
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.performance.test.tsx +0 -629
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.security.test.tsx +0 -782
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.unit.test.tsx +0 -904
- package/src/components/PaceAppLayout/index.ts +0 -1
- package/src/components/PaceLoginPage/PaceLoginPage.tsx +0 -221
- package/src/components/PaceLoginPage/__tests__/PaceLoginPage.accessibility.test.tsx +0 -463
- package/src/components/PaceLoginPage/__tests__/PaceLoginPage.integration.test.tsx +0 -586
- package/src/components/PaceLoginPage/__tests__/PaceLoginPage.unit.test.tsx +0 -533
- package/src/components/PaceLoginPage/index.ts +0 -1
- package/src/components/PasswordReset/PasswordChangeForm.tsx +0 -186
- package/src/components/PasswordReset/PasswordResetForm.tsx +0 -201
- package/src/components/PasswordReset/__tests__/PasswordChangeForm.accessibility.test.tsx +0 -408
- package/src/components/PasswordReset/__tests__/PasswordChangeForm.unit.test.tsx +0 -561
- package/src/components/PasswordReset/__tests__/PasswordReset.integration.test.tsx +0 -304
- package/src/components/PasswordReset/__tests__/PasswordResetForm.accessibility.test.tsx +0 -20
- package/src/components/PasswordReset/__tests__/PasswordResetForm.unit.test.tsx +0 -523
- package/src/components/PasswordReset/__tests__/__mocks__/UnifiedAuthProvider.ts +0 -29
- package/src/components/PasswordReset/index.ts +0 -4
- package/src/components/Print/__tests__/Print.comprehensive.test.tsx +0 -331
- package/src/components/PrintButton/PrintButton.tsx +0 -321
- package/src/components/PrintButton/PrintButtonGroup.tsx +0 -84
- package/src/components/PrintButton/PrintToolbar.tsx +0 -94
- package/src/components/PrintButton/__tests__/PrintButton.unit.test.tsx +0 -429
- package/src/components/PrintButton/__tests__/PrintButtonGroup.unit.test.tsx +0 -277
- package/src/components/PrintButton/__tests__/PrintToolbar.unit.test.tsx +0 -264
- package/src/components/PrintButton/examples/PrintButtonShowcase.tsx +0 -438
- package/src/components/PrintButton/index.ts +0 -33
- package/src/components/PrintButton/types.ts +0 -173
- package/src/components/PrintCard/PrintCard.tsx +0 -154
- package/src/components/PrintCard/PrintCardContent.tsx +0 -57
- package/src/components/PrintCard/PrintCardFooter.tsx +0 -60
- package/src/components/PrintCard/PrintCardGrid.tsx +0 -91
- package/src/components/PrintCard/PrintCardHeader.tsx +0 -78
- package/src/components/PrintCard/PrintCardImage.tsx +0 -81
- package/src/components/PrintCard/__tests__/PrintCard.unit.test.tsx +0 -233
- package/src/components/PrintCard/__tests__/PrintCardContent.test.tsx +0 -284
- package/src/components/PrintCard/__tests__/PrintCardGrid.unit.test.tsx +0 -214
- package/src/components/PrintCard/__tests__/PrintCardImage.unit.test.tsx +0 -264
- package/src/components/PrintCard/examples/PrintCardShowcase.tsx +0 -239
- package/src/components/PrintCard/index.ts +0 -34
- package/src/components/PrintCard/types.ts +0 -171
- package/src/components/PrintDataTable/PrintDataTable.tsx +0 -215
- package/src/components/PrintDataTable/PrintTableGroup.tsx +0 -90
- package/src/components/PrintDataTable/PrintTableRow.tsx +0 -76
- package/src/components/PrintDataTable/__tests__/PrintDataTable.unit.test.tsx +0 -361
- package/src/components/PrintDataTable/__tests__/PrintTableGroup.unit.test.tsx +0 -314
- package/src/components/PrintDataTable/__tests__/PrintTableRow.unit.test.tsx +0 -362
- package/src/components/PrintDataTable/index.ts +0 -25
- package/src/components/PrintDataTable/types.ts +0 -67
- package/src/components/PrintFooter/PrintFooter.tsx +0 -183
- package/src/components/PrintFooter/PrintFooterContent.tsx +0 -71
- package/src/components/PrintFooter/PrintFooterInfo.tsx +0 -86
- package/src/components/PrintFooter/PrintPageNumber.tsx +0 -90
- package/src/components/PrintFooter/__tests__/PrintFooter.unit.test.tsx +0 -500
- package/src/components/PrintFooter/__tests__/PrintFooterContent.unit.test.tsx +0 -321
- package/src/components/PrintFooter/__tests__/PrintFooterInfo.unit.test.tsx +0 -335
- package/src/components/PrintFooter/__tests__/PrintPageNumber.unit.test.tsx +0 -340
- package/src/components/PrintFooter/examples/PrintFooterShowcase.tsx +0 -390
- package/src/components/PrintFooter/index.ts +0 -30
- package/src/components/PrintFooter/types.ts +0 -149
- package/src/components/PrintGrid/PrintGrid.tsx +0 -180
- package/src/components/PrintGrid/PrintGridBreakpoint.tsx +0 -109
- package/src/components/PrintGrid/PrintGridContainer.tsx +0 -128
- package/src/components/PrintGrid/PrintGridItem.tsx +0 -220
- package/src/components/PrintGrid/__tests__/PrintGrid.unit.test.tsx +0 -340
- package/src/components/PrintGrid/__tests__/PrintGridBreakpoint.unit.test.tsx +0 -261
- package/src/components/PrintGrid/__tests__/PrintGridContainer.unit.test.tsx +0 -338
- package/src/components/PrintGrid/__tests__/PrintGridItem.unit.test.tsx +0 -338
- package/src/components/PrintGrid/examples/PrintGridShowcase.tsx +0 -359
- package/src/components/PrintGrid/index.ts +0 -31
- package/src/components/PrintGrid/types.ts +0 -159
- package/src/components/PrintHeader/PrintCoverHeader.tsx +0 -230
- package/src/components/PrintHeader/PrintHeader.tsx +0 -150
- package/src/components/PrintHeader/__tests__/PrintCoverHeader.unit.test.tsx +0 -309
- package/src/components/PrintHeader/__tests__/PrintHeader.unit.test.tsx +0 -202
- package/src/components/PrintHeader/index.ts +0 -17
- package/src/components/PrintHeader/types.ts +0 -42
- package/src/components/PrintLayout/PrintLayout.tsx +0 -122
- package/src/components/PrintLayout/PrintLayoutContext.tsx +0 -66
- package/src/components/PrintLayout/PrintPageBreak.tsx +0 -52
- package/src/components/PrintLayout/__tests__/PrintLayout.unit.test.tsx +0 -238
- package/src/components/PrintLayout/examples/PrintShowcase.tsx +0 -230
- package/src/components/PrintLayout/index.ts +0 -19
- package/src/components/PrintLayout/types.ts +0 -37
- package/src/components/PrintPageBreak/PrintPageBreak.tsx +0 -120
- package/src/components/PrintPageBreak/PrintPageBreakGroup.tsx +0 -90
- package/src/components/PrintPageBreak/PrintPageBreakIndicator.tsx +0 -112
- package/src/components/PrintPageBreak/__tests__/PrintPageBreak.unit.test.tsx +0 -263
- package/src/components/PrintPageBreak/__tests__/PrintPageBreakGroup.unit.test.tsx +0 -239
- package/src/components/PrintPageBreak/__tests__/PrintPageBreakIndicator.unit.test.tsx +0 -235
- package/src/components/PrintPageBreak/examples/PrintPageBreakShowcase.tsx +0 -279
- package/src/components/PrintPageBreak/index.ts +0 -23
- package/src/components/PrintPageBreak/types.ts +0 -94
- package/src/components/PrintSection/PrintColumn.tsx +0 -104
- package/src/components/PrintSection/PrintDivider.tsx +0 -101
- package/src/components/PrintSection/PrintSection.tsx +0 -129
- package/src/components/PrintSection/PrintSectionContent.tsx +0 -75
- package/src/components/PrintSection/PrintSectionHeader.tsx +0 -97
- package/src/components/PrintSection/__tests__/PrintColumn.unit.test.tsx +0 -385
- package/src/components/PrintSection/__tests__/PrintDivider.unit.test.tsx +0 -373
- package/src/components/PrintSection/__tests__/PrintSection.unit.test.tsx +0 -390
- package/src/components/PrintSection/__tests__/PrintSectionContent.unit.test.tsx +0 -321
- package/src/components/PrintSection/__tests__/PrintSectionHeader.unit.test.tsx +0 -334
- package/src/components/PrintSection/examples/PrintSectionShowcase.tsx +0 -258
- package/src/components/PrintSection/index.ts +0 -33
- package/src/components/PrintSection/types.ts +0 -155
- package/src/components/PrintText/PrintText.tsx +0 -116
- package/src/components/PrintText/__tests__/PrintText.unit.test.tsx +0 -351
- package/src/components/PrintText/index.ts +0 -16
- package/src/components/PrintText/types.ts +0 -24
- package/src/components/Progress/Progress.tsx +0 -116
- package/src/components/Progress/__tests__/Progress.accessibility.test.tsx +0 -240
- package/src/components/Progress/__tests__/Progress.unit.test.tsx +0 -242
- package/src/components/Progress/index.ts +0 -3
- package/src/components/PublicLayout/EventLogo.tsx +0 -287
- package/src/components/PublicLayout/PublicErrorBoundary.tsx +0 -279
- package/src/components/PublicLayout/PublicLoadingSpinner.tsx +0 -208
- package/src/components/PublicLayout/PublicPageContextChecker.tsx +0 -130
- package/src/components/PublicLayout/PublicPageDebugger.tsx +0 -104
- package/src/components/PublicLayout/PublicPageDiagnostic.tsx +0 -162
- package/src/components/PublicLayout/PublicPageFooter.tsx +0 -124
- package/src/components/PublicLayout/PublicPageHeader.tsx +0 -178
- package/src/components/PublicLayout/PublicPageLayout.tsx +0 -232
- package/src/components/PublicLayout/PublicPageProvider.tsx +0 -137
- package/src/components/PublicLayout/__tests__/EventLogo.test.tsx +0 -761
- package/src/components/PublicLayout/__tests__/PublicErrorBoundary.simplified.test.tsx +0 -228
- package/src/components/PublicLayout/__tests__/PublicErrorBoundary.test.tsx +0 -228
- package/src/components/PublicLayout/__tests__/PublicLoadingSpinner.test.tsx +0 -459
- package/src/components/PublicLayout/__tests__/PublicPageFooter.test.tsx +0 -362
- package/src/components/PublicLayout/__tests__/PublicPageHeader.test.tsx +0 -522
- package/src/components/PublicLayout/__tests__/PublicPageLayout.test.tsx +0 -599
- package/src/components/PublicLayout/__tests__/PublicPageProvider.test.tsx +0 -513
- package/src/components/PublicLayout/index.ts +0 -51
- package/src/components/RBAC/PagePermissionGuard.tsx +0 -287
- package/src/components/RBAC/RBACGuard.tsx +0 -143
- package/src/components/RBAC/RBACProvider.tsx +0 -186
- package/src/components/RBAC/RoleBasedContent.tsx +0 -129
- package/src/components/RBAC/__tests__/PagePermissionGuard.unit.test.tsx +0 -683
- package/src/components/RBAC/__tests__/RBAC.integration.test.tsx +0 -573
- package/src/components/RBAC/__tests__/RBACGuard.unit.test.tsx +0 -467
- package/src/components/RBAC/__tests__/RBACProvider.accessibility.test.tsx +0 -475
- package/src/components/RBAC/__tests__/RBACProvider.advanced.test.tsx +0 -569
- package/src/components/RBAC/__tests__/RBACProvider.integration.test.tsx +0 -352
- package/src/components/RBAC/__tests__/RBACProvider.unit.test.tsx +0 -128
- package/src/components/RBAC/__tests__/RoleBasedContent.unit.test.tsx +0 -657
- package/src/components/RBAC/index.ts +0 -23
- package/src/components/Select/Select.tsx +0 -660
- package/src/components/Select/__tests__/SearchableSelect.unit.test.tsx +0 -437
- package/src/components/Select/__tests__/Select.accessibility.test.tsx +0 -1202
- package/src/components/Select/__tests__/Select.actual.test.tsx +0 -774
- package/src/components/Select/__tests__/Select.comprehensive.test.tsx +0 -837
- package/src/components/Select/__tests__/Select.enhanced.test.tsx +0 -1101
- package/src/components/Select/__tests__/Select.integration.test.tsx +0 -772
- package/src/components/Select/__tests__/Select.performance.test.tsx +0 -695
- package/src/components/Select/__tests__/Select.real-world.test.tsx +0 -1046
- package/src/components/Select/__tests__/Select.search-algorithms.test.tsx +0 -968
- package/src/components/Select/__tests__/Select.unit.test.tsx +0 -647
- package/src/components/Select/__tests__/Select.utils.test.tsx +0 -890
- package/src/components/Select/index.ts +0 -1
- package/src/components/SuperAdminGuard.tsx +0 -116
- package/src/components/Table/Table.tsx +0 -222
- package/src/components/Table/__tests__/Table.accessibility.test.tsx +0 -233
- package/src/components/Table/__tests__/Table.unit.test.tsx +0 -235
- package/src/components/Table/index.ts +0 -11
- package/src/components/Toast/Toast.tsx +0 -339
- package/src/components/Toast/__tests__/Toast.accessibility.test.tsx +0 -238
- package/src/components/Toast/__tests__/Toast.integration.test.tsx +0 -699
- package/src/components/Toast/__tests__/Toast.unit.test.tsx +0 -750
- package/src/components/Toast/index.ts +0 -14
- package/src/components/Tooltip/Tooltip.tsx +0 -167
- package/src/components/Tooltip/__tests__/Tooltip.accessibility.test.tsx +0 -121
- package/src/components/Tooltip/__tests__/Tooltip.unit.test.tsx +0 -185
- package/src/components/Tooltip/index.ts +0 -7
- package/src/components/UserMenu/UserMenu.tsx +0 -243
- package/src/components/UserMenu/__tests__/UserMenu.accessibility.test.tsx +0 -139
- package/src/components/UserMenu/__tests__/UserMenu.integration.test.tsx +0 -188
- package/src/components/UserMenu/__tests__/UserMenu.unit.test.tsx +0 -458
- package/src/components/UserMenu/index.ts +0 -3
- package/src/components/__tests__/EdgeCaseTesting.enhanced.test.tsx +0 -524
- package/src/components/__tests__/ErrorTesting.enhanced.test.tsx +0 -455
- package/src/components/__tests__/SuperAdminGuard.test.tsx +0 -456
- package/src/components/__tests__/SuperAdminGuard.unit.test.tsx +0 -456
- package/src/components/examples/PermissionExample.tsx +0 -150
- package/src/components/examples/__tests__/PermissionExample.unit.test.tsx +0 -360
- package/src/components/index.ts +0 -434
- package/src/components.ts +0 -19
- package/src/constants/performance.ts +0 -14
- package/src/examples/CorrectPublicPageImplementation.tsx +0 -301
- package/src/examples/PublicEventPage.tsx +0 -274
- package/src/examples/PublicPageApp.tsx +0 -308
- package/src/examples/PublicPageUsageExample.tsx +0 -216
- package/src/hooks/__tests__/hooks.integration.test.tsx +0 -575
- package/src/hooks/__tests__/useApiFetch.unit.test.ts +0 -115
- package/src/hooks/__tests__/useComponentPerformance.unit.test.tsx +0 -133
- package/src/hooks/__tests__/useDebounce.unit.test.ts +0 -82
- package/src/hooks/__tests__/useFocusTrap.unit.test.tsx +0 -293
- package/src/hooks/__tests__/useInactivityTracker.unit.test.ts +0 -385
- package/src/hooks/__tests__/useOrganisationPermissions.unit.test.tsx +0 -286
- package/src/hooks/__tests__/useOrganisationSecurity.unit.test.tsx +0 -838
- package/src/hooks/__tests__/usePermissionCache.unit.test.ts +0 -627
- package/src/hooks/__tests__/useRBAC.unit.test.ts +0 -911
- package/src/hooks/__tests__/useSecureDataAccess.unit.test.tsx +0 -537
- package/src/hooks/__tests__/useToast.unit.test.tsx +0 -62
- package/src/hooks/__tests__/useZodForm.unit.test.tsx +0 -37
- package/src/hooks/index.ts +0 -56
- package/src/hooks/public/__tests__/usePublicEvent.test.tsx +0 -397
- package/src/hooks/public/__tests__/usePublicEventLogo.test.tsx +0 -690
- package/src/hooks/public/__tests__/usePublicRouteParams.test.tsx +0 -449
- package/src/hooks/public/index.ts +0 -34
- package/src/hooks/public/usePublicEvent.ts +0 -261
- package/src/hooks/public/usePublicEventLogo.ts +0 -285
- package/src/hooks/public/usePublicRouteParams.ts +0 -259
- package/src/hooks/useAppConfig.ts +0 -94
- package/src/hooks/useComponentPerformance.ts +0 -39
- package/src/hooks/useDataTablePerformance.ts +0 -387
- package/src/hooks/useDataTableState.ts +0 -110
- package/src/hooks/useDebounce.ts +0 -18
- package/src/hooks/useFocusManagement.ts +0 -161
- package/src/hooks/useFocusTrap.ts +0 -155
- package/src/hooks/useInactivityTracker.ts +0 -372
- package/src/hooks/useIsMobile.ts +0 -42
- package/src/hooks/useKeyboardShortcuts.ts +0 -237
- package/src/hooks/useOrganisationPermissions.ts +0 -208
- package/src/hooks/useOrganisationSecurity.ts +0 -262
- package/src/hooks/usePerformanceMonitor.ts +0 -128
- package/src/hooks/usePermissionCache.ts +0 -455
- package/src/hooks/useRBAC.ts +0 -262
- package/src/hooks/useSecureDataAccess.ts +0 -586
- package/src/hooks/useStorage.ts +0 -274
- package/src/hooks/useToast.ts +0 -242
- package/src/hooks/useZodForm.ts +0 -28
- package/src/index.ts +0 -200
- package/src/providers/AuthProvider.tsx +0 -369
- package/src/providers/EventProvider.tsx +0 -324
- package/src/providers/InactivityProvider.tsx +0 -238
- package/src/providers/OrganisationProvider.tsx +0 -588
- package/src/providers/RBACProvider.tsx +0 -634
- package/src/providers/UnifiedAuthProvider.tsx +0 -327
- package/src/providers/__tests__/EventProvider.unit.test.tsx +0 -768
- package/src/providers/__tests__/OrganisationProvider.basic.test.tsx +0 -116
- package/src/providers/__tests__/OrganisationProvider.unit.test.tsx +0 -1312
- package/src/providers/__tests__/UnifiedAuthProvider.inactivity.test.tsx +0 -601
- package/src/providers/__tests__/UnifiedAuthProvider.unit.test.tsx +0 -683
- package/src/providers/__tests__/index.unit.test.ts +0 -78
- package/src/providers/index.ts +0 -15
- package/src/rbac/README.md +0 -885
- package/src/rbac/__tests__/PagePermissionGuard.test.tsx +0 -673
- package/src/rbac/__tests__/README.md +0 -170
- package/src/rbac/__tests__/RoleBasedRouter.test.tsx +0 -709
- package/src/rbac/__tests__/TestContext.tsx +0 -72
- package/src/rbac/__tests__/__mocks__/cache.ts +0 -144
- package/src/rbac/__tests__/__mocks__/supabase.ts +0 -152
- package/src/rbac/__tests__/adapters-hooks-comprehensive.test.tsx +0 -782
- package/src/rbac/__tests__/adapters-hooks.test.tsx +0 -561
- package/src/rbac/__tests__/adapters.comprehensive.test.tsx +0 -963
- package/src/rbac/__tests__/adapters.test.tsx +0 -444
- package/src/rbac/__tests__/api.test.ts +0 -620
- package/src/rbac/__tests__/audit-observability-comprehensive.test.ts +0 -792
- package/src/rbac/__tests__/audit-observability.test.ts +0 -549
- package/src/rbac/__tests__/audit.test.ts +0 -616
- package/src/rbac/__tests__/build-contract-compliance-simple.test.ts +0 -230
- package/src/rbac/__tests__/cache-invalidation-comprehensive.test.ts +0 -889
- package/src/rbac/__tests__/cache-invalidation.test.ts +0 -457
- package/src/rbac/__tests__/cache.test.ts +0 -458
- package/src/rbac/__tests__/components-navigation-guard.enhanced.test.tsx +0 -859
- package/src/rbac/__tests__/components-navigation-guard.test.tsx +0 -895
- package/src/rbac/__tests__/components-navigation-provider.test.tsx +0 -692
- package/src/rbac/__tests__/components-page-permission-guard.test.tsx +0 -673
- package/src/rbac/__tests__/components-page-permission-provider.test.tsx +0 -614
- package/src/rbac/__tests__/components-permission-enforcer.enhanced.fixed.test.tsx +0 -836
- package/src/rbac/__tests__/components-permission-enforcer.enhanced.test.tsx +0 -837
- package/src/rbac/__tests__/components-permission-enforcer.test.tsx +0 -825
- package/src/rbac/__tests__/components-role-based-router.test.tsx +0 -709
- package/src/rbac/__tests__/components-secure-data-provider.test.tsx +0 -607
- package/src/rbac/__tests__/config.test.ts +0 -583
- package/src/rbac/__tests__/core-logic-unit.test.ts +0 -190
- package/src/rbac/__tests__/core-permission-logic-comprehensive.test.ts +0 -1467
- package/src/rbac/__tests__/core-permission-logic-fixed.test.ts +0 -151
- package/src/rbac/__tests__/core-permission-logic-simple.test.ts +0 -968
- package/src/rbac/__tests__/core-permission-logic.test.ts +0 -966
- package/src/rbac/__tests__/edge-cases-comprehensive.test.ts +0 -988
- package/src/rbac/__tests__/edge-cases.test.ts +0 -654
- package/src/rbac/__tests__/engine.test.ts +0 -361
- package/src/rbac/__tests__/engine.unit.test.ts +0 -361
- package/src/rbac/__tests__/hooks.enhanced.test.tsx +0 -979
- package/src/rbac/__tests__/hooks.fixed.test.tsx +0 -475
- package/src/rbac/__tests__/hooks.test.tsx +0 -385
- package/src/rbac/__tests__/index.test.ts +0 -269
- package/src/rbac/__tests__/integration.enhanced.test.tsx +0 -824
- package/src/rbac/__tests__/page-permission-guard-super-admin.test.tsx +0 -261
- package/src/rbac/__tests__/performance.enhanced.test.tsx +0 -724
- package/src/rbac/__tests__/permissions.test.ts +0 -383
- package/src/rbac/__tests__/requires-event.test.ts +0 -330
- package/src/rbac/__tests__/scope-isolation-comprehensive.test.ts +0 -1349
- package/src/rbac/__tests__/scope-isolation.test.ts +0 -755
- package/src/rbac/__tests__/secure-client-rls-comprehensive.test.ts +0 -592
- package/src/rbac/__tests__/secure-client-rls.test.ts +0 -377
- package/src/rbac/__tests__/security.test.ts +0 -296
- package/src/rbac/__tests__/setup.ts +0 -228
- package/src/rbac/__tests__/test-utils-enhanced.tsx +0 -400
- package/src/rbac/__tests__/types.test.ts +0 -685
- package/src/rbac/adapters.tsx +0 -726
- package/src/rbac/api.ts +0 -339
- package/src/rbac/audit-enhanced.ts +0 -339
- package/src/rbac/audit.ts +0 -338
- package/src/rbac/cache.ts +0 -215
- package/src/rbac/components/EnhancedNavigationMenu.tsx +0 -294
- package/src/rbac/components/NavigationGuard.tsx +0 -294
- package/src/rbac/components/NavigationProvider.tsx +0 -314
- package/src/rbac/components/PagePermissionGuard.tsx +0 -430
- package/src/rbac/components/PagePermissionProvider.tsx +0 -274
- package/src/rbac/components/PermissionEnforcer.tsx +0 -307
- package/src/rbac/components/RoleBasedRouter.tsx +0 -425
- package/src/rbac/components/SecureDataProvider.tsx +0 -319
- package/src/rbac/components/__tests__/EnhancedNavigationMenu.test.tsx +0 -631
- package/src/rbac/components/__tests__/NavigationProvider.test.tsx +0 -667
- package/src/rbac/components/__tests__/PagePermissionProvider.test.tsx +0 -647
- package/src/rbac/components/__tests__/SecureDataProvider.test.tsx +0 -496
- package/src/rbac/components/index.ts +0 -64
- package/src/rbac/config.ts +0 -133
- package/src/rbac/docs/event-based-apps.md +0 -285
- package/src/rbac/engine.ts +0 -1026
- package/src/rbac/eslint-rules.js +0 -285
- package/src/rbac/examples/CompleteRBACExample.tsx +0 -323
- package/src/rbac/examples/EventBasedApp.tsx +0 -238
- package/src/rbac/hooks.ts +0 -570
- package/src/rbac/index.ts +0 -114
- package/src/rbac/permissions.ts +0 -293
- package/src/rbac/secureClient.ts +0 -244
- package/src/rbac/security.ts +0 -346
- package/src/rbac/testing/__tests__/index.test.tsx +0 -342
- package/src/rbac/testing/index.tsx +0 -340
- package/src/rbac/types.ts +0 -343
- package/src/rbac/utils/__tests__/eventContext.test.ts +0 -428
- package/src/rbac/utils/__tests__/eventContext.unit.test.ts +0 -428
- package/src/rbac/utils/eventContext.ts +0 -83
- package/src/styles/__tests__/styles.unit.test.ts +0 -164
- package/src/styles/core.css +0 -422
- package/src/styles/index.ts +0 -51
- package/src/test-dom-cleanup.test.tsx +0 -38
- package/src/theming/__tests__/README.md +0 -335
- package/src/theming/__tests__/runtime.accessibility.test.ts +0 -474
- package/src/theming/__tests__/runtime.error.test.ts +0 -616
- package/src/theming/__tests__/runtime.integration.test.ts +0 -376
- package/src/theming/__tests__/runtime.performance.test.ts +0 -411
- package/src/theming/__tests__/runtime.unit.test.ts +0 -470
- package/src/theming/runtime.ts +0 -187
- package/src/types/__tests__/database.unit.test.ts +0 -489
- package/src/types/__tests__/guards.unit.test.ts +0 -146
- package/src/types/__tests__/index.unit.test.ts +0 -77
- package/src/types/__tests__/organisation.unit.test.ts +0 -713
- package/src/types/__tests__/rbac.unit.test.ts +0 -621
- package/src/types/__tests__/security.unit.test.ts +0 -347
- package/src/types/__tests__/supabase.unit.test.ts +0 -658
- package/src/types/__tests__/theme.unit.test.ts +0 -218
- package/src/types/__tests__/unified.unit.test.ts +0 -537
- package/src/types/__tests__/validation.unit.test.ts +0 -616
- package/src/types/database.ts +0 -472
- package/src/types/guards.ts +0 -30
- package/src/types/index.ts +0 -25
- package/src/types/organisation.ts +0 -184
- package/src/types/security.ts +0 -70
- package/src/types/supabase.ts +0 -166
- package/src/types/theme.ts +0 -6
- package/src/types/unified.ts +0 -262
- package/src/types/validation.ts +0 -164
- package/src/types/vitest-globals.d.ts +0 -43
- package/src/utils/__mocks__/supabaseMock.ts +0 -75
- package/src/utils/__mocks__/supabaseMock.tsx +0 -198
- package/src/utils/__tests__/appConfig.unit.test.ts +0 -55
- package/src/utils/__tests__/appNameResolver.unit.test.ts +0 -137
- 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 -317
- package/src/utils/__tests__/cn.unit.test.ts +0 -34
- package/src/utils/__tests__/deviceFingerprint.unit.test.ts +0 -480
- package/src/utils/__tests__/dynamicUtils.unit.test.ts +0 -322
- package/src/utils/__tests__/formatDate.unit.test.ts +0 -109
- package/src/utils/__tests__/formatting.unit.test.ts +0 -66
- package/src/utils/__tests__/index.unit.test.ts +0 -251
- package/src/utils/__tests__/lazyLoad.unit.test.tsx +0 -304
- package/src/utils/__tests__/organisationContext.unit.test.ts +0 -192
- package/src/utils/__tests__/performanceBudgets.unit.test.ts +0 -259
- package/src/utils/__tests__/permissionTypes.unit.test.ts +0 -250
- package/src/utils/__tests__/permissionUtils.unit.test.ts +0 -362
- 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 -377
- package/src/utils/__tests__/secureStorage.unit.test.ts +0 -293
- package/src/utils/__tests__/security.unit.test.ts +0 -127
- package/src/utils/__tests__/securityMonitor.unit.test.ts +0 -280
- package/src/utils/__tests__/sessionTracking.unit.test.ts +0 -370
- package/src/utils/__tests__/validation.unit.test.ts +0 -84
- package/src/utils/__tests__/validationUtils.unit.test.ts +0 -571
- package/src/utils/appConfig.ts +0 -47
- package/src/utils/appIdResolver.ts +0 -130
- package/src/utils/appNameResolver.ts +0 -190
- package/src/utils/audit.ts +0 -127
- package/src/utils/auth-utils.ts +0 -96
- package/src/utils/bundleAnalysis.ts +0 -129
- package/src/utils/cn.ts +0 -7
- package/src/utils/debugLogger.ts +0 -46
- package/src/utils/deviceFingerprint.ts +0 -215
- package/src/utils/dynamicUtils.ts +0 -105
- package/src/utils/formatting.ts +0 -77
- package/src/utils/index.ts +0 -145
- package/src/utils/lazyLoad.tsx +0 -44
- package/src/utils/organisationContext.ts +0 -135
- package/src/utils/performanceBenchmark.ts +0 -64
- package/src/utils/performanceBudgets.ts +0 -111
- package/src/utils/permissionTypes.ts +0 -37
- package/src/utils/permissionUtils.ts +0 -31
- package/src/utils/print/PrintDataProcessor.ts +0 -390
- package/src/utils/print/__tests__/PrintDataProcessor.unit.test.ts +0 -219
- package/src/utils/print/__tests__/usePrintOptimization.unit.test.tsx +0 -353
- package/src/utils/print/examples/PrintUtilitiesShowcase.tsx +0 -397
- package/src/utils/print/index.ts +0 -29
- package/src/utils/print/types.ts +0 -196
- package/src/utils/print/usePrintOptimization.ts +0 -272
- package/src/utils/sanitization.ts +0 -264
- package/src/utils/schemaUtils.ts +0 -37
- package/src/utils/secureDataAccess.ts +0 -361
- package/src/utils/secureErrors.ts +0 -79
- package/src/utils/secureStorage.ts +0 -244
- package/src/utils/security.ts +0 -156
- package/src/utils/securityMonitor.ts +0 -45
- package/src/utils/sessionTracking.ts +0 -170
- package/src/utils/storage/README.md +0 -348
- package/src/utils/storage/__tests__/config.unit.test.ts +0 -206
- package/src/utils/storage/__tests__/helpers.unit.test.ts +0 -648
- package/src/utils/storage/__tests__/index.unit.test.ts +0 -167
- package/src/utils/storage/__tests__/types.unit.test.ts +0 -441
- package/src/utils/storage/config.ts +0 -100
- package/src/utils/storage/helpers.ts +0 -359
- package/src/utils/storage/index.ts +0 -36
- package/src/utils/storage/types.ts +0 -90
- package/src/utils/validation.ts +0 -111
- package/src/utils/validationUtils.ts +0 -120
- package/src/validation/__tests__/common.unit.test.ts +0 -101
- package/src/validation/__tests__/csrf.unit.test.ts +0 -302
- package/src/validation/__tests__/passwordSchema.unit.test.ts +0 -98
- package/src/validation/__tests__/sqlInjectionProtection.unit.test.ts +0 -466
- package/src/validation/common.ts +0 -53
- package/src/validation/csrf.ts +0 -214
- package/src/validation/index.ts +0 -43
- package/src/validation/passwordSchema.ts +0 -125
- package/src/validation/sanitization.ts +0 -96
- package/src/validation/schemaUtils.ts +0 -42
- package/src/validation/sqlInjectionProtection.ts +0 -242
- package/src/validation/user.ts +0 -34
- package/dist/{DataTable-EEUDXPE5.js.map → DataTable-2LB6HI6V.js.map} +0 -0
- package/dist/{api-ETQ6YJ3C.js.map → api-AIJ3IJX3.js.map} +0 -0
- package/dist/{appNameResolver-7GHF5ED2.js.map → audit-PD5L5ZSC.js.map} +0 -0
- package/dist/{audit-BUW3LMJB.js.map → chunk-DC5AMYBS.js.map} +0 -0
- package/dist/{validation-PM_iOaTI.d.ts → validation-D2-NNCCE.d.ts} +6 -6
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import React__default, { Component, ReactNode
|
|
2
|
+
import React__default, { Component, ReactNode } from 'react';
|
|
3
3
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
4
4
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
5
5
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
6
6
|
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
7
7
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
8
8
|
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
9
|
+
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
9
10
|
import * as ToastPrimitives from '@radix-ui/react-toast';
|
|
10
11
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
11
12
|
import { FieldValues, DefaultValues, SubmitHandler, SubmitErrorHandler, UseFormReturn } from 'react-hook-form';
|
|
12
13
|
import { z } from 'zod';
|
|
13
|
-
import { User
|
|
14
|
-
import { r as Event } from './unified-
|
|
15
|
-
import { O as Organisation } from './organisation-
|
|
14
|
+
import { User } from '@supabase/supabase-js';
|
|
15
|
+
import { r as Event } from './unified-BtRpPbmp.js';
|
|
16
|
+
import { O as Organisation } from './organisation-DLNNQhPB.js';
|
|
16
17
|
|
|
17
18
|
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
18
19
|
/** Visual variant of the button */
|
|
@@ -56,7 +57,7 @@ declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAtt
|
|
|
56
57
|
* Features:
|
|
57
58
|
* - Semantic HTML structure (article, header, main, footer, etc.)
|
|
58
59
|
* - Modular card structure (header, content, footer, actions, etc.)
|
|
59
|
-
* - CardContent uses
|
|
60
|
+
* - CardContent uses div element for primary content (accessible when nested)
|
|
60
61
|
* - Consistent padding, border, and shadow
|
|
61
62
|
* - Responsive and accessible
|
|
62
63
|
* - HoverCard for popover-style cards
|
|
@@ -85,7 +86,7 @@ declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAtt
|
|
|
85
86
|
* // Semantic HTML structure:
|
|
86
87
|
* // - Card: <article> element for self-contained content
|
|
87
88
|
* // - CardHeader: <header> element for card heading area
|
|
88
|
-
* // - CardContent: <
|
|
89
|
+
* // - CardContent: <div> element for primary card content
|
|
89
90
|
* // - CardFooter: <footer> element for card footer area
|
|
90
91
|
* // - CardActions: <nav> element for action buttons
|
|
91
92
|
*
|
|
@@ -116,9 +117,9 @@ declare const Card: React.ForwardRefExoticComponent<CardProps & React.RefAttribu
|
|
|
116
117
|
declare const CardHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
|
|
117
118
|
declare const CardTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLHeadingElement>>;
|
|
118
119
|
declare const CardDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
119
|
-
declare const CardContent: React.ForwardRefExoticComponent<React.HTMLAttributes<
|
|
120
|
+
declare const CardContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
120
121
|
declare const CardFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
|
|
121
|
-
declare const CardActions: React.ForwardRefExoticComponent<React.HTMLAttributes<
|
|
122
|
+
declare const CardActions: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
|
|
122
123
|
type CardActionsProps = React.HTMLAttributes<HTMLElement>;
|
|
123
124
|
|
|
124
125
|
/**
|
|
@@ -496,7 +497,7 @@ declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.C
|
|
|
496
497
|
* // Progress with custom styling
|
|
497
498
|
* <Progress
|
|
498
499
|
* value={75}
|
|
499
|
-
* className="h-4 bg-sec-200"
|
|
500
|
+
* className="h-4 bg-app-sec-200"
|
|
500
501
|
* />
|
|
501
502
|
*
|
|
502
503
|
* // Animated progress (controlled)
|
|
@@ -558,7 +559,7 @@ declare const Progress: React.ForwardRefExoticComponent<ProgressProps & React.Re
|
|
|
558
559
|
* Dialog size variants
|
|
559
560
|
* @public
|
|
560
561
|
*/
|
|
561
|
-
type DialogSize = 'sm' | 'md' | 'lg' | 'xl' | 'full'
|
|
562
|
+
type DialogSize = 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
562
563
|
/**
|
|
563
564
|
* Props for the Dialog root component
|
|
564
565
|
* @public
|
|
@@ -631,34 +632,18 @@ interface DialogFooterProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
631
632
|
interface DialogBodyProps extends React.HTMLAttributes<HTMLElement> {
|
|
632
633
|
/** Custom max height for the scrollable area */
|
|
633
634
|
maxHeight?: string;
|
|
634
|
-
/** HTML content to render (will be sanitized for security) */
|
|
635
|
-
htmlContent?: string;
|
|
636
|
-
/** Whether to allow HTML content rendering (default: true) */
|
|
637
|
-
allowHtml?: boolean;
|
|
638
|
-
/** Whether to use strict HTML sanitization (default: true) */
|
|
639
|
-
strictSanitization?: boolean;
|
|
640
|
-
/** Whether to log HTML sanitization warnings to console (default: false) */
|
|
641
|
-
logWarnings?: boolean;
|
|
642
635
|
}
|
|
643
636
|
/**
|
|
644
637
|
* Props for the DialogTitle component
|
|
645
638
|
* @public
|
|
646
639
|
*/
|
|
647
640
|
interface DialogTitleProps extends React.ComponentPropsWithoutRef<typeof DialogPrimitive.Title> {
|
|
648
|
-
/** HTML content to render as title (will be sanitized for security) */
|
|
649
|
-
htmlContent?: string;
|
|
650
|
-
/** Whether to allow HTML content rendering (default: true) */
|
|
651
|
-
allowHtml?: boolean;
|
|
652
641
|
}
|
|
653
642
|
/**
|
|
654
643
|
* Props for the DialogDescription component
|
|
655
644
|
* @public
|
|
656
645
|
*/
|
|
657
646
|
interface DialogDescriptionProps extends React.ComponentPropsWithoutRef<typeof DialogPrimitive.Description> {
|
|
658
|
-
/** HTML content to render as description (will be sanitized for security) */
|
|
659
|
-
htmlContent?: string;
|
|
660
|
-
/** Whether to allow HTML content rendering (default: true) */
|
|
661
|
-
allowHtml?: boolean;
|
|
662
647
|
}
|
|
663
648
|
declare const Dialog: React.FC<DialogPrimitive.DialogProps>;
|
|
664
649
|
declare const DialogTrigger: React.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -713,30 +698,22 @@ declare const DialogHeader: {
|
|
|
713
698
|
/**
|
|
714
699
|
* DialogBody component
|
|
715
700
|
* Semantic main content area for dialog body content with scrollable functionality
|
|
716
|
-
* Supports both React children and safe HTML content rendering
|
|
717
701
|
*
|
|
718
702
|
* @param props - Body configuration and styling
|
|
719
703
|
* @returns JSX.Element - The scrollable dialog body container using semantic <main> element
|
|
720
704
|
*
|
|
721
705
|
* @example
|
|
722
706
|
* ```tsx
|
|
723
|
-
* // Using React children
|
|
724
707
|
* <DialogBody>
|
|
725
708
|
* <section className="space-y-4">
|
|
726
709
|
* <h4>Content Title</h4>
|
|
727
710
|
* <p>Long content that will scroll...</p>
|
|
728
711
|
* </section>
|
|
729
712
|
* </DialogBody>
|
|
730
|
-
*
|
|
731
|
-
* // Using HTML content
|
|
732
|
-
* <DialogBody
|
|
733
|
-
* htmlContent="<h2>Import Instructions</h2><p>Upload a CSV file with the following format:</p><ul><li>Required columns: name, email</li><li>Optional columns: phone, address</li></ul>"
|
|
734
|
-
* allowHtml={true}
|
|
735
|
-
* />
|
|
736
713
|
* ```
|
|
737
714
|
*/
|
|
738
715
|
declare const DialogBody: {
|
|
739
|
-
({ className, maxHeight, style,
|
|
716
|
+
({ className, maxHeight, style, ...props }: DialogBodyProps): react_jsx_runtime.JSX.Element;
|
|
740
717
|
displayName: string;
|
|
741
718
|
};
|
|
742
719
|
/**
|
|
@@ -761,39 +738,109 @@ declare const DialogFooter: {
|
|
|
761
738
|
declare const DialogTitle: React.ForwardRefExoticComponent<DialogTitleProps & React.RefAttributes<HTMLHeadingElement>>;
|
|
762
739
|
declare const DialogDescription: React.ForwardRefExoticComponent<DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>>;
|
|
763
740
|
|
|
741
|
+
declare const DropdownMenu: React.FC<DropdownMenuPrimitive.DropdownMenuProps>;
|
|
742
|
+
declare const DropdownMenuTrigger: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
743
|
+
declare const DropdownMenuGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
744
|
+
declare const DropdownMenuPortal: React.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
|
|
745
|
+
declare const DropdownMenuSub: React.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
|
|
746
|
+
declare const DropdownMenuRadioGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
747
|
+
declare const DropdownMenuSubTrigger: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
748
|
+
inset?: boolean;
|
|
749
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
750
|
+
/**
|
|
751
|
+
* DropdownMenuSubContent component
|
|
752
|
+
* The content container for dropdown menu sub-items
|
|
753
|
+
*
|
|
754
|
+
* @param props - Content configuration and styling
|
|
755
|
+
* @param ref - Forwarded ref to the content element
|
|
756
|
+
* @returns JSX.Element - The dropdown menu sub-content container
|
|
757
|
+
*
|
|
758
|
+
* @example
|
|
759
|
+
* ```tsx
|
|
760
|
+
* <DropdownMenuSubContent>
|
|
761
|
+
* <DropdownMenuItem>Option 1</DropdownMenuItem>
|
|
762
|
+
* <DropdownMenuItem>Option 2</DropdownMenuItem>
|
|
763
|
+
* </DropdownMenuSubContent>
|
|
764
|
+
* ```
|
|
765
|
+
*/
|
|
766
|
+
declare const DropdownMenuSubContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
767
|
+
/**
|
|
768
|
+
* DropdownMenuContent component
|
|
769
|
+
* The main content container for dropdown menu items
|
|
770
|
+
*
|
|
771
|
+
* @param props - Content configuration and styling
|
|
772
|
+
* @param ref - Forwarded ref to the content element
|
|
773
|
+
* @returns JSX.Element - The dropdown menu content container
|
|
774
|
+
*
|
|
775
|
+
* @example
|
|
776
|
+
* ```tsx
|
|
777
|
+
* <DropdownMenuContent>
|
|
778
|
+
* <DropdownMenuItem>Profile</DropdownMenuItem>
|
|
779
|
+
* <DropdownMenuItem>Settings</DropdownMenuItem>
|
|
780
|
+
* </DropdownMenuContent>
|
|
781
|
+
* ```
|
|
782
|
+
*/
|
|
783
|
+
declare const DropdownMenuContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
784
|
+
/**
|
|
785
|
+
* DropdownMenuItem component
|
|
786
|
+
* Individual menu item within the dropdown
|
|
787
|
+
*
|
|
788
|
+
* @param props - Item configuration and styling
|
|
789
|
+
* @param ref - Forwarded ref to the item element
|
|
790
|
+
* @returns JSX.Element - The dropdown menu item
|
|
791
|
+
*
|
|
792
|
+
* @example
|
|
793
|
+
* ```tsx
|
|
794
|
+
* <DropdownMenuItem onClick={() => console.log('clicked')}>
|
|
795
|
+
* Profile
|
|
796
|
+
* </DropdownMenuItem>
|
|
797
|
+
* ```
|
|
798
|
+
*/
|
|
799
|
+
declare const DropdownMenuItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
800
|
+
inset?: boolean;
|
|
801
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
802
|
+
declare const DropdownMenuCheckboxItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
803
|
+
declare const DropdownMenuRadioItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
804
|
+
declare const DropdownMenuLabel: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
805
|
+
inset?: boolean;
|
|
806
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
807
|
+
declare const DropdownMenuSeparator: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
808
|
+
declare const DropdownMenuShortcut: {
|
|
809
|
+
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
|
|
810
|
+
displayName: string;
|
|
811
|
+
};
|
|
812
|
+
|
|
764
813
|
/**
|
|
765
|
-
* @file Select Component
|
|
814
|
+
* @file Custom Select Component System
|
|
766
815
|
* @package @jmruthers/pace-core
|
|
767
816
|
* @module Components/Select
|
|
768
|
-
* @since 0.
|
|
817
|
+
* @since 0.2.0
|
|
769
818
|
*
|
|
770
|
-
* A
|
|
771
|
-
*
|
|
819
|
+
* A custom select component system built without Radix UI dependencies.
|
|
820
|
+
* Uses pace-core Button component and eliminates unnecessary wrapper elements.
|
|
772
821
|
*
|
|
773
822
|
* Features:
|
|
774
|
-
* -
|
|
775
|
-
* -
|
|
776
|
-
* -
|
|
777
|
-
* -
|
|
778
|
-
* -
|
|
779
|
-
* -
|
|
823
|
+
* - Uses pace-core Button component for consistent styling
|
|
824
|
+
* - No wrapper spans with pointer-events: none
|
|
825
|
+
* - Advanced keyboard navigation
|
|
826
|
+
* - Search functionality with fuzzy matching
|
|
827
|
+
* - Accessible design
|
|
828
|
+
* - Simple CSS positioning (no portals)
|
|
829
|
+
* - Custom styling and theming
|
|
780
830
|
*/
|
|
781
831
|
|
|
782
|
-
interface SelectProps
|
|
832
|
+
interface SelectProps {
|
|
783
833
|
value?: string;
|
|
784
834
|
defaultValue?: string;
|
|
785
|
-
selectedText?: string;
|
|
786
835
|
onValueChange?: (value: string) => void;
|
|
787
836
|
open?: boolean;
|
|
788
837
|
defaultOpen?: boolean;
|
|
789
838
|
onOpenChange?: (open: boolean) => void;
|
|
790
839
|
disabled?: boolean;
|
|
791
840
|
children: React.ReactNode;
|
|
792
|
-
className?: string;
|
|
793
841
|
}
|
|
794
842
|
interface SelectTriggerProps extends Omit<ButtonProps, 'onClick' | 'onKeyDown'> {
|
|
795
843
|
children: React.ReactNode;
|
|
796
|
-
asChild?: boolean;
|
|
797
844
|
}
|
|
798
845
|
interface SelectValueProps {
|
|
799
846
|
placeholder?: string;
|
|
@@ -804,21 +851,22 @@ interface SelectContentProps {
|
|
|
804
851
|
className?: string;
|
|
805
852
|
searchable?: boolean;
|
|
806
853
|
searchPlaceholder?: string;
|
|
854
|
+
position?: 'top' | 'bottom' | 'auto';
|
|
855
|
+
align?: 'start' | 'center' | 'end';
|
|
856
|
+
sideOffset?: number;
|
|
807
857
|
maxHeight?: string;
|
|
808
|
-
style?: React.CSSProperties;
|
|
809
858
|
}
|
|
810
859
|
interface SelectItemProps {
|
|
811
860
|
value: string;
|
|
812
861
|
children: React.ReactNode;
|
|
813
862
|
disabled?: boolean;
|
|
814
863
|
className?: string;
|
|
815
|
-
onClick?: (e: React.MouseEvent) => void;
|
|
816
864
|
}
|
|
817
|
-
declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<
|
|
865
|
+
declare const Select: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLDivElement>>;
|
|
818
866
|
declare const SelectTrigger: React.ForwardRefExoticComponent<SelectTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
819
|
-
declare const SelectValue: React.ForwardRefExoticComponent<SelectValueProps & React.RefAttributes<
|
|
820
|
-
declare const SelectContent: React.ForwardRefExoticComponent<SelectContentProps & React.RefAttributes<
|
|
821
|
-
declare const SelectItem: React.ForwardRefExoticComponent<SelectItemProps & React.RefAttributes<
|
|
867
|
+
declare const SelectValue: React.ForwardRefExoticComponent<SelectValueProps & React.RefAttributes<HTMLDivElement>>;
|
|
868
|
+
declare const SelectContent: React.ForwardRefExoticComponent<SelectContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
869
|
+
declare const SelectItem: React.ForwardRefExoticComponent<SelectItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
822
870
|
declare const SelectGroup: React.ForwardRefExoticComponent<{
|
|
823
871
|
children: React.ReactNode;
|
|
824
872
|
className?: string;
|
|
@@ -1001,7 +1049,7 @@ declare function Toaster(): react_jsx_runtime.JSX.Element;
|
|
|
1001
1049
|
* <TooltipTrigger asChild>
|
|
1002
1050
|
* <Button>Advanced Tooltip</Button>
|
|
1003
1051
|
* </TooltipTrigger>
|
|
1004
|
-
* <TooltipContent side="top" className="bg-main-500 text-main-50">
|
|
1052
|
+
* <TooltipContent side="top" className="bg-app-main-500 text-app-main-50">
|
|
1005
1053
|
* <div className="space-y-1">
|
|
1006
1054
|
* <p className="font-semibold">Advanced Tooltip</p>
|
|
1007
1055
|
* <p className="text-xs">With custom styling</p>
|
|
@@ -1050,7 +1098,7 @@ declare const TooltipTrigger: React.ForwardRefExoticComponent<TooltipPrimitive.T
|
|
|
1050
1098
|
*
|
|
1051
1099
|
* @example
|
|
1052
1100
|
* ```tsx
|
|
1053
|
-
* <TooltipContent side="top" className="bg-main-500">
|
|
1101
|
+
* <TooltipContent side="top" className="bg-app-main-500">
|
|
1054
1102
|
* Custom tooltip content
|
|
1055
1103
|
* </TooltipContent>
|
|
1056
1104
|
* ```
|
|
@@ -1451,7 +1499,7 @@ interface NavigationMenuProps {
|
|
|
1451
1499
|
* window.location.href = item.href;
|
|
1452
1500
|
* }
|
|
1453
1501
|
* }}
|
|
1454
|
-
* className="w-64 bg-
|
|
1502
|
+
* className="w-64 bg-gray-50 p-4"
|
|
1455
1503
|
* />
|
|
1456
1504
|
* );
|
|
1457
1505
|
* }
|
|
@@ -1549,6 +1597,7 @@ interface NavigationMenuProps {
|
|
|
1549
1597
|
* - Uses Tailwind CSS for consistent styling
|
|
1550
1598
|
* - Supports custom className for additional styling
|
|
1551
1599
|
* - Responsive design considerations
|
|
1600
|
+
* - Dark mode compatible color schemes
|
|
1552
1601
|
*
|
|
1553
1602
|
* @dependencies
|
|
1554
1603
|
* - React 18+ - Component framework and hooks
|
|
@@ -1643,7 +1692,7 @@ interface NavigationMenuProps {
|
|
|
1643
1692
|
* window.location.href = item.href;
|
|
1644
1693
|
* }
|
|
1645
1694
|
* }}
|
|
1646
|
-
* className="w-64 bg-
|
|
1695
|
+
* className="w-64 bg-gray-50 p-4"
|
|
1647
1696
|
* />
|
|
1648
1697
|
* );
|
|
1649
1698
|
* }
|
|
@@ -1661,35 +1710,16 @@ interface NavigationMenuProps {
|
|
|
1661
1710
|
* const location = useLocation();
|
|
1662
1711
|
* const { hasRole, hasPermission } = useUnifiedAuth();
|
|
1663
1712
|
*
|
|
1664
|
-
* // Build navigation items
|
|
1713
|
+
* // Build navigation items based on user permissions
|
|
1665
1714
|
* const navItems = [
|
|
1666
|
-
* {
|
|
1667
|
-
*
|
|
1668
|
-
* label: '
|
|
1669
|
-
*
|
|
1670
|
-
*
|
|
1671
|
-
*
|
|
1672
|
-
*
|
|
1673
|
-
* {
|
|
1674
|
-
* id: 'meals',
|
|
1675
|
-
* label: 'Meals',
|
|
1676
|
-
* href: '/meals',
|
|
1677
|
-
* icon: 'UtensilsCrossed',
|
|
1678
|
-
* permissions: ['meals:read']
|
|
1679
|
-
* },
|
|
1680
|
-
* {
|
|
1681
|
-
* id: 'admin',
|
|
1682
|
-
* label: 'Admin Panel',
|
|
1683
|
-
* href: '/admin',
|
|
1684
|
-
* icon: 'Shield',
|
|
1685
|
-
* roles: ['admin', 'super_admin']
|
|
1686
|
-
* },
|
|
1687
|
-
* {
|
|
1688
|
-
* id: 'profile',
|
|
1689
|
-
* label: 'Profile',
|
|
1690
|
-
* href: '/profile',
|
|
1691
|
-
* icon: 'User'
|
|
1692
|
-
* }
|
|
1715
|
+
* { id: 'dashboard', label: 'Dashboard', href: '/dashboard', icon: 'LayoutDashboard' },
|
|
1716
|
+
* ...(hasPermission('meals:read') ? [
|
|
1717
|
+
* { id: 'meals', label: 'Meals', href: '/meals', icon: 'UtensilsCrossed' }
|
|
1718
|
+
* ] : []),
|
|
1719
|
+
* ...(hasRole('admin') ? [
|
|
1720
|
+
* { id: 'admin', label: 'Admin Panel', href: '/admin', icon: 'Shield' }
|
|
1721
|
+
* ] : []),
|
|
1722
|
+
* { id: 'profile', label: 'Profile', href: '/profile', icon: 'User' }
|
|
1693
1723
|
* ];
|
|
1694
1724
|
*
|
|
1695
1725
|
* return (
|
|
@@ -1700,8 +1730,6 @@ interface NavigationMenuProps {
|
|
|
1700
1730
|
* onNavigate={(item) => navigate(item.href)}
|
|
1701
1731
|
* buttonText="Navigation"
|
|
1702
1732
|
* navigationLabel="Main application navigation"
|
|
1703
|
-
* filterByPermissions={true}
|
|
1704
|
-
* auditLog={true}
|
|
1705
1733
|
* />
|
|
1706
1734
|
* );
|
|
1707
1735
|
* }
|
|
@@ -2210,7 +2238,7 @@ interface PaceAppLayoutProps {
|
|
|
2210
2238
|
* - Automatic page permission validation
|
|
2211
2239
|
*
|
|
2212
2240
|
* @example
|
|
2213
|
-
* Basic React Router setup with permission enforcement
|
|
2241
|
+
* Basic React Router setup with permission enforcement:
|
|
2214
2242
|
* ```tsx
|
|
2215
2243
|
* import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
|
|
2216
2244
|
* import { UnifiedAuthProvider } from '@jmruthers/pace-core/providers';
|
|
@@ -2240,7 +2268,6 @@ interface PaceAppLayoutProps {
|
|
|
2240
2268
|
* }
|
|
2241
2269
|
* ```
|
|
2242
2270
|
*
|
|
2243
|
-
*
|
|
2244
2271
|
* @example
|
|
2245
2272
|
* Custom navigation items with permission filtering:
|
|
2246
2273
|
* ```tsx
|
|
@@ -2568,7 +2595,7 @@ declare class ErrorBoundary extends Component<ErrorBoundaryProps, ErrorBoundaryS
|
|
|
2568
2595
|
* // With custom styling
|
|
2569
2596
|
* <LoadingSpinner
|
|
2570
2597
|
* size="lg"
|
|
2571
|
-
* className="text-main-500"
|
|
2598
|
+
* className="text-app-main-500"
|
|
2572
2599
|
* />
|
|
2573
2600
|
*
|
|
2574
2601
|
* // In a button
|
|
@@ -2614,7 +2641,7 @@ interface LoadingSpinnerProps {
|
|
|
2614
2641
|
*
|
|
2615
2642
|
* @example
|
|
2616
2643
|
* ```tsx
|
|
2617
|
-
* <LoadingSpinner size="lg" className="text-main-500" />
|
|
2644
|
+
* <LoadingSpinner size="lg" className="text-app-main-500" />
|
|
2618
2645
|
* ```
|
|
2619
2646
|
*/
|
|
2620
2647
|
declare const LoadingSpinner: React__default.FC<LoadingSpinnerProps>;
|
|
@@ -2720,7 +2747,7 @@ declare function OrganisationSelector({ placeholder, className, onOrganisationCh
|
|
|
2720
2747
|
*
|
|
2721
2748
|
* // Password reset form with custom styling
|
|
2722
2749
|
* <PasswordResetForm
|
|
2723
|
-
* className="max-w-md mx-auto p-6 bg-main-50 rounded-lg shadow-md"
|
|
2750
|
+
* className="max-w-md mx-auto p-6 bg-app-main-50 rounded-lg shadow-md"
|
|
2724
2751
|
* onSuccess={() => {
|
|
2725
2752
|
* console.log('Reset email sent successfully');
|
|
2726
2753
|
* navigate('/check-email');
|
|
@@ -2771,153 +2798,6 @@ interface PasswordResetFormProps {
|
|
|
2771
2798
|
}
|
|
2772
2799
|
declare function PasswordResetForm({ onSuccess, onError, className }: PasswordResetFormProps): react_jsx_runtime.JSX.Element;
|
|
2773
2800
|
|
|
2774
|
-
interface FileUploadProps {
|
|
2775
|
-
supabase: SupabaseClient;
|
|
2776
|
-
appName: string;
|
|
2777
|
-
orgId: string;
|
|
2778
|
-
onUploadComplete?: (result: {
|
|
2779
|
-
success: boolean;
|
|
2780
|
-
path?: string;
|
|
2781
|
-
error?: string;
|
|
2782
|
-
}) => void;
|
|
2783
|
-
onUploadStart?: () => void;
|
|
2784
|
-
accept?: string;
|
|
2785
|
-
maxSize?: number;
|
|
2786
|
-
multiple?: boolean;
|
|
2787
|
-
disabled?: boolean;
|
|
2788
|
-
className?: string;
|
|
2789
|
-
children?: React__default.ReactNode;
|
|
2790
|
-
}
|
|
2791
|
-
declare function FileUpload({ supabase, appName, orgId, onUploadComplete, onUploadStart, accept, maxSize, multiple, disabled, className, children }: FileUploadProps): react_jsx_runtime.JSX.Element;
|
|
2792
|
-
|
|
2793
|
-
/**
|
|
2794
|
-
* Storage utility types for pace-core
|
|
2795
|
-
*/
|
|
2796
|
-
interface StorageUploadOptions {
|
|
2797
|
-
/** The app name from rbac_apps */
|
|
2798
|
-
appName: string;
|
|
2799
|
-
/** Organisation ID for scoping */
|
|
2800
|
-
orgId: string;
|
|
2801
|
-
/** Whether the file should be publicly accessible */
|
|
2802
|
-
isPublic?: boolean;
|
|
2803
|
-
/** Optional tags for categorisation */
|
|
2804
|
-
tags?: string[];
|
|
2805
|
-
/** Optional custom path within the app/org structure */
|
|
2806
|
-
customPath?: string;
|
|
2807
|
-
/** Optional metadata to store with the file */
|
|
2808
|
-
metadata?: Record<string, any>;
|
|
2809
|
-
}
|
|
2810
|
-
interface StorageFileMetadata {
|
|
2811
|
-
mimeType: string;
|
|
2812
|
-
size: number;
|
|
2813
|
-
width?: number;
|
|
2814
|
-
height?: number;
|
|
2815
|
-
hash?: string;
|
|
2816
|
-
orgId: string;
|
|
2817
|
-
appName: string;
|
|
2818
|
-
uploadedBy: string;
|
|
2819
|
-
uploadedAt: string;
|
|
2820
|
-
tags?: string[];
|
|
2821
|
-
isPublic: boolean;
|
|
2822
|
-
customMetadata?: Record<string, any>;
|
|
2823
|
-
}
|
|
2824
|
-
interface StorageUploadResult {
|
|
2825
|
-
success: boolean;
|
|
2826
|
-
path?: string;
|
|
2827
|
-
publicUrl?: string;
|
|
2828
|
-
metadata?: StorageFileMetadata;
|
|
2829
|
-
error?: string;
|
|
2830
|
-
}
|
|
2831
|
-
interface StorageUrlOptions {
|
|
2832
|
-
/** The app name from rbac_apps */
|
|
2833
|
-
appName: string;
|
|
2834
|
-
/** Organisation ID for scoping */
|
|
2835
|
-
orgId: string;
|
|
2836
|
-
/** Expiry time in seconds for signed URLs (default: 3600) */
|
|
2837
|
-
expiresIn?: number;
|
|
2838
|
-
}
|
|
2839
|
-
interface StorageListOptions {
|
|
2840
|
-
/** The app name from rbac_apps */
|
|
2841
|
-
appName: string;
|
|
2842
|
-
/** Organisation ID for scoping */
|
|
2843
|
-
orgId: string;
|
|
2844
|
-
/** Optional path prefix to filter by */
|
|
2845
|
-
pathPrefix?: string;
|
|
2846
|
-
/** Optional tags to filter by */
|
|
2847
|
-
tags?: string[];
|
|
2848
|
-
/** Maximum number of files to return */
|
|
2849
|
-
limit?: number;
|
|
2850
|
-
/** Offset for pagination */
|
|
2851
|
-
offset?: number;
|
|
2852
|
-
}
|
|
2853
|
-
interface StorageFileInfo {
|
|
2854
|
-
name: string;
|
|
2855
|
-
path: string;
|
|
2856
|
-
size: number;
|
|
2857
|
-
mimeType: string;
|
|
2858
|
-
lastModified: string;
|
|
2859
|
-
metadata: StorageFileMetadata;
|
|
2860
|
-
}
|
|
2861
|
-
interface StorageListResult {
|
|
2862
|
-
files: StorageFileInfo[];
|
|
2863
|
-
totalCount: number;
|
|
2864
|
-
hasMore: boolean;
|
|
2865
|
-
}
|
|
2866
|
-
interface FileSizeLimits {
|
|
2867
|
-
[mimeType: string]: number;
|
|
2868
|
-
}
|
|
2869
|
-
interface StorageConfig {
|
|
2870
|
-
bucketName: string;
|
|
2871
|
-
fileSizeLimits: FileSizeLimits;
|
|
2872
|
-
defaultFileSizeLimit: number;
|
|
2873
|
-
}
|
|
2874
|
-
|
|
2875
|
-
/**
|
|
2876
|
-
* React hook for storage operations
|
|
2877
|
-
*/
|
|
2878
|
-
|
|
2879
|
-
interface UseStorageOptions {
|
|
2880
|
-
supabase: SupabaseClient;
|
|
2881
|
-
appName: string;
|
|
2882
|
-
orgId: string;
|
|
2883
|
-
}
|
|
2884
|
-
interface UseStorageReturn {
|
|
2885
|
-
uploadFile: (file: File, options?: Partial<StorageUploadOptions>) => Promise<StorageUploadResult>;
|
|
2886
|
-
isUploading: boolean;
|
|
2887
|
-
uploadError: string | null;
|
|
2888
|
-
getPublicUrl: (path: string) => string;
|
|
2889
|
-
getSignedUrl: (path: string, expiresIn?: number) => Promise<string | null>;
|
|
2890
|
-
getFileUrl: (path: string) => string;
|
|
2891
|
-
deleteFile: (path: string) => Promise<{
|
|
2892
|
-
success: boolean;
|
|
2893
|
-
error?: string;
|
|
2894
|
-
}>;
|
|
2895
|
-
archiveFile: (path: string) => Promise<{
|
|
2896
|
-
success: boolean;
|
|
2897
|
-
error?: string;
|
|
2898
|
-
}>;
|
|
2899
|
-
listFiles: (options?: Partial<StorageListOptions>) => Promise<StorageListResult>;
|
|
2900
|
-
isListing: boolean;
|
|
2901
|
-
listError: string | null;
|
|
2902
|
-
isLoading: boolean;
|
|
2903
|
-
error: string | null;
|
|
2904
|
-
files: StorageFileInfo[];
|
|
2905
|
-
refreshFiles: () => Promise<void>;
|
|
2906
|
-
}
|
|
2907
|
-
/**
|
|
2908
|
-
* Hook for storage operations with app and organisation context
|
|
2909
|
-
*/
|
|
2910
|
-
declare function useStorage({ supabase, appName, orgId }: UseStorageOptions): UseStorageReturn;
|
|
2911
|
-
/**
|
|
2912
|
-
* Hook for file upload with progress tracking
|
|
2913
|
-
*/
|
|
2914
|
-
declare function useFileUpload({ supabase, appName, orgId }: UseStorageOptions): {
|
|
2915
|
-
uploadWithProgress: (file: File, options?: Partial<StorageUploadOptions>) => Promise<StorageUploadResult>;
|
|
2916
|
-
uploadProgress: number;
|
|
2917
|
-
isUploading: boolean;
|
|
2918
|
-
uploadError: string | null;
|
|
2919
|
-
};
|
|
2920
|
-
|
|
2921
2801
|
/**
|
|
2922
2802
|
* @file Table Component System
|
|
2923
2803
|
* @package @jmruthers/pace-core
|
|
@@ -3034,397 +2914,4 @@ declare const TableHead: React.ForwardRefExoticComponent<React.ThHTMLAttributes<
|
|
|
3034
2914
|
declare const TableCell: React.ForwardRefExoticComponent<React.TdHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
|
|
3035
2915
|
declare const TableCaption: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableCaptionElement> & React.RefAttributes<HTMLTableCaptionElement>>;
|
|
3036
2916
|
|
|
3037
|
-
|
|
3038
|
-
/** The event code for this public page */
|
|
3039
|
-
eventCode: string;
|
|
3040
|
-
/** Child components to render */
|
|
3041
|
-
children: ReactNode;
|
|
3042
|
-
/** Optional event data - if not provided, will be fetched by parent component */
|
|
3043
|
-
event?: Event | null;
|
|
3044
|
-
/** Whether to show the footer (default: true) */
|
|
3045
|
-
showFooter?: boolean;
|
|
3046
|
-
/** Custom CSS classes for the layout */
|
|
3047
|
-
className?: string;
|
|
3048
|
-
/** Custom error fallback component */
|
|
3049
|
-
errorFallback?: React__default.ComponentType<{
|
|
3050
|
-
error: Error;
|
|
3051
|
-
retry: () => void;
|
|
3052
|
-
}>;
|
|
3053
|
-
/** Custom loading fallback component */
|
|
3054
|
-
loadingFallback?: React__default.ComponentType;
|
|
3055
|
-
/** Custom header component */
|
|
3056
|
-
customHeader?: ReactNode;
|
|
3057
|
-
/** Custom footer component */
|
|
3058
|
-
customFooter?: ReactNode;
|
|
3059
|
-
/** Whether to show event validation errors (default: true) */
|
|
3060
|
-
showValidationErrors?: boolean;
|
|
3061
|
-
}
|
|
3062
|
-
/**
|
|
3063
|
-
* Layout component for public pages that don't require authentication
|
|
3064
|
-
*
|
|
3065
|
-
* This component provides a consistent structure for public event pages
|
|
3066
|
-
* with event-specific branding, error handling, and loading states.
|
|
3067
|
-
*
|
|
3068
|
-
* @param props - Layout configuration and content
|
|
3069
|
-
* @returns React element with complete public page layout
|
|
3070
|
-
*/
|
|
3071
|
-
declare function PublicPageLayout({ eventCode, children, event, showFooter, className, errorFallback: ErrorFallback, loadingFallback: LoadingFallback, customHeader, customFooter, showValidationErrors }: PublicPageLayoutProps): react_jsx_runtime.JSX.Element;
|
|
3072
|
-
/**
|
|
3073
|
-
* Hook for accessing public page context
|
|
3074
|
-
* Provides access to event data and layout state within public pages
|
|
3075
|
-
*
|
|
3076
|
-
* @deprecated This hook is no longer needed as PublicPageLayout no longer
|
|
3077
|
-
* automatically fetches event data. Use usePublicRouteParams and usePublicEvent
|
|
3078
|
-
* directly in your components instead.
|
|
3079
|
-
*/
|
|
3080
|
-
declare function usePublicPageContext$1(): {
|
|
3081
|
-
eventCode: null;
|
|
3082
|
-
eventId: null;
|
|
3083
|
-
event: null;
|
|
3084
|
-
isLoading: boolean;
|
|
3085
|
-
error: null;
|
|
3086
|
-
refetch: () => Promise<void>;
|
|
3087
|
-
isPublicPage: boolean;
|
|
3088
|
-
};
|
|
3089
|
-
|
|
3090
|
-
interface PublicPageHeaderProps {
|
|
3091
|
-
/** The event data for this public page */
|
|
3092
|
-
event: Event;
|
|
3093
|
-
/** The event code for this public page */
|
|
3094
|
-
eventCode: string;
|
|
3095
|
-
/** Optional page title */
|
|
3096
|
-
title?: string;
|
|
3097
|
-
/** Optional page description */
|
|
3098
|
-
description?: string;
|
|
3099
|
-
/** Whether to show the event logo (default: true) */
|
|
3100
|
-
showEventLogo?: boolean;
|
|
3101
|
-
/** Whether to show the app logo (default: true) */
|
|
3102
|
-
showAppLogo?: boolean;
|
|
3103
|
-
/** Custom CSS classes for the header */
|
|
3104
|
-
className?: string;
|
|
3105
|
-
/** Custom content to display in the header */
|
|
3106
|
-
children?: ReactNode;
|
|
3107
|
-
/** Custom app logo component */
|
|
3108
|
-
customAppLogo?: ReactNode;
|
|
3109
|
-
/** Custom event logo component */
|
|
3110
|
-
customEventLogo?: ReactNode;
|
|
3111
|
-
}
|
|
3112
|
-
/**
|
|
3113
|
-
* Header component for public pages with event-specific branding
|
|
3114
|
-
*
|
|
3115
|
-
* This component displays the app logo, event logo, and event information
|
|
3116
|
-
* in a clean, accessible layout suitable for public pages.
|
|
3117
|
-
*
|
|
3118
|
-
* @param props - Header configuration and content
|
|
3119
|
-
* @returns React element with public page header
|
|
3120
|
-
*/
|
|
3121
|
-
declare function PublicPageHeader({ event, eventCode, title, description, showEventLogo, showAppLogo, className, children, customAppLogo, customEventLogo }: PublicPageHeaderProps): react_jsx_runtime.JSX.Element;
|
|
3122
|
-
|
|
3123
|
-
interface PublicPageContextType {
|
|
3124
|
-
isPublicPage: true;
|
|
3125
|
-
supabase: ReturnType<typeof createClient<Database>> | null;
|
|
3126
|
-
environment: {
|
|
3127
|
-
supabaseUrl: string | null;
|
|
3128
|
-
supabaseKey: string | null;
|
|
3129
|
-
};
|
|
3130
|
-
}
|
|
3131
|
-
interface PublicPageProviderProps {
|
|
3132
|
-
children: ReactNode;
|
|
3133
|
-
}
|
|
3134
|
-
/**
|
|
3135
|
-
* Provider for public pages that completely isolates them from authentication context
|
|
3136
|
-
*
|
|
3137
|
-
* This provider:
|
|
3138
|
-
* - Does not initialize any authentication providers
|
|
3139
|
-
* - Provides environment variables for public data access
|
|
3140
|
-
* - Includes error boundary for graceful error handling
|
|
3141
|
-
* - Is completely separate from the main app context
|
|
3142
|
-
*/
|
|
3143
|
-
declare function PublicPageProvider({ children }: PublicPageProviderProps): react_jsx_runtime.JSX.Element;
|
|
3144
|
-
/**
|
|
3145
|
-
* Hook to access public page context
|
|
3146
|
-
*
|
|
3147
|
-
* @returns Public page context with environment variables
|
|
3148
|
-
*/
|
|
3149
|
-
declare function usePublicPageContext(): PublicPageContextType;
|
|
3150
|
-
/**
|
|
3151
|
-
* Hook to check if we're in a public page context
|
|
3152
|
-
*
|
|
3153
|
-
* @returns True if we're in a public page context
|
|
3154
|
-
*/
|
|
3155
|
-
declare function useIsPublicPage(): boolean;
|
|
3156
|
-
|
|
3157
|
-
interface PublicPageFooterProps {
|
|
3158
|
-
/** The event data for this public page */
|
|
3159
|
-
event: Event;
|
|
3160
|
-
/** Company or organization name */
|
|
3161
|
-
companyName?: string;
|
|
3162
|
-
/** Current year or custom year for copyright */
|
|
3163
|
-
year?: number;
|
|
3164
|
-
/** Optional array of navigation links to display */
|
|
3165
|
-
links?: Array<{
|
|
3166
|
-
label: string;
|
|
3167
|
-
href: string;
|
|
3168
|
-
}>;
|
|
3169
|
-
/** Optional CSS class name */
|
|
3170
|
-
className?: string;
|
|
3171
|
-
/** Logo image URL */
|
|
3172
|
-
logo?: string;
|
|
3173
|
-
/** Copyright text */
|
|
3174
|
-
copyright?: string;
|
|
3175
|
-
/** Footer content - children to render inside footer */
|
|
3176
|
-
children?: React__default.ReactNode;
|
|
3177
|
-
}
|
|
3178
|
-
/**
|
|
3179
|
-
* Footer component for public pages that matches the normal Footer exactly
|
|
3180
|
-
*
|
|
3181
|
-
* This component uses the same styling and structure as the main Footer component
|
|
3182
|
-
* to ensure consistency across the application.
|
|
3183
|
-
*
|
|
3184
|
-
* @param props - Footer configuration and content
|
|
3185
|
-
* @returns React element with public page footer
|
|
3186
|
-
*/
|
|
3187
|
-
declare function PublicPageFooter({ event, companyName, year, links, className, logo, copyright, children }: PublicPageFooterProps): react_jsx_runtime.JSX.Element;
|
|
3188
|
-
|
|
3189
|
-
/**
|
|
3190
|
-
* @file Public Page Debugger
|
|
3191
|
-
* @package @jmruthers/pace-core
|
|
3192
|
-
* @module Components/PublicLayout
|
|
3193
|
-
* @since 1.0.0
|
|
3194
|
-
*
|
|
3195
|
-
* A debugging component that helps identify why authentication context
|
|
3196
|
-
* is being triggered in public pages.
|
|
3197
|
-
*/
|
|
3198
|
-
interface PublicPageDebuggerProps {
|
|
3199
|
-
/** Whether to enable debugging */
|
|
3200
|
-
enabled?: boolean;
|
|
3201
|
-
/** Custom label for this debugger instance */
|
|
3202
|
-
label?: string;
|
|
3203
|
-
}
|
|
3204
|
-
/**
|
|
3205
|
-
* Debugger component that logs context information
|
|
3206
|
-
*
|
|
3207
|
-
* This component helps identify why authentication context
|
|
3208
|
-
* is being triggered in public pages.
|
|
3209
|
-
*/
|
|
3210
|
-
declare function PublicPageDebugger({ enabled, label }: PublicPageDebuggerProps): react_jsx_runtime.JSX.Element | null;
|
|
3211
|
-
|
|
3212
|
-
/**
|
|
3213
|
-
* @file Public Page Diagnostic Component
|
|
3214
|
-
* @package @jmruthers/pace-core
|
|
3215
|
-
* @module Components/PublicLayout
|
|
3216
|
-
* @since 1.0.0
|
|
3217
|
-
*
|
|
3218
|
-
* A diagnostic component that helps identify exactly where authentication
|
|
3219
|
-
* context is being triggered in public pages.
|
|
3220
|
-
*/
|
|
3221
|
-
interface PublicPageDiagnosticProps {
|
|
3222
|
-
/** Whether to enable diagnostics */
|
|
3223
|
-
enabled?: boolean;
|
|
3224
|
-
/** Custom label for this diagnostic instance */
|
|
3225
|
-
label?: string;
|
|
3226
|
-
}
|
|
3227
|
-
/**
|
|
3228
|
-
* Diagnostic component that identifies authentication context issues
|
|
3229
|
-
*
|
|
3230
|
-
* This component will help you identify exactly where the problem is
|
|
3231
|
-
* in your public page implementation.
|
|
3232
|
-
*/
|
|
3233
|
-
declare function PublicPageDiagnostic({ enabled, label }: PublicPageDiagnosticProps): react_jsx_runtime.JSX.Element | null;
|
|
3234
|
-
|
|
3235
|
-
/**
|
|
3236
|
-
* @file Public Page Context Checker
|
|
3237
|
-
* @package @jmruthers/pace-core
|
|
3238
|
-
* @module Components/PublicLayout
|
|
3239
|
-
* @since 1.0.0
|
|
3240
|
-
*
|
|
3241
|
-
* A simple component that immediately identifies if a public page
|
|
3242
|
-
* is being rendered inside authentication context.
|
|
3243
|
-
*/
|
|
3244
|
-
interface PublicPageContextCheckerProps {
|
|
3245
|
-
/** Whether to enable checking */
|
|
3246
|
-
enabled?: boolean;
|
|
3247
|
-
/** Custom label for this checker instance */
|
|
3248
|
-
label?: string;
|
|
3249
|
-
}
|
|
3250
|
-
/**
|
|
3251
|
-
* Context checker component that immediately identifies authentication context issues
|
|
3252
|
-
*
|
|
3253
|
-
* This component will immediately log to console if authentication context
|
|
3254
|
-
* is being triggered in a public page.
|
|
3255
|
-
*/
|
|
3256
|
-
declare function PublicPageContextChecker({ enabled, label }: PublicPageContextCheckerProps): react_jsx_runtime.JSX.Element | null;
|
|
3257
|
-
|
|
3258
|
-
interface EventLogoProps {
|
|
3259
|
-
/** The event ID to fetch logo for */
|
|
3260
|
-
eventId: string;
|
|
3261
|
-
/** The event name for fallback text generation */
|
|
3262
|
-
eventName: string;
|
|
3263
|
-
/** The organisation ID for storage path */
|
|
3264
|
-
organisationId: string;
|
|
3265
|
-
/** Logo size variant */
|
|
3266
|
-
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
3267
|
-
/** Custom CSS classes */
|
|
3268
|
-
className?: string;
|
|
3269
|
-
/** Whether to show fallback text when no logo is available */
|
|
3270
|
-
showFallback?: boolean;
|
|
3271
|
-
/** Custom fallback text generator */
|
|
3272
|
-
generateFallbackText?: (eventName: string) => string;
|
|
3273
|
-
/** Whether to validate image existence */
|
|
3274
|
-
validateImage?: boolean;
|
|
3275
|
-
/** Custom loading component */
|
|
3276
|
-
loadingComponent?: React__default.ComponentType;
|
|
3277
|
-
/** Custom error component */
|
|
3278
|
-
errorComponent?: React__default.ComponentType<{
|
|
3279
|
-
error: Error;
|
|
3280
|
-
}>;
|
|
3281
|
-
}
|
|
3282
|
-
/**
|
|
3283
|
-
* Component for displaying event logos with fallback to initials
|
|
3284
|
-
*
|
|
3285
|
-
* This component is context-aware and automatically detects whether it's being used
|
|
3286
|
-
* in a public or authenticated context. It fetches and displays event logos from storage,
|
|
3287
|
-
* with automatic fallback to event initials if no logo is available.
|
|
3288
|
-
*
|
|
3289
|
-
* @param props - Logo configuration and styling
|
|
3290
|
-
* @returns React element with event logo or fallback
|
|
3291
|
-
*/
|
|
3292
|
-
declare function EventLogo({ eventId, eventName, organisationId, size, className, showFallback, generateFallbackText, validateImage, loadingComponent: LoadingComponent, errorComponent: ErrorComponent }: EventLogoProps): react_jsx_runtime.JSX.Element | null;
|
|
3293
|
-
/**
|
|
3294
|
-
* Compact event logo for small spaces
|
|
3295
|
-
*/
|
|
3296
|
-
declare function EventLogoCompact(props: EventLogoProps): react_jsx_runtime.JSX.Element;
|
|
3297
|
-
/**
|
|
3298
|
-
* Large event logo for prominent display
|
|
3299
|
-
*/
|
|
3300
|
-
declare function EventLogoLarge(props: EventLogoProps): react_jsx_runtime.JSX.Element;
|
|
3301
|
-
|
|
3302
|
-
interface PublicErrorBoundaryProps {
|
|
3303
|
-
/** Child components to wrap */
|
|
3304
|
-
children: ReactNode;
|
|
3305
|
-
/** Custom error fallback component */
|
|
3306
|
-
fallback?: React__default.ComponentType<PublicErrorBoundaryState>;
|
|
3307
|
-
/** Custom CSS classes for error display */
|
|
3308
|
-
className?: string;
|
|
3309
|
-
/** Whether to show error details in development */
|
|
3310
|
-
showErrorDetails?: boolean;
|
|
3311
|
-
/** Custom error message */
|
|
3312
|
-
customErrorMessage?: string;
|
|
3313
|
-
/** Custom recovery action */
|
|
3314
|
-
onRecover?: () => void;
|
|
3315
|
-
}
|
|
3316
|
-
interface PublicErrorBoundaryState {
|
|
3317
|
-
/** Whether an error has occurred */
|
|
3318
|
-
hasError: boolean;
|
|
3319
|
-
/** The error that occurred */
|
|
3320
|
-
error: Error | null;
|
|
3321
|
-
/** Error information */
|
|
3322
|
-
errorInfo: ErrorInfo | null;
|
|
3323
|
-
/** Function to reset the error state */
|
|
3324
|
-
resetError: () => void;
|
|
3325
|
-
}
|
|
3326
|
-
/**
|
|
3327
|
-
* Error boundary component for public pages
|
|
3328
|
-
*
|
|
3329
|
-
* This component catches JavaScript errors anywhere in the child component tree,
|
|
3330
|
-
* logs those errors, and displays a fallback UI instead of the component tree that crashed.
|
|
3331
|
-
*
|
|
3332
|
-
* @param props - Error boundary configuration
|
|
3333
|
-
* @returns React element with error boundary wrapper
|
|
3334
|
-
*/
|
|
3335
|
-
declare class PublicErrorBoundary extends Component<PublicErrorBoundaryProps, PublicErrorBoundaryState> {
|
|
3336
|
-
constructor(props: PublicErrorBoundaryProps);
|
|
3337
|
-
static getDerivedStateFromError(error: Error): Partial<PublicErrorBoundaryState>;
|
|
3338
|
-
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
3339
|
-
resetError: () => void;
|
|
3340
|
-
render(): string | number | boolean | Iterable<React__default.ReactNode> | react_jsx_runtime.JSX.Element | null | undefined;
|
|
3341
|
-
}
|
|
3342
|
-
/**
|
|
3343
|
-
* Hook for accessing error boundary state
|
|
3344
|
-
* Useful for components that need to know if they're inside an error boundary
|
|
3345
|
-
*/
|
|
3346
|
-
declare function useErrorBoundary(): {
|
|
3347
|
-
captureError: (error: Error) => void;
|
|
3348
|
-
resetError: () => void;
|
|
3349
|
-
};
|
|
3350
|
-
/**
|
|
3351
|
-
* Default error fallback component
|
|
3352
|
-
*/
|
|
3353
|
-
declare function DefaultPublicErrorFallback({ error, resetError }: PublicErrorBoundaryState): react_jsx_runtime.JSX.Element;
|
|
3354
|
-
|
|
3355
|
-
/**
|
|
3356
|
-
* @file Public Loading Spinner Component
|
|
3357
|
-
* @package @jmruthers/pace-core
|
|
3358
|
-
* @module Components/PublicLayout
|
|
3359
|
-
* @since 1.0.0
|
|
3360
|
-
*
|
|
3361
|
-
* A loading spinner component specifically designed for public pages.
|
|
3362
|
-
* Provides consistent loading states with event-specific branding.
|
|
3363
|
-
*
|
|
3364
|
-
* Features:
|
|
3365
|
-
* - Consistent loading design
|
|
3366
|
-
* - Event-specific branding
|
|
3367
|
-
* - Multiple size options
|
|
3368
|
-
* - Accessibility compliant
|
|
3369
|
-
* - TypeScript support
|
|
3370
|
-
*
|
|
3371
|
-
* @example
|
|
3372
|
-
* ```tsx
|
|
3373
|
-
* import { PublicLoadingSpinner } from '@jmruthers/pace-core';
|
|
3374
|
-
*
|
|
3375
|
-
* function PublicEventPage() {
|
|
3376
|
-
* if (isLoading) {
|
|
3377
|
-
* return <PublicLoadingSpinner message="Loading event details..." />;
|
|
3378
|
-
* }
|
|
3379
|
-
* }
|
|
3380
|
-
* ```
|
|
3381
|
-
*
|
|
3382
|
-
* @accessibility
|
|
3383
|
-
* - WCAG 2.1 AA compliant
|
|
3384
|
-
* - Screen reader friendly
|
|
3385
|
-
* - Proper ARIA labels
|
|
3386
|
-
* - High contrast support
|
|
3387
|
-
*
|
|
3388
|
-
* @dependencies
|
|
3389
|
-
* - React 18+ - Component framework
|
|
3390
|
-
* - Tailwind CSS - Styling
|
|
3391
|
-
*/
|
|
3392
|
-
interface PublicLoadingSpinnerProps {
|
|
3393
|
-
/** Loading message to display */
|
|
3394
|
-
message?: string;
|
|
3395
|
-
/** Size variant */
|
|
3396
|
-
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
3397
|
-
/** Custom CSS classes */
|
|
3398
|
-
className?: string;
|
|
3399
|
-
/** Whether to show the app logo */
|
|
3400
|
-
showLogo?: boolean;
|
|
3401
|
-
/** Custom loading message */
|
|
3402
|
-
customMessage?: string;
|
|
3403
|
-
/** Whether to center the spinner */
|
|
3404
|
-
centered?: boolean;
|
|
3405
|
-
}
|
|
3406
|
-
/**
|
|
3407
|
-
* Loading spinner component for public pages
|
|
3408
|
-
*
|
|
3409
|
-
* This component displays a consistent loading state with optional
|
|
3410
|
-
* branding and messaging for public pages.
|
|
3411
|
-
*
|
|
3412
|
-
* @param props - Spinner configuration and styling
|
|
3413
|
-
* @returns React element with loading spinner
|
|
3414
|
-
*/
|
|
3415
|
-
declare function PublicLoadingSpinner({ message, size, className, showLogo, customMessage, centered }: PublicLoadingSpinnerProps): react_jsx_runtime.JSX.Element;
|
|
3416
|
-
/**
|
|
3417
|
-
* Full page loading spinner with event branding
|
|
3418
|
-
*/
|
|
3419
|
-
declare function PublicLoadingSpinnerFullPage({ message, eventName, className }: Pick<PublicLoadingSpinnerProps, 'message' | 'className'> & {
|
|
3420
|
-
eventName?: string;
|
|
3421
|
-
}): react_jsx_runtime.JSX.Element;
|
|
3422
|
-
/**
|
|
3423
|
-
* Skeleton loading component for content placeholders
|
|
3424
|
-
*/
|
|
3425
|
-
declare function PublicLoadingSkeleton({ lines, className }: {
|
|
3426
|
-
lines?: number;
|
|
3427
|
-
className?: string;
|
|
3428
|
-
}): react_jsx_runtime.JSX.Element;
|
|
3429
|
-
|
|
3430
|
-
export { ToastViewport as $, Alert as A, Button as B, Card as C, Dialog as D, DialogContent as E, type FileSizeLimits as F, DialogHeader as G, DialogBody as H, Input as I, DialogFooter as J, DialogTitle as K, Label as L, DialogDescription as M, Select as N, SelectGroup as O, Progress as P, SelectValue as Q, SelectTrigger as R, type StorageConfig as S, SelectContent as T, SelectLabel as U, SelectItem as V, SelectSeparator as W, Toast as X, Toaster as Y, ToastAction as Z, ToastProvider as _, type StorageUploadOptions as a, type PublicPageLayoutProps as a$, ToastTitle as a0, ToastDescription as a1, ToastClose as a2, useToast as a3, type ToastActionElement as a4, type ToastProps as a5, Tooltip as a6, TooltipTrigger as a7, TooltipContent as a8, TooltipProvider as a9, TableHeader as aA, TableBody as aB, TableCaption as aC, TableCell as aD, TableFooter as aE, TableHead as aF, TableRow as aG, type StorageFileInfo as aH, PublicPageLayout as aI, usePublicPageContext$1 as aJ, PublicPageHeader as aK, PublicPageProvider as aL, usePublicPageContext as aM, useIsPublicPage as aN, PublicPageFooter as aO, PublicPageDebugger as aP, PublicPageDiagnostic as aQ, PublicPageContextChecker as aR, EventLogo as aS, EventLogoCompact as aT, EventLogoLarge as aU, PublicErrorBoundary as aV, useErrorBoundary as aW, DefaultPublicErrorFallback as aX, PublicLoadingSpinner as aY, PublicLoadingSpinnerFullPage as aZ, PublicLoadingSkeleton as a_, TooltipRoot as aa, Form as ab, LoginForm as ac, type LoginFormProps as ad, Header as ae, Footer as af, type FooterProps as ag, NavigationMenu as ah, type NavigationMenuProps as ai, type NavigationItem as aj, UserMenu as ak, type UserMenuProps as al, PaceAppLayout as am, type PaceAppLayoutProps as an, PaceLoginPage as ao, type PaceLoginPageProps as ap, ErrorBoundary as aq, LoadingSpinner as ar, EventSelector as as, OrganisationSelector as at, PasswordResetForm as au, FileUpload as av, type FileUploadProps as aw, useStorage as ax, useFileUpload as ay, Table as az, type StorageUploadResult as b, type PublicPageHeaderProps as b0, type PublicPageFooterProps as b1, type EventLogoProps as b2, type PublicErrorBoundaryProps as b3, type PublicErrorBoundaryState as b4, type PublicLoadingSpinnerProps as b5, type CardActionsProps as b6, type DialogProps as b7, type DialogTriggerProps as b8, type DialogContentProps as b9, type DialogOverlayProps as ba, type DialogHeaderProps as bb, type DialogFooterProps as bc, type DialogTitleProps as bd, type DialogDescriptionProps as be, type DialogSize as bf, type FormProps as bg, type OrganisationSelectorProps as bh, type ErrorBoundaryProps as bi, type ErrorBoundaryState as bj, type UseStorageOptions as bk, type UseStorageReturn as bl, type StorageUrlOptions as c, type StorageListOptions as d, type StorageListResult as e, type StorageFileMetadata as f, type ButtonProps as g, CardHeader as h, CardFooter as i, CardTitle as j, CardDescription as k, CardContent as l, CardActions as m, type CardProps as n, type InputProps as o, type LabelProps as p, AlertTitle as q, AlertDescription as r, Avatar as s, AvatarImage as t, AvatarFallback as u, Checkbox as v, DialogPortal as w, DialogOverlay as x, DialogTrigger as y, DialogClose as z };
|
|
2917
|
+
export { SelectLabel as $, Alert as A, Button as B, Card as C, Dialog as D, DropdownMenu as E, DropdownMenuTrigger as F, DropdownMenuContent as G, DropdownMenuItem as H, Input as I, DropdownMenuCheckboxItem as J, DropdownMenuRadioItem as K, Label as L, DropdownMenuLabel as M, DropdownMenuSeparator as N, DropdownMenuShortcut as O, Progress as P, DropdownMenuGroup as Q, DropdownMenuPortal as R, DropdownMenuSub as S, DropdownMenuSubContent as T, DropdownMenuSubTrigger as U, DropdownMenuRadioGroup as V, Select as W, SelectGroup as X, SelectValue as Y, SelectTrigger as Z, SelectContent as _, type ButtonProps as a, SelectItem as a0, SelectSeparator as a1, Toast as a2, Toaster as a3, ToastAction as a4, ToastProvider as a5, ToastViewport as a6, ToastTitle as a7, ToastDescription as a8, ToastClose as a9, OrganisationSelector as aA, PasswordResetForm as aB, Table as aC, TableHeader as aD, TableBody as aE, TableCaption as aF, TableCell as aG, TableFooter as aH, TableHead as aI, TableRow as aJ, type CardActionsProps as aK, type DialogProps as aL, type DialogTriggerProps as aM, type DialogContentProps as aN, type DialogOverlayProps as aO, type DialogHeaderProps as aP, type DialogFooterProps as aQ, type DialogTitleProps as aR, type DialogDescriptionProps as aS, type DialogSize as aT, type FormProps as aU, type OrganisationSelectorProps as aV, type ErrorBoundaryProps as aW, type ErrorBoundaryState as aX, useToast as aa, type ToastActionElement as ab, type ToastProps as ac, Tooltip as ad, TooltipTrigger as ae, TooltipContent as af, TooltipProvider as ag, TooltipRoot as ah, Form as ai, LoginForm as aj, type LoginFormProps as ak, Header as al, Footer as am, type FooterProps as an, NavigationMenu as ao, type NavigationMenuProps as ap, type NavigationItem as aq, UserMenu as ar, type UserMenuProps as as, PaceAppLayout as at, type PaceAppLayoutProps as au, PaceLoginPage as av, type PaceLoginPageProps as aw, ErrorBoundary as ax, LoadingSpinner as ay, EventSelector as az, CardHeader as b, CardFooter as c, CardTitle as d, CardDescription as e, CardContent as f, CardActions as g, type CardProps as h, type InputProps as i, type LabelProps as j, AlertTitle as k, AlertDescription as l, Avatar as m, AvatarImage as n, AvatarFallback as o, Checkbox as p, DialogPortal as q, DialogOverlay as r, DialogTrigger as s, DialogClose as t, DialogContent as u, DialogHeader as v, DialogBody as w, DialogFooter as x, DialogTitle as y, DialogDescription as z };
|