@almadar/std 13.7.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 (139) 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/package.json +1 -1
@@ -354,13 +354,18 @@
354
354
  "to": "unauthenticated",
355
355
  "event": "INIT",
356
356
  "effects": [
357
+ [
358
+ "set",
359
+ "@entity.provider",
360
+ "google"
361
+ ],
357
362
  [
358
363
  "fetch",
359
364
  "ServiceOauth",
360
365
  {
361
366
  "emit": {
362
- "failure": "ServiceOauthLoadFailed",
363
- "success": "ServiceOauthLoaded"
367
+ "success": "ServiceOauthLoaded",
368
+ "failure": "ServiceOauthLoadFailed"
364
369
  }
365
370
  }
366
371
  ],
@@ -368,12 +373,14 @@
368
373
  "render-ui",
369
374
  "main",
370
375
  {
371
- "align": "center",
376
+ "type": "stack",
377
+ "direction": "vertical",
372
378
  "gap": "lg",
379
+ "align": "center",
373
380
  "children": [
374
381
  {
382
+ "direction": "horizontal",
375
383
  "align": "center",
376
- "type": "stack",
377
384
  "children": [
378
385
  {
379
386
  "name": "lock",
@@ -381,43 +388,41 @@
381
388
  },
382
389
  {
383
390
  "type": "typography",
384
- "content": "Sign In",
385
- "variant": "h2"
391
+ "variant": "h2",
392
+ "content": "Sign In"
386
393
  }
387
394
  ],
388
- "gap": "md",
389
- "direction": "horizontal"
395
+ "type": "stack",
396
+ "gap": "md"
390
397
  },
391
398
  {
392
399
  "type": "divider"
393
400
  },
394
401
  {
395
- "type": "select",
396
402
  "options": [
397
403
  {
398
- "value": "google",
399
- "label": "Google"
404
+ "label": "Google",
405
+ "value": "google"
400
406
  },
401
407
  {
402
- "value": "github",
403
- "label": "GitHub"
408
+ "label": "GitHub",
409
+ "value": "github"
404
410
  },
405
411
  {
406
412
  "label": "Microsoft",
407
413
  "value": "microsoft"
408
414
  }
409
- ]
415
+ ],
416
+ "type": "select"
410
417
  },
411
418
  {
419
+ "type": "button",
412
420
  "label": "Login",
413
- "icon": "log-in",
414
- "variant": "primary",
415
421
  "action": "LOGIN",
416
- "type": "button"
422
+ "variant": "primary",
423
+ "icon": "log-in"
417
424
  }
418
- ],
419
- "type": "stack",
420
- "direction": "vertical"
425
+ ]
421
426
  }
422
427
  ]
423
428
  ]
@@ -431,9 +436,9 @@
431
436
  "render-ui",
432
437
  "main",
433
438
  {
434
- "message": "Redirecting to provider for authorization.",
439
+ "title": "Authorizing...",
435
440
  "type": "loading-state",
436
- "title": "Authorizing..."
441
+ "message": "Redirecting to provider for authorization."
437
442
  }
438
443
  ],
439
444
  [
@@ -441,16 +446,16 @@
441
446
  "oauth",
442
447
  "authorize",
443
448
  {
449
+ "provider": "@entity.provider",
444
450
  "scopes": [
445
451
  "openid",
446
452
  "email"
447
- ],
448
- "provider": "@entity.provider"
453
+ ]
449
454
  },
450
455
  {
451
456
  "emit": {
452
- "success": "ServiceOauthOauthCompleted",
453
- "failure": "ServiceOauthOauthFailed"
457
+ "failure": "ServiceOauthOauthFailed",
458
+ "success": "ServiceOauthOauthCompleted"
454
459
  }
455
460
  }
456
461
  ]
@@ -470,38 +475,38 @@
470
475
  "render-ui",
471
476
  "main",
