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,3942 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-08-28T08:46:14.840Z",
|
|
3
|
+
"items": [
|
|
4
|
+
{
|
|
5
|
+
"id": "bidi-text",
|
|
6
|
+
"package": "@noe/ui",
|
|
7
|
+
"title": "Bidi Text",
|
|
8
|
+
"description": "Mixed-direction content primitives for user text, URLs, hashes, commands and technical identifiers with explicit LTR isolation.",
|
|
9
|
+
"category": "Foundations / Direction & Bidi",
|
|
10
|
+
"status": "available",
|
|
11
|
+
"capabilityAliases": [
|
|
12
|
+
"bidi text",
|
|
13
|
+
"mixed direction text",
|
|
14
|
+
"technical identifier",
|
|
15
|
+
"bdi auto direction"
|
|
16
|
+
],
|
|
17
|
+
"searchTerms": [
|
|
18
|
+
"bidi",
|
|
19
|
+
"rtl ltr isolation",
|
|
20
|
+
"technical value",
|
|
21
|
+
"url hash",
|
|
22
|
+
"command"
|
|
23
|
+
],
|
|
24
|
+
"useWhen": [
|
|
25
|
+
"displaying user-generated mixed Persian/English text",
|
|
26
|
+
"showing URLs, hashes or code inside RTL chrome"
|
|
27
|
+
],
|
|
28
|
+
"doNotUseWhen": [
|
|
29
|
+
"pure LTR marketing copy without bidi risk",
|
|
30
|
+
"replacing full i18n provider"
|
|
31
|
+
],
|
|
32
|
+
"alternatives": [
|
|
33
|
+
"AutoDirectionText",
|
|
34
|
+
"TechnicalValue"
|
|
35
|
+
],
|
|
36
|
+
"relatedPatterns": [
|
|
37
|
+
"code-and-terminal",
|
|
38
|
+
"direction-provider"
|
|
39
|
+
],
|
|
40
|
+
"exportName": "BidiText",
|
|
41
|
+
"registryItem": "bidi-text",
|
|
42
|
+
"maturity": "stable"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "direction-provider",
|
|
46
|
+
"package": "@noe/ui",
|
|
47
|
+
"title": "Direction Provider",
|
|
48
|
+
"description": "Establishes a direction scope for nested content and portalled overlays, independent of page direction.",
|
|
49
|
+
"category": "Foundations / Direction & Bidi",
|
|
50
|
+
"status": "available",
|
|
51
|
+
"capabilityAliases": [
|
|
52
|
+
"direction scope",
|
|
53
|
+
"portal direction"
|
|
54
|
+
],
|
|
55
|
+
"searchTerms": [
|
|
56
|
+
"direction provider",
|
|
57
|
+
"dir",
|
|
58
|
+
"portal",
|
|
59
|
+
"rtl scope"
|
|
60
|
+
],
|
|
61
|
+
"useWhen": [
|
|
62
|
+
"nesting RTL inside LTR or vice versa",
|
|
63
|
+
"ensuring portals inherit correct dir"
|
|
64
|
+
],
|
|
65
|
+
"doNotUseWhen": [
|
|
66
|
+
"page already has correct html dir",
|
|
67
|
+
"single-direction app"
|
|
68
|
+
],
|
|
69
|
+
"alternatives": [
|
|
70
|
+
"html dir attribute"
|
|
71
|
+
],
|
|
72
|
+
"relatedPatterns": [],
|
|
73
|
+
"exportName": "DirectionProvider",
|
|
74
|
+
"registryItem": "direction-provider",
|
|
75
|
+
"maturity": "stable"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": "code-and-terminal",
|
|
79
|
+
"package": "@noe/ui",
|
|
80
|
+
"title": "Code And Terminal",
|
|
81
|
+
"description": "Code And Terminal — Foundations / Technical Content component. code-and-terminal provides foundations / technical content behavior with RTL, i18n and accessibility built-in.",
|
|
82
|
+
"category": "Foundations / Technical Content",
|
|
83
|
+
"status": "available",
|
|
84
|
+
"capabilityAliases": [
|
|
85
|
+
"code and terminal",
|
|
86
|
+
"code-and-terminal"
|
|
87
|
+
],
|
|
88
|
+
"searchTerms": [
|
|
89
|
+
"code-and-terminal",
|
|
90
|
+
"code and terminal",
|
|
91
|
+
"technical content"
|
|
92
|
+
],
|
|
93
|
+
"useWhen": [
|
|
94
|
+
"using code and terminal in Foundations / Technical Content"
|
|
95
|
+
],
|
|
96
|
+
"doNotUseWhen": [
|
|
97
|
+
"when code and terminal semantics do not match"
|
|
98
|
+
],
|
|
99
|
+
"alternatives": [],
|
|
100
|
+
"relatedPatterns": [],
|
|
101
|
+
"exportName": "Terminal",
|
|
102
|
+
"registryItem": "code-block",
|
|
103
|
+
"maturity": "beta"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "icon-system",
|
|
107
|
+
"package": "@noe/icons",
|
|
108
|
+
"title": "Icon System",
|
|
109
|
+
"description": "Icon System — Foundations / Icons component. icon-system provides foundations / icons behavior with RTL, i18n and accessibility built-in.",
|
|
110
|
+
"category": "Foundations / Icons",
|
|
111
|
+
"status": "available",
|
|
112
|
+
"capabilityAliases": [
|
|
113
|
+
"icon system",
|
|
114
|
+
"icon-system"
|
|
115
|
+
],
|
|
116
|
+
"searchTerms": [
|
|
117
|
+
"icon-system",
|
|
118
|
+
"icon system",
|
|
119
|
+
"icons"
|
|
120
|
+
],
|
|
121
|
+
"useWhen": [
|
|
122
|
+
"using icon system in Foundations / Icons"
|
|
123
|
+
],
|
|
124
|
+
"doNotUseWhen": [
|
|
125
|
+
"when icon system semantics do not match"
|
|
126
|
+
],
|
|
127
|
+
"alternatives": [],
|
|
128
|
+
"relatedPatterns": [],
|
|
129
|
+
"exportName": "ChevronIcon",
|
|
130
|
+
"registryItem": "icon-system",
|
|
131
|
+
"maturity": "beta"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"id": "button",
|
|
135
|
+
"package": "@noe/ui",
|
|
136
|
+
"title": "Button",
|
|
137
|
+
"description": "Primary action primitive with semantic variants, focus visibility, loading state and bidirectional layout. Use for all interactive actions.",
|
|
138
|
+
"category": "Primitives / Actions",
|
|
139
|
+
"status": "available",
|
|
140
|
+
"capabilityAliases": [
|
|
141
|
+
"confirmation dialog with destructive action",
|
|
142
|
+
"primary action",
|
|
143
|
+
"submit button",
|
|
144
|
+
"destructive button",
|
|
145
|
+
"loading button",
|
|
146
|
+
"cta"
|
|
147
|
+
],
|
|
148
|
+
"searchTerms": [
|
|
149
|
+
"button",
|
|
150
|
+
"cta",
|
|
151
|
+
"action",
|
|
152
|
+
"destructive",
|
|
153
|
+
"confirmation",
|
|
154
|
+
"submit"
|
|
155
|
+
],
|
|
156
|
+
"useWhen": [
|
|
157
|
+
"triggering an action",
|
|
158
|
+
"confirming a destructive operation in a dialog",
|
|
159
|
+
"form submission"
|
|
160
|
+
],
|
|
161
|
+
"doNotUseWhen": [
|
|
162
|
+
"navigating to a new page (use link)",
|
|
163
|
+
"displaying status (use Badge)"
|
|
164
|
+
],
|
|
165
|
+
"alternatives": [
|
|
166
|
+
"Link",
|
|
167
|
+
"Badge",
|
|
168
|
+
"Fab"
|
|
169
|
+
],
|
|
170
|
+
"relatedPatterns": [
|
|
171
|
+
"fab",
|
|
172
|
+
"approval-request"
|
|
173
|
+
],
|
|
174
|
+
"exportName": "Button",
|
|
175
|
+
"registryItem": "button",
|
|
176
|
+
"maturity": "beta"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "input",
|
|
180
|
+
"package": "@noe/ui",
|
|
181
|
+
"title": "Input",
|
|
182
|
+
"description": "Input — Primitives / Forms component. input provides primitives / forms behavior with RTL, i18n and accessibility built-in.",
|
|
183
|
+
"category": "Primitives / Forms",
|
|
184
|
+
"status": "available",
|
|
185
|
+
"capabilityAliases": [
|
|
186
|
+
"input",
|
|
187
|
+
"input"
|
|
188
|
+
],
|
|
189
|
+
"searchTerms": [
|
|
190
|
+
"input",
|
|
191
|
+
"input",
|
|
192
|
+
"forms"
|
|
193
|
+
],
|
|
194
|
+
"useWhen": [
|
|
195
|
+
"using input in Primitives / Forms"
|
|
196
|
+
],
|
|
197
|
+
"doNotUseWhen": [
|
|
198
|
+
"when input semantics do not match"
|
|
199
|
+
],
|
|
200
|
+
"alternatives": [],
|
|
201
|
+
"relatedPatterns": [],
|
|
202
|
+
"exportName": "Input",
|
|
203
|
+
"registryItem": "input",
|
|
204
|
+
"maturity": "beta"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"id": "field",
|
|
208
|
+
"package": "@noe/ui",
|
|
209
|
+
"title": "Field",
|
|
210
|
+
"description": "Field — Primitives / Forms component. field provides primitives / forms behavior with RTL, i18n and accessibility built-in.",
|
|
211
|
+
"category": "Primitives / Forms",
|
|
212
|
+
"status": "available",
|
|
213
|
+
"capabilityAliases": [
|
|
214
|
+
"field",
|
|
215
|
+
"field"
|
|
216
|
+
],
|
|
217
|
+
"searchTerms": [
|
|
218
|
+
"field",
|
|
219
|
+
"field",
|
|
220
|
+
"forms"
|
|
221
|
+
],
|
|
222
|
+
"useWhen": [
|
|
223
|
+
"using field in Primitives / Forms"
|
|
224
|
+
],
|
|
225
|
+
"doNotUseWhen": [
|
|
226
|
+
"when field semantics do not match"
|
|
227
|
+
],
|
|
228
|
+
"alternatives": [],
|
|
229
|
+
"relatedPatterns": [],
|
|
230
|
+
"exportName": "Field",
|
|
231
|
+
"registryItem": "input",
|
|
232
|
+
"maturity": "beta"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "textarea",
|
|
236
|
+
"package": "@noe/ui",
|
|
237
|
+
"title": "Textarea",
|
|
238
|
+
"description": "Textarea — Primitives / Forms component. textarea provides primitives / forms behavior with RTL, i18n and accessibility built-in.",
|
|
239
|
+
"category": "Primitives / Forms",
|
|
240
|
+
"status": "available",
|
|
241
|
+
"capabilityAliases": [
|
|
242
|
+
"textarea",
|
|
243
|
+
"textarea"
|
|
244
|
+
],
|
|
245
|
+
"searchTerms": [
|
|
246
|
+
"textarea",
|
|
247
|
+
"textarea",
|
|
248
|
+
"forms"
|
|
249
|
+
],
|
|
250
|
+
"useWhen": [
|
|
251
|
+
"using textarea in Primitives / Forms"
|
|
252
|
+
],
|
|
253
|
+
"doNotUseWhen": [
|
|
254
|
+
"when textarea semantics do not match"
|
|
255
|
+
],
|
|
256
|
+
"alternatives": [],
|
|
257
|
+
"relatedPatterns": [],
|
|
258
|
+
"exportName": "Textarea",
|
|
259
|
+
"registryItem": "textarea",
|
|
260
|
+
"maturity": "beta"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"id": "card",
|
|
264
|
+
"package": "@noe/ui",
|
|
265
|
+
"title": "Card",
|
|
266
|
+
"description": "Card — Primitives / Layout component. card provides primitives / layout behavior with RTL, i18n and accessibility built-in.",
|
|
267
|
+
"category": "Primitives / Layout",
|
|
268
|
+
"status": "available",
|
|
269
|
+
"capabilityAliases": [
|
|
270
|
+
"card",
|
|
271
|
+
"card"
|
|
272
|
+
],
|
|
273
|
+
"searchTerms": [
|
|
274
|
+
"card",
|
|
275
|
+
"card",
|
|
276
|
+
"layout"
|
|
277
|
+
],
|
|
278
|
+
"useWhen": [
|
|
279
|
+
"using card in Primitives / Layout"
|
|
280
|
+
],
|
|
281
|
+
"doNotUseWhen": [
|
|
282
|
+
"when card semantics do not match"
|
|
283
|
+
],
|
|
284
|
+
"alternatives": [],
|
|
285
|
+
"relatedPatterns": [],
|
|
286
|
+
"exportName": "Card",
|
|
287
|
+
"registryItem": "card",
|
|
288
|
+
"maturity": "beta"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "alert",
|
|
292
|
+
"package": "@noe/ui",
|
|
293
|
+
"title": "Alert",
|
|
294
|
+
"description": "Alert — Feedback component. alert provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
295
|
+
"category": "Feedback",
|
|
296
|
+
"status": "available",
|
|
297
|
+
"capabilityAliases": [
|
|
298
|
+
"alert",
|
|
299
|
+
"alert"
|
|
300
|
+
],
|
|
301
|
+
"searchTerms": [
|
|
302
|
+
"alert",
|
|
303
|
+
"alert",
|
|
304
|
+
"feedback"
|
|
305
|
+
],
|
|
306
|
+
"useWhen": [
|
|
307
|
+
"using alert in Feedback"
|
|
308
|
+
],
|
|
309
|
+
"doNotUseWhen": [
|
|
310
|
+
"when alert semantics do not match"
|
|
311
|
+
],
|
|
312
|
+
"alternatives": [],
|
|
313
|
+
"relatedPatterns": [],
|
|
314
|
+
"exportName": "Alert",
|
|
315
|
+
"registryItem": "alert",
|
|
316
|
+
"maturity": "beta"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"id": "badge",
|
|
320
|
+
"package": "@noe/ui",
|
|
321
|
+
"title": "Badge",
|
|
322
|
+
"description": "Badge — Feedback component. badge provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
323
|
+
"category": "Feedback",
|
|
324
|
+
"status": "available",
|
|
325
|
+
"capabilityAliases": [
|
|
326
|
+
"badge",
|
|
327
|
+
"badge"
|
|
328
|
+
],
|
|
329
|
+
"searchTerms": [
|
|
330
|
+
"badge",
|
|
331
|
+
"badge",
|
|
332
|
+
"feedback"
|
|
333
|
+
],
|
|
334
|
+
"useWhen": [
|
|
335
|
+
"using badge in Feedback"
|
|
336
|
+
],
|
|
337
|
+
"doNotUseWhen": [
|
|
338
|
+
"when badge semantics do not match"
|
|
339
|
+
],
|
|
340
|
+
"alternatives": [],
|
|
341
|
+
"relatedPatterns": [],
|
|
342
|
+
"exportName": "Badge",
|
|
343
|
+
"registryItem": "badge",
|
|
344
|
+
"maturity": "beta"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "skeleton",
|
|
348
|
+
"package": "@noe/ui",
|
|
349
|
+
"title": "Skeleton",
|
|
350
|
+
"description": "Skeleton — Feedback component. skeleton provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
351
|
+
"category": "Feedback",
|
|
352
|
+
"status": "available",
|
|
353
|
+
"capabilityAliases": [
|
|
354
|
+
"skeleton",
|
|
355
|
+
"skeleton"
|
|
356
|
+
],
|
|
357
|
+
"searchTerms": [
|
|
358
|
+
"skeleton",
|
|
359
|
+
"skeleton",
|
|
360
|
+
"feedback"
|
|
361
|
+
],
|
|
362
|
+
"useWhen": [
|
|
363
|
+
"using skeleton in Feedback"
|
|
364
|
+
],
|
|
365
|
+
"doNotUseWhen": [
|
|
366
|
+
"when skeleton semantics do not match"
|
|
367
|
+
],
|
|
368
|
+
"alternatives": [],
|
|
369
|
+
"relatedPatterns": [],
|
|
370
|
+
"exportName": "Skeleton",
|
|
371
|
+
"registryItem": "skeleton",
|
|
372
|
+
"maturity": "beta"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"id": "spinner",
|
|
376
|
+
"package": "@noe/ui",
|
|
377
|
+
"title": "Spinner",
|
|
378
|
+
"description": "Spinner — Feedback component. spinner provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
379
|
+
"category": "Feedback",
|
|
380
|
+
"status": "available",
|
|
381
|
+
"capabilityAliases": [
|
|
382
|
+
"spinner",
|
|
383
|
+
"spinner"
|
|
384
|
+
],
|
|
385
|
+
"searchTerms": [
|
|
386
|
+
"spinner",
|
|
387
|
+
"spinner",
|
|
388
|
+
"feedback"
|
|
389
|
+
],
|
|
390
|
+
"useWhen": [
|
|
391
|
+
"using spinner in Feedback"
|
|
392
|
+
],
|
|
393
|
+
"doNotUseWhen": [
|
|
394
|
+
"when spinner semantics do not match"
|
|
395
|
+
],
|
|
396
|
+
"alternatives": [],
|
|
397
|
+
"relatedPatterns": [],
|
|
398
|
+
"exportName": "Spinner",
|
|
399
|
+
"registryItem": "spinner",
|
|
400
|
+
"maturity": "beta"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "empty-state",
|
|
404
|
+
"package": "@noe/ui",
|
|
405
|
+
"title": "Empty State",
|
|
406
|
+
"description": "Empty State — Feedback component. empty-state provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
407
|
+
"category": "Feedback",
|
|
408
|
+
"status": "available",
|
|
409
|
+
"capabilityAliases": [
|
|
410
|
+
"empty state",
|
|
411
|
+
"empty-state"
|
|
412
|
+
],
|
|
413
|
+
"searchTerms": [
|
|
414
|
+
"empty-state",
|
|
415
|
+
"empty state",
|
|
416
|
+
"feedback"
|
|
417
|
+
],
|
|
418
|
+
"useWhen": [
|
|
419
|
+
"using empty state in Feedback"
|
|
420
|
+
],
|
|
421
|
+
"doNotUseWhen": [
|
|
422
|
+
"when empty state semantics do not match"
|
|
423
|
+
],
|
|
424
|
+
"alternatives": [],
|
|
425
|
+
"relatedPatterns": [],
|
|
426
|
+
"exportName": "EmptyState",
|
|
427
|
+
"registryItem": "empty-state",
|
|
428
|
+
"maturity": "beta"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"id": "error-state",
|
|
432
|
+
"package": "@noe/ui",
|
|
433
|
+
"title": "Error State",
|
|
434
|
+
"description": "Error State — Feedback component. error-state provides feedback behavior with RTL, i18n and accessibility built-in.",
|
|
435
|
+
"category": "Feedback",
|
|
436
|
+
"status": "available",
|
|
437
|
+
"capabilityAliases": [
|
|
438
|
+
"error state",
|
|
439
|
+
"error-state"
|
|
440
|
+
],
|
|
441
|
+
"searchTerms": [
|
|
442
|
+
"error-state",
|
|
443
|
+
"error state",
|
|
444
|
+
"feedback"
|
|
445
|
+
],
|
|
446
|
+
"useWhen": [
|
|
447
|
+
"using error state in Feedback"
|
|
448
|
+
],
|
|
449
|
+
"doNotUseWhen": [
|
|
450
|
+
"when error state semantics do not match"
|
|
451
|
+
],
|
|
452
|
+
"alternatives": [],
|
|
453
|
+
"relatedPatterns": [],
|
|
454
|
+
"exportName": "ErrorState",
|
|
455
|
+
"registryItem": "error-state",
|
|
456
|
+
"maturity": "beta"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"id": "dialog",
|
|
460
|
+
"package": "@noe/ui",
|
|
461
|
+
"title": "Dialog",
|
|
462
|
+
"description": "Direction-preserving modal primitive with native focus semantics and portal propagation. Share foundation with Modal/Slideout.",
|
|
463
|
+
"category": "Overlays",
|
|
464
|
+
"status": "available",
|
|
465
|
+
"capabilityAliases": [
|
|
466
|
+
"confirmation dialog with destructive action",
|
|
467
|
+
"modal",
|
|
468
|
+
"confirm dialog"
|
|
469
|
+
],
|
|
470
|
+
"searchTerms": [
|
|
471
|
+
"dialog",
|
|
472
|
+
"modal",
|
|
473
|
+
"confirm",
|
|
474
|
+
"overlay"
|
|
475
|
+
],
|
|
476
|
+
"useWhen": [
|
|
477
|
+
"confirming a destructive action",
|
|
478
|
+
"focused task requiring dismissal"
|
|
479
|
+
],
|
|
480
|
+
"doNotUseWhen": [
|
|
481
|
+
"non-modal inline disclosure (use drawer)",
|
|
482
|
+
"persistent layout (use page)"
|
|
483
|
+
],
|
|
484
|
+
"alternatives": [
|
|
485
|
+
"Drawer",
|
|
486
|
+
"Alert"
|
|
487
|
+
],
|
|
488
|
+
"relatedPatterns": [
|
|
489
|
+
"drawer",
|
|
490
|
+
"approval-request"
|
|
491
|
+
],
|
|
492
|
+
"exportName": "Dialog",
|
|
493
|
+
"registryItem": "dialog",
|
|
494
|
+
"maturity": "beta"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"id": "drawer",
|
|
498
|
+
"package": "@noe/ui",
|
|
499
|
+
"title": "Drawer",
|
|
500
|
+
"description": "Drawer — Overlays component. drawer provides overlays behavior with RTL, i18n and accessibility built-in.",
|
|
501
|
+
"category": "Overlays",
|
|
502
|
+
"status": "available",
|
|
503
|
+
"capabilityAliases": [
|
|
504
|
+
"drawer",
|
|
505
|
+
"drawer"
|
|
506
|
+
],
|
|
507
|
+
"searchTerms": [
|
|
508
|
+
"drawer",
|
|
509
|
+
"drawer",
|
|
510
|
+
"overlays"
|
|
511
|
+
],
|
|
512
|
+
"useWhen": [
|
|
513
|
+
"using drawer in Overlays"
|
|
514
|
+
],
|
|
515
|
+
"doNotUseWhen": [
|
|
516
|
+
"when drawer semantics do not match"
|
|
517
|
+
],
|
|
518
|
+
"alternatives": [],
|
|
519
|
+
"relatedPatterns": [],
|
|
520
|
+
"exportName": "Drawer",
|
|
521
|
+
"registryItem": "drawer",
|
|
522
|
+
"maturity": "beta"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"id": "menu",
|
|
526
|
+
"package": "@noe/ui",
|
|
527
|
+
"title": "Menu",
|
|
528
|
+
"description": "Menu — Overlays component. menu provides overlays behavior with RTL, i18n and accessibility built-in.",
|
|
529
|
+
"category": "Overlays",
|
|
530
|
+
"status": "available",
|
|
531
|
+
"capabilityAliases": [
|
|
532
|
+
"menu",
|
|
533
|
+
"menu"
|
|
534
|
+
],
|
|
535
|
+
"searchTerms": [
|
|
536
|
+
"menu",
|
|
537
|
+
"menu",
|
|
538
|
+
"overlays"
|
|
539
|
+
],
|
|
540
|
+
"useWhen": [
|
|
541
|
+
"using menu in Overlays"
|
|
542
|
+
],
|
|
543
|
+
"doNotUseWhen": [
|
|
544
|
+
"when menu semantics do not match"
|
|
545
|
+
],
|
|
546
|
+
"alternatives": [],
|
|
547
|
+
"relatedPatterns": [],
|
|
548
|
+
"exportName": "Menu",
|
|
549
|
+
"registryItem": "menu",
|
|
550
|
+
"maturity": "beta"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"id": "tooltip",
|
|
554
|
+
"package": "@noe/ui",
|
|
555
|
+
"title": "Tooltip",
|
|
556
|
+
"description": "Tooltip — Overlays component. tooltip provides overlays behavior with RTL, i18n and accessibility built-in.",
|
|
557
|
+
"category": "Overlays",
|
|
558
|
+
"status": "available",
|
|
559
|
+
"capabilityAliases": [
|
|
560
|
+
"tooltip",
|
|
561
|
+
"tooltip"
|
|
562
|
+
],
|
|
563
|
+
"searchTerms": [
|
|
564
|
+
"tooltip",
|
|
565
|
+
"tooltip",
|
|
566
|
+
"overlays"
|
|
567
|
+
],
|
|
568
|
+
"useWhen": [
|
|
569
|
+
"using tooltip in Overlays"
|
|
570
|
+
],
|
|
571
|
+
"doNotUseWhen": [
|
|
572
|
+
"when tooltip semantics do not match"
|
|
573
|
+
],
|
|
574
|
+
"alternatives": [],
|
|
575
|
+
"relatedPatterns": [],
|
|
576
|
+
"exportName": "Tooltip",
|
|
577
|
+
"registryItem": "tooltip",
|
|
578
|
+
"maturity": "beta"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"id": "tabs",
|
|
582
|
+
"package": "@noe/ui",
|
|
583
|
+
"title": "Tabs",
|
|
584
|
+
"description": "Tabs — Navigation component. tabs provides navigation behavior with RTL, i18n and accessibility built-in.",
|
|
585
|
+
"category": "Navigation",
|
|
586
|
+
"status": "available",
|
|
587
|
+
"capabilityAliases": [
|
|
588
|
+
"tabs",
|
|
589
|
+
"tabs"
|
|
590
|
+
],
|
|
591
|
+
"searchTerms": [
|
|
592
|
+
"tabs",
|
|
593
|
+
"tabs",
|
|
594
|
+
"navigation"
|
|
595
|
+
],
|
|
596
|
+
"useWhen": [
|
|
597
|
+
"using tabs in Navigation"
|
|
598
|
+
],
|
|
599
|
+
"doNotUseWhen": [
|
|
600
|
+
"when tabs semantics do not match"
|
|
601
|
+
],
|
|
602
|
+
"alternatives": [],
|
|
603
|
+
"relatedPatterns": [],
|
|
604
|
+
"exportName": "Tabs",
|
|
605
|
+
"registryItem": "tabs",
|
|
606
|
+
"maturity": "beta"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"id": "data-table",
|
|
610
|
+
"package": "@noe/data-ui",
|
|
611
|
+
"title": "Data Table",
|
|
612
|
+
"description": "Data Table — Data component. data-table provides data behavior with RTL, i18n and accessibility built-in.",
|
|
613
|
+
"category": "Data",
|
|
614
|
+
"status": "available",
|
|
615
|
+
"capabilityAliases": [
|
|
616
|
+
"data table",
|
|
617
|
+
"data-table"
|
|
618
|
+
],
|
|
619
|
+
"searchTerms": [
|
|
620
|
+
"data-table",
|
|
621
|
+
"data table",
|
|
622
|
+
"data"
|
|
623
|
+
],
|
|
624
|
+
"useWhen": [
|
|
625
|
+
"using data table in Data"
|
|
626
|
+
],
|
|
627
|
+
"doNotUseWhen": [
|
|
628
|
+
"when data table semantics do not match"
|
|
629
|
+
],
|
|
630
|
+
"alternatives": [],
|
|
631
|
+
"relatedPatterns": [],
|
|
632
|
+
"exportName": "DataTable",
|
|
633
|
+
"registryItem": "data-table",
|
|
634
|
+
"maturity": "beta"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"id": "metric-card",
|
|
638
|
+
"package": "@noe/data-ui",
|
|
639
|
+
"title": "Metric Card",
|
|
640
|
+
"description": "Metric Card — Data component. metric-card provides data behavior with RTL, i18n and accessibility built-in.",
|
|
641
|
+
"category": "Data",
|
|
642
|
+
"status": "available",
|
|
643
|
+
"capabilityAliases": [
|
|
644
|
+
"metric card",
|
|
645
|
+
"metric-card"
|
|
646
|
+
],
|
|
647
|
+
"searchTerms": [
|
|
648
|
+
"metric-card",
|
|
649
|
+
"metric card",
|
|
650
|
+
"data"
|
|
651
|
+
],
|
|
652
|
+
"useWhen": [
|
|
653
|
+
"using metric card in Data"
|
|
654
|
+
],
|
|
655
|
+
"doNotUseWhen": [
|
|
656
|
+
"when metric card semantics do not match"
|
|
657
|
+
],
|
|
658
|
+
"alternatives": [],
|
|
659
|
+
"relatedPatterns": [],
|
|
660
|
+
"exportName": "MetricCard",
|
|
661
|
+
"registryItem": "metric-card",
|
|
662
|
+
"maturity": "beta"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"id": "chart-frame",
|
|
666
|
+
"package": "@noe/data-ui",
|
|
667
|
+
"title": "Chart Frame",
|
|
668
|
+
"description": "Chart Frame — Data component. chart-frame provides data behavior with RTL, i18n and accessibility built-in.",
|
|
669
|
+
"category": "Data",
|
|
670
|
+
"status": "available",
|
|
671
|
+
"capabilityAliases": [
|
|
672
|
+
"chart frame",
|
|
673
|
+
"chart-frame"
|
|
674
|
+
],
|
|
675
|
+
"searchTerms": [
|
|
676
|
+
"chart-frame",
|
|
677
|
+
"chart frame",
|
|
678
|
+
"data"
|
|
679
|
+
],
|
|
680
|
+
"useWhen": [
|
|
681
|
+
"using chart frame in Data"
|
|
682
|
+
],
|
|
683
|
+
"doNotUseWhen": [
|
|
684
|
+
"when chart frame semantics do not match"
|
|
685
|
+
],
|
|
686
|
+
"alternatives": [],
|
|
687
|
+
"relatedPatterns": [],
|
|
688
|
+
"exportName": "ChartFrame",
|
|
689
|
+
"registryItem": "chart-frame",
|
|
690
|
+
"maturity": "beta"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"id": "agent-composer",
|
|
694
|
+
"package": "@noe/ai-ui",
|
|
695
|
+
"title": "Agent Composer",
|
|
696
|
+
"description": "Agent Composer — Agentic component. agent-composer provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
697
|
+
"category": "Agentic",
|
|
698
|
+
"status": "available",
|
|
699
|
+
"capabilityAliases": [
|
|
700
|
+
"agent composer",
|
|
701
|
+
"agent-composer"
|
|
702
|
+
],
|
|
703
|
+
"searchTerms": [
|
|
704
|
+
"agent-composer",
|
|
705
|
+
"agent composer",
|
|
706
|
+
"agentic"
|
|
707
|
+
],
|
|
708
|
+
"useWhen": [
|
|
709
|
+
"using agent composer in Agentic"
|
|
710
|
+
],
|
|
711
|
+
"doNotUseWhen": [
|
|
712
|
+
"when agent composer semantics do not match"
|
|
713
|
+
],
|
|
714
|
+
"alternatives": [],
|
|
715
|
+
"relatedPatterns": [],
|
|
716
|
+
"exportName": "AgentComposer",
|
|
717
|
+
"registryItem": "agent-composer",
|
|
718
|
+
"maturity": "beta"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"id": "agent-message",
|
|
722
|
+
"package": "@noe/ai-ui",
|
|
723
|
+
"title": "Agent Message",
|
|
724
|
+
"description": "Agent Message — Agentic component. agent-message provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
725
|
+
"category": "Agentic",
|
|
726
|
+
"status": "available",
|
|
727
|
+
"capabilityAliases": [
|
|
728
|
+
"agent message",
|
|
729
|
+
"agent-message"
|
|
730
|
+
],
|
|
731
|
+
"searchTerms": [
|
|
732
|
+
"agent-message",
|
|
733
|
+
"agent message",
|
|
734
|
+
"agentic"
|
|
735
|
+
],
|
|
736
|
+
"useWhen": [
|
|
737
|
+
"using agent message in Agentic"
|
|
738
|
+
],
|
|
739
|
+
"doNotUseWhen": [
|
|
740
|
+
"when agent message semantics do not match"
|
|
741
|
+
],
|
|
742
|
+
"alternatives": [],
|
|
743
|
+
"relatedPatterns": [],
|
|
744
|
+
"exportName": "AgentMessage",
|
|
745
|
+
"registryItem": "agent-message",
|
|
746
|
+
"maturity": "beta"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"id": "agent-plan",
|
|
750
|
+
"package": "@noe/ai-ui",
|
|
751
|
+
"title": "Agent Plan",
|
|
752
|
+
"description": "Agent Plan — Agentic component. agent-plan provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
753
|
+
"category": "Agentic",
|
|
754
|
+
"status": "available",
|
|
755
|
+
"capabilityAliases": [
|
|
756
|
+
"agent plan",
|
|
757
|
+
"agent-plan"
|
|
758
|
+
],
|
|
759
|
+
"searchTerms": [
|
|
760
|
+
"agent-plan",
|
|
761
|
+
"agent plan",
|
|
762
|
+
"agentic"
|
|
763
|
+
],
|
|
764
|
+
"useWhen": [
|
|
765
|
+
"using agent plan in Agentic"
|
|
766
|
+
],
|
|
767
|
+
"doNotUseWhen": [
|
|
768
|
+
"when agent plan semantics do not match"
|
|
769
|
+
],
|
|
770
|
+
"alternatives": [],
|
|
771
|
+
"relatedPatterns": [],
|
|
772
|
+
"exportName": "AgentPlan",
|
|
773
|
+
"registryItem": "agent-plan",
|
|
774
|
+
"maturity": "beta"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"id": "run-inspector",
|
|
778
|
+
"package": "@noe/ai-ui",
|
|
779
|
+
"title": "Run Inspector",
|
|
780
|
+
"description": "Run Inspector — Agentic component. run-inspector provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
781
|
+
"category": "Agentic",
|
|
782
|
+
"status": "available",
|
|
783
|
+
"capabilityAliases": [
|
|
784
|
+
"run inspector",
|
|
785
|
+
"run-inspector"
|
|
786
|
+
],
|
|
787
|
+
"searchTerms": [
|
|
788
|
+
"run-inspector",
|
|
789
|
+
"run inspector",
|
|
790
|
+
"agentic"
|
|
791
|
+
],
|
|
792
|
+
"useWhen": [
|
|
793
|
+
"using run inspector in Agentic"
|
|
794
|
+
],
|
|
795
|
+
"doNotUseWhen": [
|
|
796
|
+
"when run inspector semantics do not match"
|
|
797
|
+
],
|
|
798
|
+
"alternatives": [],
|
|
799
|
+
"relatedPatterns": [],
|
|
800
|
+
"exportName": "RunInspector",
|
|
801
|
+
"registryItem": "run-inspector",
|
|
802
|
+
"maturity": "beta"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"id": "tool-call",
|
|
806
|
+
"package": "@noe/ai-ui",
|
|
807
|
+
"title": "Tool Call",
|
|
808
|
+
"description": "Tool Call — Agentic component. tool-call provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
809
|
+
"category": "Agentic",
|
|
810
|
+
"status": "available",
|
|
811
|
+
"capabilityAliases": [
|
|
812
|
+
"tool call",
|
|
813
|
+
"tool-call"
|
|
814
|
+
],
|
|
815
|
+
"searchTerms": [
|
|
816
|
+
"tool-call",
|
|
817
|
+
"tool call",
|
|
818
|
+
"agentic"
|
|
819
|
+
],
|
|
820
|
+
"useWhen": [
|
|
821
|
+
"using tool call in Agentic"
|
|
822
|
+
],
|
|
823
|
+
"doNotUseWhen": [
|
|
824
|
+
"when tool call semantics do not match"
|
|
825
|
+
],
|
|
826
|
+
"alternatives": [],
|
|
827
|
+
"relatedPatterns": [],
|
|
828
|
+
"exportName": "ToolCall",
|
|
829
|
+
"registryItem": "tool-call",
|
|
830
|
+
"maturity": "beta"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"id": "approval-request",
|
|
834
|
+
"package": "@noe/ai-ui",
|
|
835
|
+
"title": "Approval Request",
|
|
836
|
+
"description": "Approval Request — Agentic component. approval-request provides agentic behavior with RTL, i18n and accessibility built-in.",
|
|
837
|
+
"category": "Agentic",
|
|
838
|
+
"status": "available",
|
|
839
|
+
"capabilityAliases": [
|
|
840
|
+
"approval request",
|
|
841
|
+
"approval-request"
|
|
842
|
+
],
|
|
843
|
+
"searchTerms": [
|
|
844
|
+
"approval-request",
|
|
845
|
+
"approval request",
|
|
846
|
+
"agentic"
|
|
847
|
+
],
|
|
848
|
+
"useWhen": [
|
|
849
|
+
"using approval request in Agentic"
|
|
850
|
+
],
|
|
851
|
+
"doNotUseWhen": [
|
|
852
|
+
"when approval request semantics do not match"
|
|
853
|
+
],
|
|
854
|
+
"alternatives": [],
|
|
855
|
+
"relatedPatterns": [],
|
|
856
|
+
"exportName": "ApprovalRequest",
|
|
857
|
+
"registryItem": "approval-request",
|
|
858
|
+
"maturity": "beta"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"id": "workflow-canvas",
|
|
862
|
+
"package": "@noe/workflow-ui",
|
|
863
|
+
"title": "Workflow Canvas",
|
|
864
|
+
"description": "Workflow Canvas — Workflow component. workflow-canvas provides workflow behavior with RTL, i18n and accessibility built-in.",
|
|
865
|
+
"category": "Workflow",
|
|
866
|
+
"status": "available",
|
|
867
|
+
"capabilityAliases": [
|
|
868
|
+
"workflow canvas",
|
|
869
|
+
"workflow-canvas"
|
|
870
|
+
],
|
|
871
|
+
"searchTerms": [
|
|
872
|
+
"workflow-canvas",
|
|
873
|
+
"workflow canvas",
|
|
874
|
+
"workflow"
|
|
875
|
+
],
|
|
876
|
+
"useWhen": [
|
|
877
|
+
"using workflow canvas in Workflow"
|
|
878
|
+
],
|
|
879
|
+
"doNotUseWhen": [
|
|
880
|
+
"when workflow canvas semantics do not match"
|
|
881
|
+
],
|
|
882
|
+
"alternatives": [],
|
|
883
|
+
"relatedPatterns": [],
|
|
884
|
+
"exportName": "WorkflowCanvas",
|
|
885
|
+
"registryItem": "workflow-canvas",
|
|
886
|
+
"maturity": "beta"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"id": "workflow-node",
|
|
890
|
+
"package": "@noe/workflow-ui",
|
|
891
|
+
"title": "Workflow Node",
|
|
892
|
+
"description": "Workflow Node — Workflow component. workflow-node provides workflow behavior with RTL, i18n and accessibility built-in.",
|
|
893
|
+
"category": "Workflow",
|
|
894
|
+
"status": "available",
|
|
895
|
+
"capabilityAliases": [
|
|
896
|
+
"workflow node",
|
|
897
|
+
"workflow-node"
|
|
898
|
+
],
|
|
899
|
+
"searchTerms": [
|
|
900
|
+
"workflow-node",
|
|
901
|
+
"workflow node",
|
|
902
|
+
"workflow"
|
|
903
|
+
],
|
|
904
|
+
"useWhen": [
|
|
905
|
+
"using workflow node in Workflow"
|
|
906
|
+
],
|
|
907
|
+
"doNotUseWhen": [
|
|
908
|
+
"when workflow node semantics do not match"
|
|
909
|
+
],
|
|
910
|
+
"alternatives": [],
|
|
911
|
+
"relatedPatterns": [],
|
|
912
|
+
"exportName": "WorkflowNode",
|
|
913
|
+
"registryItem": "workflow-node",
|
|
914
|
+
"maturity": "beta"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"id": "page-header",
|
|
918
|
+
"package": "@noe/ui",
|
|
919
|
+
"title": "Page Header",
|
|
920
|
+
"description": "Page Header — Patterns / Application component. page-header provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
921
|
+
"category": "Patterns / Application",
|
|
922
|
+
"status": "available",
|
|
923
|
+
"capabilityAliases": [
|
|
924
|
+
"page header",
|
|
925
|
+
"page-header"
|
|
926
|
+
],
|
|
927
|
+
"searchTerms": [
|
|
928
|
+
"page-header",
|
|
929
|
+
"page header",
|
|
930
|
+
"application"
|
|
931
|
+
],
|
|
932
|
+
"useWhen": [
|
|
933
|
+
"using page header in Patterns / Application"
|
|
934
|
+
],
|
|
935
|
+
"doNotUseWhen": [
|
|
936
|
+
"when page header semantics do not match"
|
|
937
|
+
],
|
|
938
|
+
"alternatives": [],
|
|
939
|
+
"relatedPatterns": [],
|
|
940
|
+
"exportName": "PageHeader",
|
|
941
|
+
"registryItem": "page-header",
|
|
942
|
+
"maturity": "beta"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"id": "sidebar-navigation",
|
|
946
|
+
"package": "@noe/ui",
|
|
947
|
+
"title": "Sidebar Navigation",
|
|
948
|
+
"description": "Sidebar Navigation — Patterns / Application component. sidebar-navigation provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
949
|
+
"category": "Patterns / Application",
|
|
950
|
+
"status": "available",
|
|
951
|
+
"capabilityAliases": [
|
|
952
|
+
"sidebar navigation",
|
|
953
|
+
"sidebar-navigation"
|
|
954
|
+
],
|
|
955
|
+
"searchTerms": [
|
|
956
|
+
"sidebar-navigation",
|
|
957
|
+
"sidebar navigation",
|
|
958
|
+
"application"
|
|
959
|
+
],
|
|
960
|
+
"useWhen": [
|
|
961
|
+
"using sidebar navigation in Patterns / Application"
|
|
962
|
+
],
|
|
963
|
+
"doNotUseWhen": [
|
|
964
|
+
"when sidebar navigation semantics do not match"
|
|
965
|
+
],
|
|
966
|
+
"alternatives": [],
|
|
967
|
+
"relatedPatterns": [],
|
|
968
|
+
"exportName": "SidebarNavigation",
|
|
969
|
+
"registryItem": "sidebar-navigation",
|
|
970
|
+
"maturity": "beta"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"id": "agent-workspace",
|
|
974
|
+
"package": "@noe/ai-ui",
|
|
975
|
+
"title": "Agent Workspace",
|
|
976
|
+
"description": "Agent Workspace — Patterns / Pages component. agent-workspace provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
977
|
+
"category": "Patterns / Pages",
|
|
978
|
+
"status": "available",
|
|
979
|
+
"capabilityAliases": [
|
|
980
|
+
"agent workspace",
|
|
981
|
+
"agent-workspace"
|
|
982
|
+
],
|
|
983
|
+
"searchTerms": [
|
|
984
|
+
"agent-workspace",
|
|
985
|
+
"agent workspace",
|
|
986
|
+
"pages"
|
|
987
|
+
],
|
|
988
|
+
"useWhen": [
|
|
989
|
+
"using agent workspace in Patterns / Pages"
|
|
990
|
+
],
|
|
991
|
+
"doNotUseWhen": [
|
|
992
|
+
"when agent workspace semantics do not match"
|
|
993
|
+
],
|
|
994
|
+
"alternatives": [],
|
|
995
|
+
"relatedPatterns": [],
|
|
996
|
+
"exportName": "AgentWorkspace",
|
|
997
|
+
"registryItem": "agent-workspace",
|
|
998
|
+
"maturity": "beta"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"id": "section-header",
|
|
1002
|
+
"package": "@noe/ui",
|
|
1003
|
+
"title": "Section Header",
|
|
1004
|
+
"description": "Section Header — Patterns / Application component. section-header provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
1005
|
+
"category": "Patterns / Application",
|
|
1006
|
+
"status": "available",
|
|
1007
|
+
"capabilityAliases": [
|
|
1008
|
+
"section header",
|
|
1009
|
+
"section-header"
|
|
1010
|
+
],
|
|
1011
|
+
"searchTerms": [
|
|
1012
|
+
"section-header",
|
|
1013
|
+
"section header",
|
|
1014
|
+
"application"
|
|
1015
|
+
],
|
|
1016
|
+
"useWhen": [
|
|
1017
|
+
"using section header in Patterns / Application"
|
|
1018
|
+
],
|
|
1019
|
+
"doNotUseWhen": [
|
|
1020
|
+
"when section header semantics do not match"
|
|
1021
|
+
],
|
|
1022
|
+
"alternatives": [],
|
|
1023
|
+
"relatedPatterns": [],
|
|
1024
|
+
"exportName": "SectionHeader",
|
|
1025
|
+
"registryItem": "section-header",
|
|
1026
|
+
"maturity": "beta"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"id": "filter-bar",
|
|
1030
|
+
"package": "@noe/data-ui",
|
|
1031
|
+
"title": "Filter Bar",
|
|
1032
|
+
"description": "Filter Bar — Patterns / Data component. filter-bar provides patterns / data behavior with RTL, i18n and accessibility built-in.",
|
|
1033
|
+
"category": "Patterns / Data",
|
|
1034
|
+
"status": "available",
|
|
1035
|
+
"capabilityAliases": [
|
|
1036
|
+
"filter bar",
|
|
1037
|
+
"filter-bar"
|
|
1038
|
+
],
|
|
1039
|
+
"searchTerms": [
|
|
1040
|
+
"filter-bar",
|
|
1041
|
+
"filter bar",
|
|
1042
|
+
"data"
|
|
1043
|
+
],
|
|
1044
|
+
"useWhen": [
|
|
1045
|
+
"using filter bar in Patterns / Data"
|
|
1046
|
+
],
|
|
1047
|
+
"doNotUseWhen": [
|
|
1048
|
+
"when filter bar semantics do not match"
|
|
1049
|
+
],
|
|
1050
|
+
"alternatives": [],
|
|
1051
|
+
"relatedPatterns": [],
|
|
1052
|
+
"exportName": "FilterBar",
|
|
1053
|
+
"registryItem": "filter-bar",
|
|
1054
|
+
"maturity": "beta"
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"id": "pagination",
|
|
1058
|
+
"package": "@noe/data-ui",
|
|
1059
|
+
"title": "Pagination",
|
|
1060
|
+
"description": "Accessible pagination contract with localized previous/next labels, live status region and disabled boundary states for data tables.",
|
|
1061
|
+
"category": "Patterns / Data",
|
|
1062
|
+
"status": "available",
|
|
1063
|
+
"capabilityAliases": [
|
|
1064
|
+
"responsive metric card pagination",
|
|
1065
|
+
"empty data table with filters pagination",
|
|
1066
|
+
"table pagination"
|
|
1067
|
+
],
|
|
1068
|
+
"searchTerms": [
|
|
1069
|
+
"pagination",
|
|
1070
|
+
"page navigation",
|
|
1071
|
+
"data table paging"
|
|
1072
|
+
],
|
|
1073
|
+
"useWhen": [
|
|
1074
|
+
"paging through data table results",
|
|
1075
|
+
"server-side pagination"
|
|
1076
|
+
],
|
|
1077
|
+
"doNotUseWhen": [
|
|
1078
|
+
"infinite scroll",
|
|
1079
|
+
"tiny static lists"
|
|
1080
|
+
],
|
|
1081
|
+
"alternatives": [
|
|
1082
|
+
"FilterBar"
|
|
1083
|
+
],
|
|
1084
|
+
"relatedPatterns": [
|
|
1085
|
+
"data-table",
|
|
1086
|
+
"filter-bar"
|
|
1087
|
+
],
|
|
1088
|
+
"exportName": "Pagination",
|
|
1089
|
+
"registryItem": "pagination",
|
|
1090
|
+
"maturity": "beta"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"id": "activity-feed",
|
|
1094
|
+
"package": "@noe/ai-ui",
|
|
1095
|
+
"title": "Activity Feed",
|
|
1096
|
+
"description": "Activity Feed — Patterns / Application component. activity-feed provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
1097
|
+
"category": "Patterns / Application",
|
|
1098
|
+
"status": "available",
|
|
1099
|
+
"capabilityAliases": [
|
|
1100
|
+
"activity feed",
|
|
1101
|
+
"activity-feed"
|
|
1102
|
+
],
|
|
1103
|
+
"searchTerms": [
|
|
1104
|
+
"activity-feed",
|
|
1105
|
+
"activity feed",
|
|
1106
|
+
"application"
|
|
1107
|
+
],
|
|
1108
|
+
"useWhen": [
|
|
1109
|
+
"using activity feed in Patterns / Application"
|
|
1110
|
+
],
|
|
1111
|
+
"doNotUseWhen": [
|
|
1112
|
+
"when activity feed semantics do not match"
|
|
1113
|
+
],
|
|
1114
|
+
"alternatives": [],
|
|
1115
|
+
"relatedPatterns": [],
|
|
1116
|
+
"exportName": "ActivityFeed",
|
|
1117
|
+
"registryItem": "activity-feed",
|
|
1118
|
+
"maturity": "beta"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"id": "sign-in-form",
|
|
1122
|
+
"package": "@noe/ui",
|
|
1123
|
+
"title": "Sign In Form",
|
|
1124
|
+
"description": "Sign In Form — Patterns / Pages component. sign-in-form provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1125
|
+
"category": "Patterns / Pages",
|
|
1126
|
+
"status": "available",
|
|
1127
|
+
"capabilityAliases": [
|
|
1128
|
+
"sign in form",
|
|
1129
|
+
"sign-in-form"
|
|
1130
|
+
],
|
|
1131
|
+
"searchTerms": [
|
|
1132
|
+
"sign-in-form",
|
|
1133
|
+
"sign in form",
|
|
1134
|
+
"pages"
|
|
1135
|
+
],
|
|
1136
|
+
"useWhen": [
|
|
1137
|
+
"using sign in form in Patterns / Pages"
|
|
1138
|
+
],
|
|
1139
|
+
"doNotUseWhen": [
|
|
1140
|
+
"when sign in form semantics do not match"
|
|
1141
|
+
],
|
|
1142
|
+
"alternatives": [],
|
|
1143
|
+
"relatedPatterns": [],
|
|
1144
|
+
"exportName": "SignInForm",
|
|
1145
|
+
"registryItem": "sign-in-form",
|
|
1146
|
+
"maturity": "beta"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"id": "header-navigation",
|
|
1150
|
+
"package": "@noe/ui",
|
|
1151
|
+
"title": "Header Navigation",
|
|
1152
|
+
"description": "Header Navigation — Patterns / Application component. header-navigation provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
1153
|
+
"category": "Patterns / Application",
|
|
1154
|
+
"status": "available",
|
|
1155
|
+
"capabilityAliases": [
|
|
1156
|
+
"header navigation",
|
|
1157
|
+
"header-navigation"
|
|
1158
|
+
],
|
|
1159
|
+
"searchTerms": [
|
|
1160
|
+
"header-navigation",
|
|
1161
|
+
"header navigation",
|
|
1162
|
+
"application"
|
|
1163
|
+
],
|
|
1164
|
+
"useWhen": [
|
|
1165
|
+
"using header navigation in Patterns / Application"
|
|
1166
|
+
],
|
|
1167
|
+
"doNotUseWhen": [
|
|
1168
|
+
"when header navigation semantics do not match"
|
|
1169
|
+
],
|
|
1170
|
+
"alternatives": [],
|
|
1171
|
+
"relatedPatterns": [],
|
|
1172
|
+
"exportName": "HeaderNavigation",
|
|
1173
|
+
"registryItem": "header-navigation",
|
|
1174
|
+
"maturity": "beta"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"id": "app-frame",
|
|
1178
|
+
"package": "@noe/ui",
|
|
1179
|
+
"title": "App Frame",
|
|
1180
|
+
"description": "App Frame — Patterns / Pages component. app-frame provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1181
|
+
"category": "Patterns / Pages",
|
|
1182
|
+
"status": "available",
|
|
1183
|
+
"capabilityAliases": [
|
|
1184
|
+
"app frame",
|
|
1185
|
+
"app-frame"
|
|
1186
|
+
],
|
|
1187
|
+
"searchTerms": [
|
|
1188
|
+
"app-frame",
|
|
1189
|
+
"app frame",
|
|
1190
|
+
"pages"
|
|
1191
|
+
],
|
|
1192
|
+
"useWhen": [
|
|
1193
|
+
"using app frame in Patterns / Pages"
|
|
1194
|
+
],
|
|
1195
|
+
"doNotUseWhen": [
|
|
1196
|
+
"when app frame semantics do not match"
|
|
1197
|
+
],
|
|
1198
|
+
"alternatives": [],
|
|
1199
|
+
"relatedPatterns": [],
|
|
1200
|
+
"exportName": "AppFrame",
|
|
1201
|
+
"registryItem": "app-frame",
|
|
1202
|
+
"maturity": "beta"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"id": "bottom-navigation",
|
|
1206
|
+
"package": "@noe/ui",
|
|
1207
|
+
"title": "Bottom Navigation",
|
|
1208
|
+
"description": "Bottom Navigation — Patterns / Application component. bottom-navigation provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
1209
|
+
"category": "Patterns / Application",
|
|
1210
|
+
"status": "available",
|
|
1211
|
+
"capabilityAliases": [
|
|
1212
|
+
"bottom navigation",
|
|
1213
|
+
"bottom-navigation"
|
|
1214
|
+
],
|
|
1215
|
+
"searchTerms": [
|
|
1216
|
+
"bottom-navigation",
|
|
1217
|
+
"bottom navigation",
|
|
1218
|
+
"application"
|
|
1219
|
+
],
|
|
1220
|
+
"useWhen": [
|
|
1221
|
+
"using bottom navigation in Patterns / Application"
|
|
1222
|
+
],
|
|
1223
|
+
"doNotUseWhen": [
|
|
1224
|
+
"when bottom navigation semantics do not match"
|
|
1225
|
+
],
|
|
1226
|
+
"alternatives": [],
|
|
1227
|
+
"relatedPatterns": [],
|
|
1228
|
+
"exportName": "BottomNavigation",
|
|
1229
|
+
"registryItem": "bottom-navigation",
|
|
1230
|
+
"maturity": "beta"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"id": "dashboard-shell",
|
|
1234
|
+
"package": "@noe/data-ui",
|
|
1235
|
+
"title": "Dashboard Shell",
|
|
1236
|
+
"description": "Dashboard Shell — Patterns / Pages component. dashboard-shell provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1237
|
+
"category": "Patterns / Pages",
|
|
1238
|
+
"status": "available",
|
|
1239
|
+
"capabilityAliases": [
|
|
1240
|
+
"dashboard shell",
|
|
1241
|
+
"dashboard-shell"
|
|
1242
|
+
],
|
|
1243
|
+
"searchTerms": [
|
|
1244
|
+
"dashboard-shell",
|
|
1245
|
+
"dashboard shell",
|
|
1246
|
+
"pages"
|
|
1247
|
+
],
|
|
1248
|
+
"useWhen": [
|
|
1249
|
+
"using dashboard shell in Patterns / Pages"
|
|
1250
|
+
],
|
|
1251
|
+
"doNotUseWhen": [
|
|
1252
|
+
"when dashboard shell semantics do not match"
|
|
1253
|
+
],
|
|
1254
|
+
"alternatives": [],
|
|
1255
|
+
"relatedPatterns": [],
|
|
1256
|
+
"exportName": "DashboardShell",
|
|
1257
|
+
"registryItem": "dashboard-shell",
|
|
1258
|
+
"maturity": "beta"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"id": "settings-page",
|
|
1262
|
+
"package": "@noe/ui",
|
|
1263
|
+
"title": "Settings Page",
|
|
1264
|
+
"description": "Settings Page — Patterns / Pages component. settings-page provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1265
|
+
"category": "Patterns / Pages",
|
|
1266
|
+
"status": "available",
|
|
1267
|
+
"capabilityAliases": [
|
|
1268
|
+
"settings page",
|
|
1269
|
+
"settings-page"
|
|
1270
|
+
],
|
|
1271
|
+
"searchTerms": [
|
|
1272
|
+
"settings-page",
|
|
1273
|
+
"settings page",
|
|
1274
|
+
"pages"
|
|
1275
|
+
],
|
|
1276
|
+
"useWhen": [
|
|
1277
|
+
"using settings page in Patterns / Pages"
|
|
1278
|
+
],
|
|
1279
|
+
"doNotUseWhen": [
|
|
1280
|
+
"when settings page semantics do not match"
|
|
1281
|
+
],
|
|
1282
|
+
"alternatives": [],
|
|
1283
|
+
"relatedPatterns": [],
|
|
1284
|
+
"exportName": "SettingsPage",
|
|
1285
|
+
"registryItem": "settings-page",
|
|
1286
|
+
"maturity": "beta"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"id": "data-list",
|
|
1290
|
+
"package": "@noe/ui",
|
|
1291
|
+
"title": "Data List",
|
|
1292
|
+
"description": "Data List — Patterns / Mobile component. data-list provides patterns / mobile behavior with RTL, i18n and accessibility built-in.",
|
|
1293
|
+
"category": "Patterns / Mobile",
|
|
1294
|
+
"status": "available",
|
|
1295
|
+
"capabilityAliases": [
|
|
1296
|
+
"data list",
|
|
1297
|
+
"data-list"
|
|
1298
|
+
],
|
|
1299
|
+
"searchTerms": [
|
|
1300
|
+
"data-list",
|
|
1301
|
+
"data list",
|
|
1302
|
+
"mobile"
|
|
1303
|
+
],
|
|
1304
|
+
"useWhen": [
|
|
1305
|
+
"using data list in Patterns / Mobile"
|
|
1306
|
+
],
|
|
1307
|
+
"doNotUseWhen": [
|
|
1308
|
+
"when data list semantics do not match"
|
|
1309
|
+
],
|
|
1310
|
+
"alternatives": [],
|
|
1311
|
+
"relatedPatterns": [],
|
|
1312
|
+
"exportName": "DataList",
|
|
1313
|
+
"registryItem": "data-list",
|
|
1314
|
+
"maturity": "beta"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"id": "fab",
|
|
1318
|
+
"package": "@noe/ui",
|
|
1319
|
+
"title": "Fab",
|
|
1320
|
+
"description": "Mobile-only floating action button anchored to logical end edge above bottom navigation with safe-area padding.",
|
|
1321
|
+
"category": "Patterns / Mobile",
|
|
1322
|
+
"status": "available",
|
|
1323
|
+
"capabilityAliases": [
|
|
1324
|
+
"floating action button",
|
|
1325
|
+
"mobile fab",
|
|
1326
|
+
"quick action"
|
|
1327
|
+
],
|
|
1328
|
+
"searchTerms": [
|
|
1329
|
+
"fab",
|
|
1330
|
+
"floating action",
|
|
1331
|
+
"mobile"
|
|
1332
|
+
],
|
|
1333
|
+
"useWhen": [
|
|
1334
|
+
"primary mobile action above bottom nav"
|
|
1335
|
+
],
|
|
1336
|
+
"doNotUseWhen": [
|
|
1337
|
+
"desktop primary action (use Button)",
|
|
1338
|
+
"multiple FABs per screen"
|
|
1339
|
+
],
|
|
1340
|
+
"alternatives": [
|
|
1341
|
+
"Button"
|
|
1342
|
+
],
|
|
1343
|
+
"relatedPatterns": [
|
|
1344
|
+
"bottom-navigation",
|
|
1345
|
+
"mobile-screen"
|
|
1346
|
+
],
|
|
1347
|
+
"exportName": "Fab",
|
|
1348
|
+
"registryItem": "fab",
|
|
1349
|
+
"maturity": "beta"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"id": "mobile-screen",
|
|
1353
|
+
"package": "@noe/ui",
|
|
1354
|
+
"title": "Mobile Screen",
|
|
1355
|
+
"description": "Mobile Screen — Patterns / Pages component. mobile-screen provides patterns / pages behavior with RTL, i18n and accessibility built-in.",
|
|
1356
|
+
"category": "Patterns / Pages",
|
|
1357
|
+
"status": "available",
|
|
1358
|
+
"capabilityAliases": [
|
|
1359
|
+
"mobile screen",
|
|
1360
|
+
"mobile-screen"
|
|
1361
|
+
],
|
|
1362
|
+
"searchTerms": [
|
|
1363
|
+
"mobile-screen",
|
|
1364
|
+
"mobile screen",
|
|
1365
|
+
"pages"
|
|
1366
|
+
],
|
|
1367
|
+
"useWhen": [
|
|
1368
|
+
"using mobile screen in Patterns / Pages"
|
|
1369
|
+
],
|
|
1370
|
+
"doNotUseWhen": [
|
|
1371
|
+
"when mobile screen semantics do not match"
|
|
1372
|
+
],
|
|
1373
|
+
"alternatives": [],
|
|
1374
|
+
"relatedPatterns": [],
|
|
1375
|
+
"exportName": "MobileScreen",
|
|
1376
|
+
"registryItem": "mobile-screen",
|
|
1377
|
+
"maturity": "beta"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"id": "featured-icon",
|
|
1381
|
+
"package": "@noe/ui",
|
|
1382
|
+
"title": "Featured Icon",
|
|
1383
|
+
"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.",
|
|
1384
|
+
"category": "Foundations / Icons",
|
|
1385
|
+
"status": "available",
|
|
1386
|
+
"capabilityAliases": [
|
|
1387
|
+
"featured icon",
|
|
1388
|
+
"feature highlight icon",
|
|
1389
|
+
"empty state icon",
|
|
1390
|
+
"marketing icon badge"
|
|
1391
|
+
],
|
|
1392
|
+
"searchTerms": [
|
|
1393
|
+
"featured icon",
|
|
1394
|
+
"highlight",
|
|
1395
|
+
"empty state",
|
|
1396
|
+
"marketing"
|
|
1397
|
+
],
|
|
1398
|
+
"useWhen": [
|
|
1399
|
+
"highlighting a feature or empty state",
|
|
1400
|
+
"marketing feature sections"
|
|
1401
|
+
],
|
|
1402
|
+
"doNotUseWhen": [
|
|
1403
|
+
"inline text icon (use ChevronIcon)",
|
|
1404
|
+
"replacing Button icon slot"
|
|
1405
|
+
],
|
|
1406
|
+
"alternatives": [
|
|
1407
|
+
"Badge",
|
|
1408
|
+
"Card"
|
|
1409
|
+
],
|
|
1410
|
+
"relatedPatterns": [
|
|
1411
|
+
"empty-state",
|
|
1412
|
+
"card"
|
|
1413
|
+
],
|
|
1414
|
+
"exportName": "FeaturedIcon",
|
|
1415
|
+
"registryItem": "featured-icon",
|
|
1416
|
+
"maturity": "beta"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"id": "utility-button",
|
|
1420
|
+
"package": "@noe/ui",
|
|
1421
|
+
"title": "Utility Button",
|
|
1422
|
+
"description": "Compact toolbar/icon button composing canonical Button. For row actions, toolbar utilities and dense controls; not a second Button primitive.",
|
|
1423
|
+
"category": "Primitives / Actions",
|
|
1424
|
+
"status": "available",
|
|
1425
|
+
"capabilityAliases": [
|
|
1426
|
+
"utility button",
|
|
1427
|
+
"icon button",
|
|
1428
|
+
"toolbar button",
|
|
1429
|
+
"row action"
|
|
1430
|
+
],
|
|
1431
|
+
"searchTerms": [
|
|
1432
|
+
"utility button",
|
|
1433
|
+
"icon button",
|
|
1434
|
+
"toolbar",
|
|
1435
|
+
"ghost button"
|
|
1436
|
+
],
|
|
1437
|
+
"useWhen": [
|
|
1438
|
+
"toolbar or table row actions",
|
|
1439
|
+
"dense icon-only controls with tooltip"
|
|
1440
|
+
],
|
|
1441
|
+
"doNotUseWhen": [
|
|
1442
|
+
"primary form submission",
|
|
1443
|
+
"destructive confirmation without accessible name"
|
|
1444
|
+
],
|
|
1445
|
+
"alternatives": [
|
|
1446
|
+
"Button",
|
|
1447
|
+
"Fab"
|
|
1448
|
+
],
|
|
1449
|
+
"relatedPatterns": [
|
|
1450
|
+
"button",
|
|
1451
|
+
"fab"
|
|
1452
|
+
],
|
|
1453
|
+
"exportName": "UtilityButton",
|
|
1454
|
+
"registryItem": "utility-button",
|
|
1455
|
+
"maturity": "beta"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"id": "context-menu",
|
|
1459
|
+
"package": "@noe/ui",
|
|
1460
|
+
"title": "Context Menu",
|
|
1461
|
+
"description": "Right-click and keyboard (Shift+F10) menu using Base UI Menu with logical placement and portal dir propagation. Shares foundation with Dropdown/Menu.",
|
|
1462
|
+
"category": "Overlays",
|
|
1463
|
+
"status": "available",
|
|
1464
|
+
"capabilityAliases": [
|
|
1465
|
+
"context menu",
|
|
1466
|
+
"right click menu",
|
|
1467
|
+
"contextual actions"
|
|
1468
|
+
],
|
|
1469
|
+
"searchTerms": [
|
|
1470
|
+
"context menu",
|
|
1471
|
+
"right click",
|
|
1472
|
+
"contextual"
|
|
1473
|
+
],
|
|
1474
|
+
"useWhen": [
|
|
1475
|
+
"contextual actions on right-click or keyboard menu key",
|
|
1476
|
+
"table row or canvas context actions"
|
|
1477
|
+
],
|
|
1478
|
+
"doNotUseWhen": [
|
|
1479
|
+
"primary navigation (use Sidebar/Header)",
|
|
1480
|
+
"form select (use Select)"
|
|
1481
|
+
],
|
|
1482
|
+
"alternatives": [
|
|
1483
|
+
"Dropdown",
|
|
1484
|
+
"Menu"
|
|
1485
|
+
],
|
|
1486
|
+
"relatedPatterns": [
|
|
1487
|
+
"menu",
|
|
1488
|
+
"dropdown"
|
|
1489
|
+
],
|
|
1490
|
+
"exportName": "ContextMenu",
|
|
1491
|
+
"registryItem": "context-menu",
|
|
1492
|
+
"maturity": "beta"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"id": "dropdown",
|
|
1496
|
+
"package": "@noe/ui",
|
|
1497
|
+
"title": "Dropdown",
|
|
1498
|
+
"description": "Disclosure menu triggered by button, sharing Menu/Select overlay foundation with logical start alignment. For action lists, not form value selection.",
|
|
1499
|
+
"category": "Overlays",
|
|
1500
|
+
"status": "available",
|
|
1501
|
+
"capabilityAliases": [
|
|
1502
|
+
"dropdown menu",
|
|
1503
|
+
"action dropdown",
|
|
1504
|
+
"menu dropdown"
|
|
1505
|
+
],
|
|
1506
|
+
"searchTerms": [
|
|
1507
|
+
"dropdown",
|
|
1508
|
+
"disclosure",
|
|
1509
|
+
"action menu"
|
|
1510
|
+
],
|
|
1511
|
+
"useWhen": [
|
|
1512
|
+
"action list triggered by button",
|
|
1513
|
+
"toolbar overflow menu"
|
|
1514
|
+
],
|
|
1515
|
+
"doNotUseWhen": [
|
|
1516
|
+
"form value selection (use Select)",
|
|
1517
|
+
"contextual right-click (use ContextMenu)"
|
|
1518
|
+
],
|
|
1519
|
+
"alternatives": [
|
|
1520
|
+
"ContextMenu",
|
|
1521
|
+
"Select",
|
|
1522
|
+
"Menu"
|
|
1523
|
+
],
|
|
1524
|
+
"relatedPatterns": [
|
|
1525
|
+
"menu",
|
|
1526
|
+
"context-menu"
|
|
1527
|
+
],
|
|
1528
|
+
"exportName": "Dropdown",
|
|
1529
|
+
"registryItem": "dropdown",
|
|
1530
|
+
"maturity": "beta"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"id": "login-page",
|
|
1534
|
+
"package": "@noe/ui",
|
|
1535
|
+
"title": "Login Page",
|
|
1536
|
+
"description": "Shared authentication page composition with branding, title, form (SignInForm) and footer, responsive two-column layout.",
|
|
1537
|
+
"category": "Shared / Auth",
|
|
1538
|
+
"status": "available",
|
|
1539
|
+
"capabilityAliases": [
|
|
1540
|
+
"log in page",
|
|
1541
|
+
"sign in page",
|
|
1542
|
+
"authentication page",
|
|
1543
|
+
"shared auth"
|
|
1544
|
+
],
|
|
1545
|
+
"searchTerms": [
|
|
1546
|
+
"login",
|
|
1547
|
+
"sign in",
|
|
1548
|
+
"authentication",
|
|
1549
|
+
"auth page"
|
|
1550
|
+
],
|
|
1551
|
+
"useWhen": [
|
|
1552
|
+
"rendering a login page as composition of primitives"
|
|
1553
|
+
],
|
|
1554
|
+
"doNotUseWhen": [
|
|
1555
|
+
"inline form without page chrome (use SignInForm)"
|
|
1556
|
+
],
|
|
1557
|
+
"alternatives": [
|
|
1558
|
+
"SignInForm"
|
|
1559
|
+
],
|
|
1560
|
+
"relatedPatterns": [
|
|
1561
|
+
"sign-in-form",
|
|
1562
|
+
"app-frame"
|
|
1563
|
+
],
|
|
1564
|
+
"exportName": "LoginPage",
|
|
1565
|
+
"registryItem": "login-page",
|
|
1566
|
+
"maturity": "beta"
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"id": "not-found",
|
|
1570
|
+
"package": "@noe/ui",
|
|
1571
|
+
"title": "Not Found",
|
|
1572
|
+
"description": "404 not-found section with code, title, description and action, tokenized and RTL-safe.",
|
|
1573
|
+
"category": "Shared / Auth",
|
|
1574
|
+
"status": "available",
|
|
1575
|
+
"capabilityAliases": [
|
|
1576
|
+
"404 page",
|
|
1577
|
+
"not found",
|
|
1578
|
+
"404 section"
|
|
1579
|
+
],
|
|
1580
|
+
"searchTerms": [
|
|
1581
|
+
"404",
|
|
1582
|
+
"not found",
|
|
1583
|
+
"empty"
|
|
1584
|
+
],
|
|
1585
|
+
"useWhen": [
|
|
1586
|
+
"displaying a 404 or missing resource"
|
|
1587
|
+
],
|
|
1588
|
+
"doNotUseWhen": [
|
|
1589
|
+
"inline empty state (use EmptyState)"
|
|
1590
|
+
],
|
|
1591
|
+
"alternatives": [
|
|
1592
|
+
"EmptyState",
|
|
1593
|
+
"ErrorState"
|
|
1594
|
+
],
|
|
1595
|
+
"relatedPatterns": [
|
|
1596
|
+
"empty-state"
|
|
1597
|
+
],
|
|
1598
|
+
"exportName": "NotFound",
|
|
1599
|
+
"registryItem": "not-found",
|
|
1600
|
+
"maturity": "beta"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"id": "chart",
|
|
1604
|
+
"package": "@noe/data-ui",
|
|
1605
|
+
"title": "Chart",
|
|
1606
|
+
"description": "Line and bar chart with tokenized colors, RTL-safe axes, legend and tabular screen-reader fallback.",
|
|
1607
|
+
"category": "Data / Visualization",
|
|
1608
|
+
"status": "available",
|
|
1609
|
+
"capabilityAliases": [
|
|
1610
|
+
"line and bar charts",
|
|
1611
|
+
"line chart",
|
|
1612
|
+
"bar chart",
|
|
1613
|
+
"data visualization"
|
|
1614
|
+
],
|
|
1615
|
+
"searchTerms": [
|
|
1616
|
+
"chart",
|
|
1617
|
+
"line",
|
|
1618
|
+
"bar",
|
|
1619
|
+
"visualization"
|
|
1620
|
+
],
|
|
1621
|
+
"useWhen": [
|
|
1622
|
+
"visualizing time series or categorical data"
|
|
1623
|
+
],
|
|
1624
|
+
"doNotUseWhen": [
|
|
1625
|
+
"single metric (use MetricCard)",
|
|
1626
|
+
"complex financial chart (use custom)"
|
|
1627
|
+
],
|
|
1628
|
+
"alternatives": [
|
|
1629
|
+
"MetricCard",
|
|
1630
|
+
"ChartFrame"
|
|
1631
|
+
],
|
|
1632
|
+
"relatedPatterns": [
|
|
1633
|
+
"metric-card",
|
|
1634
|
+
"chart-frame"
|
|
1635
|
+
],
|
|
1636
|
+
"exportName": "Chart",
|
|
1637
|
+
"registryItem": "chart",
|
|
1638
|
+
"maturity": "beta"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"id": "messaging",
|
|
1642
|
+
"package": "@noe/ui",
|
|
1643
|
+
"title": "Messaging",
|
|
1644
|
+
"description": "Conversation messaging list with user/assistant variants, timestamps and composer slot, auto-direction and logical layout.",
|
|
1645
|
+
"category": "Communication / Messaging",
|
|
1646
|
+
"status": "available",
|
|
1647
|
+
"capabilityAliases": [
|
|
1648
|
+
"messaging",
|
|
1649
|
+
"chat",
|
|
1650
|
+
"conversation"
|
|
1651
|
+
],
|
|
1652
|
+
"searchTerms": [
|
|
1653
|
+
"messaging",
|
|
1654
|
+
"chat",
|
|
1655
|
+
"conversation",
|
|
1656
|
+
"message list"
|
|
1657
|
+
],
|
|
1658
|
+
"useWhen": [
|
|
1659
|
+
"displaying a chat or messaging thread"
|
|
1660
|
+
],
|
|
1661
|
+
"doNotUseWhen": [
|
|
1662
|
+
"single agent message (use AgentMessage)",
|
|
1663
|
+
"activity feed (use ActivityFeed)"
|
|
1664
|
+
],
|
|
1665
|
+
"alternatives": [
|
|
1666
|
+
"AgentMessage",
|
|
1667
|
+
"ActivityFeed"
|
|
1668
|
+
],
|
|
1669
|
+
"relatedPatterns": [
|
|
1670
|
+
"agent-message"
|
|
1671
|
+
],
|
|
1672
|
+
"exportName": "Messaging",
|
|
1673
|
+
"registryItem": "messaging",
|
|
1674
|
+
"maturity": "beta"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"id": "progress-steps",
|
|
1678
|
+
"package": "@noe/ui",
|
|
1679
|
+
"title": "Progress Steps",
|
|
1680
|
+
"description": "Step indicator with pending/current/completed states, horizontal/vertical orientation, logical layout and non-color encoding.",
|
|
1681
|
+
"category": "Navigation / Progress",
|
|
1682
|
+
"status": "available",
|
|
1683
|
+
"capabilityAliases": [
|
|
1684
|
+
"progress steps",
|
|
1685
|
+
"stepper",
|
|
1686
|
+
"progress indicator"
|
|
1687
|
+
],
|
|
1688
|
+
"searchTerms": [
|
|
1689
|
+
"progress steps",
|
|
1690
|
+
"stepper",
|
|
1691
|
+
"steps"
|
|
1692
|
+
],
|
|
1693
|
+
"useWhen": [
|
|
1694
|
+
"showing multi-step progress"
|
|
1695
|
+
],
|
|
1696
|
+
"doNotUseWhen": [
|
|
1697
|
+
"single progress bar (use ProgressIndicator)",
|
|
1698
|
+
"breadcrumb navigation"
|
|
1699
|
+
],
|
|
1700
|
+
"alternatives": [
|
|
1701
|
+
"Tabs"
|
|
1702
|
+
],
|
|
1703
|
+
"relatedPatterns": [
|
|
1704
|
+
"tabs"
|
|
1705
|
+
],
|
|
1706
|
+
"exportName": "ProgressSteps",
|
|
1707
|
+
"registryItem": "progress-steps",
|
|
1708
|
+
"maturity": "beta"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"id": "dashboard-01",
|
|
1712
|
+
"package": "@noe/data-ui",
|
|
1713
|
+
"title": "Dashboard 01",
|
|
1714
|
+
"description": "Dashboard example 01 — overview composition with metrics, line chart and table via DashboardShell.",
|
|
1715
|
+
"category": "Application Examples",
|
|
1716
|
+
"status": "available",
|
|
1717
|
+
"capabilityAliases": [
|
|
1718
|
+
"dashboard 01",
|
|
1719
|
+
"overview dashboard"
|
|
1720
|
+
],
|
|
1721
|
+
"searchTerms": [
|
|
1722
|
+
"dashboard",
|
|
1723
|
+
"overview"
|
|
1724
|
+
],
|
|
1725
|
+
"useWhen": [
|
|
1726
|
+
"example dashboard page"
|
|
1727
|
+
],
|
|
1728
|
+
"doNotUseWhen": [
|
|
1729
|
+
"custom dashboard needing different layout"
|
|
1730
|
+
],
|
|
1731
|
+
"alternatives": [
|
|
1732
|
+
"DashboardShell"
|
|
1733
|
+
],
|
|
1734
|
+
"relatedPatterns": [
|
|
1735
|
+
"dashboard-shell",
|
|
1736
|
+
"metric-card",
|
|
1737
|
+
"chart"
|
|
1738
|
+
],
|
|
1739
|
+
"exportName": "Dashboard01",
|
|
1740
|
+
"registryItem": "dashboard-01",
|
|
1741
|
+
"maturity": "beta"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"id": "dashboard-02",
|
|
1745
|
+
"package": "@noe/data-ui",
|
|
1746
|
+
"title": "Dashboard 02",
|
|
1747
|
+
"description": "Dashboard example 02 — detailed composition with filters, multiple metrics and bar chart.",
|
|
1748
|
+
"category": "Application Examples",
|
|
1749
|
+
"status": "available",
|
|
1750
|
+
"capabilityAliases": [
|
|
1751
|
+
"dashboard 02",
|
|
1752
|
+
"detailed dashboard"
|
|
1753
|
+
],
|
|
1754
|
+
"searchTerms": [
|
|
1755
|
+
"dashboard",
|
|
1756
|
+
"detailed"
|
|
1757
|
+
],
|
|
1758
|
+
"useWhen": [
|
|
1759
|
+
"example detailed dashboard"
|
|
1760
|
+
],
|
|
1761
|
+
"doNotUseWhen": [
|
|
1762
|
+
"custom dashboard needing different layout"
|
|
1763
|
+
],
|
|
1764
|
+
"alternatives": [
|
|
1765
|
+
"DashboardShell"
|
|
1766
|
+
],
|
|
1767
|
+
"relatedPatterns": [
|
|
1768
|
+
"dashboard-shell"
|
|
1769
|
+
],
|
|
1770
|
+
"exportName": "Dashboard02",
|
|
1771
|
+
"registryItem": "dashboard-02",
|
|
1772
|
+
"maturity": "beta"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"id": "settings-01",
|
|
1776
|
+
"package": "@noe/ui",
|
|
1777
|
+
"title": "Settings 01",
|
|
1778
|
+
"description": "Settings example 01 — workspace profile with sidebar navigation and save bar.",
|
|
1779
|
+
"category": "Application Examples",
|
|
1780
|
+
"status": "available",
|
|
1781
|
+
"capabilityAliases": [
|
|
1782
|
+
"settings 01",
|
|
1783
|
+
"workspace settings"
|
|
1784
|
+
],
|
|
1785
|
+
"searchTerms": [
|
|
1786
|
+
"settings",
|
|
1787
|
+
"workspace"
|
|
1788
|
+
],
|
|
1789
|
+
"useWhen": [
|
|
1790
|
+
"example settings page"
|
|
1791
|
+
],
|
|
1792
|
+
"doNotUseWhen": [
|
|
1793
|
+
"custom settings needing different sections"
|
|
1794
|
+
],
|
|
1795
|
+
"alternatives": [
|
|
1796
|
+
"SettingsPage"
|
|
1797
|
+
],
|
|
1798
|
+
"relatedPatterns": [
|
|
1799
|
+
"settings-page",
|
|
1800
|
+
"sidebar-navigation"
|
|
1801
|
+
],
|
|
1802
|
+
"exportName": "Settings01",
|
|
1803
|
+
"registryItem": "settings-01",
|
|
1804
|
+
"maturity": "beta"
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"id": "settings-02",
|
|
1808
|
+
"package": "@noe/ui",
|
|
1809
|
+
"title": "Settings 02",
|
|
1810
|
+
"description": "Settings example 02 — team and billing with multiple sections.",
|
|
1811
|
+
"category": "Application Examples",
|
|
1812
|
+
"status": "available",
|
|
1813
|
+
"capabilityAliases": [
|
|
1814
|
+
"settings 02",
|
|
1815
|
+
"team settings"
|
|
1816
|
+
],
|
|
1817
|
+
"searchTerms": [
|
|
1818
|
+
"settings",
|
|
1819
|
+
"team"
|
|
1820
|
+
],
|
|
1821
|
+
"useWhen": [
|
|
1822
|
+
"example team settings"
|
|
1823
|
+
],
|
|
1824
|
+
"doNotUseWhen": [
|
|
1825
|
+
"custom settings needing different sections"
|
|
1826
|
+
],
|
|
1827
|
+
"alternatives": [
|
|
1828
|
+
"SettingsPage"
|
|
1829
|
+
],
|
|
1830
|
+
"relatedPatterns": [
|
|
1831
|
+
"settings-page"
|
|
1832
|
+
],
|
|
1833
|
+
"exportName": "Settings02",
|
|
1834
|
+
"registryItem": "settings-02",
|
|
1835
|
+
"maturity": "beta"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"id": "hero-header",
|
|
1839
|
+
"package": "@noe/ui",
|
|
1840
|
+
"title": "Hero Header",
|
|
1841
|
+
"description": "Marketing hero header section with eyebrow, title, description, actions and media slot, content-driven and RTL-safe.",
|
|
1842
|
+
"category": "Marketing / Hero",
|
|
1843
|
+
"status": "available",
|
|
1844
|
+
"capabilityAliases": [
|
|
1845
|
+
"hero header section",
|
|
1846
|
+
"marketing hero",
|
|
1847
|
+
"hero"
|
|
1848
|
+
],
|
|
1849
|
+
"searchTerms": [
|
|
1850
|
+
"hero",
|
|
1851
|
+
"header",
|
|
1852
|
+
"marketing"
|
|
1853
|
+
],
|
|
1854
|
+
"useWhen": [
|
|
1855
|
+
"marketing hero section"
|
|
1856
|
+
],
|
|
1857
|
+
"doNotUseWhen": [
|
|
1858
|
+
"app page header (use PageHeader)"
|
|
1859
|
+
],
|
|
1860
|
+
"alternatives": [
|
|
1861
|
+
"PageHeader",
|
|
1862
|
+
"SectionHeader"
|
|
1863
|
+
],
|
|
1864
|
+
"relatedPatterns": [
|
|
1865
|
+
"landing-page"
|
|
1866
|
+
],
|
|
1867
|
+
"exportName": "HeroHeader",
|
|
1868
|
+
"registryItem": "hero-header",
|
|
1869
|
+
"maturity": "beta"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"id": "marketing-header",
|
|
1873
|
+
"package": "@noe/ui",
|
|
1874
|
+
"title": "Marketing Header",
|
|
1875
|
+
"description": "Marketing header navigation with brand, links and actions, distinct from application header.",
|
|
1876
|
+
"category": "Marketing / Header",
|
|
1877
|
+
"status": "available",
|
|
1878
|
+
"capabilityAliases": [
|
|
1879
|
+
"marketing header navigation",
|
|
1880
|
+
"marketing header"
|
|
1881
|
+
],
|
|
1882
|
+
"searchTerms": [
|
|
1883
|
+
"marketing header",
|
|
1884
|
+
"navigation"
|
|
1885
|
+
],
|
|
1886
|
+
"useWhen": [
|
|
1887
|
+
"top marketing header"
|
|
1888
|
+
],
|
|
1889
|
+
"doNotUseWhen": [
|
|
1890
|
+
"app header (use HeaderNavigation)"
|
|
1891
|
+
],
|
|
1892
|
+
"alternatives": [
|
|
1893
|
+
"HeaderNavigation"
|
|
1894
|
+
],
|
|
1895
|
+
"relatedPatterns": [
|
|
1896
|
+
"header-navigation"
|
|
1897
|
+
],
|
|
1898
|
+
"exportName": "MarketingHeader",
|
|
1899
|
+
"registryItem": "marketing-header",
|
|
1900
|
+
"maturity": "beta"
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"id": "landing-page",
|
|
1904
|
+
"package": "@noe/ui",
|
|
1905
|
+
"title": "Landing Page",
|
|
1906
|
+
"description": "Marketing landing page composition from MarketingHeader, HeroHeader and sections; no hidden primitives.",
|
|
1907
|
+
"category": "Marketing / Pages",
|
|
1908
|
+
"status": "available",
|
|
1909
|
+
"capabilityAliases": [
|
|
1910
|
+
"landing page",
|
|
1911
|
+
"marketing landing",
|
|
1912
|
+
"marketing 404"
|
|
1913
|
+
],
|
|
1914
|
+
"searchTerms": [
|
|
1915
|
+
"landing",
|
|
1916
|
+
"marketing",
|
|
1917
|
+
"page"
|
|
1918
|
+
],
|
|
1919
|
+
"useWhen": [
|
|
1920
|
+
"marketing landing page"
|
|
1921
|
+
],
|
|
1922
|
+
"doNotUseWhen": [
|
|
1923
|
+
"app dashboard (use DashboardShell)"
|
|
1924
|
+
],
|
|
1925
|
+
"alternatives": [
|
|
1926
|
+
"MarketingHeader",
|
|
1927
|
+
"HeroHeader"
|
|
1928
|
+
],
|
|
1929
|
+
"relatedPatterns": [
|
|
1930
|
+
"hero-header",
|
|
1931
|
+
"marketing-header"
|
|
1932
|
+
],
|
|
1933
|
+
"exportName": "LandingPage",
|
|
1934
|
+
"registryItem": "landing-page",
|
|
1935
|
+
"maturity": "beta"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"id": "avatar",
|
|
1939
|
+
"package": "@noe/ui",
|
|
1940
|
+
"title": "Avatar",
|
|
1941
|
+
"description": "Avatar — Base / Identity component. avatar provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
1942
|
+
"category": "Base / Identity",
|
|
1943
|
+
"status": "planned",
|
|
1944
|
+
"capabilityAliases": [
|
|
1945
|
+
"avatar",
|
|
1946
|
+
"avatar"
|
|
1947
|
+
],
|
|
1948
|
+
"searchTerms": [
|
|
1949
|
+
"avatar",
|
|
1950
|
+
"avatar",
|
|
1951
|
+
"identity"
|
|
1952
|
+
],
|
|
1953
|
+
"useWhen": [
|
|
1954
|
+
"using avatar in Base / Identity"
|
|
1955
|
+
],
|
|
1956
|
+
"doNotUseWhen": [
|
|
1957
|
+
"when avatar semantics do not match"
|
|
1958
|
+
],
|
|
1959
|
+
"alternatives": [],
|
|
1960
|
+
"relatedPatterns": [],
|
|
1961
|
+
"exportName": "Avatar",
|
|
1962
|
+
"registryItem": null,
|
|
1963
|
+
"maturity": "beta"
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"id": "badge-group",
|
|
1967
|
+
"package": "@noe/ui",
|
|
1968
|
+
"title": "Badge Group",
|
|
1969
|
+
"description": "Badge Group — Base / Identity component. badge-group provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
1970
|
+
"category": "Base / Identity",
|
|
1971
|
+
"status": "planned",
|
|
1972
|
+
"capabilityAliases": [
|
|
1973
|
+
"badge group",
|
|
1974
|
+
"badge-group"
|
|
1975
|
+
],
|
|
1976
|
+
"searchTerms": [
|
|
1977
|
+
"badge-group",
|
|
1978
|
+
"badge group",
|
|
1979
|
+
"identity"
|
|
1980
|
+
],
|
|
1981
|
+
"useWhen": [
|
|
1982
|
+
"using badge group in Base / Identity"
|
|
1983
|
+
],
|
|
1984
|
+
"doNotUseWhen": [
|
|
1985
|
+
"when badge group semantics do not match"
|
|
1986
|
+
],
|
|
1987
|
+
"alternatives": [],
|
|
1988
|
+
"relatedPatterns": [],
|
|
1989
|
+
"exportName": "BadgeGroup",
|
|
1990
|
+
"registryItem": null,
|
|
1991
|
+
"maturity": "beta"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"id": "button-group",
|
|
1995
|
+
"package": "@noe/ui",
|
|
1996
|
+
"title": "Button Group",
|
|
1997
|
+
"description": "Button Group — Base / Actions component. button-group provides base / actions behavior with RTL, i18n and accessibility built-in.",
|
|
1998
|
+
"category": "Base / Actions",
|
|
1999
|
+
"status": "planned",
|
|
2000
|
+
"capabilityAliases": [
|
|
2001
|
+
"button group",
|
|
2002
|
+
"button-group"
|
|
2003
|
+
],
|
|
2004
|
+
"searchTerms": [
|
|
2005
|
+
"button-group",
|
|
2006
|
+
"button group",
|
|
2007
|
+
"actions"
|
|
2008
|
+
],
|
|
2009
|
+
"useWhen": [
|
|
2010
|
+
"using button group in Base / Actions"
|
|
2011
|
+
],
|
|
2012
|
+
"doNotUseWhen": [
|
|
2013
|
+
"when button group semantics do not match"
|
|
2014
|
+
],
|
|
2015
|
+
"alternatives": [],
|
|
2016
|
+
"relatedPatterns": [],
|
|
2017
|
+
"exportName": "ButtonGroup",
|
|
2018
|
+
"registryItem": null,
|
|
2019
|
+
"maturity": "beta"
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"id": "checkbox",
|
|
2023
|
+
"package": "@noe/ui",
|
|
2024
|
+
"title": "Checkbox",
|
|
2025
|
+
"description": "Checkbox — Base / Forms component. checkbox provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
2026
|
+
"category": "Base / Forms",
|
|
2027
|
+
"status": "planned",
|
|
2028
|
+
"capabilityAliases": [
|
|
2029
|
+
"checkbox",
|
|
2030
|
+
"checkbox"
|
|
2031
|
+
],
|
|
2032
|
+
"searchTerms": [
|
|
2033
|
+
"checkbox",
|
|
2034
|
+
"checkbox",
|
|
2035
|
+
"forms"
|
|
2036
|
+
],
|
|
2037
|
+
"useWhen": [
|
|
2038
|
+
"using checkbox in Base / Forms"
|
|
2039
|
+
],
|
|
2040
|
+
"doNotUseWhen": [
|
|
2041
|
+
"when checkbox semantics do not match"
|
|
2042
|
+
],
|
|
2043
|
+
"alternatives": [],
|
|
2044
|
+
"relatedPatterns": [],
|
|
2045
|
+
"exportName": "Checkbox",
|
|
2046
|
+
"registryItem": null,
|
|
2047
|
+
"maturity": "beta"
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"id": "radio-group",
|
|
2051
|
+
"package": "@noe/ui",
|
|
2052
|
+
"title": "Radio Group",
|
|
2053
|
+
"description": "Radio Group — Base / Forms component. radio-group provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
2054
|
+
"category": "Base / Forms",
|
|
2055
|
+
"status": "planned",
|
|
2056
|
+
"capabilityAliases": [
|
|
2057
|
+
"radio group",
|
|
2058
|
+
"radio-group"
|
|
2059
|
+
],
|
|
2060
|
+
"searchTerms": [
|
|
2061
|
+
"radio-group",
|
|
2062
|
+
"radio group",
|
|
2063
|
+
"forms"
|
|
2064
|
+
],
|
|
2065
|
+
"useWhen": [
|
|
2066
|
+
"using radio group in Base / Forms"
|
|
2067
|
+
],
|
|
2068
|
+
"doNotUseWhen": [
|
|
2069
|
+
"when radio group semantics do not match"
|
|
2070
|
+
],
|
|
2071
|
+
"alternatives": [],
|
|
2072
|
+
"relatedPatterns": [],
|
|
2073
|
+
"exportName": "RadioGroup",
|
|
2074
|
+
"registryItem": null,
|
|
2075
|
+
"maturity": "beta"
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"id": "toggle",
|
|
2079
|
+
"package": "@noe/ui",
|
|
2080
|
+
"title": "Toggle",
|
|
2081
|
+
"description": "Toggle — Base / Forms component. toggle provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
2082
|
+
"category": "Base / Forms",
|
|
2083
|
+
"status": "planned",
|
|
2084
|
+
"capabilityAliases": [
|
|
2085
|
+
"toggle",
|
|
2086
|
+
"toggle"
|
|
2087
|
+
],
|
|
2088
|
+
"searchTerms": [
|
|
2089
|
+
"toggle",
|
|
2090
|
+
"toggle",
|
|
2091
|
+
"forms"
|
|
2092
|
+
],
|
|
2093
|
+
"useWhen": [
|
|
2094
|
+
"using toggle in Base / Forms"
|
|
2095
|
+
],
|
|
2096
|
+
"doNotUseWhen": [
|
|
2097
|
+
"when toggle semantics do not match"
|
|
2098
|
+
],
|
|
2099
|
+
"alternatives": [],
|
|
2100
|
+
"relatedPatterns": [],
|
|
2101
|
+
"exportName": "Toggle",
|
|
2102
|
+
"registryItem": null,
|
|
2103
|
+
"maturity": "beta"
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"id": "select",
|
|
2107
|
+
"package": "@noe/ui",
|
|
2108
|
+
"title": "Select",
|
|
2109
|
+
"description": "Select — Base / Forms component. select provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
2110
|
+
"category": "Base / Forms",
|
|
2111
|
+
"status": "planned",
|
|
2112
|
+
"capabilityAliases": [
|
|
2113
|
+
"select",
|
|
2114
|
+
"select"
|
|
2115
|
+
],
|
|
2116
|
+
"searchTerms": [
|
|
2117
|
+
"select",
|
|
2118
|
+
"select",
|
|
2119
|
+
"forms"
|
|
2120
|
+
],
|
|
2121
|
+
"useWhen": [
|
|
2122
|
+
"using select in Base / Forms"
|
|
2123
|
+
],
|
|
2124
|
+
"doNotUseWhen": [
|
|
2125
|
+
"when select semantics do not match"
|
|
2126
|
+
],
|
|
2127
|
+
"alternatives": [],
|
|
2128
|
+
"relatedPatterns": [],
|
|
2129
|
+
"exportName": "Select",
|
|
2130
|
+
"registryItem": null,
|
|
2131
|
+
"maturity": "beta"
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"id": "multi-select",
|
|
2135
|
+
"package": "@noe/ui",
|
|
2136
|
+
"title": "Multi Select",
|
|
2137
|
+
"description": "Multi Select — Base / Forms component. multi-select provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
2138
|
+
"category": "Base / Forms",
|
|
2139
|
+
"status": "planned",
|
|
2140
|
+
"capabilityAliases": [
|
|
2141
|
+
"multi select",
|
|
2142
|
+
"multi-select"
|
|
2143
|
+
],
|
|
2144
|
+
"searchTerms": [
|
|
2145
|
+
"multi-select",
|
|
2146
|
+
"multi select",
|
|
2147
|
+
"forms"
|
|
2148
|
+
],
|
|
2149
|
+
"useWhen": [
|
|
2150
|
+
"using multi select in Base / Forms"
|
|
2151
|
+
],
|
|
2152
|
+
"doNotUseWhen": [
|
|
2153
|
+
"when multi select semantics do not match"
|
|
2154
|
+
],
|
|
2155
|
+
"alternatives": [],
|
|
2156
|
+
"relatedPatterns": [],
|
|
2157
|
+
"exportName": "MultiSelect",
|
|
2158
|
+
"registryItem": null,
|
|
2159
|
+
"maturity": "beta"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"id": "slider",
|
|
2163
|
+
"package": "@noe/ui",
|
|
2164
|
+
"title": "Slider",
|
|
2165
|
+
"description": "Slider — Base / Forms component. slider provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
2166
|
+
"category": "Base / Forms",
|
|
2167
|
+
"status": "planned",
|
|
2168
|
+
"capabilityAliases": [
|
|
2169
|
+
"slider",
|
|
2170
|
+
"slider"
|
|
2171
|
+
],
|
|
2172
|
+
"searchTerms": [
|
|
2173
|
+
"slider",
|
|
2174
|
+
"slider",
|
|
2175
|
+
"forms"
|
|
2176
|
+
],
|
|
2177
|
+
"useWhen": [
|
|
2178
|
+
"using slider in Base / Forms"
|
|
2179
|
+
],
|
|
2180
|
+
"doNotUseWhen": [
|
|
2181
|
+
"when slider semantics do not match"
|
|
2182
|
+
],
|
|
2183
|
+
"alternatives": [],
|
|
2184
|
+
"relatedPatterns": [],
|
|
2185
|
+
"exportName": "Slider",
|
|
2186
|
+
"registryItem": null,
|
|
2187
|
+
"maturity": "beta"
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"id": "tags",
|
|
2191
|
+
"package": "@noe/ui",
|
|
2192
|
+
"title": "Tags",
|
|
2193
|
+
"description": "Tags — Base / Forms component. tags provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
2194
|
+
"category": "Base / Forms",
|
|
2195
|
+
"status": "planned",
|
|
2196
|
+
"capabilityAliases": [
|
|
2197
|
+
"tags",
|
|
2198
|
+
"tags"
|
|
2199
|
+
],
|
|
2200
|
+
"searchTerms": [
|
|
2201
|
+
"tags",
|
|
2202
|
+
"tags",
|
|
2203
|
+
"forms"
|
|
2204
|
+
],
|
|
2205
|
+
"useWhen": [
|
|
2206
|
+
"using tags in Base / Forms"
|
|
2207
|
+
],
|
|
2208
|
+
"doNotUseWhen": [
|
|
2209
|
+
"when tags semantics do not match"
|
|
2210
|
+
],
|
|
2211
|
+
"alternatives": [],
|
|
2212
|
+
"relatedPatterns": [],
|
|
2213
|
+
"exportName": "Tags",
|
|
2214
|
+
"registryItem": null,
|
|
2215
|
+
"maturity": "beta"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"id": "verification-code",
|
|
2219
|
+
"package": "@noe/ui",
|
|
2220
|
+
"title": "Verification Code",
|
|
2221
|
+
"description": "Verification Code — Base / Forms component. verification-code provides base / forms behavior with RTL, i18n and accessibility built-in.",
|
|
2222
|
+
"category": "Base / Forms",
|
|
2223
|
+
"status": "planned",
|
|
2224
|
+
"capabilityAliases": [
|
|
2225
|
+
"verification code",
|
|
2226
|
+
"verification-code"
|
|
2227
|
+
],
|
|
2228
|
+
"searchTerms": [
|
|
2229
|
+
"verification-code",
|
|
2230
|
+
"verification code",
|
|
2231
|
+
"forms"
|
|
2232
|
+
],
|
|
2233
|
+
"useWhen": [
|
|
2234
|
+
"using verification code in Base / Forms"
|
|
2235
|
+
],
|
|
2236
|
+
"doNotUseWhen": [
|
|
2237
|
+
"when verification code semantics do not match"
|
|
2238
|
+
],
|
|
2239
|
+
"alternatives": [],
|
|
2240
|
+
"relatedPatterns": [],
|
|
2241
|
+
"exportName": "VerificationCode",
|
|
2242
|
+
"registryItem": null,
|
|
2243
|
+
"maturity": "beta"
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"id": "calendar",
|
|
2247
|
+
"package": "@noe/ui",
|
|
2248
|
+
"title": "Calendar",
|
|
2249
|
+
"description": "Calendar — Base / Pickers component. calendar provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
2250
|
+
"category": "Base / Pickers",
|
|
2251
|
+
"status": "partial",
|
|
2252
|
+
"capabilityAliases": [
|
|
2253
|
+
"calendar",
|
|
2254
|
+
"calendar"
|
|
2255
|
+
],
|
|
2256
|
+
"searchTerms": [
|
|
2257
|
+
"calendar",
|
|
2258
|
+
"calendar",
|
|
2259
|
+
"pickers"
|
|
2260
|
+
],
|
|
2261
|
+
"useWhen": [
|
|
2262
|
+
"using calendar in Base / Pickers"
|
|
2263
|
+
],
|
|
2264
|
+
"doNotUseWhen": [
|
|
2265
|
+
"when calendar semantics do not match"
|
|
2266
|
+
],
|
|
2267
|
+
"alternatives": [],
|
|
2268
|
+
"relatedPatterns": [],
|
|
2269
|
+
"exportName": "Calendar",
|
|
2270
|
+
"registryItem": "calendar",
|
|
2271
|
+
"maturity": "beta"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"id": "date-picker",
|
|
2275
|
+
"package": "@noe/ui",
|
|
2276
|
+
"title": "Date Picker",
|
|
2277
|
+
"description": "Date Picker — Base / Pickers component. date-picker provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
2278
|
+
"category": "Base / Pickers",
|
|
2279
|
+
"status": "partial",
|
|
2280
|
+
"capabilityAliases": [
|
|
2281
|
+
"date picker",
|
|
2282
|
+
"date-picker"
|
|
2283
|
+
],
|
|
2284
|
+
"searchTerms": [
|
|
2285
|
+
"date-picker",
|
|
2286
|
+
"date picker",
|
|
2287
|
+
"pickers"
|
|
2288
|
+
],
|
|
2289
|
+
"useWhen": [
|
|
2290
|
+
"using date picker in Base / Pickers"
|
|
2291
|
+
],
|
|
2292
|
+
"doNotUseWhen": [
|
|
2293
|
+
"when date picker semantics do not match"
|
|
2294
|
+
],
|
|
2295
|
+
"alternatives": [],
|
|
2296
|
+
"relatedPatterns": [],
|
|
2297
|
+
"exportName": "DatePicker",
|
|
2298
|
+
"registryItem": "date-picker",
|
|
2299
|
+
"maturity": "beta"
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"id": "color-picker",
|
|
2303
|
+
"package": "@noe/ui",
|
|
2304
|
+
"title": "Color Picker",
|
|
2305
|
+
"description": "Color Picker — Base / Pickers component. color-picker provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
2306
|
+
"category": "Base / Pickers",
|
|
2307
|
+
"status": "planned",
|
|
2308
|
+
"capabilityAliases": [
|
|
2309
|
+
"color picker",
|
|
2310
|
+
"color-picker"
|
|
2311
|
+
],
|
|
2312
|
+
"searchTerms": [
|
|
2313
|
+
"color-picker",
|
|
2314
|
+
"color picker",
|
|
2315
|
+
"pickers"
|
|
2316
|
+
],
|
|
2317
|
+
"useWhen": [
|
|
2318
|
+
"using color picker in Base / Pickers"
|
|
2319
|
+
],
|
|
2320
|
+
"doNotUseWhen": [
|
|
2321
|
+
"when color picker semantics do not match"
|
|
2322
|
+
],
|
|
2323
|
+
"alternatives": [],
|
|
2324
|
+
"relatedPatterns": [],
|
|
2325
|
+
"exportName": "ColorPicker",
|
|
2326
|
+
"registryItem": null,
|
|
2327
|
+
"maturity": "beta"
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"id": "file-uploader",
|
|
2331
|
+
"package": "@noe/ui",
|
|
2332
|
+
"title": "File Uploader",
|
|
2333
|
+
"description": "File Uploader — Base / Pickers component. file-uploader provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
2334
|
+
"category": "Base / Pickers",
|
|
2335
|
+
"status": "planned",
|
|
2336
|
+
"capabilityAliases": [
|
|
2337
|
+
"file uploader",
|
|
2338
|
+
"file-uploader"
|
|
2339
|
+
],
|
|
2340
|
+
"searchTerms": [
|
|
2341
|
+
"file-uploader",
|
|
2342
|
+
"file uploader",
|
|
2343
|
+
"pickers"
|
|
2344
|
+
],
|
|
2345
|
+
"useWhen": [
|
|
2346
|
+
"using file uploader in Base / Pickers"
|
|
2347
|
+
],
|
|
2348
|
+
"doNotUseWhen": [
|
|
2349
|
+
"when file uploader semantics do not match"
|
|
2350
|
+
],
|
|
2351
|
+
"alternatives": [],
|
|
2352
|
+
"relatedPatterns": [],
|
|
2353
|
+
"exportName": "FileUploader",
|
|
2354
|
+
"registryItem": null,
|
|
2355
|
+
"maturity": "beta"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"id": "rich-text-editor",
|
|
2359
|
+
"package": "@noe/ui",
|
|
2360
|
+
"title": "Rich Text Editor",
|
|
2361
|
+
"description": "Rich Text Editor — Base / Pickers component. rich-text-editor provides base / pickers behavior with RTL, i18n and accessibility built-in.",
|
|
2362
|
+
"category": "Base / Pickers",
|
|
2363
|
+
"status": "planned",
|
|
2364
|
+
"capabilityAliases": [
|
|
2365
|
+
"rich text editor",
|
|
2366
|
+
"rich-text-editor"
|
|
2367
|
+
],
|
|
2368
|
+
"searchTerms": [
|
|
2369
|
+
"rich-text-editor",
|
|
2370
|
+
"rich text editor",
|
|
2371
|
+
"pickers"
|
|
2372
|
+
],
|
|
2373
|
+
"useWhen": [
|
|
2374
|
+
"using rich text editor in Base / Pickers"
|
|
2375
|
+
],
|
|
2376
|
+
"doNotUseWhen": [
|
|
2377
|
+
"when rich text editor semantics do not match"
|
|
2378
|
+
],
|
|
2379
|
+
"alternatives": [],
|
|
2380
|
+
"relatedPatterns": [],
|
|
2381
|
+
"exportName": "RichTextEditor",
|
|
2382
|
+
"registryItem": null,
|
|
2383
|
+
"maturity": "beta"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"id": "command-menu",
|
|
2387
|
+
"package": "@noe/ui",
|
|
2388
|
+
"title": "Command Menu",
|
|
2389
|
+
"description": "Command Menu — Overlays / Navigation component. command-menu provides overlays / navigation behavior with RTL, i18n and accessibility built-in.",
|
|
2390
|
+
"category": "Overlays / Navigation",
|
|
2391
|
+
"status": "planned",
|
|
2392
|
+
"capabilityAliases": [
|
|
2393
|
+
"command menu",
|
|
2394
|
+
"command-menu"
|
|
2395
|
+
],
|
|
2396
|
+
"searchTerms": [
|
|
2397
|
+
"command-menu",
|
|
2398
|
+
"command menu",
|
|
2399
|
+
"navigation"
|
|
2400
|
+
],
|
|
2401
|
+
"useWhen": [
|
|
2402
|
+
"using command menu in Overlays / Navigation"
|
|
2403
|
+
],
|
|
2404
|
+
"doNotUseWhen": [
|
|
2405
|
+
"when command menu semantics do not match"
|
|
2406
|
+
],
|
|
2407
|
+
"alternatives": [],
|
|
2408
|
+
"relatedPatterns": [],
|
|
2409
|
+
"exportName": "CommandMenu",
|
|
2410
|
+
"registryItem": null,
|
|
2411
|
+
"maturity": "beta"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"id": "tree-view",
|
|
2415
|
+
"package": "@noe/ui",
|
|
2416
|
+
"title": "Tree View",
|
|
2417
|
+
"description": "Tree View — Navigation / Disclosure component. tree-view provides navigation / disclosure behavior with RTL, i18n and accessibility built-in.",
|
|
2418
|
+
"category": "Navigation / Disclosure",
|
|
2419
|
+
"status": "planned",
|
|
2420
|
+
"capabilityAliases": [
|
|
2421
|
+
"tree view",
|
|
2422
|
+
"tree-view"
|
|
2423
|
+
],
|
|
2424
|
+
"searchTerms": [
|
|
2425
|
+
"tree-view",
|
|
2426
|
+
"tree view",
|
|
2427
|
+
"disclosure"
|
|
2428
|
+
],
|
|
2429
|
+
"useWhen": [
|
|
2430
|
+
"using tree view in Navigation / Disclosure"
|
|
2431
|
+
],
|
|
2432
|
+
"doNotUseWhen": [
|
|
2433
|
+
"when tree view semantics do not match"
|
|
2434
|
+
],
|
|
2435
|
+
"alternatives": [],
|
|
2436
|
+
"relatedPatterns": [],
|
|
2437
|
+
"exportName": "TreeView",
|
|
2438
|
+
"registryItem": null,
|
|
2439
|
+
"maturity": "beta"
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"id": "carousel",
|
|
2443
|
+
"package": "@noe/ui",
|
|
2444
|
+
"title": "Carousel",
|
|
2445
|
+
"description": "Carousel — Navigation / Disclosure component. carousel provides navigation / disclosure behavior with RTL, i18n and accessibility built-in.",
|
|
2446
|
+
"category": "Navigation / Disclosure",
|
|
2447
|
+
"status": "planned",
|
|
2448
|
+
"capabilityAliases": [
|
|
2449
|
+
"carousel",
|
|
2450
|
+
"carousel"
|
|
2451
|
+
],
|
|
2452
|
+
"searchTerms": [
|
|
2453
|
+
"carousel",
|
|
2454
|
+
"carousel",
|
|
2455
|
+
"disclosure"
|
|
2456
|
+
],
|
|
2457
|
+
"useWhen": [
|
|
2458
|
+
"using carousel in Navigation / Disclosure"
|
|
2459
|
+
],
|
|
2460
|
+
"doNotUseWhen": [
|
|
2461
|
+
"when carousel semantics do not match"
|
|
2462
|
+
],
|
|
2463
|
+
"alternatives": [],
|
|
2464
|
+
"relatedPatterns": [],
|
|
2465
|
+
"exportName": "Carousel",
|
|
2466
|
+
"registryItem": null,
|
|
2467
|
+
"maturity": "beta"
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"id": "content-divider",
|
|
2471
|
+
"package": "@noe/ui",
|
|
2472
|
+
"title": "Content Divider",
|
|
2473
|
+
"description": "Content Divider — Primitives / Layout component. content-divider provides primitives / layout behavior with RTL, i18n and accessibility built-in.",
|
|
2474
|
+
"category": "Primitives / Layout",
|
|
2475
|
+
"status": "planned",
|
|
2476
|
+
"capabilityAliases": [
|
|
2477
|
+
"content divider",
|
|
2478
|
+
"content-divider"
|
|
2479
|
+
],
|
|
2480
|
+
"searchTerms": [
|
|
2481
|
+
"content-divider",
|
|
2482
|
+
"content divider",
|
|
2483
|
+
"layout"
|
|
2484
|
+
],
|
|
2485
|
+
"useWhen": [
|
|
2486
|
+
"using content divider in Primitives / Layout"
|
|
2487
|
+
],
|
|
2488
|
+
"doNotUseWhen": [
|
|
2489
|
+
"when content divider semantics do not match"
|
|
2490
|
+
],
|
|
2491
|
+
"alternatives": [],
|
|
2492
|
+
"relatedPatterns": [],
|
|
2493
|
+
"exportName": "ContentDivider",
|
|
2494
|
+
"registryItem": null,
|
|
2495
|
+
"maturity": "beta"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"id": "section-footer",
|
|
2499
|
+
"package": "@noe/ui",
|
|
2500
|
+
"title": "Section Footer",
|
|
2501
|
+
"description": "Section Footer — Patterns / Application component. section-footer provides patterns / application behavior with RTL, i18n and accessibility built-in.",
|
|
2502
|
+
"category": "Patterns / Application",
|
|
2503
|
+
"status": "planned",
|
|
2504
|
+
"capabilityAliases": [
|
|
2505
|
+
"section footer",
|
|
2506
|
+
"section-footer"
|
|
2507
|
+
],
|
|
2508
|
+
"searchTerms": [
|
|
2509
|
+
"section-footer",
|
|
2510
|
+
"section footer",
|
|
2511
|
+
"application"
|
|
2512
|
+
],
|
|
2513
|
+
"useWhen": [
|
|
2514
|
+
"using section footer in Patterns / Application"
|
|
2515
|
+
],
|
|
2516
|
+
"doNotUseWhen": [
|
|
2517
|
+
"when section footer semantics do not match"
|
|
2518
|
+
],
|
|
2519
|
+
"alternatives": [],
|
|
2520
|
+
"relatedPatterns": [],
|
|
2521
|
+
"exportName": "SectionFooter",
|
|
2522
|
+
"registryItem": null,
|
|
2523
|
+
"maturity": "beta"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"id": "notification",
|
|
2527
|
+
"package": "@noe/ui",
|
|
2528
|
+
"title": "Notification",
|
|
2529
|
+
"description": "Notification — Feedback / Notifications component. notification provides feedback / notifications behavior with RTL, i18n and accessibility built-in.",
|
|
2530
|
+
"category": "Feedback / Notifications",
|
|
2531
|
+
"status": "planned",
|
|
2532
|
+
"capabilityAliases": [
|
|
2533
|
+
"notification",
|
|
2534
|
+
"notification"
|
|
2535
|
+
],
|
|
2536
|
+
"searchTerms": [
|
|
2537
|
+
"notification",
|
|
2538
|
+
"notification",
|
|
2539
|
+
"notifications"
|
|
2540
|
+
],
|
|
2541
|
+
"useWhen": [
|
|
2542
|
+
"using notification in Feedback / Notifications"
|
|
2543
|
+
],
|
|
2544
|
+
"doNotUseWhen": [
|
|
2545
|
+
"when notification semantics do not match"
|
|
2546
|
+
],
|
|
2547
|
+
"alternatives": [],
|
|
2548
|
+
"relatedPatterns": [],
|
|
2549
|
+
"exportName": "Notification",
|
|
2550
|
+
"registryItem": null,
|
|
2551
|
+
"maturity": "beta"
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"id": "activity-gauge",
|
|
2555
|
+
"package": "@noe/data-ui",
|
|
2556
|
+
"title": "Activity Gauge",
|
|
2557
|
+
"description": "Activity Gauge — Data / Visualization component. activity-gauge provides data / visualization behavior with RTL, i18n and accessibility built-in.",
|
|
2558
|
+
"category": "Data / Visualization",
|
|
2559
|
+
"status": "planned",
|
|
2560
|
+
"capabilityAliases": [
|
|
2561
|
+
"activity gauge",
|
|
2562
|
+
"activity-gauge"
|
|
2563
|
+
],
|
|
2564
|
+
"searchTerms": [
|
|
2565
|
+
"activity-gauge",
|
|
2566
|
+
"activity gauge",
|
|
2567
|
+
"visualization"
|
|
2568
|
+
],
|
|
2569
|
+
"useWhen": [
|
|
2570
|
+
"using activity gauge in Data / Visualization"
|
|
2571
|
+
],
|
|
2572
|
+
"doNotUseWhen": [
|
|
2573
|
+
"when activity gauge semantics do not match"
|
|
2574
|
+
],
|
|
2575
|
+
"alternatives": [],
|
|
2576
|
+
"relatedPatterns": [],
|
|
2577
|
+
"exportName": "ActivityGauge",
|
|
2578
|
+
"registryItem": null,
|
|
2579
|
+
"maturity": "beta"
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
"id": "pie-chart",
|
|
2583
|
+
"package": "@noe/data-ui",
|
|
2584
|
+
"title": "Pie Chart",
|
|
2585
|
+
"description": "Pie Chart — Data / Visualization component. pie-chart provides data / visualization behavior with RTL, i18n and accessibility built-in.",
|
|
2586
|
+
"category": "Data / Visualization",
|
|
2587
|
+
"status": "planned",
|
|
2588
|
+
"capabilityAliases": [
|
|
2589
|
+
"pie chart",
|
|
2590
|
+
"pie-chart"
|
|
2591
|
+
],
|
|
2592
|
+
"searchTerms": [
|
|
2593
|
+
"pie-chart",
|
|
2594
|
+
"pie chart",
|
|
2595
|
+
"visualization"
|
|
2596
|
+
],
|
|
2597
|
+
"useWhen": [
|
|
2598
|
+
"using pie chart in Data / Visualization"
|
|
2599
|
+
],
|
|
2600
|
+
"doNotUseWhen": [
|
|
2601
|
+
"when pie chart semantics do not match"
|
|
2602
|
+
],
|
|
2603
|
+
"alternatives": [],
|
|
2604
|
+
"relatedPatterns": [],
|
|
2605
|
+
"exportName": "PieChart",
|
|
2606
|
+
"registryItem": null,
|
|
2607
|
+
"maturity": "beta"
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"id": "radar-chart",
|
|
2611
|
+
"package": "@noe/data-ui",
|
|
2612
|
+
"title": "Radar Chart",
|
|
2613
|
+
"description": "Radar Chart — Data / Visualization component. radar-chart provides data / visualization behavior with RTL, i18n and accessibility built-in.",
|
|
2614
|
+
"category": "Data / Visualization",
|
|
2615
|
+
"status": "planned",
|
|
2616
|
+
"capabilityAliases": [
|
|
2617
|
+
"radar chart",
|
|
2618
|
+
"radar-chart"
|
|
2619
|
+
],
|
|
2620
|
+
"searchTerms": [
|
|
2621
|
+
"radar-chart",
|
|
2622
|
+
"radar chart",
|
|
2623
|
+
"visualization"
|
|
2624
|
+
],
|
|
2625
|
+
"useWhen": [
|
|
2626
|
+
"using radar chart in Data / Visualization"
|
|
2627
|
+
],
|
|
2628
|
+
"doNotUseWhen": [
|
|
2629
|
+
"when radar chart semantics do not match"
|
|
2630
|
+
],
|
|
2631
|
+
"alternatives": [],
|
|
2632
|
+
"relatedPatterns": [],
|
|
2633
|
+
"exportName": "RadarChart",
|
|
2634
|
+
"registryItem": null,
|
|
2635
|
+
"maturity": "beta"
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"id": "credit-card",
|
|
2639
|
+
"package": "@noe/ui",
|
|
2640
|
+
"title": "Credit Card",
|
|
2641
|
+
"description": "Credit Card — Base / Identity component. credit-card provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
2642
|
+
"category": "Base / Identity",
|
|
2643
|
+
"status": "planned",
|
|
2644
|
+
"capabilityAliases": [
|
|
2645
|
+
"credit card",
|
|
2646
|
+
"credit-card"
|
|
2647
|
+
],
|
|
2648
|
+
"searchTerms": [
|
|
2649
|
+
"credit-card",
|
|
2650
|
+
"credit card",
|
|
2651
|
+
"identity"
|
|
2652
|
+
],
|
|
2653
|
+
"useWhen": [
|
|
2654
|
+
"using credit card in Base / Identity"
|
|
2655
|
+
],
|
|
2656
|
+
"doNotUseWhen": [
|
|
2657
|
+
"when credit card semantics do not match"
|
|
2658
|
+
],
|
|
2659
|
+
"alternatives": [],
|
|
2660
|
+
"relatedPatterns": [],
|
|
2661
|
+
"exportName": "CreditCard",
|
|
2662
|
+
"registryItem": null,
|
|
2663
|
+
"maturity": "beta"
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"id": "qr-code",
|
|
2667
|
+
"package": "@noe/ui",
|
|
2668
|
+
"title": "Qr Code",
|
|
2669
|
+
"description": "Qr Code — Base / Identity component. qr-code provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
2670
|
+
"category": "Base / Identity",
|
|
2671
|
+
"status": "planned",
|
|
2672
|
+
"capabilityAliases": [
|
|
2673
|
+
"qr code",
|
|
2674
|
+
"qr-code"
|
|
2675
|
+
],
|
|
2676
|
+
"searchTerms": [
|
|
2677
|
+
"qr-code",
|
|
2678
|
+
"qr code",
|
|
2679
|
+
"identity"
|
|
2680
|
+
],
|
|
2681
|
+
"useWhen": [
|
|
2682
|
+
"using qr code in Base / Identity"
|
|
2683
|
+
],
|
|
2684
|
+
"doNotUseWhen": [
|
|
2685
|
+
"when qr code semantics do not match"
|
|
2686
|
+
],
|
|
2687
|
+
"alternatives": [],
|
|
2688
|
+
"relatedPatterns": [],
|
|
2689
|
+
"exportName": "QrCode",
|
|
2690
|
+
"registryItem": null,
|
|
2691
|
+
"maturity": "beta"
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"id": "rating",
|
|
2695
|
+
"package": "@noe/ui",
|
|
2696
|
+
"title": "Rating",
|
|
2697
|
+
"description": "Rating — Base / Identity component. rating provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
2698
|
+
"category": "Base / Identity",
|
|
2699
|
+
"status": "planned",
|
|
2700
|
+
"capabilityAliases": [
|
|
2701
|
+
"rating",
|
|
2702
|
+
"rating"
|
|
2703
|
+
],
|
|
2704
|
+
"searchTerms": [
|
|
2705
|
+
"rating",
|
|
2706
|
+
"rating",
|
|
2707
|
+
"identity"
|
|
2708
|
+
],
|
|
2709
|
+
"useWhen": [
|
|
2710
|
+
"using rating in Base / Identity"
|
|
2711
|
+
],
|
|
2712
|
+
"doNotUseWhen": [
|
|
2713
|
+
"when rating semantics do not match"
|
|
2714
|
+
],
|
|
2715
|
+
"alternatives": [],
|
|
2716
|
+
"relatedPatterns": [],
|
|
2717
|
+
"exportName": "Rating",
|
|
2718
|
+
"registryItem": null,
|
|
2719
|
+
"maturity": "beta"
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"id": "video-player",
|
|
2723
|
+
"package": "@noe/ui",
|
|
2724
|
+
"title": "Video Player",
|
|
2725
|
+
"description": "Video Player — Base / Media component. video-player provides base / media behavior with RTL, i18n and accessibility built-in.",
|
|
2726
|
+
"category": "Base / Media",
|
|
2727
|
+
"status": "planned",
|
|
2728
|
+
"capabilityAliases": [
|
|
2729
|
+
"video player",
|
|
2730
|
+
"video-player"
|
|
2731
|
+
],
|
|
2732
|
+
"searchTerms": [
|
|
2733
|
+
"video-player",
|
|
2734
|
+
"video player",
|
|
2735
|
+
"media"
|
|
2736
|
+
],
|
|
2737
|
+
"useWhen": [
|
|
2738
|
+
"using video player in Base / Media"
|
|
2739
|
+
],
|
|
2740
|
+
"doNotUseWhen": [
|
|
2741
|
+
"when video player semantics do not match"
|
|
2742
|
+
],
|
|
2743
|
+
"alternatives": [],
|
|
2744
|
+
"relatedPatterns": [],
|
|
2745
|
+
"exportName": "VideoPlayer",
|
|
2746
|
+
"registryItem": null,
|
|
2747
|
+
"maturity": "beta"
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"id": "illustration",
|
|
2751
|
+
"package": "@noe/ui",
|
|
2752
|
+
"title": "Illustration",
|
|
2753
|
+
"description": "Illustration — Base / Media component. illustration provides base / media behavior with RTL, i18n and accessibility built-in.",
|
|
2754
|
+
"category": "Base / Media",
|
|
2755
|
+
"status": "planned",
|
|
2756
|
+
"capabilityAliases": [
|
|
2757
|
+
"illustration",
|
|
2758
|
+
"illustration"
|
|
2759
|
+
],
|
|
2760
|
+
"searchTerms": [
|
|
2761
|
+
"illustration",
|
|
2762
|
+
"illustration",
|
|
2763
|
+
"media"
|
|
2764
|
+
],
|
|
2765
|
+
"useWhen": [
|
|
2766
|
+
"using illustration in Base / Media"
|
|
2767
|
+
],
|
|
2768
|
+
"doNotUseWhen": [
|
|
2769
|
+
"when illustration semantics do not match"
|
|
2770
|
+
],
|
|
2771
|
+
"alternatives": [],
|
|
2772
|
+
"relatedPatterns": [],
|
|
2773
|
+
"exportName": "Illustration",
|
|
2774
|
+
"registryItem": null,
|
|
2775
|
+
"maturity": "beta"
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"id": "store-button",
|
|
2779
|
+
"package": "@noe/ui",
|
|
2780
|
+
"title": "Store Button",
|
|
2781
|
+
"description": "Store Button — Base / Identity component. store-button provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
2782
|
+
"category": "Base / Identity",
|
|
2783
|
+
"status": "planned",
|
|
2784
|
+
"capabilityAliases": [
|
|
2785
|
+
"store button",
|
|
2786
|
+
"store-button"
|
|
2787
|
+
],
|
|
2788
|
+
"searchTerms": [
|
|
2789
|
+
"store-button",
|
|
2790
|
+
"store button",
|
|
2791
|
+
"identity"
|
|
2792
|
+
],
|
|
2793
|
+
"useWhen": [
|
|
2794
|
+
"using store button in Base / Identity"
|
|
2795
|
+
],
|
|
2796
|
+
"doNotUseWhen": [
|
|
2797
|
+
"when store button semantics do not match"
|
|
2798
|
+
],
|
|
2799
|
+
"alternatives": [],
|
|
2800
|
+
"relatedPatterns": [],
|
|
2801
|
+
"exportName": "StoreButton",
|
|
2802
|
+
"registryItem": null,
|
|
2803
|
+
"maturity": "beta"
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"id": "social-button",
|
|
2807
|
+
"package": "@noe/ui",
|
|
2808
|
+
"title": "Social Button",
|
|
2809
|
+
"description": "Social Button — Base / Identity component. social-button provides base / identity behavior with RTL, i18n and accessibility built-in.",
|
|
2810
|
+
"category": "Base / Identity",
|
|
2811
|
+
"status": "planned",
|
|
2812
|
+
"capabilityAliases": [
|
|
2813
|
+
"social button",
|
|
2814
|
+
"social-button"
|
|
2815
|
+
],
|
|
2816
|
+
"searchTerms": [
|
|
2817
|
+
"social-button",
|
|
2818
|
+
"social button",
|
|
2819
|
+
"identity"
|
|
2820
|
+
],
|
|
2821
|
+
"useWhen": [
|
|
2822
|
+
"using social button in Base / Identity"
|
|
2823
|
+
],
|
|
2824
|
+
"doNotUseWhen": [
|
|
2825
|
+
"when social button semantics do not match"
|
|
2826
|
+
],
|
|
2827
|
+
"alternatives": [],
|
|
2828
|
+
"relatedPatterns": [],
|
|
2829
|
+
"exportName": "SocialButton",
|
|
2830
|
+
"registryItem": null,
|
|
2831
|
+
"maturity": "beta"
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"id": "progress-indicator",
|
|
2835
|
+
"package": "@noe/ui",
|
|
2836
|
+
"title": "Progress Indicator",
|
|
2837
|
+
"description": "Progress Indicator — Base / Feedback component. progress-indicator provides base / feedback behavior with RTL, i18n and accessibility built-in.",
|
|
2838
|
+
"category": "Base / Feedback",
|
|
2839
|
+
"status": "planned",
|
|
2840
|
+
"capabilityAliases": [
|
|
2841
|
+
"progress indicator",
|
|
2842
|
+
"progress-indicator"
|
|
2843
|
+
],
|
|
2844
|
+
"searchTerms": [
|
|
2845
|
+
"progress-indicator",
|
|
2846
|
+
"progress indicator",
|
|
2847
|
+
"feedback"
|
|
2848
|
+
],
|
|
2849
|
+
"useWhen": [
|
|
2850
|
+
"using progress indicator in Base / Feedback"
|
|
2851
|
+
],
|
|
2852
|
+
"doNotUseWhen": [
|
|
2853
|
+
"when progress indicator semantics do not match"
|
|
2854
|
+
],
|
|
2855
|
+
"alternatives": [],
|
|
2856
|
+
"relatedPatterns": [],
|
|
2857
|
+
"exportName": "ProgressIndicator",
|
|
2858
|
+
"registryItem": null,
|
|
2859
|
+
"maturity": "beta"
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"id": "sign-up-page",
|
|
2863
|
+
"package": "@noe/ui",
|
|
2864
|
+
"title": "Sign Up Page",
|
|
2865
|
+
"description": "Sign Up Page — Shared / Auth component. sign-up-page provides shared / auth behavior with RTL, i18n and accessibility built-in.",
|
|
2866
|
+
"category": "Shared / Auth",
|
|
2867
|
+
"status": "planned",
|
|
2868
|
+
"capabilityAliases": [
|
|
2869
|
+
"sign up page",
|
|
2870
|
+
"sign-up-page"
|
|
2871
|
+
],
|
|
2872
|
+
"searchTerms": [
|
|
2873
|
+
"sign-up-page",
|
|
2874
|
+
"sign up page",
|
|
2875
|
+
"auth"
|
|
2876
|
+
],
|
|
2877
|
+
"useWhen": [
|
|
2878
|
+
"using sign up page in Shared / Auth"
|
|
2879
|
+
],
|
|
2880
|
+
"doNotUseWhen": [
|
|
2881
|
+
"when sign up page semantics do not match"
|
|
2882
|
+
],
|
|
2883
|
+
"alternatives": [],
|
|
2884
|
+
"relatedPatterns": [],
|
|
2885
|
+
"exportName": "SignUpPage",
|
|
2886
|
+
"registryItem": null,
|
|
2887
|
+
"maturity": "beta"
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
"id": "verification-page",
|
|
2891
|
+
"package": "@noe/ui",
|
|
2892
|
+
"title": "Verification Page",
|
|
2893
|
+
"description": "Verification Page — Shared / Auth component. verification-page provides shared / auth behavior with RTL, i18n and accessibility built-in.",
|
|
2894
|
+
"category": "Shared / Auth",
|
|
2895
|
+
"status": "planned",
|
|
2896
|
+
"capabilityAliases": [
|
|
2897
|
+
"verification page",
|
|
2898
|
+
"verification-page"
|
|
2899
|
+
],
|
|
2900
|
+
"searchTerms": [
|
|
2901
|
+
"verification-page",
|
|
2902
|
+
"verification page",
|
|
2903
|
+
"auth"
|
|
2904
|
+
],
|
|
2905
|
+
"useWhen": [
|
|
2906
|
+
"using verification page in Shared / Auth"
|
|
2907
|
+
],
|
|
2908
|
+
"doNotUseWhen": [
|
|
2909
|
+
"when verification page semantics do not match"
|
|
2910
|
+
],
|
|
2911
|
+
"alternatives": [],
|
|
2912
|
+
"relatedPatterns": [],
|
|
2913
|
+
"exportName": "VerificationPage",
|
|
2914
|
+
"registryItem": null,
|
|
2915
|
+
"maturity": "beta"
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"id": "forgot-password-page",
|
|
2919
|
+
"package": "@noe/ui",
|
|
2920
|
+
"title": "Forgot Password Page",
|
|
2921
|
+
"description": "Forgot Password Page — Shared / Auth component. forgot-password-page provides shared / auth behavior with RTL, i18n and accessibility built-in.",
|
|
2922
|
+
"category": "Shared / Auth",
|
|
2923
|
+
"status": "planned",
|
|
2924
|
+
"capabilityAliases": [
|
|
2925
|
+
"forgot password page",
|
|
2926
|
+
"forgot-password-page"
|
|
2927
|
+
],
|
|
2928
|
+
"searchTerms": [
|
|
2929
|
+
"forgot-password-page",
|
|
2930
|
+
"forgot password page",
|
|
2931
|
+
"auth"
|
|
2932
|
+
],
|
|
2933
|
+
"useWhen": [
|
|
2934
|
+
"using forgot password page in Shared / Auth"
|
|
2935
|
+
],
|
|
2936
|
+
"doNotUseWhen": [
|
|
2937
|
+
"when forgot password page semantics do not match"
|
|
2938
|
+
],
|
|
2939
|
+
"alternatives": [],
|
|
2940
|
+
"relatedPatterns": [],
|
|
2941
|
+
"exportName": "ForgotPasswordPage",
|
|
2942
|
+
"registryItem": null,
|
|
2943
|
+
"maturity": "beta"
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"id": "email-template",
|
|
2947
|
+
"package": "@noe/ui",
|
|
2948
|
+
"title": "Email Template",
|
|
2949
|
+
"description": "Email Template — Shared / Auth component. email-template provides shared / auth behavior with RTL, i18n and accessibility built-in.",
|
|
2950
|
+
"category": "Shared / Auth",
|
|
2951
|
+
"status": "planned",
|
|
2952
|
+
"capabilityAliases": [
|
|
2953
|
+
"email template",
|
|
2954
|
+
"email-template"
|
|
2955
|
+
],
|
|
2956
|
+
"searchTerms": [
|
|
2957
|
+
"email-template",
|
|
2958
|
+
"email template",
|
|
2959
|
+
"auth"
|
|
2960
|
+
],
|
|
2961
|
+
"useWhen": [
|
|
2962
|
+
"using email template in Shared / Auth"
|
|
2963
|
+
],
|
|
2964
|
+
"doNotUseWhen": [
|
|
2965
|
+
"when email template semantics do not match"
|
|
2966
|
+
],
|
|
2967
|
+
"alternatives": [],
|
|
2968
|
+
"relatedPatterns": [],
|
|
2969
|
+
"exportName": "EmailTemplate",
|
|
2970
|
+
"registryItem": null,
|
|
2971
|
+
"maturity": "beta"
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"id": "informational-page-01",
|
|
2975
|
+
"package": "@noe/ui",
|
|
2976
|
+
"title": "Informational Page 01",
|
|
2977
|
+
"description": "Informational Page 01 — Application Examples component. informational-page-01 provides application examples behavior with RTL, i18n and accessibility built-in.",
|
|
2978
|
+
"category": "Application Examples",
|
|
2979
|
+
"status": "planned",
|
|
2980
|
+
"capabilityAliases": [
|
|
2981
|
+
"informational page 01",
|
|
2982
|
+
"informational-page-01"
|
|
2983
|
+
],
|
|
2984
|
+
"searchTerms": [
|
|
2985
|
+
"informational-page-01",
|
|
2986
|
+
"informational page 01",
|
|
2987
|
+
"application examples"
|
|
2988
|
+
],
|
|
2989
|
+
"useWhen": [
|
|
2990
|
+
"using informational page 01 in Application Examples"
|
|
2991
|
+
],
|
|
2992
|
+
"doNotUseWhen": [
|
|
2993
|
+
"when informational page 01 semantics do not match"
|
|
2994
|
+
],
|
|
2995
|
+
"alternatives": [],
|
|
2996
|
+
"relatedPatterns": [],
|
|
2997
|
+
"exportName": "InformationalPage01",
|
|
2998
|
+
"registryItem": null,
|
|
2999
|
+
"maturity": "beta"
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"id": "informational-page-02",
|
|
3003
|
+
"package": "@noe/ui",
|
|
3004
|
+
"title": "Informational Page 02",
|
|
3005
|
+
"description": "Informational Page 02 — Application Examples component. informational-page-02 provides application examples behavior with RTL, i18n and accessibility built-in.",
|
|
3006
|
+
"category": "Application Examples",
|
|
3007
|
+
"status": "planned",
|
|
3008
|
+
"capabilityAliases": [
|
|
3009
|
+
"informational page 02",
|
|
3010
|
+
"informational-page-02"
|
|
3011
|
+
],
|
|
3012
|
+
"searchTerms": [
|
|
3013
|
+
"informational-page-02",
|
|
3014
|
+
"informational page 02",
|
|
3015
|
+
"application examples"
|
|
3016
|
+
],
|
|
3017
|
+
"useWhen": [
|
|
3018
|
+
"using informational page 02 in Application Examples"
|
|
3019
|
+
],
|
|
3020
|
+
"doNotUseWhen": [
|
|
3021
|
+
"when informational page 02 semantics do not match"
|
|
3022
|
+
],
|
|
3023
|
+
"alternatives": [],
|
|
3024
|
+
"relatedPatterns": [],
|
|
3025
|
+
"exportName": "InformationalPage02",
|
|
3026
|
+
"registryItem": null,
|
|
3027
|
+
"maturity": "beta"
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"id": "banner",
|
|
3031
|
+
"package": "@noe/ui",
|
|
3032
|
+
"title": "Banner",
|
|
3033
|
+
"description": "Banner — Marketing / Banner component. banner provides marketing / banner behavior with RTL, i18n and accessibility built-in.",
|
|
3034
|
+
"category": "Marketing / Banner",
|
|
3035
|
+
"status": "planned",
|
|
3036
|
+
"capabilityAliases": [
|
|
3037
|
+
"banner",
|
|
3038
|
+
"banner"
|
|
3039
|
+
],
|
|
3040
|
+
"searchTerms": [
|
|
3041
|
+
"banner",
|
|
3042
|
+
"banner",
|
|
3043
|
+
"banner"
|
|
3044
|
+
],
|
|
3045
|
+
"useWhen": [
|
|
3046
|
+
"using banner in Marketing / Banner"
|
|
3047
|
+
],
|
|
3048
|
+
"doNotUseWhen": [
|
|
3049
|
+
"when banner semantics do not match"
|
|
3050
|
+
],
|
|
3051
|
+
"alternatives": [],
|
|
3052
|
+
"relatedPatterns": [],
|
|
3053
|
+
"exportName": "Banner",
|
|
3054
|
+
"registryItem": null,
|
|
3055
|
+
"maturity": "beta"
|
|
3056
|
+
},
|
|
3057
|
+
{
|
|
3058
|
+
"id": "blog-section",
|
|
3059
|
+
"package": "@noe/ui",
|
|
3060
|
+
"title": "Blog Section",
|
|
3061
|
+
"description": "Blog Section — Marketing / Blog component. blog-section provides marketing / blog behavior with RTL, i18n and accessibility built-in.",
|
|
3062
|
+
"category": "Marketing / Blog",
|
|
3063
|
+
"status": "planned",
|
|
3064
|
+
"capabilityAliases": [
|
|
3065
|
+
"blog section",
|
|
3066
|
+
"blog-section"
|
|
3067
|
+
],
|
|
3068
|
+
"searchTerms": [
|
|
3069
|
+
"blog-section",
|
|
3070
|
+
"blog section",
|
|
3071
|
+
"blog"
|
|
3072
|
+
],
|
|
3073
|
+
"useWhen": [
|
|
3074
|
+
"using blog section in Marketing / Blog"
|
|
3075
|
+
],
|
|
3076
|
+
"doNotUseWhen": [
|
|
3077
|
+
"when blog section semantics do not match"
|
|
3078
|
+
],
|
|
3079
|
+
"alternatives": [],
|
|
3080
|
+
"relatedPatterns": [],
|
|
3081
|
+
"exportName": "BlogSection",
|
|
3082
|
+
"registryItem": null,
|
|
3083
|
+
"maturity": "beta"
|
|
3084
|
+
},
|
|
3085
|
+
{
|
|
3086
|
+
"id": "careers-section",
|
|
3087
|
+
"package": "@noe/ui",
|
|
3088
|
+
"title": "Careers Section",
|
|
3089
|
+
"description": "Careers Section — Marketing / Careers component. careers-section provides marketing / careers behavior with RTL, i18n and accessibility built-in.",
|
|
3090
|
+
"category": "Marketing / Careers",
|
|
3091
|
+
"status": "planned",
|
|
3092
|
+
"capabilityAliases": [
|
|
3093
|
+
"careers section",
|
|
3094
|
+
"careers-section"
|
|
3095
|
+
],
|
|
3096
|
+
"searchTerms": [
|
|
3097
|
+
"careers-section",
|
|
3098
|
+
"careers section",
|
|
3099
|
+
"careers"
|
|
3100
|
+
],
|
|
3101
|
+
"useWhen": [
|
|
3102
|
+
"using careers section in Marketing / Careers"
|
|
3103
|
+
],
|
|
3104
|
+
"doNotUseWhen": [
|
|
3105
|
+
"when careers section semantics do not match"
|
|
3106
|
+
],
|
|
3107
|
+
"alternatives": [],
|
|
3108
|
+
"relatedPatterns": [],
|
|
3109
|
+
"exportName": "CareersSection",
|
|
3110
|
+
"registryItem": null,
|
|
3111
|
+
"maturity": "beta"
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
"id": "contact-section",
|
|
3115
|
+
"package": "@noe/ui",
|
|
3116
|
+
"title": "Contact Section",
|
|
3117
|
+
"description": "Contact Section — Marketing / Contact component. contact-section provides marketing / contact behavior with RTL, i18n and accessibility built-in.",
|
|
3118
|
+
"category": "Marketing / Contact",
|
|
3119
|
+
"status": "planned",
|
|
3120
|
+
"capabilityAliases": [
|
|
3121
|
+
"contact section",
|
|
3122
|
+
"contact-section"
|
|
3123
|
+
],
|
|
3124
|
+
"searchTerms": [
|
|
3125
|
+
"contact-section",
|
|
3126
|
+
"contact section",
|
|
3127
|
+
"contact"
|
|
3128
|
+
],
|
|
3129
|
+
"useWhen": [
|
|
3130
|
+
"using contact section in Marketing / Contact"
|
|
3131
|
+
],
|
|
3132
|
+
"doNotUseWhen": [
|
|
3133
|
+
"when contact section semantics do not match"
|
|
3134
|
+
],
|
|
3135
|
+
"alternatives": [],
|
|
3136
|
+
"relatedPatterns": [],
|
|
3137
|
+
"exportName": "ContactSection",
|
|
3138
|
+
"registryItem": null,
|
|
3139
|
+
"maturity": "beta"
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"id": "content-section",
|
|
3143
|
+
"package": "@noe/ui",
|
|
3144
|
+
"title": "Content Section",
|
|
3145
|
+
"description": "Content Section — Marketing / Content component. content-section provides marketing / content behavior with RTL, i18n and accessibility built-in.",
|
|
3146
|
+
"category": "Marketing / Content",
|
|
3147
|
+
"status": "planned",
|
|
3148
|
+
"capabilityAliases": [
|
|
3149
|
+
"content section",
|
|
3150
|
+
"content-section"
|
|
3151
|
+
],
|
|
3152
|
+
"searchTerms": [
|
|
3153
|
+
"content-section",
|
|
3154
|
+
"content section",
|
|
3155
|
+
"content"
|
|
3156
|
+
],
|
|
3157
|
+
"useWhen": [
|
|
3158
|
+
"using content section in Marketing / Content"
|
|
3159
|
+
],
|
|
3160
|
+
"doNotUseWhen": [
|
|
3161
|
+
"when content section semantics do not match"
|
|
3162
|
+
],
|
|
3163
|
+
"alternatives": [],
|
|
3164
|
+
"relatedPatterns": [],
|
|
3165
|
+
"exportName": "ContentSection",
|
|
3166
|
+
"registryItem": null,
|
|
3167
|
+
"maturity": "beta"
|
|
3168
|
+
},
|
|
3169
|
+
{
|
|
3170
|
+
"id": "cta-section",
|
|
3171
|
+
"package": "@noe/ui",
|
|
3172
|
+
"title": "Cta Section",
|
|
3173
|
+
"description": "Cta Section — Marketing / CTA component. cta-section provides marketing / cta behavior with RTL, i18n and accessibility built-in.",
|
|
3174
|
+
"category": "Marketing / CTA",
|
|
3175
|
+
"status": "planned",
|
|
3176
|
+
"capabilityAliases": [
|
|
3177
|
+
"cta section",
|
|
3178
|
+
"cta-section"
|
|
3179
|
+
],
|
|
3180
|
+
"searchTerms": [
|
|
3181
|
+
"cta-section",
|
|
3182
|
+
"cta section",
|
|
3183
|
+
"cta"
|
|
3184
|
+
],
|
|
3185
|
+
"useWhen": [
|
|
3186
|
+
"using cta section in Marketing / CTA"
|
|
3187
|
+
],
|
|
3188
|
+
"doNotUseWhen": [
|
|
3189
|
+
"when cta section semantics do not match"
|
|
3190
|
+
],
|
|
3191
|
+
"alternatives": [],
|
|
3192
|
+
"relatedPatterns": [],
|
|
3193
|
+
"exportName": "CtaSection",
|
|
3194
|
+
"registryItem": null,
|
|
3195
|
+
"maturity": "beta"
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"id": "faq-section",
|
|
3199
|
+
"package": "@noe/ui",
|
|
3200
|
+
"title": "Faq Section",
|
|
3201
|
+
"description": "Faq Section — Marketing / FAQ component. faq-section provides marketing / faq behavior with RTL, i18n and accessibility built-in.",
|
|
3202
|
+
"category": "Marketing / FAQ",
|
|
3203
|
+
"status": "planned",
|
|
3204
|
+
"capabilityAliases": [
|
|
3205
|
+
"faq section",
|
|
3206
|
+
"faq-section"
|
|
3207
|
+
],
|
|
3208
|
+
"searchTerms": [
|
|
3209
|
+
"faq-section",
|
|
3210
|
+
"faq section",
|
|
3211
|
+
"faq"
|
|
3212
|
+
],
|
|
3213
|
+
"useWhen": [
|
|
3214
|
+
"using faq section in Marketing / FAQ"
|
|
3215
|
+
],
|
|
3216
|
+
"doNotUseWhen": [
|
|
3217
|
+
"when faq section semantics do not match"
|
|
3218
|
+
],
|
|
3219
|
+
"alternatives": [],
|
|
3220
|
+
"relatedPatterns": [],
|
|
3221
|
+
"exportName": "FaqSection",
|
|
3222
|
+
"registryItem": null,
|
|
3223
|
+
"maturity": "beta"
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"id": "feature-section",
|
|
3227
|
+
"package": "@noe/ui",
|
|
3228
|
+
"title": "Feature Section",
|
|
3229
|
+
"description": "Feature Section — Marketing / Features component. feature-section provides marketing / features behavior with RTL, i18n and accessibility built-in.",
|
|
3230
|
+
"category": "Marketing / Features",
|
|
3231
|
+
"status": "planned",
|
|
3232
|
+
"capabilityAliases": [
|
|
3233
|
+
"feature section",
|
|
3234
|
+
"feature-section"
|
|
3235
|
+
],
|
|
3236
|
+
"searchTerms": [
|
|
3237
|
+
"feature-section",
|
|
3238
|
+
"feature section",
|
|
3239
|
+
"features"
|
|
3240
|
+
],
|
|
3241
|
+
"useWhen": [
|
|
3242
|
+
"using feature section in Marketing / Features"
|
|
3243
|
+
],
|
|
3244
|
+
"doNotUseWhen": [
|
|
3245
|
+
"when feature section semantics do not match"
|
|
3246
|
+
],
|
|
3247
|
+
"alternatives": [],
|
|
3248
|
+
"relatedPatterns": [],
|
|
3249
|
+
"exportName": "FeatureSection",
|
|
3250
|
+
"registryItem": null,
|
|
3251
|
+
"maturity": "beta"
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
"id": "footer",
|
|
3255
|
+
"package": "@noe/ui",
|
|
3256
|
+
"title": "Footer",
|
|
3257
|
+
"description": "Footer — Marketing / Footer component. footer provides marketing / footer behavior with RTL, i18n and accessibility built-in.",
|
|
3258
|
+
"category": "Marketing / Footer",
|
|
3259
|
+
"status": "planned",
|
|
3260
|
+
"capabilityAliases": [
|
|
3261
|
+
"footer",
|
|
3262
|
+
"footer"
|
|
3263
|
+
],
|
|
3264
|
+
"searchTerms": [
|
|
3265
|
+
"footer",
|
|
3266
|
+
"footer",
|
|
3267
|
+
"footer"
|
|
3268
|
+
],
|
|
3269
|
+
"useWhen": [
|
|
3270
|
+
"using footer in Marketing / Footer"
|
|
3271
|
+
],
|
|
3272
|
+
"doNotUseWhen": [
|
|
3273
|
+
"when footer semantics do not match"
|
|
3274
|
+
],
|
|
3275
|
+
"alternatives": [],
|
|
3276
|
+
"relatedPatterns": [],
|
|
3277
|
+
"exportName": "Footer",
|
|
3278
|
+
"registryItem": null,
|
|
3279
|
+
"maturity": "beta"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"id": "metrics-section",
|
|
3283
|
+
"package": "@noe/ui",
|
|
3284
|
+
"title": "Metrics Section",
|
|
3285
|
+
"description": "Metrics Section — Marketing / Metrics component. metrics-section provides marketing / metrics behavior with RTL, i18n and accessibility built-in.",
|
|
3286
|
+
"category": "Marketing / Metrics",
|
|
3287
|
+
"status": "planned",
|
|
3288
|
+
"capabilityAliases": [
|
|
3289
|
+
"metrics section",
|
|
3290
|
+
"metrics-section"
|
|
3291
|
+
],
|
|
3292
|
+
"searchTerms": [
|
|
3293
|
+
"metrics-section",
|
|
3294
|
+
"metrics section",
|
|
3295
|
+
"metrics"
|
|
3296
|
+
],
|
|
3297
|
+
"useWhen": [
|
|
3298
|
+
"using metrics section in Marketing / Metrics"
|
|
3299
|
+
],
|
|
3300
|
+
"doNotUseWhen": [
|
|
3301
|
+
"when metrics section semantics do not match"
|
|
3302
|
+
],
|
|
3303
|
+
"alternatives": [],
|
|
3304
|
+
"relatedPatterns": [],
|
|
3305
|
+
"exportName": "MetricsSection",
|
|
3306
|
+
"registryItem": null,
|
|
3307
|
+
"maturity": "beta"
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
"id": "newsletter",
|
|
3311
|
+
"package": "@noe/ui",
|
|
3312
|
+
"title": "Newsletter",
|
|
3313
|
+
"description": "Newsletter — Marketing / Newsletter component. newsletter provides marketing / newsletter behavior with RTL, i18n and accessibility built-in.",
|
|
3314
|
+
"category": "Marketing / Newsletter",
|
|
3315
|
+
"status": "planned",
|
|
3316
|
+
"capabilityAliases": [
|
|
3317
|
+
"newsletter",
|
|
3318
|
+
"newsletter"
|
|
3319
|
+
],
|
|
3320
|
+
"searchTerms": [
|
|
3321
|
+
"newsletter",
|
|
3322
|
+
"newsletter",
|
|
3323
|
+
"newsletter"
|
|
3324
|
+
],
|
|
3325
|
+
"useWhen": [
|
|
3326
|
+
"using newsletter in Marketing / Newsletter"
|
|
3327
|
+
],
|
|
3328
|
+
"doNotUseWhen": [
|
|
3329
|
+
"when newsletter semantics do not match"
|
|
3330
|
+
],
|
|
3331
|
+
"alternatives": [],
|
|
3332
|
+
"relatedPatterns": [],
|
|
3333
|
+
"exportName": "Newsletter",
|
|
3334
|
+
"registryItem": null,
|
|
3335
|
+
"maturity": "beta"
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"id": "pricing-section",
|
|
3339
|
+
"package": "@noe/ui",
|
|
3340
|
+
"title": "Pricing Section",
|
|
3341
|
+
"description": "Pricing Section — Marketing / Pricing component. pricing-section provides marketing / pricing behavior with RTL, i18n and accessibility built-in.",
|
|
3342
|
+
"category": "Marketing / Pricing",
|
|
3343
|
+
"status": "planned",
|
|
3344
|
+
"capabilityAliases": [
|
|
3345
|
+
"pricing section",
|
|
3346
|
+
"pricing-section"
|
|
3347
|
+
],
|
|
3348
|
+
"searchTerms": [
|
|
3349
|
+
"pricing-section",
|
|
3350
|
+
"pricing section",
|
|
3351
|
+
"pricing"
|
|
3352
|
+
],
|
|
3353
|
+
"useWhen": [
|
|
3354
|
+
"using pricing section in Marketing / Pricing"
|
|
3355
|
+
],
|
|
3356
|
+
"doNotUseWhen": [
|
|
3357
|
+
"when pricing section semantics do not match"
|
|
3358
|
+
],
|
|
3359
|
+
"alternatives": [],
|
|
3360
|
+
"relatedPatterns": [],
|
|
3361
|
+
"exportName": "PricingSection",
|
|
3362
|
+
"registryItem": null,
|
|
3363
|
+
"maturity": "beta"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"id": "social-proof",
|
|
3367
|
+
"package": "@noe/ui",
|
|
3368
|
+
"title": "Social Proof",
|
|
3369
|
+
"description": "Social Proof — Marketing / Social component. social-proof provides marketing / social behavior with RTL, i18n and accessibility built-in.",
|
|
3370
|
+
"category": "Marketing / Social",
|
|
3371
|
+
"status": "planned",
|
|
3372
|
+
"capabilityAliases": [
|
|
3373
|
+
"social proof",
|
|
3374
|
+
"social-proof"
|
|
3375
|
+
],
|
|
3376
|
+
"searchTerms": [
|
|
3377
|
+
"social-proof",
|
|
3378
|
+
"social proof",
|
|
3379
|
+
"social"
|
|
3380
|
+
],
|
|
3381
|
+
"useWhen": [
|
|
3382
|
+
"using social proof in Marketing / Social"
|
|
3383
|
+
],
|
|
3384
|
+
"doNotUseWhen": [
|
|
3385
|
+
"when social proof semantics do not match"
|
|
3386
|
+
],
|
|
3387
|
+
"alternatives": [],
|
|
3388
|
+
"relatedPatterns": [],
|
|
3389
|
+
"exportName": "SocialProof",
|
|
3390
|
+
"registryItem": null,
|
|
3391
|
+
"maturity": "beta"
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"id": "team-section",
|
|
3395
|
+
"package": "@noe/ui",
|
|
3396
|
+
"title": "Team Section",
|
|
3397
|
+
"description": "Team Section — Marketing / Team component. team-section provides marketing / team behavior with RTL, i18n and accessibility built-in.",
|
|
3398
|
+
"category": "Marketing / Team",
|
|
3399
|
+
"status": "planned",
|
|
3400
|
+
"capabilityAliases": [
|
|
3401
|
+
"team section",
|
|
3402
|
+
"team-section"
|
|
3403
|
+
],
|
|
3404
|
+
"searchTerms": [
|
|
3405
|
+
"team-section",
|
|
3406
|
+
"team section",
|
|
3407
|
+
"team"
|
|
3408
|
+
],
|
|
3409
|
+
"useWhen": [
|
|
3410
|
+
"using team section in Marketing / Team"
|
|
3411
|
+
],
|
|
3412
|
+
"doNotUseWhen": [
|
|
3413
|
+
"when team section semantics do not match"
|
|
3414
|
+
],
|
|
3415
|
+
"alternatives": [],
|
|
3416
|
+
"relatedPatterns": [],
|
|
3417
|
+
"exportName": "TeamSection",
|
|
3418
|
+
"registryItem": null,
|
|
3419
|
+
"maturity": "beta"
|
|
3420
|
+
},
|
|
3421
|
+
{
|
|
3422
|
+
"id": "testimonial-section",
|
|
3423
|
+
"package": "@noe/ui",
|
|
3424
|
+
"title": "Testimonial Section",
|
|
3425
|
+
"description": "Testimonial Section — Marketing / Testimonial component. testimonial-section provides marketing / testimonial behavior with RTL, i18n and accessibility built-in.",
|
|
3426
|
+
"category": "Marketing / Testimonial",
|
|
3427
|
+
"status": "planned",
|
|
3428
|
+
"capabilityAliases": [
|
|
3429
|
+
"testimonial section",
|
|
3430
|
+
"testimonial-section"
|
|
3431
|
+
],
|
|
3432
|
+
"searchTerms": [
|
|
3433
|
+
"testimonial-section",
|
|
3434
|
+
"testimonial section",
|
|
3435
|
+
"testimonial"
|
|
3436
|
+
],
|
|
3437
|
+
"useWhen": [
|
|
3438
|
+
"using testimonial section in Marketing / Testimonial"
|
|
3439
|
+
],
|
|
3440
|
+
"doNotUseWhen": [
|
|
3441
|
+
"when testimonial section semantics do not match"
|
|
3442
|
+
],
|
|
3443
|
+
"alternatives": [],
|
|
3444
|
+
"relatedPatterns": [],
|
|
3445
|
+
"exportName": "TestimonialSection",
|
|
3446
|
+
"registryItem": null,
|
|
3447
|
+
"maturity": "beta"
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"id": "about-page",
|
|
3451
|
+
"package": "@noe/ui",
|
|
3452
|
+
"title": "About Page",
|
|
3453
|
+
"description": "About Page — Marketing / Pages component. about-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
3454
|
+
"category": "Marketing / Pages",
|
|
3455
|
+
"status": "planned",
|
|
3456
|
+
"capabilityAliases": [
|
|
3457
|
+
"about page",
|
|
3458
|
+
"about-page"
|
|
3459
|
+
],
|
|
3460
|
+
"searchTerms": [
|
|
3461
|
+
"about-page",
|
|
3462
|
+
"about page",
|
|
3463
|
+
"pages"
|
|
3464
|
+
],
|
|
3465
|
+
"useWhen": [
|
|
3466
|
+
"using about page in Marketing / Pages"
|
|
3467
|
+
],
|
|
3468
|
+
"doNotUseWhen": [
|
|
3469
|
+
"when about page semantics do not match"
|
|
3470
|
+
],
|
|
3471
|
+
"alternatives": [],
|
|
3472
|
+
"relatedPatterns": [],
|
|
3473
|
+
"exportName": "AboutPage",
|
|
3474
|
+
"registryItem": null,
|
|
3475
|
+
"maturity": "beta"
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"id": "blog-post-page",
|
|
3479
|
+
"package": "@noe/ui",
|
|
3480
|
+
"title": "Blog Post Page",
|
|
3481
|
+
"description": "Blog Post Page — Marketing / Pages component. blog-post-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
3482
|
+
"category": "Marketing / Pages",
|
|
3483
|
+
"status": "planned",
|
|
3484
|
+
"capabilityAliases": [
|
|
3485
|
+
"blog post page",
|
|
3486
|
+
"blog-post-page"
|
|
3487
|
+
],
|
|
3488
|
+
"searchTerms": [
|
|
3489
|
+
"blog-post-page",
|
|
3490
|
+
"blog post page",
|
|
3491
|
+
"pages"
|
|
3492
|
+
],
|
|
3493
|
+
"useWhen": [
|
|
3494
|
+
"using blog post page in Marketing / Pages"
|
|
3495
|
+
],
|
|
3496
|
+
"doNotUseWhen": [
|
|
3497
|
+
"when blog post page semantics do not match"
|
|
3498
|
+
],
|
|
3499
|
+
"alternatives": [],
|
|
3500
|
+
"relatedPatterns": [],
|
|
3501
|
+
"exportName": "BlogPostPage",
|
|
3502
|
+
"registryItem": null,
|
|
3503
|
+
"maturity": "beta"
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"id": "blog-index-page",
|
|
3507
|
+
"package": "@noe/ui",
|
|
3508
|
+
"title": "Blog Index Page",
|
|
3509
|
+
"description": "Blog Index Page — Marketing / Pages component. blog-index-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
3510
|
+
"category": "Marketing / Pages",
|
|
3511
|
+
"status": "planned",
|
|
3512
|
+
"capabilityAliases": [
|
|
3513
|
+
"blog index page",
|
|
3514
|
+
"blog-index-page"
|
|
3515
|
+
],
|
|
3516
|
+
"searchTerms": [
|
|
3517
|
+
"blog-index-page",
|
|
3518
|
+
"blog index page",
|
|
3519
|
+
"pages"
|
|
3520
|
+
],
|
|
3521
|
+
"useWhen": [
|
|
3522
|
+
"using blog index page in Marketing / Pages"
|
|
3523
|
+
],
|
|
3524
|
+
"doNotUseWhen": [
|
|
3525
|
+
"when blog index page semantics do not match"
|
|
3526
|
+
],
|
|
3527
|
+
"alternatives": [],
|
|
3528
|
+
"relatedPatterns": [],
|
|
3529
|
+
"exportName": "BlogIndexPage",
|
|
3530
|
+
"registryItem": null,
|
|
3531
|
+
"maturity": "beta"
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"id": "contact-page",
|
|
3535
|
+
"package": "@noe/ui",
|
|
3536
|
+
"title": "Contact Page",
|
|
3537
|
+
"description": "Contact Page — Marketing / Pages component. contact-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
3538
|
+
"category": "Marketing / Pages",
|
|
3539
|
+
"status": "planned",
|
|
3540
|
+
"capabilityAliases": [
|
|
3541
|
+
"contact page",
|
|
3542
|
+
"contact-page"
|
|
3543
|
+
],
|
|
3544
|
+
"searchTerms": [
|
|
3545
|
+
"contact-page",
|
|
3546
|
+
"contact page",
|
|
3547
|
+
"pages"
|
|
3548
|
+
],
|
|
3549
|
+
"useWhen": [
|
|
3550
|
+
"using contact page in Marketing / Pages"
|
|
3551
|
+
],
|
|
3552
|
+
"doNotUseWhen": [
|
|
3553
|
+
"when contact page semantics do not match"
|
|
3554
|
+
],
|
|
3555
|
+
"alternatives": [],
|
|
3556
|
+
"relatedPatterns": [],
|
|
3557
|
+
"exportName": "ContactPage",
|
|
3558
|
+
"registryItem": null,
|
|
3559
|
+
"maturity": "beta"
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"id": "faq-page",
|
|
3563
|
+
"package": "@noe/ui",
|
|
3564
|
+
"title": "Faq Page",
|
|
3565
|
+
"description": "Faq Page — Marketing / Pages component. faq-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
3566
|
+
"category": "Marketing / Pages",
|
|
3567
|
+
"status": "planned",
|
|
3568
|
+
"capabilityAliases": [
|
|
3569
|
+
"faq page",
|
|
3570
|
+
"faq-page"
|
|
3571
|
+
],
|
|
3572
|
+
"searchTerms": [
|
|
3573
|
+
"faq-page",
|
|
3574
|
+
"faq page",
|
|
3575
|
+
"pages"
|
|
3576
|
+
],
|
|
3577
|
+
"useWhen": [
|
|
3578
|
+
"using faq page in Marketing / Pages"
|
|
3579
|
+
],
|
|
3580
|
+
"doNotUseWhen": [
|
|
3581
|
+
"when faq page semantics do not match"
|
|
3582
|
+
],
|
|
3583
|
+
"alternatives": [],
|
|
3584
|
+
"relatedPatterns": [],
|
|
3585
|
+
"exportName": "FaqPage",
|
|
3586
|
+
"registryItem": null,
|
|
3587
|
+
"maturity": "beta"
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"id": "legal-page",
|
|
3591
|
+
"package": "@noe/ui",
|
|
3592
|
+
"title": "Legal Page",
|
|
3593
|
+
"description": "Legal Page — Marketing / Pages component. legal-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
3594
|
+
"category": "Marketing / Pages",
|
|
3595
|
+
"status": "planned",
|
|
3596
|
+
"capabilityAliases": [
|
|
3597
|
+
"legal page",
|
|
3598
|
+
"legal-page"
|
|
3599
|
+
],
|
|
3600
|
+
"searchTerms": [
|
|
3601
|
+
"legal-page",
|
|
3602
|
+
"legal page",
|
|
3603
|
+
"pages"
|
|
3604
|
+
],
|
|
3605
|
+
"useWhen": [
|
|
3606
|
+
"using legal page in Marketing / Pages"
|
|
3607
|
+
],
|
|
3608
|
+
"doNotUseWhen": [
|
|
3609
|
+
"when legal page semantics do not match"
|
|
3610
|
+
],
|
|
3611
|
+
"alternatives": [],
|
|
3612
|
+
"relatedPatterns": [],
|
|
3613
|
+
"exportName": "LegalPage",
|
|
3614
|
+
"registryItem": null,
|
|
3615
|
+
"maturity": "beta"
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"id": "pricing-page",
|
|
3619
|
+
"package": "@noe/ui",
|
|
3620
|
+
"title": "Pricing Page",
|
|
3621
|
+
"description": "Pricing Page — Marketing / Pages component. pricing-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
3622
|
+
"category": "Marketing / Pages",
|
|
3623
|
+
"status": "planned",
|
|
3624
|
+
"capabilityAliases": [
|
|
3625
|
+
"pricing page",
|
|
3626
|
+
"pricing-page"
|
|
3627
|
+
],
|
|
3628
|
+
"searchTerms": [
|
|
3629
|
+
"pricing-page",
|
|
3630
|
+
"pricing page",
|
|
3631
|
+
"pages"
|
|
3632
|
+
],
|
|
3633
|
+
"useWhen": [
|
|
3634
|
+
"using pricing page in Marketing / Pages"
|
|
3635
|
+
],
|
|
3636
|
+
"doNotUseWhen": [
|
|
3637
|
+
"when pricing page semantics do not match"
|
|
3638
|
+
],
|
|
3639
|
+
"alternatives": [],
|
|
3640
|
+
"relatedPatterns": [],
|
|
3641
|
+
"exportName": "PricingPage",
|
|
3642
|
+
"registryItem": null,
|
|
3643
|
+
"maturity": "beta"
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"id": "team-page",
|
|
3647
|
+
"package": "@noe/ui",
|
|
3648
|
+
"title": "Team Page",
|
|
3649
|
+
"description": "Team Page — Marketing / Pages component. team-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
3650
|
+
"category": "Marketing / Pages",
|
|
3651
|
+
"status": "planned",
|
|
3652
|
+
"capabilityAliases": [
|
|
3653
|
+
"team page",
|
|
3654
|
+
"team-page"
|
|
3655
|
+
],
|
|
3656
|
+
"searchTerms": [
|
|
3657
|
+
"team-page",
|
|
3658
|
+
"team page",
|
|
3659
|
+
"pages"
|
|
3660
|
+
],
|
|
3661
|
+
"useWhen": [
|
|
3662
|
+
"using team page in Marketing / Pages"
|
|
3663
|
+
],
|
|
3664
|
+
"doNotUseWhen": [
|
|
3665
|
+
"when team page semantics do not match"
|
|
3666
|
+
],
|
|
3667
|
+
"alternatives": [],
|
|
3668
|
+
"relatedPatterns": [],
|
|
3669
|
+
"exportName": "TeamPage",
|
|
3670
|
+
"registryItem": null,
|
|
3671
|
+
"maturity": "beta"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"id": "marketing-404-page",
|
|
3675
|
+
"package": "@noe/ui",
|
|
3676
|
+
"title": "Marketing 404 Page",
|
|
3677
|
+
"description": "Marketing 404 Page — Marketing / Pages component. marketing-404-page provides marketing / pages behavior with RTL, i18n and accessibility built-in.",
|
|
3678
|
+
"category": "Marketing / Pages",
|
|
3679
|
+
"status": "planned",
|
|
3680
|
+
"capabilityAliases": [
|
|
3681
|
+
"marketing 404 page",
|
|
3682
|
+
"marketing-404-page"
|
|
3683
|
+
],
|
|
3684
|
+
"searchTerms": [
|
|
3685
|
+
"marketing-404-page",
|
|
3686
|
+
"marketing 404 page",
|
|
3687
|
+
"pages"
|
|
3688
|
+
],
|
|
3689
|
+
"useWhen": [
|
|
3690
|
+
"using marketing 404 page in Marketing / Pages"
|
|
3691
|
+
],
|
|
3692
|
+
"doNotUseWhen": [
|
|
3693
|
+
"when marketing 404 page semantics do not match"
|
|
3694
|
+
],
|
|
3695
|
+
"alternatives": [],
|
|
3696
|
+
"relatedPatterns": [],
|
|
3697
|
+
"exportName": "Marketing404Page",
|
|
3698
|
+
"registryItem": null,
|
|
3699
|
+
"maturity": "beta"
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"id": "gradient-picker",
|
|
3703
|
+
"package": "@noe/ui",
|
|
3704
|
+
"title": "Gradient Picker",
|
|
3705
|
+
"description": "Gradient picker with two color stops and CSS output, tokenized and accessible, distinct from ColorPicker.",
|
|
3706
|
+
"category": "Application Components",
|
|
3707
|
+
"status": "available",
|
|
3708
|
+
"capabilityAliases": [
|
|
3709
|
+
"gradient picker",
|
|
3710
|
+
"gradient",
|
|
3711
|
+
"linear gradient"
|
|
3712
|
+
],
|
|
3713
|
+
"searchTerms": [
|
|
3714
|
+
"gradient",
|
|
3715
|
+
"picker",
|
|
3716
|
+
"color"
|
|
3717
|
+
],
|
|
3718
|
+
"useWhen": [
|
|
3719
|
+
"selecting a linear gradient"
|
|
3720
|
+
],
|
|
3721
|
+
"doNotUseWhen": [
|
|
3722
|
+
"single color (use ColorPicker)"
|
|
3723
|
+
],
|
|
3724
|
+
"alternatives": [
|
|
3725
|
+
"ColorPicker"
|
|
3726
|
+
],
|
|
3727
|
+
"relatedPatterns": [
|
|
3728
|
+
"color-picker"
|
|
3729
|
+
],
|
|
3730
|
+
"exportName": "GradientPicker",
|
|
3731
|
+
"registryItem": "gradient-picker",
|
|
3732
|
+
"maturity": "beta"
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
"id": "image-picker",
|
|
3736
|
+
"package": "@noe/ui",
|
|
3737
|
+
"title": "Image Picker",
|
|
3738
|
+
"description": "Image picker with preview, drag and file input, tokenized and RTL-safe, distinct from FileUploader.",
|
|
3739
|
+
"category": "Application Components",
|
|
3740
|
+
"status": "available",
|
|
3741
|
+
"capabilityAliases": [
|
|
3742
|
+
"image picker",
|
|
3743
|
+
"image select",
|
|
3744
|
+
"image upload"
|
|
3745
|
+
],
|
|
3746
|
+
"searchTerms": [
|
|
3747
|
+
"image",
|
|
3748
|
+
"picker",
|
|
3749
|
+
"upload"
|
|
3750
|
+
],
|
|
3751
|
+
"useWhen": [
|
|
3752
|
+
"selecting an image with preview"
|
|
3753
|
+
],
|
|
3754
|
+
"doNotUseWhen": [
|
|
3755
|
+
"generic file (use FileUploader)"
|
|
3756
|
+
],
|
|
3757
|
+
"alternatives": [
|
|
3758
|
+
"FileUploader"
|
|
3759
|
+
],
|
|
3760
|
+
"relatedPatterns": [
|
|
3761
|
+
"file-uploader"
|
|
3762
|
+
],
|
|
3763
|
+
"exportName": "ImagePicker",
|
|
3764
|
+
"registryItem": "image-picker",
|
|
3765
|
+
"maturity": "beta"
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"id": "inline-cta",
|
|
3769
|
+
"package": "@noe/ui",
|
|
3770
|
+
"title": "Inline Cta",
|
|
3771
|
+
"description": "Inline call to action link with trailing logical chevron, tokenized, for use within prose.",
|
|
3772
|
+
"category": "Application Components",
|
|
3773
|
+
"status": "available",
|
|
3774
|
+
"capabilityAliases": [
|
|
3775
|
+
"inline cta",
|
|
3776
|
+
"inline call to action",
|
|
3777
|
+
"text link cta"
|
|
3778
|
+
],
|
|
3779
|
+
"searchTerms": [
|
|
3780
|
+
"inline cta",
|
|
3781
|
+
"cta",
|
|
3782
|
+
"link"
|
|
3783
|
+
],
|
|
3784
|
+
"useWhen": [
|
|
3785
|
+
"inline CTA within prose or card"
|
|
3786
|
+
],
|
|
3787
|
+
"doNotUseWhen": [
|
|
3788
|
+
"block CTA (use CTA Section)",
|
|
3789
|
+
"primary button (use Button)"
|
|
3790
|
+
],
|
|
3791
|
+
"alternatives": [
|
|
3792
|
+
"Button",
|
|
3793
|
+
"CtaSection"
|
|
3794
|
+
],
|
|
3795
|
+
"relatedPatterns": [
|
|
3796
|
+
"cta-section"
|
|
3797
|
+
],
|
|
3798
|
+
"exportName": "InlineCta",
|
|
3799
|
+
"registryItem": "inline-cta",
|
|
3800
|
+
"maturity": "beta"
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"id": "ecosystem-sphere",
|
|
3804
|
+
"package": "@noe/ui",
|
|
3805
|
+
"title": "Ecosystem Sphere",
|
|
3806
|
+
"description": "Interactive 3-D galaxy canvas with fixed core and orbiting capability nodes. Respects reduced-motion, pauses when hidden, keyboard accessible.",
|
|
3807
|
+
"category": "Cinematic / 3D System",
|
|
3808
|
+
"status": "experimental",
|
|
3809
|
+
"capabilityAliases": [
|
|
3810
|
+
"3d sphere",
|
|
3811
|
+
"ecosystem galaxy"
|
|
3812
|
+
],
|
|
3813
|
+
"searchTerms": [
|
|
3814
|
+
"ecosystem",
|
|
3815
|
+
"sphere",
|
|
3816
|
+
"canvas",
|
|
3817
|
+
"3d"
|
|
3818
|
+
],
|
|
3819
|
+
"useWhen": [
|
|
3820
|
+
"landing hero 3d visualization"
|
|
3821
|
+
],
|
|
3822
|
+
"doNotUseWhen": [
|
|
3823
|
+
"data tables",
|
|
3824
|
+
"forms"
|
|
3825
|
+
],
|
|
3826
|
+
"alternatives": [],
|
|
3827
|
+
"relatedPatterns": [
|
|
3828
|
+
"system-anatomy"
|
|
3829
|
+
],
|
|
3830
|
+
"exportName": "EcosystemSphere",
|
|
3831
|
+
"registryItem": "ecosystem-sphere",
|
|
3832
|
+
"maturity": "beta"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"id": "system-anatomy",
|
|
3836
|
+
"package": "@noe/ui",
|
|
3837
|
+
"title": "System Anatomy",
|
|
3838
|
+
"description": "Scroll-scrubbed exploded view (Foundation/Orchestration/Experience) with sticky canvas.",
|
|
3839
|
+
"category": "Cinematic / 3D System",
|
|
3840
|
+
"status": "experimental",
|
|
3841
|
+
"capabilityAliases": [
|
|
3842
|
+
"system anatomy",
|
|
3843
|
+
"exploded view"
|
|
3844
|
+
],
|
|
3845
|
+
"searchTerms": [
|
|
3846
|
+
"anatomy",
|
|
3847
|
+
"scroll"
|
|
3848
|
+
],
|
|
3849
|
+
"useWhen": [
|
|
3850
|
+
"landing storytelling"
|
|
3851
|
+
],
|
|
3852
|
+
"doNotUseWhen": [
|
|
3853
|
+
"forms"
|
|
3854
|
+
],
|
|
3855
|
+
"alternatives": [],
|
|
3856
|
+
"relatedPatterns": [
|
|
3857
|
+
"ecosystem-motion-showcase"
|
|
3858
|
+
],
|
|
3859
|
+
"exportName": "SystemAnatomy",
|
|
3860
|
+
"registryItem": "system-anatomy",
|
|
3861
|
+
"maturity": "beta"
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"id": "ecosystem-motion-showcase",
|
|
3865
|
+
"package": "@noe/ui",
|
|
3866
|
+
"title": "Ecosystem Motion Showcase",
|
|
3867
|
+
"description": "Three-principle continuous scroll narrative with sticky stage.",
|
|
3868
|
+
"category": "Cinematic / 3D System",
|
|
3869
|
+
"status": "experimental",
|
|
3870
|
+
"capabilityAliases": [
|
|
3871
|
+
"motion showcase"
|
|
3872
|
+
],
|
|
3873
|
+
"searchTerms": [
|
|
3874
|
+
"motion",
|
|
3875
|
+
"showcase"
|
|
3876
|
+
],
|
|
3877
|
+
"useWhen": [
|
|
3878
|
+
"landing"
|
|
3879
|
+
],
|
|
3880
|
+
"doNotUseWhen": [
|
|
3881
|
+
"data tables or forms"
|
|
3882
|
+
],
|
|
3883
|
+
"alternatives": [],
|
|
3884
|
+
"relatedPatterns": [],
|
|
3885
|
+
"exportName": "EcosystemMotionShowcase",
|
|
3886
|
+
"registryItem": "ecosystem-motion-showcase",
|
|
3887
|
+
"maturity": "beta"
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"id": "kinetic-experience",
|
|
3891
|
+
"package": "@noe/ui",
|
|
3892
|
+
"title": "Kinetic Experience",
|
|
3893
|
+
"description": "Fixed horizontal chapter timeline + scroll progress. IntersectionObserver active chapter.",
|
|
3894
|
+
"category": "Cinematic / Motion",
|
|
3895
|
+
"status": "experimental",
|
|
3896
|
+
"capabilityAliases": [
|
|
3897
|
+
"kinetic timeline"
|
|
3898
|
+
],
|
|
3899
|
+
"searchTerms": [
|
|
3900
|
+
"kinetic",
|
|
3901
|
+
"timeline"
|
|
3902
|
+
],
|
|
3903
|
+
"useWhen": [
|
|
3904
|
+
"landing timeline"
|
|
3905
|
+
],
|
|
3906
|
+
"doNotUseWhen": [
|
|
3907
|
+
"data tables or forms"
|
|
3908
|
+
],
|
|
3909
|
+
"alternatives": [],
|
|
3910
|
+
"relatedPatterns": [],
|
|
3911
|
+
"exportName": "KineticExperience",
|
|
3912
|
+
"registryItem": "kinetic-experience",
|
|
3913
|
+
"maturity": "beta"
|
|
3914
|
+
},
|
|
3915
|
+
{
|
|
3916
|
+
"id": "landing-cinematic",
|
|
3917
|
+
"package": "@noe/ui",
|
|
3918
|
+
"title": "Landing — Cinematic System",
|
|
3919
|
+
"description": "Full landing composition combining hero reactor, SystemAnatomy, EcosystemMotionShowcase and KineticExperience.",
|
|
3920
|
+
"category": "Cinematic / Pages",
|
|
3921
|
+
"status": "experimental",
|
|
3922
|
+
"capabilityAliases": [
|
|
3923
|
+
"landing"
|
|
3924
|
+
],
|
|
3925
|
+
"searchTerms": [
|
|
3926
|
+
"landing",
|
|
3927
|
+
"cinematic"
|
|
3928
|
+
],
|
|
3929
|
+
"useWhen": [
|
|
3930
|
+
"marketing landing"
|
|
3931
|
+
],
|
|
3932
|
+
"doNotUseWhen": [
|
|
3933
|
+
"data tables or forms"
|
|
3934
|
+
],
|
|
3935
|
+
"alternatives": [],
|
|
3936
|
+
"relatedPatterns": [],
|
|
3937
|
+
"exportName": "LandingCinematic",
|
|
3938
|
+
"registryItem": "landing-cinematic",
|
|
3939
|
+
"maturity": "beta"
|
|
3940
|
+
}
|
|
3941
|
+
]
|
|
3942
|
+
}
|