@cdmbase/wiki-browser 12.0.18-alpha.5
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 +21 -0
- package/lib/components/Logo.d.ts +4 -0
- package/lib/components/Logo.d.ts.map +1 -0
- package/lib/components/Logo.js +16 -0
- package/lib/components/Logo.js.map +1 -0
- package/lib/components/help/SidebarSearch.d.ts +8 -0
- package/lib/components/help/SidebarSearch.d.ts.map +1 -0
- package/lib/components/help/SidebarSearch.js +111 -0
- package/lib/components/help/SidebarSearch.js.map +1 -0
- package/lib/components/help/index.d.ts +2 -0
- package/lib/components/help/index.d.ts.map +1 -0
- package/lib/components/landing/FeatureCard.d.ts +13 -0
- package/lib/components/landing/FeatureCard.d.ts.map +1 -0
- package/lib/components/landing/FeatureCard.js +85 -0
- package/lib/components/landing/FeatureCard.js.map +1 -0
- package/lib/components/landing/QuickLinkCard.d.ts +8 -0
- package/lib/components/landing/QuickLinkCard.d.ts.map +1 -0
- package/lib/components/landing/QuickLinkCard.js +26 -0
- package/lib/components/landing/QuickLinkCard.js.map +1 -0
- package/lib/components/landing/SearchInput.d.ts +10 -0
- package/lib/components/landing/SearchInput.d.ts.map +1 -0
- package/lib/components/landing/SearchInput.js +223 -0
- package/lib/components/landing/SearchInput.js.map +1 -0
- package/lib/components/landing/index.d.ts +4 -0
- package/lib/components/landing/index.d.ts.map +1 -0
- package/lib/components/welcome.d.ts +3 -0
- package/lib/components/welcome.d.ts.map +1 -0
- package/lib/compute.d.ts +4 -0
- package/lib/compute.d.ts.map +1 -0
- package/lib/compute.js +96 -0
- package/lib/compute.js.map +1 -0
- package/lib/config/env-config.d.ts +4 -0
- package/lib/config/env-config.d.ts.map +1 -0
- package/lib/config/env-config.js +7 -0
- package/lib/config/env-config.js.map +1 -0
- package/lib/docs.config.d.ts +48 -0
- package/lib/docs.config.d.ts.map +1 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -0
- package/lib/loaders/search.d.ts +1 -0
- package/lib/loaders/search.d.ts.map +1 -0
- package/lib/module.d.ts +4 -0
- package/lib/module.d.ts.map +1 -0
- package/lib/module.js +11 -0
- package/lib/module.js.map +1 -0
- package/lib/pages/ArticlePage/ArticlePage.d.ts +4 -0
- package/lib/pages/ArticlePage/ArticlePage.d.ts.map +1 -0
- package/lib/pages/ArticlePage/ArticlePage.js +222 -0
- package/lib/pages/ArticlePage/ArticlePage.js.map +1 -0
- package/lib/pages/ArticlePage/index.d.ts +3 -0
- package/lib/pages/ArticlePage/index.d.ts.map +1 -0
- package/lib/pages/ArticlePage/index.js +3 -0
- package/lib/pages/ArticlePage/index.js.map +1 -0
- package/lib/pages/CategoryCollection/CategoryCollection.d.ts +4 -0
- package/lib/pages/CategoryCollection/CategoryCollection.d.ts.map +1 -0
- package/lib/pages/CategoryCollection/CategoryCollection.js +103 -0
- package/lib/pages/CategoryCollection/CategoryCollection.js.map +1 -0
- package/lib/pages/CategoryCollection/index.d.ts +3 -0
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -0
- package/lib/pages/CategoryCollection/index.js +3 -0
- package/lib/pages/CategoryCollection/index.js.map +1 -0
- package/lib/pages/Help/HelpIndex.d.ts +4 -0
- package/lib/pages/Help/HelpIndex.d.ts.map +1 -0
- package/lib/pages/Help/HelpIndex.js +44 -0
- package/lib/pages/Help/HelpIndex.js.map +1 -0
- package/lib/pages/Help/index.d.ts +4 -0
- package/lib/pages/Help/index.d.ts.map +1 -0
- package/lib/pages/Help/index.js +226 -0
- package/lib/pages/Help/index.js.map +1 -0
- package/lib/pages/Landing/index.d.ts +3 -0
- package/lib/pages/Landing/index.d.ts.map +1 -0
- package/lib/pages/Landing/index.js +281 -0
- package/lib/pages/Landing/index.js.map +1 -0
- package/lib/routes.json +2533 -0
- package/lib/seo.d.ts +22 -0
- package/lib/seo.d.ts.map +1 -0
- package/lib/slot-fill/FooterFill.d.ts +3 -0
- package/lib/slot-fill/FooterFill.d.ts.map +1 -0
- package/lib/slot-fill/FooterFill.js +18 -0
- package/lib/slot-fill/FooterFill.js.map +1 -0
- package/lib/slot-fill/LogoFill.d.ts +5 -0
- package/lib/slot-fill/LogoFill.d.ts.map +1 -0
- package/lib/slot-fill/LogoFill.js +74 -0
- package/lib/slot-fill/LogoFill.js.map +1 -0
- package/lib/slot-fill/consts.d.ts +5 -0
- package/lib/slot-fill/consts.d.ts.map +1 -0
- package/lib/slot-fill/consts.js +1 -0
- package/lib/slot-fill/consts.js.map +1 -0
- package/lib/slot-fill/index.d.ts +4 -0
- package/lib/slot-fill/index.d.ts.map +1 -0
- package/lib/templates/assets/images/add-link-frontend.png +0 -0
- package/lib/templates/assets/images/add-package-backend.png +0 -0
- package/lib/templates/assets/images/add-to-backend-module.png +0 -0
- package/lib/templates/assets/images/add-upload-client-frontend.png +0 -0
- package/lib/templates/assets/images/additional-parameters.png +0 -0
- package/lib/templates/assets/images/aeh-implementation.png +0 -0
- package/lib/templates/assets/images/aeh-usage.png +0 -0
- package/lib/templates/assets/images/apollo-client/recommendation_cache_mgmt.png +0 -0
- package/lib/templates/assets/images/app-deploy-new-version/jenkins1.PNG +0 -0
- package/lib/templates/assets/images/app-deploy-new-version/jenkins2.PNG +0 -0
- package/lib/templates/assets/images/auth-wrapper-code.png +0 -0
- package/lib/templates/assets/images/cdebase.png +0 -0
- package/lib/templates/assets/images/cdm-locales-directory.png +0 -0
- package/lib/templates/assets/images/client-settings.png +0 -0
- package/lib/templates/assets/images/codegen_file_update.png +0 -0
- package/lib/templates/assets/images/configuration.png +0 -0
- package/lib/templates/assets/images/copy-plugin.png +0 -0
- package/lib/templates/assets/images/docusaurus.png +0 -0
- package/lib/templates/assets/images/error-link.png +0 -0
- package/lib/templates/assets/images/error-sample.png +0 -0
- package/lib/templates/assets/images/extension copy.png +0 -0
- package/lib/templates/assets/images/extension.png +0 -0
- package/lib/templates/assets/images/graphql/graphql-folder-backend.png +0 -0
- package/lib/templates/assets/images/graphql/graphql-folder-with-gql.png +0 -0
- package/lib/templates/assets/images/i18n-config.png +0 -0
- package/lib/templates/assets/images/image.png +0 -0
- package/lib/templates/assets/images/logo.svg +10 -0
- package/lib/templates/assets/images/logo1.svg +1 -0
- package/lib/templates/assets/images/modify-upload-false-server.png +0 -0
- package/lib/templates/assets/images/navigation-auth-enabled.png +0 -0
- package/lib/templates/assets/images/org-dashboard-navigation.png +0 -0
- package/lib/templates/assets/images/org-navigation.png +0 -0
- package/lib/templates/assets/images/preferences_graphql_type.png +0 -0
- package/lib/templates/assets/images/provider.png +0 -0
- package/lib/templates/assets/images/route-config.png +0 -0
- package/lib/templates/assets/images/service-accounts.png +0 -0
- package/lib/templates/assets/images/source-code/source-code-environments.png +0 -0
- package/lib/templates/assets/images/source-code/source-code-organization.png +0 -0
- package/lib/templates/assets/images/spin-clone-develop-deployment/jenkins-changes.png +0 -0
- package/lib/templates/assets/images/spin-clone-develop-deployment/lerna-changes.png +0 -0
- package/lib/templates/assets/images/spin-clone-develop-deployment/root-package-json-changes.png +0 -0
- package/lib/templates/assets/images/spin-clone-develop-deployment/values-dev-changes.png +0 -0
- package/lib/templates/assets/images/sso-mappers.png +0 -0
- package/lib/templates/assets/images/sso-picture-mapper.png +0 -0
- package/lib/templates/assets/images/sso-settings.png +0 -0
- package/lib/templates/assets/images/timesheet_apollo_cache.png +0 -0
- package/lib/templates/assets/images/timesheet_query.png +0 -0
- package/lib/templates/assets/images/tutorial/docsVersionDropdown.png +0 -0
- package/lib/templates/assets/images/tutorial/localeDropdown.png +0 -0
- package/lib/templates/assets/images/unauthenticated.png +0 -0
- package/lib/templates/assets/images/undraw_docusaurus_mountain.svg +170 -0
- package/lib/templates/assets/images/undraw_docusaurus_react.svg +169 -0
- package/lib/templates/assets/images/undraw_docusaurus_tree.svg +1 -0
- package/lib/templates/assets/images/vite-plugin-config.png +0 -0
- package/lib/templates/content/docs/Generators/Project/generate-fullproject.md +12 -0
- package/lib/templates/content/docs/LLM/Logger.llm.md +194 -0
- package/lib/templates/content/docs/LLM/backend-proxies-services-llm.md +2687 -0
- package/lib/templates/content/docs/LLM/backend-service-llm.md +3384 -0
- package/lib/templates/content/docs/LLM/db_migration_llm.md +954 -0
- package/lib/templates/content/docs/LLM/frontend/REMIX-15.3-upgrade-llm.md +1245 -0
- package/lib/templates/content/docs/LLM/inngest/INNGEST_FUNCTION_DEVELOPMENT_GUIDE_LLM.md +1241 -0
- package/lib/templates/content/docs/LLM/inngest/INNGEST_NAMESPACE_LLM.md +384 -0
- package/lib/templates/content/docs/LLM/llm_workflow_namespace.md +384 -0
- package/lib/templates/content/docs/LLM/organization-components-form-llm.md +1395 -0
- package/lib/templates/content/docs/LLM/page-component-llm.md +173 -0
- package/lib/templates/content/docs/LLM/preferences-settings-llm.md +2781 -0
- package/lib/templates/content/docs/LLM/tailwind-css-llm.md +502 -0
- package/lib/templates/content/docs/UI/SchemaBasedUI.md +334 -0
- package/lib/templates/content/docs/UI/SlotFillComponent.md +334 -0
- package/lib/templates/content/docs/adminide-modules/account/auth0-login.md +31 -0
- package/lib/templates/content/docs/adminide-modules/account/index.md +14 -0
- package/lib/templates/content/docs/adminide-modules/account/keycloak-remix-setup.md +86 -0
- package/lib/templates/content/docs/adminide-modules/account/remix-auth-setup.md +79 -0
- package/lib/templates/content/docs/adminide-modules/account/various-auth-qatest.md +157 -0
- package/lib/templates/content/docs/adminide-modules/api-builders/graphql.md +906 -0
- package/lib/templates/content/docs/adminide-modules/billing/payments/index.md +14 -0
- package/lib/templates/content/docs/adminide-modules/billing/payments/stripe/index.md +14 -0
- package/lib/templates/content/docs/adminide-modules/billing/payments/stripe/settingup-stripe-locally.md +25 -0
- package/lib/templates/content/docs/adminide-modules/billing/tier-config.md +293 -0
- package/lib/templates/content/docs/adminide-modules/connectors/Connector.md +207 -0
- package/lib/templates/content/docs/adminide-modules/file-upload/index.md +16 -0
- package/lib/templates/content/docs/adminide-modules/file-upload/setup.md +435 -0
- package/lib/templates/content/docs/adminide-modules/file-upload/upload-file-using-signed-url.md +161 -0
- package/lib/templates/content/docs/adminide-modules/preferences/AddAdditionalPermissions.md +151 -0
- package/lib/templates/content/docs/adminide-modules/preferences/Configuration.md +241 -0
- package/lib/templates/content/docs/adminide-modules/preferences/Policy-Configuration.md +61 -0
- package/lib/templates/content/docs/adminide-modules/preferences/UI-components/ResourceSettingsLoader.md +319 -0
- package/lib/templates/content/docs/adminide-modules/preferences/contribute_scope_target.md +280 -0
- package/lib/templates/content/docs/adminide-modules/preferences/generate-urii.md +94 -0
- package/lib/templates/content/docs/adminide-modules/preferences/index.md +28 -0
- package/lib/templates/content/docs/adminide-modules/preferences/machine-configuration.md +157 -0
- package/lib/templates/content/docs/adminide-modules/preferences/pageSettings/generateCdecodeUri.md +1289 -0
- package/lib/templates/content/docs/adminide-modules/preferences/pageSettings/migratingFromUseSettings.md +215 -0
- package/lib/templates/content/docs/adminide-modules/preferences/permissions/Roles-Permissions.md +72 -0
- package/lib/templates/content/docs/adminide-modules/preferences/permissions/settingUserPermissions.md +139 -0
- package/lib/templates/content/docs/adminide-modules/preferences/preference-dependency.md +138 -0
- package/lib/templates/content/docs/adminide-modules/preferences/route-based-configuration.md +41 -0
- package/lib/templates/content/docs/adminide-modules/preferences/schema-configuration.md +71 -0
- package/lib/templates/content/docs/adminide-modules/preferences/supported.md +24 -0
- package/lib/templates/content/docs/adminide-modules/preferences/useSettingsLoader.md +248 -0
- package/lib/templates/content/docs/adminide-modules/project-tools/auth-providers.md +1317 -0
- package/lib/templates/content/docs/adminide-modules/project-tools/keycloak-guide.md +543 -0
- package/lib/templates/content/docs/adminide-modules/project-tools/tenant-management/tenant-based-authentication.md +846 -0
- package/lib/templates/content/docs/adminide-modules/project-tools/tenant-management/tenant-management.md +708 -0
- package/lib/templates/content/docs/adminide-modules/project-tools/tenant-management/tenants.md +1117 -0
- package/lib/templates/content/docs/chrome-extension/index.md +14 -0
- package/lib/templates/content/docs/chrome-extension/setup.md +30 -0
- package/lib/templates/content/docs/contributing/adding-package.md +23 -0
- package/lib/templates/content/docs/contributing/adding_new_modules.md +99 -0
- package/lib/templates/content/docs/contributing/architecture-updates.md +19 -0
- package/lib/templates/content/docs/contributing/avoid-using-promises-ui.md +116 -0
- package/lib/templates/content/docs/contributing/coding-guidelines.md +111 -0
- package/lib/templates/content/docs/contributing/do-and-dont.md +42 -0
- package/lib/templates/content/docs/contributing/faq.md +22 -0
- package/lib/templates/content/docs/contributing/folder-setup/browser.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/config.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/containers-server.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/core.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/graphql.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/index.md +30 -0
- package/lib/templates/content/docs/contributing/folder-setup/module.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/server.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/services.md +12 -0
- package/lib/templates/content/docs/contributing/folder-setup/store.md +12 -0
- package/lib/templates/content/docs/contributing/frontend-coding.md +30 -0
- package/lib/templates/content/docs/contributing/git-subtree-sharing.md +73 -0
- package/lib/templates/content/docs/contributing/graphql-subscriptions.md +69 -0
- package/lib/templates/content/docs/contributing/how-to-contribute.md +30 -0
- package/lib/templates/content/docs/contributing/how_to_check_pure_esm.md +29 -0
- package/lib/templates/content/docs/contributing/index.md +60 -0
- package/lib/templates/content/docs/contributing/installation-issues.md +23 -0
- package/lib/templates/content/docs/contributing/keyboard-shortcut.md +131 -0
- package/lib/templates/content/docs/contributing/language/locale-support.md +12 -0
- package/lib/templates/content/docs/contributing/lerna-build-tools.md +516 -0
- package/lib/templates/content/docs/contributing/lerna-yarn-workspaces.md +95 -0
- package/lib/templates/content/docs/contributing/lint-and-formatter.md +20 -0
- package/lib/templates/content/docs/contributing/mobile-setup.md +16 -0
- package/lib/templates/content/docs/contributing/project-setup.md +233 -0
- package/lib/templates/content/docs/contributing/react/index.md +14 -0
- package/lib/templates/content/docs/contributing/react/lazy-component.md +70 -0
- package/lib/templates/content/docs/contributing/run-various-options.md +124 -0
- package/lib/templates/content/docs/contributing/schema-first-graphql-types.md +37 -0
- package/lib/templates/content/docs/contributing/source-code-organization.md +57 -0
- package/lib/templates/content/docs/contributing/staging-docker.md +88 -0
- package/lib/templates/content/docs/contributing/third-party/apollo-client-v3-tutorials.md +28 -0
- package/lib/templates/content/docs/contributing/third-party/index.md +18 -0
- package/lib/templates/content/docs/contributing/typescript-contribution.md +16 -0
- package/lib/templates/content/docs/devops/app-deploy-new-version.md +30 -0
- package/lib/templates/content/docs/devops/index.md +14 -0
- package/lib/templates/content/docs/devops/mobile-jenkins-build.md +40 -0
- package/lib/templates/content/docs/devops/versioning-the-project.md +128 -0
- package/lib/templates/content/docs/error-handler/application-error-handler.md +40 -0
- package/lib/templates/content/docs/error-handler/error-handling.md +26 -0
- package/lib/templates/content/docs/error-handler/index.md +16 -0
- package/lib/templates/content/docs/error-handler/logging-errors.md +14 -0
- package/lib/templates/content/docs/feature-api/copy-operation.md +427 -0
- package/lib/templates/content/docs/feature-api/feature-browser/assets.md +46 -0
- package/lib/templates/content/docs/feature-api/feature-browser/auth-permissions.md +12 -0
- package/lib/templates/content/docs/feature-api/feature-browser/feature.md +131 -0
- package/lib/templates/content/docs/feature-api/feature-browser/index.md +22 -0
- package/lib/templates/content/docs/feature-api/feature-browser/routes-menu.md +110 -0
- package/lib/templates/content/docs/feature-api/feature-browser/routing-convention.md +124 -0
- package/lib/templates/content/docs/feature-api/feature-browser/routing.md +338 -0
- package/lib/templates/content/docs/feature-api/feature-mobile/auth-permissions.md +20 -0
- package/lib/templates/content/docs/feature-api/feature-mobile/feature.md +130 -0
- package/lib/templates/content/docs/feature-api/feature-mobile/index.md +18 -0
- package/lib/templates/content/docs/feature-api/feature-mobile/navigation.md +187 -0
- package/lib/templates/content/docs/feature-api/feature-server/Scheduling.md +44 -0
- package/lib/templates/content/docs/feature-api/feature-server/dataloader.md +320 -0
- package/lib/templates/content/docs/feature-api/feature-server/dependency-injection.md +81 -0
- package/lib/templates/content/docs/feature-api/feature-server/feature.md +65 -0
- package/lib/templates/content/docs/feature-api/feature-server/generic-dataloader.md +135 -0
- package/lib/templates/content/docs/feature-api/feature-server/index.md +40 -0
- package/lib/templates/content/docs/feature-api/feature-server/migration.md +127 -0
- package/lib/templates/content/docs/feature-api/feature-server/mongo-model.md +72 -0
- package/lib/templates/content/docs/feature-api/feature-server/permissions.md +12 -0
- package/lib/templates/content/docs/feature-api/feature-server/policies.md +57 -0
- package/lib/templates/content/docs/feature-api/feature-server/preferences.md +57 -0
- package/lib/templates/content/docs/feature-api/feature-server/repositories.md +114 -0
- package/lib/templates/content/docs/feature-api/feature-server/resolvers.md +126 -0
- package/lib/templates/content/docs/feature-api/feature-server/rules.md +132 -0
- package/lib/templates/content/docs/feature-api/feature-server/schema.md +12 -0
- package/lib/templates/content/docs/feature-api/feature-server/services.md +102 -0
- package/lib/templates/content/docs/feature-api/feature-server/setup-resource-crud.md +359 -0
- package/lib/templates/content/docs/feature-api/index.md +18 -0
- package/lib/templates/content/docs/graphql/apolloClient-mutation.md +94 -0
- package/lib/templates/content/docs/graphql/index.md +14 -0
- package/lib/templates/content/docs/graphql/scalars.md +15 -0
- package/lib/templates/content/docs/help/index.md +14 -0
- package/lib/templates/content/docs/help/intro.md +16 -0
- package/lib/templates/content/docs/intl/ant-design-menu-translation.md +74 -0
- package/lib/templates/content/docs/intl/intl-namespace.md +129 -0
- package/lib/templates/content/docs/intl/vite-plugin-intl.md +87 -0
- package/lib/templates/content/docs/intl/webpack-plugin-intl.md +12 -0
- package/lib/templates/content/docs/intro.md +18 -0
- package/lib/templates/content/docs/knowledge/basic-fullstack.md +238 -0
- package/lib/templates/content/docs/mailing/index.md +14 -0
- package/lib/templates/content/docs/mailing/mailing-template.md +148 -0
- package/lib/templates/content/docs/mobile/App-navigation-generator.md +410 -0
- package/lib/templates/content/docs/mobile/MobileTestCases.md +264 -0
- package/lib/templates/content/docs/mobile/eas-profile-build.md +107 -0
- package/lib/templates/content/docs/mobile/expo-push-notification-setup.md +216 -0
- package/lib/templates/content/docs/mobile/index.md +14 -0
- package/lib/templates/content/docs/mobile/routes.md +83 -0
- package/lib/templates/content/docs/organization/adding-account-context.md +116 -0
- package/lib/templates/content/docs/organization/adding-org-mobile-navigation.md +22 -0
- package/lib/templates/content/docs/organization/adding-org-web-navigation.md +12 -0
- package/lib/templates/content/docs/organization/index.md +20 -0
- package/lib/templates/content/docs/organization/initialization.md +20 -0
- package/lib/templates/content/docs/organization/organization-resource-vs-resource.md +112 -0
- package/lib/templates/content/docs/remix/configuration/component-structure-best-practices.md +152 -0
- package/lib/templates/content/docs/remix/configuration/configurations.md +218 -0
- package/lib/templates/content/docs/remix/configuration/css-import-and-stylesheets.md +142 -0
- package/lib/templates/content/docs/remix/configuration/dont-subcomponent-network.md +166 -0
- package/lib/templates/content/docs/remix/configuration/generated-data-loaders.md +122 -0
- package/lib/templates/content/docs/remix/configuration/generated-resource-loaders.md +257 -0
- package/lib/templates/content/docs/remix/configuration/query-params-generator.md +216 -0
- package/lib/templates/content/docs/remix/configuration/routes-extra-icons.md +103 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-advanced.md +86 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-auth.md +113 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-best-practices.md +55 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-fields.md +79 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-graphql.md +79 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-index.md +112 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-loaders.md +165 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-middleware.md +196 -0
- package/lib/templates/content/docs/remix/configuration/routes-json-overview.md +53 -0
- package/lib/templates/content/docs/remix/data-loaders.md +43 -0
- package/lib/templates/content/docs/remix/devtools/remix-devtools.md +58 -0
- package/lib/templates/content/docs/remix/examples/changes-using-servercode.md +79 -0
- package/lib/templates/content/docs/remix/extra-icons.md +62 -0
- package/lib/templates/content/docs/remix/extra-links.md +65 -0
- package/lib/templates/content/docs/remix/generated-data-loaders.md +114 -0
- package/lib/templates/content/docs/remix/queryParamsGenerator.md +89 -0
- package/lib/templates/content/docs/remix/resources.md +16 -0
- package/lib/templates/content/docs/remix/styles.md +132 -0
- package/lib/templates/content/docs/remix/wiki.md +12 -0
- package/lib/templates/content/docs/security/auth-wrapper/auth-wrapper.md +24 -0
- package/lib/templates/content/docs/security/index.md +18 -0
- package/lib/templates/content/docs/security/secure-button-mobilenative.md +88 -0
- package/lib/templates/content/docs/security/secure-button-web.md +89 -0
- package/lib/templates/content/docs/server-side/account-customization.md +82 -0
- package/lib/templates/content/docs/server-side/apollo/caching.md +164 -0
- package/lib/templates/content/docs/server-side/backend-architecture/FINAL-DECISION.md +209 -0
- package/lib/templates/content/docs/server-side/backend-architecture/TRUE-FINAL-ARCHITECTURE.md +603 -0
- package/lib/templates/content/docs/server-side/backend-architecture/index1.md +0 -0
- package/lib/templates/content/docs/server-side/backend-coding.md +839 -0
- package/lib/templates/content/docs/server-side/e2b/manageing-template.md +197 -0
- package/lib/templates/content/docs/server-side/index.md +14 -0
- package/lib/templates/content/docs/server-side/inngest-functions-module.md +309 -0
- package/lib/templates/content/docs/server-side/listen-stripe-events.md +43 -0
- package/lib/templates/content/docs/server-side/slug-service.md +323 -0
- package/lib/templates/content/docs/tests/index.md +18 -0
- package/lib/templates/content/docs/tests/jest-test-debug-vscode.md +40 -0
- package/lib/templates/content/docs/tests/known-errors.md +116 -0
- package/lib/templates/content/docs/tests/service-test-template.md +118 -0
- package/lib/templates/content/docs/tests/test-setup.md +93 -0
- package/lib/templates/content/docs/xstate.md +23 -0
- package/lib/types.d.ts +37 -0
- package/lib/types.d.ts.map +1 -0
- package/lib/utils/docsNavigation.d.ts +9 -0
- package/lib/utils/docsNavigation.d.ts.map +1 -0
- package/lib/utils/docsNavigation.js +37 -0
- package/lib/utils/docsNavigation.js.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts +26 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -0
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/index.js +3 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/markdownLoader.d.ts +36 -0
- package/lib/utils/markdownLoader.d.ts.map +1 -0
- package/lib/utils/markdownLoader.js +2242 -0
- package/lib/utils/markdownLoader.js.map +1 -0
- package/package.json +71 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2017 CDMBase LLC.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Logo.d.ts","sourceRoot":"","sources":["../../src/components/Logo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAC;AAEzF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAWrC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import {Link}from'@remix-run/react';const Logo = props => {
|
|
2
|
+
return jsx("div", {
|
|
3
|
+
className: "p-4 flex-shrink-0 cursor-pointer",
|
|
4
|
+
children: jsxs(Link, {
|
|
5
|
+
to: "/",
|
|
6
|
+
className: "flex items-center mb-4 cursor-pointer",
|
|
7
|
+
children: [jsx("div", {
|
|
8
|
+
className: "w-8 h-8 bg-gradient-to-br from-blue-600 to-indigo-600 rounded-lg flex items-center justify-center text-white font-bold text-lg",
|
|
9
|
+
children: "W"
|
|
10
|
+
}), jsx("span", {
|
|
11
|
+
className: "ml-2 text-lg font-semibold text-gray-900 dark:text-white",
|
|
12
|
+
children: "CDEBase Wiki"
|
|
13
|
+
})]
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
};export{Logo};//# sourceMappingURL=Logo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Logo.js","sources":["../../src/components/Logo.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"6EAIa,MAAA,IAAI,GAAyB,KAAC,IAAS;AAChD,EAAA,OAAAA,GACI,CAAA,KAAA,EAAA;AASR,IAAE,SAAA,EAAA,kCAAA;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarSearch.d.ts","sourceRoot":"","sources":["../../../src/components/help/SidebarSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,UAAU,kBAAkB;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAwHtD,CAAC"}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {useState,useRef,useEffect}from'react';import {useNavigate}from'@remix-run/react';import {FiSearch}from'@react-icons/all-files/fi/FiSearch.js';import {searchArticles,getCategoryById}from'../../utils/markdownLoader.js';const SidebarSearch = ({
|
|
2
|
+
className = '',
|
|
3
|
+
placeholder = 'Search...'
|
|
4
|
+
}) => {
|
|
5
|
+
const navigate = useNavigate();
|
|
6
|
+
const [searchQuery, setSearchQuery] = useState('');
|
|
7
|
+
const [searchResults, setSearchResults] = useState([]);
|
|
8
|
+
const [showDropdown, setShowDropdown] = useState(false);
|
|
9
|
+
const [selectedIndex, setSelectedIndex] = useState(-1);
|
|
10
|
+
const searchContainerRef = useRef(null);
|
|
11
|
+
const inputRef = useRef(null);
|
|
12
|
+
// Perform search as user types
|
|
13
|
+
useEffect(() => {
|
|
14
|
+
if (searchQuery.trim().length > 0) {
|
|
15
|
+
const results = searchArticles(searchQuery);
|
|
16
|
+
setSearchResults(results.slice(0, 5)); // Limit to 5 results for sidebar
|
|
17
|
+
setShowDropdown(true);
|
|
18
|
+
setSelectedIndex(-1);
|
|
19
|
+
} else {
|
|
20
|
+
setSearchResults([]);
|
|
21
|
+
setShowDropdown(false);
|
|
22
|
+
}
|
|
23
|
+
}, [searchQuery]);
|
|
24
|
+
// Close dropdown when clicking outside
|
|
25
|
+
useEffect(() => {
|
|
26
|
+
const handleClickOutside = event => {
|
|
27
|
+
const target = event.target;
|
|
28
|
+
if (searchContainerRef.current && !searchContainerRef.current.contains(target)) {
|
|
29
|
+
const dropdown = document.querySelector('[data-sidebar-search-dropdown]');
|
|
30
|
+
if (!dropdown || !dropdown.contains(target)) {
|
|
31
|
+
setShowDropdown(false);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
document.addEventListener('mousedown', handleClickOutside);
|
|
36
|
+
return () => {
|
|
37
|
+
document.removeEventListener('mousedown', handleClickOutside);
|
|
38
|
+
};
|
|
39
|
+
}, []);
|
|
40
|
+
const handleSearch = e => {
|
|
41
|
+
e.preventDefault();
|
|
42
|
+
if (searchResults.length > 0) {
|
|
43
|
+
const firstResult = searchResults[0];
|
|
44
|
+
navigate(`/help/${firstResult.categoryId}/${firstResult.slug}`);
|
|
45
|
+
setShowDropdown(false);
|
|
46
|
+
setSearchQuery('');
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
const handleInputChange = e => {
|
|
50
|
+
setSearchQuery(e.target.value);
|
|
51
|
+
};
|
|
52
|
+
const handleInputFocus = () => {
|
|
53
|
+
if (searchResults.length > 0) {
|
|
54
|
+
setShowDropdown(true);
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
const handleResultClick = article => {
|
|
58
|
+
if (!article || !article.categoryId || !article.slug) {
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
setShowDropdown(false);
|
|
62
|
+
setSearchQuery('');
|
|
63
|
+
navigate(`/help/${article.categoryId}/${article.slug}`);
|
|
64
|
+
};
|
|
65
|
+
return jsxs("div", {
|
|
66
|
+
className: `relative w-full ${className}`,
|
|
67
|
+
ref: searchContainerRef,
|
|
68
|
+
children: [jsx("form", {
|
|
69
|
+
onSubmit: handleSearch,
|
|
70
|
+
className: "relative",
|
|
71
|
+
children: jsxs("div", {
|
|
72
|
+
className: "relative",
|
|
73
|
+
children: [jsx("div", {
|
|
74
|
+
className: "pointer-events-none absolute inset-y-0 left-0 flex items-center pl-3",
|
|
75
|
+
children: jsx(FiSearch, {
|
|
76
|
+
className: "h-4 w-4 text-gray-400",
|
|
77
|
+
"aria-hidden": "true"
|
|
78
|
+
})
|
|
79
|
+
}), jsx("input", {
|
|
80
|
+
ref: inputRef,
|
|
81
|
+
type: "text",
|
|
82
|
+
className: "block w-full rounded-md border border-gray-300 dark:border-gray-700 bg-white dark:bg-gray-800 py-2 pl-10 pr-3 text-sm text-gray-900 dark:text-white placeholder-gray-500 dark:placeholder-gray-400 focus:border-blue-500 focus:outline-none focus:ring-1 focus:ring-blue-500",
|
|
83
|
+
placeholder: placeholder,
|
|
84
|
+
value: searchQuery,
|
|
85
|
+
onChange: handleInputChange,
|
|
86
|
+
onFocus: handleInputFocus
|
|
87
|
+
})]
|
|
88
|
+
})
|
|
89
|
+
}), showDropdown && searchResults.length > 0 && jsx("div", {
|
|
90
|
+
"data-sidebar-search-dropdown": true,
|
|
91
|
+
className: "absolute z-50 mt-1 w-full bg-white dark:bg-gray-800 rounded-md shadow-lg border border-gray-200 dark:border-gray-700 max-h-64 overflow-y-auto",
|
|
92
|
+
children: jsx("div", {
|
|
93
|
+
className: "py-1",
|
|
94
|
+
children: searchResults.map((article, index) => {
|
|
95
|
+
const category = getCategoryById(article.categoryId);
|
|
96
|
+
return jsxs("div", {
|
|
97
|
+
onClick: () => handleResultClick(article),
|
|
98
|
+
className: `block px-4 py-2 text-sm hover:bg-gray-50 dark:hover:bg-gray-700 cursor-pointer ${selectedIndex === index ? 'bg-gray-50 dark:bg-gray-700' : ''}`,
|
|
99
|
+
children: [jsx("div", {
|
|
100
|
+
className: "font-medium text-gray-900 dark:text-gray-100",
|
|
101
|
+
children: article.title
|
|
102
|
+
}), category && jsx("div", {
|
|
103
|
+
className: "text-xs text-gray-500 dark:text-gray-400 mt-0.5",
|
|
104
|
+
children: category.title
|
|
105
|
+
})]
|
|
106
|
+
}, article.id);
|
|
107
|
+
})
|
|
108
|
+
})
|
|
109
|
+
})]
|
|
110
|
+
});
|
|
111
|
+
};export{SidebarSearch};//# sourceMappingURL=SidebarSearch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarSearch.js","sources":["../../../src/components/help/SidebarSearch.tsx"],"sourcesContent":[null],"names":[],"mappings":"0QAUO,MAAM,aAAa,GAAiC,CAAC;AACxD,EAAA,SAAc,GAAA,EAAA;aACI,GAAA;MACZ;QACA,QAAa,GAAA,WAAiB,EAAA;QAC9B,CAAA,WAAc,EAAA,cAAkB,CAAA,GAAA,QAAI,CAAA,EAAA,CAAA;AAC1C,EAAA,MAAA,CAAA,+BAAkD,CAAA,GAAM,QAAA,CAAA,EAAA,CAAA;AACxD,EAAA,MAAA,CAAA,YAAiB,EAAA,eAA+B,CAAA,GAAA,QAAA,CAAA,KAAA,CAAA;QAEjB,CAAA,aAAA,EAAA,gBAAA,CAAA,GAAA,QAAA,CAAA,EAAA,CAAA;QACtB,kBAAM,GAAA,MAAA,CAAA,IAAA,CAAA;QACX,QAAI,GAAA,MAAgB,CAAA,IAAE,CAAC;AACnB;AACA,EAAA,SAAA,CAAA,MAAA;mBACe,CAAA,IAAA,EAAA,CAAA,MAAM,GAAC,CAAA,EAAA;AACtB,MAAA,MAAA,OAAA,GAAA,cAAqB,CAAA,WAAA,CAAA;sBACxB,CAAA,OAAA,CAAA,KAAA,CAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA;qBAAO,CAAA,IAAA,CAAA;sBACY,CAAA,EAAA,CAAA;;sBAEnB,CAAA,EAAA,CAAA;AACL,MAAG,eAAc,CAAC,KAAA,CAAA;;KAGT,CAAA,WAAI,CAAE,CAAA;AACX;AACI,EAAA,SAAA,CAAA,MAAM;AACN,IAAA,MAAA,kBAAsB,GAAA,KAAQ,IAAA;kBACpB,GAAA,KAAA,CAAA,MAAW;4BACJ,CAAA,OAAK,IAAA,CAAA,kBAAyB,CAAA,OAAG,CAAA,QAAA,CAAA,MAAA,CAAA,EAAA;sBAC3B,GAAA,QAAA,CAAA,aAAQ,CAAA,gCAAA,CAAA;qBAC1B,IAAA,CAAA,QAAA,CAAA,QAAA,CAAA,MAAA,CAAA,EAAA;yBACJ,CAAA,KAAA,CAAA;AACL;AAEA;AACA,KAAA;AACI,IAAA,QAAA,CAAA,gBAA4B,CAAA,WAAC,oBAAa,CAAA;AAC9C,IAAA,OAAE,MAAA;MACL,QAAM,CAAA,mBAAA,CAAA,WAAA,EAAA,kBAAA,CAAA;AAEP,KAAA;QACI;AACA,EAAA,MAAA,oBAAkB;AACd,IAAA,CAAA,CAAA;qBACS,CAAS,MAAA,GAAA,CAAA,EAAA;YAClB,WAAe,GAAA,aAAQ,CAAA,CAAA,CAAA;cACT,CAAA,CAAA,MAAA,EAAA,WAAK,CAAA,UAAA,CAAA,CAAA,EAAA,WAAA,CAAA,IAAA,CAAA,CAAA,CAAA;qBACtB,CAAA,KAAA,CAAA;AACL,MAAE,cAAA,CAAA,EAAA,CAAA;AAEF;AACI,GAAA;AACJ,EAAA,MAAE,iBAAA,GAAA,CAAA,IAAA;IAEF,cAAM,CAAA,CAAA,CAAA,MAAmB,CAAA,KAAK,CAAA;AAC1B,GAAA;wBACmB,GAAA,MAAM;QACzB,aAAC,CAAA,MAAA,GAAA,CAAA,EAAA;AACL,MAAE,eAAA,CAAA,IAAA,CAAA;AAEF;AACI,GAAA;yBACW,GAAA,OAAA,IAAA;QACX,CAAC,OAAA,IAAA,CAAA,OAAA,CAAA,UAAA,IAAA,CAAA,OAAA,CAAA,IAAA,EAAA;;;mBAIiB,CAAA,KAAA,CAAA;AACtB,IAAA,cAAE,CAAA,EAAA,CAAA;IAEF,QACI,iBAAc,CAAA,2BAAqB,CAAS,CAAA;;;AA2C5B,IAAA,SAAA,EAAA,CAAA,gBAGX,EAER,SAAC,CAAA,CAAA;AACN,IAAE,GAAA,EAAA,kBAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/help/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type ColorVariant = 'blue' | 'indigo' | 'green' | 'purple' | 'pink' | 'yellow';
|
|
3
|
+
interface FeatureCardProps {
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
href: string;
|
|
7
|
+
icon: React.ReactNode;
|
|
8
|
+
variant?: ColorVariant;
|
|
9
|
+
linkText: string;
|
|
10
|
+
}
|
|
11
|
+
declare const FeatureCard: React.FC<FeatureCardProps>;
|
|
12
|
+
export default FeatureCard;
|
|
13
|
+
//# sourceMappingURL=FeatureCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeatureCard.d.ts","sourceRoot":"","sources":["../../../src/components/landing/FeatureCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC;AAE/E,UAAU,gBAAgB;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;CACpB;AA+CD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAmC3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {Link}from'@remix-run/react';import clsx from'clsx';const colorVariants = {
|
|
2
|
+
blue: {
|
|
3
|
+
iconBg: 'bg-blue-100 dark:bg-blue-900',
|
|
4
|
+
iconHover: 'group-hover:bg-blue-200 dark:group-hover:bg-blue-800',
|
|
5
|
+
iconText: 'text-blue-600 dark:text-blue-400',
|
|
6
|
+
borderHover: 'hover:border-blue-500 dark:hover:border-blue-400',
|
|
7
|
+
linkText: 'text-blue-600 dark:text-blue-400'
|
|
8
|
+
},
|
|
9
|
+
indigo: {
|
|
10
|
+
iconBg: 'bg-indigo-100 dark:bg-indigo-900',
|
|
11
|
+
iconHover: 'group-hover:bg-indigo-200 dark:group-hover:bg-indigo-800',
|
|
12
|
+
iconText: 'text-indigo-600 dark:text-indigo-400',
|
|
13
|
+
borderHover: 'hover:border-indigo-500 dark:hover:border-indigo-400',
|
|
14
|
+
linkText: 'text-indigo-600 dark:text-indigo-400'
|
|
15
|
+
},
|
|
16
|
+
green: {
|
|
17
|
+
iconBg: 'bg-green-100 dark:bg-green-900',
|
|
18
|
+
iconHover: 'group-hover:bg-green-200 dark:group-hover:bg-green-800',
|
|
19
|
+
iconText: 'text-green-600 dark:text-green-400',
|
|
20
|
+
borderHover: 'hover:border-green-500 dark:hover:border-green-400',
|
|
21
|
+
linkText: 'text-green-600 dark:text-green-400'
|
|
22
|
+
},
|
|
23
|
+
purple: {
|
|
24
|
+
iconBg: 'bg-purple-100 dark:bg-purple-900',
|
|
25
|
+
iconHover: 'group-hover:bg-purple-200 dark:group-hover:bg-purple-800',
|
|
26
|
+
iconText: 'text-purple-600 dark:text-purple-400',
|
|
27
|
+
borderHover: 'hover:border-purple-500 dark:hover:border-purple-400',
|
|
28
|
+
linkText: 'text-purple-600 dark:text-purple-400'
|
|
29
|
+
},
|
|
30
|
+
pink: {
|
|
31
|
+
iconBg: 'bg-pink-100 dark:bg-pink-900',
|
|
32
|
+
iconHover: 'group-hover:bg-pink-200 dark:group-hover:bg-pink-800',
|
|
33
|
+
iconText: 'text-pink-600 dark:text-pink-400',
|
|
34
|
+
borderHover: 'hover:border-pink-500 dark:hover:border-pink-400',
|
|
35
|
+
linkText: 'text-pink-600 dark:text-pink-400'
|
|
36
|
+
},
|
|
37
|
+
yellow: {
|
|
38
|
+
iconBg: 'bg-yellow-100 dark:bg-yellow-900',
|
|
39
|
+
iconHover: 'group-hover:bg-yellow-200 dark:group-hover:bg-yellow-800',
|
|
40
|
+
iconText: 'text-yellow-600 dark:text-yellow-400',
|
|
41
|
+
borderHover: 'hover:border-yellow-500 dark:hover:border-yellow-400',
|
|
42
|
+
linkText: 'text-yellow-600 dark:text-yellow-400'
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
const FeatureCard = ({
|
|
46
|
+
title,
|
|
47
|
+
description,
|
|
48
|
+
href,
|
|
49
|
+
icon,
|
|
50
|
+
variant = 'blue',
|
|
51
|
+
linkText
|
|
52
|
+
}) => {
|
|
53
|
+
const colors = colorVariants[variant];
|
|
54
|
+
return jsxs(Link, {
|
|
55
|
+
to: href,
|
|
56
|
+
className: clsx('group bg-white dark:bg-gray-800 rounded-xl shadow-lg hover:shadow-2xl transition-all duration-300 p-8 border border-gray-200 dark:border-gray-700 flex flex-col h-full', colors.borderHover),
|
|
57
|
+
children: [jsx("div", {
|
|
58
|
+
className: clsx('w-12 h-12 rounded-lg flex items-center justify-center mb-4 transition-colors', colors.iconBg, colors.iconHover),
|
|
59
|
+
children: jsx("div", {
|
|
60
|
+
className: colors.iconText,
|
|
61
|
+
children: icon
|
|
62
|
+
})
|
|
63
|
+
}), jsx("h3", {
|
|
64
|
+
className: "text-2xl font-bold text-gray-900 dark:text-white mb-3",
|
|
65
|
+
children: title
|
|
66
|
+
}), jsx("p", {
|
|
67
|
+
className: "text-gray-600 dark:text-gray-300 mb-6 flex-1",
|
|
68
|
+
children: description
|
|
69
|
+
}), jsxs("div", {
|
|
70
|
+
className: clsx('font-semibold group-hover:translate-x-2 transition-transform inline-flex items-center mt-auto', colors.linkText),
|
|
71
|
+
children: [linkText, jsx("svg", {
|
|
72
|
+
className: "w-5 h-5 ml-2",
|
|
73
|
+
fill: "none",
|
|
74
|
+
stroke: "currentColor",
|
|
75
|
+
viewBox: "0 0 24 24",
|
|
76
|
+
children: jsx("path", {
|
|
77
|
+
strokeLinecap: "round",
|
|
78
|
+
strokeLinejoin: "round",
|
|
79
|
+
strokeWidth: 2,
|
|
80
|
+
d: "M9 5l7 7-7 7"
|
|
81
|
+
})
|
|
82
|
+
})]
|
|
83
|
+
})]
|
|
84
|
+
});
|
|
85
|
+
};export{FeatureCard as default};//# sourceMappingURL=FeatureCard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeatureCard.js","sources":["../../../src/components/landing/FeatureCard.tsx"],"sourcesContent":[null],"names":[],"mappings":"oGAeA,MAAM,aAAa,GAAG;AAClB,EAAA,IAAA,EAAI;AACA,IAAA,MAAA,EAAA,8BAAsC;AACtC,IAAA,SAAA,EAAA,sDAAiE;AACjE,IAAA,QAAA,EAAA,kCAA4C;AAC5C,IAAA,WAAA,EAAA,kDAA+D;AAC/D,IAAA,QAAA,EAAA;AACH,GAAA;AACD,EAAA,MAAA,EAAM;AACF,IAAA,MAAA,EAAA,kCAA0C;AAC1C,IAAA,SAAA,EAAA,0DAAqE;AACrE,IAAA,QAAA,EAAA,sCAAgD;AAChD,IAAA,WAAA,EAAA,sDAAmE;AACnE,IAAA,QAAA,EAAA;AACH,GAAA;AACD,EAAA,KAAA,EAAK;AACD,IAAA,MAAA,EAAA,gCAAwC;AACxC,IAAA,SAAA,EAAA,wDAAmE;AACnE,IAAA,QAAA,EAAA,oCAA8C;AAC9C,IAAA,WAAA,EAAA,oDAAiE;AACjE,IAAA,QAAA,EAAA;AACH,GAAA;AACD,EAAA,MAAA,EAAM;AACF,IAAA,MAAA,EAAA,kCAA0C;AAC1C,IAAA,SAAA,EAAA,0DAAqE;AACrE,IAAA,QAAA,EAAA,sCAAgD;AAChD,IAAA,WAAA,EAAA,sDAAmE;AACnE,IAAA,QAAA,EAAA;AACH,GAAA;AACD,EAAA,IAAA,EAAI;AACA,IAAA,MAAA,EAAA,8BAAsC;AACtC,IAAA,SAAA,EAAA,sDAAiE;AACjE,IAAA,QAAA,EAAA,kCAA4C;AAC5C,IAAA,WAAA,EAAA,kDAA+D;AAC/D,IAAA,QAAA,EAAA;AACH,GAAA;AACD,EAAA,MAAA,EAAM;AACF,IAAA,MAAA,EAAA,kCAA0C;AAC1C,IAAA,SAAA,EAAA,0DAAqE;AACrE,IAAA,QAAA,EAAA,sCAAgD;AAChD,IAAA,WAAA,EAAA,sDAAmE;AACnE,IAAA,QAAA,EAAA;AACH;CACJ;AAED,MAAM,WAAW,GAA+B,CAAC;AAC7C,EAAA,KAAA;aAGK;AA+BT,EAAE,IAAA;AAEF,EAAA,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuickLinkCard.d.ts","sourceRoot":"","sources":["../../../src/components/landing/QuickLinkCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,kBAAkB;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAoB/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {Link}from'@remix-run/react';const QuickLinkCard = ({
|
|
2
|
+
title,
|
|
3
|
+
href
|
|
4
|
+
}) => {
|
|
5
|
+
return jsxs(Link, {
|
|
6
|
+
to: href,
|
|
7
|
+
className: "group relative p-6 bg-gradient-to-br from-white to-gray-50 dark:from-gray-700 dark:to-gray-800 rounded-xl hover:shadow-lg transition-all duration-300 text-center border border-gray-200 dark:border-gray-600 hover:border-blue-500 dark:hover:border-blue-400 transform hover:-translate-y-1",
|
|
8
|
+
children: [jsx("div", {
|
|
9
|
+
className: "absolute inset-0 bg-gradient-to-br from-blue-500/0 to-indigo-500/0 group-hover:from-blue-500/5 group-hover:to-indigo-500/5 rounded-xl transition-all duration-300"
|
|
10
|
+
}), jsxs("span", {
|
|
11
|
+
className: "relative text-gray-900 dark:text-white font-semibold group-hover:text-blue-600 dark:group-hover:text-blue-400 transition-colors flex items-center justify-center",
|
|
12
|
+
children: [title, jsx("svg", {
|
|
13
|
+
className: "w-4 h-4 ml-2 opacity-0 group-hover:opacity-100 group-hover:translate-x-1 transition-all duration-300",
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
viewBox: "0 0 24 24",
|
|
17
|
+
children: jsx("path", {
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round",
|
|
20
|
+
strokeWidth: 2,
|
|
21
|
+
d: "M9 5l7 7-7 7"
|
|
22
|
+
})
|
|
23
|
+
})]
|
|
24
|
+
})]
|
|
25
|
+
});
|
|
26
|
+
};export{QuickLinkCard as default};//# sourceMappingURL=QuickLinkCard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuickLinkCard.js","sources":["../../../src/components/landing/QuickLinkCard.tsx"],"sourcesContent":[null],"names":[],"mappings":"6EAQM,MAAA,aAAa,GAAiC,CAAC;AACjD,EAAA,KAAA;AAmBJ,EAAE;AAEF,CAAA,KAAA;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface SearchInputProps {
|
|
3
|
+
onSearch?: (query: string) => void;
|
|
4
|
+
initialSearchQuery?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const SearchInput: React.FC<SearchInputProps>;
|
|
9
|
+
export default SearchInput;
|
|
10
|
+
//# sourceMappingURL=SearchInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/landing/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAM3D,UAAU,gBAAgB;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAiPlD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
import {jsxs,jsx,Fragment}from'react/jsx-runtime';import {useState,useRef,useEffect}from'react';import {createPortal}from'react-dom';import {useNavigate}from'@remix-run/react';import {FiSearch}from'@react-icons/all-files/fi/FiSearch.js';import {searchArticles,getCategoryById}from'../../utils/markdownLoader.js';const SearchInput = ({
|
|
2
|
+
onSearch,
|
|
3
|
+
initialSearchQuery = '',
|
|
4
|
+
className = '',
|
|
5
|
+
placeholder = 'Search documentation, articles, and more...'
|
|
6
|
+
}) => {
|
|
7
|
+
const navigate = useNavigate();
|
|
8
|
+
const [searchQuery, setSearchQuery] = useState(initialSearchQuery);
|
|
9
|
+
const [searchResults, setSearchResults] = useState([]);
|
|
10
|
+
const [showDropdown, setShowDropdown] = useState(false);
|
|
11
|
+
const [selectedIndex, setSelectedIndex] = useState(-1);
|
|
12
|
+
const [dropdownPosition, setDropdownPosition] = useState({
|
|
13
|
+
top: 0,
|
|
14
|
+
left: 0,
|
|
15
|
+
width: 0
|
|
16
|
+
});
|
|
17
|
+
const searchContainerRef = useRef(null);
|
|
18
|
+
const inputRef = useRef(null);
|
|
19
|
+
// Update search query when initialSearchQuery changes
|
|
20
|
+
useEffect(() => {
|
|
21
|
+
setSearchQuery(initialSearchQuery);
|
|
22
|
+
}, [initialSearchQuery]);
|
|
23
|
+
// Calculate dropdown position
|
|
24
|
+
const updateDropdownPosition = useRef(() => {
|
|
25
|
+
if (searchContainerRef.current) {
|
|
26
|
+
const rect = searchContainerRef.current.getBoundingClientRect();
|
|
27
|
+
setDropdownPosition({
|
|
28
|
+
top: rect.bottom + window.scrollY + 4,
|
|
29
|
+
left: rect.left + window.scrollX,
|
|
30
|
+
width: rect.width
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
// Perform search as user types
|
|
35
|
+
useEffect(() => {
|
|
36
|
+
if (searchQuery.trim().length > 0) {
|
|
37
|
+
const results = searchArticles(searchQuery);
|
|
38
|
+
setSearchResults(results.slice(0, 10)); // Limit to 10 results
|
|
39
|
+
setShowDropdown(true);
|
|
40
|
+
setSelectedIndex(-1);
|
|
41
|
+
// Use setTimeout to ensure DOM is updated
|
|
42
|
+
setTimeout(() => {
|
|
43
|
+
updateDropdownPosition.current();
|
|
44
|
+
}, 0);
|
|
45
|
+
} else {
|
|
46
|
+
setSearchResults([]);
|
|
47
|
+
setShowDropdown(false);
|
|
48
|
+
}
|
|
49
|
+
}, [searchQuery]);
|
|
50
|
+
// Update position on scroll/resize
|
|
51
|
+
useEffect(() => {
|
|
52
|
+
if (showDropdown) {
|
|
53
|
+
updateDropdownPosition.current();
|
|
54
|
+
const handleScroll = () => updateDropdownPosition.current();
|
|
55
|
+
const handleResize = () => updateDropdownPosition.current();
|
|
56
|
+
window.addEventListener('scroll', handleScroll, true);
|
|
57
|
+
window.addEventListener('resize', handleResize);
|
|
58
|
+
return () => {
|
|
59
|
+
window.removeEventListener('scroll', handleScroll, true);
|
|
60
|
+
window.removeEventListener('resize', handleResize);
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
}, [showDropdown]);
|
|
64
|
+
// Close dropdown when clicking outside
|
|
65
|
+
useEffect(() => {
|
|
66
|
+
const handleClickOutside = event => {
|
|
67
|
+
const target = event.target;
|
|
68
|
+
// Check if click is outside search container AND not on dropdown
|
|
69
|
+
if (searchContainerRef.current && !searchContainerRef.current.contains(target)) {
|
|
70
|
+
// Check if click is on the dropdown (which is in a portal)
|
|
71
|
+
const dropdown = document.querySelector('[data-search-dropdown]');
|
|
72
|
+
if (!dropdown || !dropdown.contains(target)) {
|
|
73
|
+
setShowDropdown(false);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
};
|
|
77
|
+
document.addEventListener('mousedown', handleClickOutside);
|
|
78
|
+
return () => {
|
|
79
|
+
document.removeEventListener('mousedown', handleClickOutside);
|
|
80
|
+
};
|
|
81
|
+
}, []);
|
|
82
|
+
const handleSearch = e => {
|
|
83
|
+
e.preventDefault();
|
|
84
|
+
if (onSearch && searchQuery.trim()) {
|
|
85
|
+
onSearch(searchQuery);
|
|
86
|
+
}
|
|
87
|
+
// If there are results and user presses enter, navigate to first result
|
|
88
|
+
if (searchResults.length > 0) {
|
|
89
|
+
const firstResult = searchResults[0];
|
|
90
|
+
navigate(`/help/${firstResult.categoryId}/${firstResult.slug}`);
|
|
91
|
+
setShowDropdown(false);
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
const handleInputChange = e => {
|
|
95
|
+
setSearchQuery(e.target.value);
|
|
96
|
+
};
|
|
97
|
+
const handleInputFocus = () => {
|
|
98
|
+
if (searchResults.length > 0) {
|
|
99
|
+
setShowDropdown(true);
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
const handleResultClick = (article, e) => {
|
|
103
|
+
if (e) {
|
|
104
|
+
e.preventDefault();
|
|
105
|
+
e.stopPropagation();
|
|
106
|
+
}
|
|
107
|
+
// Verify article has required fields
|
|
108
|
+
if (!article || !article.categoryId || !article.slug) {
|
|
109
|
+
console.error('Article missing required fields:', article);
|
|
110
|
+
return;
|
|
111
|
+
}
|
|
112
|
+
// Close dropdown
|
|
113
|
+
setShowDropdown(false);
|
|
114
|
+
setSearchQuery('');
|
|
115
|
+
// Navigate to the article using Remix navigate
|
|
116
|
+
const path = `/help/${article.categoryId}/${article.slug}`;
|
|
117
|
+
navigate(path);
|
|
118
|
+
};
|
|
119
|
+
return jsxs("div", {
|
|
120
|
+
className: `relative w-full max-w-2xl mx-auto ${className}`,
|
|
121
|
+
style: {
|
|
122
|
+
overflow: 'visible'
|
|
123
|
+
},
|
|
124
|
+
children: [jsx("form", {
|
|
125
|
+
onSubmit: handleSearch,
|
|
126
|
+
className: "relative w-full",
|
|
127
|
+
style: {
|
|
128
|
+
zIndex: 50
|
|
129
|
+
},
|
|
130
|
+
children: jsx("div", {
|
|
131
|
+
ref: searchContainerRef,
|
|
132
|
+
className: "relative w-full",
|
|
133
|
+
children: jsxs("div", {
|
|
134
|
+
className: "flex w-full rounded-2xl bg-white shadow-2xl",
|
|
135
|
+
children: [jsxs("div", {
|
|
136
|
+
className: "relative flex-1",
|
|
137
|
+
children: [jsx("div", {
|
|
138
|
+
className: "pointer-events-none absolute inset-y-0 left-0 flex items-center pl-6 z-10",
|
|
139
|
+
children: jsx(FiSearch, {
|
|
140
|
+
className: "h-6 w-6 text-gray-400",
|
|
141
|
+
"aria-hidden": "true"
|
|
142
|
+
})
|
|
143
|
+
}), jsx("input", {
|
|
144
|
+
ref: inputRef,
|
|
145
|
+
type: "text",
|
|
146
|
+
className: "h-16 w-full bg-transparent py-6 pl-16 pr-6 text-lg text-gray-900 placeholder-gray-500 outline-none relative z-10",
|
|
147
|
+
placeholder: placeholder,
|
|
148
|
+
value: searchQuery,
|
|
149
|
+
onChange: handleInputChange,
|
|
150
|
+
onFocus: handleInputFocus
|
|
151
|
+
})]
|
|
152
|
+
}), jsx("button", {
|
|
153
|
+
type: "submit",
|
|
154
|
+
className: "flex items-center justify-center rounded-r-2xl bg-gray-900 px-8 text-lg font-medium text-white transition-colors hover:bg-gray-800 relative z-10",
|
|
155
|
+
children: "Search"
|
|
156
|
+
})]
|
|
157
|
+
})
|
|
158
|
+
})
|
|
159
|
+
}), showDropdown && typeof document !== 'undefined' && createPortal(jsx(Fragment, {
|
|
160
|
+
children: searchResults.length > 0 ? jsx("div", {
|
|
161
|
+
"data-search-dropdown": true,
|
|
162
|
+
className: "fixed bg-white rounded-lg shadow-2xl border border-gray-200 max-h-96 overflow-y-auto z-[9999]",
|
|
163
|
+
style: {
|
|
164
|
+
top: `${dropdownPosition.top}px`,
|
|
165
|
+
left: `${dropdownPosition.left}px`,
|
|
166
|
+
width: `${dropdownPosition.width}px`
|
|
167
|
+
},
|
|
168
|
+
onClick: e => e.stopPropagation(),
|
|
169
|
+
children: jsx("div", {
|
|
170
|
+
className: "py-1",
|
|
171
|
+
children: searchResults.map((article, index) => {
|
|
172
|
+
const category = getCategoryById(article.categoryId);
|
|
173
|
+
`/help/${article.categoryId}/${article.slug}`;
|
|
174
|
+
return jsx("div", {
|
|
175
|
+
onClick: e => {
|
|
176
|
+
console.log('Click event fired on article:', article.title);
|
|
177
|
+
e.preventDefault();
|
|
178
|
+
e.stopPropagation();
|
|
179
|
+
handleResultClick(article, e);
|
|
180
|
+
},
|
|
181
|
+
className: `block px-4 py-3 hover:bg-blue-50 transition-colors cursor-pointer border-b border-gray-100 last:border-b-0 ${selectedIndex === index ? 'bg-blue-50' : ''}`,
|
|
182
|
+
role: "button",
|
|
183
|
+
tabIndex: 0,
|
|
184
|
+
onKeyDown: e => {
|
|
185
|
+
if (e.key === 'Enter' || e.key === ' ') {
|
|
186
|
+
e.preventDefault();
|
|
187
|
+
handleResultClick(article);
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
children: jsxs("div", {
|
|
191
|
+
className: "flex flex-col",
|
|
192
|
+
children: [jsx("div", {
|
|
193
|
+
className: "text-base font-semibold text-gray-900",
|
|
194
|
+
children: article.title
|
|
195
|
+
}), article.description && jsx("div", {
|
|
196
|
+
className: "text-sm text-gray-600 mt-0.5",
|
|
197
|
+
children: article.description
|
|
198
|
+
}), category && jsx("div", {
|
|
199
|
+
className: "text-xs text-blue-600 mt-1 font-medium",
|
|
200
|
+
children: category.title
|
|
201
|
+
})]
|
|
202
|
+
})
|
|
203
|
+
}, article.id);
|
|
204
|
+
})
|
|
205
|
+
})
|
|
206
|
+
}) : searchQuery.trim().length > 0 ? jsx("div", {
|
|
207
|
+
className: "fixed bg-white rounded-lg shadow-2xl border border-gray-200 z-[9999]",
|
|
208
|
+
style: {
|
|
209
|
+
top: `${dropdownPosition.top}px`,
|
|
210
|
+
left: `${dropdownPosition.left}px`,
|
|
211
|
+
width: `${dropdownPosition.width}px`
|
|
212
|
+
},
|
|
213
|
+
onClick: e => e.stopPropagation(),
|
|
214
|
+
children: jsx("div", {
|
|
215
|
+
className: "px-4 py-6 text-center text-gray-500",
|
|
216
|
+
children: jsxs("p", {
|
|
217
|
+
children: ["No results found for \"", searchQuery, "\""]
|
|
218
|
+
})
|
|
219
|
+
})
|
|
220
|
+
}) : null
|
|
221
|
+
}), document.body)]
|
|
222
|
+
});
|
|
223
|
+
};export{SearchInput,SearchInput as default};//# sourceMappingURL=SearchInput.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchInput.js","sources":["../../../src/components/landing/SearchInput.tsx"],"sourcesContent":[null],"names":["_jsx","_jsxs"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/landing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"welcome.d.ts","sourceRoot":"","sources":["../../src/components/welcome.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW,+CA8BhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
package/lib/compute.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compute.d.ts","sourceRoot":"","sources":["../src/compute.ts"],"names":[],"mappings":"AAsGA,QAAA,MAAM,cAAc,0CAAkC,CAAC;AACvD,QAAA,MAAM,aAAa,0CAAiC,CAAC;AAErD,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,CAAC"}
|