@almadar/std 16.9.1 → 16.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  2. package/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  3. package/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  4. package/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  5. package/behaviors/registry/core/atoms/std-board.orb +289 -288
  6. package/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  7. package/behaviors/registry/core/atoms/std-browse.orb +118 -115
  8. package/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  9. package/behaviors/registry/core/atoms/std-calendar.orb +119 -60
  10. package/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  11. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  12. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  13. package/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  14. package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  15. package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  16. package/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  17. package/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  18. package/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  19. package/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  20. package/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  21. package/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  22. package/behaviors/registry/core/atoms/std-export.orb +63 -63
  23. package/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  24. package/behaviors/registry/core/atoms/std-filter.orb +36 -36
  25. package/behaviors/registry/core/atoms/std-flag.orb +92 -92
  26. package/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  27. package/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  28. package/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  29. package/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  30. package/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  31. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  32. package/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  33. package/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  34. package/behaviors/registry/core/atoms/std-modal.orb +39 -36
  35. package/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  36. package/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  37. package/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  38. package/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  39. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  40. package/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  41. package/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  42. package/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  43. package/behaviors/registry/core/atoms/std-related.orb +34 -31
  44. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  45. package/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  46. package/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  47. package/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  48. package/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  49. package/behaviors/registry/core/atoms/std-search.orb +11 -11
  50. package/behaviors/registry/core/atoms/std-selection.orb +103 -100
  51. package/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  52. package/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  53. package/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  54. package/behaviors/registry/core/atoms/std-stats.orb +326 -325
  55. package/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  56. package/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  57. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  58. package/behaviors/registry/core/atoms/std-thread.orb +64 -63
  59. package/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  60. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  61. package/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  62. package/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  63. package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  64. package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  65. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  66. package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  67. package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  68. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  69. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  70. package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  71. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  72. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  73. package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  74. package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  75. package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  76. package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  77. package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  78. package/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  79. package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  80. package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  81. package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  82. package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  83. package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  84. package/dist/behaviors/behaviors-registry.json +3 -3
  85. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  86. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  87. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  88. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  89. package/dist/behaviors/registry/core/atoms/std-board.orb +289 -288
  90. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  91. package/dist/behaviors/registry/core/atoms/std-browse.orb +118 -115
  92. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  93. package/dist/behaviors/registry/core/atoms/std-calendar.orb +119 -60
  94. package/dist/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  95. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  96. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  97. package/dist/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  98. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  99. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  100. package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  101. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  102. package/dist/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  103. package/dist/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  104. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  105. package/dist/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  106. package/dist/behaviors/registry/core/atoms/std-export.orb +63 -63
  107. package/dist/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  108. package/dist/behaviors/registry/core/atoms/std-filter.orb +36 -36
  109. package/dist/behaviors/registry/core/atoms/std-flag.orb +92 -92
  110. package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  111. package/dist/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  112. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  113. package/dist/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  114. package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  115. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  116. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  117. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  118. package/dist/behaviors/registry/core/atoms/std-modal.orb +39 -36
  119. package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  120. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  121. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  122. package/dist/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  123. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  124. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  125. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  126. package/dist/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  127. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -31
  128. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  129. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  130. package/dist/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  131. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  132. package/dist/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  133. package/dist/behaviors/registry/core/atoms/std-search.orb +11 -11
  134. package/dist/behaviors/registry/core/atoms/std-selection.orb +103 -100
  135. package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  136. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  137. package/dist/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  138. package/dist/behaviors/registry/core/atoms/std-stats.orb +326 -325
  139. package/dist/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  140. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  141. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  142. package/dist/behaviors/registry/core/atoms/std-thread.orb +64 -63
  143. package/dist/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  144. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  145. package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  146. package/dist/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  147. package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  148. package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  149. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  150. package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  151. package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  152. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  153. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  154. package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  155. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  156. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  157. package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  158. package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  159. package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  160. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  161. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  162. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  163. package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  164. package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  165. package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  166. package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  167. package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  168. package/dist/behaviors-registry.json +3 -3
  169. package/dist/registry/core/atoms/std-app-layout.orb +81 -78
  170. package/dist/registry/core/atoms/std-approval-gate.orb +84 -83
  171. package/dist/registry/core/atoms/std-audit-capture.orb +16 -15
  172. package/dist/registry/core/atoms/std-billable-hour.orb +125 -125
  173. package/dist/registry/core/atoms/std-board.orb +289 -288
  174. package/dist/registry/core/atoms/std-branching-logic.orb +118 -118
  175. package/dist/registry/core/atoms/std-browse.orb +118 -115
  176. package/dist/registry/core/atoms/std-cache-aside.orb +120 -120
  177. package/dist/registry/core/atoms/std-calendar.orb +119 -60
  178. package/dist/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  179. package/dist/registry/core/atoms/std-circuit-breaker.orb +210 -210
  180. package/dist/registry/core/atoms/std-confirmation.orb +33 -32
  181. package/dist/registry/core/atoms/std-cross-reference.orb +19 -19
  182. package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  183. package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  184. package/dist/registry/core/atoms/std-dashboard-summary.orb +84 -84
  185. package/dist/registry/core/atoms/std-data-erasure.orb +71 -71
  186. package/dist/registry/core/atoms/std-date-range.orb +24 -24
  187. package/dist/registry/core/atoms/std-drawer.orb +12 -9
  188. package/dist/registry/core/atoms/std-esign-request.orb +32 -32
  189. package/dist/registry/core/atoms/std-event-log.orb +170 -170
  190. package/dist/registry/core/atoms/std-export.orb +63 -63
  191. package/dist/registry/core/atoms/std-file-store.orb +157 -157
  192. package/dist/registry/core/atoms/std-filter.orb +36 -36
  193. package/dist/registry/core/atoms/std-flag.orb +92 -92
  194. package/dist/registry/core/atoms/std-form-advanced.orb +66 -66
  195. package/dist/registry/core/atoms/std-gallery.orb +30 -29
  196. package/dist/registry/core/atoms/std-geosearch.orb +27 -27
  197. package/dist/registry/core/atoms/std-graphs.orb +180 -180
  198. package/dist/registry/core/atoms/std-hero-banner.orb +22 -22
  199. package/dist/registry/core/atoms/std-image-upload-multi.orb +63 -63
  200. package/dist/registry/core/atoms/std-lifecycle.orb +28 -28
  201. package/dist/registry/core/atoms/std-mod-queue.orb +53 -53
  202. package/dist/registry/core/atoms/std-modal.orb +39 -36
  203. package/dist/registry/core/atoms/std-multi-party-flow.orb +598 -597
  204. package/dist/registry/core/atoms/std-notify-on-event.orb +37 -31
  205. package/dist/registry/core/atoms/std-page-tree.orb +132 -132
  206. package/dist/registry/core/atoms/std-pagination.orb +11 -11
  207. package/dist/registry/core/atoms/std-push.orb +43 -43
  208. package/dist/registry/core/atoms/std-rate-limiter.orb +216 -216
  209. package/dist/registry/core/atoms/std-rating-review.orb +647 -647
  210. package/dist/registry/core/atoms/std-recurrence.orb +169 -169
  211. package/dist/registry/core/atoms/std-related.orb +34 -31
  212. package/dist/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  213. package/dist/registry/core/atoms/std-rich-editor.orb +113 -113
  214. package/dist/registry/core/atoms/std-row-access-control.orb +21 -20
  215. package/dist/registry/core/atoms/std-saved-search.orb +89 -89
  216. package/dist/registry/core/atoms/std-scatter.orb +85 -85
  217. package/dist/registry/core/atoms/std-search.orb +11 -11
  218. package/dist/registry/core/atoms/std-selection.orb +103 -100
  219. package/dist/registry/core/atoms/std-sidebar-meta.orb +77 -77
  220. package/dist/registry/core/atoms/std-signature-capture.orb +85 -85
  221. package/dist/registry/core/atoms/std-stack-layout.orb +17 -17
  222. package/dist/registry/core/atoms/std-stats.orb +326 -325
  223. package/dist/registry/core/atoms/std-step-flow.orb +150 -149
  224. package/dist/registry/core/atoms/std-tabs.orb +47 -46
  225. package/dist/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  226. package/dist/registry/core/atoms/std-thread.orb +64 -63
  227. package/dist/registry/core/atoms/std-version-history.orb +155 -155
  228. package/dist/registry/core/atoms/std-vote.orb +39 -39
  229. package/dist/registry/core/atoms/std-wizard-form.orb +177 -177
  230. package/dist/registry/core/atoms/std-wizard.orb +183 -183
  231. package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  232. package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  233. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  234. package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  235. package/dist/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  236. package/dist/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  237. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  238. package/dist/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  239. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  240. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  241. package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  242. package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  243. package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  244. package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  245. package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  246. package/dist/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  247. package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  248. package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  249. package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  250. package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  251. package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  252. package/package.json +1 -1
