@almadar/std 13.6.0 → 13.8.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 (174) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  24. package/behaviors/registry/app/organisms/std-cms.orb +547 -547
  25. package/behaviors/registry/core/atoms/std-browse.orb +36 -36
  26. package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  27. package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  28. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  29. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  30. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  31. package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  32. package/behaviors/registry/core/atoms/std-filter.orb +6 -9
  33. package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  34. package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  35. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  36. package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  37. package/behaviors/registry/core/atoms/std-push.orb +48 -90
  38. package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  39. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  40. package/behaviors/registry/core/atoms/std-search.orb +3 -3
  41. package/behaviors/registry/core/atoms/std-selection.orb +102 -102
  42. package/behaviors/registry/core/atoms/std-stats.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  44. package/behaviors/registry/core/molecules/std-cart.orb +64 -64
  45. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  46. package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  47. package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  48. package/behaviors/registry/core/molecules/std-list.orb +63 -63
  49. package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  50. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  51. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  52. package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  53. package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  54. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  55. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  56. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  57. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  58. package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  59. package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  60. package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  61. package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  62. package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  63. package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  64. package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  65. package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  66. package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  67. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  68. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  69. package/dist/behaviors/behaviors-registry.json +2913 -322
  70. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  71. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  72. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  73. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  74. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  75. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  76. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  77. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  78. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  79. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  80. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  81. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  82. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  83. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  84. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  85. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  86. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  87. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  88. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  89. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  90. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  91. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  92. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  93. package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
  94. package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
  95. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  96. package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  97. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  98. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  99. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  100. package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  101. package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
  102. package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  103. package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  104. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  105. package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  106. package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
  107. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  108. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  109. package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
  110. package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
  111. package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
  112. package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  113. package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
  114. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  115. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  116. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  117. package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
  118. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  119. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  120. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  121. package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  122. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  123. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  124. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  125. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  126. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  127. package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  128. package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  129. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  130. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  131. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  132. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  133. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  134. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  135. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  136. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  137. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  138. package/dist/behaviors-registry.json +2913 -322
  139. package/dist/index.d.ts +2 -2
  140. package/dist/index.js +26 -13
  141. package/dist/index.js.map +1 -1
  142. package/dist/modules/agent.d.ts +1 -1
  143. package/dist/modules/array.d.ts +1 -1
  144. package/dist/modules/array.js +16 -8
  145. package/dist/modules/array.js.map +1 -1
  146. package/dist/modules/async.d.ts +1 -1
  147. package/dist/modules/composition.d.ts +1 -1
  148. package/dist/modules/contract.d.ts +1 -1
  149. package/dist/modules/core.d.ts +1 -1
  150. package/dist/modules/core.js +6 -3
  151. package/dist/modules/core.js.map +1 -1
  152. package/dist/modules/data.d.ts +1 -1
  153. package/dist/modules/format.d.ts +1 -1
  154. package/dist/modules/graph.d.ts +1 -1
  155. package/dist/modules/index.d.ts +1 -1
  156. package/dist/modules/index.js +26 -13
  157. package/dist/modules/index.js.map +1 -1
  158. package/dist/modules/math.d.ts +1 -1
  159. package/dist/modules/nn.d.ts +1 -1
  160. package/dist/modules/object.d.ts +1 -1
  161. package/dist/modules/object.js +4 -2
  162. package/dist/modules/object.js.map +1 -1
  163. package/dist/modules/os.d.ts +1 -1
  164. package/dist/modules/prob.d.ts +1 -1
  165. package/dist/modules/str.d.ts +1 -1
  166. package/dist/modules/tensor.d.ts +1 -1
  167. package/dist/modules/time.d.ts +1 -1
  168. package/dist/modules/train.d.ts +1 -1
  169. package/dist/modules/validate.d.ts +1 -1
  170. package/dist/registry.d.ts +1 -1
  171. package/dist/registry.js +26 -13
  172. package/dist/registry.js.map +1 -1
  173. package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
  174. package/package.json +1 -1
@@ -209,10 +209,13 @@
209
209
  "render-ui",
210
210
  "main",
