@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
@@ -370,25 +370,25 @@
370
370
  {
371
371
  "gap": "lg",
372
372
  "direction": "vertical",
373
- "align": "center",
374
373
  "type": "stack",
374
+ "align": "center",
375
375
  "children": [
376
376
  {
377
- "type": "stack",
378
- "align": "center",
377
+ "direction": "horizontal",
379
378
  "children": [
380
379
  {
381
- "name": "lock",
382
- "type": "icon"
380
+ "type": "icon",
381
+ "name": "lock"
383
382
  },
384
383
  {
384
+ "type": "typography",
385
385
  "variant": "h2",
386
- "content": "Sign In",
387
- "type": "typography"
386
+ "content": "Sign In"
388
387
  }
389
388
  ],
390
- "gap": "md",
391
- "direction": "horizontal"
389
+ "align": "center",
390
+ "type": "stack",
391
+ "gap": "md"
392
392
  },
393
393
  {
394
394
  "type": "divider"
@@ -396,12 +396,12 @@
396
396
  {
397
397
  "options": [
398
398
  {
399
- "value": "google",
400
- "label": "Google"
399
+ "label": "Google",
400
+ "value": "google"
401
401
  },
402
402
  {
403
- "value": "github",
404
- "label": "GitHub"
403
+ "label": "GitHub",
404
+ "value": "github"
405
405
  },
406
406
  {
407
407
  "label": "Microsoft",
@@ -412,9 +412,9 @@
412
412
  },
413
413
  {
414
414
  "type": "button",
415
- "variant": "primary",
416
- "label": "Login",
417
415
  "icon": "log-in",
416
+ "label": "Login",
417
+ "variant": "primary",
418
418
  "action": "LOGIN"
419
419
  }
420
420
  ]
@@ -432,8 +432,8 @@
432
432
  "main",
433
433
  {
434
434
  "title": "Authorizing...",
435
- "type": "loading-state",
436
- "message": "Redirecting to provider for authorization."
435
+ "message": "Redirecting to provider for authorization.",
436
+ "type": "loading-state"
437
437
  }
438
438
  ],
439
439
  [
@@ -449,8 +449,8 @@
449
449
  },
450
450
  {
451
451
  "emit": {
452
- "success": "ServiceOauthOauthCompleted",
453
- "failure": "ServiceOauthOauthFailed"
452
+ "failure": "ServiceOauthOauthFailed",
453
+ "success": "ServiceOauthOauthCompleted"
454
454
  }
455
455
  }
456
456
  ]
@@ -470,38 +470,38 @@
470
470
  "render-ui",
471
471
  "main",
472
472
  {
473
- "align": "center",
474
- "gap": "lg",
473
+ "type": "stack",
475
474
  "direction": "vertical",
475
+ "gap": "lg",
476
+ "align": "center",
476
477
  "children": [
477
478
  {
478
- "type": "icon",
479
- "name": "external-link"
479
+ "name": "external-link",
480
+ "type": "icon"
480
481
  },
481
482
  {
482
- "content": "Authorization Required",
483
483
  "variant": "h2",
484
- "type": "typography"
484
+ "type": "typography",
485
+ "content": "Authorization Required"
485
486
  },
486
487
  {
488
+ "content": "@entity.authUrl",
487
489
  "variant": "body",
488
- "color": "muted",
489
490
  "type": "typography",
490
- "content": "@entity.authUrl"
491
+ "color": "muted"
491
492
  },
492
493
  {
493
- "type": "input",
494
- "placeholder": "Paste authorization code here"
494
+ "placeholder": "Paste authorization code here",
495
+ "type": "input"
495
496
  },
496
497
  {
497
- "type": "button",
498
- "variant": "primary",
499
- "icon": "check",
500
498
  "label": "Submit",
501
- "action": "CALLBACK"
499
+ "icon": "check",
500
+ "action": "CALLBACK",
501
+ "variant": "primary",
502
+ "type": "button"
502
503
  }
503
- ],
504
- "type": "stack"
504
+ ]
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
  ],
@@ -531,41 +531,41 @@
531
531
  {
532
532
  "direction": "vertical",
533
533
  "type": "stack",
534
- "align": "center",
535
534
  "children": [
536
535
  {
537
- "name": "check-circle",
538
- "type": "icon"
536
+ "type": "icon",
537
+ "name": "check-circle"
539
538
  },
540
539
  {
540
+ "message": "Authenticated successfully",
541
541
  "type": "alert",
542
- "variant": "success",
543
- "message": "Authenticated successfully"
542
+ "variant": "success"
544
543
  },
545
544
  {
546
545
  "type": "stack",
547
- "direction": "horizontal",
548
- "gap": "sm",
549
- "justify": "center",
550
546
  "children": [
551
547
  {
552
- "action": "REFRESH",
553
548
  "label": "Refresh Token",
554
549
  "variant": "ghost",
550
+ "icon": "refresh-cw",
555
551
  "type": "button",
556
- "icon": "refresh-cw"
552
+ "action": "REFRESH"
557
553
  },
558
554
  {
559
- "icon": "log-out",
560
- "type": "button",
561
555
  "variant": "ghost",
562
556
  "action": "LOGOUT",
557
+ "icon": "log-out",
558
+ "type": "button",
563
559
  "label": "Logout"
564
560
  }
565
- ]
561
+ ],
562
+ "gap": "sm",
563
+ "direction": "horizontal",
564
+ "justify": "center"
566
565
  }
567
566
  ],
568
- "gap": "lg"
567
+ "gap": "lg",
568
+ "align": "center"
569
569
  }