@@ -280,26 +280,27 @@
280
280
  "render-ui",
281
281
  "main",
282
282
  {
283
+ "direction": "vertical",
284
+ "type": "stack",
283
285
  "gap": "lg",
284
286
  "className": "max-w-xl mx-auto w-full",
285
- "direction": "vertical",
286
287
  "children": [
287
288
  {
288
289
  "direction": "horizontal",
290
+ "align": "center",
289
291
  "children": [
290
292
  {
291
293
  "name": "user-plus",
292
294
  "type": "icon"
293
295
  },
294
296
  {
295
- "type": "typography",
297
+ "content": "Sign-up",
296
298
  "variant": "h3",
297
- "content": "Sign-up"
299
+ "type": "typography"
298
300
  }
299
301
  ],
300
- "type": "stack",
301
302
  "gap": "sm",
302
- "align": "center"
303
+ "type": "stack"
303
304
  },
304
305
  {
305
306
  "currentStep": 0.0,
@@ -314,31 +315,30 @@
314
315
  "type": "divider"
315
316
  },
316
317
  {
317
- "type": "typography",
318
318
  "content": "Personal Info",
319
+ "type": "typography",
319
320
  "variant": "h4"
320
321
  },
321
322
  {
322
323
  "type": "form-section",
324
+ "submitEvent": "NEXT",
323
325
  "mode": "create",
324
326
  "cancelEvent": "INIT",
325
327
  "fields": [
326
328
  "name",
327
329
  "email"
328
- ],
329
- "submitEvent": "NEXT"
330
+ ]
330
331
  },
331
332
  {
333
+ "type": "wizard-navigation",
332
334
  "currentStep": 0.0,
335
+ "showNext": true,
333
336
  "totalSteps": 3.0,
334
337
  "showBack": false,
335
- "type": "wizard-navigation",
336
338
  "showComplete": false,
337
- "onNext": "NEXT",
338
- "showNext": true
339
+ "onNext": "NEXT"
339
340
  }
340
- ],
341
- "type": "stack"
341
+ ]
342
342
  }