211
211
  {
212
+ "className": "max-w-xl mx-auto w-full",
213
+ "gap": "lg",
214
+ "type": "stack",
212
215
  "children": [
213
216
  {
214
- "variant": "h2",
215
217
  "type": "typography",
218
+ "variant": "h2",
216
219
  "content": "Sign-up"
217
220
  },
218
221
  {
@@ -228,34 +231,31 @@
228
231
  "type": "divider"
229
232
  },
230
233
  {
231
- "content": "Personal Info",
232
234
  "type": "typography",
235
+ "content": "Personal Info",
233
236
  "variant": "h3"
234
237
  },
235
238
  {
239
+ "submitEvent": "NEXT",
236
240
  "type": "form-section",
237
- "cancelEvent": "INIT",
238
241
  "mode": "create",
239
242
  "fields": [
240
243
  "name",
241
244
  "email"
242
245
  ],
243
- "submitEvent": "NEXT"
246
+ "cancelEvent": "INIT"
244
247
  },
245
248
  {
246
- "totalSteps": 3.0,
247
- "showBack": false,
248
- "onNext": "NEXT",
249
+ "showNext": true,
249
250
  "showComplete": false,
251
+ "onNext": "NEXT",
250
252
  "currentStep": 0.0,
251
- "showNext": true,
253
+ "totalSteps": 3.0,
254
+ "showBack": false,
252
255
  "type": "wizard-navigation"
253
256
  }
254
257
  ],
255
- "className": "max-w-xl mx-auto w-full",
256
- "direction": "vertical",
257
- "gap": "lg",
258
- "type": "stack"
258
+ "direction": "vertical"
259
259
  }
260
260
  ]
261
261
  ]
@@ -265,14 +265,24 @@
265
265
  "to": "preferences",
266
266
  "event": "NEXT",
