@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.
Files changed (579) hide show
  1. package/CHANGELOG.md +98 -0
  2. package/README.md +168 -0
  3. package/catalog-a2ui_0_9.json +12554 -0
  4. package/catalog-a2ui_0_9_rules.txt +54 -0
  5. package/compositions/_schema.json +26 -0
  6. package/compositions/agent/ai-streaming-response.json +19 -0
  7. package/compositions/agent/ai-streaming-response.yaml +32 -0
  8. package/compositions/agent/alert-banner.json +23 -0
  9. package/compositions/agent/alert-banner.yaml +34 -0
  10. package/compositions/agent/chat-interface.json +127 -0
  11. package/compositions/agent/chat-interface.yaml +34 -0
  12. package/compositions/agent/command-palette.json +113 -0
  13. package/compositions/agent/command-palette.yaml +30 -0
  14. package/compositions/agent/empty-state.json +22 -0
  15. package/compositions/agent/empty-state.yaml +35 -0
  16. package/compositions/agent/error-state-retry.json +32 -0
  17. package/compositions/agent/loading-skeleton.json +25 -0
  18. package/compositions/agent/loading-skeleton.yaml +31 -0
  19. package/compositions/agent/notification-preferences.json +177 -0
  20. package/compositions/agent/toast-stack.json +17 -0
  21. package/compositions/agent/toast-stack.yaml +28 -0
  22. package/compositions/data/activity-feed.json +31 -0
  23. package/compositions/data/activity-feed.yaml +43 -0
  24. package/compositions/data/audit-log-viewer.json +75 -0
  25. package/compositions/data/bookmark-list.json +32 -0
  26. package/compositions/data/bookmark-list.yaml +41 -0
  27. package/compositions/data/bulk-action-toolbar.json +28 -0
  28. package/compositions/data/changelog-feed.json +54 -0
  29. package/compositions/data/chart-dashboard.json +26 -0
  30. package/compositions/data/chart-dashboard.yaml +34 -0
  31. package/compositions/data/cohort-retention.json +50 -0
  32. package/compositions/data/column-manager.json +321 -0
  33. package/compositions/data/data-table-paginated.json +29 -0
  34. package/compositions/data/data-table-paginated.yaml +36 -0
  35. package/compositions/data/email-inbox-list.json +30 -0
  36. package/compositions/data/email-inbox-list.yaml +41 -0
  37. package/compositions/data/funnel-analytics.json +34 -0
  38. package/compositions/data/heatmap-calendar.json +122 -0
  39. package/compositions/data/invoice-table.json +26 -0
  40. package/compositions/data/invoice-table.yaml +33 -0
  41. package/compositions/data/kpi-overview.json +28 -0
  42. package/compositions/data/kpi-overview.yaml +42 -0
  43. package/compositions/data/notification-center.json +31 -0
  44. package/compositions/data/notification-center.yaml +41 -0
  45. package/compositions/data/object-inspector.json +53 -0
  46. package/compositions/data/product-specs-card.json +19 -0
  47. package/compositions/data/product-specs-card.yaml +35 -0
  48. package/compositions/data/progress-tracker.json +27 -0
  49. package/compositions/data/progress-tracker.yaml +47 -0
  50. package/compositions/data/review-card.json +21 -0
  51. package/compositions/data/review-card.yaml +34 -0
  52. package/compositions/data/saved-views-filter-bar.json +52 -0
  53. package/compositions/data/shopping-cart-summary.json +28 -0
  54. package/compositions/data/shopping-cart-summary.yaml +43 -0
  55. package/compositions/data/stat-card-dashboard.json +30 -0
  56. package/compositions/data/stat-card-dashboard.yaml +44 -0
  57. package/compositions/data/status-page.json +48 -0
  58. package/compositions/data/virtualized-table.json +50 -0
  59. package/compositions/data/weather-widget.json +20 -0
  60. package/compositions/data/weather-widget.yaml +31 -0
  61. package/compositions/form/data-import-wizard.json +217 -0
  62. package/compositions/forms/change-password-form.json +32 -0
  63. package/compositions/forms/change-password-form.yaml +44 -0
  64. package/compositions/forms/color-picker-panel.json +25 -0
  65. package/compositions/forms/color-picker-panel.yaml +36 -0
  66. package/compositions/forms/contact-form.json +49 -0
  67. package/compositions/forms/contact-form.yaml +54 -0
  68. package/compositions/forms/credit-card-payment-form.json +33 -0
  69. package/compositions/forms/credit-card-payment-form.yaml +46 -0
  70. package/compositions/forms/data-import-mapper.json +247 -0
  71. package/compositions/forms/date-time-picker-form.json +23 -0
  72. package/compositions/forms/date-time-picker-form.yaml +38 -0
  73. package/compositions/forms/destructive-confirm.json +43 -0
  74. package/compositions/forms/feedback-form.json +30 -0
  75. package/compositions/forms/feedback-form.yaml +41 -0
  76. package/compositions/forms/file-upload-form.json +28 -0
  77. package/compositions/forms/file-upload-form.yaml +37 -0
  78. package/compositions/forms/login-form.json +71 -0
  79. package/compositions/forms/login-form.yaml +43 -0
  80. package/compositions/forms/multi-step-wizard.json +27 -0
  81. package/compositions/forms/multi-step-wizard.yaml +37 -0
  82. package/compositions/forms/newsletter-subscription-form.json +28 -0
  83. package/compositions/forms/newsletter-subscription-form.yaml +40 -0
  84. package/compositions/forms/otp-verification-form.json +29 -0
  85. package/compositions/forms/otp-verification-form.yaml +42 -0
  86. package/compositions/forms/password-reset-form.json +28 -0
  87. package/compositions/forms/password-reset-form.yaml +40 -0
  88. package/compositions/forms/permission-matrix.json +40 -0
  89. package/compositions/forms/profile-edit-form.json +32 -0
  90. package/compositions/forms/profile-edit-form.yaml +46 -0
  91. package/compositions/forms/radio-group-form.json +30 -0
  92. package/compositions/forms/radio-group-form.yaml +39 -0
  93. package/compositions/forms/search-filters.json +30 -0
  94. package/compositions/forms/search-filters.yaml +41 -0
  95. package/compositions/forms/settings-toggles-page.json +32 -0
  96. package/compositions/forms/settings-toggles-page.yaml +43 -0
  97. package/compositions/forms/signup-form.json +34 -0
  98. package/compositions/forms/signup-form.yaml +48 -0
  99. package/compositions/forms/slider-range-form.json +17 -0
  100. package/compositions/forms/slider-range-form.yaml +34 -0
  101. package/compositions/forms/tag-input-form.json +24 -0
  102. package/compositions/forms/tag-input-form.yaml +31 -0
  103. package/compositions/forms/team-members-rbac.json +279 -0
  104. package/compositions/layout/accordion-settings.json +56 -0
  105. package/compositions/layout/avatar-group-display.json +20 -0
  106. package/compositions/layout/avatar-group-display.yaml +30 -0
  107. package/compositions/layout/badge-variants-display.json +27 -0
  108. package/compositions/layout/badge-variants-display.yaml +31 -0
  109. package/compositions/layout/bento-overview.json +40 -0
  110. package/compositions/layout/calendar-month-view.json +209 -0
  111. package/compositions/layout/calendar-month-view.yaml +29 -0
  112. package/compositions/layout/code-block.json +21 -0
  113. package/compositions/layout/code-block.yaml +30 -0
  114. package/compositions/layout/comparison-table.json +28 -0
  115. package/compositions/layout/comparison-table.yaml +32 -0
  116. package/compositions/layout/divider-with-label.json +17 -0
  117. package/compositions/layout/divider-with-label.yaml +29 -0
  118. package/compositions/layout/drawer-panel.json +23 -0
  119. package/compositions/layout/drawer-panel.yaml +34 -0
  120. package/compositions/layout/embed-iframe.json +19 -0
  121. package/compositions/layout/embed-iframe.yaml +31 -0
  122. package/compositions/layout/faq-accordion.json +85 -0
  123. package/compositions/layout/faq-accordion.yaml +32 -0
  124. package/compositions/layout/feature-grid.json +33 -0
  125. package/compositions/layout/feature-grid.yaml +42 -0
  126. package/compositions/layout/footer-nav.json +30 -0
  127. package/compositions/layout/footer-nav.yaml +35 -0
  128. package/compositions/layout/hero-cta.json +24 -0
  129. package/compositions/layout/hero-cta.yaml +35 -0
  130. package/compositions/layout/image-gallery.json +20 -0
  131. package/compositions/layout/image-gallery.yaml +43 -0
  132. package/compositions/layout/image-with-caption.json +19 -0
  133. package/compositions/layout/image-with-caption.yaml +29 -0
  134. package/compositions/layout/kanban-board.json +38 -0
  135. package/compositions/layout/kanban-board.yaml +37 -0
  136. package/compositions/layout/keyboard-shortcuts.json +26 -0
  137. package/compositions/layout/keyboard-shortcuts.yaml +42 -0
  138. package/compositions/layout/markdown-editor-preview.json +166 -0
  139. package/compositions/layout/media-player.json +22 -0
  140. package/compositions/layout/media-player.yaml +30 -0
  141. package/compositions/layout/modal-form.json +22 -0
  142. package/compositions/layout/modal-form.yaml +34 -0
  143. package/compositions/layout/onboarding-checklist.json +94 -0
  144. package/compositions/layout/onboarding-checklist.yaml +31 -0
  145. package/compositions/layout/popover-tooltip.json +21 -0
  146. package/compositions/layout/popover-tooltip.yaml +31 -0
  147. package/compositions/layout/pricing-tiers.json +42 -0
  148. package/compositions/layout/pricing-tiers.yaml +41 -0
  149. package/compositions/layout/product-card.json +28 -0
  150. package/compositions/layout/product-card.yaml +35 -0
  151. package/compositions/layout/sidebar-layout.json +24 -0
  152. package/compositions/layout/sidebar-layout.yaml +39 -0
  153. package/compositions/layout/split-pane-layout.json +20 -0
  154. package/compositions/layout/split-pane-layout.yaml +31 -0
  155. package/compositions/layout/tabs-panel.json +25 -0
  156. package/compositions/layout/tabs-panel.yaml +34 -0
  157. package/compositions/layout/testimonial-grid.json +42 -0
  158. package/compositions/layout/testimonial-grid.yaml +39 -0
  159. package/compositions/layout/three-pane-shell.json +316 -0
  160. package/compositions/layout/toolbar-actions.json +22 -0
  161. package/compositions/layout/toolbar-actions.yaml +29 -0
  162. package/compositions/navigation/breadcrumb-nav.json +18 -0
  163. package/compositions/navigation/breadcrumb-nav.yaml +29 -0
  164. package/compositions/navigation/nav-menu-with-icons.json +25 -0
  165. package/compositions/navigation/nav-menu-with-icons.yaml +39 -0
  166. package/compositions/navigation/pagination-controls.json +44 -0
  167. package/compositions/navigation/pagination-controls.yaml +34 -0
  168. package/compositions/navigation/segmented-control-tabs.json +17 -0
  169. package/compositions/navigation/segmented-control-tabs.yaml +29 -0
  170. package/compositions/navigation/workspace-switcher.json +29 -0
  171. package/compositions/settings/api-keys.json +57 -0
  172. package/compositions/settings/feature-flags.json +41 -0
  173. package/compositions/settings/integrations-gallery.json +66 -0
  174. package/compositions/settings/session-device-mgmt.json +52 -0
  175. package/compositions/settings/usage-quota-meter.json +47 -0
  176. package/compositions/settings/webhooks.json +62 -0
  177. package/exemplars/AUDIT-REPORT.md +116 -0
  178. package/exemplars/blocks-reference.md +409 -0
  179. package/exemplars/index.html +21 -0
  180. package/exemplars/prose/auth-login/a2ui.json +2143 -0
  181. package/exemplars/prose/auth-login/auth-login.yaml +38 -0
  182. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-1.json +316 -0
  183. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-10.json +102 -0
  184. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-11.json +100 -0
  185. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-12.json +101 -0
  186. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-13.json +117 -0
  187. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-2.json +132 -0
  188. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-3.json +190 -0
  189. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-4.json +64 -0
  190. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-5.json +68 -0
  191. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-6.json +117 -0
  192. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-7.json +86 -0
  193. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-8.json +218 -0
  194. package/exemplars/prose/auth-login/chunks/prose-auth-login-card-9.json +81 -0
  195. package/exemplars/prose/auth-login/index.html +539 -0
  196. package/exemplars/prose/cta/README.md +3 -0
  197. package/exemplars/prose/cta/a2ui.json +570 -0
  198. package/exemplars/prose/cta/chunks/prose-cta-card-1.json +191 -0
  199. package/exemplars/prose/cta/chunks/prose-cta-card-2.json +96 -0
  200. package/exemplars/prose/cta/cta.yaml +38 -0
  201. package/exemplars/prose/cta/data.json +6 -0
  202. package/exemplars/prose/cta/index.html +143 -0
  203. package/exemplars/prose/feature-grid/README.md +3 -0
  204. package/exemplars/prose/feature-grid/a2ui.json +464 -0
  205. package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-1.json +72 -0
  206. package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-2.json +72 -0
  207. package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-3.json +72 -0
  208. package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-4.json +72 -0
  209. package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-5.json +72 -0
  210. package/exemplars/prose/feature-grid/chunks/prose-feature-grid-card-6.json +72 -0
  211. package/exemplars/prose/feature-grid/data.json +13 -0
  212. package/exemplars/prose/feature-grid/feature-grid.yaml +35 -0
  213. package/exemplars/prose/feature-grid/index.html +103 -0
  214. package/exemplars/prose/footer/README.md +3 -0
  215. package/exemplars/prose/footer/a2ui.json +359 -0
  216. package/exemplars/prose/footer/data.json +10 -0
  217. package/exemplars/prose/footer/footer.yaml +32 -0
  218. package/exemplars/prose/footer/index.html +110 -0
  219. package/exemplars/prose/hero/README.md +3 -0
  220. package/exemplars/prose/hero/a2ui.json +982 -0
  221. package/exemplars/prose/hero/chunks/prose-hero-card-1.json +52 -0
  222. package/exemplars/prose/hero/chunks/prose-hero-card-2.json +52 -0
  223. package/exemplars/prose/hero/chunks/prose-hero-card-3.json +50 -0
  224. package/exemplars/prose/hero/chunks/prose-hero-card-4.json +50 -0
  225. package/exemplars/prose/hero/chunks/prose-hero-card-5.json +50 -0
  226. package/exemplars/prose/hero/chunks/prose-hero-card-6.json +70 -0
  227. package/exemplars/prose/hero/chunks/prose-hero-card-7.json +70 -0
  228. package/exemplars/prose/hero/chunks/prose-hero-card-8.json +70 -0
  229. package/exemplars/prose/hero/data.json +6 -0
  230. package/exemplars/prose/hero/hero.yaml +38 -0
  231. package/exemplars/prose/hero/index.html +227 -0
  232. package/exemplars/prose/pricing/README.md +3 -0
  233. package/exemplars/prose/pricing/a2ui.json +1367 -0
  234. package/exemplars/prose/pricing/chunks/prose-pricing-card-1.json +240 -0
  235. package/exemplars/prose/pricing/chunks/prose-pricing-card-2.json +312 -0
  236. package/exemplars/prose/pricing/chunks/prose-pricing-card-3.json +333 -0
  237. package/exemplars/prose/pricing/chunks/prose-pricing-card-4.json +51 -0
  238. package/exemplars/prose/pricing/chunks/prose-pricing-card-5.json +51 -0
  239. package/exemplars/prose/pricing/chunks/prose-pricing-card-6.json +51 -0
  240. package/exemplars/prose/pricing/chunks/prose-pricing-card-7.json +51 -0
  241. package/exemplars/prose/pricing/chunks/prose-pricing-card-8.json +80 -0
  242. package/exemplars/prose/pricing/data.json +9 -0
  243. package/exemplars/prose/pricing/index.html +308 -0
  244. package/exemplars/prose/pricing/pricing.yaml +38 -0
  245. package/exemplars/prose/steps/README.md +3 -0
  246. package/exemplars/prose/steps/a2ui.json +662 -0
  247. package/exemplars/prose/steps/chunks/prose-steps-card-1.json +129 -0
  248. package/exemplars/prose/steps/chunks/prose-steps-card-2.json +114 -0
  249. package/exemplars/prose/steps/chunks/prose-steps-card-3.json +182 -0
  250. package/exemplars/prose/steps/chunks/prose-steps-card-4.json +172 -0
  251. package/exemplars/prose/steps/data.json +31 -0
  252. package/exemplars/prose/steps/index.html +173 -0
  253. package/exemplars/prose/steps/setup.js +12 -0
  254. package/exemplars/prose/steps/steps.yaml +38 -0
  255. package/exemplars/prose/testimonials/README.md +3 -0
  256. package/exemplars/prose/testimonials/a2ui.json +1373 -0
  257. package/exemplars/prose/testimonials/chunks/prose-testimonials-card-1.json +182 -0
  258. package/exemplars/prose/testimonials/chunks/prose-testimonials-card-2.json +145 -0
  259. package/exemplars/prose/testimonials/chunks/prose-testimonials-card-3.json +146 -0
  260. package/exemplars/prose/testimonials/chunks/prose-testimonials-card-4.json +146 -0
  261. package/exemplars/prose/testimonials/chunks/prose-testimonials-card-5.json +146 -0
  262. package/exemplars/prose/testimonials/chunks/prose-testimonials-card-6.json +146 -0
  263. package/exemplars/prose/testimonials/chunks/prose-testimonials-card-7.json +146 -0
  264. package/exemplars/prose/testimonials/chunks/prose-testimonials-card-8.json +173 -0
  265. package/exemplars/prose/testimonials/data.json +14 -0
  266. package/exemplars/prose/testimonials/index.html +294 -0
  267. package/exemplars/prose/testimonials/testimonials.yaml +33 -0
  268. package/exemplars/ui/auth-login/a2ui.json +1821 -0
  269. package/exemplars/ui/auth-login/auth-login.yaml +38 -0
  270. package/exemplars/ui/auth-login/chunks/auth-login-card-1.json +172 -0
  271. package/exemplars/ui/auth-login/chunks/auth-login-card-10.json +123 -0
  272. package/exemplars/ui/auth-login/chunks/auth-login-card-11.json +101 -0
  273. package/exemplars/ui/auth-login/chunks/auth-login-card-12.json +108 -0
  274. package/exemplars/ui/auth-login/chunks/auth-login-card-2.json +153 -0
  275. package/exemplars/ui/auth-login/chunks/auth-login-card-3.json +201 -0
  276. package/exemplars/ui/auth-login/chunks/auth-login-card-4.json +148 -0
  277. package/exemplars/ui/auth-login/chunks/auth-login-card-5.json +91 -0
  278. package/exemplars/ui/auth-login/chunks/auth-login-card-6.json +112 -0
  279. package/exemplars/ui/auth-login/chunks/auth-login-card-7.json +100 -0
  280. package/exemplars/ui/auth-login/chunks/auth-login-card-8.json +99 -0
  281. package/exemplars/ui/auth-login/chunks/auth-login-card-9.json +286 -0
  282. package/exemplars/ui/auth-login/index.html +383 -0
  283. package/fragments/_schema.json +72 -0
  284. package/fragments/action/dual-cta-row.json +29 -0
  285. package/fragments/action/dual-cta-row.yaml +34 -0
  286. package/fragments/action/footer-cancel-save.json +31 -0
  287. package/fragments/action/footer-cancel-save.yaml +34 -0
  288. package/fragments/action/footer-primary-only.json +23 -0
  289. package/fragments/action/footer-primary-only.yaml +26 -0
  290. package/fragments/content/calendar-day-cell.json +29 -0
  291. package/fragments/content/chart-legend.json +122 -0
  292. package/fragments/content/column-config-atom.json +121 -0
  293. package/fragments/content/credential-entry-atom.json +128 -0
  294. package/fragments/content/directory-entry-atom.json +150 -0
  295. package/fragments/content/email-row.json +35 -0
  296. package/fragments/content/email-row.yaml +43 -0
  297. package/fragments/content/faq-item.json +54 -0
  298. package/fragments/content/health-entry-atom.json +87 -0
  299. package/fragments/content/icon-text-row.json +29 -0
  300. package/fragments/content/icon-text-row.yaml +36 -0
  301. package/fragments/content/icon-title-description.json +30 -0
  302. package/fragments/content/icon-title-description.yaml +37 -0
  303. package/fragments/content/image-tile.json +28 -0
  304. package/fragments/content/image-tile.yaml +32 -0
  305. package/fragments/content/incident-row.json +109 -0
  306. package/fragments/content/kbd-shortcut-row.json +29 -0
  307. package/fragments/content/kbd-shortcut-row.yaml +33 -0
  308. package/fragments/content/key-value-row.json +29 -0
  309. package/fragments/content/key-value-row.yaml +36 -0
  310. package/fragments/content/labeled-progress.json +29 -0
  311. package/fragments/content/labeled-progress.yaml +33 -0
  312. package/fragments/content/link-list-column.json +33 -0
  313. package/fragments/content/link-list-column.yaml +41 -0
  314. package/fragments/content/linked-record-row.json +95 -0
  315. package/fragments/content/marketplace-tile-atom.json +149 -0
  316. package/fragments/content/metadata-description-list.json +28 -0
  317. package/fragments/content/metadata-description-list.yaml +36 -0
  318. package/fragments/content/pending-invite-row.json +113 -0
  319. package/fragments/content/release-entry.json +159 -0
  320. package/fragments/content/rollout-entry-atom.json +170 -0
  321. package/fragments/content/signed-in-entry-atom.json +159 -0
  322. package/fragments/content/stage-entry-atom.json +117 -0
  323. package/fragments/content/stat-card.json +31 -0
  324. package/fragments/content/stat-card.yaml +39 -0
  325. package/fragments/content/user-identity-row.json +33 -0
  326. package/fragments/content/user-identity-row.yaml +43 -0
  327. package/fragments/content/user-notification-row.json +35 -0
  328. package/fragments/content/user-notification-row.yaml +50 -0
  329. package/fragments/content/wizard-step-row.json +96 -0
  330. package/fragments/form/labeled-checkbox.json +27 -0
  331. package/fragments/form/labeled-checkbox.yaml +36 -0
  332. package/fragments/form/labeled-input.json +28 -0
  333. package/fragments/form/labeled-input.yaml +38 -0
  334. package/fragments/form/labeled-slider.json +34 -0
  335. package/fragments/form/labeled-slider.yaml +50 -0
  336. package/fragments/form/labeled-textarea.json +28 -0
  337. package/fragments/form/labeled-textarea.yaml +39 -0
  338. package/fragments/form/labeled-toggle.json +29 -0
  339. package/fragments/form/labeled-toggle.yaml +43 -0
  340. package/fragments/form/rating-row.json +31 -0
  341. package/fragments/form/rating-row.yaml +40 -0
  342. package/fragments/layout/card-header-heading.json +39 -0
  343. package/fragments/layout/card-header-heading.yaml +27 -0
  344. package/fragments/layout/card-header-with-badge.json +30 -0
  345. package/fragments/layout/card-header-with-badge.yaml +40 -0
  346. package/fragments/layout/card-header-with-description.json +29 -0
  347. package/fragments/layout/card-header-with-description.yaml +32 -0
  348. package/fragments/layout/pricing-tier-card.json +37 -0
  349. package/fragments/layout/pricing-tier-card.yaml +50 -0
  350. package/fragments/layout/text-card.json +28 -0
  351. package/fragments/layout/text-card.yaml +30 -0
  352. package/manifest.json +6 -0
  353. package/package.json +33 -0
  354. package/patterns/_components.json +3320 -0
  355. package/patterns/_index.json +3232 -0
  356. package/patterns/_schema.json +206 -0
  357. package/patterns/_taxonomy.json +1970 -0
  358. package/patterns/agent/_domain.json +27 -0
  359. package/patterns/agent/alert-banner.json +41 -0
  360. package/patterns/agent/alert-banner.yaml +38 -0
  361. package/patterns/agent/chat-interface.json +205 -0
  362. package/patterns/agent/chat-interface.yaml +58 -0
  363. package/patterns/agent/command-palette.json +169 -0
  364. package/patterns/agent/command-palette.yaml +48 -0
  365. package/patterns/agent/empty-state.json +77 -0
  366. package/patterns/agent/empty-state.yaml +44 -0
  367. package/patterns/agent/error-state.json +67 -0
  368. package/patterns/agent/error-state.yaml +43 -0
  369. package/patterns/agent/loading-skeleton.json +101 -0
  370. package/patterns/agent/loading-skeleton.yaml +41 -0
  371. package/patterns/agent/notifications.json +87 -0
  372. package/patterns/agent/notifications.yaml +41 -0
  373. package/patterns/agent/streaming-response.json +58 -0
  374. package/patterns/agent/streaming-response.yaml +41 -0
  375. package/patterns/agent/toast-notification.json +70 -0
  376. package/patterns/agent/toast-notification.yaml +45 -0
  377. package/patterns/data/_domain.json +35 -0
  378. package/patterns/data/admin-dashboard-with-charts.json +755 -0
  379. package/patterns/data/admin-dashboard-with-charts.yaml +79 -0
  380. package/patterns/data/api-key-table.json +131 -0
  381. package/patterns/data/api-key-table.yaml +43 -0
  382. package/patterns/data/bookmark-list-categories.json +143 -0
  383. package/patterns/data/bookmark-list-categories.yaml +53 -0
  384. package/patterns/data/bookmark-list.json +163 -0
  385. package/patterns/data/bookmark-list.yaml +47 -0
  386. package/patterns/data/chart-dashboard.json +335 -0
  387. package/patterns/data/chart-dashboard.yaml +48 -0
  388. package/patterns/data/dashboard.json +153 -0
  389. package/patterns/data/dashboard.yaml +45 -0
  390. package/patterns/data/data-table-view.json +121 -0
  391. package/patterns/data/data-table-view.yaml +61 -0
  392. package/patterns/data/email-inbox.json +272 -0
  393. package/patterns/data/email-inbox.yaml +48 -0
  394. package/patterns/data/event-calendar-details.json +334 -0
  395. package/patterns/data/event-calendar-details.yaml +57 -0
  396. package/patterns/data/inventory-table.json +119 -0
  397. package/patterns/data/inventory-table.yaml +42 -0
  398. package/patterns/data/leaderboard.json +131 -0
  399. package/patterns/data/leaderboard.yaml +41 -0
  400. package/patterns/data/metrics.json +163 -0
  401. package/patterns/data/metrics.yaml +40 -0
  402. package/patterns/data/notification-center.json +264 -0
  403. package/patterns/data/notification-center.yaml +56 -0
  404. package/patterns/data/onboarding-checklist.json +114 -0
  405. package/patterns/data/onboarding-checklist.yaml +43 -0
  406. package/patterns/data/order-tracking.json +167 -0
  407. package/patterns/data/order-tracking.yaml +48 -0
  408. package/patterns/data/pagination-nav.json +48 -0
  409. package/patterns/data/pagination-nav.yaml +42 -0
  410. package/patterns/data/progress-dashboard.json +195 -0
  411. package/patterns/data/progress-dashboard.yaml +50 -0
  412. package/patterns/data/progress-tracker.json +119 -0
  413. package/patterns/data/progress-tracker.yaml +44 -0
  414. package/patterns/data/restaurant-menu.json +271 -0
  415. package/patterns/data/restaurant-menu.yaml +58 -0
  416. package/patterns/data/stat-cards.json +144 -0
  417. package/patterns/data/stat-cards.yaml +42 -0
  418. package/patterns/data/team-activity.json +170 -0
  419. package/patterns/data/team-activity.yaml +46 -0
  420. package/patterns/forms/_domain.json +32 -0
  421. package/patterns/forms/auth-signup.json +221 -0
  422. package/patterns/forms/auth-signup.yaml +55 -0
  423. package/patterns/forms/bleed-design-settings.json +201 -0
  424. package/patterns/forms/bleed-design-settings.yaml +57 -0
  425. package/patterns/forms/color-picker-demo.json +52 -0
  426. package/patterns/forms/color-picker-demo.yaml +43 -0
  427. package/patterns/forms/color-picker-panel.json +48 -0
  428. package/patterns/forms/color-picker-panel.yaml +38 -0
  429. package/patterns/forms/color-theme-builder.json +198 -0
  430. package/patterns/forms/color-theme-builder.yaml +55 -0
  431. package/patterns/forms/create-form.json +191 -0
  432. package/patterns/forms/create-form.yaml +55 -0
  433. package/patterns/forms/credit-card-payment.json +282 -0
  434. package/patterns/forms/credit-card-payment.yaml +61 -0
  435. package/patterns/forms/data-import.json +111 -0
  436. package/patterns/forms/data-import.yaml +49 -0
  437. package/patterns/forms/date-picker.json +85 -0
  438. package/patterns/forms/date-picker.yaml +44 -0
  439. package/patterns/forms/date-range-picker.json +155 -0
  440. package/patterns/forms/date-range-picker.yaml +54 -0
  441. package/patterns/forms/file-upload-form.json +151 -0
  442. package/patterns/forms/file-upload-form.yaml +60 -0
  443. package/patterns/forms/file-upload-gallery.json +174 -0
  444. package/patterns/forms/file-upload-gallery.yaml +56 -0
  445. package/patterns/forms/image-upload-preview.json +72 -0
  446. package/patterns/forms/image-upload-preview.yaml +42 -0
  447. package/patterns/forms/login-form.json +213 -0
  448. package/patterns/forms/login-form.yaml +61 -0
  449. package/patterns/forms/modal-dialog-form.json +233 -0
  450. package/patterns/forms/modal-dialog-form.yaml +52 -0
  451. package/patterns/forms/newsletter-subscribe.json +69 -0
  452. package/patterns/forms/newsletter-subscribe.yaml +47 -0
  453. package/patterns/forms/notification-filters.json +345 -0
  454. package/patterns/forms/notification-filters.yaml +80 -0
  455. package/patterns/forms/notification-preferences.json +302 -0
  456. package/patterns/forms/notification-preferences.yaml +66 -0
  457. package/patterns/forms/otp-form.json +89 -0
  458. package/patterns/forms/otp-form.yaml +46 -0
  459. package/patterns/forms/otp-verification.json +128 -0
  460. package/patterns/forms/otp-verification.yaml +52 -0
  461. package/patterns/forms/password-reset.json +206 -0
  462. package/patterns/forms/password-reset.yaml +56 -0
  463. package/patterns/forms/price-range-filter.json +133 -0
  464. package/patterns/forms/price-range-filter.yaml +51 -0
  465. package/patterns/forms/radio-group-selection.json +209 -0
  466. package/patterns/forms/radio-group-selection.yaml +51 -0
  467. package/patterns/forms/radio-group.json +143 -0
  468. package/patterns/forms/radio-group.yaml +50 -0
  469. package/patterns/forms/search-filters.json +201 -0
  470. package/patterns/forms/search-filters.yaml +60 -0
  471. package/patterns/forms/settings-page.json +364 -0
  472. package/patterns/forms/settings-page.yaml +64 -0
  473. package/patterns/forms/slider-range.json +119 -0
  474. package/patterns/forms/slider-range.yaml +45 -0
  475. package/patterns/forms/survey-rating-scales.json +450 -0
  476. package/patterns/forms/survey-rating-scales.yaml +69 -0
  477. package/patterns/forms/tag-input.json +112 -0
  478. package/patterns/forms/tag-input.yaml +47 -0
  479. package/patterns/forms/theme-customizer.json +180 -0
  480. package/patterns/forms/theme-customizer.yaml +53 -0
  481. package/patterns/forms/two-factor-auth.json +99 -0
  482. package/patterns/forms/two-factor-auth.yaml +62 -0
  483. package/patterns/forms/volume-control.json +99 -0
  484. package/patterns/forms/volume-control.yaml +47 -0
  485. package/patterns/forms/wizard-steps.json +130 -0
  486. package/patterns/forms/wizard-steps.yaml +58 -0
  487. package/patterns/layout/_domain.json +29 -0
  488. package/patterns/layout/accordion-settings.json +345 -0
  489. package/patterns/layout/accordion-settings.yaml +55 -0
  490. package/patterns/layout/avatar-group.json +136 -0
  491. package/patterns/layout/avatar-group.yaml +47 -0
  492. package/patterns/layout/badge-showcase.json +244 -0
  493. package/patterns/layout/badge-showcase.yaml +46 -0
  494. package/patterns/layout/calendar-view.json +88 -0
  495. package/patterns/layout/calendar-view.yaml +42 -0
  496. package/patterns/layout/code-block.json +88 -0
  497. package/patterns/layout/code-block.yaml +47 -0
  498. package/patterns/layout/consent-banner.json +89 -0
  499. package/patterns/layout/consent-banner.yaml +50 -0
  500. package/patterns/layout/cta-banner.json +99 -0
  501. package/patterns/layout/cta-banner.yaml +46 -0
  502. package/patterns/layout/divider-label.json +68 -0
  503. package/patterns/layout/divider-label.yaml +42 -0
  504. package/patterns/layout/drawer-panel.json +220 -0
  505. package/patterns/layout/drawer-panel.yaml +54 -0
  506. package/patterns/layout/embed-content.json +86 -0
  507. package/patterns/layout/embed-content.yaml +46 -0
  508. package/patterns/layout/faq-accordion.json +159 -0
  509. package/patterns/layout/faq-accordion.yaml +47 -0
  510. package/patterns/layout/feature-carousel.json +263 -0
  511. package/patterns/layout/feature-carousel.yaml +47 -0
  512. package/patterns/layout/feature-grid.json +197 -0
  513. package/patterns/layout/feature-grid.yaml +45 -0
  514. package/patterns/layout/hero-section.json +109 -0
  515. package/patterns/layout/hero-section.yaml +46 -0
  516. package/patterns/layout/image-caption.json +48 -0
  517. package/patterns/layout/image-caption.yaml +37 -0
  518. package/patterns/layout/image-carousel.json +173 -0
  519. package/patterns/layout/image-carousel.yaml +47 -0
  520. package/patterns/layout/image-gallery.json +128 -0
  521. package/patterns/layout/image-gallery.yaml +45 -0
  522. package/patterns/layout/kanban-board.json +292 -0
  523. package/patterns/layout/kanban-board.yaml +58 -0
  524. package/patterns/layout/kbd-shortcuts.json +178 -0
  525. package/patterns/layout/kbd-shortcuts.yaml +43 -0
  526. package/patterns/layout/markdown-editor.json +126 -0
  527. package/patterns/layout/markdown-editor.yaml +46 -0
  528. package/patterns/layout/music-player.json +107 -0
  529. package/patterns/layout/music-player.yaml +42 -0
  530. package/patterns/layout/pagination-demo.json +55 -0
  531. package/patterns/layout/pagination-demo.yaml +44 -0
  532. package/patterns/layout/pagination-table.json +107 -0
  533. package/patterns/layout/pagination-table.yaml +59 -0
  534. package/patterns/layout/popover-demo.json +71 -0
  535. package/patterns/layout/popover-demo.yaml +46 -0
  536. package/patterns/layout/popover-menu.json +117 -0
  537. package/patterns/layout/popover-menu.yaml +45 -0
  538. package/patterns/layout/pricing-tiers.json +354 -0
  539. package/patterns/layout/pricing-tiers.yaml +52 -0
  540. package/patterns/layout/product-card.json +89 -0
  541. package/patterns/layout/product-card.yaml +46 -0
  542. package/patterns/layout/product-carousel.json +251 -0
  543. package/patterns/layout/product-carousel.yaml +47 -0
  544. package/patterns/layout/social-post.json +119 -0
  545. package/patterns/layout/social-post.yaml +45 -0
  546. package/patterns/layout/split-pane.json +69 -0
  547. package/patterns/layout/split-pane.yaml +41 -0
  548. package/patterns/layout/swiper-carousel.json +97 -0
  549. package/patterns/layout/swiper-carousel.yaml +55 -0
  550. package/patterns/layout/tabs-panels.json +173 -0
  551. package/patterns/layout/tabs-panels.yaml +46 -0
  552. package/patterns/layout/team-carousel.json +332 -0
  553. package/patterns/layout/team-carousel.yaml +50 -0
  554. package/patterns/layout/testimonials-carousel.json +281 -0
  555. package/patterns/layout/testimonials-carousel.yaml +50 -0
  556. package/patterns/layout/testimonials-grid.json +286 -0
  557. package/patterns/layout/testimonials-grid.yaml +46 -0
  558. package/patterns/layout/toolbar-buttons.json +179 -0
  559. package/patterns/layout/toolbar-buttons.yaml +47 -0
  560. package/patterns/layout/tooltip-buttons.json +127 -0
  561. package/patterns/layout/tooltip-buttons.yaml +44 -0
  562. package/patterns/layout/user-profile.json +123 -0
  563. package/patterns/layout/user-profile.yaml +45 -0
  564. package/patterns/layout/video-player.json +95 -0
  565. package/patterns/layout/video-player.yaml +45 -0
  566. package/patterns/layout/weather-widget.json +127 -0
  567. package/patterns/layout/weather-widget.yaml +46 -0
  568. package/patterns/navigation/_domain.json +25 -0
  569. package/patterns/navigation/breadcrumb-nav.json +57 -0
  570. package/patterns/navigation/breadcrumb-nav.yaml +39 -0
  571. package/patterns/navigation/nav-menu-icons.json +71 -0
  572. package/patterns/navigation/nav-menu-icons.yaml +38 -0
  573. package/patterns/navigation/section-subnav.json +79 -0
  574. package/patterns/navigation/segmented-control.json +56 -0
  575. package/patterns/navigation/segmented-control.yaml +40 -0
  576. package/patterns/navigation/sidebar-nav.json +207 -0
  577. package/patterns/navigation/sidebar-nav.yaml +44 -0
  578. package/patterns/settings/settings-page.json +280 -0
  579. package/patterns/settings/settings-page.yaml +51 -0