343
343
  ]
344
344
  ]
@@ -362,34 +362,36 @@
362
362
  "render-ui",
363
363
  "main",
364
364
  {
365
- "gap": "lg",
366
365
  "className": "max-w-xl mx-auto w-full",
366
+ "gap": "lg",
367
+ "direction": "vertical",
368
+ "type": "stack",
367
369
  "children": [
368
370
  {
369
- "gap": "sm",
371
+ "type": "stack",
370
372
  "align": "center",
371
373
  "direction": "horizontal",
374
+ "gap": "sm",
372
375
  "children": [
373
376
  {
374
- "type": "icon",
375
- "name": "user-plus"
377
+ "name": "user-plus",
378
+ "type": "icon"
376
379
  },
377
380
  {
381
+ "type": "typography",
378
382
  "variant": "h3",
379
- "content": "Sign-up",
380
- "type": "typography"
383
+ "content": "Sign-up"
381
384
  }
382
- ],
383
- "type": "stack"
385
+ ]
384
386
  },
385
387
  {
386
- "currentStep": 1.0,
387
388
  "type": "wizard-progress",
388
389
  "steps": [
389
390
  "Personal",
390
391
  "Preferences",
391
392
  "Review"
392
- ]
393
+ ],
394
+ "currentStep": 1.0
393
395
  },
394
396
  {
395
397
  "type": "divider"
@@ -400,28 +402,26 @@
400
402
  "variant": "h4"
401
403
  },
402
404
  {
405
+ "type": "form-section",
406
+ "submitEvent": "NEXT",
403
407
  "entity": "@entity",
408
+ "mode": "edit",
409
+ "cancelEvent": "PREV",
404
410
  "fields": [
405
411
  "theme"
406
- ],
407
- "type": "form-section",
408
- "cancelEvent": "PREV",
409
- "submitEvent": "NEXT",
410
- "mode": "edit"
412
+ ]
411
413
  },