267
267
  "effects": [
268
+ [
269
+ "set",
270
+ "@entity.name",
271
+ "@payload.data.name"
272
+ ],
273
+ [
274
+ "set",
275
+ "@entity.email",
276
+ "@payload.data.email"
277
+ ],
268
278
  [
269
279
  "render-ui",
270
280
  "main",
271
281
  {
272
- "direction": "vertical",
273
282
  "gap": "lg",
274
- "className": "max-w-xl mx-auto w-full",
275
283
  "type": "stack",
284
+ "direction": "vertical",
285
+ "className": "max-w-xl mx-auto w-full",
276
286
  "children": [
277
287
  {
278
288
  "content": "Sign-up",
@@ -280,13 +290,13 @@
280
290
  "variant": "h2"
281
291
  },
282
292
  {
293
+ "currentStep": 1.0,
294
+ "type": "wizard-progress",
283
295
  "steps": [
284
296
  "Personal",
285
297
  "Preferences",
286
298
  "Review"
287
- ],
288
- "type": "wizard-progress",
289
- "currentStep": 1.0
299
+ ]
290
300
  },
291
301
  {
292
302
  "type": "divider"
@@ -297,24 +307,24 @@
297
307
  "variant": "h3"
298
308
  },
299
309
  {
300
- "type": "form-section",
301
- "mode": "edit",
310
+ "entity": "@entity",
311
+ "cancelEvent": "PREV",
302
312
  "fields": [
303
313
  "theme"
304
314
  ],
305
- "entity": "@entity",
306
315
  "submitEvent": "NEXT",
307
- "cancelEvent": "PREV"
316
+ "mode": "edit",
317
+ "type": "form-section"
308
318
  },
309
319
  {
310
- "showBack": true,
320
+ "showComplete": false,
311
321
  "showNext": true,
312
- "totalSteps": 3.0,
313
- "onBack": "PREV",
314
322
  "onNext": "NEXT",
315
- "showComplete": false,
316
323
  "currentStep": 1.0,
317
- "type": "wizard-navigation"
324
+ "totalSteps": 3.0,
325
+ "showBack": true,
326
+ "type": "wizard-navigation",
327
+ "onBack": "PREV"
318
328
  }
319
329
  ]
320
330
  }
@@ -326,19 +336,25 @@
326
336
  "to": "review",
327
337
  "event": "NEXT",
328
338
  "effects": [
339
+ [
340
+ "set",
341
+ "@entity.theme",
342
+ "@payload.data.theme"
343
+ ],
329
344
  [
330
345
  "render-ui",
331
346
  "main",
332
347
  {
348
+ "className": "max-w-xl mx-auto w-full",
333
349
  "children": [
334
350
  {
335
- "type": "typography",
351
+ "content": "Sign-up",
336
352
  "variant": "h2",
337
- "content": "Sign-up"
353
+ "type": "typography"
338
354
  },
339
355
  {
340
- "type": "wizard-progress",
341
356
  "currentStep": 2.0,
357
+ "type": "wizard-progress",
342
358
  "steps": [
343
359
  "Personal",
344
360
  "Preferences",
@@ -354,27 +370,28 @@
354
370
  "content": "Review"
355
371
  },
356
372
  {
373
+ "gap": "sm",
374
+ "type": "stack",
357
375
  "children": [
358
376
  {
359
- "gap": "md",
360
- "direction": "horizontal",
377
+ "type": "stack",
378
+ "justify": "between",
361
379
  "children": [
362
380
  {
363
- "type": "typography",
381
+ "variant": "caption",
364
382
  "content": "Name",
365
- "variant": "caption"
383
+ "type": "typography"
366
384
  },
367
385
  {
368
386
  "type": "typography",
369
- "variant": "body",
370
- "content": "@entity.name"
387
+ "content": "@entity.name",
388
+ "variant": "body"
371
389
  }
372
390
  ],
373
- "justify": "between",
374
- "type": "stack"
391
+ "gap": "md",
392
+ "direction": "horizontal"
375
393
  },
376
394
  {
377
- "gap": "md",
378
395
  "direction": "horizontal",
379
396
  "children": [
380
397
  {
@@ -384,51 +401,49 @@
384
401
  },
385
402
  {
386
403
  "type": "typography",
387
- "content": "@entity.email",
388
- "variant": "body"
404
+ "variant": "body",
405
+ "content": "@entity.email"
389
406
  }
390
407
  ],
391
- "type": "stack",
392
- "justify": "between"
408
+ "gap": "md",
409
+ "justify": "between",
410
+ "type": "stack"
393
411
  },
394
412
  {
395
- "justify": "between",
413
+ "type": "stack",
396
414
  "gap": "md",
415
+ "direction": "horizontal",
416
+ "justify": "between",
397
417
  "children": [
398
418
  {
399
- "content": "Theme",
400
419
  "type": "typography",
401
- "variant": "caption"
420
+ "variant": "caption",
421
+ "content": "Theme"
402
422
  },
403
423
  {
404
424
  "content": "@entity.theme",
405
425
  "type": "typography",
406
426
  "variant": "body"
407
427
  }
408
- ],
409
- "direction": "horizontal",
410
- "type": "stack"
428
+ ]
411
429
  }
412
430
  ],
413
- "type": "stack",
414
- "gap": "sm",
415
431
  "direction": "vertical"
416
432
  },
417
433
  {
418
434
  "onBack": "PREV",
435
+ "type": "wizard-navigation",
419
436
  "totalSteps": 3.0,
420
- "onComplete": "COMPLETE",
421
- "showBack": true,
422
437
  "showNext": false,
423
438
  "showComplete": true,
424
- "currentStep": 2.0,
425
- "type": "wizard-navigation"
439
+ "onComplete": "COMPLETE",
440
+ "showBack": true,
441
+ "currentStep": 2.0
426
442
  }
427
443
  ],
428
- "gap": "lg",
429
- "type": "stack",
430
444
  "direction": "vertical",
431
- "className": "max-w-xl mx-auto w-full"
445
+ "gap": "lg",
446
+ "type": "stack"
432
447
  }
433
448
  ]
434
449
  ]
@@ -442,36 +457,38 @@
442
457
  "render-ui",
443
458
  "main",
444
459
  {
460
+ "gap": "lg",
445
461
  "type": "stack",
446
462
  "className": "max-w-xl mx-auto w-full",
463
+ "direction": "vertical",
447
464
  "children": [
448
465
  {
449
466
  "type": "typography",
450
- "content": "Sign-up",
451
- "variant": "h2"
467
+ "variant": "h2",
468
+ "content": "Sign-up"
452
469
  },
453
470
  {
471
+ "currentStep": 0.0,
454
472
  "steps": [
455
473
  "Personal",
456
474
  "Preferences",
457
475
  "Review"
458
476
  ],
459
- "type": "wizard-progress",
460
- "currentStep": 0.0
477
+ "type": "wizard-progress"
461
478
  },
462
479
  {
463
480
  "type": "divider"
464
481
  },
465
482
  {
466
- "content": "Personal Info",
483
+ "type": "typography",
467
484
  "variant": "h3",
468
- "type": "typography"
485
+ "content": "Personal Info"
469
486
  },
470
487
  {
488
+ "entity": "@entity",
471
489
  "submitEvent": "NEXT",
472
- "type": "form-section",
473
490
  "cancelEvent": "INIT",
474
- "entity": "@entity",
491
+ "type": "form-section",
475
492
  "mode": "edit",
476
493
  "fields": [
477
494
  "name",
@@ -479,17 +496,15 @@
479
496
  ]
480
497
  },
481
498
  {
482
- "showBack": false,
483
- "totalSteps": 3.0,
484
- "type": "wizard-navigation",
485
499
  "showNext": true,
486
500
  "showComplete": false,
501
+ "onNext": "NEXT",
502
+ "type": "wizard-navigation",
487
503
  "currentStep": 0.0,
488
- "onNext": "NEXT"
504
+ "showBack": false,
505
+ "totalSteps": 3.0
489
506
  }
490
- ],
491
- "direction": "vertical",
492
- "gap": "lg"
507
+ ]
493
508
  }
