@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
@@ -369,9 +369,14 @@
369
369
  "main",
370
370
  {
371
371
  "gap": "lg",
372
+ "direction": "vertical",
372
373
  "type": "stack",
374
+ "align": "center",
373
375
  "children": [
374
376
  {
377
+ "type": "stack",
378
+ "gap": "md",
379
+ "align": "center",
375
380
  "children": [
376
381
  {
377
382
  "name": "lock",
@@ -383,16 +388,12 @@
383
388
  "variant": "h2"
384
389
  }
385
390
  ],
386
- "direction": "horizontal",
387
- "gap": "md",
388
- "align": "center",
389
- "type": "stack"
391
+ "direction": "horizontal"
390
392
  },
391
393
  {
392
394
  "type": "divider"
393
395
  },
394
396
  {
395
- "type": "select",
396
397
  "options": [
397
398
  {
398
399
  "value": "google",
@@ -406,18 +407,17 @@
406
407
  "label": "Microsoft",
407
408
  "value": "microsoft"
408
409
  }
409
- ]
410
+ ],
411
+ "type": "select"
410
412
  },
411
413
  {
412
- "variant": "primary",
414
+ "label": "Login",
413
415
  "action": "LOGIN",
416
+ "icon": "log-in",
414
417
  "type": "button",
415
- "label": "Login",
416
- "icon": "log-in"
418
+ "variant": "primary"
417
419
  }
418
- ],
419
- "align": "center",
420
- "direction": "vertical"
420
+ ]
421
421
  }
422
422
  ]
423
423
  ]
@@ -431,9 +431,9 @@
431
431
  "render-ui",
432
432
  "main",
433
433
  {
434
+ "message": "Redirecting to provider for authorization.",
434
435
  "type": "loading-state",
435
- "title": "Authorizing...",
436
- "message": "Redirecting to provider for authorization."
436
+ "title": "Authorizing..."
437
437
  }
438
438
  ],
439
439
  [
@@ -441,11 +441,11 @@
441
441
  "oauth",
442
442
  "authorize",
443
443
  {
444
- "provider": "@entity.provider",
445
444
  "scopes": [
446
445
  "openid",
447
446
  "email"
448
- ]
447
+ ],
448
+ "provider": "@entity.provider"
449
449
  },
450
450
  {
451
451
  "emit": {
@@ -470,24 +470,23 @@
470
470
  "render-ui",
471
471
  "main",
472
472
  {
473
- "type": "stack",
474
473
  "direction": "vertical",
475
474
  "align": "center",
476
475
  "children": [
477
476
  {
478
- "type": "icon",
479
- "name": "external-link"
477
+ "name": "external-link",
478
+ "type": "icon"
480
479
  },
481
480
  {
482
- "content": "Authorization Required",
481
+ "type": "typography",
483
482
  "variant": "h2",
484
- "type": "typography"
483
+ "content": "Authorization Required"
485
484
  },
486
485
  {
487
- "content": "@entity.authUrl",
488
- "variant": "body",
489
486
  "color": "muted",
490
- "type": "typography"
487
+ "type": "typography",
488
+ "content": "@entity.authUrl",
489
+ "variant": "body"
491
490
  },
492
491
  {
493
492
  "type": "input",
@@ -495,13 +494,14 @@
495
494
  },
496
495
  {
497
496
  "icon": "check",
498
- "action": "CALLBACK",
499
497
  "type": "button",
500
498
  "label": "Submit",
499
+ "action": "CALLBACK",
501
500
  "variant": "primary"
502
501
  }
503
502
  ],
504
- "gap": "lg"
503
+ "gap": "lg",
504
+ "type": "stack"
505
505
  }
506
506
  ]
507
507
  ]
@@ -520,8 +520,8 @@
520
520
  },
521
521
  {
522
522
  "emit": {
523
- "success": "ServiceOauthOauthCompleted",
524
- "failure": "ServiceOauthOauthFailed"
523
+ "failure": "ServiceOauthOauthFailed",
524
+ "success": "ServiceOauthOauthCompleted"
525
525
  }
526
526
  }
527
527
  ],
@@ -529,10 +529,8 @@
529
529
  "render-ui",
530
530
  "main",
531
531
  {
532
- "align": "center",
533
- "direction": "vertical",
534
- "type": "stack",
535
532
  "gap": "lg",
533
+ "direction": "vertical",
536
534
  "children": [
537
535
  {
538
536
  "type": "icon",
@@ -544,28 +542,30 @@
544
542
  "type": "alert"
545
543
  },
546
544
  {
547
- "gap": "sm",
548
- "type": "stack",
549
- "direction": "horizontal",
550
545
  "justify": "center",
546
+ "type": "stack",
547
+ "gap": "sm",
551
548
  "children": [
552
549
  {
550
+ "type": "button",
553
551
  "icon": "refresh-cw",
554
552
  "action": "REFRESH",
555
- "variant": "ghost",
556
- "type": "button",
557
- "label": "Refresh Token"
553
+ "label": "Refresh Token",
554
+ "variant": "ghost"
558
555
  },
559
556
  {
560
- "variant": "ghost",
561
- "label": "Logout",
562
557
  "type": "button",
563
- "icon": "log-out",
564
- "action": "LOGOUT"
558
+ "label": "Logout",
559
+ "action": "LOGOUT",
560
+ "variant": "ghost",
561
+ "icon": "log-out"
565
562
  }
566
- ]
563
+ ],
564
+ "direction": "horizontal"
567
565
  }
568
- ]
566
+ ],
567
+ "type": "stack",
568
+ "align": "center"
569
569
  }