472
477
  {
473
- "align": "center",
474
478
  "type": "stack",
475
- "gap": "lg",
476
- "direction": "vertical",
477
479
  "children": [
478
480
  {
479
481
  "type": "icon",
480
482
  "name": "external-link"
481
483
  },
482
484
  {
483
- "type": "typography",
484
485
  "content": "Authorization Required",
486
+ "type": "typography",
485
487
  "variant": "h2"
486
488
  },
487
489
  {
490
+ "variant": "body",
488
491
  "type": "typography",
489
492
  "content": "@entity.authUrl",
490
- "color": "muted",
491
- "variant": "body"
493
+ "color": "muted"
492
494
  },
493
495
  {
494
- "placeholder": "Paste authorization code here",
495
- "type": "input"
496
+ "type": "input",
497
+ "placeholder": "Paste authorization code here"
496
498
  },
497
499
  {
498
- "action": "CALLBACK",
499
- "variant": "primary",
500
500
  "type": "button",
501
501
  "icon": "check",
502
- "label": "Submit"
502
+ "label": "Submit",
503
+ "action": "CALLBACK",
504
+ "variant": "primary"
503
505
  }
504
- ]
506
+ ],
507
+ "direction": "vertical",
508
+ "gap": "lg",
509
+ "align": "center"
505
510
  }
506
511
  ]
507
512
  ]
@@ -536,35 +541,35 @@
536
541
  "name": "check-circle"
537
542
  },
538
543
  {
539
- "message": "Authenticated successfully",
540
544
  "variant": "success",
545
+ "message": "Authenticated successfully",
541
546
  "type": "alert"
542
547
  },
543
548
  {
549
+ "type": "stack",
550
+ "justify": "center",
551
+ "direction": "horizontal",
552
+ "gap": "sm",
544
553
  "children": [
545
554
  {
546
- "action": "REFRESH",
547
- "label": "Refresh Token",
548
555
  "type": "button",
549
556
  "variant": "ghost",
550
- "icon": "refresh-cw"
557
+ "action": "REFRESH",
558
+ "icon": "refresh-cw",
559
+ "label": "Refresh Token"
551
560
  },
552
561
  {
553
562
  "type": "button",
554
- "variant": "ghost",
555
563
  "action": "LOGOUT",
556
564
  "icon": "log-out",
557
- "label": "Logout"
565
+ "label": "Logout",
566
+ "variant": "ghost"
558
567
  }
559
- ],
560
- "direction": "horizontal",
561
- "type": "stack",
562
- "justify": "center",
563
- "gap": "sm"
568
+ ]
564
569
  }
565
570
  ],
566
- "direction": "vertical",
567
571
  "type": "stack",
572
+ "direction": "vertical",
568
573
  "gap": "lg"
569
574
  }
570
575
  ]
@@ -585,24 +590,24 @@
585
590
  "main",
586
591
  {
587
592
  "type": "stack",
588
- "align": "center",
589
593
  "children": [
590
594
  {
591
- "title": "Authentication Failed",
592
595
  "message": "@entity.error",
596
+ "onRetry": "RETRY",
593
597
  "type": "error-state",
594
- "onRetry": "RETRY"
598
+ "title": "Authentication Failed"
595
599
  },
596
600
  {
597
- "type": "button",
598
- "action": "RETRY",
599
601
  "label": "Try Again",
600
602
  "variant": "primary",
603
+ "type": "button",
604
+ "action": "RETRY",
601
605
  "icon": "rotate-ccw"
602
606
  }
603
607
  ],
608
+ "gap": "lg",
604
609
  "direction": "vertical",
605
- "gap": "lg"
610
+ "align": "center"
606
611
  }
607
612
  ]
608
613
  ]
