@almadar/std 8.2.0 → 8.4.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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  27. package/behaviors/registry/app/organisms/std-cms.orb +432 -432
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  29. package/behaviors/registry/app/organisms/std-crm.orb +813 -813
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  37. package/behaviors/registry/app/organisms/std-lms.orb +858 -858
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  42. package/behaviors/registry/core/atoms/std-browse.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  44. package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +413 -413
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +50 -50
  50. package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  51. package/behaviors/registry/core/atoms/std-modal.orb +13 -31
  52. package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  53. package/behaviors/registry/core/atoms/std-push.orb +47 -47
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  55. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  56. package/behaviors/registry/core/atoms/std-search.orb +75 -75
  57. package/behaviors/registry/core/atoms/std-selection.orb +91 -91
  58. package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  59. package/behaviors/registry/core/molecules/std-cart.orb +49 -49
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  62. package/behaviors/registry/core/molecules/std-list.orb +58 -58
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  64. package/behaviors/registry/game/atoms/std-collision.orb +132 -132
  65. package/behaviors/registry/game/atoms/std-combat.orb +59 -59
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  69. package/behaviors/registry/game/atoms/std-movement.orb +287 -287
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +266 -275
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  83. package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  84. package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  187. package/package.json +1 -1
@@ -200,8 +200,8 @@
200
200
  "WizardFormEntry",
201
201
  {
202
202
  "emit": {
203
- "success": "WizardFormEntryLoaded",
204
- "failure": "WizardFormEntryLoadFailed"
203
+ "failure": "WizardFormEntryLoadFailed",
204
+ "success": "WizardFormEntryLoaded"
205
205
  }
206
206
  }
207
207
  ],
@@ -209,11 +209,13 @@
209
209
  "render-ui",
210
210
  "main",
211
211
  {
212
+ "className": "max-w-xl mx-auto w-full",
213
+ "gap": "lg",
212
214
  "children": [
213
215
  {
216
+ "content": "Sign-up",
214
217
  "type": "typography",
215
- "variant": "h2",
216
- "content": "Sign-up"
218
+ "variant": "h2"
217
219
  },
218
220
  {
219
221
  "steps": [
@@ -229,33 +231,31 @@
229
231
  },
230
232
  {
231
233
  "content": "Personal Info",
232
- "type": "typography",
233
- "variant": "h3"
234
+ "variant": "h3",
235
+ "type": "typography"
234
236
  },
235
237
  {
236
- "type": "form-section",
237
- "submitEvent": "NEXT",
238
238
  "cancelEvent": "INIT",
239
+ "submitEvent": "NEXT",
240
+ "type": "form-section",
241
+ "mode": "create",
239
242
  "fields": [
240
243
  "name",
241
244
  "email"
242
- ],
243
- "mode": "create"
245
+ ]
244
246
  },
245
247
  {
246
- "onNext": "NEXT",
247
- "totalSteps": 3.0,
248
248
  "type": "wizard-navigation",
249
+ "onNext": "NEXT",
250
+ "currentStep": 0.0,
251
+ "showComplete": false,
249
252
  "showBack": false,
250
253
  "showNext": true,
251
- "currentStep": 0.0,
252
- "showComplete": false
254
+ "totalSteps": 3.0
253
255
  }
254
256
  ],
255
- "direction": "vertical",
256
- "gap": "lg",
257
- "className": "max-w-xl mx-auto w-full",
258
- "type": "stack"
257
+ "type": "stack",
258
+ "direction": "vertical"
259
259
  }
260
260
  ]
261
261
  ]
@@ -270,13 +270,12 @@
270
270
  "main",
271
271
  {
272
272
  "gap": "lg",
273
- "direction": "vertical",
274
- "className": "max-w-xl mx-auto w-full",
273
+ "type": "stack",
275
274
  "children": [
276
275
  {
277
276
  "type": "typography",
278
- "content": "Sign-up",
279
- "variant": "h2"
277
+ "variant": "h2",
278
+ "content": "Sign-up"
280
279
  },
281
280
  {
282
281
  "currentStep": 1.0,
@@ -291,32 +290,33 @@
291
290
  "type": "divider"
292
291
  },
293
292
  {
294
- "variant": "h3",
295
293
  "type": "typography",
294
+ "variant": "h3",
296
295
  "content": "Preferences"
297
296
  },
298
297
  {
299
- "entity": "@entity",
300
- "submitEvent": "NEXT",
301
- "type": "form-section",
302
- "mode": "edit",
303
298
  "cancelEvent": "PREV",
304
299
  "fields": [
305
300
  "theme"
306
- ]
301
+ ],
302
+ "submitEvent": "NEXT",
303
+ "type": "form-section",
304
+ "entity": "@entity",
305
+ "mode": "edit"
307
306
  },
308
307
  {
309
- "currentStep": 1.0,
310
- "showBack": true,
311
- "onNext": "NEXT",
312
308
  "showNext": true,
313
- "onBack": "PREV",
314
309
  "type": "wizard-navigation",
310
+ "onNext": "NEXT",
311
+ "showComplete": false,
315
312
  "totalSteps": 3.0,
316
- "showComplete": false
313
+ "onBack": "PREV",
314
+ "showBack": true,
315
+ "currentStep": 1.0
317
316
  }
318
317
  ],