570
570
  ]
571
571
  ]
@@ -584,24 +584,24 @@
584
584
  "render-ui",
585
585
  "main",
586
586
  {
587
+ "type": "stack",
587
588
  "direction": "vertical",
589
+ "align": "center",
588
590
  "children": [
589
591
  {
590
- "title": "Authentication Failed",
591
592
  "type": "error-state",
593
+ "title": "Authentication Failed",
592
594
  "message": "@entity.error",
593
595
  "onRetry": "RETRY"
594
596
  },
595
597
  {
598
+ "type": "button",
596
599
  "label": "Try Again",
597
- "variant": "primary",
600
+ "action": "RETRY",
598
601
  "icon": "rotate-ccw",
599
- "type": "button",
600
- "action": "RETRY"
602
+ "variant": "primary"
601
603
  }
602
604
  ],
603
- "align": "center",
604
- "type": "stack",
605
605
  "gap": "lg"
606
606
  }
607
607
  ]
@@ -635,39 +635,39 @@
635
635
  "gap": "lg",
636
636
  "children": [
637
637
  {
638
- "type": "icon",
639
- "name": "check-circle"
638
+ "name": "check-circle",
639
+ "type": "icon"
640
640
  },
641
641
  {
642
- "variant": "success",
643
642
  "type": "alert",
643
+ "variant": "success",
644
644
  "message": "Authenticated successfully"
645
645
  },
646
646
  {
647
+ "direction": "horizontal",
647
648
  "justify": "center",
648
649
  "type": "stack",
650
+ "gap": "sm",
649
651
  "children": [
650
652
  {
651
- "label": "Refresh Token",
652
653
  "icon": "refresh-cw",
653
654
  "type": "button",
655
+ "label": "Refresh Token",
654
656
  "variant": "ghost",
655
657
  "action": "REFRESH"
656
658
  },
657
659
  {
658
- "action": "LOGOUT",
659
- "variant": "ghost",
660
+ "icon": "log-out",
660
661
  "type": "button",
662
+ "action": "LOGOUT",
661
663
  "label": "Logout",
662
- "icon": "log-out"
664
+ "variant": "ghost"
663
665
  }
664
- ],
665
- "gap": "sm",
666
- "direction": "horizontal"
666
+ ]
667
667
  }
668
668
  ],
669
- "direction": "vertical",
670
- "type": "stack"
669
+ "type": "stack",
670
+ "direction": "vertical"
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
  [
@@ -695,8 +695,8 @@
695
695
  },
696
696
  {
697
697
  "emit": {
698
- "success": "ServiceOauthOauthCompleted",
699
- "failure": "ServiceOauthOauthFailed"
698
+ "failure": "ServiceOauthOauthFailed",
699
+ "success": "ServiceOauthOauthCompleted"
700
700
  }
701
701
  }
702
702
  ]
@@ -716,23 +716,27 @@
716
716
  "render-ui",
717
717
  "main",
718
718
  {
719
+ "align": "center",
720
+ "direction": "vertical",
721
+ "type": "stack",
722
+ "gap": "lg",
719
723
  "children": [
720
724
  {
721
725
  "direction": "horizontal",
722
- "type": "stack",
726
+ "gap": "md",
723
727
  "children": [
724
728
  {
725
729
  "type": "icon",
726
730
  "name": "lock"
727
731
  },
728
732
  {
729
- "type": "typography",
730
733
  "content": "Sign In",
731
- "variant": "h2"
734
+ "variant": "h2",
735
+ "type": "typography"
732
736
  }
733
737
  ],
734
738
  "align": "center",
735
- "gap": "md"
739
+ "type": "stack"
736
740
  },
737
741
  {
738
742
  "type": "divider"
@@ -741,8 +745,8 @@
741
745
  "type": "select",
742
746
  "options": [
743
747
  {
744
- "label": "Google",
745
- "value": "google"
748
+ "value": "google",
749
+ "label": "Google"
746
750
  },
747
751
  {
748
752
  "label": "GitHub",
@@ -755,17 +759,13 @@
755
759
  ]
756
760
  },
757
761
  {
762
+ "label": "Login",
763
+ "action": "LOGIN",
758
764
  "icon": "log-in",
759
- "type": "button",
760
765
  "variant": "primary",
761
- "label": "Login",
762
- "action": "LOGIN"
766
+ "type": "button"
763
767
  }
764
- ],
765
- "align": "center",
766
- "type": "stack",
767
- "direction": "vertical",
768
- "gap": "lg"
768
+ ]
769
769
  }