@@ -633,41 +638,41 @@
633
638
  {
634
639
  "gap": "lg",
635
640
  "align": "center",
636
- "direction": "vertical",
637
- "type": "stack",
638
641
  "children": [
639
642
  {
640
643
  "name": "check-circle",
641
644
  "type": "icon"
642
645
  },
643
646
  {
644
- "type": "alert",
645
647
  "variant": "success",
648
+ "type": "alert",
646
649
  "message": "Authenticated successfully"
647
650
  },
648
651
  {
649
- "type": "stack",
650
652
  "justify": "center",
651
- "direction": "horizontal",
653
+ "gap": "sm",
654
+ "type": "stack",
652
655
  "children": [
653
656
  {
654
- "icon": "refresh-cw",
655
- "label": "Refresh Token",
656
- "action": "REFRESH",
657
657
  "type": "button",
658
- "variant": "ghost"
658
+ "action": "REFRESH",
659
+ "label": "Refresh Token",
660
+ "variant": "ghost",
661
+ "icon": "refresh-cw"
659
662
  },
660
663
  {
661
664
  "type": "button",
662
- "label": "Logout",
663
665
  "action": "LOGOUT",
664
666
  "variant": "ghost",
667
+ "label": "Logout",
665
668
  "icon": "log-out"
666
669
  }
667
670
  ],
668
- "gap": "sm"
671
+ "direction": "horizontal"
669
672
  }
670
- ]
673
+ ],
674
+ "direction": "vertical",
675
+ "type": "stack"
671
676
  }
672
677
  ]
673
678
  ]
@@ -681,9 +686,9 @@
681
686
  "render-ui",
682
687
  "main",
683
688
  {
684
- "type": "loading-state",
689
+ "message": "Obtaining a new access token.",
685
690
  "title": "Refreshing token...",
686
- "message": "Obtaining a new access token."
691
+ "type": "loading-state"
687
692
  }
688
693
  ],
689
694
  [
@@ -716,56 +721,56 @@
716
721
  "render-ui",
717
722
  "main",
718
723
  {
719
- "align": "center",
724
+ "gap": "lg",
720
725
  "type": "stack",
726
+ "align": "center",
727
+ "direction": "vertical",
721
728
  "children": [
722
729
  {
723
- "direction": "horizontal",
724
- "align": "center",
725
730
  "children": [
726
731
  {
727
732
  "type": "icon",
728
733
  "name": "lock"
729
734
  },
730
735
  {
731
- "content": "Sign In",
732
736
  "variant": "h2",
733
- "type": "typography"
737
+ "type": "typography",
738
+ "content": "Sign In"
734
739
  }
735
740
  ],
736
741
  "gap": "md",
742
+ "direction": "horizontal",
743
+ "align": "center",
737
744
  "type": "stack"
738
745
  },
739
746
  {
740
747
  "type": "divider"
741
748
  },
742
749
  {
743
- "type": "select",
744
750
  "options": [
745
751
  {
746
- "label": "Google",
747
- "value": "google"
752
+ "value": "google",
753
+ "label": "Google"
748
754
  },
749
755
  {
750
- "value": "github",
751
- "label": "GitHub"
756
+ "label": "GitHub",
757
+ "value": "github"
752
758
  },
753
759
  {
754
760
  "label": "Microsoft",
755
761
  "value": "microsoft"
756
762
  }
757
- ]
763
+ ],
764
+ "type": "select"
758
765
  },
759
766
  {
760
- "variant": "primary",
761
767
  "action": "LOGIN",
762
- "type": "button",
763
768
  "label": "Login",
769
+ "type": "button",
770
+ "variant": "primary",
764
771
  "icon": "log-in"
765
772
  }
766
- ],
767
- "direction": "vertical",
768
- "gap": "lg"
773
+ ]
769
774
  }
770
775
  ]
771
776
  ]
@@ -784,8 +789,9 @@
784
789
  "render-ui",
785
790
  "main",