319
- "type": "stack"
318
+ "direction": "vertical",
319
+ "className": "max-w-xl mx-auto w-full"
320
320
  }
321
321
  ]
322
322
  ]
@@ -330,40 +330,37 @@
330
330
  "render-ui",
331
331
  "main",
332
332
  {
333
- "direction": "vertical",
334
- "type": "stack",
335
- "gap": "lg",
336
- "className": "max-w-xl mx-auto w-full",
337
333
  "children": [
338
334
  {
339
- "variant": "h2",
340
335
  "type": "typography",
341
- "content": "Sign-up"
336
+ "content": "Sign-up",
337
+ "variant": "h2"
342
338
  },
343
339
  {
340
+ "currentStep": 2.0,
344
341
  "steps": [
345
342
  "Personal",
346
343
  "Preferences",
347
344
  "Review"
348
345
  ],
349
- "currentStep": 2.0,
350
346
  "type": "wizard-progress"
351
347
  },
352
348
  {
353
349
  "type": "divider"
354
350
  },
355
351
  {
356
- "content": "Review",
357
352
  "variant": "h3",
353
+ "content": "Review",
358
354
  "type": "typography"
359
355
  },
360
356
  {
357
+ "gap": "sm",
358
+ "direction": "vertical",
361
359
  "children": [
362
360
  {
361
+ "type": "stack",
363
362
  "gap": "md",
364
- "direction": "horizontal",
365
363
  "justify": "between",
366
- "type": "stack",
367
364
  "children": [
368
365
  {
369
366
  "variant": "caption",
@@ -375,13 +372,14 @@
375
372
  "variant": "body",
376
373
  "content": "@entity.name"
377
374
  }
378
- ]
375
+ ],
376
+ "direction": "horizontal"
379
377
  },
380
378
  {
381
- "direction": "horizontal",
382
- "gap": "md",
383
- "justify": "between",
384
379
  "type": "stack",
380
+ "justify": "between",
381
+ "gap": "md",
382
+ "direction": "horizontal",
385
383
  "children": [
386
384
  {
387
385
  "type": "typography",
@@ -389,46 +387,48 @@
389
387
  "variant": "caption"
390
388
  },
391
389
  {
392
- "content": "@entity.email",
393
390
  "type": "typography",
391
+ "content": "@entity.email",
394
392
  "variant": "body"
395
393
  }
396
394
  ]
397
395
  },
398
396
  {
399
- "gap": "md",
400
- "direction": "horizontal",
401
397
  "justify": "between",
402
- "type": "stack",
403
398
  "children": [
404
399
  {
405
- "type": "typography",
400
+ "content": "Theme",
406
401
  "variant": "caption",
407
- "content": "Theme"
402
+ "type": "typography"
408
403
  },
409
404
  {
410
- "type": "typography",
411
405
  "variant": "body",
412
- "content": "@entity.theme"
406
+ "content": "@entity.theme",
407
+ "type": "typography"
413
408
  }
414
- ]
409
+ ],
410
+ "gap": "md",
411
+ "type": "stack",
412
+ "direction": "horizontal"
415
413
  }
416
414
  ],
417
- "gap": "sm",
418
- "direction": "vertical",
419
415
  "type": "stack"
420
416
  },
421
417
  {
422
- "showComplete": true,
418
+ "onBack": "PREV",
423
419
  "onComplete": "COMPLETE",
424
420
  "type": "wizard-navigation",
425
421
  "totalSteps": 3.0,
426
- "currentStep": 2.0,
422
+ "showComplete": true,
427
423
  "showBack": true,
428
- "onBack": "PREV",
424
+ "currentStep": 2.0,
429
425
  "showNext": false
430
426
  }
431
- ]
427
+ ],
428
+ "direction": "vertical",
429
+ "gap": "lg",
430
+ "className": "max-w-xl mx-auto w-full",
431
+ "type": "stack"
432
432
  }
433
433
  ]
434
434
  ]
@@ -442,54 +442,54 @@
442
442
  "render-ui",
443
443
  "main",
