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