@almadar/std 10.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 +47 -47
  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 +47 -47
  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
@@ -345,8 +345,8 @@
345
345
  "ServiceGithub",
346
346
  {
347
347
  "emit": {
348
- "success": "ServiceGithubLoaded",
349
- "failure": "ServiceGithubLoadFailed"
348
+ "failure": "ServiceGithubLoadFailed",
349
+ "success": "ServiceGithubLoaded"
350
350
  }
351
351
  }
352
352
  ],
@@ -354,34 +354,30 @@
354
354
  "render-ui",
355
355
  "main",
356
356
  {
357
- "direction": "vertical",
358
- "align": "center",
359
357
  "type": "stack",
360
- "gap": "lg",
358
+ "align": "center",
361
359
  "children": [
362
360
  {
363
- "type": "stack",
364
- "direction": "horizontal",
365
- "gap": "md",
366
361
  "children": [
367
362
  {
368
- "name": "git-pull-request",
369
- "type": "icon"
363
+ "type": "icon",
364
+ "name": "git-pull-request"
370
365
  },
371
366
  {
372
- "variant": "h2",
367
+ "content": "Create Pull Request",
373
368
  "type": "typography",
374
- "content": "Create Pull Request"
369
+ "variant": "h2"
375
370
  }
376
371
  ],
372
+ "direction": "horizontal",
373
+ "gap": "md",
374
+ "type": "stack",
377
375
  "align": "center"
378
376
  },
379
377
  {
380
378
  "type": "divider"
381
379
  },
382
380
  {
383
- "type": "stack",
384
- "direction": "vertical",
385
381
  "children": [
386
382
  {
387
383
  "placeholder": "PR title",
@@ -400,16 +396,20 @@
400
396
  "placeholder": "main"
401
397
  }
402
398
  ],
399
+ "direction": "vertical",
400
+ "type": "stack",
403
401
  "gap": "md"
404
402
  },
405
403
  {
406
404
  "icon": "git-pull-request",
407
405
  "variant": "primary",
406
+ "type": "button",
408
407
  "label": "Create PR",
409
- "action": "CREATE_PR",
410
- "type": "button"
408
+ "action": "CREATE_PR"
411
409
  }
412
- ]
410
+ ],
411
+ "gap": "lg",
412
+ "direction": "vertical"
413
413
  }
414
414
  ]
415
415
  ]
@@ -423,9 +423,9 @@
423
423
  "render-ui",
424
424
  "main",
425
425
  {
426
+ "title": "Creating pull request...",
426
427
  "type": "loading-state",
427
- "message": "Submitting your PR to GitHub.",
428
- "title": "Creating pull request..."
428
+ "message": "Submitting your PR to GitHub."
429
429
  }
430
430
  ],
431
431
  [
@@ -433,15 +433,15 @@
433
433
  "github",
434
434
  "createPR",
435
435
  {
436
- "body": "@entity.body",
437
436
  "head": "@entity.head",
438
- "base": "@entity.base",
439
- "title": "@entity.title"
437
+ "body": "@entity.body",
438
+ "title": "@entity.title",
439
+ "base": "@entity.base"
440
440
  },
441
441
  {
442
442
  "emit": {
443
- "success": "ServiceGithubGithubCompleted",
444
- "failure": "ServiceGithubGithubFailed"
443
+ "failure": "ServiceGithubGithubFailed",
444
+ "success": "ServiceGithubGithubCompleted"
445
445
  }
446
446
  }
447
447
  ]
@@ -471,14 +471,13 @@
471
471
  "render-ui",
472
472
  "main",
473
473
  {
474
+ "direction": "vertical",
474
475
  "gap": "lg",
475
476
  "type": "stack",
476
- "align": "center",
477
- "direction": "vertical",
478
477
  "children": [
479
478
  {
480
- "name": "check-circle",
481
- "type": "icon"
479
+ "type": "icon",
480
+ "name": "check-circle"
482
481
  },
483
482
  {
484
483
  "type": "alert",
@@ -487,18 +486,19 @@
487
486
  },
488
487
  {
489
488
  "variant": "body",
490
- "type": "typography",
491
489
  "color": "muted",
490
+ "type": "typography",
492
491
  "content": "@entity.prUrl"
493
492
  },
494
493
  {
495
- "variant": "ghost",
496
- "icon": "rotate-ccw",
497
494
  "type": "button",
495
+ "label": "Create Another",
498
496
  "action": "RESET",
499
- "label": "Create Another"
497
+ "variant": "ghost",
498
+ "icon": "rotate-ccw"
500
499
  }
501
- ]
500
+ ],
501
+ "align": "center"
502
502
  }
503
503
  ]
504
504
  ]
@@ -518,9 +518,9 @@
518
518
  "main",
519
519
  {
520
520
  "type": "error-state",
521
- "title": "PR Creation Failed",
521
+ "onRetry": "RETRY",
522
522
  "message": "@entity.error",
523
- "onRetry": "RETRY"
523
+ "title": "PR Creation Failed"
524
524
  }
525
525
  ]
526
526
  ]
@@ -534,35 +534,36 @@
534
534
  "render-ui",
535
535
  "main",