444
444
  {
445
- "className": "max-w-xl mx-auto w-full",
446
445
  "type": "stack",
446
+ "direction": "vertical",
447
447
  "gap": "lg",
448
448
  "children": [
449
449
  {
450
450
  "type": "typography",
451
- "content": "Sign-up",
452
- "variant": "h2"
451
+ "variant": "h2",
452
+ "content": "Sign-up"
453
453
  },
454
454
  {
455
+ "currentStep": 0.0,
455
456
  "type": "wizard-progress",
456
457
  "steps": [
457
458
  "Personal",
458
459
  "Preferences",
459
460
  "Review"
460
- ],
461
- "currentStep": 0.0
461
+ ]
462
462
  },
463
463
  {
464
464
  "type": "divider"
465
465
  },
466
466
  {
467
- "type": "typography",
468
467
  "variant": "h3",
469
- "content": "Personal Info"
468
+ "content": "Personal Info",
469
+ "type": "typography"
470
470
  },
471
471
  {
472
472
  "type": "form-section",
473
473
  "entity": "@entity",
474
- "submitEvent": "NEXT",
474
+ "mode": "edit",
475
475
  "cancelEvent": "INIT",
476
476
  "fields": [
477
477
  "name",
478
478
  "email"
479
479
  ],
480
- "mode": "edit"
480
+ "submitEvent": "NEXT"
481
481
  },
482
482
  {
483
+ "totalSteps": 3.0,
483
484
  "type": "wizard-navigation",
484
- "showComplete": false,
485
485
  "showBack": false,
486
- "onNext": "NEXT",
486
+ "showNext": true,
487
487
  "currentStep": 0.0,
488
- "totalSteps": 3.0,
489
- "showNext": true
488
+ "onNext": "NEXT",
489
+ "showComplete": false
490
490
  }
491
491
  ],
492
- "direction": "vertical"
492
+ "className": "max-w-xl mx-auto w-full"
493
493
  }
494
494
  ]
495
495
  ]
@@ -516,21 +516,21 @@
516
516
  "main",
517
517
  {
518
518
  "direction": "vertical",
519
- "type": "stack",
520
- "className": "max-w-xl mx-auto w-full py-12",
519
+ "gap": "lg",
521
520
  "children": [
522
521
  {
523
522
  "type": "spinner"
524
523
  },
525
524
  {
526
- "content": "Completing sign-up…",
527
525
  "color": "muted",
528
- "type": "typography",
529
- "variant": "caption"
526
+ "variant": "caption",
527
+ "content": "Completing sign-up…",
528
+ "type": "typography"
530
529
  }
531
530
  ],
532
531
  "align": "center",
533
- "gap": "lg"
532
+ "className": "max-w-xl mx-auto w-full py-12",
533
+ "type": "stack"
534
534
  }
535
535
  ]
536
536
  ]
@@ -544,12 +544,13 @@
544
544
  "render-ui",
545
545
  "main",
546
546
  {
547
- "type": "stack",
547
+ "className": "max-w-xl mx-auto w-full",
548
+ "direction": "vertical",
548
549
  "children": [
549
550
  {
550
551
  "content": "Sign-up",
551
- "type": "typography",
552
- "variant": "h2"
552
+ "variant": "h2",
553
+ "type": "typography"
553
554
  },
554
555
  {
555
556
  "type": "wizard-progress",
@@ -564,34 +565,33 @@
564
565
  "type": "divider"
565
566
  },
566
567
  {
567
- "type": "typography",
568
568
  "variant": "h3",
569
- "content": "Preferences"
569
+ "content": "Preferences",
570
+ "type": "typography"
570
571
  },
571
572
  {
572
573
  "submitEvent": "NEXT",
573
- "entity": "@entity",
574
- "cancelEvent": "PREV",
575
574
  "fields": [
576
575
  "theme"
577
576
  ],
578
577
  "type": "form-section",
579
- "mode": "edit"
578
+ "entity": "@entity",
579
+ "mode": "edit",
580
+ "cancelEvent": "PREV"
580
581
  },
581
582
  {
582
- "currentStep": 1.0,
583
583
  "type": "wizard-navigation",
584
+ "onNext": "NEXT",
584
585
  "showBack": true,
585
586
  "onBack": "PREV",
587
+ "totalSteps": 3.0,
586
588
  "showNext": true,
587
- "onNext": "NEXT",
588
- "showComplete": false,
589
- "totalSteps": 3.0
589
+ "currentStep": 1.0,
590
+ "showComplete": false
590
591
  }
591
592
  ],
592
- "gap": "lg",
593
- "className": "max-w-xl mx-auto w-full",
594
- "direction": "vertical"
593
+ "type": "stack",
594
+ "gap": "lg"
595
595
  }
596
596
  ]
597
597
  ]
@@ -605,14 +605,14 @@
605
605
  "render-ui",
606
606
  "main",
