@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,1821 @@
1
+ {
2
+ "id": "auth-login",
3
+ "type": "page",
4
+ "description": "Login form variants (email-first, classic, passwordless)",
5
+ "domain": "forms",
6
+ "tags": [
7
+ "auth-login",
8
+ "section",
9
+ "column",
10
+ "text",
11
+ "row",
12
+ "card",
13
+ "input",
14
+ "button",
15
+ "divider",
16
+ "header",
17
+ "checkbox",
18
+ "footer",
19
+ "grid",
20
+ "icon",
21
+ "otpinput",
22
+ "avatar",
23
+ "alert",
24
+ "progress",
25
+ "forms",
26
+ "sign"
27
+ ],
28
+ "keywords": [
29
+ "auth-login",
30
+ "section",
31
+ "column",
32
+ "text",
33
+ "row",
34
+ "card",
35
+ "input",
36
+ "button"
37
+ ],
38
+ "source": "exemplars/ui/auth-login/index.html",
39
+ "components": [
40
+ "Section",
41
+ "Column",
42
+ "Text",
43
+ "Row",
44
+ "Card",
45
+ "Input",
46
+ "Button",
47
+ "Divider",
48
+ "Header",
49
+ "CheckBox",
50
+ "Footer",
51
+ "Grid",
52
+ "Icon",
53
+ "OtpInput",
54
+ "Avatar",
55
+ "Alert",
56
+ "Progress"
57
+ ],
58
+ "template": [
59
+ {
60
+ "id": "section-1",
61
+ "component": "Section",
62
+ "children": [
63
+ "column-2"
64
+ ]
65
+ },
66
+ {
67
+ "id": "column-2",
68
+ "component": "Column",
69
+ "children": [
70
+ "column-3",
71
+ "column-26",
72
+ "column-47",
73
+ "column-74",
74
+ "column-94",
75
+ "column-121",
76
+ "column-147",
77
+ "column-183",
78
+ "column-200",
79
+ "column-214"
80
+ ],
81
+ "gap": "10"
82
+ },
83
+ {
84
+ "id": "column-3",
85
+ "component": "Column",
86
+ "children": [
87
+ "text-4",
88
+ "row-5"
89
+ ],
90
+ "gap": "3"
91
+ },
92
+ {
93
+ "id": "text-4",
94
+ "component": "Text",
95
+ "variant": "section",
96
+ "nomargin": true,
97
+ "textContent": "Email-First Login"
98
+ },
99
+ {
100
+ "id": "row-5",
101
+ "component": "Row",
102
+ "children": [
103
+ "card-6"
104
+ ],
105
+ "gap": "4",
106
+ "justify": "center"
107
+ },
108
+ {
109
+ "id": "card-6",
110
+ "component": "Card",
111
+ "children": [
112
+ "section-7"
113
+ ],
114
+ "radius": "round"
115
+ },
116
+ {
117
+ "id": "section-7",
118
+ "component": "Section",
119
+ "children": [
120
+ "column-8"
121
+ ]
122
+ },
123
+ {
124
+ "id": "column-8",
125
+ "component": "Column",
126
+ "children": [
127
+ "column-9",
128
+ "column-12",
129
+ "row-15",
130
+ "divider-18",
131
+ "column-19",
132
+ "row-24"
133
+ ],
134
+ "gap": "5"
135
+ },
136
+ {
137
+ "id": "column-9",
138
+ "component": "Column",
139
+ "children": [
140
+ "text-10"
141
+ ],
142
+ "gap": "2",
143
+ "align": "center"
144
+ },
145
+ {
146
+ "id": "text-10",
147
+ "component": "Text",
148
+ "children": [
149
+ "text-11"
150
+ ],
151
+ "slot": "heading"
152
+ },
153
+ {
154
+ "id": "text-11",
155
+ "component": "Text",
156
+ "textContent": "Sign in to your account to continue"
157
+ },
158
+ {
159
+ "id": "column-12",
160
+ "component": "Column",
161
+ "children": [
162
+ "input-13",
163
+ "button-14"
164
+ ],
165
+ "gap": "3"
166
+ },
167
+ {
168
+ "id": "input-13",
169
+ "component": "Input",
170
+ "label": "Email address",
171
+ "placeholder": "you@example.com",
172
+ "type": "email"
173
+ },
174
+ {
175
+ "id": "button-14",
176
+ "component": "Button",
177
+ "text": "Continue",
178
+ "variant": "primary",
179
+ "stretch": true
180
+ },
181
+ {
182
+ "id": "row-15",
183
+ "component": "Row",
184
+ "children": [
185
+ "text-16",
186
+ "text-17"
187
+ ],
188
+ "gap": "1",
189
+ "justify": "center"
190
+ },
191
+ {
192
+ "id": "text-16",
193
+ "component": "Text",
194
+ "textContent": "Don't have an account?"
195
+ },
196
+ {
197
+ "id": "text-17",
198
+ "component": "Text",
199
+ "textContent": "Sign up"
200
+ },
201
+ {
202
+ "id": "divider-18",
203
+ "component": "Divider",
204
+ "label": "OR"
205
+ },
206
+ {
207
+ "id": "column-19",
208
+ "component": "Column",
209
+ "children": [
210
+ "button-20",
211
+ "button-21",
212
+ "button-22",
213
+ "button-23"
214
+ ],
215
+ "gap": "2"
216
+ },
217
+ {
218
+ "id": "button-20",
219
+ "component": "Button",
220
+ "text": "Continue with Google",
221
+ "icon": "google-logo",
222
+ "variant": "outline",
223
+ "stretch": true
224
+ },
225
+ {
226
+ "id": "button-21",
227
+ "component": "Button",
228
+ "text": "Continue with Apple",
229
+ "icon": "apple-logo",
230
+ "variant": "outline",
231
+ "stretch": true
232
+ },
233
+ {
234
+ "id": "button-22",
235
+ "component": "Button",
236
+ "text": "Continue with Microsoft",
237
+ "icon": "windows-logo",
238
+ "variant": "outline",
239
+ "stretch": true
240
+ },
241
+ {
242
+ "id": "button-23",
243
+ "component": "Button",
244
+ "text": "Continue with phone",
245
+ "icon": "phone",
246
+ "variant": "outline",
247
+ "stretch": true
248
+ },
249
+ {
250
+ "id": "row-24",
251
+ "component": "Row",
252
+ "children": [
253
+ "text-25"
254
+ ],
255
+ "gap": "2",
256
+ "justify": "center"
257
+ },
258
+ {
259
+ "id": "text-25",
260
+ "component": "Text",
261
+ "textContent": "·"
262
+ },
263
+ {
264
+ "id": "column-26",
265
+ "component": "Column",
266
+ "children": [
267
+ "text-27",
268
+ "row-28"
269
+ ],
270
+ "gap": "3"
271
+ },
272
+ {
273
+ "id": "text-27",
274
+ "component": "Text",
275
+ "variant": "section",
276
+ "nomargin": true,
277
+ "textContent": "Classic Email + Password"
278
+ },
279
+ {
280
+ "id": "row-28",
281
+ "component": "Row",
282
+ "children": [
283
+ "card-29"
284
+ ],
285
+ "gap": "4",
286
+ "justify": "center"
287
+ },
288
+ {
289
+ "id": "card-29",
290
+ "component": "Card",
291
+ "children": [
292
+ "header-30",
293
+ "section-34",
294
+ "footer-41"
295
+ ]
296
+ },
297
+ {
298
+ "id": "header-30",
299
+ "component": "Header",
300
+ "children": [
301
+ "text-31",
302
+ "text-33"
303
+ ]
304
+ },
305
+ {
306
+ "id": "text-31",
307
+ "component": "Text",
308
+ "children": [
309
+ "text-32"
310
+ ],
311
+ "slot": "heading"
312
+ },
313
+ {
314
+ "id": "text-32",
315
+ "component": "Text",
316
+ "textContent": "Sign in"
317
+ },
318
+ {
319
+ "id": "text-33",
320
+ "component": "Text",
321
+ "slot": "description",
322
+ "color": "subtle",
323
+ "nomargin": true,
324
+ "textContent": "Enter your credentials to access your account"
325
+ },
326
+ {
327
+ "id": "section-34",
328
+ "component": "Section",
329
+ "children": [
330
+ "column-35"
331
+ ]
332
+ },
333
+ {
334
+ "id": "column-35",
335
+ "component": "Column",
336
+ "children": [
337
+ "input-36",
338
+ "input-37",
339
+ "row-38"
340
+ ],
341
+ "gap": "3"
342
+ },
343
+ {
344
+ "id": "input-36",
345
+ "component": "Input",
346
+ "label": "Email",
347
+ "placeholder": "you@example.com",
348
+ "type": "email"
349
+ },
350
+ {
351
+ "id": "input-37",
352
+ "component": "Input",
353
+ "label": "Password",
354
+ "placeholder": "••••••••",
355
+ "type": "password",
356
+ "suffix": "eye-slash"
357
+ },
358
+ {
359
+ "id": "row-38",
360
+ "component": "Row",
361
+ "children": [
362
+ "checkbox-39",
363
+ "text-40"
364
+ ],
365
+ "justify": "between",
366
+ "align": "center",
367
+ "size": "sm"
368
+ },
369
+ {
370
+ "id": "checkbox-39",
371
+ "component": "CheckBox",
372
+ "label": "Remember me"
373
+ },
374
+ {
375
+ "id": "text-40",
376
+ "component": "Text",
377
+ "textContent": "Forgot password?"
378
+ },
379
+ {
380
+ "id": "footer-41",
381
+ "component": "Footer",
382
+ "children": [
383
+ "column-42"
384
+ ]
385
+ },
386
+ {
387
+ "id": "column-42",
388
+ "component": "Column",
389
+ "children": [
390
+ "button-43",
391
+ "row-44"
392
+ ],
393
+ "gap": "3"
394
+ },
395
+ {
396
+ "id": "button-43",
397
+ "component": "Button",
398
+ "text": "Sign in",
399
+ "variant": "primary",
400
+ "stretch": true
401
+ },
402
+ {
403
+ "id": "row-44",
404
+ "component": "Row",
405
+ "children": [
406
+ "text-45",
407
+ "text-46"
408
+ ],
409
+ "gap": "1",
410
+ "justify": "center"
411
+ },
412
+ {
413
+ "id": "text-45",
414
+ "component": "Text",
415
+ "textContent": "New here?"
416
+ },
417
+ {
418
+ "id": "text-46",
419
+ "component": "Text",
420
+ "textContent": "Create an account"
421
+ },
422
+ {
423
+ "id": "column-47",
424
+ "component": "Column",
425
+ "children": [
426
+ "text-48",
427
+ "row-49"
428
+ ],
429
+ "gap": "3"
430
+ },
431
+ {
432
+ "id": "text-48",
433
+ "component": "Text",
434
+ "variant": "section",
435
+ "nomargin": true,
436
+ "textContent": "Registration"
437
+ },
438
+ {
439
+ "id": "row-49",
440
+ "component": "Row",
441
+ "children": [
442
+ "card-50"
443
+ ],
444
+ "gap": "4",
445
+ "justify": "center"
446
+ },
447
+ {
448
+ "id": "card-50",
449
+ "component": "Card",
450
+ "children": [
451
+ "header-51",
452
+ "section-55",
453
+ "footer-64"
454
+ ]
455
+ },
456
+ {
457
+ "id": "header-51",
458
+ "component": "Header",
459
+ "children": [
460
+ "text-52",
461
+ "text-54"
462
+ ]
463
+ },
464
+ {
465
+ "id": "text-52",
466
+ "component": "Text",
467
+ "children": [
468
+ "text-53"
469
+ ],
470
+ "slot": "heading"
471
+ },
472
+ {
473
+ "id": "text-53",
474
+ "component": "Text",
475
+ "textContent": "Create account"
476
+ },
477
+ {
478
+ "id": "text-54",
479
+ "component": "Text",
480
+ "slot": "description",
481
+ "color": "subtle",
482
+ "nomargin": true,
483
+ "textContent": "Get started for free — no credit card required"
484
+ },
485
+ {
486
+ "id": "section-55",
487
+ "component": "Section",
488
+ "children": [
489
+ "column-56"
490
+ ]
491
+ },
492
+ {
493
+ "id": "column-56",
494
+ "component": "Column",
495
+ "children": [
496
+ "grid-57",
497
+ "input-60",
498
+ "input-61",
499
+ "input-62",
500
+ "checkbox-63"
501
+ ],
502
+ "gap": "3"
503
+ },
504
+ {
505
+ "id": "grid-57",
506
+ "component": "Grid",
507
+ "children": [
508
+ "input-58",
509
+ "input-59"
510
+ ],
511
+ "gap": "3"
512
+ },
513
+ {
514
+ "id": "input-58",
515
+ "component": "Input",
516
+ "label": "First name",
517
+ "placeholder": "Jane"
518
+ },
519
+ {
520
+ "id": "input-59",
521
+ "component": "Input",
522
+ "label": "Last name",
523
+ "placeholder": "Doe"
524
+ },
525
+ {
526
+ "id": "input-60",
527
+ "component": "Input",
528
+ "label": "Email",
529
+ "placeholder": "you@example.com",
530
+ "type": "email"
531
+ },
532
+ {
533
+ "id": "input-61",
534
+ "component": "Input",
535
+ "label": "Password",
536
+ "placeholder": "Min. 8 characters",
537
+ "type": "password"
538
+ },
539
+ {
540
+ "id": "input-62",
541
+ "component": "Input",
542
+ "label": "Confirm password",
543
+ "placeholder": "Re-enter password",
544
+ "type": "password"
545
+ },
546
+ {
547
+ "id": "checkbox-63",
548
+ "component": "CheckBox",
549
+ "label": "I agree to the Terms of Service and Privacy Policy",
550
+ "size": "sm"
551
+ },
552
+ {
553
+ "id": "footer-64",
554
+ "component": "Footer",
555
+ "children": [
556
+ "column-65"
557
+ ]
558
+ },
559
+ {
560
+ "id": "column-65",
561
+ "component": "Column",
562
+ "children": [
563
+ "button-66",
564
+ "divider-67",
565
+ "grid-68",
566
+ "row-71"
567
+ ],
568
+ "gap": "3"
569
+ },
570
+ {
571
+ "id": "button-66",
572
+ "component": "Button",
573
+ "text": "Create account",
574
+ "variant": "primary",
575
+ "stretch": true
576
+ },
577
+ {
578
+ "id": "divider-67",
579
+ "component": "Divider",
580
+ "label": "OR"
581
+ },
582
+ {
583
+ "id": "grid-68",
584
+ "component": "Grid",
585
+ "children": [
586
+ "button-69",
587
+ "button-70"
588
+ ],
589
+ "gap": "2"
590
+ },
591
+ {
592
+ "id": "button-69",
593
+ "component": "Button",
594
+ "text": "Google",
595
+ "icon": "google-logo",
596
+ "variant": "outline",
597
+ "stretch": true
598
+ },
599
+ {
600
+ "id": "button-70",
601
+ "component": "Button",
602
+ "text": "GitHub",
603
+ "icon": "github-logo",
604
+ "variant": "outline",
605
+ "stretch": true
606
+ },
607
+ {
608
+ "id": "row-71",
609
+ "component": "Row",
610
+ "children": [
611
+ "text-72",
612
+ "text-73"
613
+ ],
614
+ "gap": "1",
615
+ "justify": "center"
616
+ },
617
+ {
618
+ "id": "text-72",
619
+ "component": "Text",
620
+ "textContent": "Already have an account?"
621
+ },
622
+ {
623
+ "id": "text-73",
624
+ "component": "Text",
625
+ "textContent": "Sign in"
626
+ },
627
+ {
628
+ "id": "column-74",
629
+ "component": "Column",
630
+ "children": [
631
+ "text-75",
632
+ "row-76"
633
+ ],
634
+ "gap": "3"
635
+ },
636
+ {
637
+ "id": "text-75",
638
+ "component": "Text",
639
+ "variant": "section",
640
+ "nomargin": true,
641
+ "textContent": "Social-Only Login"
642
+ },
643
+ {
644
+ "id": "row-76",
645
+ "component": "Row",
646
+ "children": [
647
+ "card-77"
648
+ ],
649
+ "gap": "4",
650
+ "justify": "center"
651
+ },
652
+ {
653
+ "id": "card-77",
654
+ "component": "Card",
655
+ "children": [
656
+ "section-78"
657
+ ]
658
+ },
659
+ {
660
+ "id": "section-78",
661
+ "component": "Section",
662
+ "children": [
663
+ "column-79"
664
+ ]
665
+ },
666
+ {
667
+ "id": "column-79",
668
+ "component": "Column",
669
+ "children": [
670
+ "column-80",
671
+ "column-84",
672
+ "divider-88",
673
+ "button-89",
674
+ "row-90"
675
+ ],
676
+ "gap": "5"
677
+ },
678
+ {
679
+ "id": "column-80",
680
+ "component": "Column",
681
+ "children": [
682
+ "icon-81",
683
+ "text-82",
684
+ "text-83"
685
+ ],
686
+ "gap": "2",
687
+ "align": "center"
688
+ },
689
+ {
690
+ "id": "icon-81",
691
+ "component": "Icon",
692
+ "name": "cube",
693
+ "size": "lg"
694
+ },
695
+ {
696
+ "id": "text-82",
697
+ "component": "Text",
698
+ "variant": "section",
699
+ "nomargin": true,
700
+ "textContent": "Get started"
701
+ },
702
+ {
703
+ "id": "text-83",
704
+ "component": "Text",
705
+ "variant": "body",
706
+ "color": "subtle",
707
+ "nomargin": true,
708
+ "textContent": "Choose a provider to sign in"
709
+ },
710
+ {
711
+ "id": "column-84",
712
+ "component": "Column",
713
+ "children": [
714
+ "button-85",
715
+ "button-86",
716
+ "button-87"
717
+ ],
718
+ "gap": "2"
719
+ },
720
+ {
721
+ "id": "button-85",
722
+ "component": "Button",
723
+ "text": "Continue with Google",
724
+ "icon": "google-logo",
725
+ "variant": "outline",
726
+ "stretch": true
727
+ },
728
+ {
729
+ "id": "button-86",
730
+ "component": "Button",
731
+ "text": "Continue with GitHub",
732
+ "icon": "github-logo",
733
+ "variant": "outline",
734
+ "stretch": true
735
+ },
736
+ {
737
+ "id": "button-87",
738
+ "component": "Button",
739
+ "text": "Continue with Apple",
740
+ "icon": "apple-logo",
741
+ "variant": "outline",
742
+ "stretch": true
743
+ },
744
+ {
745
+ "id": "divider-88",
746
+ "component": "Divider",
747
+ "label": "OR"
748
+ },
749
+ {
750
+ "id": "button-89",
751
+ "component": "Button",
752
+ "text": "Sign in with email",
753
+ "icon": "envelope",
754
+ "variant": "ghost",
755
+ "stretch": true
756
+ },
757
+ {
758
+ "id": "row-90",
759
+ "component": "Row",
760
+ "children": [
761
+ "text-91",
762
+ "text-92",
763
+ "text-93"
764
+ ],
765
+ "gap": "2",
766
+ "justify": "center"
767
+ },
768
+ {
769
+ "id": "text-91",
770
+ "component": "Text",
771
+ "textContent": "Terms of Use"
772
+ },
773
+ {
774
+ "id": "text-92",
775
+ "component": "Text",
776
+ "textContent": "·"
777
+ },
778
+ {
779
+ "id": "text-93",
780
+ "component": "Text",
781
+ "textContent": "Privacy Policy"
782
+ },
783
+ {
784
+ "id": "column-94",
785
+ "component": "Column",
786
+ "children": [
787
+ "text-95",
788
+ "row-96"
789
+ ],
790
+ "gap": "3"
791
+ },
792
+ {
793
+ "id": "text-95",
794
+ "component": "Text",
795
+ "variant": "section",
796
+ "nomargin": true,
797
+ "textContent": "Magic Link / OTP"
798
+ },
799
+ {
800
+ "id": "row-96",
801
+ "component": "Row",
802
+ "children": [
803
+ "column-97"
804
+ ],
805
+ "gap": "4",
806
+ "justify": "center"
807
+ },
808
+ {
809
+ "id": "column-97",
810
+ "component": "Column",
811
+ "children": [
812
+ "card-98",
813
+ "card-108"
814
+ ],
815
+ "gap": "4"
816
+ },
817
+ {
818
+ "id": "card-98",
819
+ "component": "Card",
820
+ "children": [
821
+ "header-99",
822
+ "section-103",
823
+ "footer-106"
824
+ ]
825
+ },
826
+ {
827
+ "id": "header-99",
828
+ "component": "Header",
829
+ "children": [
830
+ "text-100",
831
+ "text-102"
832
+ ]
833
+ },
834
+ {
835
+ "id": "text-100",
836
+ "component": "Text",
837
+ "children": [
838
+ "text-101"
839
+ ],
840
+ "slot": "heading"
841
+ },
842
+ {
843
+ "id": "text-101",
844
+ "component": "Text",
845
+ "textContent": "Sign in with email"
846
+ },
847
+ {
848
+ "id": "text-102",
849
+ "component": "Text",
850
+ "slot": "description",
851
+ "color": "subtle",
852
+ "nomargin": true,
853
+ "textContent": "We'll send you a one-time verification code"
854
+ },
855
+ {
856
+ "id": "section-103",
857
+ "component": "Section",
858
+ "children": [
859
+ "column-104"
860
+ ]
861
+ },
862
+ {
863
+ "id": "column-104",
864
+ "component": "Column",
865
+ "children": [
866
+ "input-105"
867
+ ],
868
+ "gap": "3"
869
+ },
870
+ {
871
+ "id": "input-105",
872
+ "component": "Input",
873
+ "label": "Email address",
874
+ "placeholder": "you@example.com",
875
+ "type": "email"
876
+ },
877
+ {
878
+ "id": "footer-106",
879
+ "component": "Footer",
880
+ "children": [
881
+ "button-107"
882
+ ]
883
+ },
884
+ {
885
+ "id": "button-107",
886
+ "component": "Button",
887
+ "text": "Send code",
888
+ "variant": "primary",
889
+ "stretch": true
890
+ },
891
+ {
892
+ "id": "card-108",
893
+ "component": "Card",
894
+ "children": [
895
+ "header-109",
896
+ "section-113",
897
+ "footer-119"
898
+ ]
899
+ },
900
+ {
901
+ "id": "header-109",
902
+ "component": "Header",
903
+ "children": [
904
+ "text-110",
905
+ "text-112"
906
+ ]
907
+ },
908
+ {
909
+ "id": "text-110",
910
+ "component": "Text",
911
+ "children": [
912
+ "text-111"
913
+ ],
914
+ "slot": "heading"
915
+ },
916
+ {
917
+ "id": "text-111",
918
+ "component": "Text",
919
+ "textContent": "Check your email"
920
+ },
921
+ {
922
+ "id": "text-112",
923
+ "component": "Text",
924
+ "slot": "description",
925
+ "color": "subtle",
926
+ "nomargin": true,
927
+ "textContent": "Enter the 6-digit code sent to jane@example.com"
928
+ },
929
+ {
930
+ "id": "section-113",
931
+ "component": "Section",
932
+ "children": [
933
+ "column-114"
934
+ ]
935
+ },
936
+ {
937
+ "id": "column-114",
938
+ "component": "Column",
939
+ "children": [
940
+ "otpinput-115",
941
+ "row-116"
942
+ ],
943
+ "gap": "3",
944
+ "align": "center"
945
+ },
946
+ {
947
+ "id": "otpinput-115",
948
+ "component": "OtpInput",
949
+ "length": 6
950
+ },
951
+ {
952
+ "id": "row-116",
953
+ "component": "Row",
954
+ "children": [
955
+ "text-117",
956
+ "text-118"
957
+ ],
958
+ "gap": "1",
959
+ "justify": "center"
960
+ },
961
+ {
962
+ "id": "text-117",
963
+ "component": "Text",
964
+ "textContent": "Didn't receive it?"
965
+ },
966
+ {
967
+ "id": "text-118",
968
+ "component": "Text",
969
+ "textContent": "Resend code"
970
+ },
971
+ {
972
+ "id": "footer-119",
973
+ "component": "Footer",
974
+ "children": [
975
+ "button-120"
976
+ ]
977
+ },
978
+ {
979
+ "id": "button-120",
980
+ "component": "Button",
981
+ "text": "Verify",
982
+ "variant": "primary",
983
+ "stretch": true
984
+ },
985
+ {
986
+ "id": "column-121",
987
+ "component": "Column",
988
+ "children": [
989
+ "text-122",
990
+ "row-123"
991
+ ],
992
+ "gap": "3"
993
+ },
994
+ {
995
+ "id": "text-122",
996
+ "component": "Text",
997
+ "variant": "section",
998
+ "nomargin": true,
999
+ "textContent": "Password Reset"
1000
+ },
1001
+ {
1002
+ "id": "row-123",
1003
+ "component": "Row",
1004
+ "children": [
1005
+ "column-124"
1006
+ ],
1007
+ "gap": "4",
1008
+ "justify": "center"
1009
+ },
1010
+ {
1011
+ "id": "column-124",
1012
+ "component": "Column",
1013
+ "children": [
1014
+ "card-125",
1015
+ "card-136"
1016
+ ],
1017
+ "gap": "4"
1018
+ },
1019
+ {
1020
+ "id": "card-125",
1021
+ "component": "Card",
1022
+ "children": [
1023
+ "header-126",
1024
+ "section-130",
1025
+ "footer-132"
1026
+ ]
1027
+ },
1028
+ {
1029
+ "id": "header-126",
1030
+ "component": "Header",
1031
+ "children": [
1032
+ "text-127",
1033
+ "text-129"
1034
+ ]
1035
+ },
1036
+ {
1037
+ "id": "text-127",
1038
+ "component": "Text",
1039
+ "children": [
1040
+ "text-128"
1041
+ ],
1042
+ "slot": "heading"
1043
+ },
1044
+ {
1045
+ "id": "text-128",
1046
+ "component": "Text",
1047
+ "textContent": "Reset password"
1048
+ },
1049
+ {
1050
+ "id": "text-129",
1051
+ "component": "Text",
1052
+ "slot": "description",
1053
+ "color": "subtle",
1054
+ "nomargin": true,
1055
+ "textContent": "Enter your email and we'll send you a reset link"
1056
+ },
1057
+ {
1058
+ "id": "section-130",
1059
+ "component": "Section",
1060
+ "children": [
1061
+ "input-131"
1062
+ ]
1063
+ },
1064
+ {
1065
+ "id": "input-131",
1066
+ "component": "Input",
1067
+ "label": "Email address",
1068
+ "placeholder": "you@example.com",
1069
+ "type": "email"
1070
+ },
1071
+ {
1072
+ "id": "footer-132",
1073
+ "component": "Footer",
1074
+ "children": [
1075
+ "column-133"
1076
+ ]
1077
+ },
1078
+ {
1079
+ "id": "column-133",
1080
+ "component": "Column",
1081
+ "children": [
1082
+ "button-134",
1083
+ "button-135"
1084
+ ],
1085
+ "gap": "3"
1086
+ },
1087
+ {
1088
+ "id": "button-134",
1089
+ "component": "Button",
1090
+ "text": "Send reset link",
1091
+ "variant": "primary",
1092
+ "stretch": true
1093
+ },
1094
+ {
1095
+ "id": "button-135",
1096
+ "component": "Button",
1097
+ "text": "Back to sign in",
1098
+ "icon": "arrow-left",
1099
+ "variant": "ghost",
1100
+ "stretch": true
1101
+ },
1102
+ {
1103
+ "id": "card-136",
1104
+ "component": "Card",
1105
+ "children": [
1106
+ "header-137",
1107
+ "section-141",
1108
+ "footer-145"
1109
+ ]
1110
+ },
1111
+ {
1112
+ "id": "header-137",
1113
+ "component": "Header",
1114
+ "children": [
1115
+ "text-138",
1116
+ "text-140"
1117
+ ]
1118
+ },
1119
+ {
1120
+ "id": "text-138",
1121
+ "component": "Text",
1122
+ "children": [
1123
+ "text-139"
1124
+ ],
1125
+ "slot": "heading"
1126
+ },
1127
+ {
1128
+ "id": "text-139",
1129
+ "component": "Text",
1130
+ "textContent": "Set new password"
1131
+ },
1132
+ {
1133
+ "id": "text-140",
1134
+ "component": "Text",
1135
+ "slot": "description",
1136
+ "color": "subtle",
1137
+ "nomargin": true,
1138
+ "textContent": "Must be at least 8 characters"
1139
+ },
1140
+ {
1141
+ "id": "section-141",
1142
+ "component": "Section",
1143
+ "children": [
1144
+ "column-142"
1145
+ ]
1146
+ },
1147
+ {
1148
+ "id": "column-142",
1149
+ "component": "Column",
1150
+ "children": [
1151
+ "input-143",
1152
+ "input-144"
1153
+ ],
1154
+ "gap": "3"
1155
+ },
1156
+ {
1157
+ "id": "input-143",
1158
+ "component": "Input",
1159
+ "label": "New password",
1160
+ "placeholder": "••••••••",
1161
+ "type": "password"
1162
+ },
1163
+ {
1164
+ "id": "input-144",
1165
+ "component": "Input",
1166
+ "label": "Confirm new password",
1167
+ "placeholder": "••••••••",
1168
+ "type": "password"
1169
+ },
1170
+ {
1171
+ "id": "footer-145",
1172
+ "component": "Footer",
1173
+ "children": [
1174
+ "button-146"
1175
+ ]
1176
+ },
1177
+ {
1178
+ "id": "button-146",
1179
+ "component": "Button",
1180
+ "text": "Update password",
1181
+ "variant": "primary",
1182
+ "stretch": true
1183
+ },
1184
+ {
1185
+ "id": "column-147",
1186
+ "component": "Column",
1187
+ "children": [
1188
+ "text-148",
1189
+ "card-149"
1190
+ ],
1191
+ "gap": "3"
1192
+ },
1193
+ {
1194
+ "id": "text-148",
1195
+ "component": "Text",
1196
+ "variant": "section",
1197
+ "nomargin": true,
1198
+ "textContent": "Split Layout"
1199
+ },
1200
+ {
1201
+ "id": "card-149",
1202
+ "component": "Card",
1203
+ "children": [
1204
+ "section-150"
1205
+ ]
1206
+ },
1207
+ {
1208
+ "id": "section-150",
1209
+ "component": "Section",
1210
+ "children": [
1211
+ "grid-151"
1212
+ ]
1213
+ },
1214
+ {
1215
+ "id": "grid-151",
1216
+ "component": "Grid",
1217
+ "children": [
1218
+ "column-152",
1219
+ "column-169"
1220
+ ],
1221
+ "columns": "2",
1222
+ "gap": "0"
1223
+ },
1224
+ {
1225
+ "id": "column-152",
1226
+ "component": "Column",
1227
+ "children": [
1228
+ "row-153",
1229
+ "column-156",
1230
+ "column-159"
1231
+ ],
1232
+ "gap": "6",
1233
+ "justify": "center"
1234
+ },
1235
+ {
1236
+ "id": "row-153",
1237
+ "component": "Row",
1238
+ "children": [
1239
+ "icon-154",
1240
+ "text-155"
1241
+ ],
1242
+ "gap": "1",
1243
+ "align": "center"
1244
+ },
1245
+ {
1246
+ "id": "icon-154",
1247
+ "component": "Icon",
1248
+ "name": "cube"
1249
+ },
1250
+ {
1251
+ "id": "text-155",
1252
+ "component": "Text",
1253
+ "variant": "label",
1254
+ "nomargin": true,
1255
+ "textContent": "Acme"
1256
+ },
1257
+ {
1258
+ "id": "column-156",
1259
+ "component": "Column",
1260
+ "children": [
1261
+ "text-157",
1262
+ "text-158"
1263
+ ],
1264
+ "gap": "3"
1265
+ },
1266
+ {
1267
+ "id": "text-157",
1268
+ "component": "Text",
1269
+ "variant": "display",
1270
+ "nomargin": true,
1271
+ "textContent": "Build something amazing today"
1272
+ },
1273
+ {
1274
+ "id": "text-158",
1275
+ "component": "Text",
1276
+ "variant": "body",
1277
+ "nomargin": true,
1278
+ "textContent": "Join thousands of developers shipping faster with our platform."
1279
+ },
1280
+ {
1281
+ "id": "column-159",
1282
+ "component": "Column",
1283
+ "children": [
1284
+ "row-160",
1285
+ "row-163",
1286
+ "row-166"
1287
+ ],
1288
+ "gap": "3"
1289
+ },
1290
+ {
1291
+ "id": "row-160",
1292
+ "component": "Row",
1293
+ "children": [
1294
+ "icon-161",
1295
+ "text-162"
1296
+ ],
1297
+ "gap": "2",
1298
+ "align": "center"
1299
+ },
1300
+ {
1301
+ "id": "icon-161",
1302
+ "component": "Icon",
1303
+ "name": "check-circle",
1304
+ "color": "success"
1305
+ },
1306
+ {
1307
+ "id": "text-162",
1308
+ "component": "Text",
1309
+ "variant": "body",
1310
+ "textContent": "Free forever for small teams"
1311
+ },
1312
+ {
1313
+ "id": "row-163",
1314
+ "component": "Row",
1315
+ "children": [
1316
+ "icon-164",
1317
+ "text-165"
1318
+ ],
1319
+ "gap": "2",
1320
+ "align": "center"
1321
+ },
1322
+ {
1323
+ "id": "icon-164",
1324
+ "component": "Icon",
1325
+ "name": "check-circle",
1326
+ "color": "success"
1327
+ },
1328
+ {
1329
+ "id": "text-165",
1330
+ "component": "Text",
1331
+ "variant": "body",
1332
+ "textContent": "No credit card required"
1333
+ },
1334
+ {
1335
+ "id": "row-166",
1336
+ "component": "Row",
1337
+ "children": [
1338
+ "icon-167",
1339
+ "text-168"
1340
+ ],
1341
+ "gap": "2",
1342
+ "align": "center"
1343
+ },
1344
+ {
1345
+ "id": "icon-167",
1346
+ "component": "Icon",
1347
+ "name": "check-circle",
1348
+ "color": "success"
1349
+ },
1350
+ {
1351
+ "id": "text-168",
1352
+ "component": "Text",
1353
+ "variant": "body",
1354
+ "textContent": "Cancel anytime"
1355
+ },
1356
+ {
1357
+ "id": "column-169",
1358
+ "component": "Column",
1359
+ "children": [
1360
+ "column-170",
1361
+ "column-174",
1362
+ "divider-179",
1363
+ "grid-180"
1364
+ ],
1365
+ "gap": "4",
1366
+ "justify": "center"
1367
+ },
1368
+ {
1369
+ "id": "column-170",
1370
+ "component": "Column",
1371
+ "children": [
1372
+ "text-171",
1373
+ "text-172"
1374
+ ],
1375
+ "gap": "1"
1376
+ },
1377
+ {
1378
+ "id": "text-171",
1379
+ "component": "Text",
1380
+ "variant": "section",
1381
+ "nomargin": true,
1382
+ "textContent": "Create your account"
1383
+ },
1384
+ {
1385
+ "id": "text-172",
1386
+ "component": "Text",
1387
+ "children": [
1388
+ "text-173"
1389
+ ],
1390
+ "color": "subtle",
1391
+ "nomargin": true,
1392
+ "textContent": "Already have one?"
1393
+ },
1394
+ {
1395
+ "id": "text-173",
1396
+ "component": "Text",
1397
+ "textContent": "Sign in"
1398
+ },
1399
+ {
1400
+ "id": "column-174",
1401
+ "component": "Column",
1402
+ "children": [
1403
+ "input-175",
1404
+ "input-176",
1405
+ "input-177",
1406
+ "button-178"
1407
+ ],
1408
+ "gap": "3"
1409
+ },
1410
+ {
1411
+ "id": "input-175",
1412
+ "component": "Input",
1413
+ "label": "Full name",
1414
+ "placeholder": "Jane Doe"
1415
+ },
1416
+ {
1417
+ "id": "input-176",
1418
+ "component": "Input",
1419
+ "label": "Work email",
1420
+ "placeholder": "jane@company.com",
1421
+ "type": "email"
1422
+ },
1423
+ {
1424
+ "id": "input-177",
1425
+ "component": "Input",
1426
+ "label": "Password",
1427
+ "placeholder": "Min. 8 characters",
1428
+ "type": "password"
1429
+ },
1430
+ {
1431
+ "id": "button-178",
1432
+ "component": "Button",
1433
+ "text": "Get started",
1434
+ "variant": "primary",
1435
+ "stretch": true
1436
+ },
1437
+ {
1438
+ "id": "divider-179",
1439
+ "component": "Divider",
1440
+ "label": "OR"
1441
+ },
1442
+ {
1443
+ "id": "grid-180",
1444
+ "component": "Grid",
1445
+ "children": [
1446
+ "button-181",
1447
+ "button-182"
1448
+ ],
1449
+ "gap": "2"
1450
+ },
1451
+ {
1452
+ "id": "button-181",
1453
+ "component": "Button",
1454
+ "text": "Google",
1455
+ "icon": "google-logo",
1456
+ "variant": "outline",
1457
+ "stretch": true
1458
+ },
1459
+ {
1460
+ "id": "button-182",
1461
+ "component": "Button",
1462
+ "text": "GitHub",
1463
+ "icon": "github-logo",
1464
+ "variant": "outline",
1465
+ "stretch": true
1466
+ },
1467
+ {
1468
+ "id": "column-183",
1469
+ "component": "Column",
1470
+ "children": [
1471
+ "text-184",
1472
+ "row-185"
1473
+ ],
1474
+ "gap": "3"
1475
+ },
1476
+ {
1477
+ "id": "text-184",
1478
+ "component": "Text",
1479
+ "variant": "section",
1480
+ "nomargin": true,
1481
+ "textContent": "Compact Card Login"
1482
+ },
1483
+ {
1484
+ "id": "row-185",
1485
+ "component": "Row",
1486
+ "children": [
1487
+ "card-186"
1488
+ ],
1489
+ "gap": "4",
1490
+ "justify": "center"
1491
+ },
1492
+ {
1493
+ "id": "card-186",
1494
+ "component": "Card",
1495
+ "children": [
1496
+ "section-187"
1497
+ ],
1498
+ "elevation": 2,
1499
+ "density": "compact"
1500
+ },
1501
+ {
1502
+ "id": "section-187",
1503
+ "component": "Section",
1504
+ "children": [
1505
+ "column-188"
1506
+ ]
1507
+ },
1508
+ {
1509
+ "id": "column-188",
1510
+ "component": "Column",
1511
+ "children": [
1512
+ "column-189",
1513
+ "input-192",
1514
+ "input-193",
1515
+ "button-194",
1516
+ "divider-195",
1517
+ "row-196"
1518
+ ],
1519
+ "gap": "3"
1520
+ },
1521
+ {
1522
+ "id": "column-189",
1523
+ "component": "Column",
1524
+ "children": [
1525
+ "avatar-190",
1526
+ "text-191"
1527
+ ],
1528
+ "gap": "1",
1529
+ "align": "center"
1530
+ },
1531
+ {
1532
+ "id": "avatar-190",
1533
+ "component": "Avatar",
1534
+ "text": "A",
1535
+ "size": "lg"
1536
+ },
1537
+ {
1538
+ "id": "text-191",
1539
+ "component": "Text",
1540
+ "variant": "section",
1541
+ "nomargin": true,
1542
+ "textContent": "Sign in"
1543
+ },
1544
+ {
1545
+ "id": "input-192",
1546
+ "component": "Input",
1547
+ "placeholder": "Email",
1548
+ "type": "email"
1549
+ },
1550
+ {
1551
+ "id": "input-193",
1552
+ "component": "Input",
1553
+ "placeholder": "Password",
1554
+ "type": "password"
1555
+ },
1556
+ {
1557
+ "id": "button-194",
1558
+ "component": "Button",
1559
+ "text": "Sign in",
1560
+ "variant": "primary",
1561
+ "stretch": true
1562
+ },
1563
+ {
1564
+ "id": "divider-195",
1565
+ "component": "Divider",
1566
+ "label": "OR"
1567
+ },
1568
+ {
1569
+ "id": "row-196",
1570
+ "component": "Row",
1571
+ "children": [
1572
+ "button-197",
1573
+ "button-198",
1574
+ "button-199"
1575
+ ],
1576
+ "gap": "2",
1577
+ "justify": "center"
1578
+ },
1579
+ {
1580
+ "id": "button-197",
1581
+ "component": "Button",
1582
+ "icon": "google-logo",
1583
+ "variant": "ghost"
1584
+ },
1585
+ {
1586
+ "id": "button-198",
1587
+ "component": "Button",
1588
+ "icon": "github-logo",
1589
+ "variant": "ghost"
1590
+ },
1591
+ {
1592
+ "id": "button-199",
1593
+ "component": "Button",
1594
+ "icon": "apple-logo",
1595
+ "variant": "ghost"
1596
+ },
1597
+ {
1598
+ "id": "column-200",
1599
+ "component": "Column",
1600
+ "children": [
1601
+ "text-201",
1602
+ "row-202"
1603
+ ],
1604
+ "gap": "3"
1605
+ },
1606
+ {
1607
+ "id": "text-201",
1608
+ "component": "Text",
1609
+ "variant": "section",
1610
+ "nomargin": true,
1611
+ "textContent": "Error States"
1612
+ },
1613
+ {
1614
+ "id": "row-202",
1615
+ "component": "Row",
1616
+ "children": [
1617
+ "card-203"
1618
+ ],
1619
+ "gap": "4",
1620
+ "justify": "center"
1621
+ },
1622
+ {
1623
+ "id": "card-203",
1624
+ "component": "Card",
1625
+ "children": [
1626
+ "header-204",
1627
+ "section-207",
1628
+ "footer-212"
1629
+ ]
1630
+ },
1631
+ {
1632
+ "id": "header-204",
1633
+ "component": "Header",
1634
+ "children": [
1635
+ "text-205"
1636
+ ]
1637
+ },
1638
+ {
1639
+ "id": "text-205",
1640
+ "component": "Text",
1641
+ "children": [
1642
+ "text-206"
1643
+ ],
1644
+ "slot": "heading"
1645
+ },
1646
+ {
1647
+ "id": "text-206",
1648
+ "component": "Text",
1649
+ "textContent": "Sign in"
1650
+ },
1651
+ {
1652
+ "id": "section-207",
1653
+ "component": "Section",
1654
+ "children": [
1655
+ "column-208"
1656
+ ]
1657
+ },
1658
+ {
1659
+ "id": "column-208",
1660
+ "component": "Column",
1661
+ "children": [
1662
+ "alert-209",
1663
+ "input-210",
1664
+ "input-211"
1665
+ ],
1666
+ "gap": "3"
1667
+ },
1668
+ {
1669
+ "id": "alert-209",
1670
+ "component": "Alert",
1671
+ "variant": "danger",
1672
+ "size": "sm"
1673
+ },
1674
+ {
1675
+ "id": "input-210",
1676
+ "component": "Input",
1677
+ "label": "Email",
1678
+ "placeholder": "you@example.com",
1679
+ "type": "email",
1680
+ "value": "baduser@",
1681
+ "error": "Please enter a valid email address"
1682
+ },
1683
+ {
1684
+ "id": "input-211",
1685
+ "component": "Input",
1686
+ "label": "Password",
1687
+ "placeholder": "••••••••",
1688
+ "type": "password",
1689
+ "error": "Password must be at least 8 characters"
1690
+ },
1691
+ {
1692
+ "id": "footer-212",
1693
+ "component": "Footer",
1694
+ "children": [
1695
+ "button-213"
1696
+ ]
1697
+ },
1698
+ {
1699
+ "id": "button-213",
1700
+ "component": "Button",
1701
+ "text": "Sign in",
1702
+ "variant": "primary",
1703
+ "stretch": true
1704
+ },
1705
+ {
1706
+ "id": "column-214",
1707
+ "component": "Column",
1708
+ "children": [
1709
+ "text-215",
1710
+ "row-216"
1711
+ ],
1712
+ "gap": "3"
1713
+ },
1714
+ {
1715
+ "id": "text-215",
1716
+ "component": "Text",
1717
+ "variant": "section",
1718
+ "nomargin": true,
1719
+ "textContent": "Loading State"
1720
+ },
1721
+ {
1722
+ "id": "row-216",
1723
+ "component": "Row",
1724
+ "children": [
1725
+ "card-217"
1726
+ ],
1727
+ "gap": "4",
1728
+ "justify": "center"
1729
+ },
1730
+ {
1731
+ "id": "card-217",
1732
+ "component": "Card",
1733
+ "children": [
1734
+ "header-218",
1735
+ "section-221",
1736
+ "footer-225"
1737
+ ]
1738
+ },
1739
+ {
1740
+ "id": "header-218",
1741
+ "component": "Header",
1742
+ "children": [
1743
+ "text-219"
1744
+ ]
1745
+ },
1746
+ {
1747
+ "id": "text-219",
1748
+ "component": "Text",
1749
+ "children": [
1750
+ "text-220"
1751
+ ],
1752
+ "slot": "heading"
1753
+ },
1754
+ {
1755
+ "id": "text-220",
1756
+ "component": "Text",
1757
+ "textContent": "Sign in"
1758
+ },
1759
+ {
1760
+ "id": "section-221",
1761
+ "component": "Section",
1762
+ "children": [
1763
+ "column-222"
1764
+ ]
1765
+ },
1766
+ {
1767
+ "id": "column-222",
1768
+ "component": "Column",
1769
+ "children": [
1770
+ "input-223",
1771
+ "input-224"
1772
+ ],
1773
+ "gap": "3"
1774
+ },
1775
+ {
1776
+ "id": "input-223",
1777
+ "component": "Input",
1778
+ "label": "Email",
1779
+ "value": "jane@example.com",
1780
+ "type": "email",
1781
+ "disabled": true
1782
+ },
1783
+ {
1784
+ "id": "input-224",
1785
+ "component": "Input",
1786
+ "label": "Password",
1787
+ "value": "••••••••",
1788
+ "type": "password",
1789
+ "disabled": true
1790
+ },
1791
+ {
1792
+ "id": "footer-225",
1793
+ "component": "Footer",
1794
+ "children": [
1795
+ "column-226"
1796
+ ]
1797
+ },
1798
+ {
1799
+ "id": "column-226",
1800
+ "component": "Column",
1801
+ "children": [
1802
+ "button-227",
1803
+ "progress-228"
1804
+ ],
1805
+ "gap": "3"
1806
+ },
1807
+ {
1808
+ "id": "button-227",
1809
+ "component": "Button",
1810
+ "text": "Signing in…",
1811
+ "variant": "primary",
1812
+ "stretch": true,
1813
+ "disabled": true
1814
+ },
1815
+ {
1816
+ "id": "progress-228",
1817
+ "component": "Progress",
1818
+ "size": "sm"
1819
+ }
1820
+ ]
1821
+ }