412
414
  {
413
- "showBack": true,
414
- "totalSteps": 3.0,
415
- "type": "wizard-navigation",
416
415
  "showComplete": false,
416
+ "type": "wizard-navigation",
417
+ "showNext": true,
418
+ "totalSteps": 3.0,
419
+ "onNext": "NEXT",
417
420
  "onBack": "PREV",
418
421
  "currentStep": 1.0,
419
- "showNext": true,
420
- "onNext": "NEXT"
422
+ "showBack": true
421
423
  }
422
- ],
423
- "type": "stack",
424
- "direction": "vertical"
424
+ ]
425
425
  }
426
426
  ]
427
427
  ]
@@ -440,120 +440,120 @@
440
440
  "render-ui",
441
441
  "main",
442
442
  {
443
- "type": "stack",
443
+ "gap": "lg",
444
+ "direction": "vertical",
445
+ "className": "max-w-xl mx-auto w-full",
444
446
  "children": [
445
447
  {
446
- "direction": "horizontal",
447
448
  "type": "stack",
448
- "gap": "sm",
449
449
  "align": "center",
450
+ "gap": "sm",
450
451
  "children": [
451
452
  {
452
453
  "name": "user-plus",
453
454
  "type": "icon"
454
455
  },
455
456
  {
456
- "variant": "h3",
457
457
  "content": "Sign-up",
458
- "type": "typography"
458
+ "type": "typography",
459
+ "variant": "h3"
459
460
  }
460
- ]
461
+ ],
462
+ "direction": "horizontal"
461
463
  },
462
464
  {
463
465
  "type": "wizard-progress",
464
- "currentStep": 2.0,
465
466
  "steps": [
466
467
  "Personal",
467
468
  "Preferences",
468
469
  "Review"
469
- ]
470
+ ],
471
+ "currentStep": 2.0
470
472
  },
471
473
  {
472
474
  "type": "divider"
473
475
  },
474
476
  {
475
- "type": "typography",
476
477
  "content": "Review",
478
+ "type": "typography",
477
479
  "variant": "h4"
478
480
  },
479
481
  {
482
+ "type": "stack",
483
+ "direction": "vertical",
480
484
  "children": [
481
485
  {
482
- "justify": "between",
483
486
  "gap": "md",
484
487
  "type": "stack",
485
- "direction": "horizontal",
486
488
  "children": [
487
489
  {
488
- "variant": "caption",
489
- "color": "muted",
490
490
  "content": "Name",
491
- "type": "typography"
491
+ "type": "typography",
492
+ "color": "muted",
493
+ "variant": "caption"
492
494
  },
493
495
  {
494
- "variant": "body",
496
+ "type": "typography",
495
497
  "content": "@entity.name",
496
- "type": "typography"
498
+ "variant": "body"
497
499
  }
498
- ]
500
+ ],
501
+ "direction": "horizontal",
502
+ "justify": "between"
499
503
  },
500
504
  {
501
505
  "justify": "between",
502
- "type": "stack",
503
506
  "children": [
504
507
  {
508
+ "content": "Email",
505
509
  "variant": "caption",
506
510
  "color": "muted",
507
- "type": "typography",
508
- "content": "Email"
511
+ "type": "typography"
509
512
  },
510
513
  {
511
- "type": "typography",
512
514
  "content": "@entity.email",
513
- "variant": "body"
515
+ "variant": "body",
516
+ "type": "typography"
514
517
  }
515
518
  ],
519
+ "gap": "md",
516
520
  "direction": "horizontal",
517
- "gap": "md"
521
+ "type": "stack"
518
522
  },
519
523
  {
524
+ "type": "stack",
525
+ "direction": "horizontal",
526
+ "gap": "md",
520
527
  "children": [
521
528
  {
522
529
  "color": "muted",
523
- "type": "typography",
524
530
  "content": "Theme",
525
- "variant": "caption"
531
+ "variant": "caption",
532
+ "type": "typography"
526
533
  },
527
534
  {
535
+ "type": "typography",
528
536
  "variant": "body",
529
- "content": "@entity.theme",
530
- "type": "typography"
537
+ "content": "@entity.theme"
531
538
  }
532
539
  ],
533
- "justify": "between",
534
- "direction": "horizontal",
535
- "gap": "md",
536
- "type": "stack"
540
+ "justify": "between"
537
541
  }
538
542
  ],