607
607
  {
608
- "gap": "lg",
609
- "align": "center",
610
608
  "type": "stack",
609
+ "align": "center",
611
610
  "className": "max-w-xl mx-auto w-full py-12",
611
+ "direction": "vertical",
612
612
  "children": [
613
613
  {
614
- "type": "icon",
615
- "name": "check-circle"
614
+ "name": "check-circle",
615
+ "type": "icon"
616
616
  },
617
617
  {
618
618
  "type": "typography",
@@ -620,20 +620,20 @@
620
620
  "content": "Welcome!"
621
621
  },
622
622
  {
623
+ "type": "typography",
623
624
  "variant": "body",
624
625
  "color": "muted",
625
- "content": "Your account has been created.",
626
- "type": "typography"
626
+ "content": "Your account has been created."
627
627
  },
628
628
  {
629
- "variant": "ghost",
630
- "icon": "rotate-ccw",
631
- "type": "button",
632
629
  "label": "Start Over",
633
- "action": "RESTART"
630
+ "type": "button",
631
+ "variant": "ghost",
632
+ "action": "RESTART",
633
+ "icon": "rotate-ccw"
634
634
  }
635
635
  ],
636
- "direction": "vertical"
636
+ "gap": "lg"
637
637
  }
638
638
  ]
639
639
  ]
@@ -647,32 +647,32 @@
647
647
  "render-ui",
648
648
  "main",
649
649
  {
650
+ "gap": "lg",
650
651
  "children": [
651
652
  {
652
- "type": "icon",
653
653
  "name": "alert-triangle",
654
- "color": "destructive"
654
+ "color": "destructive",
655
+ "type": "icon"
655
656
  },
656
657
  {
657
- "type": "typography",
658
658
  "variant": "h2",
659
+ "type": "typography",
659
660
  "content": "Sign-up Failed"
660
661
  },
661
662
  {
662
663
  "type": "alert",
663
- "variant": "error",
664
- "message": "@payload.error"
664
+ "message": "@payload.error",
665
+ "variant": "error"
665
666
  },
666
667
  {
667
668
  "label": "Retry",
668
- "type": "button",
669
- "variant": "primary",
670
669
  "icon": "refresh-cw",
670
+ "variant": "primary",
671
+ "type": "button",
671
672
  "action": "COMPLETE"
672
673
  }
673
674
  ],
674
675
  "align": "center",
675
- "gap": "lg",
676
676
  "direction": "vertical",
677
677
  "type": "stack",
678
678
  "className": "max-w-xl mx-auto w-full py-12"
@@ -689,53 +689,53 @@
689
689
  "render-ui",
690
690
  "main",
691
691
  {
692
- "gap": "lg",
693
- "className": "max-w-xl mx-auto w-full",
694
- "type": "stack",
692
+ "direction": "vertical",
695
693
  "children": [
696
694
  {
695
+ "type": "typography",
697
696
  "variant": "h2",
698
- "content": "Sign-up",
699
- "type": "typography"
697
+ "content": "Sign-up"
700
698
  },
701
699
  {
702
- "type": "wizard-progress",
703
700
  "currentStep": 0.0,
704
701
  "steps": [
705
702
  "Personal",
706
703
  "Preferences",
707
704
  "Review"
708
- ]
705
+ ],
706
+ "type": "wizard-progress"
709
707
  },
710
708
  {
711
709
  "type": "divider"
712
710
  },
713
711
  {
714
712
  "variant": "h3",
715
- "content": "Personal Info",
716
- "type": "typography"
713
+ "type": "typography",
714
+ "content": "Personal Info"
717
715
  },
718
716
  {
719
- "type": "form-section",
720
- "mode": "create",
717
+ "submitEvent": "NEXT",
721
718
  "cancelEvent": "INIT",
719
+ "mode": "create",
720
+ "type": "form-section",
722
721
  "fields": [
723
722
  "name",
724
723
  "email"
725
- ],
726
- "submitEvent": "NEXT"
724
+ ]
727
725
  },
728
726
  {
727
+ "showComplete": false,
728
+ "onNext": "NEXT",
729
+ "totalSteps": 3.0,
729
730
  "showBack": false,
730
- "showNext": true,
731
731
  "type": "wizard-navigation",
732
- "showComplete": false,
733
732
  "currentStep": 0.0,
734
- "onNext": "NEXT",
735
- "totalSteps": 3.0
733
+ "showNext": true
736
734
  }
737
735
  ],
738
- "direction": "vertical"
736
+ "className": "max-w-xl mx-auto w-full",
737
+ "type": "stack",
738
+ "gap": "lg"
739
739
  }
740
740
  ]
741
741
  ]
@@ -758,4 +758,4 @@
758
758
  ]
759
759
  }
760
760
  ]
761
- }
761
+ }