@adia-ai/a2ui-corpus 0.0.1
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/CHANGELOG.md +98 -0
- package/README.md +168 -0
- package/catalog-a2ui_0_9.json +12554 -0
- package/catalog-a2ui_0_9_rules.txt +54 -0
- package/compositions/_schema.json +26 -0
- package/compositions/agent/ai-streaming-response.json +19 -0
- package/compositions/agent/ai-streaming-response.yaml +32 -0
- package/compositions/agent/alert-banner.json +23 -0
- package/compositions/agent/alert-banner.yaml +34 -0
- package/compositions/agent/chat-interface.json +127 -0
- package/compositions/agent/chat-interface.yaml +34 -0
- package/compositions/agent/command-palette.json +113 -0
- package/compositions/agent/command-palette.yaml +30 -0
- package/compositions/agent/empty-state.json +22 -0
- package/compositions/agent/empty-state.yaml +35 -0
- package/compositions/agent/error-state-retry.json +32 -0
- package/compositions/agent/loading-skeleton.json +25 -0
- package/compositions/agent/loading-skeleton.yaml +31 -0
- package/compositions/agent/notification-preferences.json +177 -0
- package/compositions/agent/toast-stack.json +17 -0
- package/compositions/agent/toast-stack.yaml +28 -0
- package/compositions/data/activity-feed.json +31 -0
- package/compositions/data/activity-feed.yaml +43 -0
- package/compositions/data/audit-log-viewer.json +75 -0
- package/compositions/data/bookmark-list.json +32 -0
- package/compositions/data/bookmark-list.yaml +41 -0
- package/compositions/data/bulk-action-toolbar.json +28 -0
- package/compositions/data/changelog-feed.json +54 -0
- package/compositions/data/chart-dashboard.json +26 -0
- package/compositions/data/chart-dashboard.yaml +34 -0
- package/compositions/data/cohort-retention.json +50 -0
- package/compositions/data/column-manager.json +321 -0
- package/compositions/data/data-table-paginated.json +29 -0
- package/compositions/data/data-table-paginated.yaml +36 -0
- package/compositions/data/email-inbox-list.json +30 -0
- package/compositions/data/email-inbox-list.yaml +41 -0
- package/compositions/data/funnel-analytics.json +34 -0
- package/compositions/data/heatmap-calendar.json +122 -0
- package/compositions/data/invoice-table.json +26 -0
- package/compositions/data/invoice-table.yaml +33 -0
- package/compositions/data/kpi-overview.json +28 -0
- package/compositions/data/kpi-overview.yaml +42 -0
- package/compositions/data/notification-center.json +31 -0
- package/compositions/data/notification-center.yaml +41 -0
- package/compositions/data/object-inspector.json +53 -0
- package/compositions/data/product-specs-card.json +19 -0
- package/compositions/data/product-specs-card.yaml +35 -0
- package/compositions/data/progress-tracker.json +27 -0
- package/compositions/data/progress-tracker.yaml +47 -0
- package/compositions/data/review-card.json +21 -0
- package/compositions/data/review-card.yaml +34 -0
- package/compositions/data/saved-views-filter-bar.json +52 -0
- package/compositions/data/shopping-cart-summary.json +28 -0
- package/compositions/data/shopping-cart-summary.yaml +43 -0
- package/compositions/data/stat-card-dashboard.json +30 -0
- package/compositions/data/stat-card-dashboard.yaml +44 -0
- package/compositions/data/status-page.json +48 -0
- package/compositions/data/virtualized-table.json +50 -0
- package/compositions/data/weather-widget.json +20 -0
- package/compositions/data/weather-widget.yaml +31 -0
- package/compositions/form/data-import-wizard.json +217 -0
- package/compositions/forms/change-password-form.json +32 -0
- package/compositions/forms/change-password-form.yaml +44 -0
- package/compositions/forms/color-picker-panel.json +25 -0
- package/compositions/forms/color-picker-panel.yaml +36 -0
- package/compositions/forms/contact-form.json +49 -0
- package/compositions/forms/contact-form.yaml +54 -0
- package/compositions/forms/credit-card-payment-form.json +33 -0
- package/compositions/forms/credit-card-payment-form.yaml +46 -0
- package/compositions/forms/data-import-mapper.json +247 -0
- package/compositions/forms/date-time-picker-form.json +23 -0
- package/compositions/forms/date-time-picker-form.yaml +38 -0
- package/compositions/forms/destructive-confirm.json +43 -0
- package/compositions/forms/feedback-form.json +30 -0
- package/compositions/forms/feedback-form.yaml +41 -0
- package/compositions/forms/file-upload-form.json +28 -0
- package/compositions/forms/file-upload-form.yaml +37 -0
- package/compositions/forms/login-form.json +71 -0
- package/compositions/forms/login-form.yaml +43 -0
- package/compositions/forms/multi-step-wizard.json +27 -0
- package/compositions/forms/multi-step-wizard.yaml +37 -0
- package/compositions/forms/newsletter-subscription-form.json +28 -0
- package/compositions/forms/newsletter-subscription-form.yaml +40 -0
- package/compositions/forms/otp-verification-form.json +29 -0
- package/compositions/forms/otp-verification-form.yaml +42 -0
- package/compositions/forms/password-reset-form.json +28 -0
- package/compositions/forms/password-reset-form.yaml +40 -0
- package/compositions/forms/permission-matrix.json +40 -0
- package/compositions/forms/profile-edit-form.json +32 -0
- package/compositions/forms/profile-edit-form.yaml +46 -0
- package/compositions/forms/radio-group-form.json +30 -0
- package/compositions/forms/radio-group-form.yaml +39 -0
- package/compositions/forms/search-filters.json +30 -0
- package/compositions/forms/search-filters.yaml +41 -0
- package/compositions/forms/settings-toggles-page.json +32 -0
- package/compositions/forms/settings-toggles-page.yaml +43 -0
- package/compositions/forms/signup-form.json +34 -0
- package/compositions/forms/signup-form.yaml +48 -0
- package/compositions/forms/slider-range-form.json +17 -0
- package/compositions/forms/slider-range-form.yaml +34 -0
- package/compositions/forms/tag-input-form.json +24 -0
- package/compositions/forms/tag-input-form.yaml +31 -0
- package/compositions/forms/team-members-rbac.json +279 -0
- package/compositions/layout/accordion-settings.json +56 -0
- package/compositions/layout/avatar-group-display.json +20 -0
- package/compositions/layout/avatar-group-display.yaml +30 -0
- package/compositions/layout/badge-variants-display.json +27 -0
- package/compositions/layout/badge-variants-display.yaml +31 -0
- package/compositions/layout/bento-overview.json +40 -0
- package/compositions/layout/calendar-month-view.json +209 -0
- package/compositions/layout/calendar-month-view.yaml +29 -0
- package/compositions/layout/code-block.json +21 -0
- package/compositions/layout/code-block.yaml +30 -0
- package/compositions/layout/comparison-table.json +28 -0
- package/compositions/layout/comparison-table.yaml +32 -0
- package/compositions/layout/divider-with-label.json +17 -0
- package/compositions/layout/divider-with-label.yaml +29 -0
- package/compositions/layout/drawer-panel.json +23 -0
- package/compositions/layout/drawer-panel.yaml +34 -0
- package/compositions/layout/embed-iframe.json +19 -0
- package/compositions/layout/embed-iframe.yaml +31 -0
- package/compositions/layout/faq-accordion.json +85 -0
- package/compositions/layout/faq-accordion.yaml +32 -0
- package/compositions/layout/feature-grid.json +33 -0
- package/compositions/layout/feature-grid.yaml +42 -0
- package/compositions/layout/footer-nav.json +30 -0
- package/compositions/layout/footer-nav.yaml +35 -0
- package/compositions/layout/hero-cta.json +24 -0
- package/compositions/layout/hero-cta.yaml +35 -0
- package/compositions/layout/image-gallery.json +20 -0
- package/compositions/layout/image-gallery.yaml +43 -0
- package/compositions/layout/image-with-caption.json +19 -0
- package/compositions/layout/image-with-caption.yaml +29 -0
- package/compositions/layout/kanban-board.json +38 -0
- package/compositions/layout/kanban-board.yaml +37 -0
- package/compositions/layout/keyboard-shortcuts.json +26 -0
- package/compositions/layout/keyboard-shortcuts.yaml +42 -0
- package/compositions/layout/markdown-editor-preview.json +166 -0
- package/compositions/layout/media-player.json +22 -0
- package/compositions/layout/media-player.yaml +30 -0
- package/compositions/layout/modal-form.json +22 -0
- package/compositions/layout/modal-form.yaml +34 -0
- package/compositions/layout/onboarding-checklist.json +94 -0
- package/compositions/layout/onboarding-checklist.yaml +31 -0
- package/compositions/layout/popover-tooltip.json +21 -0
- package/compositions/layout/popover-tooltip.yaml +31 -0
- package/compositions/layout/pricing-tiers.json +42 -0
- package/compositions/layout/pricing-tiers.yaml +41 -0
- package/compositions/layout/product-card.json +28 -0
- package/compositions/layout/product-card.yaml +35 -0
- package/compositions/layout/sidebar-layout.json +24 -0
- package/compositions/layout/sidebar-layout.yaml +39 -0
- package/compositions/layout/split-pane-layout.json +20 -0
- package/compositions/layout/split-pane-layout.yaml +31 -0
- package/compositions/layout/tabs-panel.json +25 -0
- package/compositions/layout/tabs-panel.yaml +34 -0
- package/compositions/layout/testimonial-grid.json +42 -0
- package/compositions/layout/testimonial-grid.yaml +39 -0
- package/compositions/layout/three-pane-shell.json +316 -0
- package/compositions/layout/toolbar-actions.json +22 -0
- package/compositions/layout/toolbar-actions.yaml +29 -0
- package/compositions/navigation/breadcrumb-nav.json +18 -0
- package/compositions/navigation/breadcrumb-nav.yaml +29 -0
- package/compositions/navigation/nav-menu-with-icons.json +25 -0
- package/compositions/navigation/nav-menu-with-icons.yaml +39 -0
- package/compositions/navigation/pagination-controls.json +44 -0
- package/compositions/navigation/pagination-controls.yaml +34 -0
- package/compositions/navigation/segmented-control-tabs.json +17 -0
- package/compositions/navigation/segmented-control-tabs.yaml +29 -0
- package/compositions/navigation/workspace-switcher.json +29 -0
- package/compositions/settings/api-keys.json +57 -0
- package/compositions/settings/feature-flags.json +41 -0
- package/compositions/settings/integrations-gallery.json +66 -0
- package/compositions/settings/session-device-mgmt.json +52 -0
- package/compositions/settings/usage-quota-meter.json +47 -0
- package/compositions/settings/webhooks.json +62 -0
- package/exemplars/AUDIT-REPORT.md +116 -0
- package/exemplars/blocks-reference.md +409 -0
- package/exemplars/index.html +21 -0
- package/exemplars/prose/auth-login/a2ui.json +2143 -0
- package/exemplars/prose/auth-login/auth-login.yaml +38 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-1.json +316 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-10.json +102 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-11.json +100 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-12.json +101 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-13.json +117 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-2.json +132 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-3.json +190 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-4.json +64 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-5.json +68 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-6.json +117 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-7.json +86 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-8.json +218 -0
- package/exemplars/prose/auth-login/chunks/prose-auth-login-card-9.json +81 -0
- package/exemplars/prose/auth-login/index.html +539 -0
- package/exemplars/prose/cta/README.md +3 -0
- package/exemplars/prose/cta/a2ui.json +570 -0
- package/exemplars/prose/cta/chunks/prose-cta-card-1.json +191 -0
- package/exemplars/prose/cta/chunks/prose-cta-card-2.json +96 -0
- package/exemplars/prose/cta/cta.yaml +38 -0
- package/exemplars/prose/cta/data.json +6 -0
- package/exemplars/prose/cta/index.html +143 -0
- package/exemplars/prose/feature-grid/README.md +3 -0
- package/exemplars/prose/feature-grid/a2ui.json +464 -0
- package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-1.json +72 -0
- package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-2.json +72 -0
- package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-3.json +72 -0
- package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-4.json +72 -0
- package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-5.json +72 -0
- package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-6.json +72 -0
- package/exemplars/prose/feature-grid/data.json +13 -0
- package/exemplars/prose/feature-grid/feature-grid.yaml +35 -0
- package/exemplars/prose/feature-grid/index.html +103 -0
- package/exemplars/prose/footer/README.md +3 -0
- package/exemplars/prose/footer/a2ui.json +359 -0
- package/exemplars/prose/footer/data.json +10 -0
- package/exemplars/prose/footer/footer.yaml +32 -0
- package/exemplars/prose/footer/index.html +110 -0
- package/exemplars/prose/hero/README.md +3 -0
- package/exemplars/prose/hero/a2ui.json +982 -0
- package/exemplars/prose/hero/chunks/prose-hero-card-1.json +52 -0
- package/exemplars/prose/hero/chunks/prose-hero-card-2.json +52 -0
- package/exemplars/prose/hero/chunks/prose-hero-card-3.json +50 -0
- package/exemplars/prose/hero/chunks/prose-hero-card-4.json +50 -0
- package/exemplars/prose/hero/chunks/prose-hero-card-5.json +50 -0
- package/exemplars/prose/hero/chunks/prose-hero-card-6.json +70 -0
- package/exemplars/prose/hero/chunks/prose-hero-card-7.json +70 -0
- package/exemplars/prose/hero/chunks/prose-hero-card-8.json +70 -0
- package/exemplars/prose/hero/data.json +6 -0
- package/exemplars/prose/hero/hero.yaml +38 -0
- package/exemplars/prose/hero/index.html +227 -0
- package/exemplars/prose/pricing/README.md +3 -0
- package/exemplars/prose/pricing/a2ui.json +1367 -0
- package/exemplars/prose/pricing/chunks/prose-pricing-card-1.json +240 -0
- package/exemplars/prose/pricing/chunks/prose-pricing-card-2.json +312 -0
- package/exemplars/prose/pricing/chunks/prose-pricing-card-3.json +333 -0
- package/exemplars/prose/pricing/chunks/prose-pricing-card-4.json +51 -0
- package/exemplars/prose/pricing/chunks/prose-pricing-card-5.json +51 -0
- package/exemplars/prose/pricing/chunks/prose-pricing-card-6.json +51 -0
- package/exemplars/prose/pricing/chunks/prose-pricing-card-7.json +51 -0
- package/exemplars/prose/pricing/chunks/prose-pricing-card-8.json +80 -0
- package/exemplars/prose/pricing/data.json +9 -0
- package/exemplars/prose/pricing/index.html +308 -0
- package/exemplars/prose/pricing/pricing.yaml +38 -0
- package/exemplars/prose/steps/README.md +3 -0
- package/exemplars/prose/steps/a2ui.json +662 -0
- package/exemplars/prose/steps/chunks/prose-steps-card-1.json +129 -0
- package/exemplars/prose/steps/chunks/prose-steps-card-2.json +114 -0
- package/exemplars/prose/steps/chunks/prose-steps-card-3.json +182 -0
- package/exemplars/prose/steps/chunks/prose-steps-card-4.json +172 -0
- package/exemplars/prose/steps/data.json +31 -0
- package/exemplars/prose/steps/index.html +173 -0
- package/exemplars/prose/steps/setup.js +12 -0
- package/exemplars/prose/steps/steps.yaml +38 -0
- package/exemplars/prose/testimonials/README.md +3 -0
- package/exemplars/prose/testimonials/a2ui.json +1373 -0
- package/exemplars/prose/testimonials/chunks/prose-testimonials-card-1.json +182 -0
- package/exemplars/prose/testimonials/chunks/prose-testimonials-card-2.json +145 -0
- package/exemplars/prose/testimonials/chunks/prose-testimonials-card-3.json +146 -0
- package/exemplars/prose/testimonials/chunks/prose-testimonials-card-4.json +146 -0
- package/exemplars/prose/testimonials/chunks/prose-testimonials-card-5.json +146 -0
- package/exemplars/prose/testimonials/chunks/prose-testimonials-card-6.json +146 -0
- package/exemplars/prose/testimonials/chunks/prose-testimonials-card-7.json +146 -0
- package/exemplars/prose/testimonials/chunks/prose-testimonials-card-8.json +173 -0
- package/exemplars/prose/testimonials/data.json +14 -0
- package/exemplars/prose/testimonials/index.html +294 -0
- package/exemplars/prose/testimonials/testimonials.yaml +33 -0
- package/exemplars/ui/auth-login/a2ui.json +1821 -0
- package/exemplars/ui/auth-login/auth-login.yaml +38 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-1.json +172 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-10.json +123 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-11.json +101 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-12.json +108 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-2.json +153 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-3.json +201 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-4.json +148 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-5.json +91 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-6.json +112 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-7.json +100 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-8.json +99 -0
- package/exemplars/ui/auth-login/chunks/auth-login-card-9.json +286 -0
- package/exemplars/ui/auth-login/index.html +383 -0
- package/fragments/_schema.json +72 -0
- package/fragments/action/dual-cta-row.json +29 -0
- package/fragments/action/dual-cta-row.yaml +34 -0
- package/fragments/action/footer-cancel-save.json +31 -0
- package/fragments/action/footer-cancel-save.yaml +34 -0
- package/fragments/action/footer-primary-only.json +23 -0
- package/fragments/action/footer-primary-only.yaml +26 -0
- package/fragments/content/calendar-day-cell.json +29 -0
- package/fragments/content/chart-legend.json +122 -0
- package/fragments/content/column-config-atom.json +121 -0
- package/fragments/content/credential-entry-atom.json +128 -0
- package/fragments/content/directory-entry-atom.json +150 -0
- package/fragments/content/email-row.json +35 -0
- package/fragments/content/email-row.yaml +43 -0
- package/fragments/content/faq-item.json +54 -0
- package/fragments/content/health-entry-atom.json +87 -0
- package/fragments/content/icon-text-row.json +29 -0
- package/fragments/content/icon-text-row.yaml +36 -0
- package/fragments/content/icon-title-description.json +30 -0
- package/fragments/content/icon-title-description.yaml +37 -0
- package/fragments/content/image-tile.json +28 -0
- package/fragments/content/image-tile.yaml +32 -0
- package/fragments/content/incident-row.json +109 -0
- package/fragments/content/kbd-shortcut-row.json +29 -0
- package/fragments/content/kbd-shortcut-row.yaml +33 -0
- package/fragments/content/key-value-row.json +29 -0
- package/fragments/content/key-value-row.yaml +36 -0
- package/fragments/content/labeled-progress.json +29 -0
- package/fragments/content/labeled-progress.yaml +33 -0
- package/fragments/content/link-list-column.json +33 -0
- package/fragments/content/link-list-column.yaml +41 -0
- package/fragments/content/linked-record-row.json +95 -0
- package/fragments/content/marketplace-tile-atom.json +149 -0
- package/fragments/content/metadata-description-list.json +28 -0
- package/fragments/content/metadata-description-list.yaml +36 -0
- package/fragments/content/pending-invite-row.json +113 -0
- package/fragments/content/release-entry.json +159 -0
- package/fragments/content/rollout-entry-atom.json +170 -0
- package/fragments/content/signed-in-entry-atom.json +159 -0
- package/fragments/content/stage-entry-atom.json +117 -0
- package/fragments/content/stat-card.json +31 -0
- package/fragments/content/stat-card.yaml +39 -0
- package/fragments/content/user-identity-row.json +33 -0
- package/fragments/content/user-identity-row.yaml +43 -0
- package/fragments/content/user-notification-row.json +35 -0
- package/fragments/content/user-notification-row.yaml +50 -0
- package/fragments/content/wizard-step-row.json +96 -0
- package/fragments/form/labeled-checkbox.json +27 -0
- package/fragments/form/labeled-checkbox.yaml +36 -0
- package/fragments/form/labeled-input.json +28 -0
- package/fragments/form/labeled-input.yaml +38 -0
- package/fragments/form/labeled-slider.json +34 -0
- package/fragments/form/labeled-slider.yaml +50 -0
- package/fragments/form/labeled-textarea.json +28 -0
- package/fragments/form/labeled-textarea.yaml +39 -0
- package/fragments/form/labeled-toggle.json +29 -0
- package/fragments/form/labeled-toggle.yaml +43 -0
- package/fragments/form/rating-row.json +31 -0
- package/fragments/form/rating-row.yaml +40 -0
- package/fragments/layout/card-header-heading.json +39 -0
- package/fragments/layout/card-header-heading.yaml +27 -0
- package/fragments/layout/card-header-with-badge.json +30 -0
- package/fragments/layout/card-header-with-badge.yaml +40 -0
- package/fragments/layout/card-header-with-description.json +29 -0
- package/fragments/layout/card-header-with-description.yaml +32 -0
- package/fragments/layout/pricing-tier-card.json +37 -0
- package/fragments/layout/pricing-tier-card.yaml +50 -0
- package/fragments/layout/text-card.json +28 -0
- package/fragments/layout/text-card.yaml +30 -0
- package/manifest.json +6 -0
- package/package.json +33 -0
- package/patterns/_components.json +3320 -0
- package/patterns/_index.json +3232 -0
- package/patterns/_schema.json +206 -0
- package/patterns/_taxonomy.json +1970 -0
- package/patterns/agent/_domain.json +27 -0
- package/patterns/agent/alert-banner.json +41 -0
- package/patterns/agent/alert-banner.yaml +38 -0
- package/patterns/agent/chat-interface.json +205 -0
- package/patterns/agent/chat-interface.yaml +58 -0
- package/patterns/agent/command-palette.json +169 -0
- package/patterns/agent/command-palette.yaml +48 -0
- package/patterns/agent/empty-state.json +77 -0
- package/patterns/agent/empty-state.yaml +44 -0
- package/patterns/agent/error-state.json +67 -0
- package/patterns/agent/error-state.yaml +43 -0
- package/patterns/agent/loading-skeleton.json +101 -0
- package/patterns/agent/loading-skeleton.yaml +41 -0
- package/patterns/agent/notifications.json +87 -0
- package/patterns/agent/notifications.yaml +41 -0
- package/patterns/agent/streaming-response.json +58 -0
- package/patterns/agent/streaming-response.yaml +41 -0
- package/patterns/agent/toast-notification.json +70 -0
- package/patterns/agent/toast-notification.yaml +45 -0
- package/patterns/data/_domain.json +35 -0
- package/patterns/data/admin-dashboard-with-charts.json +755 -0
- package/patterns/data/admin-dashboard-with-charts.yaml +79 -0
- package/patterns/data/api-key-table.json +131 -0
- package/patterns/data/api-key-table.yaml +43 -0
- package/patterns/data/bookmark-list-categories.json +143 -0
- package/patterns/data/bookmark-list-categories.yaml +53 -0
- package/patterns/data/bookmark-list.json +163 -0
- package/patterns/data/bookmark-list.yaml +47 -0
- package/patterns/data/chart-dashboard.json +335 -0
- package/patterns/data/chart-dashboard.yaml +48 -0
- package/patterns/data/dashboard.json +153 -0
- package/patterns/data/dashboard.yaml +45 -0
- package/patterns/data/data-table-view.json +121 -0
- package/patterns/data/data-table-view.yaml +61 -0
- package/patterns/data/email-inbox.json +272 -0
- package/patterns/data/email-inbox.yaml +48 -0
- package/patterns/data/event-calendar-details.json +334 -0
- package/patterns/data/event-calendar-details.yaml +57 -0
- package/patterns/data/inventory-table.json +119 -0
- package/patterns/data/inventory-table.yaml +42 -0
- package/patterns/data/leaderboard.json +131 -0
- package/patterns/data/leaderboard.yaml +41 -0
- package/patterns/data/metrics.json +163 -0
- package/patterns/data/metrics.yaml +40 -0
- package/patterns/data/notification-center.json +264 -0
- package/patterns/data/notification-center.yaml +56 -0
- package/patterns/data/onboarding-checklist.json +114 -0
- package/patterns/data/onboarding-checklist.yaml +43 -0
- package/patterns/data/order-tracking.json +167 -0
- package/patterns/data/order-tracking.yaml +48 -0
- package/patterns/data/pagination-nav.json +48 -0
- package/patterns/data/pagination-nav.yaml +42 -0
- package/patterns/data/progress-dashboard.json +195 -0
- package/patterns/data/progress-dashboard.yaml +50 -0
- package/patterns/data/progress-tracker.json +119 -0
- package/patterns/data/progress-tracker.yaml +44 -0
- package/patterns/data/restaurant-menu.json +271 -0
- package/patterns/data/restaurant-menu.yaml +58 -0
- package/patterns/data/stat-cards.json +144 -0
- package/patterns/data/stat-cards.yaml +42 -0
- package/patterns/data/team-activity.json +170 -0
- package/patterns/data/team-activity.yaml +46 -0
- package/patterns/forms/_domain.json +32 -0
- package/patterns/forms/auth-signup.json +221 -0
- package/patterns/forms/auth-signup.yaml +55 -0
- package/patterns/forms/bleed-design-settings.json +201 -0
- package/patterns/forms/bleed-design-settings.yaml +57 -0
- package/patterns/forms/color-picker-demo.json +52 -0
- package/patterns/forms/color-picker-demo.yaml +43 -0
- package/patterns/forms/color-picker-panel.json +48 -0
- package/patterns/forms/color-picker-panel.yaml +38 -0
- package/patterns/forms/color-theme-builder.json +198 -0
- package/patterns/forms/color-theme-builder.yaml +55 -0
- package/patterns/forms/create-form.json +191 -0
- package/patterns/forms/create-form.yaml +55 -0
- package/patterns/forms/credit-card-payment.json +282 -0
- package/patterns/forms/credit-card-payment.yaml +61 -0
- package/patterns/forms/data-import.json +111 -0
- package/patterns/forms/data-import.yaml +49 -0
- package/patterns/forms/date-picker.json +85 -0
- package/patterns/forms/date-picker.yaml +44 -0
- package/patterns/forms/date-range-picker.json +155 -0
- package/patterns/forms/date-range-picker.yaml +54 -0
- package/patterns/forms/file-upload-form.json +151 -0
- package/patterns/forms/file-upload-form.yaml +60 -0
- package/patterns/forms/file-upload-gallery.json +174 -0
- package/patterns/forms/file-upload-gallery.yaml +56 -0
- package/patterns/forms/image-upload-preview.json +72 -0
- package/patterns/forms/image-upload-preview.yaml +42 -0
- package/patterns/forms/login-form.json +213 -0
- package/patterns/forms/login-form.yaml +61 -0
- package/patterns/forms/modal-dialog-form.json +233 -0
- package/patterns/forms/modal-dialog-form.yaml +52 -0
- package/patterns/forms/newsletter-subscribe.json +69 -0
- package/patterns/forms/newsletter-subscribe.yaml +47 -0
- package/patterns/forms/notification-filters.json +345 -0
- package/patterns/forms/notification-filters.yaml +80 -0
- package/patterns/forms/notification-preferences.json +302 -0
- package/patterns/forms/notification-preferences.yaml +66 -0
- package/patterns/forms/otp-form.json +89 -0
- package/patterns/forms/otp-form.yaml +46 -0
- package/patterns/forms/otp-verification.json +128 -0
- package/patterns/forms/otp-verification.yaml +52 -0
- package/patterns/forms/password-reset.json +206 -0
- package/patterns/forms/password-reset.yaml +56 -0
- package/patterns/forms/price-range-filter.json +133 -0
- package/patterns/forms/price-range-filter.yaml +51 -0
- package/patterns/forms/radio-group-selection.json +209 -0
- package/patterns/forms/radio-group-selection.yaml +51 -0
- package/patterns/forms/radio-group.json +143 -0
- package/patterns/forms/radio-group.yaml +50 -0
- package/patterns/forms/search-filters.json +201 -0
- package/patterns/forms/search-filters.yaml +60 -0
- package/patterns/forms/settings-page.json +364 -0
- package/patterns/forms/settings-page.yaml +64 -0
- package/patterns/forms/slider-range.json +119 -0
- package/patterns/forms/slider-range.yaml +45 -0
- package/patterns/forms/survey-rating-scales.json +450 -0
- package/patterns/forms/survey-rating-scales.yaml +69 -0
- package/patterns/forms/tag-input.json +112 -0
- package/patterns/forms/tag-input.yaml +47 -0
- package/patterns/forms/theme-customizer.json +180 -0
- package/patterns/forms/theme-customizer.yaml +53 -0
- package/patterns/forms/two-factor-auth.json +99 -0
- package/patterns/forms/two-factor-auth.yaml +62 -0
- package/patterns/forms/volume-control.json +99 -0
- package/patterns/forms/volume-control.yaml +47 -0
- package/patterns/forms/wizard-steps.json +130 -0
- package/patterns/forms/wizard-steps.yaml +58 -0
- package/patterns/layout/_domain.json +29 -0
- package/patterns/layout/accordion-settings.json +345 -0
- package/patterns/layout/accordion-settings.yaml +55 -0
- package/patterns/layout/avatar-group.json +136 -0
- package/patterns/layout/avatar-group.yaml +47 -0
- package/patterns/layout/badge-showcase.json +244 -0
- package/patterns/layout/badge-showcase.yaml +46 -0
- package/patterns/layout/calendar-view.json +88 -0
- package/patterns/layout/calendar-view.yaml +42 -0
- package/patterns/layout/code-block.json +88 -0
- package/patterns/layout/code-block.yaml +47 -0
- package/patterns/layout/consent-banner.json +89 -0
- package/patterns/layout/consent-banner.yaml +50 -0
- package/patterns/layout/cta-banner.json +99 -0
- package/patterns/layout/cta-banner.yaml +46 -0
- package/patterns/layout/divider-label.json +68 -0
- package/patterns/layout/divider-label.yaml +42 -0
- package/patterns/layout/drawer-panel.json +220 -0
- package/patterns/layout/drawer-panel.yaml +54 -0
- package/patterns/layout/embed-content.json +86 -0
- package/patterns/layout/embed-content.yaml +46 -0
- package/patterns/layout/faq-accordion.json +159 -0
- package/patterns/layout/faq-accordion.yaml +47 -0
- package/patterns/layout/feature-carousel.json +263 -0
- package/patterns/layout/feature-carousel.yaml +47 -0
- package/patterns/layout/feature-grid.json +197 -0
- package/patterns/layout/feature-grid.yaml +45 -0
- package/patterns/layout/hero-section.json +109 -0
- package/patterns/layout/hero-section.yaml +46 -0
- package/patterns/layout/image-caption.json +48 -0
- package/patterns/layout/image-caption.yaml +37 -0
- package/patterns/layout/image-carousel.json +173 -0
- package/patterns/layout/image-carousel.yaml +47 -0
- package/patterns/layout/image-gallery.json +128 -0
- package/patterns/layout/image-gallery.yaml +45 -0
- package/patterns/layout/kanban-board.json +292 -0
- package/patterns/layout/kanban-board.yaml +58 -0
- package/patterns/layout/kbd-shortcuts.json +178 -0
- package/patterns/layout/kbd-shortcuts.yaml +43 -0
- package/patterns/layout/markdown-editor.json +126 -0
- package/patterns/layout/markdown-editor.yaml +46 -0
- package/patterns/layout/music-player.json +107 -0
- package/patterns/layout/music-player.yaml +42 -0
- package/patterns/layout/pagination-demo.json +55 -0
- package/patterns/layout/pagination-demo.yaml +44 -0
- package/patterns/layout/pagination-table.json +107 -0
- package/patterns/layout/pagination-table.yaml +59 -0
- package/patterns/layout/popover-demo.json +71 -0
- package/patterns/layout/popover-demo.yaml +46 -0
- package/patterns/layout/popover-menu.json +117 -0
- package/patterns/layout/popover-menu.yaml +45 -0
- package/patterns/layout/pricing-tiers.json +354 -0
- package/patterns/layout/pricing-tiers.yaml +52 -0
- package/patterns/layout/product-card.json +89 -0
- package/patterns/layout/product-card.yaml +46 -0
- package/patterns/layout/product-carousel.json +251 -0
- package/patterns/layout/product-carousel.yaml +47 -0
- package/patterns/layout/social-post.json +119 -0
- package/patterns/layout/social-post.yaml +45 -0
- package/patterns/layout/split-pane.json +69 -0
- package/patterns/layout/split-pane.yaml +41 -0
- package/patterns/layout/swiper-carousel.json +97 -0
- package/patterns/layout/swiper-carousel.yaml +55 -0
- package/patterns/layout/tabs-panels.json +173 -0
- package/patterns/layout/tabs-panels.yaml +46 -0
- package/patterns/layout/team-carousel.json +332 -0
- package/patterns/layout/team-carousel.yaml +50 -0
- package/patterns/layout/testimonials-carousel.json +281 -0
- package/patterns/layout/testimonials-carousel.yaml +50 -0
- package/patterns/layout/testimonials-grid.json +286 -0
- package/patterns/layout/testimonials-grid.yaml +46 -0
- package/patterns/layout/toolbar-buttons.json +179 -0
- package/patterns/layout/toolbar-buttons.yaml +47 -0
- package/patterns/layout/tooltip-buttons.json +127 -0
- package/patterns/layout/tooltip-buttons.yaml +44 -0
- package/patterns/layout/user-profile.json +123 -0
- package/patterns/layout/user-profile.yaml +45 -0
- package/patterns/layout/video-player.json +95 -0
- package/patterns/layout/video-player.yaml +45 -0
- package/patterns/layout/weather-widget.json +127 -0
- package/patterns/layout/weather-widget.yaml +46 -0
- package/patterns/navigation/_domain.json +25 -0
- package/patterns/navigation/breadcrumb-nav.json +57 -0
- package/patterns/navigation/breadcrumb-nav.yaml +39 -0
- package/patterns/navigation/nav-menu-icons.json +71 -0
- package/patterns/navigation/nav-menu-icons.yaml +38 -0
- package/patterns/navigation/section-subnav.json +79 -0
- package/patterns/navigation/segmented-control.json +56 -0
- package/patterns/navigation/segmented-control.yaml +40 -0
- package/patterns/navigation/sidebar-nav.json +207 -0
- package/patterns/navigation/sidebar-nav.yaml +44 -0
- package/patterns/settings/settings-page.json +280 -0
- package/patterns/settings/settings-page.yaml +51 -0
|
@@ -0,0 +1,982 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "prose-hero",
|
|
3
|
+
"type": "page",
|
|
4
|
+
"description": "Hero sections with headlines and CTAs",
|
|
5
|
+
"domain": "layout",
|
|
6
|
+
"tags": [
|
|
7
|
+
"prose-hero",
|
|
8
|
+
"section",
|
|
9
|
+
"column",
|
|
10
|
+
"header",
|
|
11
|
+
"row",
|
|
12
|
+
"icon",
|
|
13
|
+
"text",
|
|
14
|
+
"button",
|
|
15
|
+
"card",
|
|
16
|
+
"grid",
|
|
17
|
+
"avatar",
|
|
18
|
+
"alert",
|
|
19
|
+
"layout",
|
|
20
|
+
"blazing",
|
|
21
|
+
"fast",
|
|
22
|
+
"enterprise",
|
|
23
|
+
"secure",
|
|
24
|
+
"ship",
|
|
25
|
+
"faster",
|
|
26
|
+
"calendar"
|
|
27
|
+
],
|
|
28
|
+
"keywords": [
|
|
29
|
+
"prose-hero",
|
|
30
|
+
"section",
|
|
31
|
+
"column",
|
|
32
|
+
"header",
|
|
33
|
+
"row",
|
|
34
|
+
"icon",
|
|
35
|
+
"text",
|
|
36
|
+
"button"
|
|
37
|
+
],
|
|
38
|
+
"source": "exemplars/prose/hero/index.html",
|
|
39
|
+
"components": [
|
|
40
|
+
"Section",
|
|
41
|
+
"Column",
|
|
42
|
+
"Header",
|
|
43
|
+
"Row",
|
|
44
|
+
"Icon",
|
|
45
|
+
"Text",
|
|
46
|
+
"Button",
|
|
47
|
+
"Card",
|
|
48
|
+
"Grid",
|
|
49
|
+
"Avatar",
|
|
50
|
+
"Alert"
|
|
51
|
+
],
|
|
52
|
+
"template": [
|
|
53
|
+
{
|
|
54
|
+
"id": "section-1",
|
|
55
|
+
"component": "Section",
|
|
56
|
+
"children": [
|
|
57
|
+
"column-2"
|
|
58
|
+
],
|
|
59
|
+
"prose": true
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": "column-2",
|
|
63
|
+
"component": "Column",
|
|
64
|
+
"children": [
|
|
65
|
+
"column-3",
|
|
66
|
+
"grid-39",
|
|
67
|
+
"column-81"
|
|
68
|
+
],
|
|
69
|
+
"gap": "16"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "column-3",
|
|
73
|
+
"component": "Column",
|
|
74
|
+
"children": [
|
|
75
|
+
"header-4",
|
|
76
|
+
"card-34"
|
|
77
|
+
],
|
|
78
|
+
"gap": "12"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "header-4",
|
|
82
|
+
"component": "Header",
|
|
83
|
+
"children": [
|
|
84
|
+
"column-5"
|
|
85
|
+
],
|
|
86
|
+
"align": "center",
|
|
87
|
+
"size": "lg"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "column-5",
|
|
91
|
+
"component": "Column",
|
|
92
|
+
"children": [
|
|
93
|
+
"row-6",
|
|
94
|
+
"column-9",
|
|
95
|
+
"row-13",
|
|
96
|
+
"column-16"
|
|
97
|
+
],
|
|
98
|
+
"gap": "6",
|
|
99
|
+
"align": "center"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"id": "row-6",
|
|
103
|
+
"component": "Row",
|
|
104
|
+
"children": [
|
|
105
|
+
"icon-7",
|
|
106
|
+
"text-8"
|
|
107
|
+
],
|
|
108
|
+
"gap": "0",
|
|
109
|
+
"align": "center",
|
|
110
|
+
"justify": "center"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "icon-7",
|
|
114
|
+
"component": "Icon",
|
|
115
|
+
"name": "cube",
|
|
116
|
+
"color": "primary"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"id": "text-8",
|
|
120
|
+
"component": "Text",
|
|
121
|
+
"strong": true,
|
|
122
|
+
"textContent": "Acme"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": "column-9",
|
|
126
|
+
"component": "Column",
|
|
127
|
+
"children": [
|
|
128
|
+
"text-10",
|
|
129
|
+
"text-11",
|
|
130
|
+
"text-12"
|
|
131
|
+
],
|
|
132
|
+
"gap": "4",
|
|
133
|
+
"align": "center"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "text-10",
|
|
137
|
+
"component": "Text",
|
|
138
|
+
"variant": "kicker",
|
|
139
|
+
"textContent": "The modern platform for teams"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"id": "text-11",
|
|
143
|
+
"component": "Text",
|
|
144
|
+
"variant": "display",
|
|
145
|
+
"nomargin": true,
|
|
146
|
+
"textContent": "Build, ship, and scale — without the overhead"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": "text-12",
|
|
150
|
+
"component": "Text",
|
|
151
|
+
"variant": "deck",
|
|
152
|
+
"nomargin": true,
|
|
153
|
+
"textContent": "Acme gives your team the tools to go from idea to production in record time.\n Focus on what matters — we handle the infrastructure, scaling, and security."
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "row-13",
|
|
157
|
+
"component": "Row",
|
|
158
|
+
"children": [
|
|
159
|
+
"button-14",
|
|
160
|
+
"button-15"
|
|
161
|
+
],
|
|
162
|
+
"gap": "3",
|
|
163
|
+
"justify": "center"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"id": "button-14",
|
|
167
|
+
"component": "Button",
|
|
168
|
+
"text": "Start Free Trial",
|
|
169
|
+
"variant": "primary",
|
|
170
|
+
"size": "lg",
|
|
171
|
+
"icon": "arrow-right"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"id": "button-15",
|
|
175
|
+
"component": "Button",
|
|
176
|
+
"text": "Book a Demo",
|
|
177
|
+
"variant": "outline",
|
|
178
|
+
"size": "lg",
|
|
179
|
+
"icon": "calendar"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"id": "column-16",
|
|
183
|
+
"component": "Column",
|
|
184
|
+
"children": [
|
|
185
|
+
"text-17",
|
|
186
|
+
"row-18"
|
|
187
|
+
],
|
|
188
|
+
"gap": "2",
|
|
189
|
+
"align": "center"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"id": "text-17",
|
|
193
|
+
"component": "Text",
|
|
194
|
+
"textContent": "Trusted by industry leaders"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"id": "row-18",
|
|
198
|
+
"component": "Row",
|
|
199
|
+
"children": [
|
|
200
|
+
"row-19",
|
|
201
|
+
"row-22",
|
|
202
|
+
"row-25",
|
|
203
|
+
"row-28",
|
|
204
|
+
"row-31"
|
|
205
|
+
],
|
|
206
|
+
"gap": "6",
|
|
207
|
+
"align": "center",
|
|
208
|
+
"justify": "center"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "row-19",
|
|
212
|
+
"component": "Row",
|
|
213
|
+
"children": [
|
|
214
|
+
"icon-20",
|
|
215
|
+
"text-21"
|
|
216
|
+
],
|
|
217
|
+
"gap": "1",
|
|
218
|
+
"align": "center"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"id": "icon-20",
|
|
222
|
+
"component": "Icon",
|
|
223
|
+
"name": "buildings",
|
|
224
|
+
"size": "sm",
|
|
225
|
+
"color": "muted"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"id": "text-21",
|
|
229
|
+
"component": "Text",
|
|
230
|
+
"textContent": "Globex"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"id": "row-22",
|
|
234
|
+
"component": "Row",
|
|
235
|
+
"children": [
|
|
236
|
+
"icon-23",
|
|
237
|
+
"text-24"
|
|
238
|
+
],
|
|
239
|
+
"gap": "1",
|
|
240
|
+
"align": "center"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "icon-23",
|
|
244
|
+
"component": "Icon",
|
|
245
|
+
"name": "buildings",
|
|
246
|
+
"size": "sm",
|
|
247
|
+
"color": "muted"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"id": "text-24",
|
|
251
|
+
"component": "Text",
|
|
252
|
+
"textContent": "Initech"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "row-25",
|
|
256
|
+
"component": "Row",
|
|
257
|
+
"children": [
|
|
258
|
+
"icon-26",
|
|
259
|
+
"text-27"
|
|
260
|
+
],
|
|
261
|
+
"gap": "1",
|
|
262
|
+
"align": "center"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"id": "icon-26",
|
|
266
|
+
"component": "Icon",
|
|
267
|
+
"name": "buildings",
|
|
268
|
+
"size": "sm",
|
|
269
|
+
"color": "muted"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"id": "text-27",
|
|
273
|
+
"component": "Text",
|
|
274
|
+
"textContent": "Hooli"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"id": "row-28",
|
|
278
|
+
"component": "Row",
|
|
279
|
+
"children": [
|
|
280
|
+
"icon-29",
|
|
281
|
+
"text-30"
|
|
282
|
+
],
|
|
283
|
+
"gap": "1",
|
|
284
|
+
"align": "center"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "icon-29",
|
|
288
|
+
"component": "Icon",
|
|
289
|
+
"name": "buildings",
|
|
290
|
+
"size": "sm",
|
|
291
|
+
"color": "muted"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"id": "text-30",
|
|
295
|
+
"component": "Text",
|
|
296
|
+
"textContent": "Umbrella"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"id": "row-31",
|
|
300
|
+
"component": "Row",
|
|
301
|
+
"children": [
|
|
302
|
+
"icon-32",
|
|
303
|
+
"text-33"
|
|
304
|
+
],
|
|
305
|
+
"gap": "1",
|
|
306
|
+
"align": "center"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": "icon-32",
|
|
310
|
+
"component": "Icon",
|
|
311
|
+
"name": "buildings",
|
|
312
|
+
"size": "sm",
|
|
313
|
+
"color": "muted"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"id": "text-33",
|
|
317
|
+
"component": "Text",
|
|
318
|
+
"textContent": "Stark"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": "card-34",
|
|
322
|
+
"component": "Card",
|
|
323
|
+
"children": [
|
|
324
|
+
"section-35"
|
|
325
|
+
],
|
|
326
|
+
"variant": "outlined"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"id": "section-35",
|
|
330
|
+
"component": "Section",
|
|
331
|
+
"children": [
|
|
332
|
+
"column-36"
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"id": "column-36",
|
|
337
|
+
"component": "Column",
|
|
338
|
+
"children": [
|
|
339
|
+
"icon-37",
|
|
340
|
+
"text-38"
|
|
341
|
+
],
|
|
342
|
+
"align": "center",
|
|
343
|
+
"justify": "center",
|
|
344
|
+
"gap": "2"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "icon-37",
|
|
348
|
+
"component": "Icon",
|
|
349
|
+
"name": "browser",
|
|
350
|
+
"size": "lg",
|
|
351
|
+
"color": "muted"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"id": "text-38",
|
|
355
|
+
"component": "Text",
|
|
356
|
+
"textContent": "Product screenshot"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"id": "grid-39",
|
|
360
|
+
"component": "Grid",
|
|
361
|
+
"children": [
|
|
362
|
+
"column-40",
|
|
363
|
+
"column-59"
|
|
364
|
+
],
|
|
365
|
+
"columns": "2",
|
|
366
|
+
"gap": "10"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"id": "column-40",
|
|
370
|
+
"component": "Column",
|
|
371
|
+
"children": [
|
|
372
|
+
"row-41",
|
|
373
|
+
"column-44",
|
|
374
|
+
"row-47",
|
|
375
|
+
"column-50"
|
|
376
|
+
],
|
|
377
|
+
"gap": "6"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"id": "row-41",
|
|
381
|
+
"component": "Row",
|
|
382
|
+
"children": [
|
|
383
|
+
"icon-42",
|
|
384
|
+
"text-43"
|
|
385
|
+
],
|
|
386
|
+
"gap": "0",
|
|
387
|
+
"align": "center"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"id": "icon-42",
|
|
391
|
+
"component": "Icon",
|
|
392
|
+
"name": "cube",
|
|
393
|
+
"size": "lg",
|
|
394
|
+
"color": "primary"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"id": "text-43",
|
|
398
|
+
"component": "Text",
|
|
399
|
+
"strong": true,
|
|
400
|
+
"textContent": "Acme"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "column-44",
|
|
404
|
+
"component": "Column",
|
|
405
|
+
"children": [
|
|
406
|
+
"text-45",
|
|
407
|
+
"text-46"
|
|
408
|
+
],
|
|
409
|
+
"gap": "4"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"id": "text-45",
|
|
413
|
+
"component": "Text",
|
|
414
|
+
"variant": "display",
|
|
415
|
+
"nomargin": true,
|
|
416
|
+
"textContent": "Ship products your customers love"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"id": "text-46",
|
|
420
|
+
"component": "Text",
|
|
421
|
+
"variant": "body",
|
|
422
|
+
"color": "subtle",
|
|
423
|
+
"nomargin": true,
|
|
424
|
+
"textContent": "Stop wrestling with infrastructure and start delighting users. Acme provides\n the building blocks so your team can focus on crafting experiences that drive\n growth and retention."
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"id": "row-47",
|
|
428
|
+
"component": "Row",
|
|
429
|
+
"children": [
|
|
430
|
+
"button-48",
|
|
431
|
+
"button-49"
|
|
432
|
+
],
|
|
433
|
+
"gap": "3"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"id": "button-48",
|
|
437
|
+
"component": "Button",
|
|
438
|
+
"text": "Start Free Trial",
|
|
439
|
+
"variant": "primary",
|
|
440
|
+
"size": "lg",
|
|
441
|
+
"icon": "arrow-right"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": "button-49",
|
|
445
|
+
"component": "Button",
|
|
446
|
+
"text": "Book a Demo",
|
|
447
|
+
"variant": "outline",
|
|
448
|
+
"size": "lg",
|
|
449
|
+
"icon": "calendar"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"id": "column-50",
|
|
453
|
+
"component": "Column",
|
|
454
|
+
"children": [
|
|
455
|
+
"row-51"
|
|
456
|
+
],
|
|
457
|
+
"gap": "3"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"id": "row-51",
|
|
461
|
+
"component": "Row",
|
|
462
|
+
"children": [
|
|
463
|
+
"row-52",
|
|
464
|
+
"text-58"
|
|
465
|
+
],
|
|
466
|
+
"gap": "2",
|
|
467
|
+
"align": "center"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"id": "row-52",
|
|
471
|
+
"component": "Row",
|
|
472
|
+
"children": [
|
|
473
|
+
"avatar-53",
|
|
474
|
+
"avatar-54",
|
|
475
|
+
"avatar-55",
|
|
476
|
+
"avatar-56",
|
|
477
|
+
"avatar-57"
|
|
478
|
+
],
|
|
479
|
+
"gap": "-2",
|
|
480
|
+
"align": "center"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"id": "avatar-53",
|
|
484
|
+
"component": "Avatar",
|
|
485
|
+
"name": "Alice Chen",
|
|
486
|
+
"size": "sm"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"id": "avatar-54",
|
|
490
|
+
"component": "Avatar",
|
|
491
|
+
"name": "Bob Park",
|
|
492
|
+
"size": "sm"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"id": "avatar-55",
|
|
496
|
+
"component": "Avatar",
|
|
497
|
+
"name": "Carol Diaz",
|
|
498
|
+
"size": "sm"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"id": "avatar-56",
|
|
502
|
+
"component": "Avatar",
|
|
503
|
+
"name": "Dan Kumar",
|
|
504
|
+
"size": "sm"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"id": "avatar-57",
|
|
508
|
+
"component": "Avatar",
|
|
509
|
+
"name": "Eva Novak",
|
|
510
|
+
"size": "sm"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"id": "text-58",
|
|
514
|
+
"component": "Text",
|
|
515
|
+
"textContent": "12,000+ teams trust Acme"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"id": "column-59",
|
|
519
|
+
"component": "Column",
|
|
520
|
+
"children": [
|
|
521
|
+
"card-60",
|
|
522
|
+
"grid-65"
|
|
523
|
+
],
|
|
524
|
+
"gap": "4"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"id": "card-60",
|
|
528
|
+
"component": "Card",
|
|
529
|
+
"children": [
|
|
530
|
+
"section-61"
|
|
531
|
+
],
|
|
532
|
+
"elevation": 2
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"id": "section-61",
|
|
536
|
+
"component": "Section",
|
|
537
|
+
"children": [
|
|
538
|
+
"column-62"
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"id": "column-62",
|
|
543
|
+
"component": "Column",
|
|
544
|
+
"children": [
|
|
545
|
+
"icon-63",
|
|
546
|
+
"text-64"
|
|
547
|
+
],
|
|
548
|
+
"align": "center",
|
|
549
|
+
"justify": "center",
|
|
550
|
+
"gap": "2"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"id": "icon-63",
|
|
554
|
+
"component": "Icon",
|
|
555
|
+
"name": "browser",
|
|
556
|
+
"size": "lg",
|
|
557
|
+
"color": "muted"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"id": "text-64",
|
|
561
|
+
"component": "Text",
|
|
562
|
+
"textContent": "Product screenshot"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"id": "grid-65",
|
|
566
|
+
"component": "Grid",
|
|
567
|
+
"children": [
|
|
568
|
+
"card-66",
|
|
569
|
+
"card-71",
|
|
570
|
+
"card-76"
|
|
571
|
+
],
|
|
572
|
+
"columns": "3",
|
|
573
|
+
"gap": "3"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"id": "card-66",
|
|
577
|
+
"component": "Card",
|
|
578
|
+
"children": [
|
|
579
|
+
"section-67"
|
|
580
|
+
],
|
|
581
|
+
"variant": "outlined"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"id": "section-67",
|
|
585
|
+
"component": "Section",
|
|
586
|
+
"children": [
|
|
587
|
+
"column-68"
|
|
588
|
+
]
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"id": "column-68",
|
|
592
|
+
"component": "Column",
|
|
593
|
+
"children": [
|
|
594
|
+
"text-69",
|
|
595
|
+
"text-70"
|
|
596
|
+
],
|
|
597
|
+
"align": "center",
|
|
598
|
+
"gap": "1"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"id": "text-69",
|
|
602
|
+
"component": "Text",
|
|
603
|
+
"variant": "title",
|
|
604
|
+
"nomargin": true,
|
|
605
|
+
"textContent": "99.9%"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"id": "text-70",
|
|
609
|
+
"component": "Text",
|
|
610
|
+
"textContent": "Uptime"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"id": "card-71",
|
|
614
|
+
"component": "Card",
|
|
615
|
+
"children": [
|
|
616
|
+
"section-72"
|
|
617
|
+
],
|
|
618
|
+
"variant": "outlined"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"id": "section-72",
|
|
622
|
+
"component": "Section",
|
|
623
|
+
"children": [
|
|
624
|
+
"column-73"
|
|
625
|
+
]
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"id": "column-73",
|
|
629
|
+
"component": "Column",
|
|
630
|
+
"children": [
|
|
631
|
+
"text-74",
|
|
632
|
+
"text-75"
|
|
633
|
+
],
|
|
634
|
+
"align": "center",
|
|
635
|
+
"gap": "1"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"id": "text-74",
|
|
639
|
+
"component": "Text",
|
|
640
|
+
"variant": "title",
|
|
641
|
+
"nomargin": true,
|
|
642
|
+
"textContent": "<50ms"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"id": "text-75",
|
|
646
|
+
"component": "Text",
|
|
647
|
+
"textContent": "Latency"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"id": "card-76",
|
|
651
|
+
"component": "Card",
|
|
652
|
+
"children": [
|
|
653
|
+
"section-77"
|
|
654
|
+
],
|
|
655
|
+
"variant": "outlined"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"id": "section-77",
|
|
659
|
+
"component": "Section",
|
|
660
|
+
"children": [
|
|
661
|
+
"column-78"
|
|
662
|
+
]
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"id": "column-78",
|
|
666
|
+
"component": "Column",
|
|
667
|
+
"children": [
|
|
668
|
+
"text-79",
|
|
669
|
+
"text-80"
|
|
670
|
+
],
|
|
671
|
+
"align": "center",
|
|
672
|
+
"gap": "1"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"id": "text-79",
|
|
676
|
+
"component": "Text",
|
|
677
|
+
"variant": "title",
|
|
678
|
+
"nomargin": true,
|
|
679
|
+
"textContent": "40k+"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"id": "text-80",
|
|
683
|
+
"component": "Text",
|
|
684
|
+
"textContent": "Devs"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"id": "column-81",
|
|
688
|
+
"component": "Column",
|
|
689
|
+
"children": [
|
|
690
|
+
"header-82",
|
|
691
|
+
"grid-94",
|
|
692
|
+
"alert-119"
|
|
693
|
+
],
|
|
694
|
+
"gap": "12"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"id": "header-82",
|
|
698
|
+
"component": "Header",
|
|
699
|
+
"children": [
|
|
700
|
+
"column-83"
|
|
701
|
+
],
|
|
702
|
+
"align": "center",
|
|
703
|
+
"size": "lg"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"id": "column-83",
|
|
707
|
+
"component": "Column",
|
|
708
|
+
"children": [
|
|
709
|
+
"row-84",
|
|
710
|
+
"column-87",
|
|
711
|
+
"row-91"
|
|
712
|
+
],
|
|
713
|
+
"gap": "6",
|
|
714
|
+
"align": "center"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"id": "row-84",
|
|
718
|
+
"component": "Row",
|
|
719
|
+
"children": [
|
|
720
|
+
"icon-85",
|
|
721
|
+
"text-86"
|
|
722
|
+
],
|
|
723
|
+
"gap": "0",
|
|
724
|
+
"align": "center",
|
|
725
|
+
"justify": "center"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"id": "icon-85",
|
|
729
|
+
"component": "Icon",
|
|
730
|
+
"name": "cube",
|
|
731
|
+
"size": "lg",
|
|
732
|
+
"color": "primary"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"id": "text-86",
|
|
736
|
+
"component": "Text",
|
|
737
|
+
"strong": true,
|
|
738
|
+
"textContent": "Acme"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"id": "column-87",
|
|
742
|
+
"component": "Column",
|
|
743
|
+
"children": [
|
|
744
|
+
"text-88",
|
|
745
|
+
"text-89",
|
|
746
|
+
"text-90"
|
|
747
|
+
],
|
|
748
|
+
"gap": "4",
|
|
749
|
+
"align": "center"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"id": "text-88",
|
|
753
|
+
"component": "Text",
|
|
754
|
+
"variant": "kicker",
|
|
755
|
+
"textContent": "Everything you need"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"id": "text-89",
|
|
759
|
+
"component": "Text",
|
|
760
|
+
"variant": "display",
|
|
761
|
+
"nomargin": true,
|
|
762
|
+
"textContent": "One platform to rule them all"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"id": "text-90",
|
|
766
|
+
"component": "Text",
|
|
767
|
+
"variant": "deck",
|
|
768
|
+
"nomargin": true,
|
|
769
|
+
"textContent": "Consolidate your stack into a single, powerful platform. Acme replaces\n dozens of fragmented tools with one cohesive experience your whole team will love."
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"id": "row-91",
|
|
773
|
+
"component": "Row",
|
|
774
|
+
"children": [
|
|
775
|
+
"button-92",
|
|
776
|
+
"button-93"
|
|
777
|
+
],
|
|
778
|
+
"gap": "3",
|
|
779
|
+
"justify": "center"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"id": "button-92",
|
|
783
|
+
"component": "Button",
|
|
784
|
+
"text": "Start Free Trial",
|
|
785
|
+
"variant": "primary",
|
|
786
|
+
"size": "lg",
|
|
787
|
+
"icon": "arrow-right"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"id": "button-93",
|
|
791
|
+
"component": "Button",
|
|
792
|
+
"text": "Book a Demo",
|
|
793
|
+
"variant": "outline",
|
|
794
|
+
"size": "lg",
|
|
795
|
+
"icon": "calendar"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"id": "grid-94",
|
|
799
|
+
"component": "Grid",
|
|
800
|
+
"children": [
|
|
801
|
+
"card-95",
|
|
802
|
+
"card-103",
|
|
803
|
+
"card-111"
|
|
804
|
+
],
|
|
805
|
+
"columns": "3",
|
|
806
|
+
"gap": "6"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"id": "card-95",
|
|
810
|
+
"component": "Card",
|
|
811
|
+
"children": [
|
|
812
|
+
"header-96",
|
|
813
|
+
"section-101"
|
|
814
|
+
]
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"id": "header-96",
|
|
818
|
+
"component": "Header",
|
|
819
|
+
"children": [
|
|
820
|
+
"text-97",
|
|
821
|
+
"text-99"
|
|
822
|
+
]
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"id": "text-97",
|
|
826
|
+
"component": "Text",
|
|
827
|
+
"children": [
|
|
828
|
+
"icon-98"
|
|
829
|
+
],
|
|
830
|
+
"slot": "icon"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"id": "icon-98",
|
|
834
|
+
"component": "Icon",
|
|
835
|
+
"name": "lightning",
|
|
836
|
+
"color": "primary"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"id": "text-99",
|
|
840
|
+
"component": "Text",
|
|
841
|
+
"children": [
|
|
842
|
+
"text-100"
|
|
843
|
+
],
|
|
844
|
+
"slot": "heading"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"id": "text-100",
|
|
848
|
+
"component": "Text",
|
|
849
|
+
"textContent": "Blazing Fast"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"id": "section-101",
|
|
853
|
+
"component": "Section",
|
|
854
|
+
"children": [
|
|
855
|
+
"text-102"
|
|
856
|
+
]
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"id": "text-102",
|
|
860
|
+
"component": "Text",
|
|
861
|
+
"variant": "body",
|
|
862
|
+
"textContent": "Sub-50ms response times globally with edge-first architecture and smart caching built in."
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"id": "card-103",
|
|
866
|
+
"component": "Card",
|
|
867
|
+
"children": [
|
|
868
|
+
"header-104",
|
|
869
|
+
"section-109"
|
|
870
|
+
]
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"id": "header-104",
|
|
874
|
+
"component": "Header",
|
|
875
|
+
"children": [
|
|
876
|
+
"text-105",
|
|
877
|
+
"text-107"
|
|
878
|
+
]
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"id": "text-105",
|
|
882
|
+
"component": "Text",
|
|
883
|
+
"children": [
|
|
884
|
+
"icon-106"
|
|
885
|
+
],
|
|
886
|
+
"slot": "icon"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"id": "icon-106",
|
|
890
|
+
"component": "Icon",
|
|
891
|
+
"name": "shield-check",
|
|
892
|
+
"color": "primary"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"id": "text-107",
|
|
896
|
+
"component": "Text",
|
|
897
|
+
"children": [
|
|
898
|
+
"text-108"
|
|
899
|
+
],
|
|
900
|
+
"slot": "heading"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"id": "text-108",
|
|
904
|
+
"component": "Text",
|
|
905
|
+
"textContent": "Enterprise Secure"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"id": "section-109",
|
|
909
|
+
"component": "Section",
|
|
910
|
+
"children": [
|
|
911
|
+
"text-110"
|
|
912
|
+
]
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"id": "text-110",
|
|
916
|
+
"component": "Text",
|
|
917
|
+
"variant": "body",
|
|
918
|
+
"textContent": "SOC 2 Type II certified with end-to-end encryption, SSO, and granular access controls."
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"id": "card-111",
|
|
922
|
+
"component": "Card",
|
|
923
|
+
"children": [
|
|
924
|
+
"header-112",
|
|
925
|
+
"section-117"
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"id": "header-112",
|
|
930
|
+
"component": "Header",
|
|
931
|
+
"children": [
|
|
932
|
+
"text-113",
|
|
933
|
+
"text-115"
|
|
934
|
+
]
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"id": "text-113",
|
|
938
|
+
"component": "Text",
|
|
939
|
+
"children": [
|
|
940
|
+
"icon-114"
|
|
941
|
+
],
|
|
942
|
+
"slot": "icon"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"id": "icon-114",
|
|
946
|
+
"component": "Icon",
|
|
947
|
+
"name": "rocket",
|
|
948
|
+
"color": "primary"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"id": "text-115",
|
|
952
|
+
"component": "Text",
|
|
953
|
+
"children": [
|
|
954
|
+
"text-116"
|
|
955
|
+
],
|
|
956
|
+
"slot": "heading"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"id": "text-116",
|
|
960
|
+
"component": "Text",
|
|
961
|
+
"textContent": "Ship Faster"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"id": "section-117",
|
|
965
|
+
"component": "Section",
|
|
966
|
+
"children": [
|
|
967
|
+
"text-118"
|
|
968
|
+
]
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"id": "text-118",
|
|
972
|
+
"component": "Text",
|
|
973
|
+
"variant": "body",
|
|
974
|
+
"textContent": "Deploy in minutes with zero-config CI/CD, instant rollbacks, and preview environments."
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"id": "alert-119",
|
|
978
|
+
"component": "Alert",
|
|
979
|
+
"variant": "info"
|
|
980
|
+
}
|
|
981
|
+
]
|
|
982
|
+
}
|