770
770
  ]
771
771
  ]
@@ -785,12 +785,10 @@
785
785
  "main",
786
786
  {
787
787
  "gap": "lg",
788
- "direction": "vertical",
789
- "type": "stack",
790
788
  "children": [
791
789
  {
792
- "type": "icon",
793
- "name": "check-circle"
790
+ "name": "check-circle",
791
+ "type": "icon"
794
792
  },
795
793
  {
796
794
  "type": "alert",
@@ -798,29 +796,31 @@
798
796
  "message": "Authenticated successfully"
799
797
  },
800
798
  {
799
+ "type": "stack",
800
+ "justify": "center",
801
801
  "children": [
802
802
  {
803
- "variant": "ghost",
804
- "label": "Refresh Token",
805
- "icon": "refresh-cw",
806
803
  "action": "REFRESH",
807
- "type": "button"
804
+ "label": "Refresh Token",
805
+ "type": "button",
806
+ "variant": "ghost",
807
+ "icon": "refresh-cw"
808
808
  },
809
809
  {
810
- "icon": "log-out",
811
- "label": "Logout",
810
+ "type": "button",
812
811
  "action": "LOGOUT",
812
+ "label": "Logout",
813
813
  "variant": "ghost",
814
- "type": "button"
814
+ "icon": "log-out"
815
815
  }
816
816
  ],
817
- "type": "stack",
818
- "justify": "center",
819
817
  "gap": "sm",
820
818
  "direction": "horizontal"
821
819
  }
822
820
  ],
823
- "align": "center"
821
+ "type": "stack",
822
+ "align": "center",
823
+ "direction": "vertical"
824
824
  }
825
825
  ]
826
826
  ]
@@ -839,22 +839,22 @@
839
839
  "render-ui",
840
840
  "main",
841
841
  {
842
+ "align": "center",
842
843
  "type": "stack",
843
844
  "direction": "vertical",
844
- "align": "center",
845
845
  "children": [
846
846
  {
847
- "title": "Authentication Failed",
848
- "onRetry": "RETRY",
849
847
  "type": "error-state",
850
- "message": "@entity.error"
848
+ "message": "@entity.error",
849
+ "onRetry": "RETRY",
850
+ "title": "Authentication Failed"
851
851
  },
852
852
  {
853
853
  "label": "Try Again",
854
- "icon": "rotate-ccw",
855
- "variant": "primary",
856
854
  "action": "RETRY",
857
- "type": "button"
855
+ "type": "button",
856
+ "icon": "rotate-ccw",
857
+ "variant": "primary"
858
858
  }
859
859
  ],
860
860
  "gap": "lg"
@@ -871,25 +871,26 @@
871
871
  "render-ui",
872
872
  "main",
873
873
  {
874
+ "type": "stack",
875
+ "direction": "vertical",
874
876
  "gap": "lg",
875
- "align": "center",
876
877
  "children": [
877
878
  {
878
879
  "direction": "horizontal",
879
- "align": "center",
880
+ "type": "stack",
881
+ "gap": "md",
880
882
  "children": [
881
883
  {
882
- "name": "lock",
883
- "type": "icon"
884
+ "type": "icon",
885
+ "name": "lock"
884
886
  },
885
887
  {
886
888
  "variant": "h2",
887
- "type": "typography",
888
- "content": "Sign In"
889
+ "content": "Sign In",
890
+ "type": "typography"
889
891
  }
890
892
  ],
891
- "type": "stack",
892
- "gap": "md"
893
+ "align": "center"
893
894
  },
894
895
  {
895
896
  "type": "divider"
@@ -906,21 +907,20 @@
906
907
  "value": "github"
907
908
  },
908
909
  {
909
- "value": "microsoft",
910
- "label": "Microsoft"
910
+ "label": "Microsoft",
911
+ "value": "microsoft"
911
912
  }
912
913
  ]
913
914
  },
914
915
  {
915
916
  "type": "button",
916
917
  "label": "Login",
917
- "variant": "primary",
918
918
  "action": "LOGIN",
919
- "icon": "log-in"
919
+ "icon": "log-in",
920
+ "variant": "primary"
920
921
  }
921
922
  ],
922
- "direction": "vertical",
923
- "type": "stack"
923
+ "align": "center"
924
924
  }
925
925
  ]
926
926
  ]