786
791
  {
787
- "type": "stack",
788
792
  "align": "center",
793
+ "type": "stack",
794
+ "direction": "vertical",
789
795
  "gap": "lg",
790
796
  "children": [
791
797
  {
@@ -793,34 +799,33 @@
793
799
  "type": "icon"
794
800
  },
795
801
  {
796
- "type": "alert",
797
802
  "variant": "success",
798
- "message": "Authenticated successfully"
803
+ "message": "Authenticated successfully",
804
+ "type": "alert"
799
805
  },
800
806
  {
801
- "type": "stack",
802
- "direction": "horizontal",
803
- "justify": "center",
804
807
  "children": [
805
808
  {
806
- "label": "Refresh Token",
809
+ "type": "button",
807
810
  "action": "REFRESH",
808
811
  "variant": "ghost",
809
- "type": "button",
812
+ "label": "Refresh Token",
810
813
  "icon": "refresh-cw"
811
814
  },
812
815
  {
813
- "variant": "ghost",
816
+ "action": "LOGOUT",
814
817
  "type": "button",
815
818
  "label": "Logout",
816
- "action": "LOGOUT",
819
+ "variant": "ghost",
817
820
  "icon": "log-out"
818
821
  }
819
822
  ],
820
- "gap": "sm"
823
+ "type": "stack",
824
+ "gap": "sm",
825
+ "justify": "center",
826
+ "direction": "horizontal"
821
827
  }
822
- ],
823
- "direction": "vertical"
828
+ ]
824
829
  }
825
830
  ]
826
831
  ]
@@ -839,25 +844,25 @@
839
844
  "render-ui",
840
845
  "main",
841
846
  {
842
- "type": "stack",
843
- "gap": "lg",
844
- "align": "center",
845
847
  "direction": "vertical",
848
+ "align": "center",
849
+ "type": "stack",
846
850
  "children": [
847
851
  {
848
- "type": "error-state",
849
852
  "title": "Authentication Failed",
850
- "message": "@entity.error",
851
- "onRetry": "RETRY"
853
+ "type": "error-state",
854
+ "onRetry": "RETRY",
855
+ "message": "@entity.error"
852
856
  },
853
857
  {
854
- "label": "Try Again",
858
+ "variant": "primary",
855
859
  "action": "RETRY",
856
- "icon": "rotate-ccw",
857
860
  "type": "button",
858
- "variant": "primary"
861
+ "icon": "rotate-ccw",
862
+ "label": "Try Again"
859
863
  }
860
- ]
864
+ ],
865
+ "gap": "lg"
861
866
  }
862
867
  ]
863
868
  ]
@@ -872,54 +877,54 @@
872
877
  "main",
873
878
  {
874
879
  "type": "stack",
875
- "gap": "lg",
876
- "align": "center",
877
880
  "children": [
878
881
  {
882
+ "type": "stack",
879
883
  "direction": "horizontal",
880
884
  "children": [
881
885
  {
882
- "name": "lock",
883
- "type": "icon"
886
+ "type": "icon",
887
+ "name": "lock"
884
888
  },
885
889
  {
886
- "type": "typography",
887
890
  "content": "Sign In",
891
+ "type": "typography",
888
892
  "variant": "h2"
889
893
  }
890
894
  ],
891
- "type": "stack",
892
- "align": "center",
893
- "gap": "md"
895
+ "gap": "md",
896
+ "align": "center"
894
897
  },
895
898
  {
896
899
  "type": "divider"
897
900
  },
898
901
  {
899
- "type": "select",
900
902
  "options": [
901
903
  {
902
- "value": "google",
903
- "label": "Google"
904
+ "label": "Google",
905
+ "value": "google"
904
906
  },
905
907
  {
906
908
  "value": "github",
907
909
  "label": "GitHub"
908
910
  },
909
911
  {
910
- "label": "Microsoft",
911
- "value": "microsoft"
912
+ "value": "microsoft",
913
+ "label": "Microsoft"
912
914
  }
913
- ]
915
+ ],
916
+ "type": "select"
914
917
  },
915
918
  {
916
919
  "label": "Login",
917
920
  "type": "button",
918
921
  "action": "LOGIN",
919
- "icon": "log-in",
920
- "variant": "primary"
922
+ "variant": "primary",
923
+ "icon": "log-in"
921
924
  }
922
925
  ],
926
+ "gap": "lg",
927
+ "align": "center",
923
928
  "direction": "vertical"
924
929
  }
925
930
  ]
@@ -943,4 +948,4 @@
943
948
  ]
944
949
  }
945
950
  ]
946
- }
951
+ }