494
509
  ]
495
510
  ]
@@ -506,8 +521,8 @@
506
521
  "@payload.data",
507
522
  {
508
523
  "emit": {
509
- "success": "WizardFormSaved",
510
- "failure": "WizardFormSaveFailed"
524
+ "failure": "WizardFormSaveFailed",
525
+ "success": "WizardFormSaved"
511
526
  }
512
527
  }
513
528
  ],
@@ -515,22 +530,22 @@
515
530
  "render-ui",
516
531
  "main",
517
532
  {
518
- "gap": "lg",
519
533
  "align": "center",
520
- "className": "max-w-xl mx-auto w-full py-12",
521
- "direction": "vertical",
522
534
  "children": [
523
535
  {
524
536
  "type": "spinner"
525
537
  },
526
538
  {
527
- "type": "typography",
528
539
  "color": "muted",
529
540
  "variant": "caption",
541
+ "type": "typography",
530
542
  "content": "Completing sign-up…"
531
543
  }
532
544
  ],
533
- "type": "stack"
545
+ "type": "stack",
546
+ "direction": "vertical",
547
+ "gap": "lg",
548
+ "className": "max-w-xl mx-auto w-full py-12"
534
549
  }
535
550
  ]
536
551
  ]
@@ -551,46 +566,46 @@
551
566
  "content": "Sign-up"
552
567
  },
553
568
  {
569
+ "type": "wizard-progress",
554
570
  "steps": [
555
571
  "Personal",
556
572
  "Preferences",
557
573
  "Review"
558
574
  ],
559
- "currentStep": 1.0,
560
- "type": "wizard-progress"
575
+ "currentStep": 1.0
561
576
  },
562
577
  {
563
578
  "type": "divider"
564
579
  },
565
580
  {
566
- "variant": "h3",
567
581
  "type": "typography",
582
+ "variant": "h3",
568
583
  "content": "Preferences"
569
584
  },
570
585
  {
571
- "submitEvent": "NEXT",
572
- "entity": "@entity",
573
- "mode": "edit",
574
- "type": "form-section",
575
- "cancelEvent": "PREV",
576
586
  "fields": [
577
587
  "theme"
578
- ]
588
+ ],
589
+ "mode": "edit",
590
+ "type": "form-section",
591
+ "entity": "@entity",
592
+ "submitEvent": "NEXT",
593
+ "cancelEvent": "PREV"
579
594
  },
580
595
  {
581
- "onNext": "NEXT",
596
+ "type": "wizard-navigation",
582
597
  "totalSteps": 3.0,
583
- "showNext": true,
598
+ "onNext": "NEXT",
599
+ "showComplete": false,
600
+ "currentStep": 1.0,
584
601
  "showBack": true,
585
- "type": "wizard-navigation",
586
602
  "onBack": "PREV",
587
- "showComplete": false,
588
- "currentStep": 1.0
603
+ "showNext": true
589
604
  }
590
605
  ],
591
606
  "type": "stack",
592
- "gap": "lg",
593
607
  "className": "max-w-xl mx-auto w-full",
608
+ "gap": "lg",
594
609
  "direction": "vertical"
595
610
  }
596
611
  ]
@@ -605,33 +620,33 @@
605
620
  "render-ui",
606
621
  "main",
