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