536
536
  {
537
+ "direction": "vertical",
537
538
  "align": "center",
538
539
  "children": [
539
540
  {
541
+ "align": "center",
542
+ "gap": "md",
543
+ "type": "stack",
544
+ "direction": "horizontal",
540
545
  "children": [
541
546
  {
542
- "type": "icon",
543
- "name": "git-pull-request"
547
+ "name": "git-pull-request",
548
+ "type": "icon"
544
549
  },
545
550
  {
546
- "content": "Create Pull Request",
551
+ "type": "typography",
547
552
  "variant": "h2",
548
- "type": "typography"
553
+ "content": "Create Pull Request"
549
554
  }
550
- ],
551
- "type": "stack",
552
- "align": "center",
553
- "gap": "md",
554
- "direction": "horizontal"
555
+ ]
555
556
  },
556
557
  {
557
558
  "type": "divider"
558
559
  },
559
560
  {
560
561
  "direction": "vertical",
561
- "gap": "md",
562
+ "type": "stack",
562
563
  "children": [
563
564
  {
564
- "placeholder": "PR title",
565
- "type": "input"
565
+ "type": "input",
566
+ "placeholder": "PR title"
566
567
  },
567
568
  {
568
569
  "placeholder": "Describe your changes...",
@@ -573,23 +574,22 @@
573
574
  "type": "input"
574
575
  },
575
576
  {
576
- "placeholder": "main",
577
- "type": "input"
577
+ "type": "input",
578
+ "placeholder": "main"
578
579
  }
579
580
  ],
580
- "type": "stack"
581
+ "gap": "md"
581
582
  },
582
583
  {
583
- "label": "Create PR",
584
- "type": "button",
584
+ "action": "CREATE_PR",
585
585
  "variant": "primary",
586
+ "label": "Create PR",
586
587
  "icon": "git-pull-request",
587
- "action": "CREATE_PR"
588
+ "type": "button"
588
589
  }
589
590
  ],
590
- "direction": "vertical",
591
- "type": "stack",
592
- "gap": "lg"
591
+ "gap": "lg",
592
+ "type": "stack"
593
593
  }
594
594
  ]
595
595
  ]
@@ -603,24 +603,25 @@
603
603
  "render-ui",
604
604
  "main",
605
605
  {
606
- "gap": "lg",
607
606
  "type": "stack",
607
+ "gap": "lg",
608
+ "direction": "vertical",
608
609
  "align": "center",
609
610
  "children": [
610
611
  {
612
+ "gap": "md",
611
613
  "direction": "horizontal",
612
- "align": "center",
613
614
  "type": "stack",
614
- "gap": "md",
615
+ "align": "center",
615
616
  "children": [
616
617
  {
617
618
  "type": "icon",
618
619
  "name": "git-pull-request"
619
620
  },
620
621
  {
621
- "type": "typography",
622
+ "content": "Create Pull Request",
622
623
  "variant": "h2",
623
- "content": "Create Pull Request"
624
+ "type": "typography"
624
625
  }
625
626
  ]
626
627
  },
@@ -634,8 +635,8 @@
634
635
  "type": "input"
635
636
  },
636
637
  {
637
- "type": "textarea",
638
- "placeholder": "Describe your changes..."
638
+ "placeholder": "Describe your changes...",
639
+ "type": "textarea"
639
640
  },
640
641
  {
641
642
  "placeholder": "feature-branch",
@@ -646,19 +647,18 @@
646
647
  "placeholder": "main"
647
648
  }
648
649
  ],
649
- "direction": "vertical",
650
+ "gap": "md",
650
651
  "type": "stack",
651
- "gap": "md"
652
+ "direction": "vertical"
652
653
  },
653
654
  {
654
- "variant": "primary",
655
+ "type": "button",
655
656
  "label": "Create PR",
656
- "icon": "git-pull-request",
657
657
  "action": "CREATE_PR",
658
- "type": "button"
658
+ "variant": "primary",
659
+ "icon": "git-pull-request"
659
660
  }
660
- ],
661
- "direction": "vertical"
661
+ ]
662
662
  }
663
663
  ]
664
664
  ]
@@ -672,62 +672,62 @@
672
672
  "render-ui",
673
673
  "main",
674
674
  {
675
+ "gap": "lg",
675
676
  "type": "stack",
676
677
  "children": [
677
678
  {
678
- "direction": "horizontal",
679
+ "type": "stack",
679
680
  "children": [
680
681
  {
681
682
  "name": "git-pull-request",
682
683
  "type": "icon"
683
684
  },
684
685
  {
686
+ "content": "Create Pull Request",
685
687
  "type": "typography",
686
- "variant": "h2",
687
- "content": "Create Pull Request"
688
+ "variant": "h2"
688
689
  }
689
690
  ],
691
+ "direction": "horizontal",
690
692
  "gap": "md",
691
- "align": "center",
692
- "type": "stack"
693
+ "align": "center"
693
694
  },
694
695
  {
695
696
  "type": "divider"
696
697
  },
697
698
  {
698
- "gap": "md",
699
+ "direction": "vertical",
699
700
  "children": [
700
701
  {
701
702
  "type": "input",
702
703
  "placeholder": "PR title"
703
704
  },
704
705
  {
705
- "type": "textarea",
706
- "placeholder": "Describe your changes..."
706
+ "placeholder": "Describe your changes...",
707
+ "type": "textarea"
707
708
  },
708
709
  {
709
710
  "type": "input",
710
711
  "placeholder": "feature-branch"
711
712
  },
712
713
  {
713
- "placeholder": "main",
714
- "type": "input"
714
+ "type": "input",
715
+ "placeholder": "main"
715
716
  }
716
717
  ],
717
- "direction": "vertical",
718
- "type": "stack"
718
+ "type": "stack",
719
+ "gap": "md"
719
720
  },
720
721
  {
721
- "variant": "primary",
722
- "icon": "git-pull-request",
723
- "action": "CREATE_PR",
722
+ "label": "Create PR",
724
723
  "type": "button",
725
- "label": "Create PR"
724
+ "action": "CREATE_PR",
725
+ "icon": "git-pull-request",
726
+ "variant": "primary"
726
727
  }
727
728
  ],
728
729
  "direction": "vertical",
729
- "align": "center",
730
- "gap": "lg"
730
+ "align": "center"
731
731
  }
732
732
  ]
733
733
  ]