539
- "gap": "sm",
540
- "type": "stack",
541
- "direction": "vertical"
543
+ "gap": "sm"
542
544
  },
543
545
  {
544
- "showNext": false,
545
546
  "currentStep": 2.0,
546
- "totalSteps": 3.0,
547
+ "showNext": false,
548
+ "onComplete": "COMPLETE",
547
549
  "showComplete": true,
548
550
  "onBack": "PREV",
549
- "showBack": true,
551
+ "totalSteps": 3.0,
550
552
  "type": "wizard-navigation",
551
- "onComplete": "COMPLETE"
553
+ "showBack": true
552
554
  }
553
555
  ],
554
- "direction": "vertical",
555
- "gap": "lg",
556
- "className": "max-w-xl mx-auto w-full"
556
+ "type": "stack"
557
557
  }
558
558
  ]
559
559
  ]
@@ -567,66 +567,66 @@
567
567
  "render-ui",
568
568
  "main",
569
569
  {
570
+ "type": "stack",
571
+ "gap": "lg",
570
572
  "children": [
571
573
  {
574
+ "direction": "horizontal",
572
575
  "align": "center",
576
+ "type": "stack",
577
+ "gap": "sm",
573
578
  "children": [
574
579
  {
575
- "name": "user-plus",
576
- "type": "icon"
580
+ "type": "icon",
581
+ "name": "user-plus"
577
582
  },
578
583
  {
584
+ "variant": "h3",
579
585
  "type": "typography",
580
- "content": "Sign-up",
581
- "variant": "h3"
586
+ "content": "Sign-up"
582
587
  }
583
- ],
584
- "type": "stack",
585
- "direction": "horizontal",
586
- "gap": "sm"
588
+ ]
587
589
  },
588
590
  {
589
- "type": "wizard-progress",
591
+ "currentStep": 0.0,
590
592
  "steps": [
591
593
  "Personal",
592
594
  "Preferences",
593
595
  "Review"
594
596
  ],
595
- "currentStep": 0.0
597
+ "type": "wizard-progress"
596
598
  },
597
599
  {
598
600
  "type": "divider"
599
601
  },
600
602
  {
603
+ "type": "typography",
601
604
  "content": "Personal Info",
602
- "variant": "h4",
603
- "type": "typography"
605
+ "variant": "h4"
604
606
  },
605
607
  {
606
608
  "submitEvent": "NEXT",
609
+ "entity": "@entity",
610
+ "mode": "edit",
611
+ "type": "form-section",
612
+ "cancelEvent": "INIT",
607
613
  "fields": [
608
614
  "name",
609
615
  "email"
610
- ],
611
- "entity": "@entity",
612
- "cancelEvent": "INIT",
613
- "mode": "edit",
614
- "type": "form-section"
616
+ ]
615
617
  },
616
618
  {
617
- "currentStep": 0.0,
618
- "showNext": true,
619
- "type": "wizard-navigation",
620
619
  "totalSteps": 3.0,
620
+ "showComplete": false,
621
+ "showNext": true,
621
622
  "onNext": "NEXT",
622
- "showBack": false,
623
- "showComplete": false
623
+ "type": "wizard-navigation",
624
+ "currentStep": 0.0,
625
+ "showBack": false
624
626
  }
625
627
  ],
626
- "gap": "lg",
627
- "type": "stack",
628
- "direction": "vertical",
629
- "className": "max-w-xl mx-auto w-full"
628
+ "className": "max-w-xl mx-auto w-full",
629
+ "direction": "vertical"
630
630
  }
631
631
  ]
632
632
  ]
@@ -652,21 +652,21 @@
652
652
  "render-ui",
653
653
  "main",
