nucleus-core-ts 0.8.0
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/LICENSE +48 -0
- package/README.md +177 -0
- package/dist/client.d.ts +2 -0
- package/dist/client.js +1 -0
- package/dist/dist/index-0yyw12k6.d.ts +8 -0
- package/dist/dist/index-tv67j5qd.d.ts +488 -0
- package/dist/dist/index.d.ts +40 -0
- package/dist/fe/components/AbstractAnimatedBackground/index.d.ts +7 -0
- package/dist/fe/components/AuthorizationPage/components/AuthorizationPage.d.ts +3 -0
- package/dist/fe/components/AuthorizationPage/components/ClaimList.d.ts +3 -0
- package/dist/fe/components/AuthorizationPage/components/RoleClaimEditor.d.ts +3 -0
- package/dist/fe/components/AuthorizationPage/components/RoleList.d.ts +3 -0
- package/dist/fe/components/AuthorizationPage/index.d.ts +9 -0
- package/dist/fe/components/AuthorizationPage/store/index.d.ts +47 -0
- package/dist/fe/components/AuthorizationPage/theme/index.d.ts +82 -0
- package/dist/fe/components/AuthorizationPage/types/index.d.ts +64 -0
- package/dist/fe/components/Button/components/Button.d.ts +3 -0
- package/dist/fe/components/Button/components/ButtonSpinner.d.ts +3 -0
- package/dist/fe/components/Button/index.d.ts +6 -0
- package/dist/fe/components/Button/theme/index.d.ts +183 -0
- package/dist/fe/components/Button/types/index.d.ts +24 -0
- package/dist/fe/components/Button/utils/cn.d.ts +3 -0
- package/dist/fe/components/Captcha/components/Captcha.d.ts +4 -0
- package/dist/fe/components/Captcha/index.d.ts +4 -0
- package/dist/fe/components/Captcha/theme.d.ts +53 -0
- package/dist/fe/components/Captcha/types.d.ts +60 -0
- package/dist/fe/components/ChangePasswordPage/components/ChangePasswordForm.d.ts +4 -0
- package/dist/fe/components/ChangePasswordPage/components/ChangePasswordHeader.d.ts +4 -0
- package/dist/fe/components/ChangePasswordPage/components/ChangePasswordPage.d.ts +4 -0
- package/dist/fe/components/ChangePasswordPage/index.d.ts +7 -0
- package/dist/fe/components/ChangePasswordPage/store/index.d.ts +16 -0
- package/dist/fe/components/ChangePasswordPage/theme/index.d.ts +48 -0
- package/dist/fe/components/ChangePasswordPage/types/index.d.ts +56 -0
- package/dist/fe/components/Checkbox/components/Checkbox.d.ts +3 -0
- package/dist/fe/components/Checkbox/components/CheckboxIcon.d.ts +3 -0
- package/dist/fe/components/Checkbox/components/SwitchTrack.d.ts +3 -0
- package/dist/fe/components/Checkbox/index.d.ts +7 -0
- package/dist/fe/components/Checkbox/theme/index.d.ts +218 -0
- package/dist/fe/components/Checkbox/types/index.d.ts +39 -0
- package/dist/fe/components/Checkbox/utils/cn.d.ts +3 -0
- package/dist/fe/components/DataTable/DataTable.d.ts +3 -0
- package/dist/fe/components/DataTable/components/ActionCell.d.ts +10 -0
- package/dist/fe/components/DataTable/components/DataCell.d.ts +18 -0
- package/dist/fe/components/DataTable/components/EditableCell.d.ts +14 -0
- package/dist/fe/components/DataTable/components/EmptyState.d.ts +8 -0
- package/dist/fe/components/DataTable/components/HeaderCell.d.ts +16 -0
- package/dist/fe/components/DataTable/components/InfiniteScrollTrigger.d.ts +11 -0
- package/dist/fe/components/DataTable/components/LoadingSpinner.d.ts +7 -0
- package/dist/fe/components/DataTable/components/ResizeHandle.d.ts +9 -0
- package/dist/fe/components/DataTable/components/SelectionCell.d.ts +9 -0
- package/dist/fe/components/DataTable/components/SkeletonRow.d.ts +9 -0
- package/dist/fe/components/DataTable/components/SkeletonTable.d.ts +10 -0
- package/dist/fe/components/DataTable/components/SortIcon.d.ts +9 -0
- package/dist/fe/components/DataTable/components/TableHeader.d.ts +20 -0
- package/dist/fe/components/DataTable/components/TableRow.d.ts +20 -0
- package/dist/fe/components/DataTable/components/index.d.ts +15 -0
- package/dist/fe/components/DataTable/hooks/index.d.ts +3 -0
- package/dist/fe/components/DataTable/hooks/useAutoFitColumn.d.ts +8 -0
- package/dist/fe/components/DataTable/hooks/useResizeColumn.d.ts +12 -0
- package/dist/fe/components/DataTable/index.d.ts +6 -0
- package/dist/fe/components/DataTable/store/index.d.ts +52 -0
- package/dist/fe/components/DataTable/theme/index.d.ts +131 -0
- package/dist/fe/components/DataTable/types/index.d.ts +151 -0
- package/dist/fe/components/DataTable/utils/cn.d.ts +3 -0
- package/dist/fe/components/DatePicker/components/CalendarGrid.d.ts +3 -0
- package/dist/fe/components/DatePicker/components/CalendarHeader.d.ts +3 -0
- package/dist/fe/components/DatePicker/components/DatePicker.d.ts +3 -0
- package/dist/fe/components/DatePicker/components/MonthYearSelector.d.ts +10 -0
- package/dist/fe/components/DatePicker/index.d.ts +10 -0
- package/dist/fe/components/DatePicker/locales/index.d.ts +5 -0
- package/dist/fe/components/DatePicker/theme/index.d.ts +312 -0
- package/dist/fe/components/DatePicker/types/index.d.ts +88 -0
- package/dist/fe/components/DatePicker/utils/cn.d.ts +3 -0
- package/dist/fe/components/DatePicker/utils/date.d.ts +21 -0
- package/dist/fe/components/DevicesPage/components/DeviceCard.d.ts +4 -0
- package/dist/fe/components/DevicesPage/components/DevicesHeader.d.ts +4 -0
- package/dist/fe/components/DevicesPage/components/DevicesPage.d.ts +4 -0
- package/dist/fe/components/DevicesPage/index.d.ts +8 -0
- package/dist/fe/components/DevicesPage/store/index.d.ts +20 -0
- package/dist/fe/components/DevicesPage/theme/index.d.ts +92 -0
- package/dist/fe/components/DevicesPage/types/index.d.ts +147 -0
- package/dist/fe/components/ForgotPasswordPage/components/ForgotPasswordForm.d.ts +4 -0
- package/dist/fe/components/ForgotPasswordPage/components/ForgotPasswordHeader.d.ts +4 -0
- package/dist/fe/components/ForgotPasswordPage/components/ForgotPasswordPage.d.ts +4 -0
- package/dist/fe/components/ForgotPasswordPage/index.d.ts +7 -0
- package/dist/fe/components/ForgotPasswordPage/store/index.d.ts +14 -0
- package/dist/fe/components/ForgotPasswordPage/theme/index.d.ts +48 -0
- package/dist/fe/components/ForgotPasswordPage/types/index.d.ts +48 -0
- package/dist/fe/components/FormBuilder/components/FormBuilder.d.ts +3 -0
- package/dist/fe/components/FormBuilder/components/FormField.d.ts +3 -0
- package/dist/fe/components/FormBuilder/hooks/useFormBuilder.d.ts +3 -0
- package/dist/fe/components/FormBuilder/index.d.ts +6 -0
- package/dist/fe/components/FormBuilder/theme/index.d.ts +136 -0
- package/dist/fe/components/FormBuilder/types/index.d.ts +150 -0
- package/dist/fe/components/FormBuilder/utils/cn.d.ts +3 -0
- package/dist/fe/components/FormBuilder/utils/fieldMapping.d.ts +12 -0
- package/dist/fe/components/FormBuilder/utils/validation.d.ts +11 -0
- package/dist/fe/components/LoginPage/components/LoginForm.d.ts +4 -0
- package/dist/fe/components/LoginPage/components/LoginHeader.d.ts +4 -0
- package/dist/fe/components/LoginPage/components/LoginPage.d.ts +4 -0
- package/dist/fe/components/LoginPage/index.d.ts +8 -0
- package/dist/fe/components/LoginPage/store/index.d.ts +22 -0
- package/dist/fe/components/LoginPage/theme/index.d.ts +55 -0
- package/dist/fe/components/LoginPage/types/index.d.ts +129 -0
- package/dist/fe/components/MagicLinkVerifyPage/components/MagicLinkVerifyPage.d.ts +4 -0
- package/dist/fe/components/MagicLinkVerifyPage/index.d.ts +5 -0
- package/dist/fe/components/MagicLinkVerifyPage/store.d.ts +15 -0
- package/dist/fe/components/MagicLinkVerifyPage/theme.d.ts +37 -0
- package/dist/fe/components/MagicLinkVerifyPage/types.d.ts +35 -0
- package/dist/fe/components/NucleusEntityShowcase.d.ts +3 -0
- package/dist/fe/components/NucleusTextInput/components/FloatingLabel.d.ts +3 -0
- package/dist/fe/components/NucleusTextInput/components/InputIcons.d.ts +15 -0
- package/dist/fe/components/NucleusTextInput/components/NucleusTextInput.d.ts +3 -0
- package/dist/fe/components/NucleusTextInput/components/PasswordStrengthIndicator.d.ts +15 -0
- package/dist/fe/components/NucleusTextInput/components/TypewriterText.d.ts +3 -0
- package/dist/fe/components/NucleusTextInput/index.d.ts +11 -0
- package/dist/fe/components/NucleusTextInput/theme/index.d.ts +108 -0
- package/dist/fe/components/NucleusTextInput/types/index.d.ts +65 -0
- package/dist/fe/components/NucleusTextInput/utils/cn.d.ts +3 -0
- package/dist/fe/components/NucleusTextInput/utils/format.d.ts +8 -0
- package/dist/fe/components/NucleusTextInput/utils/validation.d.ts +23 -0
- package/dist/fe/components/ProfilePage/components/AddressCard.d.ts +4 -0
- package/dist/fe/components/ProfilePage/components/PhoneCard.d.ts +4 -0
- package/dist/fe/components/ProfilePage/components/ProfileHeader.d.ts +4 -0
- package/dist/fe/components/ProfilePage/components/ProfilePage.d.ts +4 -0
- package/dist/fe/components/ProfilePage/index.d.ts +10 -0
- package/dist/fe/components/ProfilePage/store/index.d.ts +37 -0
- package/dist/fe/components/ProfilePage/theme/index.d.ts +101 -0
- package/dist/fe/components/ProfilePage/types/index.d.ts +150 -0
- package/dist/fe/components/RangePicker/components/RangePicker.d.ts +3 -0
- package/dist/fe/components/RangePicker/components/RangeThumb.d.ts +3 -0
- package/dist/fe/components/RangePicker/components/RangeTooltip.d.ts +3 -0
- package/dist/fe/components/RangePicker/components/RangeTrack.d.ts +3 -0
- package/dist/fe/components/RangePicker/index.d.ts +8 -0
- package/dist/fe/components/RangePicker/theme/index.d.ts +90 -0
- package/dist/fe/components/RangePicker/types/index.d.ts +66 -0
- package/dist/fe/components/RangePicker/utils/cn.d.ts +3 -0
- package/dist/fe/components/RegisterPage/components/PasswordStrengthIndicator.d.ts +14 -0
- package/dist/fe/components/RegisterPage/components/RegisterForm.d.ts +4 -0
- package/dist/fe/components/RegisterPage/components/RegisterHeader.d.ts +4 -0
- package/dist/fe/components/RegisterPage/components/RegisterPage.d.ts +4 -0
- package/dist/fe/components/RegisterPage/index.d.ts +9 -0
- package/dist/fe/components/RegisterPage/store/index.d.ts +19 -0
- package/dist/fe/components/RegisterPage/theme/index.d.ts +81 -0
- package/dist/fe/components/RegisterPage/types/index.d.ts +141 -0
- package/dist/fe/components/ResetPasswordPage/components/ResetPasswordForm.d.ts +4 -0
- package/dist/fe/components/ResetPasswordPage/components/ResetPasswordHeader.d.ts +4 -0
- package/dist/fe/components/ResetPasswordPage/components/ResetPasswordPage.d.ts +4 -0
- package/dist/fe/components/ResetPasswordPage/index.d.ts +7 -0
- package/dist/fe/components/ResetPasswordPage/store/index.d.ts +15 -0
- package/dist/fe/components/ResetPasswordPage/theme/index.d.ts +56 -0
- package/dist/fe/components/ResetPasswordPage/types/index.d.ts +50 -0
- package/dist/fe/components/SearchBox/components/SearchBox.d.ts +3 -0
- package/dist/fe/components/SearchBox/components/SearchBoxDropdown.d.ts +3 -0
- package/dist/fe/components/SearchBox/index.d.ts +8 -0
- package/dist/fe/components/SearchBox/theme/index.d.ts +141 -0
- package/dist/fe/components/SearchBox/types/index.d.ts +47 -0
- package/dist/fe/components/SearchBox/utils/cn.d.ts +3 -0
- package/dist/fe/components/SearchBox/utils/debounce.d.ts +5 -0
- package/dist/fe/components/SearchBox/utils/sanitize.d.ts +9 -0
- package/dist/fe/components/SelectBox/components/SelectBox.d.ts +3 -0
- package/dist/fe/components/SelectBox/components/SelectDropdown.d.ts +6 -0
- package/dist/fe/components/SelectBox/components/SelectOptionItem.d.ts +3 -0
- package/dist/fe/components/SelectBox/components/SelectTrigger.d.ts +5 -0
- package/dist/fe/components/SelectBox/index.d.ts +8 -0
- package/dist/fe/components/SelectBox/theme/index.d.ts +100 -0
- package/dist/fe/components/SelectBox/types/index.d.ts +66 -0
- package/dist/fe/components/SelectBox/utils/cn.d.ts +3 -0
- package/dist/fe/components/SetPasswordPage/components/PasswordStrengthIndicator.d.ts +14 -0
- package/dist/fe/components/SetPasswordPage/components/SetPasswordForm.d.ts +4 -0
- package/dist/fe/components/SetPasswordPage/components/SetPasswordHeader.d.ts +4 -0
- package/dist/fe/components/SetPasswordPage/components/SetPasswordPage.d.ts +4 -0
- package/dist/fe/components/SetPasswordPage/index.d.ts +9 -0
- package/dist/fe/components/SetPasswordPage/store/index.d.ts +16 -0
- package/dist/fe/components/SetPasswordPage/theme/index.d.ts +95 -0
- package/dist/fe/components/SetPasswordPage/types/index.d.ts +137 -0
- package/dist/fe/components/UsersPage/components/InviteUserModal.d.ts +10 -0
- package/dist/fe/components/UsersPage/components/Pagination.d.ts +13 -0
- package/dist/fe/components/UsersPage/components/RoleAssignmentModal.d.ts +12 -0
- package/dist/fe/components/UsersPage/components/StatsCards.d.ts +10 -0
- package/dist/fe/components/UsersPage/components/UserDetailDrawer.d.ts +24 -0
- package/dist/fe/components/UsersPage/components/UserFilters.d.ts +18 -0
- package/dist/fe/components/UsersPage/components/UserListItem.d.ts +11 -0
- package/dist/fe/components/UsersPage/components/UserListSkeleton.d.ts +7 -0
- package/dist/fe/components/UsersPage/components/UsersPage.d.ts +8 -0
- package/dist/fe/components/UsersPage/index.d.ts +13 -0
- package/dist/fe/components/UsersPage/store/index.d.ts +51 -0
- package/dist/fe/components/UsersPage/theme/index.d.ts +180 -0
- package/dist/fe/components/UsersPage/types/index.d.ts +73 -0
- package/dist/fe/components/VerifyEmailPage/components/VerifyEmailPage.d.ts +4 -0
- package/dist/fe/components/VerifyEmailPage/index.d.ts +5 -0
- package/dist/fe/components/VerifyEmailPage/store/index.d.ts +18 -0
- package/dist/fe/components/VerifyEmailPage/theme/index.d.ts +49 -0
- package/dist/fe/components/VerifyEmailPage/types/index.d.ts +84 -0
- package/dist/fe/hooks/useNucleusEntity.d.ts +3 -0
- package/dist/fe/index.d.ts +42 -0
- package/dist/fe/index.js +1 -0
- package/dist/fe/types/index.d.ts +233 -0
- package/dist/fe/utils/cn.d.ts +3 -0
- package/dist/fe/utils/columnUtils.d.ts +63 -0
- package/dist/fe/utils/endpointKeys.d.ts +9 -0
- package/dist/index-0yyw12k6.js +1 -0
- package/dist/index-tv67j5qd.js +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -0
- package/dist/nucleus.config.d.ts +95 -0
- package/dist/public/components/CTA.d.ts +2 -0
- package/dist/public/components/Capabilities.d.ts +9 -0
- package/dist/public/components/Features.d.ts +9 -0
- package/dist/public/components/Footer.d.ts +2 -0
- package/dist/public/components/Hero.d.ts +2 -0
- package/dist/public/components/Managers.d.ts +7 -0
- package/dist/public/components/Nav.d.ts +2 -0
- package/dist/public/components/Stack.d.ts +7 -0
- package/dist/public/components/docs/Docs.d.ts +2 -0
- package/dist/public/components/docs/DocsContent.d.ts +19 -0
- package/dist/public/components/docs/DocsRightSidebar.d.ts +9 -0
- package/dist/public/components/docs/DocsSidebar.d.ts +8 -0
- package/dist/public/components/docs/content/authentication.d.ts +3 -0
- package/dist/public/components/docs/content/gettingStarted.d.ts +3 -0
- package/dist/public/components/docs/docsData.d.ts +18 -0
- package/dist/public/components/docs/index.d.ts +7 -0
- package/dist/public/components/index.d.ts +10 -0
- package/dist/public/index.d.ts +3 -0
- package/dist/public/store.d.ts +20 -0
- package/dist/scripts/build.d.ts +7 -0
- package/dist/scripts/generate-schema.d.ts +3 -0
- package/dist/scripts/generate-system-tables-types.d.ts +2 -0
- package/dist/scripts/generate-types-schema.d.ts +7 -0
- package/dist/scripts/publish.d.ts +7 -0
- package/dist/scripts/version.d.ts +7 -0
- package/dist/src/Client/ApiCaller/client.d.ts +5 -0
- package/dist/src/Client/ApiCaller/examples/usage.example.d.ts +8 -0
- package/dist/src/Client/ApiCaller/generator.d.ts +10 -0
- package/dist/src/Client/ApiCaller/index.d.ts +7 -0
- package/dist/src/Client/ApiCaller/server.d.ts +4 -0
- package/dist/src/Client/ApiCaller/system-tables.d.ts +1215 -0
- package/dist/src/Client/ApiCaller/types.d.ts +907 -0
- package/dist/src/Client/Proxy/httpProxy.d.ts +5 -0
- package/dist/src/Client/Proxy/index.d.ts +6 -0
- package/dist/src/Client/Proxy/index.js +1 -0
- package/dist/src/Client/Proxy/server.d.ts +5 -0
- package/dist/src/Client/Proxy/types.d.ts +69 -0
- package/dist/src/Client/Proxy/utils.d.ts +12 -0
- package/dist/src/Client/Proxy/wsProxy.d.ts +20 -0
- package/dist/src/Client/ServerFetch/index.d.ts +19 -0
- package/dist/src/Client/ServerFetch/types.d.ts +34 -0
- package/dist/src/Client/index.d.ts +4 -0
- package/dist/src/ElysiaPlugin/index.d.ts +12 -0
- package/dist/src/ElysiaPlugin/publicRoutes.d.ts +9 -0
- package/dist/src/ElysiaPlugin/routes/auth/captcha/index.d.ts +46 -0
- package/dist/src/ElysiaPlugin/routes/auth/emailVerification/index.d.ts +38 -0
- package/dist/src/ElysiaPlugin/routes/auth/index.d.ts +68 -0
- package/dist/src/ElysiaPlugin/routes/auth/invite/index.d.ts +43 -0
- package/dist/src/ElysiaPlugin/routes/auth/login/index.d.ts +68 -0
- package/dist/src/ElysiaPlugin/routes/auth/login/types.d.ts +22 -0
- package/dist/src/ElysiaPlugin/routes/auth/login/utils.d.ts +19 -0
- package/dist/src/ElysiaPlugin/routes/auth/logout/index.d.ts +33 -0
- package/dist/src/ElysiaPlugin/routes/auth/logout/types.d.ts +6 -0
- package/dist/src/ElysiaPlugin/routes/auth/logout/utils.d.ts +2 -0
- package/dist/src/ElysiaPlugin/routes/auth/magicLink/index.d.ts +41 -0
- package/dist/src/ElysiaPlugin/routes/auth/magicLink/types.d.ts +23 -0
- package/dist/src/ElysiaPlugin/routes/auth/magicLink/utils.d.ts +4 -0
- package/dist/src/ElysiaPlugin/routes/auth/me/index.d.ts +40 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordChange/index.d.ts +33 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordChange/types.d.ts +12 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordChange/utils.d.ts +2 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordReset/index.d.ts +36 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordReset/types.d.ts +16 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordReset/utils.d.ts +3 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordSet/index.d.ts +33 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordSet/types.d.ts +9 -0
- package/dist/src/ElysiaPlugin/routes/auth/refresh/index.d.ts +39 -0
- package/dist/src/ElysiaPlugin/routes/auth/refresh/types.d.ts +9 -0
- package/dist/src/ElysiaPlugin/routes/auth/refresh/utils.d.ts +2 -0
- package/dist/src/ElysiaPlugin/routes/auth/register/index.d.ts +47 -0
- package/dist/src/ElysiaPlugin/routes/auth/register/types.d.ts +18 -0
- package/dist/src/ElysiaPlugin/routes/auth/register/utils.d.ts +8 -0
- package/dist/src/ElysiaPlugin/routes/auth/sessions/index.d.ts +33 -0
- package/dist/src/ElysiaPlugin/routes/auth/sessions/types.d.ts +67 -0
- package/dist/src/ElysiaPlugin/routes/auth/sessions/utils.d.ts +36 -0
- package/dist/src/ElysiaPlugin/routes/auth/types.d.ts +153 -0
- package/dist/src/ElysiaPlugin/routes/entity/index.d.ts +5 -0
- package/dist/src/ElysiaPlugin/routes/entity/types.d.ts +50 -0
- package/dist/src/ElysiaPlugin/routes/entity/utils.d.ts +11 -0
- package/dist/src/ElysiaPlugin/routes/index.d.ts +5 -0
- package/dist/src/ElysiaPlugin/routes/monitoring/index.d.ts +58 -0
- package/dist/src/ElysiaPlugin/routes/storage/cdn.d.ts +51 -0
- package/dist/src/ElysiaPlugin/routes/storage/helpers.d.ts +53 -0
- package/dist/src/ElysiaPlugin/routes/storage/index.d.ts +3 -0
- package/dist/src/ElysiaPlugin/routes/verification/index.d.ts +39 -0
- package/dist/src/ElysiaPlugin/swagger.d.ts +28 -0
- package/dist/src/ElysiaPlugin/utils.d.ts +70 -0
- package/dist/src/Managers/Dapr/clients/binding-client.d.ts +15 -0
- package/dist/src/Managers/Dapr/clients/config-client.d.ts +27 -0
- package/dist/src/Managers/Dapr/clients/crypto-client.d.ts +27 -0
- package/dist/src/Managers/Dapr/clients/invoke-client.d.ts +32 -0
- package/dist/src/Managers/Dapr/clients/lock-client.d.ts +23 -0
- package/dist/src/Managers/Dapr/clients/pubsub-client.d.ts +23 -0
- package/dist/src/Managers/Dapr/clients/secret-client.d.ts +19 -0
- package/dist/src/Managers/Dapr/clients/state-client.d.ts +55 -0
- package/dist/src/Managers/Dapr/clients/workflow-client.d.ts +39 -0
- package/dist/src/Managers/Dapr/connection-manager.d.ts +51 -0
- package/dist/src/Managers/Dapr/constants.d.ts +49 -0
- package/dist/src/Managers/Dapr/dapr-manager.d.ts +160 -0
- package/dist/src/Managers/Dapr/error-handling.d.ts +29 -0
- package/dist/src/Managers/Dapr/index.d.ts +102 -0
- package/dist/src/Managers/Dapr/types.d.ts +121 -0
- package/dist/src/Managers/Dapr/utils.d.ts +44 -0
- package/dist/src/Managers/File/atomic.d.ts +64 -0
- package/dist/src/Managers/File/core.d.ts +188 -0
- package/dist/src/Managers/File/index.d.ts +18 -0
- package/dist/src/Managers/File/permissions.d.ts +72 -0
- package/dist/src/Managers/File/streaming.d.ts +30 -0
- package/dist/src/Managers/File/types.d.ts +146 -0
- package/dist/src/Managers/File/utils.d.ts +112 -0
- package/dist/src/Managers/Postgre/index.d.ts +25 -0
- package/dist/src/Managers/Redis/index.d.ts +33 -0
- package/dist/src/Managers/index.d.ts +5 -0
- package/dist/src/Services/Auth/Fingerprint/Generate/index.d.ts +3 -0
- package/dist/src/Services/Auth/Fingerprint/Validate/index.d.ts +3 -0
- package/dist/src/Services/Auth/Fingerprint/index.d.ts +5 -0
- package/dist/src/Services/Auth/Fingerprint/types.d.ts +20 -0
- package/dist/src/Services/Auth/Fingerprint/utils.d.ts +3 -0
- package/dist/src/Services/Auth/JWT/Decode/index.d.ts +3 -0
- package/dist/src/Services/Auth/JWT/Sign/index.d.ts +3 -0
- package/dist/src/Services/Auth/JWT/Verify/index.d.ts +3 -0
- package/dist/src/Services/Auth/JWT/index.d.ts +5 -0
- package/dist/src/Services/Auth/JWT/types.d.ts +38 -0
- package/dist/src/Services/Auth/JWT/utils.d.ts +10 -0
- package/dist/src/Services/Auth/Password/Generate/index.d.ts +3 -0
- package/dist/src/Services/Auth/Password/Validate/index.d.ts +3 -0
- package/dist/src/Services/Auth/Password/index.d.ts +2 -0
- package/dist/src/Services/Auth/Password/types.d.ts +16 -0
- package/dist/src/Services/Auth/RefreshToken/Delete/index.d.ts +3 -0
- package/dist/src/Services/Auth/RefreshToken/Generate/index.d.ts +11 -0
- package/dist/src/Services/Auth/RefreshToken/Read/index.d.ts +11 -0
- package/dist/src/Services/Auth/RefreshToken/Validate/index.d.ts +11 -0
- package/dist/src/Services/Auth/RefreshToken/index.d.ts +5 -0
- package/dist/src/Services/Auth/RefreshToken/types.d.ts +27 -0
- package/dist/src/Services/Auth/RefreshToken/utils.d.ts +6 -0
- package/dist/src/Services/Auth/Session/Issue/index.d.ts +9 -0
- package/dist/src/Services/Auth/Session/index.d.ts +2 -0
- package/dist/src/Services/Auth/Session/types.d.ts +13 -0
- package/dist/src/Services/Auth/SessionStore/Delete/index.d.ts +3 -0
- package/dist/src/Services/Auth/SessionStore/Generate/index.d.ts +11 -0
- package/dist/src/Services/Auth/SessionStore/Read/index.d.ts +3 -0
- package/dist/src/Services/Auth/SessionStore/Update/index.d.ts +24 -0
- package/dist/src/Services/Auth/SessionStore/Validate/index.d.ts +3 -0
- package/dist/src/Services/Auth/SessionStore/index.d.ts +7 -0
- package/dist/src/Services/Auth/SessionStore/types.d.ts +59 -0
- package/dist/src/Services/Auth/SessionStore/utils.d.ts +6 -0
- package/dist/src/Services/Auth/index.d.ts +7 -0
- package/dist/src/Services/Authorization/ClaimSeeder/index.d.ts +6 -0
- package/dist/src/Services/Authorization/GodminSetup/index.d.ts +10 -0
- package/dist/src/Services/Authorization/Middleware/index.d.ts +21 -0
- package/dist/src/Services/Authorization/index.d.ts +5 -0
- package/dist/src/Services/Authorization/types.d.ts +68 -0
- package/dist/src/Services/Captcha/index.d.ts +15 -0
- package/dist/src/Services/Captcha/types.d.ts +69 -0
- package/dist/src/Services/Gmail/index.d.ts +62 -0
- package/dist/src/Services/Logger/Logger.d.ts +77 -0
- package/dist/src/Services/Logger/index.d.ts +5 -0
- package/dist/src/Services/Logger/transports.d.ts +54 -0
- package/dist/src/Services/Logger/types.d.ts +88 -0
- package/dist/src/Services/Logger/utils.d.ts +8 -0
- package/dist/src/Services/Monitoring/AlertService.d.ts +29 -0
- package/dist/src/Services/Monitoring/collectors/ApplicationCollector.d.ts +30 -0
- package/dist/src/Services/Monitoring/collectors/SystemCollector.d.ts +13 -0
- package/dist/src/Services/Monitoring/collectors/index.d.ts +3 -0
- package/dist/src/Services/Monitoring/index.d.ts +109 -0
- package/dist/src/Services/Monitoring/types.d.ts +163 -0
- package/dist/src/Services/Notification/index.d.ts +31 -0
- package/dist/src/Services/Notification/types.d.ts +59 -0
- package/dist/src/Services/RateLimiter/index.d.ts +99 -0
- package/dist/src/Services/Verification/index.d.ts +23 -0
- package/dist/src/Services/Verification/types.d.ts +135 -0
- package/dist/src/Services/index.d.ts +10 -0
- package/dist/src/types.d.ts +588 -0
- package/package.json +99 -0
- package/public/components/CTA.tsx +25 -0
- package/public/components/Capabilities.tsx +69 -0
- package/public/components/Features.tsx +107 -0
- package/public/components/Footer.tsx +60 -0
- package/public/components/Hero.tsx +53 -0
- package/public/components/Managers.tsx +60 -0
- package/public/components/Nav.tsx +107 -0
- package/public/components/Stack.tsx +36 -0
- package/public/components/docs/Docs.tsx +62 -0
- package/public/components/docs/DocsContent.tsx +203 -0
- package/public/components/docs/DocsRightSidebar.tsx +53 -0
- package/public/components/docs/DocsSidebar.tsx +62 -0
- package/public/components/docs/content/authentication.ts +1670 -0
- package/public/components/docs/content/gettingStarted.ts +627 -0
- package/public/components/docs/docsData.ts +36 -0
- package/public/components/docs/index.ts +6 -0
- package/public/components/index.ts +9 -0
- package/public/docs.css +633 -0
- package/public/index.html +81 -0
- package/public/index.tsx +52 -0
- package/public/store.ts +79 -0
- package/public/styles.css +877 -0
- package/schemas/bckp/config.nucleus.json +1488 -0
- package/schemas/bckp/nucleus.tables.schema.json +24 -0
- package/schemas/bckp/table.schema.json +472 -0
- package/schemas/config.nucleus.json +1010 -0
- package/schemas/nucleus.tables.schema.json +19 -0
- package/schemas/table.schema.json +498 -0
- package/scripts/build.ts +197 -0
- package/scripts/generate-schema.ts +556 -0
- package/scripts/generate-system-tables-types.ts +18 -0
- package/scripts/generate-types-schema.ts +962 -0
- package/scripts/publish.ts +210 -0
- package/scripts/version.ts +125 -0
- package/src/system.tables.json +1590 -0
|
@@ -0,0 +1,877 @@
|
|
|
1
|
+
* {
|
|
2
|
+
margin: 0;
|
|
3
|
+
padding: 0;
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
:root {
|
|
8
|
+
--bg-primary: #ffffff;
|
|
9
|
+
--bg-secondary: #f8fafc;
|
|
10
|
+
--bg-tertiary: #f1f5f9;
|
|
11
|
+
--text-primary: #0f172a;
|
|
12
|
+
--text-secondary: #475569;
|
|
13
|
+
--text-muted: #94a3b8;
|
|
14
|
+
--border: #e2e8f0;
|
|
15
|
+
--card-bg: #ffffff;
|
|
16
|
+
--card-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
|
|
17
|
+
--card-shadow-hover: 0 10px 25px rgba(0, 0, 0, 0.1);
|
|
18
|
+
--gradient-start: #3b82f6;
|
|
19
|
+
--gradient-end: #8b5cf6;
|
|
20
|
+
--success: #10b981;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
[data-theme="dark"] {
|
|
24
|
+
--bg-primary: #0f172a;
|
|
25
|
+
--bg-secondary: #1e293b;
|
|
26
|
+
--bg-tertiary: #334155;
|
|
27
|
+
--text-primary: #f8fafc;
|
|
28
|
+
--text-secondary: #cbd5e1;
|
|
29
|
+
--text-muted: #64748b;
|
|
30
|
+
--border: #334155;
|
|
31
|
+
--card-bg: #1e293b;
|
|
32
|
+
--card-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
33
|
+
--card-shadow-hover: 0 10px 25px rgba(0, 0, 0, 0.4);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
html {
|
|
37
|
+
scroll-behavior: smooth;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
body {
|
|
41
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
|
|
42
|
+
background: var(--bg-primary);
|
|
43
|
+
color: var(--text-primary);
|
|
44
|
+
line-height: 1.6;
|
|
45
|
+
transition:
|
|
46
|
+
background-color 0.3s ease,
|
|
47
|
+
color 0.3s ease;
|
|
48
|
+
overflow-x: hidden;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.container {
|
|
52
|
+
max-width: 1200px;
|
|
53
|
+
margin: 0 auto;
|
|
54
|
+
padding: 0 24px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.nav {
|
|
58
|
+
position: fixed;
|
|
59
|
+
top: 0;
|
|
60
|
+
left: 0;
|
|
61
|
+
right: 0;
|
|
62
|
+
z-index: 50;
|
|
63
|
+
border-bottom: 1px solid var(--border);
|
|
64
|
+
backdrop-filter: blur(12px);
|
|
65
|
+
background: var(--bg-primary);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.nav-inner {
|
|
69
|
+
display: flex;
|
|
70
|
+
align-items: center;
|
|
71
|
+
justify-content: space-between;
|
|
72
|
+
height: 64px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.nav-logo {
|
|
76
|
+
display: flex;
|
|
77
|
+
align-items: center;
|
|
78
|
+
gap: 12px;
|
|
79
|
+
font-weight: 600;
|
|
80
|
+
font-size: 1.125rem;
|
|
81
|
+
text-decoration: none;
|
|
82
|
+
color: var(--text-primary);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.nav-logo-icon {
|
|
86
|
+
width: 32px;
|
|
87
|
+
height: 32px;
|
|
88
|
+
border-radius: 8px;
|
|
89
|
+
display: flex;
|
|
90
|
+
align-items: center;
|
|
91
|
+
justify-content: center;
|
|
92
|
+
color: white;
|
|
93
|
+
font-weight: 700;
|
|
94
|
+
font-size: 14px;
|
|
95
|
+
background: linear-gradient(
|
|
96
|
+
135deg,
|
|
97
|
+
var(--gradient-start),
|
|
98
|
+
var(--gradient-end)
|
|
99
|
+
);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.nav-links {
|
|
103
|
+
display: none;
|
|
104
|
+
align-items: center;
|
|
105
|
+
gap: 32px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
@media (min-width: 768px) {
|
|
109
|
+
.nav-links {
|
|
110
|
+
display: flex;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.nav-link {
|
|
115
|
+
font-size: 0.875rem;
|
|
116
|
+
font-weight: 500;
|
|
117
|
+
text-decoration: none;
|
|
118
|
+
transition: color 0.2s;
|
|
119
|
+
color: var(--text-secondary);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.nav-link:hover {
|
|
123
|
+
color: var(--text-primary);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.nav-actions {
|
|
127
|
+
display: flex;
|
|
128
|
+
align-items: center;
|
|
129
|
+
gap: 16px;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.theme-toggle {
|
|
133
|
+
width: 40px;
|
|
134
|
+
height: 40px;
|
|
135
|
+
border-radius: 12px;
|
|
136
|
+
border: 1px solid var(--border);
|
|
137
|
+
display: flex;
|
|
138
|
+
align-items: center;
|
|
139
|
+
justify-content: center;
|
|
140
|
+
cursor: pointer;
|
|
141
|
+
transition: all 0.2s;
|
|
142
|
+
background: var(--bg-secondary);
|
|
143
|
+
color: var(--text-secondary);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.theme-toggle:hover {
|
|
147
|
+
background: var(--bg-tertiary);
|
|
148
|
+
color: var(--text-primary);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.btn {
|
|
152
|
+
display: inline-flex;
|
|
153
|
+
align-items: center;
|
|
154
|
+
gap: 8px;
|
|
155
|
+
padding: 10px 20px;
|
|
156
|
+
border-radius: 8px;
|
|
157
|
+
font-size: 0.875rem;
|
|
158
|
+
font-weight: 500;
|
|
159
|
+
text-decoration: none;
|
|
160
|
+
transition: all 0.2s;
|
|
161
|
+
cursor: pointer;
|
|
162
|
+
border: none;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.btn-primary {
|
|
166
|
+
color: white;
|
|
167
|
+
background: linear-gradient(
|
|
168
|
+
135deg,
|
|
169
|
+
var(--gradient-start),
|
|
170
|
+
var(--gradient-end)
|
|
171
|
+
);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.btn-primary:hover {
|
|
175
|
+
transform: translateY(-2px);
|
|
176
|
+
box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.btn-secondary {
|
|
180
|
+
border: 1px solid var(--border);
|
|
181
|
+
background: var(--bg-secondary);
|
|
182
|
+
color: var(--text-primary);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.btn-secondary:hover {
|
|
186
|
+
background: var(--bg-tertiary);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.hero {
|
|
190
|
+
min-height: 100vh;
|
|
191
|
+
display: flex;
|
|
192
|
+
align-items: center;
|
|
193
|
+
padding-top: 64px;
|
|
194
|
+
position: relative;
|
|
195
|
+
overflow: hidden;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.hero-bg {
|
|
199
|
+
position: absolute;
|
|
200
|
+
top: 0;
|
|
201
|
+
left: 0;
|
|
202
|
+
right: 0;
|
|
203
|
+
bottom: 0;
|
|
204
|
+
pointer-events: none;
|
|
205
|
+
background: radial-gradient(
|
|
206
|
+
ellipse 80% 50% at 50% -20%,
|
|
207
|
+
rgba(59, 130, 246, 0.15),
|
|
208
|
+
transparent
|
|
209
|
+
);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.hero-content {
|
|
213
|
+
position: relative;
|
|
214
|
+
z-index: 10;
|
|
215
|
+
text-align: center;
|
|
216
|
+
max-width: 800px;
|
|
217
|
+
margin: 0 auto;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.hero-badge {
|
|
221
|
+
display: inline-flex;
|
|
222
|
+
align-items: center;
|
|
223
|
+
gap: 8px;
|
|
224
|
+
padding: 6px 16px;
|
|
225
|
+
border-radius: 100px;
|
|
226
|
+
font-size: 0.75rem;
|
|
227
|
+
font-weight: 500;
|
|
228
|
+
margin-bottom: 24px;
|
|
229
|
+
border: 1px solid var(--border);
|
|
230
|
+
background: var(--bg-secondary);
|
|
231
|
+
color: var(--text-secondary);
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.hero-badge-dot {
|
|
235
|
+
width: 6px;
|
|
236
|
+
height: 6px;
|
|
237
|
+
border-radius: 50%;
|
|
238
|
+
animation: pulse 2s infinite;
|
|
239
|
+
background: var(--success);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
@keyframes pulse {
|
|
243
|
+
0%,
|
|
244
|
+
100% {
|
|
245
|
+
opacity: 1;
|
|
246
|
+
}
|
|
247
|
+
50% {
|
|
248
|
+
opacity: 0.5;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.hero-title {
|
|
253
|
+
font-size: 2.5rem;
|
|
254
|
+
font-weight: 700;
|
|
255
|
+
line-height: 1.1;
|
|
256
|
+
margin-bottom: 24px;
|
|
257
|
+
letter-spacing: -0.02em;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
@media (min-width: 768px) {
|
|
261
|
+
.hero-title {
|
|
262
|
+
font-size: 3.5rem;
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
@media (min-width: 1024px) {
|
|
267
|
+
.hero-title {
|
|
268
|
+
font-size: 4rem;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.hero-title-gradient {
|
|
273
|
+
background: linear-gradient(
|
|
274
|
+
135deg,
|
|
275
|
+
var(--gradient-start),
|
|
276
|
+
var(--gradient-end)
|
|
277
|
+
);
|
|
278
|
+
-webkit-background-clip: text;
|
|
279
|
+
-webkit-text-fill-color: transparent;
|
|
280
|
+
background-clip: text;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.hero-description {
|
|
284
|
+
font-size: 1.125rem;
|
|
285
|
+
max-width: 600px;
|
|
286
|
+
margin: 0 auto 40px;
|
|
287
|
+
line-height: 1.7;
|
|
288
|
+
color: var(--text-secondary);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.hero-actions {
|
|
292
|
+
display: flex;
|
|
293
|
+
align-items: center;
|
|
294
|
+
justify-content: center;
|
|
295
|
+
gap: 16px;
|
|
296
|
+
flex-wrap: wrap;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.hero-stats {
|
|
300
|
+
display: flex;
|
|
301
|
+
align-items: center;
|
|
302
|
+
justify-content: center;
|
|
303
|
+
gap: 48px;
|
|
304
|
+
margin-top: 64px;
|
|
305
|
+
padding-top: 40px;
|
|
306
|
+
border-top: 1px solid var(--border);
|
|
307
|
+
flex-wrap: wrap;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.hero-stat {
|
|
311
|
+
text-align: center;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.hero-stat-value {
|
|
315
|
+
font-size: 2rem;
|
|
316
|
+
font-weight: 700;
|
|
317
|
+
color: var(--text-primary);
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.hero-stat-label {
|
|
321
|
+
font-size: 0.875rem;
|
|
322
|
+
margin-top: 4px;
|
|
323
|
+
color: var(--text-muted);
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.features {
|
|
327
|
+
padding: 96px 0;
|
|
328
|
+
background: var(--bg-secondary);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
@media (min-width: 768px) {
|
|
332
|
+
.features {
|
|
333
|
+
padding: 128px 0;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.section-header {
|
|
338
|
+
text-align: center;
|
|
339
|
+
max-width: 600px;
|
|
340
|
+
margin: 0 auto 64px;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.section-label {
|
|
344
|
+
font-size: 0.75rem;
|
|
345
|
+
font-weight: 600;
|
|
346
|
+
text-transform: uppercase;
|
|
347
|
+
letter-spacing: 0.1em;
|
|
348
|
+
margin-bottom: 16px;
|
|
349
|
+
color: var(--gradient-start);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.section-title {
|
|
353
|
+
font-size: 1.875rem;
|
|
354
|
+
font-weight: 700;
|
|
355
|
+
margin-bottom: 16px;
|
|
356
|
+
letter-spacing: -0.02em;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
@media (min-width: 768px) {
|
|
360
|
+
.section-title {
|
|
361
|
+
font-size: 2.5rem;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.section-description {
|
|
366
|
+
color: var(--text-secondary);
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.features-grid {
|
|
370
|
+
display: grid;
|
|
371
|
+
gap: 24px;
|
|
372
|
+
grid-template-columns: 1fr;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
@media (min-width: 640px) {
|
|
376
|
+
.features-grid {
|
|
377
|
+
grid-template-columns: repeat(2, 1fr);
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
@media (min-width: 1024px) {
|
|
382
|
+
.features-grid {
|
|
383
|
+
grid-template-columns: repeat(3, 1fr);
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.feature-card {
|
|
388
|
+
padding: 32px;
|
|
389
|
+
border-radius: 16px;
|
|
390
|
+
border: 1px solid var(--border);
|
|
391
|
+
transition: all 0.3s;
|
|
392
|
+
background: var(--card-bg);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.feature-card:hover {
|
|
396
|
+
transform: translateY(-4px);
|
|
397
|
+
box-shadow: var(--card-shadow-hover);
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.feature-icon {
|
|
401
|
+
width: 48px;
|
|
402
|
+
height: 48px;
|
|
403
|
+
border-radius: 12px;
|
|
404
|
+
display: flex;
|
|
405
|
+
align-items: center;
|
|
406
|
+
justify-content: center;
|
|
407
|
+
margin-bottom: 20px;
|
|
408
|
+
color: white;
|
|
409
|
+
font-size: 1.25rem;
|
|
410
|
+
background: linear-gradient(
|
|
411
|
+
135deg,
|
|
412
|
+
var(--gradient-start),
|
|
413
|
+
var(--gradient-end)
|
|
414
|
+
);
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.feature-title {
|
|
418
|
+
font-size: 1.125rem;
|
|
419
|
+
font-weight: 600;
|
|
420
|
+
margin-bottom: 12px;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.feature-description {
|
|
424
|
+
font-size: 0.9375rem;
|
|
425
|
+
line-height: 1.6;
|
|
426
|
+
color: var(--text-secondary);
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.feature-tags {
|
|
430
|
+
display: flex;
|
|
431
|
+
flex-wrap: wrap;
|
|
432
|
+
gap: 8px;
|
|
433
|
+
margin-top: 16px;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.feature-tag {
|
|
437
|
+
padding: 4px 10px;
|
|
438
|
+
border-radius: 6px;
|
|
439
|
+
font-size: 0.75rem;
|
|
440
|
+
font-weight: 500;
|
|
441
|
+
background: var(--bg-tertiary);
|
|
442
|
+
color: var(--text-muted);
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.feature-tag.done {
|
|
446
|
+
background: rgba(16, 185, 129, 0.1);
|
|
447
|
+
color: var(--success);
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.stack {
|
|
451
|
+
padding: 96px 0;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
@media (min-width: 768px) {
|
|
455
|
+
.stack {
|
|
456
|
+
padding: 128px 0;
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.stack-grid {
|
|
461
|
+
display: grid;
|
|
462
|
+
gap: 16px;
|
|
463
|
+
grid-template-columns: repeat(2, 1fr);
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
@media (min-width: 640px) {
|
|
467
|
+
.stack-grid {
|
|
468
|
+
grid-template-columns: repeat(3, 1fr);
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
@media (min-width: 1024px) {
|
|
473
|
+
.stack-grid {
|
|
474
|
+
grid-template-columns: repeat(6, 1fr);
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.stack-item {
|
|
479
|
+
display: flex;
|
|
480
|
+
flex-direction: column;
|
|
481
|
+
align-items: center;
|
|
482
|
+
padding: 24px;
|
|
483
|
+
border-radius: 12px;
|
|
484
|
+
text-align: center;
|
|
485
|
+
border: 1px solid var(--border);
|
|
486
|
+
transition: all 0.2s;
|
|
487
|
+
background: var(--bg-secondary);
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.stack-item:hover {
|
|
491
|
+
transform: translateY(-2px);
|
|
492
|
+
border-color: var(--gradient-start);
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.stack-icon {
|
|
496
|
+
font-size: 2rem;
|
|
497
|
+
margin-bottom: 12px;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.stack-name {
|
|
501
|
+
font-size: 0.875rem;
|
|
502
|
+
font-weight: 500;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.cta {
|
|
506
|
+
padding: 96px 0;
|
|
507
|
+
background: var(--bg-secondary);
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
@media (min-width: 768px) {
|
|
511
|
+
.cta {
|
|
512
|
+
padding: 128px 0;
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.cta-inner {
|
|
517
|
+
border-radius: 24px;
|
|
518
|
+
padding: 48px 24px;
|
|
519
|
+
text-align: center;
|
|
520
|
+
position: relative;
|
|
521
|
+
overflow: hidden;
|
|
522
|
+
background: linear-gradient(
|
|
523
|
+
135deg,
|
|
524
|
+
var(--gradient-start),
|
|
525
|
+
var(--gradient-end)
|
|
526
|
+
);
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
@media (min-width: 768px) {
|
|
530
|
+
.cta-inner {
|
|
531
|
+
padding: 64px;
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.cta-inner::before {
|
|
536
|
+
content: "";
|
|
537
|
+
position: absolute;
|
|
538
|
+
top: 0;
|
|
539
|
+
left: 0;
|
|
540
|
+
right: 0;
|
|
541
|
+
bottom: 0;
|
|
542
|
+
opacity: 0.3;
|
|
543
|
+
background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.cta-content {
|
|
547
|
+
position: relative;
|
|
548
|
+
z-index: 10;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.cta-title {
|
|
552
|
+
font-size: 1.5rem;
|
|
553
|
+
font-weight: 700;
|
|
554
|
+
color: white;
|
|
555
|
+
margin-bottom: 16px;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
@media (min-width: 768px) {
|
|
559
|
+
.cta-title {
|
|
560
|
+
font-size: 2.25rem;
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.cta-description {
|
|
565
|
+
font-size: 1.125rem;
|
|
566
|
+
max-width: 500px;
|
|
567
|
+
margin: 0 auto 32px;
|
|
568
|
+
color: rgba(255, 255, 255, 0.8);
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.cta .btn-primary {
|
|
572
|
+
background: white;
|
|
573
|
+
color: var(--gradient-start);
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.cta .btn-primary:hover {
|
|
577
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.footer {
|
|
581
|
+
padding: 48px 0;
|
|
582
|
+
border-top: 1px solid var(--border);
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.footer-inner {
|
|
586
|
+
display: flex;
|
|
587
|
+
align-items: center;
|
|
588
|
+
justify-content: space-between;
|
|
589
|
+
flex-wrap: wrap;
|
|
590
|
+
gap: 24px;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.footer-copy {
|
|
594
|
+
font-size: 0.875rem;
|
|
595
|
+
color: var(--text-muted);
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.footer-links {
|
|
599
|
+
display: flex;
|
|
600
|
+
gap: 24px;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.footer-link {
|
|
604
|
+
font-size: 0.875rem;
|
|
605
|
+
text-decoration: none;
|
|
606
|
+
transition: color 0.2s;
|
|
607
|
+
color: var(--text-secondary);
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.footer-link:hover {
|
|
611
|
+
color: var(--text-primary);
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
@media (max-width: 768px) {
|
|
615
|
+
.hero-stats {
|
|
616
|
+
flex-direction: column;
|
|
617
|
+
gap: 24px;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.footer-inner {
|
|
621
|
+
flex-direction: column;
|
|
622
|
+
text-align: center;
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
/* Managers Section */
|
|
627
|
+
.managers {
|
|
628
|
+
padding: 96px 0;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
@media (min-width: 768px) {
|
|
632
|
+
.managers {
|
|
633
|
+
padding: 128px 0;
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.managers-grid {
|
|
638
|
+
display: flex;
|
|
639
|
+
flex-direction: column;
|
|
640
|
+
gap: 16px;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.manager-card {
|
|
644
|
+
display: flex;
|
|
645
|
+
align-items: flex-start;
|
|
646
|
+
gap: 20px;
|
|
647
|
+
padding: 24px;
|
|
648
|
+
border-radius: 12px;
|
|
649
|
+
border: 1px solid var(--border);
|
|
650
|
+
background: var(--bg-secondary);
|
|
651
|
+
transition: all 0.2s;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.manager-card:hover {
|
|
655
|
+
border-color: var(--gradient-start);
|
|
656
|
+
transform: translateX(4px);
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.manager-icon {
|
|
660
|
+
font-size: 2rem;
|
|
661
|
+
flex-shrink: 0;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.manager-content {
|
|
665
|
+
flex: 1;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.manager-name {
|
|
669
|
+
font-size: 1rem;
|
|
670
|
+
font-weight: 600;
|
|
671
|
+
margin-bottom: 4px;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.manager-description {
|
|
675
|
+
font-size: 0.875rem;
|
|
676
|
+
color: var(--text-secondary);
|
|
677
|
+
line-height: 1.5;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
/* Capabilities Section */
|
|
681
|
+
.capabilities {
|
|
682
|
+
padding: 96px 0;
|
|
683
|
+
background: var(--bg-secondary);
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
@media (min-width: 768px) {
|
|
687
|
+
.capabilities {
|
|
688
|
+
padding: 128px 0;
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.capabilities-grid {
|
|
693
|
+
display: grid;
|
|
694
|
+
gap: 32px;
|
|
695
|
+
grid-template-columns: 1fr;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
@media (min-width: 768px) {
|
|
699
|
+
.capabilities-grid {
|
|
700
|
+
grid-template-columns: repeat(3, 1fr);
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.capability-group {
|
|
705
|
+
background: var(--card-bg);
|
|
706
|
+
border: 1px solid var(--border);
|
|
707
|
+
border-radius: 16px;
|
|
708
|
+
padding: 24px;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.capability-category {
|
|
712
|
+
font-size: 1rem;
|
|
713
|
+
font-weight: 600;
|
|
714
|
+
margin-bottom: 16px;
|
|
715
|
+
padding-bottom: 12px;
|
|
716
|
+
border-bottom: 1px solid var(--border);
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.capability-list {
|
|
720
|
+
list-style: none;
|
|
721
|
+
display: flex;
|
|
722
|
+
flex-direction: column;
|
|
723
|
+
gap: 12px;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.capability-item {
|
|
727
|
+
display: flex;
|
|
728
|
+
align-items: center;
|
|
729
|
+
gap: 10px;
|
|
730
|
+
font-size: 0.875rem;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.capability-status {
|
|
734
|
+
width: 20px;
|
|
735
|
+
height: 20px;
|
|
736
|
+
border-radius: 50%;
|
|
737
|
+
display: flex;
|
|
738
|
+
align-items: center;
|
|
739
|
+
justify-content: center;
|
|
740
|
+
font-size: 0.75rem;
|
|
741
|
+
flex-shrink: 0;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.capability-status.ready {
|
|
745
|
+
background: rgba(16, 185, 129, 0.15);
|
|
746
|
+
color: var(--success);
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
.capability-status.soon {
|
|
750
|
+
background: var(--bg-tertiary);
|
|
751
|
+
color: var(--text-muted);
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.capability-name {
|
|
755
|
+
flex: 1;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.capability-badge {
|
|
759
|
+
font-size: 0.625rem;
|
|
760
|
+
font-weight: 600;
|
|
761
|
+
text-transform: uppercase;
|
|
762
|
+
letter-spacing: 0.05em;
|
|
763
|
+
padding: 2px 6px;
|
|
764
|
+
border-radius: 4px;
|
|
765
|
+
background: var(--bg-tertiary);
|
|
766
|
+
color: var(--text-muted);
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
/* Stack description */
|
|
770
|
+
.stack-desc {
|
|
771
|
+
font-size: 0.75rem;
|
|
772
|
+
color: var(--text-muted);
|
|
773
|
+
margin-top: 4px;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
/* CTA Actions */
|
|
777
|
+
.cta-actions {
|
|
778
|
+
display: flex;
|
|
779
|
+
align-items: center;
|
|
780
|
+
justify-content: center;
|
|
781
|
+
gap: 16px;
|
|
782
|
+
flex-wrap: wrap;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
.cta .btn-secondary {
|
|
786
|
+
background: rgba(255, 255, 255, 0.15);
|
|
787
|
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
788
|
+
color: white;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.cta .btn-secondary:hover {
|
|
792
|
+
background: rgba(255, 255, 255, 0.25);
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
/* Enhanced Footer */
|
|
796
|
+
.footer {
|
|
797
|
+
padding: 64px 0 32px;
|
|
798
|
+
border-top: 1px solid var(--border);
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.footer-inner {
|
|
802
|
+
display: grid;
|
|
803
|
+
gap: 48px;
|
|
804
|
+
grid-template-columns: 1fr;
|
|
805
|
+
margin-bottom: 48px;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
@media (min-width: 768px) {
|
|
809
|
+
.footer-inner {
|
|
810
|
+
grid-template-columns: 2fr 3fr;
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.footer-brand {
|
|
815
|
+
display: flex;
|
|
816
|
+
flex-direction: column;
|
|
817
|
+
gap: 8px;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
.footer-logo {
|
|
821
|
+
display: flex;
|
|
822
|
+
align-items: center;
|
|
823
|
+
gap: 12px;
|
|
824
|
+
font-weight: 600;
|
|
825
|
+
font-size: 1.125rem;
|
|
826
|
+
color: var(--text-primary);
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.footer-tagline {
|
|
830
|
+
font-size: 0.875rem;
|
|
831
|
+
color: var(--text-muted);
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
.footer-links-grid {
|
|
835
|
+
display: grid;
|
|
836
|
+
gap: 32px;
|
|
837
|
+
grid-template-columns: repeat(3, 1fr);
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.footer-links-group {
|
|
841
|
+
display: flex;
|
|
842
|
+
flex-direction: column;
|
|
843
|
+
gap: 12px;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
.footer-links-title {
|
|
847
|
+
font-size: 0.75rem;
|
|
848
|
+
font-weight: 600;
|
|
849
|
+
text-transform: uppercase;
|
|
850
|
+
letter-spacing: 0.1em;
|
|
851
|
+
color: var(--text-muted);
|
|
852
|
+
margin-bottom: 4px;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.footer-bottom {
|
|
856
|
+
padding-top: 24px;
|
|
857
|
+
border-top: 1px solid var(--border);
|
|
858
|
+
text-align: center;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
@media (max-width: 768px) {
|
|
862
|
+
.footer-links-grid {
|
|
863
|
+
grid-template-columns: 1fr;
|
|
864
|
+
text-align: center;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
.footer-brand {
|
|
868
|
+
text-align: center;
|
|
869
|
+
align-items: center;
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
/* Nav active link */
|
|
874
|
+
.nav-link.active {
|
|
875
|
+
color: var(--gradient-start);
|
|
876
|
+
font-weight: 600;
|
|
877
|
+
}
|