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,1345 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-08-28T08:46:14.843Z",
|
|
3
|
+
"items": [
|
|
4
|
+
{
|
|
5
|
+
"id": "bidi-text",
|
|
6
|
+
"title": "Bidi Text",
|
|
7
|
+
"category": "Foundations / Direction & Bidi",
|
|
8
|
+
"package": "@noe/ui",
|
|
9
|
+
"status": "available",
|
|
10
|
+
"maturity": "stable",
|
|
11
|
+
"description": "Mixed-direction content primitives for user text, URLs, hashes, commands and technical identifiers with explicit LTR isolation.",
|
|
12
|
+
"registryItem": "bidi-text"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "direction-provider",
|
|
16
|
+
"title": "Direction Provider",
|
|
17
|
+
"category": "Foundations / Direction & Bidi",
|
|
18
|
+
"package": "@noe/ui",
|
|
19
|
+
"status": "available",
|
|
20
|
+
"maturity": "stable",
|
|
21
|
+
"description": "Establishes a direction scope for nested content and portalled overlays, independent of page direction.",
|
|
22
|
+
"registryItem": "direction-provider"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"id": "code-and-terminal",
|
|
26
|
+
"title": "Code And Terminal",
|
|
27
|
+
"category": "Foundations / Technical Content",
|
|
28
|
+
"package": "@noe/ui",
|
|
29
|
+
"status": "available",
|
|
30
|
+
"maturity": "beta",
|
|
31
|
+
"description": "Code And Terminal — Foundations / Technical Content component. code-and-terminal provides foundations / technical content behavior with RTL, i18n and accessibility built-in.",
|
|
32
|
+
"registryItem": "code-block"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "icon-system",
|
|
36
|
+
"title": "Icon System",
|
|
37
|
+
"category": "Foundations / Icons",
|
|
38
|
+
"package": "@noe/icons",
|
|
39
|
+
"status": "available",
|
|
40
|
+
"maturity": "beta",
|
|
41
|
+
"description": "Icon System — Foundations / Icons component. icon-system provides foundations / icons behavior with RTL, i18n and accessibility built-in.",
|
|
42
|
+
"registryItem": "icon-system"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "button",
|
|
46
|
+
"title": "Button",
|
|
47
|
+
"category": "Primitives / Actions",
|
|
48
|
+
"package": "@noe/ui",
|
|
49
|
+
"status": "available",
|
|
50
|
+
"maturity": "beta",
|
|
51
|
+
"description": "Primary action primitive with semantic variants, focus visibility, loading state and bidirectional layout. Use for all interactive actions.",
|
|
52
|
+
"registryItem": "button"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "input",
|
|
56
|
+
"title": "Input",
|
|
57
|
+
"category": "Primitives / Forms",
|
|
58
|
+
"package": "@noe/ui",
|
|
59
|
+
"status": "available",
|
|
60
|
+
"maturity": "beta",
|
|
61
|
+
"description": "Input — Primitives / Forms component. input provides primitives / forms behavior with RTL, i18n and accessibility built-in.",
|
|
62
|
+
"registryItem": "input"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "field",
|
|
66
|
+
"title": "Field",
|
|
67
|
+
"category": "Primitives / Forms",
|
|
68
|
+
"package": "@noe/ui",
|
|
69
|
+
"status": "available",
|
|
70
|
+
"maturity": "beta",
|
|
71
|
+
"description": "Field — Primitives / Forms component. field provides primitives / forms behavior with RTL, i18n and accessibility built-in.",
|
|
72
|
+
"registryItem": "input"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "textarea",
|
|
76
|
+
"title": "Textarea",
|
|
77
|
+
"category": "Primitives / Forms",
|
|
78
|
+
"package": "@noe/ui",
|
|
79
|
+
"status": "available",
|
|
80
|
+
"maturity": "beta",
|
|
81
|
+
"description": "Textarea — Primitives / Forms component. textarea provides primitives / forms behavior with RTL, i18n and accessibility built-in.",
|
|
82
|
+
"registryItem": "textarea"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "card",
|
|
86
|
+
"title": "Card",
|
|
87
|
+
"category": "Primitives / Layout",
|
|
88
|
+
"package": "@noe/ui",
|
|
89
|
+
"status": "available",
|
|
90
|
+
"maturity": "beta",
|
|
91
|
+
"description": "Card — Primitives / Layout component. card provides primitives / layout behavior with RTL, i18n and accessibility built-in.",
|
|
92
|
+
"registryItem": "card"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "alert",
|
|
96
|
+
"title": "Alert",
|
|
97
|
+
"category": "Feedback",
|
|
98
|
+
"package": "@noe/ui",
|
|
99
|
+
"status": "available",
|
|
100
|
+
"maturity": "beta",
|
|
101
|
+
"description": "Alert — Feedback component. alert provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
102
|
+
"registryItem": "alert"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "badge",
|
|
106
|
+
"title": "Badge",
|
|
107
|
+
"category": "Feedback",
|
|
108
|
+
"package": "@noe/ui",
|
|
109
|
+
"status": "available",
|
|
110
|
+
"maturity": "beta",
|
|
111
|
+
"description": "Badge — Feedback component. badge provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
112
|
+
"registryItem": "badge"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "skeleton",
|
|
116
|
+
"title": "Skeleton",
|
|
117
|
+
"category": "Feedback",
|
|
118
|
+
"package": "@noe/ui",
|
|
119
|
+
"status": "available",
|
|
120
|
+
"maturity": "beta",
|
|
121
|
+
"description": "Skeleton — Feedback component. skeleton provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
122
|
+
"registryItem": "skeleton"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": "spinner",
|
|
126
|
+
"title": "Spinner",
|
|
127
|
+
"category": "Feedback",
|
|
128
|
+
"package": "@noe/ui",
|
|
129
|
+
"status": "available",
|
|
130
|
+
"maturity": "beta",
|
|
131
|
+
"description": "Spinner — Feedback component. spinner provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
132
|
+
"registryItem": "spinner"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": "empty-state",
|
|
136
|
+
"title": "Empty State",
|
|
137
|
+
"category": "Feedback",
|
|
138
|
+
"package": "@noe/ui",
|
|
139
|
+
"status": "available",
|
|
140
|
+
"maturity": "beta",
|
|
141
|
+
"description": "Empty State — Feedback component. empty-state provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
142
|
+
"registryItem": "empty-state"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "error-state",
|
|
146
|
+
"title": "Error State",
|
|
147
|
+
"category": "Feedback",
|
|
148
|
+
"package": "@noe/ui",
|
|
149
|
+
"status": "available",
|
|
150
|
+
"maturity": "beta",
|
|
151
|
+
"description": "Error State — Feedback component. error-state provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
152
|
+
"registryItem": "error-state"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "dialog",
|
|
156
|
+
"title": "Dialog",
|
|
157
|
+
"category": "Overlays",
|
|
158
|
+
"package": "@noe/ui",
|
|
159
|
+
"status": "available",
|
|
160
|
+
"maturity": "beta",
|
|
161
|
+
"description": "Direction-preserving modal primitive with native focus semantics and portal propagation. Share foundation with Modal/Slideout.",
|
|
162
|
+
"registryItem": "dialog"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "drawer",
|
|
166
|
+
"title": "Drawer",
|
|
167
|
+
"category": "Overlays",
|
|
168
|
+
"package": "@noe/ui",
|
|
169
|
+
"status": "available",
|
|
170
|
+
"maturity": "beta",
|
|
171
|
+
"description": "Drawer — Overlays component. drawer provides overlays behavior with RTL, i18n and accessibility built-in.",
|
|
172
|
+
"registryItem": "drawer"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"id": "menu",
|
|
176
|
+
"title": "Menu",
|
|
177
|
+
"category": "Overlays",
|
|
178
|
+
"package": "@noe/ui",
|
|
179
|
+
"status": "available",
|
|
180
|
+
"maturity": "beta",
|
|
181
|
+
"description": "Menu — Overlays component. menu provides overlays behavior with RTL, i18n and accessibility built-in.",
|
|
182
|
+
"registryItem": "menu"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"id": "tooltip",
|
|
186
|
+
"title": "Tooltip",
|
|
187
|
+
"category": "Overlays",
|
|
188
|
+
"package": "@noe/ui",
|
|
189
|
+
"status": "available",
|
|
190
|
+
"maturity": "beta",
|
|
191
|
+
"description": "Tooltip — Overlays component. tooltip provides overlays behavior with RTL, i18n and accessibility built-in.",
|
|
192
|
+
"registryItem": "tooltip"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "tabs",
|
|
196
|
+
"title": "Tabs",
|
|
197
|
+
"category": "Navigation",
|
|
198
|
+
"package": "@noe/ui",
|
|
199
|
+
"status": "available",
|
|
200
|
+
"maturity": "beta",
|
|
201
|
+
"description": "Tabs — Navigation component. tabs provides navigation behavior with RTL, i18n and accessibility built-in.",
|
|
202
|
+
"registryItem": "tabs"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"id": "data-table",
|
|
206
|
+
"title": "Data Table",
|
|
207
|
+
"category": "Data",
|
|
208
|
+
"package": "@noe/data-ui",
|
|
209
|
+
"status": "available",
|
|
210
|
+
"maturity": "beta",
|
|
211
|
+
"description": "Data Table — Data component. data-table provides data behavior with RTL, i18n and accessibility built-in.",
|
|
212
|
+
"registryItem": "data-table"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "metric-card",
|
|
216
|
+
"title": "Metric Card",
|
|
217
|
+
"category": "Data",
|
|
218
|
+
"package": "@noe/data-ui",
|
|
219
|
+
"status": "available",
|
|
220
|
+
"maturity": "beta",
|
|
221
|
+
"description": "Metric Card — Data component. metric-card provides data behavior with RTL, i18n and accessibility built-in.",
|
|
222
|
+
"registryItem": "metric-card"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"id": "chart-frame",
|
|
226
|
+
"title": "Chart Frame",
|
|
227
|
+
"category": "Data",
|
|
228
|
+
"package": "@noe/data-ui",
|
|
229
|
+
"status": "available",
|
|
230
|
+
"maturity": "beta",
|
|
231
|
+
"description": "Chart Frame — Data component. chart-frame provides data behavior with RTL, i18n and accessibility built-in.",
|
|
232
|
+
"registryItem": "chart-frame"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "agent-composer",
|
|
236
|
+
"title": "Agent Composer",
|
|
237
|
+
"category": "Agentic",
|
|
238
|
+
"package": "@noe/ai-ui",
|
|
239
|
+
"status": "available",
|
|
240
|
+
"maturity": "beta",
|
|
241
|
+
"description": "Agent Composer — Agentic component. agent-composer provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
242
|
+
"registryItem": "agent-composer"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"id": "agent-message",
|
|
246
|
+
"title": "Agent Message",
|
|
247
|
+
"category": "Agentic",
|
|
248
|
+
"package": "@noe/ai-ui",
|
|
249
|
+
"status": "available",
|
|
250
|
+
"maturity": "beta",
|
|
251
|
+
"description": "Agent Message — Agentic component. agent-message provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
252
|
+
"registryItem": "agent-message"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "agent-plan",
|
|
256
|
+
"title": "Agent Plan",
|
|
257
|
+
"category": "Agentic",
|
|
258
|
+
"package": "@noe/ai-ui",
|
|
259
|
+
"status": "available",
|
|
260
|
+
"maturity": "beta",
|
|
261
|
+
"description": "Agent Plan — Agentic component. agent-plan provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
262
|
+
"registryItem": "agent-plan"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"id": "run-inspector",
|
|
266
|
+
"title": "Run Inspector",
|
|
267
|
+
"category": "Agentic",
|
|
268
|
+
"package": "@noe/ai-ui",
|
|
269
|
+
"status": "available",
|
|
270
|
+
"maturity": "beta",
|
|
271
|
+
"description": "Run Inspector — Agentic component. run-inspector provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
272
|
+
"registryItem": "run-inspector"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"id": "tool-call",
|
|
276
|
+
"title": "Tool Call",
|
|
277
|
+
"category": "Agentic",
|
|
278
|
+
"package": "@noe/ai-ui",
|
|
279
|
+
"status": "available",
|
|
280
|
+
"maturity": "beta",
|
|
281
|
+
"description": "Tool Call — Agentic component. tool-call provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
282
|
+
"registryItem": "tool-call"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"id": "approval-request",
|
|
286
|
+
"title": "Approval Request",
|
|
287
|
+
"category": "Agentic",
|
|
288
|
+
"package": "@noe/ai-ui",
|
|
289
|
+
"status": "available",
|
|
290
|
+
"maturity": "beta",
|
|
291
|
+
"description": "Approval Request — Agentic component. approval-request provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
292
|
+
"registryItem": "approval-request"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"id": "workflow-canvas",
|
|
296
|
+
"title": "Workflow Canvas",
|
|
297
|
+
"category": "Workflow",
|
|
298
|
+
"package": "@noe/workflow-ui",
|
|
299
|
+
"status": "available",
|
|
300
|
+
"maturity": "beta",
|
|
301
|
+
"description": "Workflow Canvas — Workflow component. workflow-canvas provides workflow behavior with RTL, i18n and accessibility built-in.",
|
|
302
|
+
"registryItem": "workflow-canvas"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"id": "workflow-node",
|
|
306
|
+
"title": "Workflow Node",
|
|
307
|
+
"category": "Workflow",
|
|
308
|
+
"package": "@noe/workflow-ui",
|
|
309
|
+
"status": "available",
|
|
310
|
+
"maturity": "beta",
|
|
311
|
+
"description": "Workflow Node — Workflow component. workflow-node provides workflow behavior with RTL, i18n and accessibility built-in.",
|
|
312
|
+
"registryItem": "workflow-node"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "page-header",
|
|
316
|
+
"title": "Page Header",
|
|
317
|
+
"category": "Patterns / Application",
|
|
318
|
+
"package": "@noe/ui",
|
|
319
|
+
"status": "available",
|
|
320
|
+
"maturity": "beta",
|
|
321
|
+
"description": "Page Header — Patterns / Application component. page-header provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
322
|
+
"registryItem": "page-header"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"id": "sidebar-navigation",
|
|
326
|
+
"title": "Sidebar Navigation",
|
|
327
|
+
"category": "Patterns / Application",
|
|
328
|
+
"package": "@noe/ui",
|
|
329
|
+
"status": "available",
|
|
330
|
+
"maturity": "beta",
|
|
331
|
+
"description": "Sidebar Navigation — Patterns / Application component. sidebar-navigation provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
332
|
+
"registryItem": "sidebar-navigation"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"id": "agent-workspace",
|
|
336
|
+
"title": "Agent Workspace",
|
|
337
|
+
"category": "Patterns / Pages",
|
|
338
|
+
"package": "@noe/ai-ui",
|
|
339
|
+
"status": "available",
|
|
340
|
+
"maturity": "beta",
|
|
341
|
+
"description": "Agent Workspace — Patterns / Pages component. agent-workspace provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
342
|
+
"registryItem": "agent-workspace"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"id": "section-header",
|
|
346
|
+
"title": "Section Header",
|
|
347
|
+
"category": "Patterns / Application",
|
|
348
|
+
"package": "@noe/ui",
|
|
349
|
+
"status": "available",
|
|
350
|
+
"maturity": "beta",
|
|
351
|
+
"description": "Section Header — Patterns / Application component. section-header provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
352
|
+
"registryItem": "section-header"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"id": "filter-bar",
|
|
356
|
+
"title": "Filter Bar",
|
|
357
|
+
"category": "Patterns / Data",
|
|
358
|
+
"package": "@noe/data-ui",
|
|
359
|
+
"status": "available",
|
|
360
|
+
"maturity": "beta",
|
|
361
|
+
"description": "Filter Bar — Patterns / Data component. filter-bar provides patterns / data behavior with RTL, i18n and accessibility built-in.",
|
|
362
|
+
"registryItem": "filter-bar"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"id": "pagination",
|
|
366
|
+
"title": "Pagination",
|
|
367
|
+
"category": "Patterns / Data",
|
|
368
|
+
"package": "@noe/data-ui",
|
|
369
|
+
"status": "available",
|
|
370
|
+
"maturity": "beta",
|
|
371
|
+
"description": "Accessible pagination contract with localized previous/next labels, live status region and disabled boundary states for data tables.",
|
|
372
|
+
"registryItem": "pagination"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"id": "activity-feed",
|
|
376
|
+
"title": "Activity Feed",
|
|
377
|
+
"category": "Patterns / Application",
|
|
378
|
+
"package": "@noe/ai-ui",
|
|
379
|
+
"status": "available",
|
|
380
|
+
"maturity": "beta",
|
|
381
|
+
"description": "Activity Feed — Patterns / Application component. activity-feed provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
382
|
+
"registryItem": "activity-feed"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"id": "sign-in-form",
|
|
386
|
+
"title": "Sign In Form",
|
|
387
|
+
"category": "Patterns / Pages",
|
|
388
|
+
"package": "@noe/ui",
|
|
389
|
+
"status": "available",
|
|
390
|
+
"maturity": "beta",
|
|
391
|
+
"description": "Sign In Form — Patterns / Pages component. sign-in-form provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
392
|
+
"registryItem": "sign-in-form"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "header-navigation",
|
|
396
|
+
"title": "Header Navigation",
|
|
397
|
+
"category": "Patterns / Application",
|
|
398
|
+
"package": "@noe/ui",
|
|
399
|
+
"status": "available",
|
|
400
|
+
"maturity": "beta",
|
|
401
|
+
"description": "Header Navigation — Patterns / Application component. header-navigation provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
402
|
+
"registryItem": "header-navigation"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"id": "app-frame",
|
|
406
|
+
"title": "App Frame",
|
|
407
|
+
"category": "Patterns / Pages",
|
|
408
|
+
"package": "@noe/ui",
|
|
409
|
+
"status": "available",
|
|
410
|
+
"maturity": "beta",
|
|
411
|
+
"description": "App Frame — Patterns / Pages component. app-frame provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
412
|
+
"registryItem": "app-frame"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"id": "bottom-navigation",
|
|
416
|
+
"title": "Bottom Navigation",
|
|
417
|
+
"category": "Patterns / Application",
|
|
418
|
+
"package": "@noe/ui",
|
|
419
|
+
"status": "available",
|
|
420
|
+
"maturity": "beta",
|
|
421
|
+
"description": "Bottom Navigation — Patterns / Application component. bottom-navigation provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
422
|
+
"registryItem": "bottom-navigation"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"id": "dashboard-shell",
|
|
426
|
+
"title": "Dashboard Shell",
|
|
427
|
+
"category": "Patterns / Pages",
|
|
428
|
+
"package": "@noe/data-ui",
|
|
429
|
+
"status": "available",
|
|
430
|
+
"maturity": "beta",
|
|
431
|
+
"description": "Dashboard Shell — Patterns / Pages component. dashboard-shell provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
432
|
+
"registryItem": "dashboard-shell"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"id": "settings-page",
|
|
436
|
+
"title": "Settings Page",
|
|
437
|
+
"category": "Patterns / Pages",
|
|
438
|
+
"package": "@noe/ui",
|
|
439
|
+
"status": "available",
|
|
440
|
+
"maturity": "beta",
|
|
441
|
+
"description": "Settings Page — Patterns / Pages component. settings-page provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
442
|
+
"registryItem": "settings-page"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"id": "data-list",
|
|
446
|
+
"title": "Data List",
|
|
447
|
+
"category": "Patterns / Mobile",
|
|
448
|
+
"package": "@noe/ui",
|
|
449
|
+
"status": "available",
|
|
450
|
+
"maturity": "beta",
|
|
451
|
+
"description": "Data List — Patterns / Mobile component. data-list provides patterns / mobile behavior with RTL, i18n and accessibility built-in.",
|
|
452
|
+
"registryItem": "data-list"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"id": "fab",
|
|
456
|
+
"title": "Fab",
|
|
457
|
+
"category": "Patterns / Mobile",
|
|
458
|
+
"package": "@noe/ui",
|
|
459
|
+
"status": "available",
|
|
460
|
+
"maturity": "beta",
|
|
461
|
+
"description": "Mobile-only floating action button anchored to logical end edge above bottom navigation with safe-area padding.",
|
|
462
|
+
"registryItem": "fab"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"id": "mobile-screen",
|
|
466
|
+
"title": "Mobile Screen",
|
|
467
|
+
"category": "Patterns / Pages",
|
|
468
|
+
"package": "@noe/ui",
|
|
469
|
+
"status": "available",
|
|
470
|
+
"maturity": "beta",
|
|
471
|
+
"description": "Mobile Screen — Patterns / Pages component. mobile-screen provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
472
|
+
"registryItem": "mobile-screen"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"id": "featured-icon",
|
|
476
|
+
"title": "Featured Icon",
|
|
477
|
+
"category": "Foundations / Icons",
|
|
478
|
+
"package": "@noe/ui",
|
|
479
|
+
"status": "available",
|
|
480
|
+
"maturity": "beta",
|
|
481
|
+
"description": "Decorative icon container with tokenized border, background and size variants for feature highlights, empty states and marketing sections. Not a second icon family — uses @noe/icons.",
|
|
482
|
+
"registryItem": "featured-icon"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"id": "utility-button",
|
|
486
|
+
"title": "Utility Button",
|
|
487
|
+
"category": "Primitives / Actions",
|
|
488
|
+
"package": "@noe/ui",
|
|
489
|
+
"status": "available",
|
|
490
|
+
"maturity": "beta",
|
|
491
|
+
"description": "Compact toolbar/icon button composing canonical Button. For row actions, toolbar utilities and dense controls; not a second Button primitive.",
|
|
492
|
+
"registryItem": "utility-button"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"id": "context-menu",
|
|
496
|
+
"title": "Context Menu",
|
|
497
|
+
"category": "Overlays",
|
|
498
|
+
"package": "@noe/ui",
|
|
499
|
+
"status": "available",
|
|
500
|
+
"maturity": "beta",
|
|
501
|
+
"description": "Right-click and keyboard (Shift+F10) menu using Base UI Menu with logical placement and portal dir propagation. Shares foundation with Dropdown/Menu.",
|
|
502
|
+
"registryItem": "context-menu"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"id": "dropdown",
|
|
506
|
+
"title": "Dropdown",
|
|
507
|
+
"category": "Overlays",
|
|
508
|
+
"package": "@noe/ui",
|
|
509
|
+
"status": "available",
|
|
510
|
+
"maturity": "beta",
|
|
511
|
+
"description": "Disclosure menu triggered by button, sharing Menu/Select overlay foundation with logical start alignment. For action lists, not form value selection.",
|
|
512
|
+
"registryItem": "dropdown"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"id": "login-page",
|
|
516
|
+
"title": "Login Page",
|
|
517
|
+
"category": "Shared / Auth",
|
|
518
|
+
"package": "@noe/ui",
|
|
519
|
+
"status": "available",
|
|
520
|
+
"maturity": "beta",
|
|
521
|
+
"description": "Shared authentication page composition with branding, title, form (SignInForm) and footer, responsive two-column layout.",
|
|
522
|
+
"registryItem": "login-page"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"id": "not-found",
|
|
526
|
+
"title": "Not Found",
|
|
527
|
+
"category": "Shared / Auth",
|
|
528
|
+
"package": "@noe/ui",
|
|
529
|
+
"status": "available",
|
|
530
|
+
"maturity": "beta",
|
|
531
|
+
"description": "404 not-found section with code, title, description and action, tokenized and RTL-safe.",
|
|
532
|
+
"registryItem": "not-found"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"id": "chart",
|
|
536
|
+
"title": "Chart",
|
|
537
|
+
"category": "Data / Visualization",
|
|
538
|
+
"package": "@noe/data-ui",
|
|
539
|
+
"status": "available",
|
|
540
|
+
"maturity": "beta",
|
|
541
|
+
"description": "Line and bar chart with tokenized colors, RTL-safe axes, legend and tabular screen-reader fallback.",
|
|
542
|
+
"registryItem": "chart"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"id": "messaging",
|
|
546
|
+
"title": "Messaging",
|
|
547
|
+
"category": "Communication / Messaging",
|
|
548
|
+
"package": "@noe/ui",
|
|
549
|
+
"status": "available",
|
|
550
|
+
"maturity": "beta",
|
|
551
|
+
"description": "Conversation messaging list with user/assistant variants, timestamps and composer slot, auto-direction and logical layout.",
|
|
552
|
+
"registryItem": "messaging"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"id": "progress-steps",
|
|
556
|
+
"title": "Progress Steps",
|
|
557
|
+
"category": "Navigation / Progress",
|
|
558
|
+
"package": "@noe/ui",
|
|
559
|
+
"status": "available",
|
|
560
|
+
"maturity": "beta",
|
|
561
|
+
"description": "Step indicator with pending/current/completed states, horizontal/vertical orientation, logical layout and non-color encoding.",
|
|
562
|
+
"registryItem": "progress-steps"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"id": "dashboard-01",
|
|
566
|
+
"title": "Dashboard 01",
|
|
567
|
+
"category": "Application Examples",
|
|
568
|
+
"package": "@noe/data-ui",
|
|
569
|
+
"status": "available",
|
|
570
|
+
"maturity": "beta",
|
|
571
|
+
"description": "Dashboard example 01 — overview composition with metrics, line chart and table via DashboardShell.",
|
|
572
|
+
"registryItem": "dashboard-01"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"id": "dashboard-02",
|
|
576
|
+
"title": "Dashboard 02",
|
|
577
|
+
"category": "Application Examples",
|
|
578
|
+
"package": "@noe/data-ui",
|
|
579
|
+
"status": "available",
|
|
580
|
+
"maturity": "beta",
|
|
581
|
+
"description": "Dashboard example 02 — detailed composition with filters, multiple metrics and bar chart.",
|
|
582
|
+
"registryItem": "dashboard-02"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"id": "settings-01",
|
|
586
|
+
"title": "Settings 01",
|
|
587
|
+
"category": "Application Examples",
|
|
588
|
+
"package": "@noe/ui",
|
|
589
|
+
"status": "available",
|
|
590
|
+
"maturity": "beta",
|
|
591
|
+
"description": "Settings example 01 — workspace profile with sidebar navigation and save bar.",
|
|
592
|
+
"registryItem": "settings-01"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"id": "settings-02",
|
|
596
|
+
"title": "Settings 02",
|
|
597
|
+
"category": "Application Examples",
|
|
598
|
+
"package": "@noe/ui",
|
|
599
|
+
"status": "available",
|
|
600
|
+
"maturity": "beta",
|
|
601
|
+
"description": "Settings example 02 — team and billing with multiple sections.",
|
|
602
|
+
"registryItem": "settings-02"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"id": "hero-header",
|
|
606
|
+
"title": "Hero Header",
|
|
607
|
+
"category": "Marketing / Hero",
|
|
608
|
+
"package": "@noe/ui",
|
|
609
|
+
"status": "available",
|
|
610
|
+
"maturity": "beta",
|
|
611
|
+
"description": "Marketing hero header section with eyebrow, title, description, actions and media slot, content-driven and RTL-safe.",
|
|
612
|
+
"registryItem": "hero-header"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"id": "marketing-header",
|
|
616
|
+
"title": "Marketing Header",
|
|
617
|
+
"category": "Marketing / Header",
|
|
618
|
+
"package": "@noe/ui",
|
|
619
|
+
"status": "available",
|
|
620
|
+
"maturity": "beta",
|
|
621
|
+
"description": "Marketing header navigation with brand, links and actions, distinct from application header.",
|
|
622
|
+
"registryItem": "marketing-header"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"id": "landing-page",
|
|
626
|
+
"title": "Landing Page",
|
|
627
|
+
"category": "Marketing / Pages",
|
|
628
|
+
"package": "@noe/ui",
|
|
629
|
+
"status": "available",
|
|
630
|
+
"maturity": "beta",
|
|
631
|
+
"description": "Marketing landing page composition from MarketingHeader, HeroHeader and sections; no hidden primitives.",
|
|
632
|
+
"registryItem": "landing-page"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"id": "avatar",
|
|
636
|
+
"title": "Avatar",
|
|
637
|
+
"category": "Base / Identity",
|
|
638
|
+
"package": "@noe/ui",
|
|
639
|
+
"status": "planned",
|
|
640
|
+
"maturity": "beta",
|
|
641
|
+
"description": "Avatar — Base / Identity component. avatar provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
642
|
+
"registryItem": null
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"id": "badge-group",
|
|
646
|
+
"title": "Badge Group",
|
|
647
|
+
"category": "Base / Identity",
|
|
648
|
+
"package": "@noe/ui",
|
|
649
|
+
"status": "planned",
|
|
650
|
+
"maturity": "beta",
|
|
651
|
+
"description": "Badge Group — Base / Identity component. badge-group provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
652
|
+
"registryItem": null
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"id": "button-group",
|
|
656
|
+
"title": "Button Group",
|
|
657
|
+
"category": "Base / Actions",
|
|
658
|
+
"package": "@noe/ui",
|
|
659
|
+
"status": "planned",
|
|
660
|
+
"maturity": "beta",
|
|
661
|
+
"description": "Button Group — Base / Actions component. button-group provides base / actions behavior with RTL, i18n and accessibility built-in.",
|
|
662
|
+
"registryItem": null
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"id": "checkbox",
|
|
666
|
+
"title": "Checkbox",
|
|
667
|
+
"category": "Base / Forms",
|
|
668
|
+
"package": "@noe/ui",
|
|
669
|
+
"status": "planned",
|
|
670
|
+
"maturity": "beta",
|
|
671
|
+
"description": "Checkbox — Base / Forms component. checkbox provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
672
|
+
"registryItem": null
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"id": "radio-group",
|
|
676
|
+
"title": "Radio Group",
|
|
677
|
+
"category": "Base / Forms",
|
|
678
|
+
"package": "@noe/ui",
|
|
679
|
+
"status": "planned",
|
|
680
|
+
"maturity": "beta",
|
|
681
|
+
"description": "Radio Group — Base / Forms component. radio-group provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
682
|
+
"registryItem": null
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"id": "toggle",
|
|
686
|
+
"title": "Toggle",
|
|
687
|
+
"category": "Base / Forms",
|
|
688
|
+
"package": "@noe/ui",
|
|
689
|
+
"status": "planned",
|
|
690
|
+
"maturity": "beta",
|
|
691
|
+
"description": "Toggle — Base / Forms component. toggle provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
692
|
+
"registryItem": null
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"id": "select",
|
|
696
|
+
"title": "Select",
|
|
697
|
+
"category": "Base / Forms",
|
|
698
|
+
"package": "@noe/ui",
|
|
699
|
+
"status": "planned",
|
|
700
|
+
"maturity": "beta",
|
|
701
|
+
"description": "Select — Base / Forms component. select provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
702
|
+
"registryItem": null
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"id": "multi-select",
|
|
706
|
+
"title": "Multi Select",
|
|
707
|
+
"category": "Base / Forms",
|
|
708
|
+
"package": "@noe/ui",
|
|
709
|
+
"status": "planned",
|
|
710
|
+
"maturity": "beta",
|
|
711
|
+
"description": "Multi Select — Base / Forms component. multi-select provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
712
|
+
"registryItem": null
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"id": "slider",
|
|
716
|
+
"title": "Slider",
|
|
717
|
+
"category": "Base / Forms",
|
|
718
|
+
"package": "@noe/ui",
|
|
719
|
+
"status": "planned",
|
|
720
|
+
"maturity": "beta",
|
|
721
|
+
"description": "Slider — Base / Forms component. slider provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
722
|
+
"registryItem": null
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"id": "tags",
|
|
726
|
+
"title": "Tags",
|
|
727
|
+
"category": "Base / Forms",
|
|
728
|
+
"package": "@noe/ui",
|
|
729
|
+
"status": "planned",
|
|
730
|
+
"maturity": "beta",
|
|
731
|
+
"description": "Tags — Base / Forms component. tags provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
732
|
+
"registryItem": null
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"id": "verification-code",
|
|
736
|
+
"title": "Verification Code",
|
|
737
|
+
"category": "Base / Forms",
|
|
738
|
+
"package": "@noe/ui",
|
|
739
|
+
"status": "planned",
|
|
740
|
+
"maturity": "beta",
|
|
741
|
+
"description": "Verification Code — Base / Forms component. verification-code provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
742
|
+
"registryItem": null
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"id": "calendar",
|
|
746
|
+
"title": "Calendar",
|
|
747
|
+
"category": "Base / Pickers",
|
|
748
|
+
"package": "@noe/ui",
|
|
749
|
+
"status": "partial",
|
|
750
|
+
"maturity": "beta",
|
|
751
|
+
"description": "Calendar — Base / Pickers component. calendar provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
752
|
+
"registryItem": "calendar"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"id": "date-picker",
|
|
756
|
+
"title": "Date Picker",
|
|
757
|
+
"category": "Base / Pickers",
|
|
758
|
+
"package": "@noe/ui",
|
|
759
|
+
"status": "partial",
|
|
760
|
+
"maturity": "beta",
|
|
761
|
+
"description": "Date Picker — Base / Pickers component. date-picker provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
762
|
+
"registryItem": "date-picker"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"id": "color-picker",
|
|
766
|
+
"title": "Color Picker",
|
|
767
|
+
"category": "Base / Pickers",
|
|
768
|
+
"package": "@noe/ui",
|
|
769
|
+
"status": "planned",
|
|
770
|
+
"maturity": "beta",
|
|
771
|
+
"description": "Color Picker — Base / Pickers component. color-picker provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
772
|
+
"registryItem": null
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"id": "file-uploader",
|
|
776
|
+
"title": "File Uploader",
|
|
777
|
+
"category": "Base / Pickers",
|
|
778
|
+
"package": "@noe/ui",
|
|
779
|
+
"status": "planned",
|
|
780
|
+
"maturity": "beta",
|
|
781
|
+
"description": "File Uploader — Base / Pickers component. file-uploader provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
782
|
+
"registryItem": null
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"id": "rich-text-editor",
|
|
786
|
+
"title": "Rich Text Editor",
|
|
787
|
+
"category": "Base / Pickers",
|
|
788
|
+
"package": "@noe/ui",
|
|
789
|
+
"status": "planned",
|
|
790
|
+
"maturity": "beta",
|
|
791
|
+
"description": "Rich Text Editor — Base / Pickers component. rich-text-editor provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
792
|
+
"registryItem": null
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"id": "command-menu",
|
|
796
|
+
"title": "Command Menu",
|
|
797
|
+
"category": "Overlays / Navigation",
|
|
798
|
+
"package": "@noe/ui",
|
|
799
|
+
"status": "planned",
|
|
800
|
+
"maturity": "beta",
|
|
801
|
+
"description": "Command Menu — Overlays / Navigation component. command-menu provides overlays / navigation behavior with RTL, i18n and accessibility built-in.",
|
|
802
|
+
"registryItem": null
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"id": "tree-view",
|
|
806
|
+
"title": "Tree View",
|
|
807
|
+
"category": "Navigation / Disclosure",
|
|
808
|
+
"package": "@noe/ui",
|
|
809
|
+
"status": "planned",
|
|
810
|
+
"maturity": "beta",
|
|
811
|
+
"description": "Tree View — Navigation / Disclosure component. tree-view provides navigation / disclosure behavior with RTL, i18n and accessibility built-in.",
|
|
812
|
+
"registryItem": null
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"id": "carousel",
|
|
816
|
+
"title": "Carousel",
|
|
817
|
+
"category": "Navigation / Disclosure",
|
|
818
|
+
"package": "@noe/ui",
|
|
819
|
+
"status": "planned",
|
|
820
|
+
"maturity": "beta",
|
|
821
|
+
"description": "Carousel — Navigation / Disclosure component. carousel provides navigation / disclosure behavior with RTL, i18n and accessibility built-in.",
|
|
822
|
+
"registryItem": null
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"id": "content-divider",
|
|
826
|
+
"title": "Content Divider",
|
|
827
|
+
"category": "Primitives / Layout",
|
|
828
|
+
"package": "@noe/ui",
|
|
829
|
+
"status": "planned",
|
|
830
|
+
"maturity": "beta",
|
|
831
|
+
"description": "Content Divider — Primitives / Layout component. content-divider provides primitives / layout behavior with RTL, i18n and accessibility built-in.",
|
|
832
|
+
"registryItem": null
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"id": "section-footer",
|
|
836
|
+
"title": "Section Footer",
|
|
837
|
+
"category": "Patterns / Application",
|
|
838
|
+
"package": "@noe/ui",
|
|
839
|
+
"status": "planned",
|
|
840
|
+
"maturity": "beta",
|
|
841
|
+
"description": "Section Footer — Patterns / Application component. section-footer provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
842
|
+
"registryItem": null
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"id": "notification",
|
|
846
|
+
"title": "Notification",
|
|
847
|
+
"category": "Feedback / Notifications",
|
|
848
|
+
"package": "@noe/ui",
|
|
849
|
+
"status": "planned",
|
|
850
|
+
"maturity": "beta",
|
|
851
|
+
"description": "Notification — Feedback / Notifications component. notification provides feedback / notifications behavior with RTL, i18n and accessibility built-in.",
|
|
852
|
+
"registryItem": null
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"id": "activity-gauge",
|
|
856
|
+
"title": "Activity Gauge",
|
|
857
|
+
"category": "Data / Visualization",
|
|
858
|
+
"package": "@noe/data-ui",
|
|
859
|
+
"status": "planned",
|
|
860
|
+
"maturity": "beta",
|
|
861
|
+
"description": "Activity Gauge — Data / Visualization component. activity-gauge provides data / visualization behavior with RTL, i18n and accessibility built-in.",
|
|
862
|
+
"registryItem": null
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"id": "pie-chart",
|
|
866
|
+
"title": "Pie Chart",
|
|
867
|
+
"category": "Data / Visualization",
|
|
868
|
+
"package": "@noe/data-ui",
|
|
869
|
+
"status": "planned",
|
|
870
|
+
"maturity": "beta",
|
|
871
|
+
"description": "Pie Chart — Data / Visualization component. pie-chart provides data / visualization behavior with RTL, i18n and accessibility built-in.",
|
|
872
|
+
"registryItem": null
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"id": "radar-chart",
|
|
876
|
+
"title": "Radar Chart",
|
|
877
|
+
"category": "Data / Visualization",
|
|
878
|
+
"package": "@noe/data-ui",
|
|
879
|
+
"status": "planned",
|
|
880
|
+
"maturity": "beta",
|
|
881
|
+
"description": "Radar Chart — Data / Visualization component. radar-chart provides data / visualization behavior with RTL, i18n and accessibility built-in.",
|
|
882
|
+
"registryItem": null
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"id": "credit-card",
|
|
886
|
+
"title": "Credit Card",
|
|
887
|
+
"category": "Base / Identity",
|
|
888
|
+
"package": "@noe/ui",
|
|
889
|
+
"status": "planned",
|
|
890
|
+
"maturity": "beta",
|
|
891
|
+
"description": "Credit Card — Base / Identity component. credit-card provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
892
|
+
"registryItem": null
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"id": "qr-code",
|
|
896
|
+
"title": "Qr Code",
|
|
897
|
+
"category": "Base / Identity",
|
|
898
|
+
"package": "@noe/ui",
|
|
899
|
+
"status": "planned",
|
|
900
|
+
"maturity": "beta",
|
|
901
|
+
"description": "Qr Code — Base / Identity component. qr-code provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
902
|
+
"registryItem": null
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"id": "rating",
|
|
906
|
+
"title": "Rating",
|
|
907
|
+
"category": "Base / Identity",
|
|
908
|
+
"package": "@noe/ui",
|
|
909
|
+
"status": "planned",
|
|
910
|
+
"maturity": "beta",
|
|
911
|
+
"description": "Rating — Base / Identity component. rating provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
912
|
+
"registryItem": null
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"id": "video-player",
|
|
916
|
+
"title": "Video Player",
|
|
917
|
+
"category": "Base / Media",
|
|
918
|
+
"package": "@noe/ui",
|
|
919
|
+
"status": "planned",
|
|
920
|
+
"maturity": "beta",
|
|
921
|
+
"description": "Video Player — Base / Media component. video-player provides base / media behavior with RTL, i18n and accessibility built-in.",
|
|
922
|
+
"registryItem": null
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"id": "illustration",
|
|
926
|
+
"title": "Illustration",
|
|
927
|
+
"category": "Base / Media",
|
|
928
|
+
"package": "@noe/ui",
|
|
929
|
+
"status": "planned",
|
|
930
|
+
"maturity": "beta",
|
|
931
|
+
"description": "Illustration — Base / Media component. illustration provides base / media behavior with RTL, i18n and accessibility built-in.",
|
|
932
|
+
"registryItem": null
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"id": "store-button",
|
|
936
|
+
"title": "Store Button",
|
|
937
|
+
"category": "Base / Identity",
|
|
938
|
+
"package": "@noe/ui",
|
|
939
|
+
"status": "planned",
|
|
940
|
+
"maturity": "beta",
|
|
941
|
+
"description": "Store Button — Base / Identity component. store-button provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
942
|
+
"registryItem": null
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"id": "social-button",
|
|
946
|
+
"title": "Social Button",
|
|
947
|
+
"category": "Base / Identity",
|
|
948
|
+
"package": "@noe/ui",
|
|
949
|
+
"status": "planned",
|
|
950
|
+
"maturity": "beta",
|
|
951
|
+
"description": "Social Button — Base / Identity component. social-button provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
952
|
+
"registryItem": null
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"id": "progress-indicator",
|
|
956
|
+
"title": "Progress Indicator",
|
|
957
|
+
"category": "Base / Feedback",
|
|
958
|
+
"package": "@noe/ui",
|
|
959
|
+
"status": "planned",
|
|
960
|
+
"maturity": "beta",
|
|
961
|
+
"description": "Progress Indicator — Base / Feedback component. progress-indicator provides base / feedback behavior with RTL, i18n and accessibility built-in.",
|
|
962
|
+
"registryItem": null
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"id": "sign-up-page",
|
|
966
|
+
"title": "Sign Up Page",
|
|
967
|
+
"category": "Shared / Auth",
|
|
968
|
+
"package": "@noe/ui",
|
|
969
|
+
"status": "planned",
|
|
970
|
+
"maturity": "beta",
|
|
971
|
+
"description": "Sign Up Page — Shared / Auth component. sign-up-page provides shared / auth behavior with RTL, i18n and accessibility built-in.",
|
|
972
|
+
"registryItem": null
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"id": "verification-page",
|
|
976
|
+
"title": "Verification Page",
|
|
977
|
+
"category": "Shared / Auth",
|
|
978
|
+
"package": "@noe/ui",
|
|
979
|
+
"status": "planned",
|
|
980
|
+
"maturity": "beta",
|
|
981
|
+
"description": "Verification Page — Shared / Auth component. verification-page provides shared / auth behavior with RTL, i18n and accessibility built-in.",
|
|
982
|
+
"registryItem": null
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"id": "forgot-password-page",
|
|
986
|
+
"title": "Forgot Password Page",
|
|
987
|
+
"category": "Shared / Auth",
|
|
988
|
+
"package": "@noe/ui",
|
|
989
|
+
"status": "planned",
|
|
990
|
+
"maturity": "beta",
|
|
991
|
+
"description": "Forgot Password Page — Shared / Auth component. forgot-password-page provides shared / auth behavior with RTL, i18n and accessibility built-in.",
|
|
992
|
+
"registryItem": null
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"id": "email-template",
|
|
996
|
+
"title": "Email Template",
|
|
997
|
+
"category": "Shared / Auth",
|
|
998
|
+
"package": "@noe/ui",
|
|
999
|
+
"status": "planned",
|
|
1000
|
+
"maturity": "beta",
|
|
1001
|
+
"description": "Email Template — Shared / Auth component. email-template provides shared / auth behavior with RTL, i18n and accessibility built-in.",
|
|
1002
|
+
"registryItem": null
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"id": "informational-page-01",
|
|
1006
|
+
"title": "Informational Page 01",
|
|
1007
|
+
"category": "Application Examples",
|
|
1008
|
+
"package": "@noe/ui",
|
|
1009
|
+
"status": "planned",
|
|
1010
|
+
"maturity": "beta",
|
|
1011
|
+
"description": "Informational Page 01 — Application Examples component. informational-page-01 provides application examples behavior with RTL, i18n and accessibility built-in.",
|
|
1012
|
+
"registryItem": null
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"id": "informational-page-02",
|
|
1016
|
+
"title": "Informational Page 02",
|
|
1017
|
+
"category": "Application Examples",
|
|
1018
|
+
"package": "@noe/ui",
|
|
1019
|
+
"status": "planned",
|
|
1020
|
+
"maturity": "beta",
|
|
1021
|
+
"description": "Informational Page 02 — Application Examples component. informational-page-02 provides application examples behavior with RTL, i18n and accessibility built-in.",
|
|
1022
|
+
"registryItem": null
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"id": "banner",
|
|
1026
|
+
"title": "Banner",
|
|
1027
|
+
"category": "Marketing / Banner",
|
|
1028
|
+
"package": "@noe/ui",
|
|
1029
|
+
"status": "planned",
|
|
1030
|
+
"maturity": "beta",
|
|
1031
|
+
"description": "Banner — Marketing / Banner component. banner provides marketing / banner behavior with RTL, i18n and accessibility built-in.",
|
|
1032
|
+
"registryItem": null
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"id": "blog-section",
|
|
1036
|
+
"title": "Blog Section",
|
|
1037
|
+
"category": "Marketing / Blog",
|
|
1038
|
+
"package": "@noe/ui",
|
|
1039
|
+
"status": "planned",
|
|
1040
|
+
"maturity": "beta",
|
|
1041
|
+
"description": "Blog Section — Marketing / Blog component. blog-section provides marketing / blog behavior with RTL, i18n and accessibility built-in.",
|
|
1042
|
+
"registryItem": null
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"id": "careers-section",
|
|
1046
|
+
"title": "Careers Section",
|
|
1047
|
+
"category": "Marketing / Careers",
|
|
1048
|
+
"package": "@noe/ui",
|
|
1049
|
+
"status": "planned",
|
|
1050
|
+
"maturity": "beta",
|
|
1051
|
+
"description": "Careers Section — Marketing / Careers component. careers-section provides marketing / careers behavior with RTL, i18n and accessibility built-in.",
|
|
1052
|
+
"registryItem": null
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"id": "contact-section",
|
|
1056
|
+
"title": "Contact Section",
|
|
1057
|
+
"category": "Marketing / Contact",
|
|
1058
|
+
"package": "@noe/ui",
|
|
1059
|
+
"status": "planned",
|
|
1060
|
+
"maturity": "beta",
|
|
1061
|
+
"description": "Contact Section — Marketing / Contact component. contact-section provides marketing / contact behavior with RTL, i18n and accessibility built-in.",
|
|
1062
|
+
"registryItem": null
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"id": "content-section",
|
|
1066
|
+
"title": "Content Section",
|
|
1067
|
+
"category": "Marketing / Content",
|
|
1068
|
+
"package": "@noe/ui",
|
|
1069
|
+
"status": "planned",
|
|
1070
|
+
"maturity": "beta",
|
|
1071
|
+
"description": "Content Section — Marketing / Content component. content-section provides marketing / content behavior with RTL, i18n and accessibility built-in.",
|
|
1072
|
+
"registryItem": null
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"id": "cta-section",
|
|
1076
|
+
"title": "Cta Section",
|
|
1077
|
+
"category": "Marketing / CTA",
|
|
1078
|
+
"package": "@noe/ui",
|
|
1079
|
+
"status": "planned",
|
|
1080
|
+
"maturity": "beta",
|
|
1081
|
+
"description": "Cta Section — Marketing / CTA component. cta-section provides marketing / cta behavior with RTL, i18n and accessibility built-in.",
|
|
1082
|
+
"registryItem": null
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"id": "faq-section",
|
|
1086
|
+
"title": "Faq Section",
|
|
1087
|
+
"category": "Marketing / FAQ",
|
|
1088
|
+
"package": "@noe/ui",
|
|
1089
|
+
"status": "planned",
|
|
1090
|
+
"maturity": "beta",
|
|
1091
|
+
"description": "Faq Section — Marketing / FAQ component. faq-section provides marketing / faq behavior with RTL, i18n and accessibility built-in.",
|
|
1092
|
+
"registryItem": null
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"id": "feature-section",
|
|
1096
|
+
"title": "Feature Section",
|
|
1097
|
+
"category": "Marketing / Features",
|
|
1098
|
+
"package": "@noe/ui",
|
|
1099
|
+
"status": "planned",
|
|
1100
|
+
"maturity": "beta",
|
|
1101
|
+
"description": "Feature Section — Marketing / Features component. feature-section provides marketing / features behavior with RTL, i18n and accessibility built-in.",
|
|
1102
|
+
"registryItem": null
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"id": "footer",
|
|
1106
|
+
"title": "Footer",
|
|
1107
|
+
"category": "Marketing / Footer",
|
|
1108
|
+
"package": "@noe/ui",
|
|
1109
|
+
"status": "planned",
|
|
1110
|
+
"maturity": "beta",
|
|
1111
|
+
"description": "Footer — Marketing / Footer component. footer provides marketing / footer behavior with RTL, i18n and accessibility built-in.",
|
|
1112
|
+
"registryItem": null
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"id": "metrics-section",
|
|
1116
|
+
"title": "Metrics Section",
|
|
1117
|
+
"category": "Marketing / Metrics",
|
|
1118
|
+
"package": "@noe/ui",
|
|
1119
|
+
"status": "planned",
|
|
1120
|
+
"maturity": "beta",
|
|
1121
|
+
"description": "Metrics Section — Marketing / Metrics component. metrics-section provides marketing / metrics behavior with RTL, i18n and accessibility built-in.",
|
|
1122
|
+
"registryItem": null
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"id": "newsletter",
|
|
1126
|
+
"title": "Newsletter",
|
|
1127
|
+
"category": "Marketing / Newsletter",
|
|
1128
|
+
"package": "@noe/ui",
|
|
1129
|
+
"status": "planned",
|
|
1130
|
+
"maturity": "beta",
|
|
1131
|
+
"description": "Newsletter — Marketing / Newsletter component. newsletter provides marketing / newsletter behavior with RTL, i18n and accessibility built-in.",
|
|
1132
|
+
"registryItem": null
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"id": "pricing-section",
|
|
1136
|
+
"title": "Pricing Section",
|
|
1137
|
+
"category": "Marketing / Pricing",
|
|
1138
|
+
"package": "@noe/ui",
|
|
1139
|
+
"status": "planned",
|
|
1140
|
+
"maturity": "beta",
|
|
1141
|
+
"description": "Pricing Section — Marketing / Pricing component. pricing-section provides marketing / pricing behavior with RTL, i18n and accessibility built-in.",
|
|
1142
|
+
"registryItem": null
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"id": "social-proof",
|
|
1146
|
+
"title": "Social Proof",
|
|
1147
|
+
"category": "Marketing / Social",
|
|
1148
|
+
"package": "@noe/ui",
|
|
1149
|
+
"status": "planned",
|
|
1150
|
+
"maturity": "beta",
|
|
1151
|
+
"description": "Social Proof — Marketing / Social component. social-proof provides marketing / social behavior with RTL, i18n and accessibility built-in.",
|
|
1152
|
+
"registryItem": null
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"id": "team-section",
|
|
1156
|
+
"title": "Team Section",
|
|
1157
|
+
"category": "Marketing / Team",
|
|
1158
|
+
"package": "@noe/ui",
|
|
1159
|
+
"status": "planned",
|
|
1160
|
+
"maturity": "beta",
|
|
1161
|
+
"description": "Team Section — Marketing / Team component. team-section provides marketing / team behavior with RTL, i18n and accessibility built-in.",
|
|
1162
|
+
"registryItem": null
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"id": "testimonial-section",
|
|
1166
|
+
"title": "Testimonial Section",
|
|
1167
|
+
"category": "Marketing / Testimonial",
|
|
1168
|
+
"package": "@noe/ui",
|
|
1169
|
+
"status": "planned",
|
|
1170
|
+
"maturity": "beta",
|
|
1171
|
+
"description": "Testimonial Section — Marketing / Testimonial component. testimonial-section provides marketing / testimonial behavior with RTL, i18n and accessibility built-in.",
|
|
1172
|
+
"registryItem": null
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"id": "about-page",
|
|
1176
|
+
"title": "About Page",
|
|
1177
|
+
"category": "Marketing / Pages",
|
|
1178
|
+
"package": "@noe/ui",
|
|
1179
|
+
"status": "planned",
|
|
1180
|
+
"maturity": "beta",
|
|
1181
|
+
"description": "About Page — Marketing / Pages component. about-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1182
|
+
"registryItem": null
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"id": "blog-post-page",
|
|
1186
|
+
"title": "Blog Post Page",
|
|
1187
|
+
"category": "Marketing / Pages",
|
|
1188
|
+
"package": "@noe/ui",
|
|
1189
|
+
"status": "planned",
|
|
1190
|
+
"maturity": "beta",
|
|
1191
|
+
"description": "Blog Post Page — Marketing / Pages component. blog-post-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1192
|
+
"registryItem": null
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"id": "blog-index-page",
|
|
1196
|
+
"title": "Blog Index Page",
|
|
1197
|
+
"category": "Marketing / Pages",
|
|
1198
|
+
"package": "@noe/ui",
|
|
1199
|
+
"status": "planned",
|
|
1200
|
+
"maturity": "beta",
|
|
1201
|
+
"description": "Blog Index Page — Marketing / Pages component. blog-index-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1202
|
+
"registryItem": null
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"id": "contact-page",
|
|
1206
|
+
"title": "Contact Page",
|
|
1207
|
+
"category": "Marketing / Pages",
|
|
1208
|
+
"package": "@noe/ui",
|
|
1209
|
+
"status": "planned",
|
|
1210
|
+
"maturity": "beta",
|
|
1211
|
+
"description": "Contact Page — Marketing / Pages component. contact-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1212
|
+
"registryItem": null
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"id": "faq-page",
|
|
1216
|
+
"title": "Faq Page",
|
|
1217
|
+
"category": "Marketing / Pages",
|
|
1218
|
+
"package": "@noe/ui",
|
|
1219
|
+
"status": "planned",
|
|
1220
|
+
"maturity": "beta",
|
|
1221
|
+
"description": "Faq Page — Marketing / Pages component. faq-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1222
|
+
"registryItem": null
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"id": "legal-page",
|
|
1226
|
+
"title": "Legal Page",
|
|
1227
|
+
"category": "Marketing / Pages",
|
|
1228
|
+
"package": "@noe/ui",
|
|
1229
|
+
"status": "planned",
|
|
1230
|
+
"maturity": "beta",
|
|
1231
|
+
"description": "Legal Page — Marketing / Pages component. legal-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1232
|
+
"registryItem": null
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"id": "pricing-page",
|
|
1236
|
+
"title": "Pricing Page",
|
|
1237
|
+
"category": "Marketing / Pages",
|
|
1238
|
+
"package": "@noe/ui",
|
|
1239
|
+
"status": "planned",
|
|
1240
|
+
"maturity": "beta",
|
|
1241
|
+
"description": "Pricing Page — Marketing / Pages component. pricing-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1242
|
+
"registryItem": null
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"id": "team-page",
|
|
1246
|
+
"title": "Team Page",
|
|
1247
|
+
"category": "Marketing / Pages",
|
|
1248
|
+
"package": "@noe/ui",
|
|
1249
|
+
"status": "planned",
|
|
1250
|
+
"maturity": "beta",
|
|
1251
|
+
"description": "Team Page — Marketing / Pages component. team-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1252
|
+
"registryItem": null
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"id": "marketing-404-page",
|
|
1256
|
+
"title": "Marketing 404 Page",
|
|
1257
|
+
"category": "Marketing / Pages",
|
|
1258
|
+
"package": "@noe/ui",
|
|
1259
|
+
"status": "planned",
|
|
1260
|
+
"maturity": "beta",
|
|
1261
|
+
"description": "Marketing 404 Page — Marketing / Pages component. marketing-404-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1262
|
+
"registryItem": null
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"id": "gradient-picker",
|
|
1266
|
+
"title": "Gradient Picker",
|
|
1267
|
+
"category": "Application Components",
|
|
1268
|
+
"package": "@noe/ui",
|
|
1269
|
+
"status": "available",
|
|
1270
|
+
"maturity": "beta",
|
|
1271
|
+
"description": "Gradient picker with two color stops and CSS output, tokenized and accessible, distinct from ColorPicker.",
|
|
1272
|
+
"registryItem": "gradient-picker"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"id": "image-picker",
|
|
1276
|
+
"title": "Image Picker",
|
|
1277
|
+
"category": "Application Components",
|
|
1278
|
+
"package": "@noe/ui",
|
|
1279
|
+
"status": "available",
|
|
1280
|
+
"maturity": "beta",
|
|
1281
|
+
"description": "Image picker with preview, drag and file input, tokenized and RTL-safe, distinct from FileUploader.",
|
|
1282
|
+
"registryItem": "image-picker"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"id": "inline-cta",
|
|
1286
|
+
"title": "Inline Cta",
|
|
1287
|
+
"category": "Application Components",
|
|
1288
|
+
"package": "@noe/ui",
|
|
1289
|
+
"status": "available",
|
|
1290
|
+
"maturity": "beta",
|
|
1291
|
+
"description": "Inline call to action link with trailing logical chevron, tokenized, for use within prose.",
|
|
1292
|
+
"registryItem": "inline-cta"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"id": "ecosystem-sphere",
|
|
1296
|
+
"title": "Ecosystem Sphere",
|
|
1297
|
+
"category": "Cinematic / 3D System",
|
|
1298
|
+
"package": "@noe/ui",
|
|
1299
|
+
"status": "experimental",
|
|
1300
|
+
"maturity": "beta",
|
|
1301
|
+
"description": "Interactive 3-D galaxy canvas with fixed core and orbiting capability nodes. Respects reduced-motion, pauses when hidden, keyboard accessible.",
|
|
1302
|
+
"registryItem": "ecosystem-sphere"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"id": "system-anatomy",
|
|
1306
|
+
"title": "System Anatomy",
|
|
1307
|
+
"category": "Cinematic / 3D System",
|
|
1308
|
+
"package": "@noe/ui",
|
|
1309
|
+
"status": "experimental",
|
|
1310
|
+
"maturity": "beta",
|
|
1311
|
+
"description": "Scroll-scrubbed exploded view (Foundation/Orchestration/Experience) with sticky canvas.",
|
|
1312
|
+
"registryItem": "system-anatomy"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"id": "ecosystem-motion-showcase",
|
|
1316
|
+
"title": "Ecosystem Motion Showcase",
|
|
1317
|
+
"category": "Cinematic / 3D System",
|
|
1318
|
+
"package": "@noe/ui",
|
|
1319
|
+
"status": "experimental",
|
|
1320
|
+
"maturity": "beta",
|
|
1321
|
+
"description": "Three-principle continuous scroll narrative with sticky stage.",
|
|
1322
|
+
"registryItem": "ecosystem-motion-showcase"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"id": "kinetic-experience",
|
|
1326
|
+
"title": "Kinetic Experience",
|
|
1327
|
+
"category": "Cinematic / Motion",
|
|
1328
|
+
"package": "@noe/ui",
|
|
1329
|
+
"status": "experimental",
|
|
1330
|
+
"maturity": "beta",
|
|
1331
|
+
"description": "Fixed horizontal chapter timeline + scroll progress. IntersectionObserver active chapter.",
|
|
1332
|
+
"registryItem": "kinetic-experience"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"id": "landing-cinematic",
|
|
1336
|
+
"title": "Landing — Cinematic System",
|
|
1337
|
+
"category": "Cinematic / Pages",
|
|
1338
|
+
"package": "@noe/ui",
|
|
1339
|
+
"status": "experimental",
|
|
1340
|
+
"maturity": "beta",
|
|
1341
|
+
"description": "Full landing composition combining hero reactor, SystemAnatomy, EcosystemMotionShowcase and KineticExperience.",
|
|
1342
|
+
"registryItem": "landing-cinematic"
|
|
1343
|
+
}
|
|
1344
|
+
]
|
|
1345
|
+
}
|