654
654
  {
655
+ "align": "center",
656
+ "className": "max-w-xl mx-auto w-full py-12",
657
+ "gap": "lg",
658
+ "type": "stack",
655
659
  "children": [
656
660
  {
657
661
  "type": "spinner"
658
662
  },
659
663
  {
664
+ "type": "typography",
660
665
  "content": "Completing sign-up…",
661
666
  "color": "muted",
662
- "type": "typography",
663
667
  "variant": "caption"
664
668
  }
665
669
  ],
666
- "align": "center",
667
- "gap": "lg",
668
- "type": "stack",
669
- "className": "max-w-xl mx-auto w-full py-12",
670
670
  "direction": "vertical"
671
671
  }
672
672
  ]
@@ -681,66 +681,66 @@
681
681
  "render-ui",
682
682
  "main",
683
683
  {
684
- "gap": "lg",
685
- "type": "stack",
686
684
  "direction": "vertical",
685
+ "className": "max-w-xl mx-auto w-full",
687
686
  "children": [
688
687
  {
689
- "gap": "sm",
690
- "direction": "horizontal",
691
- "align": "center",
692
688
  "children": [
693
689
  {
694
- "type": "icon",
695
- "name": "user-plus"
690
+ "name": "user-plus",
691
+ "type": "icon"
696
692
  },
697
693
  {
694
+ "content": "Sign-up",
698
695
  "type": "typography",
699
- "variant": "h3",
700
- "content": "Sign-up"
696
+ "variant": "h3"
701
697
  }
702
698
  ],
703
- "type": "stack"
699
+ "type": "stack",
700
+ "align": "center",
701
+ "direction": "horizontal",
702
+ "gap": "sm"
704
703
  },
705
704
  {
705
+ "currentStep": 1.0,
706
706
  "steps": [
707
707
  "Personal",
708
708
  "Preferences",
709
709
  "Review"
710
710
  ],
711
- "type": "wizard-progress",
712
- "currentStep": 1.0
711
+ "type": "wizard-progress"
713
712
  },
714
713
  {
715
714
  "type": "divider"
716
715
  },
717
716
  {
718
- "variant": "h4",
719
717
  "content": "Preferences",
720
- "type": "typography"
718
+ "type": "typography",
719
+ "variant": "h4"
721
720
  },
722
721
  {
723
- "submitEvent": "NEXT",
724
- "mode": "edit",
725
- "entity": "@entity",
726
- "type": "form-section",
727
- "cancelEvent": "PREV",
728
722
  "fields": [
729
723
  "theme"
730
- ]
724
+ ],
725
+ "type": "form-section",
726
+ "mode": "edit",
727
+ "submitEvent": "NEXT",
728
+ "cancelEvent": "PREV",
729
+ "entity": "@entity"
731
730
  },
732
731
  {
733
- "showBack": true,
734
- "currentStep": 1.0,
732
+ "type": "wizard-navigation",
735
733
  "onNext": "NEXT",
734
+ "currentStep": 1.0,
735
+ "showBack": true,
736
+ "onBack": "PREV",
736
737
  "showComplete": false,
737
- "showNext": true,
738
- "type": "wizard-navigation",
739
738
  "totalSteps": 3.0,
740
- "onBack": "PREV"
739
+ "showNext": true
741
740
  }
742
741
  ],
743
- "className": "max-w-xl mx-auto w-full"
742
+ "gap": "lg",
743
+ "type": "stack"
744
744
  }
745
745
  ]
746
746
  ]
@@ -754,34 +754,34 @@
754
754
  "render-ui",
755
755
  "main",
756
756
  {
757
- "gap": "lg",
758
- "direction": "vertical",
759
- "type": "stack",
760
757
  "align": "center",
758
+ "gap": "lg",
761
759
  "children": [
762
760
  {
763
761
  "name": "check-circle",
764
762
  "type": "icon"
765
763
  },
766
764
  {
767
- "content": "Welcome!",
765
+ "variant": "h3",
768
766
  "type": "typography",
769
- "variant": "h3"
767
+ "content": "Welcome!"
770
768
  },
771
769
  {
772
- "type": "typography",
773
- "color": "muted",
774
770
  "variant": "body",
771
+ "color": "muted",
772
+ "type": "typography",
775
773
  "content": "Your account has been created."
776
774
  },
777
775
  {
778
- "label": "Start Over",
779
- "variant": "ghost",
780
- "action": "RESTART",
776
+ "icon": "rotate-ccw",
781
777
  "type": "button",
782
- "icon": "rotate-ccw"
778
+ "variant": "ghost",
779
+ "label": "Start Over",
780
+ "action": "RESTART"
783
781
  }
784
782
  ],
783
+ "direction": "vertical",
784
+ "type": "stack",
785
785
  "className": "max-w-xl mx-auto w-full py-12"
786
786
  }
