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,20 @@
|
|
|
1
|
+
NOE DESIGN SYSTEM — COMPLETE DELIVERY
|
|
2
|
+
|
|
3
|
+
Start here:
|
|
4
|
+
1. Read noe-design-system-execution-report.md.
|
|
5
|
+
2. Inspect noe-evidence-index.html.
|
|
6
|
+
3. Use noe-design-system-source.zip for normal source extraction.
|
|
7
|
+
4. Use noe-design-system.bundle when preserving the complete local Git history.
|
|
8
|
+
5. Use noe-design-system-evidence.zip for screenshots, logs, manifests and the static build.
|
|
9
|
+
6. Verify files with SHA256SUMS.txt.
|
|
10
|
+
|
|
11
|
+
Quick source check after extraction:
|
|
12
|
+
cd noe-design-system
|
|
13
|
+
npm test
|
|
14
|
+
npm run typecheck:offline
|
|
15
|
+
npm run verify
|
|
16
|
+
npm run build:static
|
|
17
|
+
|
|
18
|
+
The Storybook source is included, but a dependency-backed Storybook production build was not executed because the restricted environment did not have a generated dependency lockfile or npm package access.
|
|
19
|
+
|
|
20
|
+
No remote GitHub repository, pull request, hosted Actions run or deployment is claimed.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
6bbb68912a7efdcd79302656487f4613d979e0ba59f23acb8316059db28dddf4 README-FIRST.txt
|
|
2
|
+
f3bebb6535b7c693e610f54b36b64ee8d21df6bbedd3897aa567e07baa3c4a18 noe-evidence-index.html
|
|
3
|
+
03c1fae0a672a67b08706dd48e98067173edaa3d8eeb098a28a143141a8a90b5 noe-design-system-source.zip
|
|
4
|
+
6d7eb9353169317524cc3f31f02355c8c8cbf5803ce77b70f961b235cfb09a35 noe-design-system-source.tar.gz
|
|
5
|
+
4e19fb58657e42de15958d220fbbd4474bbb1556557e83ed58d92692b2378b87 noe-design-system.bundle
|
|
6
|
+
380f885804b08583d93737ddc1f490b4f69ec7a6537c948d68f29d52334e16ab noe-design-system-evidence.zip
|
|
7
|
+
3fd614b2b08a4268f86400e1d0246dfd0350aac69f243ce8ca4ba4ad810b1a73 noe-design-system-execution-report.md
|
|
8
|
+
584660a6b7746dbb0411df9a135109b35725b70a5162584b33503a8d9ff352c1 noe-design-system-manifest.json
|
|
9
|
+
4c8aa97e10208229f27776654f82dd68570302797282cbd94c15f94a4e4d1715 noe-verification-status.txt
|
|
10
|
+
269a3958f209ad1c83a149be41e028df55ea61c865cdae358deab6fd4aaef363 noe-delivery-metadata.json
|
|
11
|
+
165fcd67eed2365d388b58aae6435ac224a14c2a7f6993ffee9ac6df75631fc8 noe-visual-contact-sheet.png
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-08-25T17:23:40Z",
|
|
3
|
+
"branch": "feat/noe-design-system-foundation",
|
|
4
|
+
"head": "cfad6ad8869b8f55494baa3fee9801289d137de9",
|
|
5
|
+
"main": "e47d32e9a09d7b1ad07976c2cfe9548b239ef313",
|
|
6
|
+
"commits": [
|
|
7
|
+
{
|
|
8
|
+
"sha": "e47d32e9a09d7b1ad07976c2cfe9548b239ef313",
|
|
9
|
+
"subject": "chore: initialize NOE design system repository"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"sha": "2cdfcb55864de62d013a08d7f98618c958751694",
|
|
13
|
+
"subject": "feat(foundation): add semantic tokens and bidirectional primitives"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"sha": "b3c851beddc897dcc2646def9b1d7802e87899de",
|
|
17
|
+
"subject": "feat(surfaces): add registry, Storybook and product references"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"sha": "cfad6ad8869b8f55494baa3fee9801289d137de9",
|
|
21
|
+
"subject": "ci: add verification, governance and delivery guidance"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"manifest": "noe-design-system-manifest.json"
|
|
25
|
+
}
|
|
Binary file
|
package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-design-system-execution-report.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# NOE Design System — Execution and Delivery Report
|
|
2
|
+
|
|
3
|
+
Generated: `2026-08-25T17:23:40Z`
|
|
4
|
+
Branch: `feat/noe-design-system-foundation`
|
|
5
|
+
Final local commit: `cfad6ad8869b8f55494baa3fee9801289d137de9`
|
|
6
|
+
|
|
7
|
+
## What was repaired
|
|
8
|
+
|
|
9
|
+
The previous download set was invalid: only placeholder index/integrity files existed, while the referenced source archive, Git bundle, evidence archive and reports were absent. This delivery replaces those placeholders with real artifacts and validates every archive before it is linked.
|
|
10
|
+
|
|
11
|
+
During the repair pass, additional implementation defects were found and fixed:
|
|
12
|
+
|
|
13
|
+
- RTL-only centering pushed the bottom reference controls off-screen. It now uses logical, direction-independent centering.
|
|
14
|
+
- Mobile reference controls hid one selector. They now render as a three-column, fully reachable control grid.
|
|
15
|
+
- The workflow output node was clipped and RTL graph coordinates did not align with edges. The graph now preserves a deliberate physical flow coordinate system while node content remains RTL-aware.
|
|
16
|
+
- JSX was stored in `packages/icons/src/index.ts`; it was corrected to `.tsx` and all references were updated.
|
|
17
|
+
- Reusable components contained several hardcoded English labels. Drawer, code, plan, approval, run-inspector and tool-call APIs now receive localizable labels from callers.
|
|
18
|
+
- Strict optional-property and event typing errors in form/dialog primitives were corrected.
|
|
19
|
+
- Browser visual validation now fails on horizontal page overflow, unreachable reference controls, incorrect document direction/language, wrong surface selection or clipped workflow nodes.
|
|
20
|
+
|
|
21
|
+
## Implemented source
|
|
22
|
+
|
|
23
|
+
The tracked repository contains 128 files, including semantic tokens, i18n and pseudo-locales, direction/portal/bidi primitives, reusable core/data/agent/workflow components, 16 registry items, Storybook source, four representative product surfaces, secure GitHub workflow definitions, 19 design-system documents and four ADRs.
|
|
24
|
+
|
|
25
|
+
## Executed checks
|
|
26
|
+
|
|
27
|
+
| Check | Result | Evidence |
|
|
28
|
+
|---|---:|---|
|
|
29
|
+
| Unit tests | **PASS — 13/13** | `evidence/logs/check-all-final.log` |
|
|
30
|
+
| Offline strict TypeScript validation | **PASS** | Same log; packages and Storybook TS/TSX parsed and checked |
|
|
31
|
+
| Source/registry/i18n/RTL/workflow/security verification | **PASS — 31/31** | `evidence/verification-result.json` |
|
|
32
|
+
| Static reference build | **PASS — 33 files** | `dist/build-manifest.json` |
|
|
33
|
+
| Visual browser capture | **PASS — 30 capture requests / 28 unique PNGs** | `evidence/screenshots-manifest.json` |
|
|
34
|
+
| Browser console | **PASS — 0 errors** | `evidence/browser-console.json` |
|
|
35
|
+
| Automated layout audit | **PASS — 0 issues** | `evidence/layout-audit.json` |
|
|
36
|
+
| PNG integrity | **PASS — 28/28** | `evidence/screenshots-manifest.json` |
|
|
37
|
+
| Git integrity and whitespace | **PASS** | `evidence/logs/repository-integrity.log` |
|
|
38
|
+
| Source ZIP clean-extraction verification | **PASS** | Extracted copy completed check-all and visual matrix |
|
|
39
|
+
| Source TAR.GZ listing/extraction verification | **PASS** | Archive listed and required files extracted |
|
|
40
|
+
| Git bundle verification and clean-clone checks | **PASS** | Bundle verified, cloned, correct HEAD checked, check-all passed |
|
|
41
|
+
| Workflow YAML / shell / Node syntax | **PASS** | Same integrity log |
|
|
42
|
+
| Local secret-pattern scan | **PASS** | `evidence/verification-result.json` |
|
|
43
|
+
| Dependency-backed Storybook production build | **NOT EXECUTED** | npm dependencies and a generated lockfile were unavailable |
|
|
44
|
+
| Hosted CodeQL / Dependency Review | **BLOCKED** | No remote repository write, PR or Actions-dispatch capability |
|
|
45
|
+
| Deployment / production validation | **BLOCKED** | No authorized target infrastructure |
|
|
46
|
+
|
|
47
|
+
## Visual coverage
|
|
48
|
+
|
|
49
|
+
The automated matrix covers the agent workspace at 390, 768, 1024, 1280 and 1440 pixels in English/Persian and light/dark themes; representative consumer, dashboard, agent and workflow surfaces in English/light and Persian/dark; and pseudo-LTR/pseudo-RTL agent screens. A consolidated contact sheet and all original PNGs are included in the evidence archive.
|
|
50
|
+
|
|
51
|
+
## Git history
|
|
52
|
+
|
|
53
|
+
- `e47d32e9a09d7b1ad07976c2cfe9548b239ef313` — chore: initialize NOE design system repository
|
|
54
|
+
- `2cdfcb55864de62d013a08d7f98618c958751694` — feat(foundation): add semantic tokens and bidirectional primitives
|
|
55
|
+
- `b3c851beddc897dcc2646def9b1d7802e87899de` — feat(surfaces): add registry, Storybook and product references
|
|
56
|
+
- `cfad6ad8869b8f55494baa3fee9801289d137de9` — ci: add verification, governance and delivery guidance
|
|
57
|
+
|
|
58
|
+
## Honest completion boundary
|
|
59
|
+
|
|
60
|
+
This delivery is a locally implemented and verified source baseline. It does not claim a remote repository, pull request, hosted workflow result, package publication, Storybook deployment or production deployment. Those operations require a write-capable NOE GitHub/deployment connection.
|
package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-design-system-manifest.json
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"generatedAt": "2026-08-25T17:23:40Z",
|
|
4
|
+
"project": "NOE Design System",
|
|
5
|
+
"deliveryStatus": "local implementation verified; remote GitHub and hosted deployment not executed",
|
|
6
|
+
"git": {
|
|
7
|
+
"branch": "feat/noe-design-system-foundation",
|
|
8
|
+
"head": "cfad6ad8869b8f55494baa3fee9801289d137de9",
|
|
9
|
+
"main": "e47d32e9a09d7b1ad07976c2cfe9548b239ef313",
|
|
10
|
+
"commits": [
|
|
11
|
+
{
|
|
12
|
+
"sha": "e47d32e9a09d7b1ad07976c2cfe9548b239ef313",
|
|
13
|
+
"subject": "chore: initialize NOE design system repository"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"sha": "2cdfcb55864de62d013a08d7f98618c958751694",
|
|
17
|
+
"subject": "feat(foundation): add semantic tokens and bidirectional primitives"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"sha": "b3c851beddc897dcc2646def9b1d7802e87899de",
|
|
21
|
+
"subject": "feat(surfaces): add registry, Storybook and product references"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"sha": "cfad6ad8869b8f55494baa3fee9801289d137de9",
|
|
25
|
+
"subject": "ci: add verification, governance and delivery guidance"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"inventory": {
|
|
30
|
+
"trackedFiles": 128,
|
|
31
|
+
"designSystemDocuments": 19,
|
|
32
|
+
"adrs": 4,
|
|
33
|
+
"registryItems": 16,
|
|
34
|
+
"storybookStories": 4,
|
|
35
|
+
"screenshots": 28
|
|
36
|
+
},
|
|
37
|
+
"checks": {
|
|
38
|
+
"unit": {
|
|
39
|
+
"status": "PASS",
|
|
40
|
+
"passed": 13,
|
|
41
|
+
"failed": 0,
|
|
42
|
+
"command": "npm test"
|
|
43
|
+
},
|
|
44
|
+
"offlineTypecheck": {
|
|
45
|
+
"status": "PASS",
|
|
46
|
+
"command": "npm run typecheck:offline",
|
|
47
|
+
"scope": "package and Storybook TypeScript/TSX source using verification-only ambient dependency declarations"
|
|
48
|
+
},
|
|
49
|
+
"sourceVerification": {
|
|
50
|
+
"status": "PASS",
|
|
51
|
+
"passed": 31,
|
|
52
|
+
"failed": 0,
|
|
53
|
+
"command": "npm run verify"
|
|
54
|
+
},
|
|
55
|
+
"staticBuild": {
|
|
56
|
+
"status": "PASS",
|
|
57
|
+
"files": 33,
|
|
58
|
+
"command": "npm run build:static"
|
|
59
|
+
},
|
|
60
|
+
"visual": {
|
|
61
|
+
"status": "PASS",
|
|
62
|
+
"captureRequests": 30,
|
|
63
|
+
"uniquePngs": 28,
|
|
64
|
+
"allPngsValid": true,
|
|
65
|
+
"consoleErrors": 0,
|
|
66
|
+
"layoutIssues": 0,
|
|
67
|
+
"command": "npm run visual"
|
|
68
|
+
},
|
|
69
|
+
"repositoryIntegrity": {
|
|
70
|
+
"status": "PASS",
|
|
71
|
+
"checks": [
|
|
72
|
+
"git diff --check",
|
|
73
|
+
"git fsck --full",
|
|
74
|
+
"clean tracked worktree",
|
|
75
|
+
"workflow YAML parse",
|
|
76
|
+
"shell syntax",
|
|
77
|
+
"Node syntax"
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
"storybookBuild": {
|
|
81
|
+
"status": "NOT_EXECUTED",
|
|
82
|
+
"reason": "Dependency-backed Storybook packages and lockfile were not available in the restricted execution environment."
|
|
83
|
+
},
|
|
84
|
+
"hostedSecurity": {
|
|
85
|
+
"status": "BLOCKED",
|
|
86
|
+
"reason": "No remote repository write/PR/Actions dispatch capability was available; workflow definitions are included but hosted CodeQL and Dependency Review did not run."
|
|
87
|
+
},
|
|
88
|
+
"deployment": {
|
|
89
|
+
"status": "BLOCKED",
|
|
90
|
+
"reason": "No authorized NOE deployment target was discoverable or writable."
|
|
91
|
+
},
|
|
92
|
+
"archives": {
|
|
93
|
+
"status": "PASS",
|
|
94
|
+
"sourceZip": "extracted; check-all and visual passed",
|
|
95
|
+
"sourceTarGz": "listed and extracted",
|
|
96
|
+
"gitBundle": "git bundle verify; clean clone; expected HEAD; check-all passed",
|
|
97
|
+
"evidenceZip": "unzip integrity test passed"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"knownBoundaries": [
|
|
101
|
+
"This is a verified local implementation baseline, not a production deployment.",
|
|
102
|
+
"Storybook configuration and stories are included; a dependency-backed Storybook production build was not executed.",
|
|
103
|
+
"Firefox and WebKit E2E runs were not executed.",
|
|
104
|
+
"No GitHub repository, Project, issue, pull request, ruleset, package release, or hosted workflow run was created."
|
|
105
|
+
]
|
|
106
|
+
}
|
package/artifacts/original-delivery/NOE-Design-System-Delivery/noe-design-system-source.tar.gz
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en" dir="ltr">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
|
+
<title>NOE Design System Delivery Evidence</title>
|
|
7
|
+
<style>
|
|
8
|
+
:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#211d19;background:#f6f2eb}body{max-width:1180px;margin:auto;padding:40px 24px 80px}h1{font-size:clamp(2rem,5vw,4.5rem);line-height:.95;letter-spacing:-.055em;max-width:12ch}p{line-height:1.65;color:#655d55}.signal{color:#e95f4f}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:28px 0}.card{background:#fffaf4;border:1px solid #d9d0c6;border-radius:14px;padding:18px}.pass{color:#196b45;font-weight:750}.blocked{color:#8a5b11;font-weight:750}table{width:100%;border-collapse:collapse;background:#fffaf4;border:1px solid #d9d0c6}th,td{padding:12px;text-align:left;border-bottom:1px solid #e6ddd3;vertical-align:top}th{font-size:.72rem;letter-spacing:.09em;text-transform:uppercase}code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem;overflow-wrap:anywhere}a{color:inherit;text-underline-offset:3px}img{max-width:100%;border:1px solid #d9d0c6;border-radius:14px;background:white}.note{border-inline-start:4px solid #e95f4f;padding:10px 16px;background:#fffaf4}@media(max-width:720px){table,thead,tbody,tr,th,td{display:block}th{display:none}td{border-bottom:0;padding-block:6px}tr{border-bottom:1px solid #e6ddd3;padding:8px}}
|
|
9
|
+
</style>
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
<p class="signal"><strong>NOE / VERIFIED LOCAL DELIVERY</strong></p>
|
|
13
|
+
<h1>Real files. Verified archives. No placeholder links.</h1>
|
|
14
|
+
<p>This index replaces the invalid placeholder delivery. Every linked artifact exists in this package, has a SHA-256 digest below, and was validated before packaging.</p>
|
|
15
|
+
<div class="grid">
|
|
16
|
+
<div class="card"><span class="pass">PASS</span><h2>13/13 unit tests</h2><p>Locale, pseudo-localization, registry, RTL, tokens and reference surfaces.</p></div>
|
|
17
|
+
<div class="card"><span class="pass">PASS</span><h2>Strict TypeScript</h2><p>Package and Storybook TS/TSX source validated with the offline verification surface.</p></div>
|
|
18
|
+
<div class="card"><span class="pass">PASS</span><h2>31/31 audits</h2><p>Registry, i18n, logical CSS, portals, workflows, secrets and documentation.</p></div>
|
|
19
|
+
<div class="card"><span class="pass">PASS</span><h2>28 valid screenshots</h2><p>30 capture requests, zero browser-console errors and zero automated layout issues.</p></div>
|
|
20
|
+
<div class="card"><span class="pass">PASS</span><h2>Archive recovery</h2><p>Source ZIP was extracted and rerun; TAR listed/extracted; Git bundle verified and cloned.</p></div>
|
|
21
|
+
<div class="card"><span class="blocked">BOUNDARY</span><h2>Remote operations</h2><p>No remote GitHub PR, hosted Actions result, Storybook deployment or production deployment is claimed.</p></div>
|
|
22
|
+
</div>
|
|
23
|
+
<h2>Downloads</h2>
|
|
24
|
+
<table><thead><tr><th>Artifact</th><th>Size</th><th>SHA-256</th></tr></thead><tbody><tr><td><a href="noe-design-system-source.zip">noe-design-system-source.zip</a></td><td>99.4 KiB</td><td><code>03c1fae0a672a67b08706dd48e98067173edaa3d8eeb098a28a143141a8a90b5</code></td></tr>
|
|
25
|
+
<tr><td><a href="noe-design-system-source.tar.gz">noe-design-system-source.tar.gz</a></td><td>57.9 KiB</td><td><code>6d7eb9353169317524cc3f31f02355c8c8cbf5803ce77b70f961b235cfb09a35</code></td></tr>
|
|
26
|
+
<tr><td><a href="noe-design-system.bundle">noe-design-system.bundle</a></td><td>76.2 KiB</td><td><code>4e19fb58657e42de15958d220fbbd4474bbb1556557e83ed58d92692b2378b87</code></td></tr>
|
|
27
|
+
<tr><td><a href="noe-design-system-evidence.zip">noe-design-system-evidence.zip</a></td><td>5.37 MiB</td><td><code>380f885804b08583d93737ddc1f490b4f69ec7a6537c948d68f29d52334e16ab</code></td></tr>
|
|
28
|
+
<tr><td><a href="noe-design-system-execution-report.md">noe-design-system-execution-report.md</a></td><td>4.7 KiB</td><td><code>3fd614b2b08a4268f86400e1d0246dfd0350aac69f243ce8ca4ba4ad810b1a73</code></td></tr>
|
|
29
|
+
<tr><td><a href="noe-design-system-manifest.json">noe-design-system-manifest.json</a></td><td>3.4 KiB</td><td><code>584660a6b7746dbb0411df9a135109b35725b70a5162584b33503a8d9ff352c1</code></td></tr>
|
|
30
|
+
<tr><td><a href="noe-verification-status.txt">noe-verification-status.txt</a></td><td>0.6 KiB</td><td><code>4c8aa97e10208229f27776654f82dd68570302797282cbd94c15f94a4e4d1715</code></td></tr>
|
|
31
|
+
<tr><td><a href="noe-delivery-metadata.json">noe-delivery-metadata.json</a></td><td>0.8 KiB</td><td><code>269a3958f209ad1c83a149be41e028df55ea61c865cdae358deab6fd4aaef363</code></td></tr>
|
|
32
|
+
<tr><td><a href="noe-visual-contact-sheet.png">noe-visual-contact-sheet.png</a></td><td>2.55 MiB</td><td><code>165fcd67eed2365d388b58aae6435ac224a14c2a7f6993ffee9ac6df75631fc8</code></td></tr></tbody></table>
|
|
33
|
+
<h2>Recommended entry points</h2>
|
|
34
|
+
<p><a href="noe-design-system-source.zip"><strong>Source ZIP</strong></a> is the easiest source package. <a href="noe-design-system.bundle"><strong>Git bundle</strong></a> preserves all four local commits. <a href="noe-design-system-evidence.zip"><strong>Evidence ZIP</strong></a> contains logs, screenshots and the static build. <a href="noe-design-system-execution-report.md"><strong>Execution report</strong></a> gives the exact completion boundary.</p>
|
|
35
|
+
<p class="note">Dependency-backed Storybook compilation and hosted GitHub security workflows remain explicitly unexecuted; the source and workflow definitions are present, but this delivery does not mislabel them as successful.</p>
|
|
36
|
+
<h2>Visual evidence</h2>
|
|
37
|
+
<a href="noe-visual-contact-sheet.png"><img src="noe-visual-contact-sheet.png" alt="Contact sheet of NOE English, Persian, light, dark, mobile, dashboard, agent and workflow surfaces"></a>
|
|
38
|
+
</body></html>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
NOE DESIGN SYSTEM DELIVERY STATUS
|
|
2
|
+
Generated: 2026-08-25T17:23:40Z
|
|
3
|
+
Branch: feat/noe-design-system-foundation
|
|
4
|
+
HEAD: cfad6ad8869b8f55494baa3fee9801289d137de9
|
|
5
|
+
|
|
6
|
+
PASS Unit tests: 13/13
|
|
7
|
+
PASS Offline strict TypeScript verification
|
|
8
|
+
PASS Source/registry/i18n/RTL/security audits: 31/31
|
|
9
|
+
PASS Static build: 33 files
|
|
10
|
+
PASS Visual capture: 30 capture requests, 28 unique valid PNGs
|
|
11
|
+
PASS Browser console errors: 0
|
|
12
|
+
PASS Layout audit issues: 0
|
|
13
|
+
PASS Git/YAML/shell/Node repository integrity checks
|
|
14
|
+
NOT_EXECUTED Dependency-backed Storybook build
|
|
15
|
+
BLOCKED Hosted GitHub Actions, PR, CodeQL, Dependency Review and deployment
|
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
NOE Design System evidence package
|
|
2
|
+
|
|
3
|
+
Start with:
|
|
4
|
+
- noe-design-system-execution-report.md
|
|
5
|
+
- evidence/visual-index.html
|
|
6
|
+
- evidence/review/contact-sheet.png
|
|
7
|
+
- evidence/verification-result.json
|
|
8
|
+
- evidence/layout-audit.json
|
|
9
|
+
- evidence/logs/check-all-final.log
|
|
10
|
+
- evidence/logs/noe-source-archive-validation.log
|
|
11
|
+
- evidence/logs/noe-bundle-clone-validation.log
|
|
12
|
+
|
|
13
|
+
The dist/ directory contains the dependency-free static reference build.
|
package/artifacts/original-delivery/noe-design-system-evidence/evidence/review/contact-sheet.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/artifacts/original-delivery/noe-design-system-evidence/evidence/screenshots-manifest.json
ADDED
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-08-25T17:22:27.495Z",
|
|
3
|
+
"count": 28,
|
|
4
|
+
"valid": true,
|
|
5
|
+
"screenshots": [
|
|
6
|
+
{
|
|
7
|
+
"name": "agent-en-dark-1024.png",
|
|
8
|
+
"width": 1024,
|
|
9
|
+
"height": 900,
|
|
10
|
+
"bytes": 92558,
|
|
11
|
+
"valid": true
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "agent-en-dark-1280.png",
|
|
15
|
+
"width": 1280,
|
|
16
|
+
"height": 900,
|
|
17
|
+
"bytes": 151144,
|
|
18
|
+
"valid": true
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "agent-en-dark-1440.png",
|
|
22
|
+
"width": 1440,
|
|
23
|
+
"height": 900,
|
|
24
|
+
"bytes": 162992,
|
|
25
|
+
"valid": true
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "agent-en-dark-390.png",
|
|
29
|
+
"width": 390,
|
|
30
|
+
"height": 844,
|
|
31
|
+
"bytes": 51792,
|
|
32
|
+
"valid": true
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "agent-en-dark-768.png",
|
|
36
|
+
"width": 768,
|
|
37
|
+
"height": 900,
|
|
38
|
+
"bytes": 72921,
|
|
39
|
+
"valid": true
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "agent-en-light-1024.png",
|
|
43
|
+
"width": 1024,
|
|
44
|
+
"height": 900,
|
|
45
|
+
"bytes": 92116,
|
|
46
|
+
"valid": true
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "agent-en-light-1280.png",
|
|
50
|
+
"width": 1280,
|
|
51
|
+
"height": 900,
|
|
52
|
+
"bytes": 149654,
|
|
53
|
+
"valid": true
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "agent-en-light-1440.png",
|
|
57
|
+
"width": 1440,
|
|
58
|
+
"height": 900,
|
|
59
|
+
"bytes": 161276,
|
|
60
|
+
"valid": true
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "agent-en-light-390.png",
|
|
64
|
+
"width": 390,
|
|
65
|
+
"height": 844,
|
|
66
|
+
"bytes": 52212,
|
|
67
|
+
"valid": true
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "agent-en-light-768.png",
|
|
71
|
+
"width": 768,
|
|
72
|
+
"height": 900,
|
|
73
|
+
"bytes": 72554,
|
|
74
|
+
"valid": true
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "agent-fa-dark-1024.png",
|
|
78
|
+
"width": 1024,
|
|
79
|
+
"height": 900,
|
|
80
|
+
"bytes": 86198,
|
|
81
|
+
"valid": true
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "agent-fa-dark-1280.png",
|
|
85
|
+
"width": 1280,
|
|
86
|
+
"height": 900,
|
|
87
|
+
"bytes": 149212,
|
|
88
|
+
"valid": true
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "agent-fa-dark-1440.png",
|
|
92
|
+
"width": 1440,
|
|
93
|
+
"height": 900,
|
|
94
|
+
"bytes": 157403,
|
|
95
|
+
"valid": true
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "agent-fa-dark-390.png",
|
|
99
|
+
"width": 390,
|
|
100
|
+
"height": 844,
|
|
101
|
+
"bytes": 48719,
|
|
102
|
+
"valid": true
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "agent-fa-dark-768.png",
|
|
106
|
+
"width": 768,
|
|
107
|
+
"height": 900,
|
|
108
|
+
"bytes": 69556,
|
|
109
|
+
"valid": true
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "agent-fa-light-1024.png",
|
|
113
|
+
"width": 1024,
|
|
114
|
+
"height": 900,
|
|
115
|
+
"bytes": 86862,
|
|
116
|
+
"valid": true
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "agent-fa-light-1280.png",
|
|
120
|
+
"width": 1280,
|
|
121
|
+
"height": 900,
|
|
122
|
+
"bytes": 148740,
|
|
123
|
+
"valid": true
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "agent-fa-light-1440.png",
|
|
127
|
+
"width": 1440,
|
|
128
|
+
"height": 900,
|
|
129
|
+
"bytes": 157262,
|
|
130
|
+
"valid": true
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "agent-fa-light-390.png",
|
|
134
|
+
"width": 390,
|
|
135
|
+
"height": 844,
|
|
136
|
+
"bytes": 48784,
|
|
137
|
+
"valid": true
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "agent-fa-light-768.png",
|
|
141
|
+
"width": 768,
|
|
142
|
+
"height": 900,
|
|
143
|
+
"bytes": 69669,
|
|
144
|
+
"valid": true
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "agent-pseudo-ltr-1024.png",
|
|
148
|
+
"width": 1024,
|
|
149
|
+
"height": 900,
|
|
150
|
+
"bytes": 100817,
|
|
151
|
+
"valid": true
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "agent-pseudo-rtl-1024.png",
|
|
155
|
+
"width": 1024,
|
|
156
|
+
"height": 900,
|
|
157
|
+
"bytes": 101981,
|
|
158
|
+
"valid": true
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "consumer-en-light-1440.png",
|
|
162
|
+
"width": 1440,
|
|
163
|
+
"height": 900,
|
|
164
|
+
"bytes": 131583,
|
|
165
|
+
"valid": true
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "consumer-fa-dark-1440.png",
|
|
169
|
+
"width": 1440,
|
|
170
|
+
"height": 900,
|
|
171
|
+
"bytes": 117327,
|
|
172
|
+
"valid": true
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "dashboard-en-light-1440.png",
|
|
176
|
+
"width": 1440,
|
|
177
|
+
"height": 900,
|
|
178
|
+
"bytes": 111727,
|
|
179
|
+
"valid": true
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "dashboard-fa-dark-1440.png",
|
|
183
|
+
"width": 1440,
|
|
184
|
+
"height": 900,
|
|
185
|
+
"bytes": 104606,
|
|
186
|
+
"valid": true
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "workflow-en-light-1440.png",
|
|
190
|
+
"width": 1440,
|
|
191
|
+
"height": 900,
|
|
192
|
+
"bytes": 121545,
|
|
193
|
+
"valid": true
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "workflow-fa-dark-1440.png",
|
|
197
|
+
"width": 1440,
|
|
198
|
+
"height": 900,
|
|
199
|
+
"bytes": 125263,
|
|
200
|
+
"valid": true
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
}
|