@@ -0,0 +1,2143 @@
1
+ {
2
+ "id": "prose-auth-login",
3
+ "type": "page",
4
+ "description": "Prose-styled auth/login pages",
5
+ "domain": "forms",
6
+ "tags": [
7
+ "prose-auth-login",
8
+ "section",
9
+ "column",
10
+ "card",
11
+ "grid",
12
+ "row",
13
+ "icon",
14
+ "text",
15
+ "button",
16
+ "divider",
17
+ "input",
18
+ "checkbox",
19
+ "header",
20
+ "avatar",
21
+ "alert",
22
+ "otpinput",
23
+ "progress",
24
+ "badge",
25
+ "forms",
26
+ "work"
27
+ ],
28
+ "keywords": [
29
+ "prose-auth-login",
30
+ "section",
31
+ "column",
32
+ "card",
33
+ "grid",
34
+ "row",
35
+ "icon",
36
+ "text"
37
+ ],
38
+ "source": "exemplars/prose/auth-login/index.html",
39
+ "components": [
40
+ "Section",
41
+ "Column",
42
+ "Card",
43
+ "Grid",
44
+ "Row",
45
+ "Icon",
46
+ "Text",
47
+ "Button",
48
+ "Divider",
49
+ "Input",
50
+ "CheckBox",
51
+ "Header",
52
+ "Avatar",
53
+ "Alert",
54
+ "OtpInput",
55
+ "Progress",
56
+ "Badge"
57
+ ],
58
+ "template": [
59
+ {
60
+ "id": "section-1",
61
+ "component": "Section",
62
+ "children": [
63
+ "column-2"
64
+ ],
65
+ "prose": true
66
+ },
67
+ {
68
+ "id": "column-2",
69
+ "component": "Column",
70
+ "children": [
71
+ "card-3",
72
+ "column-43",
73
+ "column-86",
74
+ "column-118",
75
+ "column-146",
76
+ "column-196",
77
+ "column-243"
78
+ ],
79
+ "gap": "16"
80
+ },
81
+ {
82
+ "id": "card-3",
83
+ "component": "Card",
84
+ "children": [
85
+ "section-4"
86
+ ]
87
+ },
88
+ {
89
+ "id": "section-4",
90
+ "component": "Section",
91
+ "children": [
92
+ "grid-5"
93
+ ],
94
+ "bleed": true
95
+ },
96
+ {
97
+ "id": "grid-5",
98
+ "component": "Grid",
99
+ "children": [
100
+ "column-6",
101
+ "column-24"
102
+ ],
103
+ "gap": "0"
104
+ },
105
+ {
106
+ "id": "column-6",
107
+ "component": "Column",
108
+ "children": [
109
+ "row-7",
110
+ "column-10",
111
+ "column-13"
112
+ ],
113
+ "prose": true,
114
+ "gap": "6",
115
+ "justify": "between"
116
+ },
117
+ {
118
+ "id": "row-7",
119
+ "component": "Row",
120
+ "children": [
121
+ "icon-8",
122
+ "text-9"
123
+ ],
124
+ "gap": "1",
125
+ "align": "center"
126
+ },
127
+ {
128
+ "id": "icon-8",
129
+ "component": "Icon",
130
+ "name": "cube",
131
+ "size": "md"
132
+ },
133
+ {
134
+ "id": "text-9",
135
+ "component": "Text",
136
+ "nomargin": true,
137
+ "textContent": "Acme"
138
+ },
139
+ {
140
+ "id": "column-10",
141
+ "component": "Column",
142
+ "children": [
143
+ "text-11",
144
+ "text-12"
145
+ ],
146
+ "gap": "4",
147
+ "grow": true
148
+ },
149
+ {
150
+ "id": "text-11",
151
+ "component": "Text",
152
+ "variant": "display",
153
+ "nomargin": true,
154
+ "textContent": "Ship faster, together."
155
+ },
156
+ {
157
+ "id": "text-12",
158
+ "component": "Text",
159
+ "variant": "deck",
160
+ "color": "subtle",
161
+ "nomargin": true,
162
+ "textContent": "The platform trusted by 40,000+ teams to build, deploy, and scale modern applications."
163
+ },
164
+ {
165
+ "id": "column-13",
166
+ "component": "Column",
167
+ "children": [
168
+ "row-14"
169
+ ],
170
+ "gap": "4"
171
+ },
172
+ {
173
+ "id": "row-14",
174
+ "component": "Row",
175
+ "children": [
176
+ "column-15",
177
+ "column-18",
178
+ "column-21"
179
+ ],
180
+ "gap": "6",
181
+ "justify": "center"
182
+ },
183
+ {
184
+ "id": "column-15",
185
+ "component": "Column",
186
+ "children": [
187
+ "text-16",
188
+ "text-17"
189
+ ],
190
+ "gap": "0",
191
+ "align": "center"
192
+ },
193
+ {
194
+ "id": "text-16",
195
+ "component": "Text",
196
+ "variant": "title",
197
+ "nomargin": true,
198
+ "textContent": "40k+"
199
+ },
200
+ {
201
+ "id": "text-17",
202
+ "component": "Text",
203
+ "textContent": "Teams"
204
+ },
205
+ {
206
+ "id": "column-18",
207
+ "component": "Column",
208
+ "children": [
209
+ "text-19",
210
+ "text-20"
211
+ ],
212
+ "gap": "0",
213
+ "align": "center"
214
+ },
215
+ {
216
+ "id": "text-19",
217
+ "component": "Text",
218
+ "variant": "title",
219
+ "nomargin": true,
220
+ "textContent": "99.9%"
221
+ },
222
+ {
223
+ "id": "text-20",
224
+ "component": "Text",
225
+ "textContent": "Uptime"
226
+ },
227
+ {
228
+ "id": "column-21",
229
+ "component": "Column",
230
+ "children": [
231
+ "text-22",
232
+ "text-23"
233
+ ],
234
+ "gap": "0",
235
+ "align": "center"
236
+ },
237
+ {
238
+ "id": "text-22",
239
+ "component": "Text",
240
+ "variant": "title",
241
+ "nomargin": true,
242
+ "textContent": "4.9★"
243
+ },
244
+ {
245
+ "id": "text-23",
246
+ "component": "Text",
247
+ "textContent": "Rating"
248
+ },
249
+ {
250
+ "id": "column-24",
251
+ "component": "Column",
252
+ "children": [
253
+ "column-25",
254
+ "column-28",
255
+ "divider-32",
256
+ "column-33",
257
+ "divider-39"
258
+ ],
259
+ "justify": "center"
260
+ },
261
+ {
262
+ "id": "column-25",
263
+ "component": "Column",
264
+ "children": [
265
+ "text-26",
266
+ "text-27"
267
+ ],
268
+ "gap": "2",
269
+ "align": "center"
270
+ },
271
+ {
272
+ "id": "text-26",
273
+ "component": "Text",
274
+ "variant": "title",
275
+ "nomargin": true,
276
+ "textContent": "Welcome back"
277
+ },
278
+ {
279
+ "id": "text-27",
280
+ "component": "Text",
281
+ "variant": "body",
282
+ "color": "subtle",
283
+ "nomargin": true,
284
+ "textContent": "Sign in to your workspace to pick up where you left off."
285
+ },
286
+ {
287
+ "id": "column-28",
288
+ "component": "Column",
289
+ "children": [
290
+ "button-29",
291
+ "button-30",
292
+ "button-31"
293
+ ],
294
+ "gap": "3"
295
+ },
296
+ {
297
+ "id": "button-29",
298
+ "component": "Button",
299
+ "text": "Continue with Google",
300
+ "icon": "google-logo",
301
+ "variant": "outline",
302
+ "stretch": true
303
+ },
304
+ {
305
+ "id": "button-30",
306
+ "component": "Button",
307
+ "text": "Continue with GitHub",
308
+ "icon": "github-logo",
309
+ "variant": "outline",
310
+ "stretch": true
311
+ },
312
+ {
313
+ "id": "button-31",
314
+ "component": "Button",
315
+ "text": "Continue with Apple",
316
+ "icon": "apple-logo",
317
+ "variant": "outline",
318
+ "stretch": true
319
+ },
320
+ {
321
+ "id": "divider-32",
322
+ "component": "Divider",
323
+ "label": "OR"
324
+ },
325
+ {
326
+ "id": "column-33",
327
+ "component": "Column",
328
+ "children": [
329
+ "input-34",
330
+ "input-35",
331
+ "row-36",
332
+ "button-38"
333
+ ],
334
+ "gap": "3"
335
+ },
336
+ {
337
+ "id": "input-34",
338
+ "component": "Input",
339
+ "label": "Work email",
340
+ "placeholder": "you@company.com",
341
+ "type": "email"
342
+ },
343
+ {
344
+ "id": "input-35",
345
+ "component": "Input",
346
+ "label": "Password",
347
+ "placeholder": "••••••••",
348
+ "type": "password",
349
+ "suffix": "eye-slash"
350
+ },
351
+ {
352
+ "id": "row-36",
353
+ "component": "Row",
354
+ "children": [
355
+ "checkbox-37"
356
+ ],
357
+ "justify": "between",
358
+ "align": "center",
359
+ "size": "sm"
360
+ },
361
+ {
362
+ "id": "checkbox-37",
363
+ "component": "CheckBox",
364
+ "label": "Remember this device"
365
+ },
366
+ {
367
+ "id": "button-38",
368
+ "component": "Button",
369
+ "text": "Sign in",
370
+ "variant": "primary",
371
+ "stretch": true
372
+ },
373
+ {
374
+ "id": "divider-39",
375
+ "component": "Divider"
376
+ },
377
+ {
378
+ "id": "text-40",
379
+ "component": "Text",
380
+ "textContent": "New to Acme?"
381
+ },
382
+ {
383
+ "id": "text-41",
384
+ "component": "Text",
385
+ "textContent": "·"
386
+ },
387
+ {
388
+ "id": "text-42",
389
+ "component": "Text",
390
+ "textContent": "·"
391
+ },
392
+ {
393
+ "id": "column-43",
394
+ "component": "Column",
395
+ "children": [
396
+ "header-44",
397
+ "card-52",
398
+ "column-68"
399
+ ],
400
+ "gap": "8",
401
+ "align": "center"
402
+ },
403
+ {
404
+ "id": "header-44",
405
+ "component": "Header",
406
+ "children": [
407
+ "column-45"
408
+ ],
409
+ "align": "center",
410
+ "prose": true
411
+ },
412
+ {
413
+ "id": "column-45",
414
+ "component": "Column",
415
+ "children": [
416
+ "row-46",
417
+ "text-49",
418
+ "text-50",
419
+ "text-51"
420
+ ],
421
+ "gap": "4"
422
+ },
423
+ {
424
+ "id": "row-46",
425
+ "component": "Row",
426
+ "children": [
427
+ "icon-47",
428
+ "text-48"
429
+ ],
430
+ "gap": "1",
431
+ "justify": "center",
432
+ "align": "center"
433
+ },
434
+ {
435
+ "id": "icon-47",
436
+ "component": "Icon",
437
+ "name": "cube"
438
+ },
439
+ {
440
+ "id": "text-48",
441
+ "component": "Text",
442
+ "nomargin": true,
443
+ "textContent": "Acme"
444
+ },
445
+ {
446
+ "id": "text-49",
447
+ "component": "Text",
448
+ "variant": "kicker",
449
+ "textContent": "Start for free"
450
+ },
451
+ {
452
+ "id": "text-50",
453
+ "component": "Text",
454
+ "variant": "title",
455
+ "nomargin": true,
456
+ "textContent": "Create your account"
457
+ },
458
+ {
459
+ "id": "text-51",
460
+ "component": "Text",
461
+ "variant": "deck",
462
+ "nomargin": true,
463
+ "textContent": "Join 40,000+ teams building with Acme. No credit card required."
464
+ },
465
+ {
466
+ "id": "card-52",
467
+ "component": "Card",
468
+ "children": [
469
+ "section-53"
470
+ ],
471
+ "elevation": 2
472
+ },
473
+ {
474
+ "id": "section-53",
475
+ "component": "Section",
476
+ "children": [
477
+ "column-54"
478
+ ]
479
+ },
480
+ {
481
+ "id": "column-54",
482
+ "component": "Column",
483
+ "children": [
484
+ "column-55",
485
+ "divider-58",
486
+ "column-59",
487
+ "checkbox-65",
488
+ "button-66"
489
+ ],
490
+ "gap": "5"
491
+ },
492
+ {
493
+ "id": "column-55",
494
+ "component": "Column",
495
+ "children": [
496
+ "button-56",
497
+ "button-57"
498
+ ],
499
+ "gap": "2"
500
+ },
501
+ {
502
+ "id": "button-56",
503
+ "component": "Button",
504
+ "text": "Sign up with Google",
505
+ "icon": "google-logo",
506
+ "variant": "outline",
507
+ "stretch": true
508
+ },
509
+ {
510
+ "id": "button-57",
511
+ "component": "Button",
512
+ "text": "Sign up with GitHub",
513
+ "icon": "github-logo",
514
+ "variant": "outline",
515
+ "stretch": true
516
+ },
517
+ {
518
+ "id": "divider-58",
519
+ "component": "Divider",
520
+ "label": "OR"
521
+ },
522
+ {
523
+ "id": "column-59",
524
+ "component": "Column",
525
+ "children": [
526
+ "grid-60",
527
+ "input-63",
528
+ "input-64"
529
+ ],
530
+ "gap": "3"
531
+ },
532
+ {
533
+ "id": "grid-60",
534
+ "component": "Grid",
535
+ "children": [
536
+ "input-61",
537
+ "input-62"
538
+ ],
539
+ "gap": "3"
540
+ },
541
+ {
542
+ "id": "input-61",
543
+ "component": "Input",
544
+ "label": "First name",
545
+ "placeholder": "Jane"
546
+ },
547
+ {
548
+ "id": "input-62",
549
+ "component": "Input",
550
+ "label": "Last name",
551
+ "placeholder": "Doe"
552
+ },
553
+ {
554
+ "id": "input-63",
555
+ "component": "Input",
556
+ "label": "Work email",
557
+ "placeholder": "jane@company.com",
558
+ "type": "email"
559
+ },
560
+ {
561
+ "id": "input-64",
562
+ "component": "Input",
563
+ "label": "Password",
564
+ "placeholder": "Min. 8 characters",
565
+ "type": "password"
566
+ },
567
+ {
568
+ "id": "checkbox-65",
569
+ "component": "CheckBox",
570
+ "label": "I agree to the Terms of Service and Privacy Policy",
571
+ "size": "sm"
572
+ },
573
+ {
574
+ "id": "button-66",
575
+ "component": "Button",
576
+ "text": "Create free account",
577
+ "variant": "primary",
578
+ "stretch": true
579
+ },
580
+ {
581
+ "id": "text-67",
582
+ "component": "Text",
583
+ "textContent": "Already have an account?"
584
+ },
585
+ {
586
+ "id": "column-68",
587
+ "component": "Column",
588
+ "children": [
589
+ "row-69",
590
+ "row-79"
591
+ ],
592
+ "gap": "4",
593
+ "align": "center"
594
+ },
595
+ {
596
+ "id": "row-69",
597
+ "component": "Row",
598
+ "children": [
599
+ "row-70",
600
+ "row-73",
601
+ "row-76"
602
+ ],
603
+ "gap": "6",
604
+ "justify": "center"
605
+ },
606
+ {
607
+ "id": "row-70",
608
+ "component": "Row",
609
+ "children": [
610
+ "icon-71",
611
+ "text-72"
612
+ ],
613
+ "gap": "2",
614
+ "align": "center"
615
+ },
616
+ {
617
+ "id": "icon-71",
618
+ "component": "Icon",
619
+ "name": "shield-check",
620
+ "size": "sm",
621
+ "color": "success"
622
+ },
623
+ {
624
+ "id": "text-72",
625
+ "component": "Text",
626
+ "textContent": "SOC 2 Certified"
627
+ },
628
+ {
629
+ "id": "row-73",
630
+ "component": "Row",
631
+ "children": [
632
+ "icon-74",
633
+ "text-75"
634
+ ],
635
+ "gap": "2",
636
+ "align": "center"
637
+ },
638
+ {
639
+ "id": "icon-74",
640
+ "component": "Icon",
641
+ "name": "lock-simple",
642
+ "size": "sm",
643
+ "color": "success"
644
+ },
645
+ {
646
+ "id": "text-75",
647
+ "component": "Text",
648
+ "textContent": "End-to-end encrypted"
649
+ },
650
+ {
651
+ "id": "row-76",
652
+ "component": "Row",
653
+ "children": [
654
+ "icon-77",
655
+ "text-78"
656
+ ],
657
+ "gap": "2",
658
+ "align": "center"
659
+ },
660
+ {
661
+ "id": "icon-77",
662
+ "component": "Icon",
663
+ "name": "clock",
664
+ "size": "sm",
665
+ "color": "success"
666
+ },
667
+ {
668
+ "id": "text-78",
669
+ "component": "Text",
670
+ "textContent": "99.9% uptime SLA"
671
+ },
672
+ {
673
+ "id": "row-79",
674
+ "component": "Row",
675
+ "children": [
676
+ "avatar-80",
677
+ "avatar-81",
678
+ "avatar-82",
679
+ "avatar-83",
680
+ "avatar-84",
681
+ "text-85"
682
+ ],
683
+ "gap": "3",
684
+ "justify": "center",
685
+ "align": "center"
686
+ },
687
+ {
688
+ "id": "avatar-80",
689
+ "component": "Avatar",
690
+ "text": "Sarah Chen",
691
+ "size": "sm"
692
+ },
693
+ {
694
+ "id": "avatar-81",
695
+ "component": "Avatar",
696
+ "text": "Marcus J",
697
+ "size": "sm"
698
+ },
699
+ {
700
+ "id": "avatar-82",
701
+ "component": "Avatar",
702
+ "text": "Priya P",
703
+ "size": "sm"
704
+ },
705
+ {
706
+ "id": "avatar-83",
707
+ "component": "Avatar",
708
+ "text": "Alex R",
709
+ "size": "sm"
710
+ },
711
+ {
712
+ "id": "avatar-84",
713
+ "component": "Avatar",
714
+ "text": "Kim L",
715
+ "size": "sm"
716
+ },
717
+ {
718
+ "id": "text-85",
719
+ "component": "Text",
720
+ "textContent": "Joined by 2,400+ engineers this month"
721
+ },
722
+ {
723
+ "id": "column-86",
724
+ "component": "Column",
725
+ "children": [
726
+ "header-87",
727
+ "card-93"
728
+ ],
729
+ "gap": "6",
730
+ "align": "center"
731
+ },
732
+ {
733
+ "id": "header-87",
734
+ "component": "Header",
735
+ "children": [
736
+ "column-88"
737
+ ],
738
+ "align": "center",
739
+ "prose": true
740
+ },
741
+ {
742
+ "id": "column-88",
743
+ "component": "Column",
744
+ "children": [
745
+ "row-89",
746
+ "text-92"
747
+ ],
748
+ "gap": "3"
749
+ },
750
+ {
751
+ "id": "row-89",
752
+ "component": "Row",
753
+ "children": [
754
+ "icon-90",
755
+ "text-91"
756
+ ],
757
+ "gap": "1",
758
+ "justify": "center",
759
+ "align": "center"
760
+ },
761
+ {
762
+ "id": "icon-90",
763
+ "component": "Icon",
764
+ "name": "cube",
765
+ "size": "md"
766
+ },
767
+ {
768
+ "id": "text-91",
769
+ "component": "Text",
770
+ "nomargin": true,
771
+ "textContent": "Acme"
772
+ },
773
+ {
774
+ "id": "text-92",
775
+ "component": "Text",
776
+ "variant": "title",
777
+ "nomargin": true,
778
+ "textContent": "You've been invited"
779
+ },
780
+ {
781
+ "id": "card-93",
782
+ "component": "Card",
783
+ "children": [
784
+ "section-94"
785
+ ],
786
+ "elevation": 1
787
+ },
788
+ {
789
+ "id": "section-94",
790
+ "component": "Section",
791
+ "children": [
792
+ "column-95"
793
+ ]
794
+ },
795
+ {
796
+ "id": "column-95",
797
+ "component": "Column",
798
+ "children": [
799
+ "card-96",
800
+ "column-103",
801
+ "divider-107",
802
+ "column-108",
803
+ "divider-112",
804
+ "column-113"
805
+ ],
806
+ "gap": "5"
807
+ },
808
+ {
809
+ "id": "card-96",
810
+ "component": "Card",
811
+ "children": [
812
+ "section-97"
813
+ ]
814
+ },
815
+ {
816
+ "id": "section-97",
817
+ "component": "Section",
818
+ "children": [
819
+ "row-98"
820
+ ]
821
+ },
822
+ {
823
+ "id": "row-98",
824
+ "component": "Row",
825
+ "children": [
826
+ "avatar-99",
827
+ "column-100"
828
+ ],
829
+ "gap": "3",
830
+ "align": "center"
831
+ },
832
+ {
833
+ "id": "avatar-99",
834
+ "component": "Avatar",
835
+ "text": "Mira Patel",
836
+ "size": "md"
837
+ },
838
+ {
839
+ "id": "column-100",
840
+ "component": "Column",
841
+ "children": [
842
+ "text-101",
843
+ "text-102"
844
+ ],
845
+ "gap": "0"
846
+ },
847
+ {
848
+ "id": "text-101",
849
+ "component": "Text",
850
+ "textContent": "Mira Patel"
851
+ },
852
+ {
853
+ "id": "text-102",
854
+ "component": "Text",
855
+ "textContent": "invited you to join"
856
+ },
857
+ {
858
+ "id": "column-103",
859
+ "component": "Column",
860
+ "children": [
861
+ "avatar-104",
862
+ "text-105",
863
+ "text-106"
864
+ ],
865
+ "gap": "2",
866
+ "align": "center"
867
+ },
868
+ {
869
+ "id": "avatar-104",
870
+ "component": "Avatar",
871
+ "text": "AE",
872
+ "size": "lg",
873
+ "variant": "accent"
874
+ },
875
+ {
876
+ "id": "text-105",
877
+ "component": "Text",
878
+ "variant": "section",
879
+ "nomargin": true,
880
+ "textContent": "Acme Engineering"
881
+ },
882
+ {
883
+ "id": "text-106",
884
+ "component": "Text",
885
+ "variant": "label",
886
+ "textContent": "12 members · Pro plan"
887
+ },
888
+ {
889
+ "id": "divider-107",
890
+ "component": "Divider"
891
+ },
892
+ {
893
+ "id": "column-108",
894
+ "component": "Column",
895
+ "children": [
896
+ "input-109",
897
+ "input-110",
898
+ "button-111"
899
+ ],
900
+ "gap": "3"
901
+ },
902
+ {
903
+ "id": "input-109",
904
+ "component": "Input",
905
+ "label": "Your name",
906
+ "placeholder": "Full name"
907
+ },
908
+ {
909
+ "id": "input-110",
910
+ "component": "Input",
911
+ "label": "Password",
912
+ "placeholder": "Create a password",
913
+ "type": "password"
914
+ },
915
+ {
916
+ "id": "button-111",
917
+ "component": "Button",
918
+ "text": "Accept invitation",
919
+ "variant": "primary",
920
+ "stretch": true
921
+ },
922
+ {
923
+ "id": "divider-112",
924
+ "component": "Divider",
925
+ "label": "OR"
926
+ },
927
+ {
928
+ "id": "column-113",
929
+ "component": "Column",
930
+ "children": [
931
+ "button-114",
932
+ "button-115"
933
+ ],
934
+ "gap": "2"
935
+ },
936
+ {
937
+ "id": "button-114",
938
+ "component": "Button",
939
+ "text": "Join with Google",
940
+ "icon": "google-logo",
941
+ "variant": "outline",
942
+ "stretch": true
943
+ },
944
+ {
945
+ "id": "button-115",
946
+ "component": "Button",
947
+ "text": "Join with GitHub",
948
+ "icon": "github-logo",
949
+ "variant": "outline",
950
+ "stretch": true
951
+ },
952
+ {
953
+ "id": "text-116",
954
+ "component": "Text",
955
+ "textContent": "By joining you agree to our"
956
+ },
957
+ {
958
+ "id": "text-117",
959
+ "component": "Text",
960
+ "textContent": "and"
961
+ },
962
+ {
963
+ "id": "column-118",
964
+ "component": "Column",
965
+ "children": [
966
+ "header-119",
967
+ "card-126",
968
+ "card-133"
969
+ ],
970
+ "gap": "8",
971
+ "align": "center"
972
+ },
973
+ {
974
+ "id": "header-119",
975
+ "component": "Header",
976
+ "children": [
977
+ "column-120"
978
+ ],
979
+ "align": "center",
980
+ "prose": true
981
+ },
982
+ {
983
+ "id": "column-120",
984
+ "component": "Column",
985
+ "children": [
986
+ "row-121",
987
+ "text-124",
988
+ "text-125"
989
+ ],
990
+ "gap": "3"
991
+ },
992
+ {
993
+ "id": "row-121",
994
+ "component": "Row",
995
+ "children": [
996
+ "icon-122",
997
+ "text-123"
998
+ ],
999
+ "gap": "1",
1000
+ "justify": "center",
1001
+ "align": "center"
1002
+ },
1003
+ {
1004
+ "id": "icon-122",
1005
+ "component": "Icon",
1006
+ "name": "cube",
1007
+ "size": "md"
1008
+ },
1009
+ {
1010
+ "id": "text-123",
1011
+ "component": "Text",
1012
+ "nomargin": true,
1013
+ "textContent": "Acme"
1014
+ },
1015
+ {
1016
+ "id": "text-124",
1017
+ "component": "Text",
1018
+ "variant": "title",
1019
+ "nomargin": true,
1020
+ "textContent": "Sign in to Acme"
1021
+ },
1022
+ {
1023
+ "id": "text-125",
1024
+ "component": "Text",
1025
+ "variant": "body",
1026
+ "color": "subtle",
1027
+ "nomargin": true,
1028
+ "textContent": "No password needed — we'll email you a magic link."
1029
+ },
1030
+ {
1031
+ "id": "card-126",
1032
+ "component": "Card",
1033
+ "children": [
1034
+ "section-127"
1035
+ ]
1036
+ },
1037
+ {
1038
+ "id": "section-127",
1039
+ "component": "Section",
1040
+ "children": [
1041
+ "column-128"
1042
+ ]
1043
+ },
1044
+ {
1045
+ "id": "column-128",
1046
+ "component": "Column",
1047
+ "children": [
1048
+ "input-129",
1049
+ "button-130",
1050
+ "divider-131",
1051
+ "button-132"
1052
+ ],
1053
+ "gap": "4"
1054
+ },
1055
+ {
1056
+ "id": "input-129",
1057
+ "component": "Input",
1058
+ "label": "Email address",
1059
+ "placeholder": "you@company.com",
1060
+ "type": "email"
1061
+ },
1062
+ {
1063
+ "id": "button-130",
1064
+ "component": "Button",
1065
+ "text": "Send magic link",
1066
+ "variant": "primary",
1067
+ "stretch": true,
1068
+ "icon": "paper-plane-tilt"
1069
+ },
1070
+ {
1071
+ "id": "divider-131",
1072
+ "component": "Divider",
1073
+ "label": "OR"
1074
+ },
1075
+ {
1076
+ "id": "button-132",
1077
+ "component": "Button",
1078
+ "text": "Sign in with password instead",
1079
+ "variant": "ghost",
1080
+ "stretch": true,
1081
+ "icon": "key"
1082
+ },
1083
+ {
1084
+ "id": "card-133",
1085
+ "component": "Card",
1086
+ "children": [
1087
+ "section-134"
1088
+ ]
1089
+ },
1090
+ {
1091
+ "id": "section-134",
1092
+ "component": "Section",
1093
+ "children": [
1094
+ "column-135"
1095
+ ]
1096
+ },
1097
+ {
1098
+ "id": "column-135",
1099
+ "component": "Column",
1100
+ "children": [
1101
+ "column-136",
1102
+ "alert-141",
1103
+ "divider-142",
1104
+ "column-143"
1105
+ ],
1106
+ "gap": "5",
1107
+ "align": "center"
1108
+ },
1109
+ {
1110
+ "id": "column-136",
1111
+ "component": "Column",
1112
+ "children": [
1113
+ "icon-137",
1114
+ "text-138",
1115
+ "text-139",
1116
+ "text-140"
1117
+ ],
1118
+ "gap": "1",
1119
+ "align": "center"
1120
+ },
1121
+ {
1122
+ "id": "icon-137",
1123
+ "component": "Icon",
1124
+ "name": "envelope-simple",
1125
+ "size": "lg",
1126
+ "color": "accent"
1127
+ },
1128
+ {
1129
+ "id": "text-138",
1130
+ "component": "Text",
1131
+ "variant": "section",
1132
+ "nomargin": true,
1133
+ "textContent": "Check your inbox"
1134
+ },
1135
+ {
1136
+ "id": "text-139",
1137
+ "component": "Text",
1138
+ "variant": "body",
1139
+ "color": "subtle",
1140
+ "nomargin": true,
1141
+ "textContent": "We sent a sign-in link to"
1142
+ },
1143
+ {
1144
+ "id": "text-140",
1145
+ "component": "Text",
1146
+ "textContent": "jane@company.com"
1147
+ },
1148
+ {
1149
+ "id": "alert-141",
1150
+ "component": "Alert",
1151
+ "variant": "info",
1152
+ "size": "sm"
1153
+ },
1154
+ {
1155
+ "id": "divider-142",
1156
+ "component": "Divider"
1157
+ },
1158
+ {
1159
+ "id": "column-143",
1160
+ "component": "Column",
1161
+ "children": [
1162
+ "button-144",
1163
+ "button-145"
1164
+ ],
1165
+ "gap": "2"
1166
+ },
1167
+ {
1168
+ "id": "button-144",
1169
+ "component": "Button",
1170
+ "text": "Resend link",
1171
+ "variant": "outline",
1172
+ "stretch": true,
1173
+ "icon": "arrow-clockwise"
1174
+ },
1175
+ {
1176
+ "id": "button-145",
1177
+ "component": "Button",
1178
+ "text": "Use a different email",
1179
+ "variant": "ghost",
1180
+ "stretch": true,
1181
+ "icon": "arrow-left"
1182
+ },
1183
+ {
1184
+ "id": "column-146",
1185
+ "component": "Column",
1186
+ "children": [
1187
+ "header-147",
1188
+ "card-153",
1189
+ "card-162",
1190
+ "card-188"
1191
+ ],
1192
+ "gap": "8",
1193
+ "align": "center"
1194
+ },
1195
+ {
1196
+ "id": "header-147",
1197
+ "component": "Header",
1198
+ "children": [
1199
+ "column-148"
1200
+ ],
1201
+ "align": "center",
1202
+ "prose": true
1203
+ },
1204
+ {
1205
+ "id": "column-148",
1206
+ "component": "Column",
1207
+ "children": [
1208
+ "row-149",
1209
+ "text-152"
1210
+ ],
1211
+ "gap": "3"
1212
+ },
1213
+ {
1214
+ "id": "row-149",
1215
+ "component": "Row",
1216
+ "children": [
1217
+ "icon-150",
1218
+ "text-151"
1219
+ ],
1220
+ "gap": "1",
1221
+ "justify": "center",
1222
+ "align": "center"
1223
+ },
1224
+ {
1225
+ "id": "icon-150",
1226
+ "component": "Icon",
1227
+ "name": "cube",
1228
+ "size": "md"
1229
+ },
1230
+ {
1231
+ "id": "text-151",
1232
+ "component": "Text",
1233
+ "nomargin": true,
1234
+ "textContent": "Acme"
1235
+ },
1236
+ {
1237
+ "id": "text-152",
1238
+ "component": "Text",
1239
+ "variant": "title",
1240
+ "nomargin": true,
1241
+ "textContent": "Reset your password"
1242
+ },
1243
+ {
1244
+ "id": "card-153",
1245
+ "component": "Card",
1246
+ "children": [
1247
+ "section-154"
1248
+ ]
1249
+ },
1250
+ {
1251
+ "id": "section-154",
1252
+ "component": "Section",
1253
+ "children": [
1254
+ "column-155"
1255
+ ]
1256
+ },
1257
+ {
1258
+ "id": "column-155",
1259
+ "component": "Column",
1260
+ "children": [
1261
+ "column-156",
1262
+ "input-159",
1263
+ "button-160",
1264
+ "button-161"
1265
+ ],
1266
+ "gap": "4"
1267
+ },
1268
+ {
1269
+ "id": "column-156",
1270
+ "component": "Column",
1271
+ "children": [
1272
+ "text-157",
1273
+ "text-158"
1274
+ ],
1275
+ "gap": "1"
1276
+ },
1277
+ {
1278
+ "id": "text-157",
1279
+ "component": "Text",
1280
+ "variant": "section",
1281
+ "nomargin": true,
1282
+ "textContent": "Forgot your password?"
1283
+ },
1284
+ {
1285
+ "id": "text-158",
1286
+ "component": "Text",
1287
+ "variant": "body",
1288
+ "color": "subtle",
1289
+ "nomargin": true,
1290
+ "textContent": "Enter the email associated with your account and we'll send a reset code."
1291
+ },
1292
+ {
1293
+ "id": "input-159",
1294
+ "component": "Input",
1295
+ "label": "Email address",
1296
+ "placeholder": "you@company.com",
1297
+ "type": "email"
1298
+ },
1299
+ {
1300
+ "id": "button-160",
1301
+ "component": "Button",
1302
+ "text": "Send reset code",
1303
+ "variant": "primary",
1304
+ "stretch": true
1305
+ },
1306
+ {
1307
+ "id": "button-161",
1308
+ "component": "Button",
1309
+ "text": "Back to sign in",
1310
+ "variant": "ghost",
1311
+ "stretch": true,
1312
+ "icon": "arrow-left"
1313
+ },
1314
+ {
1315
+ "id": "card-162",
1316
+ "component": "Card",
1317
+ "children": [
1318
+ "section-163"
1319
+ ]
1320
+ },
1321
+ {
1322
+ "id": "section-163",
1323
+ "component": "Section",
1324
+ "children": [
1325
+ "column-164"
1326
+ ]
1327
+ },
1328
+ {
1329
+ "id": "column-164",
1330
+ "component": "Column",
1331
+ "children": [
1332
+ "column-165",
1333
+ "otpinput-168",
1334
+ "divider-169",
1335
+ "input-170",
1336
+ "column-171",
1337
+ "input-186",
1338
+ "button-187"
1339
+ ],
1340
+ "gap": "4"
1341
+ },
1342
+ {
1343
+ "id": "column-165",
1344
+ "component": "Column",
1345
+ "children": [
1346
+ "text-166",
1347
+ "text-167"
1348
+ ],
1349
+ "gap": "1"
1350
+ },
1351
+ {
1352
+ "id": "text-166",
1353
+ "component": "Text",
1354
+ "variant": "section",
1355
+ "nomargin": true,
1356
+ "textContent": "Enter your reset code"
1357
+ },
1358
+ {
1359
+ "id": "text-167",
1360
+ "component": "Text",
1361
+ "variant": "body",
1362
+ "color": "subtle",
1363
+ "nomargin": true,
1364
+ "textContent": "We sent a 6-digit code to j***@company.com"
1365
+ },
1366
+ {
1367
+ "id": "otpinput-168",
1368
+ "component": "OtpInput",
1369
+ "length": 6,
1370
+ "size": "lg"
1371
+ },
1372
+ {
1373
+ "id": "divider-169",
1374
+ "component": "Divider"
1375
+ },
1376
+ {
1377
+ "id": "input-170",
1378
+ "component": "Input",
1379
+ "label": "New password",
1380
+ "placeholder": "Min. 8 characters",
1381
+ "type": "password"
1382
+ },
1383
+ {
1384
+ "id": "column-171",
1385
+ "component": "Column",
1386
+ "children": [
1387
+ "progress-172",
1388
+ "row-173"
1389
+ ],
1390
+ "gap": "1"
1391
+ },
1392
+ {
1393
+ "id": "progress-172",
1394
+ "component": "Progress",
1395
+ "value": 75,
1396
+ "size": "sm",
1397
+ "variant": "success"
1398
+ },
1399
+ {
1400
+ "id": "row-173",
1401
+ "component": "Row",
1402
+ "children": [
1403
+ "row-174",
1404
+ "row-177",
1405
+ "row-180",
1406
+ "row-183"
1407
+ ],
1408
+ "gap": "3"
1409
+ },
1410
+ {
1411
+ "id": "row-174",
1412
+ "component": "Row",
1413
+ "children": [
1414
+ "icon-175",
1415
+ "text-176"
1416
+ ],
1417
+ "gap": "1",
1418
+ "align": "center"
1419
+ },
1420
+ {
1421
+ "id": "icon-175",
1422
+ "component": "Icon",
1423
+ "name": "check-circle",
1424
+ "size": "sm",
1425
+ "color": "success"
1426
+ },
1427
+ {
1428
+ "id": "text-176",
1429
+ "component": "Text",
1430
+ "textContent": "8+ characters"
1431
+ },
1432
+ {
1433
+ "id": "row-177",
1434
+ "component": "Row",
1435
+ "children": [
1436
+ "icon-178",
1437
+ "text-179"
1438
+ ],
1439
+ "gap": "1",
1440
+ "align": "center"
1441
+ },
1442
+ {
1443
+ "id": "icon-178",
1444
+ "component": "Icon",
1445
+ "name": "check-circle",
1446
+ "size": "sm",
1447
+ "color": "success"
1448
+ },
1449
+ {
1450
+ "id": "text-179",
1451
+ "component": "Text",
1452
+ "textContent": "Uppercase"
1453
+ },
1454
+ {
1455
+ "id": "row-180",
1456
+ "component": "Row",
1457
+ "children": [
1458
+ "icon-181",
1459
+ "text-182"
1460
+ ],
1461
+ "gap": "1",
1462
+ "align": "center"
1463
+ },
1464
+ {
1465
+ "id": "icon-181",
1466
+ "component": "Icon",
1467
+ "name": "check-circle",
1468
+ "size": "sm",
1469
+ "color": "success"
1470
+ },
1471
+ {
1472
+ "id": "text-182",
1473
+ "component": "Text",
1474
+ "textContent": "Number"
1475
+ },
1476
+ {
1477
+ "id": "row-183",
1478
+ "component": "Row",
1479
+ "children": [
1480
+ "icon-184",
1481
+ "text-185"
1482
+ ],
1483
+ "gap": "1",
1484
+ "align": "center"
1485
+ },
1486
+ {
1487
+ "id": "icon-184",
1488
+ "component": "Icon",
1489
+ "name": "circle",
1490
+ "size": "sm",
1491
+ "color": "muted"
1492
+ },
1493
+ {
1494
+ "id": "text-185",
1495
+ "component": "Text",
1496
+ "textContent": "Symbol"
1497
+ },
1498
+ {
1499
+ "id": "input-186",
1500
+ "component": "Input",
1501
+ "label": "Confirm password",
1502
+ "placeholder": "Re-enter new password",
1503
+ "type": "password"
1504
+ },
1505
+ {
1506
+ "id": "button-187",
1507
+ "component": "Button",
1508
+ "text": "Reset password",
1509
+ "variant": "primary",
1510
+ "stretch": true
1511
+ },
1512
+ {
1513
+ "id": "card-188",
1514
+ "component": "Card",
1515
+ "children": [
1516
+ "section-189"
1517
+ ]
1518
+ },
1519
+ {
1520
+ "id": "section-189",
1521
+ "component": "Section",
1522
+ "children": [
1523
+ "column-190"
1524
+ ]
1525
+ },
1526
+ {
1527
+ "id": "column-190",
1528
+ "component": "Column",
1529
+ "children": [
1530
+ "icon-191",
1531
+ "column-192",
1532
+ "button-195"
1533
+ ],
1534
+ "gap": "4",
1535
+ "align": "center"
1536
+ },
1537
+ {
1538
+ "id": "icon-191",
1539
+ "component": "Icon",
1540
+ "name": "check-circle",
1541
+ "size": "lg",
1542
+ "color": "success"
1543
+ },
1544
+ {
1545
+ "id": "column-192",
1546
+ "component": "Column",
1547
+ "children": [
1548
+ "text-193",
1549
+ "text-194"
1550
+ ],
1551
+ "gap": "1",
1552
+ "align": "center"
1553
+ },
1554
+ {
1555
+ "id": "text-193",
1556
+ "component": "Text",
1557
+ "variant": "section",
1558
+ "nomargin": true,
1559
+ "textContent": "Password updated"
1560
+ },
1561
+ {
1562
+ "id": "text-194",
1563
+ "component": "Text",
1564
+ "variant": "body",
1565
+ "color": "subtle",
1566
+ "textAlign": "center",
1567
+ "nomargin": true,
1568
+ "textContent": "Your password has been successfully reset. You can now sign in with your new credentials."
1569
+ },
1570
+ {
1571
+ "id": "button-195",
1572
+ "component": "Button",
1573
+ "text": "Continue to sign in",
1574
+ "variant": "primary",
1575
+ "stretch": true,
1576
+ "icon": "sign-in"
1577
+ },
1578
+ {
1579
+ "id": "column-196",
1580
+ "component": "Column",
1581
+ "children": [
1582
+ "header-197",
1583
+ "column-203"
1584
+ ],
1585
+ "gap": "6",
1586
+ "align": "center"
1587
+ },
1588
+ {
1589
+ "id": "header-197",
1590
+ "component": "Header",
1591
+ "children": [
1592
+ "column-198"
1593
+ ],
1594
+ "align": "center",
1595
+ "prose": true
1596
+ },
1597
+ {
1598
+ "id": "column-198",
1599
+ "component": "Column",
1600
+ "children": [
1601
+ "column-199"
1602
+ ],
1603
+ "gap": "3"
1604
+ },
1605
+ {
1606
+ "id": "column-199",
1607
+ "component": "Column",
1608
+ "children": [
1609
+ "avatar-200",
1610
+ "text-201",
1611
+ "text-202"
1612
+ ],
1613
+ "gap": "1",
1614
+ "align": "center"
1615
+ },
1616
+ {
1617
+ "id": "avatar-200",
1618
+ "component": "Avatar",
1619
+ "text": "Jane Doe",
1620
+ "size": "lg"
1621
+ },
1622
+ {
1623
+ "id": "text-201",
1624
+ "component": "Text",
1625
+ "variant": "title",
1626
+ "nomargin": true,
1627
+ "textContent": "Welcome back, Jane"
1628
+ },
1629
+ {
1630
+ "id": "text-202",
1631
+ "component": "Text",
1632
+ "variant": "body",
1633
+ "color": "subtle",
1634
+ "nomargin": true,
1635
+ "textContent": "Choose a workspace to continue"
1636
+ },
1637
+ {
1638
+ "id": "column-203",
1639
+ "component": "Column",
1640
+ "children": [
1641
+ "card-204",
1642
+ "card-215",
1643
+ "card-226",
1644
+ "divider-237",
1645
+ "button-238",
1646
+ "row-239"
1647
+ ],
1648
+ "gap": "3"
1649
+ },
1650
+ {
1651
+ "id": "card-204",
1652
+ "component": "Card",
1653
+ "children": [
1654
+ "section-205"
1655
+ ],
1656
+ "variant": "outlined",
1657
+ "interactive": true
1658
+ },
1659
+ {
1660
+ "id": "section-205",
1661
+ "component": "Section",
1662
+ "children": [
1663
+ "row-206"
1664
+ ]
1665
+ },
1666
+ {
1667
+ "id": "row-206",
1668
+ "component": "Row",
1669
+ "children": [
1670
+ "row-207",
1671
+ "column-212"
1672
+ ],
1673
+ "gap": "3",
1674
+ "align": "center",
1675
+ "justify": "between"
1676
+ },
1677
+ {
1678
+ "id": "row-207",
1679
+ "component": "Row",
1680
+ "children": [
1681
+ "avatar-208",
1682
+ "column-209"
1683
+ ],
1684
+ "gap": "3",
1685
+ "align": "center"
1686
+ },
1687
+ {
1688
+ "id": "avatar-208",
1689
+ "component": "Avatar",
1690
+ "text": "A",
1691
+ "size": "md",
1692
+ "variant": "accent",
1693
+ "initials": "AE"
1694
+ },
1695
+ {
1696
+ "id": "column-209",
1697
+ "component": "Column",
1698
+ "children": [
1699
+ "text-210",
1700
+ "text-211"
1701
+ ],
1702
+ "gap": "0"
1703
+ },
1704
+ {
1705
+ "id": "text-210",
1706
+ "component": "Text",
1707
+ "textContent": "Acme Engineering"
1708
+ },
1709
+ {
1710
+ "id": "text-211",
1711
+ "component": "Text",
1712
+ "textContent": "12 members · Pro plan"
1713
+ },
1714
+ {
1715
+ "id": "column-212",
1716
+ "component": "Column",
1717
+ "children": [
1718
+ "badge-213",
1719
+ "text-214"
1720
+ ],
1721
+ "gap": "0",
1722
+ "align": "end"
1723
+ },
1724
+ {
1725
+ "id": "badge-213",
1726
+ "component": "Badge",
1727
+ "text": "Owner",
1728
+ "variant": "accent",
1729
+ "size": "sm"
1730
+ },
1731
+ {
1732
+ "id": "text-214",
1733
+ "component": "Text",
1734
+ "textContent": "Active 2h ago"
1735
+ },
1736
+ {
1737
+ "id": "card-215",
1738
+ "component": "Card",
1739
+ "children": [
1740
+ "section-216"
1741
+ ],
1742
+ "variant": "outlined",
1743
+ "interactive": true
1744
+ },
1745
+ {
1746
+ "id": "section-216",
1747
+ "component": "Section",
1748
+ "children": [
1749
+ "row-217"
1750
+ ]
1751
+ },
1752
+ {
1753
+ "id": "row-217",
1754
+ "component": "Row",
1755
+ "children": [
1756
+ "row-218",
1757
+ "column-223"
1758
+ ],
1759
+ "gap": "3",
1760
+ "align": "center",
1761
+ "justify": "between"
1762
+ },
1763
+ {
1764
+ "id": "row-218",
1765
+ "component": "Row",
1766
+ "children": [
1767
+ "avatar-219",
1768
+ "column-220"
1769
+ ],
1770
+ "gap": "3",
1771
+ "align": "center"
1772
+ },
1773
+ {
1774
+ "id": "avatar-219",
1775
+ "component": "Avatar",
1776
+ "text": "S",
1777
+ "size": "md",
1778
+ "variant": "warning"
1779
+ },
1780
+ {
1781
+ "id": "column-220",
1782
+ "component": "Column",
1783
+ "children": [
1784
+ "text-221",
1785
+ "text-222"
1786
+ ],
1787
+ "gap": "0"
1788
+ },
1789
+ {
1790
+ "id": "text-221",
1791
+ "component": "Text",
1792
+ "textContent": "Side Project Labs"
1793
+ },
1794
+ {
1795
+ "id": "text-222",
1796
+ "component": "Text",
1797
+ "textContent": "3 members · Free plan"
1798
+ },
1799
+ {
1800
+ "id": "column-223",
1801
+ "component": "Column",
1802
+ "children": [
1803
+ "badge-224",
1804
+ "text-225"
1805
+ ],
1806
+ "gap": "0",
1807
+ "align": "end"
1808
+ },
1809
+ {
1810
+ "id": "badge-224",
1811
+ "component": "Badge",
1812
+ "text": "Admin",
1813
+ "size": "sm"
1814
+ },
1815
+ {
1816
+ "id": "text-225",
1817
+ "component": "Text",
1818
+ "textContent": "Active 3d ago"
1819
+ },
1820
+ {
1821
+ "id": "card-226",
1822
+ "component": "Card",
1823
+ "children": [
1824
+ "section-227"
1825
+ ],
1826
+ "variant": "outlined",
1827
+ "interactive": true
1828
+ },
1829
+ {
1830
+ "id": "section-227",
1831
+ "component": "Section",
1832
+ "children": [
1833
+ "row-228"
1834
+ ]
1835
+ },
1836
+ {
1837
+ "id": "row-228",
1838
+ "component": "Row",
1839
+ "children": [
1840
+ "row-229",
1841
+ "column-234"
1842
+ ],
1843
+ "gap": "3",
1844
+ "align": "center",
1845
+ "justify": "between"
1846
+ },
1847
+ {
1848
+ "id": "row-229",
1849
+ "component": "Row",
1850
+ "children": [
1851
+ "avatar-230",
1852
+ "column-231"
1853
+ ],
1854
+ "gap": "3",
1855
+ "align": "center"
1856
+ },
1857
+ {
1858
+ "id": "avatar-230",
1859
+ "component": "Avatar",
1860
+ "text": "O",
1861
+ "size": "md",
1862
+ "variant": "success"
1863
+ },
1864
+ {
1865
+ "id": "column-231",
1866
+ "component": "Column",
1867
+ "children": [
1868
+ "text-232",
1869
+ "text-233"
1870
+ ],
1871
+ "gap": "0"
1872
+ },
1873
+ {
1874
+ "id": "text-232",
1875
+ "component": "Text",
1876
+ "textContent": "Open Source Collective"
1877
+ },
1878
+ {
1879
+ "id": "text-233",
1880
+ "component": "Text",
1881
+ "textContent": "84 members · Enterprise"
1882
+ },
1883
+ {
1884
+ "id": "column-234",
1885
+ "component": "Column",
1886
+ "children": [
1887
+ "badge-235",
1888
+ "text-236"
1889
+ ],
1890
+ "gap": "0",
1891
+ "align": "end"
1892
+ },
1893
+ {
1894
+ "id": "badge-235",
1895
+ "component": "Badge",
1896
+ "text": "Member",
1897
+ "variant": "default",
1898
+ "size": "sm"
1899
+ },
1900
+ {
1901
+ "id": "text-236",
1902
+ "component": "Text",
1903
+ "textContent": "Active 1w ago"
1904
+ },
1905
+ {
1906
+ "id": "divider-237",
1907
+ "component": "Divider"
1908
+ },
1909
+ {
1910
+ "id": "button-238",
1911
+ "component": "Button",
1912
+ "text": "Create a new workspace",
1913
+ "variant": "ghost",
1914
+ "stretch": true,
1915
+ "icon": "plus"
1916
+ },
1917
+ {
1918
+ "id": "row-239",
1919
+ "component": "Row",
1920
+ "children": [
1921
+ "text-240",
1922
+ "text-241",
1923
+ "text-242"
1924
+ ],
1925
+ "gap": "1",
1926
+ "justify": "center"
1927
+ },
1928
+ {
1929
+ "id": "text-240",
1930
+ "component": "Text",
1931
+ "textContent": "Signed in as"
1932
+ },
1933
+ {
1934
+ "id": "text-241",
1935
+ "component": "Text",
1936
+ "textContent": "jane@company.com"
1937
+ },
1938
+ {
1939
+ "id": "text-242",
1940
+ "component": "Text",
1941
+ "textContent": "·"
1942
+ },
1943
+ {
1944
+ "id": "column-243",
1945
+ "component": "Column",
1946
+ "children": [
1947
+ "header-244",
1948
+ "card-251",
1949
+ "row-264"
1950
+ ],
1951
+ "gap": "6",
1952
+ "align": "center"
1953
+ },
1954
+ {
1955
+ "id": "header-244",
1956
+ "component": "Header",
1957
+ "children": [
1958
+ "column-245"
1959
+ ],
1960
+ "align": "center",
1961
+ "prose": true
1962
+ },
1963
+ {
1964
+ "id": "column-245",
1965
+ "component": "Column",
1966
+ "children": [
1967
+ "row-246",
1968
+ "text-249",
1969
+ "text-250"
1970
+ ],
1971
+ "gap": "3"
1972
+ },
1973
+ {
1974
+ "id": "row-246",
1975
+ "component": "Row",
1976
+ "children": [
1977
+ "icon-247",
1978
+ "text-248"
1979
+ ],
1980
+ "gap": "1",
1981
+ "justify": "center",
1982
+ "align": "center"
1983
+ },
1984
+ {
1985
+ "id": "icon-247",
1986
+ "component": "Icon",
1987
+ "name": "cube",
1988
+ "size": "md"
1989
+ },
1990
+ {
1991
+ "id": "text-248",
1992
+ "component": "Text",
1993
+ "nomargin": true,
1994
+ "textContent": "Acme"
1995
+ },
1996
+ {
1997
+ "id": "text-249",
1998
+ "component": "Text",
1999
+ "variant": "title",
2000
+ "nomargin": true,
2001
+ "textContent": "Two-factor authentication"
2002
+ },
2003
+ {
2004
+ "id": "text-250",
2005
+ "component": "Text",
2006
+ "variant": "body",
2007
+ "color": "subtle",
2008
+ "nomargin": true,
2009
+ "textContent": "Enter the code from your authenticator app to continue."
2010
+ },
2011
+ {
2012
+ "id": "card-251",
2013
+ "component": "Card",
2014
+ "children": [
2015
+ "section-252"
2016
+ ]
2017
+ },
2018
+ {
2019
+ "id": "section-252",
2020
+ "component": "Section",
2021
+ "children": [
2022
+ "column-253"
2023
+ ]
2024
+ },
2025
+ {
2026
+ "id": "column-253",
2027
+ "component": "Column",
2028
+ "children": [
2029
+ "column-254",
2030
+ "checkbox-257",
2031
+ "button-258",
2032
+ "divider-259",
2033
+ "column-260",
2034
+ "alert-263"
2035
+ ],
2036
+ "gap": "5"
2037
+ },
2038
+ {
2039
+ "id": "column-254",
2040
+ "component": "Column",
2041
+ "children": [
2042
+ "icon-255",
2043
+ "otpinput-256"
2044
+ ],
2045
+ "gap": "3",
2046
+ "align": "center"
2047
+ },
2048
+ {
2049
+ "id": "icon-255",
2050
+ "component": "Icon",
2051
+ "name": "shield-check",
2052
+ "size": "lg",
2053
+ "color": "accent"
2054
+ },
2055
+ {
2056
+ "id": "otpinput-256",
2057
+ "component": "OtpInput",
2058
+ "length": 6,
2059
+ "sixe": "lg"
2060
+ },
2061
+ {
2062
+ "id": "checkbox-257",
2063
+ "component": "CheckBox",
2064
+ "label": "Trust this device for 30 days",
2065
+ "size": "sm"
2066
+ },
2067
+ {
2068
+ "id": "button-258",
2069
+ "component": "Button",
2070
+ "text": "Verify",
2071
+ "variant": "primary",
2072
+ "stretch": true
2073
+ },
2074
+ {
2075
+ "id": "divider-259",
2076
+ "component": "Divider",
2077
+ "label": "OR"
2078
+ },
2079
+ {
2080
+ "id": "column-260",
2081
+ "component": "Column",
2082
+ "children": [
2083
+ "button-261",
2084
+ "button-262"
2085
+ ],
2086
+ "gap": "2"
2087
+ },
2088
+ {
2089
+ "id": "button-261",
2090
+ "component": "Button",
2091
+ "text": "Use a backup code",
2092
+ "variant": "outline",
2093
+ "stretch": true,
2094
+ "icon": "key"
2095
+ },
2096
+ {
2097
+ "id": "button-262",
2098
+ "component": "Button",
2099
+ "text": "Send code via SMS",
2100
+ "variant": "ghost",
2101
+ "stretch": true,
2102
+ "icon": "device-mobile"
2103
+ },
2104
+ {
2105
+ "id": "alert-263",
2106
+ "component": "Alert",
2107
+ "variant": "warning",
2108
+ "size": "sm"
2109
+ },
2110
+ {
2111
+ "id": "row-264",
2112
+ "component": "Row",
2113
+ "children": [
2114
+ "text-265",
2115
+ "text-266",
2116
+ "text-267",
2117
+ "text-268"
2118
+ ],
2119
+ "gap": "1",
2120
+ "justify": "center"
2121
+ },
2122
+ {
2123
+ "id": "text-265",
2124
+ "component": "Text",
2125
+ "textContent": "Signing in as"
2126
+ },
2127
+ {
2128
+ "id": "text-266",
2129
+ "component": "Text",
2130
+ "textContent": "jane@company.com"
2131
+ },
2132
+ {
2133
+ "id": "text-267",
2134
+ "component": "Text",
2135
+ "textContent": "·"
2136
+ },
2137
+ {
2138
+ "id": "text-268",
2139
+ "component": "Text",
2140
+ "textContent": "Use a different account"
2141
+ }
2142
+ ]
2143
+ }