noecosystem-design 0.1.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/.editorconfig +12 -0
- package/.github/CODEOWNERS +10 -0
- package/.github/dependabot.yml +12 -0
- package/.github/pull_request_template.md +17 -0
- package/.github/workflows/ci.yml +173 -0
- package/.github/workflows/security.yml +40 -0
- package/.mcp.json +8 -0
- package/.node-version +1 -0
- package/AGENTS.md +62 -0
- package/CONTRIBUTING.md +9 -0
- package/README.md +48 -0
- package/SECURITY.md +7 -0
- package/apps/showcase/index.html +28 -0
- package/apps/showcase/package.json +30 -0
- package/apps/showcase/src/app.css +8 -0
- package/apps/showcase/src/app.tsx +10 -0
- package/apps/showcase/src/catalog/agent-composer-preview.tsx +17 -0
- package/apps/showcase/src/catalog/catalog-index.tsx +2676 -0
- package/apps/showcase/src/catalog/catalog-shell.browser.test.tsx +73 -0
- package/apps/showcase/src/catalog/catalog-shell.tsx +506 -0
- package/apps/showcase/src/main.tsx +17 -0
- package/apps/showcase/tsconfig.json +11 -0
- package/apps/showcase/vite.config.ts +15 -0
- package/apps/storybook/.storybook/main.ts +21 -0
- package/apps/storybook/.storybook/preview.tsx +87 -0
- package/apps/storybook/.storybook/vitest.setup.ts +26 -0
- package/apps/storybook/README.md +5 -0
- package/apps/storybook/package.json +31 -0
- package/apps/storybook/stories/AgentStates.stories.tsx +72 -0
- package/apps/storybook/stories/Bidi.stories.tsx +31 -0
- package/apps/storybook/stories/Button.stories.tsx +19 -0
- package/apps/storybook/stories/Surfaces.stories.tsx +28 -0
- package/apps/storybook/stories/catalog/about-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/activity-feed.stories.tsx +50 -0
- package/apps/storybook/stories/catalog/activity-gauge.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/agent-composer.stories.tsx +49 -0
- package/apps/storybook/stories/catalog/agent-message.stories.tsx +37 -0
- package/apps/storybook/stories/catalog/agent-plan.stories.tsx +35 -0
- package/apps/storybook/stories/catalog/agent-workspace.stories.tsx +60 -0
- package/apps/storybook/stories/catalog/alert.stories.tsx +41 -0
- package/apps/storybook/stories/catalog/app-frame.stories.tsx +47 -0
- package/apps/storybook/stories/catalog/approval-request.stories.tsx +30 -0
- package/apps/storybook/stories/catalog/avatar.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/badge-group.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/badge.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/banner.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/bidi-text.stories.tsx +47 -0
- package/apps/storybook/stories/catalog/blog-index-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/blog-post-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/blog-section.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/bottom-navigation.stories.tsx +27 -0
- package/apps/storybook/stories/catalog/button-group.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/button.stories.tsx +27 -0
- package/apps/storybook/stories/catalog/calendar.stories.tsx +47 -0
- package/apps/storybook/stories/catalog/card.stories.tsx +40 -0
- package/apps/storybook/stories/catalog/careers-section.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/carousel.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/chart-frame.stories.tsx +34 -0
- package/apps/storybook/stories/catalog/chart.stories.tsx +43 -0
- package/apps/storybook/stories/catalog/checkbox.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/code-and-terminal.stories.tsx +39 -0
- package/apps/storybook/stories/catalog/color-picker.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/command-menu.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/contact-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/contact-section.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/content-divider.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/content-section.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/context-menu.stories.tsx +66 -0
- package/apps/storybook/stories/catalog/credit-card.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/cta-section.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/dashboard-01.stories.tsx +28 -0
- package/apps/storybook/stories/catalog/dashboard-02.stories.tsx +28 -0
- package/apps/storybook/stories/catalog/dashboard-shell.stories.tsx +65 -0
- package/apps/storybook/stories/catalog/data-list.stories.tsx +37 -0
- package/apps/storybook/stories/catalog/data-table.stories.tsx +51 -0
- package/apps/storybook/stories/catalog/date-picker.stories.tsx +31 -0
- package/apps/storybook/stories/catalog/dialog.stories.tsx +68 -0
- package/apps/storybook/stories/catalog/direction-provider.stories.tsx +36 -0
- package/apps/storybook/stories/catalog/drawer.stories.tsx +58 -0
- package/apps/storybook/stories/catalog/dropdown.stories.tsx +67 -0
- package/apps/storybook/stories/catalog/email-template.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/empty-state.stories.tsx +19 -0
- package/apps/storybook/stories/catalog/error-state.stories.tsx +19 -0
- package/apps/storybook/stories/catalog/fab.stories.tsx +22 -0
- package/apps/storybook/stories/catalog/faq-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/faq-section.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/feature-section.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/featured-icon.stories.tsx +45 -0
- package/apps/storybook/stories/catalog/field.stories.tsx +35 -0
- package/apps/storybook/stories/catalog/file-uploader.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/filter-bar.stories.tsx +33 -0
- package/apps/storybook/stories/catalog/footer.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/forgot-password-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/gradient-picker.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/header-navigation.stories.tsx +46 -0
- package/apps/storybook/stories/catalog/hero-header.stories.tsx +36 -0
- package/apps/storybook/stories/catalog/icon-system.stories.tsx +48 -0
- package/apps/storybook/stories/catalog/illustration.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/image-picker.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/informational-page-01.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/informational-page-02.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/inline-cta.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/input.stories.tsx +21 -0
- package/apps/storybook/stories/catalog/landing-page.stories.tsx +28 -0
- package/apps/storybook/stories/catalog/legal-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/login-page.stories.tsx +42 -0
- package/apps/storybook/stories/catalog/marketing-404-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/marketing-header.stories.tsx +35 -0
- package/apps/storybook/stories/catalog/menu.stories.tsx +46 -0
- package/apps/storybook/stories/catalog/messaging.stories.tsx +33 -0
- package/apps/storybook/stories/catalog/metric-card.stories.tsx +20 -0
- package/apps/storybook/stories/catalog/metrics-section.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/mobile-screen.stories.tsx +56 -0
- package/apps/storybook/stories/catalog/multi-select.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/newsletter.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/not-found.stories.tsx +30 -0
- package/apps/storybook/stories/catalog/notification.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/page-header.stories.tsx +37 -0
- package/apps/storybook/stories/catalog/pagination.stories.tsx +27 -0
- package/apps/storybook/stories/catalog/pie-chart.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/pricing-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/pricing-section.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/progress-indicator.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/progress-steps.stories.tsx +33 -0
- package/apps/storybook/stories/catalog/qr-code.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/radar-chart.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/radio-group.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/rating.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/rich-text-editor.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/run-inspector.stories.tsx +23 -0
- package/apps/storybook/stories/catalog/section-footer.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/section-header.stories.tsx +31 -0
- package/apps/storybook/stories/catalog/select.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/settings-01.stories.tsx +24 -0
- package/apps/storybook/stories/catalog/settings-02.stories.tsx +24 -0
- package/apps/storybook/stories/catalog/settings-page.stories.tsx +48 -0
- package/apps/storybook/stories/catalog/sidebar-navigation.stories.tsx +40 -0
- package/apps/storybook/stories/catalog/sign-in-form.stories.tsx +28 -0
- package/apps/storybook/stories/catalog/sign-up-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/skeleton.stories.tsx +21 -0
- package/apps/storybook/stories/catalog/slider.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/social-button.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/social-proof.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/spinner.stories.tsx +15 -0
- package/apps/storybook/stories/catalog/store-button.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/tabs.stories.tsx +38 -0
- package/apps/storybook/stories/catalog/tags.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/team-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/team-section.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/testimonial-section.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/textarea.stories.tsx +22 -0
- package/apps/storybook/stories/catalog/toggle.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/tool-call.stories.tsx +40 -0
- package/apps/storybook/stories/catalog/tooltip.stories.tsx +30 -0
- package/apps/storybook/stories/catalog/tree-view.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/utility-button.stories.tsx +60 -0
- package/apps/storybook/stories/catalog/verification-code.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/verification-page.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/video-player.stories.tsx +18 -0
- package/apps/storybook/stories/catalog/workflow-canvas.stories.tsx +45 -0
- package/apps/storybook/stories/catalog/workflow-node.stories.tsx +24 -0
- package/apps/storybook/vitest.config.ts +39 -0
- package/apps/web/README.md +13 -0
- package/apps/web/app.js +483 -0
- package/apps/web/favicon.svg +6 -0
- package/apps/web/index.html +205 -0
- package/apps/web/styles.css +1823 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/README-FIRST.txt +20 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/SHA256SUMS.txt +11 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-delivery-metadata.json +25 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-design-system-evidence.zip +0 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-design-system-execution-report.md +60 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-design-system-manifest.json +106 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-design-system-source.tar.gz +0 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-design-system-source.zip +0 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-design-system.bundle +0 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-evidence-index.html +38 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-verification-status.txt +15 -0
- package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-visual-contact-sheet.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/README.txt +13 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/browser-console.json +4 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/layout-audit.json +4 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/review/contact-sheet.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-en-dark-1024.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-en-dark-1280.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-en-dark-1440.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-en-dark-390.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-en-dark-768.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-en-light-1024.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-en-light-1280.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-en-light-1440.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-en-light-390.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-en-light-768.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-fa-dark-1024.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-fa-dark-1280.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-fa-dark-1440.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-fa-dark-390.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-fa-dark-768.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-fa-light-1024.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-fa-light-1280.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-fa-light-1440.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-fa-light-390.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-fa-light-768.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-pseudo-ltr-1024.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/agent-pseudo-rtl-1024.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/consumer-en-light-1440.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/consumer-fa-dark-1440.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/dashboard-en-light-1440.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/dashboard-fa-dark-1440.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/workflow-en-light-1440.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots/workflow-fa-dark-1440.png +0 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots-manifest.json +203 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/verification-result.json +165 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/verification-result.txt +32 -0
- package/artifacts/original-delivery/noe-design-system-evidence/evidence/visual-index.html +1 -0
- package/artifacts/original-delivery/noe-design-system-evidence/noe-delivery-metadata.json +25 -0
- package/artifacts/original-delivery/noe-design-system-evidence/noe-design-system-execution-report.md +60 -0
- package/artifacts/original-delivery/noe-design-system-evidence/noe-design-system-manifest.json +106 -0
- package/artifacts/original-delivery/noe-design-system-evidence/noe-verification-status.txt +15 -0
- package/artifacts/original-delivery/noe-design-system.bundle +0 -0
- package/artifacts/original-delivery/source-evidence/verification-result.json +165 -0
- package/artifacts/original-delivery/source-evidence/verification-result.txt +32 -0
- package/artifacts/registry-consumer-report.json +153 -0
- package/artifacts/source-inputs/persian-fonts/Woff/IRANYekanXFaNum-Black.woff +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff/IRANYekanXFaNum-Bold.woff +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff/IRANYekanXFaNum-DemiBold.woff +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff/IRANYekanXFaNum-ExtraBlack.woff +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff/IRANYekanXFaNum-ExtraBold.woff +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff/IRANYekanXFaNum-Heavy.woff +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff/IRANYekanXFaNum-Light.woff +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff/IRANYekanXFaNum-Medium.woff +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff/IRANYekanXFaNum-Regular.woff +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff/IRANYekanXFaNum-Thin.woff +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff/IRANYekanXFaNum-UltraLight.woff +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff2/IRANYekanXFaNum-Black.woff2 +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff2/IRANYekanXFaNum-Bold.woff2 +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff2/IRANYekanXFaNum-DemiBold.woff2 +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff2/IRANYekanXFaNum-ExtraBlack.woff2 +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff2/IRANYekanXFaNum-ExtraBold.woff2 +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff2/IRANYekanXFaNum-Heavy.woff2 +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff2/IRANYekanXFaNum-Light.woff2 +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff2/IRANYekanXFaNum-Medium.woff2 +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff2/IRANYekanXFaNum-Regular.woff2 +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff2/IRANYekanXFaNum-Thin.woff2 +0 -0
- package/artifacts/source-inputs/persian-fonts/Woff2/IRANYekanXFaNum-UltraLight.woff2 +0 -0
- package/biome.json +170 -0
- package/components.json +23 -0
- package/docs/adr/0001-semantic-foundation.md +5 -0
- package/docs/adr/0002-locale-direction.md +5 -0
- package/docs/adr/0003-registry-mcp.md +5 -0
- package/docs/adr/0004-testing-evidence.md +5 -0
- package/docs/adr/0005-noe-package-namespace.md +9 -0
- package/docs/adr/0006-icons8-icon-policy.md +9 -0
- package/docs/adr/0007-registry-publication-contract.md +9 -0
- package/docs/adr/0008-capability-library-adapter-boundaries.md +16 -0
- package/docs/adr/0009-calendar-system-jalali.md +29 -0
- package/docs/adr/0010-canonical-manifest-ownership.md +29 -0
- package/docs/adr/0011-palette-graphite-governance.md +27 -0
- package/docs/adr/0012-persian-font-gating.md +25 -0
- package/docs/adr/0013-cinematic-token-exception.md +32 -0
- package/docs/design-system/README.md +16 -0
- package/docs/design-system/accessibility.md +20 -0
- package/docs/design-system/agent-guide.md +11 -0
- package/docs/design-system/agentic-ui.md +21 -0
- package/docs/design-system/architecture.md +40 -0
- package/docs/design-system/brand.md +59 -0
- package/docs/design-system/ci-cd.md +46 -0
- package/docs/design-system/components.md +88 -0
- package/docs/design-system/contributing.md +7 -0
- package/docs/design-system/foundations.md +40 -0
- package/docs/design-system/i18n.md +24 -0
- package/docs/design-system/inventory.md +389 -0
- package/docs/design-system/mcp.md +7 -0
- package/docs/design-system/motion.md +7 -0
- package/docs/design-system/noe-brand-audit.md +33 -0
- package/docs/design-system/registry.md +16 -0
- package/docs/design-system/rtl.md +27 -0
- package/docs/design-system/security.md +16 -0
- package/docs/design-system/testing.md +39 -0
- package/docs/design-system/tokens.md +38 -0
- package/docs/design-system/visual-qa.md +10 -0
- package/docs/superpowers/plans/2026-08-25-noe-design-system-development-ready.md +833 -0
- package/docs/superpowers/plans/2026-08-26-noe-complete-catalog.md +422 -0
- package/docs/superpowers/specs/2026-08-25-noe-design-system-development-ready-design.md +260 -0
- package/docs/superpowers/specs/2026-08-26-noe-complete-catalog-design.md +187 -0
- package/llms.txt +20 -0
- package/package.json +68 -0
- package/packages/ai-ui/package.json +15 -0
- package/packages/ai-ui/src/activity-feed.tsx +60 -0
- package/packages/ai-ui/src/agent-composer.tsx +54 -0
- package/packages/ai-ui/src/agent-message.tsx +50 -0
- package/packages/ai-ui/src/agent-plan.tsx +69 -0
- package/packages/ai-ui/src/agent-workspace.tsx +63 -0
- package/packages/ai-ui/src/approval-request.tsx +93 -0
- package/packages/ai-ui/src/index.ts +8 -0
- package/packages/ai-ui/src/run-inspector.tsx +54 -0
- package/packages/ai-ui/src/tool-call.tsx +71 -0
- package/packages/data-ui/package.json +16 -0
- package/packages/data-ui/src/activity-gauge.tsx +38 -0
- package/packages/data-ui/src/chart-frame.tsx +41 -0
- package/packages/data-ui/src/chart.tsx +131 -0
- package/packages/data-ui/src/dashboard-01.tsx +39 -0
- package/packages/data-ui/src/dashboard-02.tsx +33 -0
- package/packages/data-ui/src/dashboard-shell.tsx +56 -0
- package/packages/data-ui/src/data-table.tsx +99 -0
- package/packages/data-ui/src/filter-bar.tsx +28 -0
- package/packages/data-ui/src/index.ts +12 -0
- package/packages/data-ui/src/metric-card.tsx +43 -0
- package/packages/data-ui/src/pagination.tsx +67 -0
- package/packages/data-ui/src/pie-chart.tsx +38 -0
- package/packages/data-ui/src/radar-chart.tsx +38 -0
- package/packages/design-tokens/package.json +23 -0
- package/packages/design-tokens/src/base.css +255 -0
- package/packages/design-tokens/src/fonts/IRANYekanXFaNum-Bold.woff2 +0 -0
- package/packages/design-tokens/src/fonts/IRANYekanXFaNum-DemiBold.woff2 +0 -0
- package/packages/design-tokens/src/fonts/IRANYekanXFaNum-Medium.woff2 +0 -0
- package/packages/design-tokens/src/fonts/IRANYekanXFaNum-Regular.woff2 +0 -0
- package/packages/design-tokens/src/fonts/IRANYekanXVF.ttf +0 -0
- package/packages/design-tokens/src/fonts/README.md +13 -0
- package/packages/design-tokens/src/fonts.css +49 -0
- package/packages/design-tokens/src/index.test.ts +36 -0
- package/packages/design-tokens/src/index.ts +5 -0
- package/packages/design-tokens/src/palette.ts +27 -0
- package/packages/design-tokens/src/tailwind.css +3 -0
- package/packages/design-tokens/src/theme.css +67 -0
- package/packages/design-tokens/src/tokens.css +251 -0
- package/packages/design-tokens/src/tokens.json +275 -0
- package/packages/design-tokens/src/tokens.mjs +276 -0
- package/packages/i18n/package.json +13 -0
- package/packages/i18n/src/index.ts +17 -0
- package/packages/i18n/src/messages/en.json +116 -0
- package/packages/i18n/src/messages/fa.json +116 -0
- package/packages/i18n/src/runtime.d.mts +42 -0
- package/packages/i18n/src/runtime.mjs +113 -0
- package/packages/i18n/src/translate.test.ts +50 -0
- package/packages/i18n/src/translate.ts +29 -0
- package/packages/icons/package.json +12 -0
- package/packages/icons/src/adapters.tsx +167 -0
- package/packages/icons/src/index.tsx +103 -0
- package/packages/registry/README.md +7 -0
- package/packages/registry/catalog-index.json +1345 -0
- package/packages/registry/component-audit.json +1038 -0
- package/packages/registry/coss-adoption.json +281 -0
- package/packages/registry/docs-index.json +1881 -0
- package/packages/registry/manifest.json +11081 -0
- package/packages/registry/manifest.schema.json +135 -0
- package/packages/registry/package.json +10 -0
- package/packages/registry/r/activity-feed.json +67 -0
- package/packages/registry/r/agent-composer.json +79 -0
- package/packages/registry/r/agent-message.json +72 -0
- package/packages/registry/r/agent-plan.json +67 -0
- package/packages/registry/r/agent-workspace.json +67 -0
- package/packages/registry/r/alert.json +68 -0
- package/packages/registry/r/app-frame.json +67 -0
- package/packages/registry/r/approval-request.json +84 -0
- package/packages/registry/r/badge.json +68 -0
- package/packages/registry/r/bidi-text.json +70 -0
- package/packages/registry/r/bottom-navigation.json +67 -0
- package/packages/registry/r/button.json +83 -0
- package/packages/registry/r/calendar.json +97 -0
- package/packages/registry/r/card.json +67 -0
- package/packages/registry/r/chart-frame.json +67 -0
- package/packages/registry/r/chart.json +67 -0
- package/packages/registry/r/code-block.json +67 -0
- package/packages/registry/r/context-menu.json +81 -0
- package/packages/registry/r/dashboard-01.json +86 -0
- package/packages/registry/r/dashboard-02.json +84 -0
- package/packages/registry/r/dashboard-shell.json +67 -0
- package/packages/registry/r/data-list.json +67 -0
- package/packages/registry/r/data-table.json +72 -0
- package/packages/registry/r/date-picker.json +117 -0
- package/packages/registry/r/dialog.json +84 -0
- package/packages/registry/r/direction-provider.json +54 -0
- package/packages/registry/r/drawer.json +80 -0
- package/packages/registry/r/dropdown.json +78 -0
- package/packages/registry/r/empty-state.json +67 -0
- package/packages/registry/r/error-state.json +67 -0
- package/packages/registry/r/fab.json +80 -0
- package/packages/registry/r/featured-icon.json +71 -0
- package/packages/registry/r/filter-bar.json +69 -0
- package/packages/registry/r/gradient-picker.json +62 -0
- package/packages/registry/r/header-navigation.json +67 -0
- package/packages/registry/r/hero-header.json +63 -0
- package/packages/registry/r/icon-system.json +59 -0
- package/packages/registry/r/image-picker.json +62 -0
- package/packages/registry/r/inline-cta.json +73 -0
- package/packages/registry/r/input.json +73 -0
- package/packages/registry/r/landing-page.json +70 -0
- package/packages/registry/r/login-page.json +71 -0
- package/packages/registry/r/marketing-header.json +63 -0
- package/packages/registry/r/menu.json +74 -0
- package/packages/registry/r/messaging.json +69 -0
- package/packages/registry/r/metric-card.json +67 -0
- package/packages/registry/r/mobile-screen.json +67 -0
- package/packages/registry/r/not-found.json +63 -0
- package/packages/registry/r/page-header.json +67 -0
- package/packages/registry/r/pagination.json +91 -0
- package/packages/registry/r/progress-steps.json +69 -0
- package/packages/registry/r/run-inspector.json +72 -0
- package/packages/registry/r/section-header.json +67 -0
- package/packages/registry/r/settings-01.json +94 -0
- package/packages/registry/r/settings-02.json +99 -0
- package/packages/registry/r/settings-page.json +67 -0
- package/packages/registry/r/sidebar-navigation.json +67 -0
- package/packages/registry/r/sign-in-form.json +89 -0
- package/packages/registry/r/skeleton.json +67 -0
- package/packages/registry/r/spinner.json +67 -0
- package/packages/registry/r/tabs.json +69 -0
- package/packages/registry/r/textarea.json +73 -0
- package/packages/registry/r/tool-call.json +72 -0
- package/packages/registry/r/tooltip.json +73 -0
- package/packages/registry/r/utility-button.json +83 -0
- package/packages/registry/r/workflow-canvas.json +67 -0
- package/packages/registry/r/workflow-node.json +72 -0
- package/packages/registry/r-planned-backup/about-page.json +14 -0
- package/packages/registry/r-planned-backup/activity-gauge.json +14 -0
- package/packages/registry/r-planned-backup/avatar.json +14 -0
- package/packages/registry/r-planned-backup/badge-group.json +14 -0
- package/packages/registry/r-planned-backup/banner.json +14 -0
- package/packages/registry/r-planned-backup/blog-index-page.json +14 -0
- package/packages/registry/r-planned-backup/blog-post-page.json +14 -0
- package/packages/registry/r-planned-backup/blog-section.json +14 -0
- package/packages/registry/r-planned-backup/button-group.json +14 -0
- package/packages/registry/r-planned-backup/careers-section.json +14 -0
- package/packages/registry/r-planned-backup/carousel.json +14 -0
- package/packages/registry/r-planned-backup/checkbox.json +14 -0
- package/packages/registry/r-planned-backup/color-picker.json +14 -0
- package/packages/registry/r-planned-backup/command-menu.json +14 -0
- package/packages/registry/r-planned-backup/contact-page.json +14 -0
- package/packages/registry/r-planned-backup/contact-section.json +14 -0
- package/packages/registry/r-planned-backup/content-divider.json +14 -0
- package/packages/registry/r-planned-backup/content-section.json +14 -0
- package/packages/registry/r-planned-backup/credit-card.json +14 -0
- package/packages/registry/r-planned-backup/cta-section.json +14 -0
- package/packages/registry/r-planned-backup/email-template.json +14 -0
- package/packages/registry/r-planned-backup/faq-page.json +14 -0
- package/packages/registry/r-planned-backup/faq-section.json +14 -0
- package/packages/registry/r-planned-backup/feature-section.json +14 -0
- package/packages/registry/r-planned-backup/file-uploader.json +14 -0
- package/packages/registry/r-planned-backup/footer.json +14 -0
- package/packages/registry/r-planned-backup/forgot-password-page.json +14 -0
- package/packages/registry/r-planned-backup/illustration.json +14 -0
- package/packages/registry/r-planned-backup/informational-page-01.json +14 -0
- package/packages/registry/r-planned-backup/informational-page-02.json +14 -0
- package/packages/registry/r-planned-backup/legal-page.json +14 -0
- package/packages/registry/r-planned-backup/marketing-404-page.json +14 -0
- package/packages/registry/r-planned-backup/metrics-section.json +14 -0
- package/packages/registry/r-planned-backup/multi-select.json +14 -0
- package/packages/registry/r-planned-backup/newsletter.json +14 -0
- package/packages/registry/r-planned-backup/notification.json +14 -0
- package/packages/registry/r-planned-backup/pie-chart.json +14 -0
- package/packages/registry/r-planned-backup/pricing-page.json +14 -0
- package/packages/registry/r-planned-backup/pricing-section.json +14 -0
- package/packages/registry/r-planned-backup/progress-indicator.json +14 -0
- package/packages/registry/r-planned-backup/qr-code.json +14 -0
- package/packages/registry/r-planned-backup/radar-chart.json +14 -0
- package/packages/registry/r-planned-backup/radio-group.json +14 -0
- package/packages/registry/r-planned-backup/rating.json +14 -0
- package/packages/registry/r-planned-backup/rich-text-editor.json +14 -0
- package/packages/registry/r-planned-backup/section-footer.json +14 -0
- package/packages/registry/r-planned-backup/select.json +14 -0
- package/packages/registry/r-planned-backup/sign-up-page.json +14 -0
- package/packages/registry/r-planned-backup/slider.json +14 -0
- package/packages/registry/r-planned-backup/social-button.json +14 -0
- package/packages/registry/r-planned-backup/social-proof.json +14 -0
- package/packages/registry/r-planned-backup/store-button.json +14 -0
- package/packages/registry/r-planned-backup/tags.json +14 -0
- package/packages/registry/r-planned-backup/team-page.json +14 -0
- package/packages/registry/r-planned-backup/team-section.json +14 -0
- package/packages/registry/r-planned-backup/testimonial-section.json +14 -0
- package/packages/registry/r-planned-backup/toggle.json +14 -0
- package/packages/registry/r-planned-backup/tree-view.json +14 -0
- package/packages/registry/r-planned-backup/verification-code.json +14 -0
- package/packages/registry/r-planned-backup/verification-page.json +14 -0
- package/packages/registry/r-planned-backup/video-player.json +14 -0
- package/packages/registry/registry.json +1997 -0
- package/packages/registry/search-index.json +3942 -0
- package/packages/testing/package.json +9 -0
- package/packages/testing/src/index.mjs +10 -0
- package/packages/ui/package.json +26 -0
- package/packages/ui/src/about-page.tsx +19 -0
- package/packages/ui/src/alert.tsx +67 -0
- package/packages/ui/src/app-frame.tsx +63 -0
- package/packages/ui/src/avatar.tsx +19 -0
- package/packages/ui/src/badge-group.tsx +19 -0
- package/packages/ui/src/badge.tsx +35 -0
- package/packages/ui/src/banner.tsx +19 -0
- package/packages/ui/src/bidi.tsx +80 -0
- package/packages/ui/src/blog-index-page.tsx +19 -0
- package/packages/ui/src/blog-post-page.tsx +19 -0
- package/packages/ui/src/blog-section.tsx +19 -0
- package/packages/ui/src/bottom-navigation.tsx +60 -0
- package/packages/ui/src/button-group.tsx +19 -0
- package/packages/ui/src/button.browser.test.tsx +38 -0
- package/packages/ui/src/button.tsx +81 -0
- package/packages/ui/src/calendar-system.test.ts +103 -0
- package/packages/ui/src/calendar-system.ts +120 -0
- package/packages/ui/src/calendar.browser.test.tsx +52 -0
- package/packages/ui/src/calendar.tsx +339 -0
- package/packages/ui/src/card.tsx +63 -0
- package/packages/ui/src/careers-section.tsx +19 -0
- package/packages/ui/src/carousel.tsx +19 -0
- package/packages/ui/src/checkbox.tsx +17 -0
- package/packages/ui/src/cinematic/cinematic.css +2020 -0
- package/packages/ui/src/cinematic/ecosystem-motion-showcase.tsx +265 -0
- package/packages/ui/src/cinematic/ecosystem-sphere.tsx +627 -0
- package/packages/ui/src/cinematic/index.ts +5 -0
- package/packages/ui/src/cinematic/kinetic-experience.tsx +207 -0
- package/packages/ui/src/cinematic/portfolio.ts +132 -0
- package/packages/ui/src/cinematic/system-anatomy.tsx +173 -0
- package/packages/ui/src/code.tsx +119 -0
- package/packages/ui/src/color-picker.tsx +22 -0
- package/packages/ui/src/command-menu.tsx +19 -0
- package/packages/ui/src/contact-page.tsx +19 -0
- package/packages/ui/src/contact-section.tsx +19 -0
- package/packages/ui/src/content-divider.tsx +19 -0
- package/packages/ui/src/content-section.tsx +19 -0
- package/packages/ui/src/context-menu.tsx +208 -0
- package/packages/ui/src/credit-card.tsx +19 -0
- package/packages/ui/src/cta-section.tsx +19 -0
- package/packages/ui/src/data-list.tsx +81 -0
- package/packages/ui/src/date-picker.browser.test.tsx +48 -0
- package/packages/ui/src/date-picker.tsx +248 -0
- package/packages/ui/src/dialog.browser.test.tsx +32 -0
- package/packages/ui/src/dialog.tsx +144 -0
- package/packages/ui/src/direction.tsx +46 -0
- package/packages/ui/src/drawer.tsx +179 -0
- package/packages/ui/src/dropdown.tsx +200 -0
- package/packages/ui/src/email-template.tsx +19 -0
- package/packages/ui/src/empty-state.tsx +43 -0
- package/packages/ui/src/error-state.tsx +44 -0
- package/packages/ui/src/fab.tsx +32 -0
- package/packages/ui/src/faq-page.tsx +19 -0
- package/packages/ui/src/faq-section.tsx +19 -0
- package/packages/ui/src/feature-section.tsx +19 -0
- package/packages/ui/src/featured-icon.tsx +63 -0
- package/packages/ui/src/field.browser.test.tsx +33 -0
- package/packages/ui/src/field.tsx +117 -0
- package/packages/ui/src/file-uploader.tsx +19 -0
- package/packages/ui/src/footer.tsx +19 -0
- package/packages/ui/src/forgot-password-page.tsx +19 -0
- package/packages/ui/src/gradient-picker.tsx +65 -0
- package/packages/ui/src/header-navigation.tsx +71 -0
- package/packages/ui/src/hero-header.tsx +57 -0
- package/packages/ui/src/illustration.tsx +19 -0
- package/packages/ui/src/image-picker.tsx +56 -0
- package/packages/ui/src/index.ts +110 -0
- package/packages/ui/src/informational-page-01.tsx +19 -0
- package/packages/ui/src/informational-page-02.tsx +19 -0
- package/packages/ui/src/inline-cta.tsx +29 -0
- package/packages/ui/src/input.tsx +44 -0
- package/packages/ui/src/landing-page.tsx +56 -0
- package/packages/ui/src/legal-page.tsx +19 -0
- package/packages/ui/src/lib/cn.ts +6 -0
- package/packages/ui/src/lib/i18n-messages.ts +40 -0
- package/packages/ui/src/login-page.tsx +78 -0
- package/packages/ui/src/marketing-404-page.tsx +19 -0
- package/packages/ui/src/marketing-header.tsx +53 -0
- package/packages/ui/src/menu.tsx +220 -0
- package/packages/ui/src/messaging.tsx +62 -0
- package/packages/ui/src/metrics-section.tsx +19 -0
- package/packages/ui/src/mobile-screen.tsx +37 -0
- package/packages/ui/src/multi-select.tsx +16 -0
- package/packages/ui/src/newsletter.tsx +19 -0
- package/packages/ui/src/not-found.tsx +60 -0
- package/packages/ui/src/notification.tsx +19 -0
- package/packages/ui/src/page-header.tsx +80 -0
- package/packages/ui/src/pricing-page.tsx +19 -0
- package/packages/ui/src/pricing-section.tsx +19 -0
- package/packages/ui/src/progress-indicator.tsx +19 -0
- package/packages/ui/src/progress-steps.tsx +85 -0
- package/packages/ui/src/qr-code.tsx +19 -0
- package/packages/ui/src/radio-group.tsx +26 -0
- package/packages/ui/src/rating.tsx +19 -0
- package/packages/ui/src/rich-text-editor.tsx +18 -0
- package/packages/ui/src/section-footer.tsx +19 -0
- package/packages/ui/src/section-header.tsx +37 -0
- package/packages/ui/src/select.tsx +27 -0
- package/packages/ui/src/settings-01.tsx +49 -0
- package/packages/ui/src/settings-02.tsx +58 -0
- package/packages/ui/src/settings-page.tsx +62 -0
- package/packages/ui/src/sidebar-navigation.tsx +77 -0
- package/packages/ui/src/sign-in-form.tsx +60 -0
- package/packages/ui/src/sign-up-page.tsx +19 -0
- package/packages/ui/src/skeleton.tsx +14 -0
- package/packages/ui/src/slider.tsx +13 -0
- package/packages/ui/src/social-button.tsx +19 -0
- package/packages/ui/src/social-proof.tsx +19 -0
- package/packages/ui/src/spinner.tsx +26 -0
- package/packages/ui/src/store-button.tsx +19 -0
- package/packages/ui/src/tabs.browser.test.tsx +33 -0
- package/packages/ui/src/tabs.tsx +175 -0
- package/packages/ui/src/tags.tsx +11 -0
- package/packages/ui/src/team-page.tsx +19 -0
- package/packages/ui/src/team-section.tsx +19 -0
- package/packages/ui/src/testimonial-section.tsx +19 -0
- package/packages/ui/src/textarea.tsx +45 -0
- package/packages/ui/src/theme-provider.browser.test.tsx +90 -0
- package/packages/ui/src/theme-provider.tsx +417 -0
- package/packages/ui/src/theme-toggle.tsx +107 -0
- package/packages/ui/src/toggle.tsx +34 -0
- package/packages/ui/src/tooltip.tsx +50 -0
- package/packages/ui/src/tree-view.tsx +19 -0
- package/packages/ui/src/utility-button.tsx +33 -0
- package/packages/ui/src/utils.ts +13 -0
- package/packages/ui/src/verification-code.tsx +27 -0
- package/packages/ui/src/verification-page.tsx +19 -0
- package/packages/ui/src/video-player.tsx +19 -0
- package/packages/workflow-ui/package.json +15 -0
- package/packages/workflow-ui/src/index.ts +2 -0
- package/packages/workflow-ui/src/workflow-canvas.tsx +51 -0
- package/packages/workflow-ui/src/workflow-node.tsx +61 -0
- package/playwright.config.ts +58 -0
- package/pnpm-workspace.yaml +5 -0
- package/registry.json +216 -0
- package/scripts/build-static.mjs +68 -0
- package/scripts/capture-visuals.py +106 -0
- package/scripts/capture-visuals.sh +10 -0
- package/scripts/create-visual-index.mjs +16 -0
- package/scripts/enrich-registry-payloads.mjs +83 -0
- package/scripts/fix-noe-imports.mjs +134 -0
- package/scripts/fix-registry-closure.mjs +110 -0
- package/scripts/fix-registry-deps-cleanup.mjs +149 -0
- package/scripts/fix-relative-for-registry.mjs +103 -0
- package/scripts/generate-design-tokens.mjs +134 -0
- package/scripts/generate-inventory.mjs +62 -0
- package/scripts/generate-manifest.mjs +1149 -0
- package/scripts/generate-phase4.mjs +875 -0
- package/scripts/validate-manifest.mjs +477 -0
- package/scripts/validate-pngs.mjs +31 -0
- package/scripts/verify-registry-consumer.mjs +319 -0
- package/scripts/verify-registry-dependencies.mjs +162 -0
- package/scripts/verify.mjs +316 -0
- package/tests/catalog-audit.test.mjs +156 -0
- package/tests/e2e/capture-visuals.mjs +34 -0
- package/tests/e2e/catalog-typography.spec.ts +110 -0
- package/tests/e2e/catalog.spec.ts +68 -0
- package/tests/e2e/direction.spec.ts +60 -0
- package/tests/e2e/responsive.spec.ts +30 -0
- package/tests/e2e/surfaces.spec.ts +51 -0
- package/tests/i18n.test.mjs +36 -0
- package/tests/icons.test.mjs +21 -0
- package/tests/registry-publication.test.mjs +88 -0
- package/tests/registry.test.mjs +51 -0
- package/tests/rtl.test.mjs +21 -0
- package/tests/static-app.test.mjs +49 -0
- package/tests/tokens.test.mjs +24 -0
- package/tests/workspace.test.mjs +25 -0
- package/tsconfig.base.json +69 -0
- package/tsconfig.json +27 -0
- package/tsconfig.verify.json +19 -0
- package/types/offline-react.d.ts +73 -0
- package/vitest.config.ts +91 -0
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
// GENERATED — DO NOT EDIT. Source: tokens.json
|
|
2
|
+
export const tokens = {
|
|
3
|
+
"primitive": {
|
|
4
|
+
"color": {
|
|
5
|
+
"paper": {
|
|
6
|
+
"0": "#ffffff",
|
|
7
|
+
"50": "#f6f4f2",
|
|
8
|
+
"100": "#f3f0ea",
|
|
9
|
+
"200": "#e8e3dc",
|
|
10
|
+
"250": "#f6f4f2",
|
|
11
|
+
"300": "#e7e2da"
|
|
12
|
+
},
|
|
13
|
+
"ink": {
|
|
14
|
+
"300": "#a6a19c",
|
|
15
|
+
"400": "#a6a19c",
|
|
16
|
+
"500": "#565c58",
|
|
17
|
+
"600": "#302f2e",
|
|
18
|
+
"700": "#252423",
|
|
19
|
+
"800": "#302f2e",
|
|
20
|
+
"850": "#302f2e",
|
|
21
|
+
"900": "#171918",
|
|
22
|
+
"950": "#252423",
|
|
23
|
+
"1000": "#1c1b1b"
|
|
24
|
+
},
|
|
25
|
+
"mint": {
|
|
26
|
+
"100": "#98e8cf",
|
|
27
|
+
"200": "#abefd9",
|
|
28
|
+
"300": "#1dbf98",
|
|
29
|
+
"400": "#0f6d5b",
|
|
30
|
+
"500": "#0b6f6b",
|
|
31
|
+
"600": "#095c59"
|
|
32
|
+
},
|
|
33
|
+
"coral": {
|
|
34
|
+
"400": "#ff5b57",
|
|
35
|
+
"500": "#c43f3c",
|
|
36
|
+
"600": "#9e2f2c"
|
|
37
|
+
},
|
|
38
|
+
"amber": {
|
|
39
|
+
"400": "#ffb84a",
|
|
40
|
+
"500": "#986000"
|
|
41
|
+
},
|
|
42
|
+
"cyan": {
|
|
43
|
+
"400": "#55d6ff",
|
|
44
|
+
"500": "#006d91"
|
|
45
|
+
},
|
|
46
|
+
"violet": {
|
|
47
|
+
"400": "#7478ff",
|
|
48
|
+
"500": "#5753bd"
|
|
49
|
+
},
|
|
50
|
+
"ember": {
|
|
51
|
+
"400": "oklch(0.775 0.155 38)",
|
|
52
|
+
"500": "oklch(0.745 0.155 36)",
|
|
53
|
+
"550": "oklch(0.72 0.17 34)",
|
|
54
|
+
"600": "oklch(0.675 0.185 32)",
|
|
55
|
+
"700": "oklch(0.625 0.195 30)"
|
|
56
|
+
},
|
|
57
|
+
"green": {
|
|
58
|
+
"500": "#1dbf98",
|
|
59
|
+
"600": "#0b6f6b"
|
|
60
|
+
},
|
|
61
|
+
"red": {
|
|
62
|
+
"500": "#ff5b57",
|
|
63
|
+
"600": "#c43f3c"
|
|
64
|
+
},
|
|
65
|
+
"blue": {
|
|
66
|
+
"500": "#55d6ff",
|
|
67
|
+
"600": "#006d91"
|
|
68
|
+
},
|
|
69
|
+
"alpha": {
|
|
70
|
+
"focusLight": "rgba(11, 111, 107, 0.32)",
|
|
71
|
+
"focusDark": "rgba(152, 232, 207, 0.45)",
|
|
72
|
+
"overlayLight": "rgba(23, 25, 24, 0.08)",
|
|
73
|
+
"overlayDark": "rgba(0, 0, 0, 0.62)"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"space": {
|
|
77
|
+
"0": "0",
|
|
78
|
+
"1": "0.25rem",
|
|
79
|
+
"2": "0.5rem",
|
|
80
|
+
"3": "0.75rem",
|
|
81
|
+
"4": "1rem",
|
|
82
|
+
"5": "1.25rem",
|
|
83
|
+
"6": "1.5rem",
|
|
84
|
+
"8": "2rem",
|
|
85
|
+
"10": "2.5rem",
|
|
86
|
+
"12": "3rem",
|
|
87
|
+
"16": "4rem",
|
|
88
|
+
"20": "5rem",
|
|
89
|
+
"24": "6rem"
|
|
90
|
+
},
|
|
91
|
+
"radius": {
|
|
92
|
+
"sm": "0.375rem",
|
|
93
|
+
"md": "0.625rem",
|
|
94
|
+
"lg": "0.875rem",
|
|
95
|
+
"xl": "1.25rem",
|
|
96
|
+
"pill": "999px"
|
|
97
|
+
},
|
|
98
|
+
"duration": {
|
|
99
|
+
"fast": "120ms",
|
|
100
|
+
"normal": "200ms",
|
|
101
|
+
"slow": "320ms"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"color": {
|
|
105
|
+
"light": {
|
|
106
|
+
"background": "{primitive.color.paper.100}",
|
|
107
|
+
"surface": "{primitive.color.paper.50}",
|
|
108
|
+
"surfaceRaised": "{primitive.color.paper.0}",
|
|
109
|
+
"surfaceSunken": "{primitive.color.paper.200}",
|
|
110
|
+
"foreground": "{primitive.color.ink.900}",
|
|
111
|
+
"muted": "{primitive.color.paper.200}",
|
|
112
|
+
"mutedForeground": "{primitive.color.ink.500}",
|
|
113
|
+
"border": "rgba(23, 25, 24, 0.16)",
|
|
114
|
+
"borderStrong": "{primitive.color.ink.300}",
|
|
115
|
+
"accent": "{primitive.color.mint.500}",
|
|
116
|
+
"accentHover": "{primitive.color.mint.400}",
|
|
117
|
+
"accentForeground": "{primitive.color.paper.0}",
|
|
118
|
+
"signal": "{primitive.color.coral.500}",
|
|
119
|
+
"success": "{primitive.color.green.600}",
|
|
120
|
+
"successForeground": "{primitive.color.paper.0}",
|
|
121
|
+
"warning": "{primitive.color.amber.500}",
|
|
122
|
+
"warningForeground": "{primitive.color.paper.0}",
|
|
123
|
+
"destructive": "{primitive.color.coral.500}",
|
|
124
|
+
"destructiveForeground": "{primitive.color.paper.0}",
|
|
125
|
+
"info": "{primitive.color.cyan.500}",
|
|
126
|
+
"infoForeground": "{primitive.color.paper.0}",
|
|
127
|
+
"focusRing": "{primitive.color.alpha.focusLight}",
|
|
128
|
+
"overlay": "{primitive.color.alpha.overlayLight}"
|
|
129
|
+
},
|
|
130
|
+
"dark": {
|
|
131
|
+
"background": "{primitive.color.ink.950}",
|
|
132
|
+
"surface": "{primitive.color.ink.850}",
|
|
133
|
+
"surfaceRaised": "{primitive.color.ink.800}",
|
|
134
|
+
"surfaceSunken": "{primitive.color.ink.1000}",
|
|
135
|
+
"foreground": "{primitive.color.paper.250}",
|
|
136
|
+
"muted": "{primitive.color.ink.800}",
|
|
137
|
+
"mutedForeground": "{primitive.color.ink.400}",
|
|
138
|
+
"border": "rgba(246, 244, 242, 0.14)",
|
|
139
|
+
"borderStrong": "{primitive.color.ink.600}",
|
|
140
|
+
"accent": "{primitive.color.mint.100}",
|
|
141
|
+
"accentHover": "{primitive.color.mint.200}",
|
|
142
|
+
"accentForeground": "{primitive.color.ink.950}",
|
|
143
|
+
"signal": "{primitive.color.coral.400}",
|
|
144
|
+
"success": "{primitive.color.green.500}",
|
|
145
|
+
"successForeground": "{primitive.color.ink.950}",
|
|
146
|
+
"warning": "{primitive.color.amber.400}",
|
|
147
|
+
"warningForeground": "{primitive.color.ink.950}",
|
|
148
|
+
"destructive": "{primitive.color.red.500}",
|
|
149
|
+
"destructiveForeground": "{primitive.color.ink.950}",
|
|
150
|
+
"info": "{primitive.color.blue.500}",
|
|
151
|
+
"infoForeground": "{primitive.color.ink.950}",
|
|
152
|
+
"focusRing": "{primitive.color.alpha.focusDark}",
|
|
153
|
+
"overlay": "{primitive.color.alpha.overlayDark}"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"shadow": {
|
|
157
|
+
"light": {
|
|
158
|
+
"raised": "0 1px 2px rgba(23, 25, 24, 0.05), 0 14px 34px rgba(23, 25, 24, 0.07)",
|
|
159
|
+
"overlay": "0 24px 64px rgba(23, 25, 24, 0.16)"
|
|
160
|
+
},
|
|
161
|
+
"dark": {
|
|
162
|
+
"raised": "0 1px 2px rgba(0, 0, 0, 0.2), 0 18px 48px rgba(0, 0, 0, 0.26)",
|
|
163
|
+
"overlay": "0 30px 80px rgba(0, 0, 0, 0.46)"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"font": {
|
|
167
|
+
"family": {
|
|
168
|
+
"sans": "\"SF Pro Display\", \"SF Pro Text\", -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", Arial, IRANYekanXFaNum, sans-serif",
|
|
169
|
+
"heading": "\"SF Pro Display\", \"SF Pro Text\", -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", Arial, IRANYekanXFaNum, sans-serif",
|
|
170
|
+
"mono": "\"SFMono-Regular\", \"SF Pro Display\", \"SF Pro Text\", Consolas, \"Liberation Mono\", monospace"
|
|
171
|
+
},
|
|
172
|
+
"size": {
|
|
173
|
+
"xs": "0.75rem",
|
|
174
|
+
"sm": "0.875rem",
|
|
175
|
+
"md": "1rem",
|
|
176
|
+
"lg": "1.125rem",
|
|
177
|
+
"xl": "1.375rem",
|
|
178
|
+
"2xl": "clamp(1.75rem, 3vw, 2.75rem)",
|
|
179
|
+
"display": "clamp(2.6rem, 7vw, 6.75rem)"
|
|
180
|
+
},
|
|
181
|
+
"weight": {
|
|
182
|
+
"regular": "400",
|
|
183
|
+
"medium": "500",
|
|
184
|
+
"semibold": "600"
|
|
185
|
+
},
|
|
186
|
+
"leading": {
|
|
187
|
+
"tight": "1.08",
|
|
188
|
+
"snug": "1.3",
|
|
189
|
+
"normal": "1.55"
|
|
190
|
+
},
|
|
191
|
+
"tracking": {
|
|
192
|
+
"tight": "-0.025em",
|
|
193
|
+
"normal": "0"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"space": {
|
|
197
|
+
"0": "{primitive.space.0}",
|
|
198
|
+
"1": "{primitive.space.1}",
|
|
199
|
+
"2": "{primitive.space.2}",
|
|
200
|
+
"3": "{primitive.space.3}",
|
|
201
|
+
"4": "{primitive.space.4}",
|
|
202
|
+
"5": "{primitive.space.5}",
|
|
203
|
+
"6": "{primitive.space.6}",
|
|
204
|
+
"8": "{primitive.space.8}",
|
|
205
|
+
"10": "{primitive.space.10}",
|
|
206
|
+
"12": "{primitive.space.12}",
|
|
207
|
+
"16": "{primitive.space.16}",
|
|
208
|
+
"20": "{primitive.space.20}",
|
|
209
|
+
"24": "{primitive.space.24}"
|
|
210
|
+
},
|
|
211
|
+
"radius": {
|
|
212
|
+
"sm": "{primitive.radius.sm}",
|
|
213
|
+
"md": "{primitive.radius.md}",
|
|
214
|
+
"lg": "{primitive.radius.lg}",
|
|
215
|
+
"xl": "{primitive.radius.xl}",
|
|
216
|
+
"pill": "{primitive.radius.pill}"
|
|
217
|
+
},
|
|
218
|
+
"border": {
|
|
219
|
+
"width": {
|
|
220
|
+
"hairline": "1px",
|
|
221
|
+
"strong": "2px"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"control": {
|
|
225
|
+
"height": {
|
|
226
|
+
"sm": "2rem",
|
|
227
|
+
"md": "2.5rem",
|
|
228
|
+
"lg": "3rem"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"icon": {
|
|
232
|
+
"size": {
|
|
233
|
+
"sm": "1rem",
|
|
234
|
+
"md": "1.25rem",
|
|
235
|
+
"lg": "1.5rem"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"zIndex": {
|
|
239
|
+
"base": "0",
|
|
240
|
+
"sticky": "20",
|
|
241
|
+
"overlay": "60",
|
|
242
|
+
"toast": "80"
|
|
243
|
+
},
|
|
244
|
+
"motion": {
|
|
245
|
+
"duration": {
|
|
246
|
+
"fast": "{primitive.duration.fast}",
|
|
247
|
+
"normal": "{primitive.duration.normal}",
|
|
248
|
+
"slow": "{primitive.duration.slow}"
|
|
249
|
+
},
|
|
250
|
+
"easing": {
|
|
251
|
+
"standard": "cubic-bezier(0.2, 0, 0, 1)",
|
|
252
|
+
"emphasized": "cubic-bezier(0.16, 1, 0.3, 1)"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"container": {
|
|
256
|
+
"sm": "42rem",
|
|
257
|
+
"md": "64rem",
|
|
258
|
+
"lg": "80rem",
|
|
259
|
+
"xl": "96rem"
|
|
260
|
+
},
|
|
261
|
+
"component": {
|
|
262
|
+
"button": {
|
|
263
|
+
"height": "{control.height.md}",
|
|
264
|
+
"radius": "{radius.md}",
|
|
265
|
+
"gap": "{space.2}"
|
|
266
|
+
},
|
|
267
|
+
"field": {
|
|
268
|
+
"gap": "{space.2}"
|
|
269
|
+
},
|
|
270
|
+
"dialog": {
|
|
271
|
+
"radius": "{radius.lg}",
|
|
272
|
+
"padding": "{space.6}",
|
|
273
|
+
"width": "32rem"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export {
|
|
2
|
+
applyDocumentLocale,
|
|
3
|
+
formatDate,
|
|
4
|
+
formatList,
|
|
5
|
+
formatNumber,
|
|
6
|
+
formatRelativeTime,
|
|
7
|
+
getLocaleMetadata,
|
|
8
|
+
localeMetadata,
|
|
9
|
+
pseudoLocalize,
|
|
10
|
+
resolveDirection,
|
|
11
|
+
} from './runtime.mjs';
|
|
12
|
+
export type { MessageKey } from './translate';
|
|
13
|
+
export { allMessageKeys, getMessages, hasMessage, t } from './translate';
|
|
14
|
+
|
|
15
|
+
export type LocaleCode = 'en' | 'fa' | 'en-XA' | 'ar-XB';
|
|
16
|
+
export type Direction = 'ltr' | 'rtl';
|
|
17
|
+
export type DirectionOverride = Direction | 'auto';
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nav.system": "System",
|
|
3
|
+
"nav.principles": "Principles",
|
|
4
|
+
"nav.progress": "Progress",
|
|
5
|
+
"nav.ask": "Ask NOa",
|
|
6
|
+
"hero.eyebrow": "NOECOSYSTEM / SHARED DIGITAL FOUNDATIONS",
|
|
7
|
+
"hero.title": "Shared foundations. Connected experiences.",
|
|
8
|
+
"hero.body": "A shared digital foundation for connected products and services—coherent at the core, clear at the surface.",
|
|
9
|
+
"hero.primary": "Explore the system",
|
|
10
|
+
"hero.secondary": "View progress",
|
|
11
|
+
"foundation.title": "A shared core. Distinct experiences.",
|
|
12
|
+
"foundation.shared": "Shared by design.",
|
|
13
|
+
"foundation.connected": "Connected with intent.",
|
|
14
|
+
"foundation.clear": "Clear at the surface.",
|
|
15
|
+
"common.search": "Search",
|
|
16
|
+
"common.filter": "Filter",
|
|
17
|
+
"common.retry": "Retry",
|
|
18
|
+
"common.cancel": "Cancel",
|
|
19
|
+
"common.close": "Close",
|
|
20
|
+
"common.more": "More",
|
|
21
|
+
"dashboard.title": "Operating overview",
|
|
22
|
+
"dashboard.subtitle": "Signals, services, and delivery health across the ecosystem.",
|
|
23
|
+
"metric.active": "Active services",
|
|
24
|
+
"metric.reliability": "Reliability",
|
|
25
|
+
"metric.latency": "Median latency",
|
|
26
|
+
"metric.approvals": "Pending approvals",
|
|
27
|
+
"table.service": "Service",
|
|
28
|
+
"table.owner": "Owner",
|
|
29
|
+
"table.status": "Status",
|
|
30
|
+
"table.updated": "Updated",
|
|
31
|
+
"table.actions": "Actions",
|
|
32
|
+
"status.healthy": "Healthy",
|
|
33
|
+
"status.degraded": "Degraded",
|
|
34
|
+
"status.pending": "Pending",
|
|
35
|
+
"status.running": "Running",
|
|
36
|
+
"status.completed": "Completed",
|
|
37
|
+
"status.failed": "Failed",
|
|
38
|
+
"agent.title": "Agent workspace",
|
|
39
|
+
"agent.subtitle": "Coordinate plans, tools, approvals, and artifacts without exposing implementation noise.",
|
|
40
|
+
"agent.message.user": "Review today’s orchestration health and prepare an executive summary.",
|
|
41
|
+
"agent.message.assistant": "I found one degraded connector and two approvals that require attention. The executive summary is ready for review.",
|
|
42
|
+
"agent.composer.placeholder": "Ask NOa to investigate, plan, or execute…",
|
|
43
|
+
"agent.plan": "Execution plan",
|
|
44
|
+
"agent.plan.step1": "Inspect service health",
|
|
45
|
+
"agent.plan.step2": "Compare incidents and change history",
|
|
46
|
+
"agent.plan.step3": "Prepare the decision brief",
|
|
47
|
+
"tool.title": "Fetch service health",
|
|
48
|
+
"tool.scope": "Read-only access to service telemetry",
|
|
49
|
+
"tool.success": "Telemetry retrieved",
|
|
50
|
+
"approval.title": "Approval required",
|
|
51
|
+
"approval.body": "Publish the prepared executive brief to the leadership workspace.",
|
|
52
|
+
"approval.once": "Allow once",
|
|
53
|
+
"approval.session": "Allow for session",
|
|
54
|
+
"approval.deny": "Deny",
|
|
55
|
+
"artifact.title": "Executive brief",
|
|
56
|
+
"artifact.updated": "Updated just now",
|
|
57
|
+
"workflow.title": "Workflow builder",
|
|
58
|
+
"workflow.subtitle": "Compose agents, tools, and conditions while preserving clear control boundaries.",
|
|
59
|
+
"workflow.trigger": "Incoming request",
|
|
60
|
+
"workflow.agent": "Planning agent",
|
|
61
|
+
"workflow.tool": "Health tool",
|
|
62
|
+
"workflow.condition": "Risk detected?",
|
|
63
|
+
"workflow.output": "Decision brief",
|
|
64
|
+
"inspector.title": "Inspector",
|
|
65
|
+
"inspector.type": "Node type",
|
|
66
|
+
"inspector.permissions": "Permissions",
|
|
67
|
+
"inspector.timeout": "Timeout",
|
|
68
|
+
"empty.title": "No results",
|
|
69
|
+
"empty.body": "Adjust filters or clear the current search.",
|
|
70
|
+
"error.title": "Unable to load",
|
|
71
|
+
"error.body": "The service did not respond. Retry without losing your current work.",
|
|
72
|
+
"footer.note": "One system. Built deliberately.",
|
|
73
|
+
"catalog.title": "NOE Design System Catalog",
|
|
74
|
+
"catalog.subtitle": "Every public component, foundation and pattern in one searchable, auditable surface.",
|
|
75
|
+
"catalog.searchPlaceholder": "Search components…",
|
|
76
|
+
"catalog.allCategories": "All categories",
|
|
77
|
+
"catalog.status.available": "Available",
|
|
78
|
+
"catalog.status.inProgress": "In progress",
|
|
79
|
+
"catalog.status.planned": "Planned",
|
|
80
|
+
"catalog.viewDetail": "View details",
|
|
81
|
+
"catalog.backToGrid": "Back to catalog",
|
|
82
|
+
"catalog.resultsEmpty": "No components match this search or filter.",
|
|
83
|
+
"theme.toggle.light": "Switch to light theme",
|
|
84
|
+
"theme.toggle.dark": "Switch to dark theme",
|
|
85
|
+
"theme.toggle.label": "Toggle theme",
|
|
86
|
+
"theme.toggle.currentLight": "Light theme",
|
|
87
|
+
"theme.toggle.currentDark": "Dark theme",
|
|
88
|
+
"theme.preference.light": "Light",
|
|
89
|
+
"theme.preference.dark": "Dark",
|
|
90
|
+
"theme.preference.system": "System",
|
|
91
|
+
"pagination.previous": "Previous page",
|
|
92
|
+
"pagination.next": "Next page",
|
|
93
|
+
"pagination.status": "Page {current} of {total}",
|
|
94
|
+
"calendar.previousMonth": "Previous month",
|
|
95
|
+
"calendar.nextMonth": "Next month",
|
|
96
|
+
"calendar.chooseDate": "Choose date",
|
|
97
|
+
"datePicker.close": "Close",
|
|
98
|
+
"datePicker.chooseDate": "Choose date",
|
|
99
|
+
"datePicker.outOfRange": "Date is out of range",
|
|
100
|
+
"datePicker.placeholder.gregory": "YYYY-MM-DD",
|
|
101
|
+
"datePicker.placeholder.persian": "YYYY/MM/DD",
|
|
102
|
+
"catalog.locale.en": "English",
|
|
103
|
+
"catalog.locale.fa": "Persian",
|
|
104
|
+
"catalog.locale.pseudoLTR": "Pseudo LTR",
|
|
105
|
+
"catalog.locale.pseudoRTL": "Pseudo RTL",
|
|
106
|
+
"catalog.preview.bidi.autoText": "This text automatically becomes right-to-left.",
|
|
107
|
+
"catalog.preview.bidi.related": "Related to PR #482",
|
|
108
|
+
"catalog.preview.direction.rtlSample": "A nested right-to-left region, independent of page direction.",
|
|
109
|
+
"catalog.preview.planned.title": "Specification",
|
|
110
|
+
"catalog.preview.planned.description": "This capability is planned and not yet installable.",
|
|
111
|
+
"catalog.preview.planned.notAvailable": "Not yet available for installation",
|
|
112
|
+
"catalog.preview.planned.readSpec": "Read specification",
|
|
113
|
+
"catalog.preview.partial.limitation": "Known limitation",
|
|
114
|
+
"palette.graphite": "Graphite",
|
|
115
|
+
"palette.label": "Palette"
|
|
116
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nav.system": "سیستم",
|
|
3
|
+
"nav.principles": "اصول",
|
|
4
|
+
"nav.progress": "پیشرفت",
|
|
5
|
+
"nav.ask": "پرسش از NOa",
|
|
6
|
+
"hero.eyebrow": "NOECOSYSTEM / زیرساختهای دیجیتال مشترک",
|
|
7
|
+
"hero.title": "زیرساختهای مشترک. تجربههای متصل.",
|
|
8
|
+
"hero.body": "یک زیرساخت دیجیتال مشترک برای محصولات و خدمات متصل؛ منسجم در هسته و روشن در سطح تجربه.",
|
|
9
|
+
"hero.primary": "مشاهده سیستم",
|
|
10
|
+
"hero.secondary": "نمایش پیشرفت",
|
|
11
|
+
"foundation.title": "یک هسته مشترک. تجربههای متمایز.",
|
|
12
|
+
"foundation.shared": "اشتراکپذیر از ابتدا.",
|
|
13
|
+
"foundation.connected": "اتصال هدفمند.",
|
|
14
|
+
"foundation.clear": "شفاف در سطح تجربه.",
|
|
15
|
+
"common.search": "جستوجو",
|
|
16
|
+
"common.filter": "فیلتر",
|
|
17
|
+
"common.retry": "تلاش دوباره",
|
|
18
|
+
"common.cancel": "لغو",
|
|
19
|
+
"common.close": "بستن",
|
|
20
|
+
"common.more": "بیشتر",
|
|
21
|
+
"dashboard.title": "نمای کلی عملیات",
|
|
22
|
+
"dashboard.subtitle": "سیگنالها، سرویسها و سلامت تحویل در سراسر اکوسیستم.",
|
|
23
|
+
"metric.active": "سرویسهای فعال",
|
|
24
|
+
"metric.reliability": "پایداری",
|
|
25
|
+
"metric.latency": "میانه تأخیر",
|
|
26
|
+
"metric.approvals": "تأییدهای در انتظار",
|
|
27
|
+
"table.service": "سرویس",
|
|
28
|
+
"table.owner": "مالک",
|
|
29
|
+
"table.status": "وضعیت",
|
|
30
|
+
"table.updated": "بهروزرسانی",
|
|
31
|
+
"table.actions": "عملیات",
|
|
32
|
+
"status.healthy": "سالم",
|
|
33
|
+
"status.degraded": "ناپایدار",
|
|
34
|
+
"status.pending": "در انتظار",
|
|
35
|
+
"status.running": "در حال اجرا",
|
|
36
|
+
"status.completed": "تکمیلشده",
|
|
37
|
+
"status.failed": "ناموفق",
|
|
38
|
+
"agent.title": "فضای کاری عامل",
|
|
39
|
+
"agent.subtitle": "مدیریت برنامهها، ابزارها، تأییدها و خروجیها بدون نمایش پیچیدگی پیادهسازی.",
|
|
40
|
+
"agent.message.user": "سلامت ارکستریشن امروز را بررسی کن و یک جمعبندی مدیریتی آماده کن.",
|
|
41
|
+
"agent.message.assistant": "یک اتصال ناپایدار و دو تأیید نیازمند توجه پیدا شد. جمعبندی مدیریتی برای بازبینی آماده است.",
|
|
42
|
+
"agent.composer.placeholder": "از NOa بخواهید بررسی، برنامهریزی یا اجرا کند…",
|
|
43
|
+
"agent.plan": "برنامه اجرا",
|
|
44
|
+
"agent.plan.step1": "بررسی سلامت سرویسها",
|
|
45
|
+
"agent.plan.step2": "مقایسه رخدادها و تاریخچه تغییر",
|
|
46
|
+
"agent.plan.step3": "آمادهسازی گزارش تصمیم",
|
|
47
|
+
"tool.title": "دریافت سلامت سرویس",
|
|
48
|
+
"tool.scope": "دسترسی فقطخواندنی به تلهمتری سرویس",
|
|
49
|
+
"tool.success": "تلهمتری دریافت شد",
|
|
50
|
+
"approval.title": "نیازمند تأیید",
|
|
51
|
+
"approval.body": "گزارش مدیریتی آمادهشده در فضای کاری مدیریت منتشر شود.",
|
|
52
|
+
"approval.once": "فقط این بار",
|
|
53
|
+
"approval.session": "در این نشست",
|
|
54
|
+
"approval.deny": "رد کردن",
|
|
55
|
+
"artifact.title": "گزارش مدیریتی",
|
|
56
|
+
"artifact.updated": "همین حالا بهروزرسانی شد",
|
|
57
|
+
"workflow.title": "سازنده گردشکار",
|
|
58
|
+
"workflow.subtitle": "ترکیب عاملها، ابزارها و شرطها با حفظ مرزهای کنترلی روشن.",
|
|
59
|
+
"workflow.trigger": "درخواست ورودی",
|
|
60
|
+
"workflow.agent": "عامل برنامهریزی",
|
|
61
|
+
"workflow.tool": "ابزار سلامت",
|
|
62
|
+
"workflow.condition": "ریسک شناسایی شد؟",
|
|
63
|
+
"workflow.output": "گزارش تصمیم",
|
|
64
|
+
"inspector.title": "بازرس",
|
|
65
|
+
"inspector.type": "نوع گره",
|
|
66
|
+
"inspector.permissions": "مجوزها",
|
|
67
|
+
"inspector.timeout": "مهلت اجرا",
|
|
68
|
+
"empty.title": "نتیجهای نیست",
|
|
69
|
+
"empty.body": "فیلترها را تغییر دهید یا جستوجوی فعلی را پاک کنید.",
|
|
70
|
+
"error.title": "بارگذاری انجام نشد",
|
|
71
|
+
"error.body": "سرویس پاسخ نداد. بدون از دست دادن کار فعلی دوباره تلاش کنید.",
|
|
72
|
+
"footer.note": "یک سیستم. ساختهشده با دقت.",
|
|
73
|
+
"catalog.title": "کاتالوگ سیستم طراحی NOE",
|
|
74
|
+
"catalog.subtitle": "تمام مؤلفهها، بنیانها و الگوهای عمومی در یک سطح قابل جستوجو و ممیزی.",
|
|
75
|
+
"catalog.searchPlaceholder": "جستوجوی مؤلفهها…",
|
|
76
|
+
"catalog.allCategories": "همه دستهها",
|
|
77
|
+
"catalog.status.available": "در دسترس",
|
|
78
|
+
"catalog.status.inProgress": "در حال انجام",
|
|
79
|
+
"catalog.status.planned": "برنامهریزیشده",
|
|
80
|
+
"catalog.viewDetail": "مشاهده جزئیات",
|
|
81
|
+
"catalog.backToGrid": "بازگشت به کاتالوگ",
|
|
82
|
+
"catalog.resultsEmpty": "هیچ مؤلفهای با این جستوجو یا فیلتر مطابقت ندارد.",
|
|
83
|
+
"theme.toggle.light": "تغییر به حالت روشن",
|
|
84
|
+
"theme.toggle.dark": "تغییر به حالت تیره",
|
|
85
|
+
"theme.toggle.label": "تغییر حالت",
|
|
86
|
+
"theme.toggle.currentLight": "حالت روشن",
|
|
87
|
+
"theme.toggle.currentDark": "حالت تیره",
|
|
88
|
+
"theme.preference.light": "روشن",
|
|
89
|
+
"theme.preference.dark": "تیره",
|
|
90
|
+
"theme.preference.system": "سیستم",
|
|
91
|
+
"pagination.previous": "صفحه قبلی",
|
|
92
|
+
"pagination.next": "صفحه بعدی",
|
|
93
|
+
"pagination.status": "صفحه {current} از {total}",
|
|
94
|
+
"calendar.previousMonth": "ماه قبل",
|
|
95
|
+
"calendar.nextMonth": "ماه بعد",
|
|
96
|
+
"calendar.chooseDate": "انتخاب تاریخ",
|
|
97
|
+
"datePicker.close": "بستن",
|
|
98
|
+
"datePicker.chooseDate": "انتخاب تاریخ",
|
|
99
|
+
"datePicker.outOfRange": "تاریخ خارج از محدوده است",
|
|
100
|
+
"datePicker.placeholder.gregory": "YYYY-MM-DD",
|
|
101
|
+
"datePicker.placeholder.persian": "۱۴۰۳/۰۱/۰۱",
|
|
102
|
+
"catalog.locale.en": "انگلیسی",
|
|
103
|
+
"catalog.locale.fa": "فارسی",
|
|
104
|
+
"catalog.locale.pseudoLTR": "شبه LTR",
|
|
105
|
+
"catalog.locale.pseudoRTL": "شبه RTL",
|
|
106
|
+
"catalog.preview.bidi.autoText": "این متن به صورت خودکار راستبهچپ میشود.",
|
|
107
|
+
"catalog.preview.bidi.related": "مرتبط با PR #482",
|
|
108
|
+
"catalog.preview.direction.rtlSample": "یک ناحیهی راستبهچپ تودرتو، مستقل از جهت صفحه.",
|
|
109
|
+
"catalog.preview.planned.title": "مشخصات",
|
|
110
|
+
"catalog.preview.planned.description": "این قابلیت برنامهریزی شده و هنوز قابل نصب نیست.",
|
|
111
|
+
"catalog.preview.planned.notAvailable": "هنوز برای نصب در دسترس نیست",
|
|
112
|
+
"catalog.preview.planned.readSpec": "مشاهده مشخصات",
|
|
113
|
+
"catalog.preview.partial.limitation": "محدودیت شناختهشده",
|
|
114
|
+
"palette.graphite": "گرافیت",
|
|
115
|
+
"palette.label": "پالت"
|
|
116
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export type LocaleCode = 'en' | 'fa' | 'en-XA' | 'ar-XB';
|
|
2
|
+
export type Direction = 'ltr' | 'rtl';
|
|
3
|
+
export type DirectionOverride = Direction | 'auto';
|
|
4
|
+
export interface LocaleMetadata {
|
|
5
|
+
locale: LocaleCode;
|
|
6
|
+
language: string;
|
|
7
|
+
script: string;
|
|
8
|
+
direction: Direction;
|
|
9
|
+
numberingSystem: string;
|
|
10
|
+
calendar: string;
|
|
11
|
+
pseudo: false | Direction;
|
|
12
|
+
}
|
|
13
|
+
export const localeMetadata: Readonly<Record<LocaleCode, Readonly<LocaleMetadata>>>;
|
|
14
|
+
export function getLocaleMetadata(locale: string): Readonly<LocaleMetadata>;
|
|
15
|
+
export function resolveDirection(locale: string, override?: DirectionOverride): Direction;
|
|
16
|
+
export function pseudoLocalize(value: unknown, mode?: Direction): string;
|
|
17
|
+
export function formatNumber(
|
|
18
|
+
value: number,
|
|
19
|
+
locale?: string,
|
|
20
|
+
options?: Intl.NumberFormatOptions,
|
|
21
|
+
): string;
|
|
22
|
+
export function formatDate(
|
|
23
|
+
value: Date | string | number,
|
|
24
|
+
locale?: string,
|
|
25
|
+
options?: Intl.DateTimeFormatOptions,
|
|
26
|
+
): string;
|
|
27
|
+
export function formatRelativeTime(
|
|
28
|
+
value: number,
|
|
29
|
+
unit: Intl.RelativeTimeFormatUnit,
|
|
30
|
+
locale?: string,
|
|
31
|
+
options?: Intl.RelativeTimeFormatOptions,
|
|
32
|
+
): string;
|
|
33
|
+
export function formatList(
|
|
34
|
+
values: Iterable<string>,
|
|
35
|
+
locale?: string,
|
|
36
|
+
options?: Intl.ListFormatOptions,
|
|
37
|
+
): string;
|
|
38
|
+
export function applyDocumentLocale(
|
|
39
|
+
documentElement: HTMLElement,
|
|
40
|
+
locale: string,
|
|
41
|
+
override?: DirectionOverride,
|
|
42
|
+
): Readonly<LocaleMetadata>;
|