570
570
  ]
571
571
  ]
@@ -587,22 +587,22 @@
587
587
  "direction": "vertical",
588
588
  "type": "stack",
589
589
  "gap": "lg",
590
- "align": "center",
591
590
  "children": [
592
591
  {
593
- "message": "@entity.error",
594
- "onRetry": "RETRY",
595
592
  "type": "error-state",
596
- "title": "Authentication Failed"
593
+ "title": "Authentication Failed",
594
+ "message": "@entity.error",
595
+ "onRetry": "RETRY"
597
596
  },
598
597
  {
599
- "variant": "primary",
600
598
  "type": "button",
601
- "icon": "rotate-ccw",
602
599
  "action": "RETRY",
603
- "label": "Try Again"
600
+ "label": "Try Again",
601
+ "variant": "primary",
602
+ "icon": "rotate-ccw"
604
603
  }
605
- ]
604
+ ],
605
+ "align": "center"
606
606
  }
607
607
  ]
608
608
  ]
@@ -631,6 +631,8 @@
631
631
  "render-ui",
632
632
  "main",
633
633
  {
634
+ "gap": "lg",
635
+ "direction": "vertical",
634
636
  "children": [
635
637
  {
636
638
  "type": "icon",
@@ -642,32 +644,30 @@
642
644
  "variant": "success"
643
645
  },
644
646
  {
647
+ "direction": "horizontal",
645
648
  "type": "stack",
646
649
  "justify": "center",
647
650
  "children": [
648
651
  {
649
- "type": "button",
650
- "action": "REFRESH",
652
+ "icon": "refresh-cw",
651
653
  "variant": "ghost",
652
654
  "label": "Refresh Token",
653
- "icon": "refresh-cw"
655
+ "type": "button",
656
+ "action": "REFRESH"
654
657
  },
655
658
  {
656
- "label": "Logout",
657
- "variant": "ghost",
658
659
  "type": "button",
659
660
  "action": "LOGOUT",
661
+ "label": "Logout",
662
+ "variant": "ghost",
660
663
  "icon": "log-out"
661
664
  }
662
665
  ],
663
- "direction": "horizontal",
664
666
  "gap": "sm"
665
667
  }
666
668
  ],
667
- "gap": "lg",
668
669
  "type": "stack",
669
- "align": "center",
670
- "direction": "vertical"
670
+ "align": "center"
671
671
  }
672
672
  ]
673
673
  ]
@@ -681,9 +681,9 @@
681
681
  "render-ui",
682
682
  "main",
683
683
  {
684
- "type": "loading-state",
684
+ "message": "Obtaining a new access token.",
685
685
  "title": "Refreshing token...",
686
- "message": "Obtaining a new access token."
686
+ "type": "loading-state"
687
687
  }
688
688
  ],
689
689
  [
@@ -716,26 +716,24 @@
716
716
  "render-ui",
717
717
  "main",
718
718
  {
719
- "direction": "vertical",
720
719
  "align": "center",
721
- "type": "stack",
722
720
  "children": [
723
721
  {
724
722
  "align": "center",
723
+ "direction": "horizontal",
724
+ "gap": "md",
725
725
  "children": [
726
726
  {
727
727
  "type": "icon",
728
728
  "name": "lock"
729
729
  },
730
730
  {
731
- "variant": "h2",
732
731
  "content": "Sign In",
733
- "type": "typography"
732
+ "type": "typography",
733
+ "variant": "h2"
734
734
  }
735
735
  ],
736
- "type": "stack",
737
- "direction": "horizontal",
738
- "gap": "md"
736
+ "type": "stack"
739
737
  },
740
738
  {
741
739
  "type": "divider"
@@ -744,12 +742,12 @@
744
742
  "type": "select",
745
743
  "options": [
746
744
  {
747
- "label": "Google",
748
- "value": "google"
745
+ "value": "google",
746
+ "label": "Google"
749
747
  },
750
748
  {
751
- "value": "github",
752
- "label": "GitHub"
749
+ "label": "GitHub",
750
+ "value": "github"
753
751
  },
754
752
  {
755
753
  "value": "microsoft",
@@ -758,14 +756,16 @@
758
756
  ]
759
757
  },
760
758
  {
761
- "type": "button",
762
759
  "icon": "log-in",
763
760
  "action": "LOGIN",
764
- "variant": "primary",
765
- "label": "Login"
761
+ "type": "button",
762
+ "label": "Login",
763
+ "variant": "primary"
766
764
  }
767
765
  ],
768
- "gap": "lg"
766
+ "gap": "lg",
767
+ "type": "stack",
768
+ "direction": "vertical"
769
769
  }
770
770
  ]
771
771
  ]