787
787
  ]
@@ -796,14 +796,12 @@
796
796
  "render-ui",
797
797
  "main",
798
798
  {
799
- "direction": "vertical",
800
799
  "align": "center",
801
- "className": "max-w-xl mx-auto w-full py-12",
802
800
  "children": [
803
801
  {
804
802
  "color": "destructive",
805
- "type": "icon",
806
- "name": "alert-triangle"
803
+ "name": "alert-triangle",
804
+ "type": "icon"
807
805
  },
808
806
  {
809
807
  "type": "typography",
@@ -811,20 +809,22 @@
811
809
  "content": "Sign-up Failed"
812
810
  },
813
811
  {
814
- "type": "alert",
812
+ "variant": "error",
815
813
  "message": "@payload.error",
816
- "variant": "error"
814
+ "type": "alert"
817
815
  },
818
816
  {
819
- "action": "COMPLETE",
820
- "variant": "primary",
821
- "label": "Retry",
822
817
  "type": "button",
823
- "icon": "refresh-cw"
818
+ "label": "Retry",
819
+ "variant": "primary",
820
+ "icon": "refresh-cw",
821
+ "action": "COMPLETE"
824
822
  }
825
823
  ],
824
+ "gap": "lg",
825
+ "className": "max-w-xl mx-auto w-full py-12",
826
826
  "type": "stack",
827
- "gap": "lg"
827
+ "direction": "vertical"
828
828
  }
829
829
  ]
830
830
  ]
@@ -838,65 +838,65 @@
838
838
  "render-ui",
839
839
  "main",
840
840
  {
841
+ "direction": "vertical",
841
842
  "children": [
842
843
  {
843
- "type": "stack",
844
- "align": "center",
845
- "direction": "horizontal",
846
- "gap": "sm",
847
844
  "children": [
848
845
  {
849
- "name": "user-plus",
850
- "type": "icon"
846
+ "type": "icon",
847
+ "name": "user-plus"
851
848
  },
852
849
  {
853
- "variant": "h3",
854
850
  "content": "Sign-up",
851
+ "variant": "h3",
855
852
  "type": "typography"
856
853
  }
857
- ]
854
+ ],
855
+ "type": "stack",
856
+ "direction": "horizontal",
857
+ "align": "center",
858
+ "gap": "sm"
858
859
  },
859
860
  {
860
- "currentStep": 0.0,
861
861
  "type": "wizard-progress",
862
862
  "steps": [
863
863
  "Personal",
864
864
  "Preferences",
865
865
  "Review"
866
- ]
866
+ ],
867
+ "currentStep": 0.0
867
868
  },
868
869
  {
869
870
  "type": "divider"
870
871
  },
871
872
  {
872
873
  "type": "typography",
873
- "variant": "h4",
874
- "content": "Personal Info"
874
+ "content": "Personal Info",
875
+ "variant": "h4"
875
876
  },
876
877
  {
877
- "type": "form-section",
878
+ "submitEvent": "NEXT",
878
879
  "cancelEvent": "INIT",
879
880
  "fields": [
880
881
  "name",
881
882
  "email"
882
883
  ],
883
- "mode": "create",
884
- "submitEvent": "NEXT"
884
+ "type": "form-section",
885
+ "mode": "create"
885
886
  },
886
887
  {
888
+ "onNext": "NEXT",
889
+ "currentStep": 0.0,
887
890
  "totalSteps": 3.0,
888
891
  "type": "wizard-navigation",
889
892
  "showBack": false,
890
- "currentStep": 0.0,
891
893
  "showNext": true,
892
- "showComplete": false,
893
- "onNext": "NEXT"
894
+ "showComplete": false
894
895
  }
895
896
  ],
897
+ "type": "stack",
896
898
  "gap": "lg",
897
- "direction": "vertical",
898
- "className": "max-w-xl mx-auto w-full",
899
- "type": "stack"
899
+ "className": "max-w-xl mx-auto w-full"
900
900
  }
901
901
  ]
902
902
  ]