607
622
  {
608
- "gap": "lg",
609
623
  "className": "max-w-xl mx-auto w-full py-12",
610
- "direction": "vertical",
624
+ "gap": "lg",
611
625
  "children": [
612
626
  {
613
627
  "type": "icon",
614
628
  "name": "check-circle"
615
629
  },
616
630
  {
631
+ "type": "typography",
617
632
  "content": "Welcome!",
618
- "variant": "h2",
619
- "type": "typography"
633
+ "variant": "h2"
620
634
  },
621
635
  {
622
- "content": "Your account has been created.",
623
- "type": "typography",
636
+ "color": "muted",
624
637
  "variant": "body",
625
- "color": "muted"
638
+ "content": "Your account has been created.",
639
+ "type": "typography"
626
640
  },
627
641
  {
642
+ "label": "Start Over",
643
+ "action": "RESTART",
628
644
  "icon": "rotate-ccw",
629
645
  "type": "button",
630
- "action": "RESTART",
631
- "variant": "ghost",
632
- "label": "Start Over"
646
+ "variant": "ghost"
633
647
  }
634
648
  ],
649
+ "direction": "vertical",
635
650
  "align": "center",
636
651
  "type": "stack"
637
652
  }
@@ -647,35 +662,35 @@
647
662
  "render-ui",
648
663
  "main",
649
664
  {
650
- "align": "center",
651
- "gap": "lg",
652
- "type": "stack",
653
665
  "className": "max-w-xl mx-auto w-full py-12",
666
+ "gap": "lg",
654
667
  "children": [
655
668
  {
656
- "color": "destructive",
669
+ "name": "alert-triangle",
657
670
  "type": "icon",
658
- "name": "alert-triangle"
671
+ "color": "destructive"
659
672
  },
660
673
  {
661
674
  "type": "typography",
662
- "content": "Sign-up Failed",
663
- "variant": "h2"
675
+ "variant": "h2",
676
+ "content": "Sign-up Failed"
664
677
  },
665
678
  {
666
- "variant": "error",
679
+ "type": "alert",
667
680
  "message": "@payload.error",
668
- "type": "alert"
681
+ "variant": "error"
669
682
  },
670
683
  {
671
- "icon": "refresh-cw",
684
+ "action": "COMPLETE",
672
685
  "variant": "primary",
673
- "type": "button",
686
+ "icon": "refresh-cw",
674
687
  "label": "Retry",
675
- "action": "COMPLETE"
688
+ "type": "button"
676
689
  }
677
690
  ],
678
- "direction": "vertical"
691
+ "type": "stack",
692
+ "direction": "vertical",
693
+ "align": "center"
679
694
  }
680
695
  ]
681
696
  ]
@@ -690,13 +705,11 @@
690
705
  "main",
691
706
  {
692
707
  "direction": "vertical",
693
- "type": "stack",
694
- "className": "max-w-xl mx-auto w-full",
695
708
  "children": [
696
709
  {
697
710
  "variant": "h2",
698
- "content": "Sign-up",
699
- "type": "typography"
711
+ "type": "typography",
712
+ "content": "Sign-up"
700
713
  },
701
714
  {
702
715
  "type": "wizard-progress",
@@ -711,30 +724,32 @@
711
724
  "type": "divider"
712
725
  },
713
726
  {
727
+ "content": "Personal Info",
714
728
  "type": "typography",
715
- "variant": "h3",
716
- "content": "Personal Info"
729
+ "variant": "h3"
717
730
  },
718
731
  {
719
- "mode": "create",
720
732
  "type": "form-section",
733
+ "cancelEvent": "INIT",
734
+ "mode": "create",
721
735
  "fields": [
722
736
  "name",
723
737
  "email"
724
738
  ],
725
- "cancelEvent": "INIT",
726
739
  "submitEvent": "NEXT"
727
740
  },
728
741
  {
729
- "showNext": true,
730
- "showComplete": false,
731
- "showBack": false,
742
+ "type": "wizard-navigation",
732
743
  "currentStep": 0.0,
733
744
  "totalSteps": 3.0,
745
+ "showNext": true,
734
746
  "onNext": "NEXT",
735
- "type": "wizard-navigation"
747
+ "showBack": false,
748
+ "showComplete": false
736
749
  }
737
750
  ],
751
+ "type": "stack",
752
+ "className": "max-w-xl mx-auto w-full",
738
753
  "gap": "lg"
739
754
  }
740
755
  ]
@@ -758,4 +773,4 @@
758
773
  ]
759
774
  }
760
775
  ]
761
- }
776
+ }