@@ -785,42 +785,42 @@
785
785
  "main",
786
786
  {
787
787
  "type": "stack",
788
+ "gap": "lg",
789
+ "direction": "vertical",
790
+ "align": "center",
788
791
  "children": [
789
792
  {
790
- "name": "check-circle",
791
- "type": "icon"
793
+ "type": "icon",
794
+ "name": "check-circle"
792
795
  },
793
796
  {
794
- "variant": "success",
797
+ "type": "alert",
795
798
  "message": "Authenticated successfully",
796
- "type": "alert"
799
+ "variant": "success"
797
800
  },
798
801
  {
799
- "gap": "sm",
800
802
  "type": "stack",
801
- "justify": "center",
803
+ "direction": "horizontal",
804
+ "gap": "sm",
802
805
  "children": [
803
806
  {
804
- "type": "button",
805
- "icon": "refresh-cw",
806
807
  "action": "REFRESH",
807
808
  "label": "Refresh Token",
808
- "variant": "ghost"
809
+ "variant": "ghost",
810
+ "icon": "refresh-cw",
811
+ "type": "button"
809
812
  },
810
813
  {
814
+ "type": "button",
815
+ "action": "LOGOUT",
811
816
  "label": "Logout",
812
817
  "icon": "log-out",
813
- "type": "button",
814
- "variant": "ghost",
815
- "action": "LOGOUT"
818
+ "variant": "ghost"
816
819
  }
817
820
  ],
818
- "direction": "horizontal"
821
+ "justify": "center"
819
822
  }
820
- ],
821
- "gap": "lg",
822
- "direction": "vertical",
823
- "align": "center"
823
+ ]
824
824
  }
825
825
  ]
826
826
  ]
@@ -839,24 +839,24 @@
839
839
  "render-ui",
840
840
  "main",
841
841
  {
842
- "gap": "lg",
843
842
  "children": [
844
843
  {
845
- "title": "Authentication Failed",
846
844
  "type": "error-state",
847
- "onRetry": "RETRY",
848
- "message": "@entity.error"
845
+ "message": "@entity.error",
846
+ "title": "Authentication Failed",
847
+ "onRetry": "RETRY"
849
848
  },
850
849
  {
850
+ "action": "RETRY",
851
851
  "type": "button",
852
852
  "label": "Try Again",
853
- "action": "RETRY",
854
- "variant": "primary",
855
- "icon": "rotate-ccw"
853
+ "icon": "rotate-ccw",
854
+ "variant": "primary"
856
855
  }
857
856
  ],
858
- "align": "center",
859
857
  "direction": "vertical",
858
+ "align": "center",
859
+ "gap": "lg",
860
860
  "type": "stack"
861
861
  }
862
862
  ]
@@ -871,36 +871,33 @@
871
871
  "render-ui",
872
872
  "main",
873
873
  {
874
- "type": "stack",
875
- "align": "center",
876
874
  "gap": "lg",
877
875
  "children": [
878
876
  {
879
- "type": "stack",
877
+ "direction": "horizontal",
878
+ "gap": "md",
880
879
  "children": [
881
880
  {
882
881
  "type": "icon",
883
882
  "name": "lock"
884
883
  },
885
884
  {
886
- "type": "typography",
885
+ "variant": "h2",
887
886
  "content": "Sign In",
888
- "variant": "h2"
887
+ "type": "typography"
889
888
  }
890
889
  ],
891
- "align": "center",
892
- "gap": "md",
893
- "direction": "horizontal"
890
+ "type": "stack",
891
+ "align": "center"
894
892
  },
895
893
  {
896
894
  "type": "divider"
897
895
  },
898
896
  {
899
- "type": "select",
900
897
  "options": [
901
898
  {
902
- "value": "google",
903
- "label": "Google"
899
+ "label": "Google",
900
+ "value": "google"
904
901
  },
905
902
  {
906
903
  "label": "GitHub",
@@ -910,17 +907,20 @@
910
907
  "label": "Microsoft",
911
908
  "value": "microsoft"
912
909
  }
913
- ]
910
+ ],
911
+ "type": "select"
914
912
  },
915
913
  {
916
- "label": "Login",
917
- "type": "button",
918
- "variant": "primary",
919
914
  "icon": "log-in",
915
+ "variant": "primary",
916
+ "type": "button",
917
+ "label": "Login",
920
918
  "action": "LOGIN"
921
919
  }
922
920
  ],
923
- "direction": "vertical"
921
+ "align": "center",
922
+ "direction": "vertical",
923
+ "type": "stack"
924
924
  }
925
925
  ]
926
926
  ]