@almadar/std 13.6.0 → 13.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  24. package/behaviors/registry/app/organisms/std-cms.orb +547 -547
  25. package/behaviors/registry/core/atoms/std-browse.orb +36 -36
  26. package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  27. package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  28. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  29. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  30. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  31. package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  32. package/behaviors/registry/core/atoms/std-filter.orb +6 -9
  33. package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  34. package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  35. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  36. package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  37. package/behaviors/registry/core/atoms/std-push.orb +48 -90
  38. package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  39. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  40. package/behaviors/registry/core/atoms/std-search.orb +3 -3
  41. package/behaviors/registry/core/atoms/std-selection.orb +102 -102
  42. package/behaviors/registry/core/atoms/std-stats.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  44. package/behaviors/registry/core/molecules/std-cart.orb +64 -64
  45. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  46. package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  47. package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  48. package/behaviors/registry/core/molecules/std-list.orb +63 -63
  49. package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  50. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  51. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  52. package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  53. package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  54. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  55. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  56. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  57. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  58. package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  59. package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  60. package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  61. package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  62. package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  63. package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  64. package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  65. package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  66. package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  67. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  68. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  69. package/dist/behaviors/behaviors-registry.json +2913 -322
  70. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  71. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  72. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  73. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  74. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  75. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  76. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  77. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  78. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  79. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  80. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  81. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  82. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  83. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  84. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  85. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  86. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  87. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  88. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  89. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  90. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  91. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  92. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  93. package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
  94. package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
  95. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  96. package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  97. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  98. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  99. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  100. package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  101. package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
  102. package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  103. package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  104. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  105. package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  106. package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
  107. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  108. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  109. package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
  110. package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
  111. package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
  112. package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  113. package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
  114. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  115. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  116. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  117. package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
  118. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  119. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  120. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  121. package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  122. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  123. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  124. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  125. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  126. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  127. package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  128. package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  129. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  130. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  131. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  132. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  133. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  134. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  135. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  136. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  137. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  138. package/dist/behaviors-registry.json +2913 -322
  139. package/dist/index.d.ts +2 -2
  140. package/dist/index.js +26 -13
  141. package/dist/index.js.map +1 -1
  142. package/dist/modules/agent.d.ts +1 -1
  143. package/dist/modules/array.d.ts +1 -1
  144. package/dist/modules/array.js +16 -8
  145. package/dist/modules/array.js.map +1 -1
  146. package/dist/modules/async.d.ts +1 -1
  147. package/dist/modules/composition.d.ts +1 -1
  148. package/dist/modules/contract.d.ts +1 -1
  149. package/dist/modules/core.d.ts +1 -1
  150. package/dist/modules/core.js +6 -3
  151. package/dist/modules/core.js.map +1 -1
  152. package/dist/modules/data.d.ts +1 -1
  153. package/dist/modules/format.d.ts +1 -1
  154. package/dist/modules/graph.d.ts +1 -1
  155. package/dist/modules/index.d.ts +1 -1
  156. package/dist/modules/index.js +26 -13
  157. package/dist/modules/index.js.map +1 -1
  158. package/dist/modules/math.d.ts +1 -1
  159. package/dist/modules/nn.d.ts +1 -1
  160. package/dist/modules/object.d.ts +1 -1
  161. package/dist/modules/object.js +4 -2
  162. package/dist/modules/object.js.map +1 -1
  163. package/dist/modules/os.d.ts +1 -1
  164. package/dist/modules/prob.d.ts +1 -1
  165. package/dist/modules/str.d.ts +1 -1
  166. package/dist/modules/tensor.d.ts +1 -1
  167. package/dist/modules/time.d.ts +1 -1
  168. package/dist/modules/train.d.ts +1 -1
  169. package/dist/modules/validate.d.ts +1 -1
  170. package/dist/registry.d.ts +1 -1
  171. package/dist/registry.js +26 -13
  172. package/dist/registry.js.map +1 -1
  173. package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
  174. package/package.json +1 -1
@@ -340,13 +340,33 @@
340
340
  "to": "idle",
341
341
  "event": "INIT",
342
342
  "effects": [
343
+ [
344
+ "set",
345
+ "@entity.base",
346
+ "main"
347
+ ],
348
+ [
349
+ "set",
350
+ "@entity.body",
351
+ ""
352
+ ],
353
+ [
354
+ "set",
355
+ "@entity.head",
356
+ ""
357
+ ],
358
+ [
359
+ "set",
360
+ "@entity.title",
361
+ ""
362
+ ],
343
363
  [
344
364
  "fetch",
345
365
  "ServiceGithub",
346
366
  {
347
367
  "emit": {
348
- "success": "ServiceGithubLoaded",
349
- "failure": "ServiceGithubLoadFailed"
368
+ "failure": "ServiceGithubLoadFailed",
369
+ "success": "ServiceGithubLoaded"
350
370
  }
351
371
  }
352
372
  ],
@@ -356,37 +376,37 @@
356
376
  {
357
377
  "children": [
358
378
  {
359
- "direction": "horizontal",
360
- "gap": "md",
361
- "align": "center",
362
- "type": "stack",
363
379
  "children": [
364
380
  {
365
- "name": "git-pull-request",
366
- "type": "icon"
381
+ "type": "icon",
382
+ "name": "git-pull-request"
367
383
  },
368
384
  {
369
385
  "variant": "h2",
370
386
  "type": "typography",
371
387
  "content": "Create Pull Request"
372
388
  }
373
- ]
389
+ ],
390
+ "gap": "md",
391
+ "direction": "horizontal",
392
+ "type": "stack",
393
+ "align": "center"
374
394
  },
375
395
  {
376
396
  "type": "divider"
377
397
  },
378
398
  {
379
- "type": "stack",
380
399
  "direction": "vertical",
381
400
  "gap": "md",
401
+ "type": "stack",
382
402
  "children": [
383
403
  {
384
404
  "type": "input",
385
405
  "placeholder": "PR title"
386
406
  },
387
407
  {
388
- "type": "textarea",
389
- "placeholder": "Describe your changes..."
408
+ "placeholder": "Describe your changes...",
409
+ "type": "textarea"
390
410
  },
391
411
  {
392
412
  "type": "input",
@@ -399,16 +419,16 @@
399
419
  ]
400
420
  },
401
421
  {
422
+ "variant": "primary",
423
+ "label": "Create PR",
402
424
  "type": "button",
403
- "action": "CREATE_PR",
404
425
  "icon": "git-pull-request",
405
- "label": "Create PR",
406
- "variant": "primary"
426
+ "action": "CREATE_PR"
407
427
  }
408
428
  ],
409
- "gap": "lg",
410
- "direction": "vertical",
411
429
  "type": "stack",
430
+ "direction": "vertical",
431
+ "gap": "lg",
412
432
  "align": "center"
413
433
  }
414
434
  ]
@@ -424,8 +444,8 @@
424
444
  "main",
425
445
  {
426
446
  "title": "Creating pull request...",
427
- "message": "Submitting your PR to GitHub.",
428
- "type": "loading-state"
447
+ "type": "loading-state",
448
+ "message": "Submitting your PR to GitHub."
429
449
  }
430
450
  ],
431
451
  [
@@ -434,14 +454,14 @@
434
454
  "createPR",
435
455
  {
436
456
  "body": "@entity.body",
437
- "base": "@entity.base",
457
+ "head": "@entity.head",
438
458
  "title": "@entity.title",
439
- "head": "@entity.head"
459
+ "base": "@entity.base"
440
460
  },
441
461
  {
442
462
  "emit": {
443
- "success": "ServiceGithubGithubCompleted",
444
- "failure": "ServiceGithubGithubFailed"
463
+ "failure": "ServiceGithubGithubFailed",
464
+ "success": "ServiceGithubGithubCompleted"
445
465
  }
446
466
  }
447
467
  ]
@@ -471,7 +491,6 @@
471
491
  "render-ui",
472
492
  "main",
473
493
  {
474
- "align": "center",
475
494
  "direction": "vertical",
476
495
  "children": [
477
496
  {
@@ -479,24 +498,25 @@
479
498
  "name": "check-circle"
480
499
  },
481
500
  {
501
+ "message": "Pull request created!",
482
502
  "type": "alert",
483
- "variant": "success",
484
- "message": "Pull request created!"
503
+ "variant": "success"
485
504
  },
486
505
  {
487
- "content": "@entity.prUrl",
488
- "color": "muted",
489
506
  "type": "typography",
490
- "variant": "body"
507
+ "content": "@entity.prUrl",
508
+ "variant": "body",
509
+ "color": "muted"
491
510
  },
492
511
  {
512
+ "action": "RESET",
513
+ "label": "Create Another",
493
514
  "variant": "ghost",
494
515
  "icon": "rotate-ccw",
495
- "label": "Create Another",
496
- "action": "RESET",
497
516
  "type": "button"
498
517
  }
499
518
  ],
519
+ "align": "center",
500
520
  "type": "stack",
501
521
  "gap": "lg"
502
522
  }
@@ -517,10 +537,10 @@
517
537
  "render-ui",
518
538
  "main",
519
539
  {
540
+ "message": "@entity.error",
520
541
  "type": "error-state",
521
542
  "title": "PR Creation Failed",
522
- "onRetry": "RETRY",
523
- "message": "@entity.error"
543
+ "onRetry": "RETRY"
524
544
  }
525
545
  ]
526
546
  ]
@@ -535,39 +555,39 @@
535
555
  "main",
536
556
  {
537
557
  "type": "stack",
538
- "align": "center",
558
+ "direction": "vertical",
559
+ "gap": "lg",
539
560
  "children": [
540
561
  {
541
- "align": "center",
562
+ "direction": "horizontal",
542
563
  "children": [
543
564
  {
544
565
  "type": "icon",
545
566
  "name": "git-pull-request"
546
567
  },
547
568
  {
548
- "type": "typography",
549
569
  "variant": "h2",
570
+ "type": "typography",
550
571
  "content": "Create Pull Request"
551
572
  }
552
573
  ],
553
- "direction": "horizontal",
554
- "type": "stack",
555
- "gap": "md"
574
+ "gap": "md",
575
+ "align": "center",
576
+ "type": "stack"
556
577
  },
557
578
  {
558
579
  "type": "divider"
559
580
  },
560
581
  {
561
582
  "direction": "vertical",
562
- "gap": "md",
563
583
  "children": [
564
584
  {
565
585
  "type": "input",
566
586
  "placeholder": "PR title"
567
587
  },
568
588
  {
569
- "type": "textarea",
570
- "placeholder": "Describe your changes..."
589
+ "placeholder": "Describe your changes...",
590
+ "type": "textarea"
571
591
  },
572
592
  {
573
593
  "type": "input",
@@ -578,18 +598,18 @@
578
598
  "type": "input"
579
599
  }
580
600
  ],
581
- "type": "stack"
601
+ "type": "stack",
602
+ "gap": "md"
582
603
  },
583
604
  {
584
- "label": "Create PR",
585
- "icon": "git-pull-request",
586
- "type": "button",
605
+ "variant": "primary",
587
606
  "action": "CREATE_PR",
588
- "variant": "primary"
607
+ "type": "button",
608
+ "icon": "git-pull-request",
609
+ "label": "Create PR"
589
610
  }
590
611
  ],
591
- "gap": "lg",
592
- "direction": "vertical"
612
+ "align": "center"
593
613
  }
594
614
  ]
595
615
  ]
@@ -603,39 +623,42 @@
603
623
  "render-ui",
604
624
  "main",
605
625
  {
626
+ "gap": "lg",
627
+ "direction": "vertical",
628
+ "type": "stack",
606
629
  "children": [
607
630
  {
608
- "type": "stack",
609
- "direction": "horizontal",
610
- "gap": "md",
611
631
  "align": "center",
612
632
  "children": [
613
633
  {
614
- "type": "icon",
615
- "name": "git-pull-request"
634
+ "name": "git-pull-request",
635
+ "type": "icon"
616
636
  },
617
637
  {
618
638
  "variant": "h2",
619
639
  "content": "Create Pull Request",
620
640
  "type": "typography"
621
641
  }
622
- ]
642
+ ],
643
+ "type": "stack",
644
+ "direction": "horizontal",
645
+ "gap": "md"
623
646
  },
624
647
  {
625
648
  "type": "divider"
626
649
  },
627
650
  {
628
651
  "type": "stack",
629
- "direction": "vertical",
630
652
  "gap": "md",
653
+ "direction": "vertical",
631
654
  "children": [
632
655
  {
633
- "type": "input",
634
- "placeholder": "PR title"
656
+ "placeholder": "PR title",
657
+ "type": "input"
635
658
  },
636
659
  {
637
- "placeholder": "Describe your changes...",
638
- "type": "textarea"
660
+ "type": "textarea",
661
+ "placeholder": "Describe your changes..."
639
662
  },
640
663
  {
641
664
  "type": "input",
@@ -648,17 +671,14 @@
648
671
  ]
649
672
  },
650
673
  {
651
- "label": "Create PR",
652
- "type": "button",
653
674
  "icon": "git-pull-request",
675
+ "action": "CREATE_PR",
654
676
  "variant": "primary",
655
- "action": "CREATE_PR"
677
+ "label": "Create PR",
678
+ "type": "button"
656
679
  }
657
680
  ],
658
- "direction": "vertical",
659
- "type": "stack",
660
- "align": "center",
661
- "gap": "lg"
681
+ "align": "center"
662
682
  }
663
683
  ]
664
684
  ]
@@ -672,30 +692,29 @@
672
692
  "render-ui",
673
693
  "main",
674
694
  {
675
- "type": "stack",
695
+ "gap": "lg",
676
696
  "children": [
677
697
  {
678
- "type": "stack",
698
+ "gap": "md",
679
699
  "direction": "horizontal",
700
+ "align": "center",
680
701
  "children": [
681
702
  {
682
- "type": "icon",
683
- "name": "git-pull-request"
703
+ "name": "git-pull-request",
704
+ "type": "icon"
684
705
  },
685
706
  {
707
+ "content": "Create Pull Request",
686
708
  "type": "typography",
687
- "variant": "h2",
688
- "content": "Create Pull Request"
709
+ "variant": "h2"
689
710
  }
690
711
  ],
691
- "align": "center",
692
- "gap": "md"
712
+ "type": "stack"
693
713
  },
694
714
  {
695
715
  "type": "divider"
696
716
  },
697
717
  {
698
- "type": "stack",
699
718
  "direction": "vertical",
700
719
  "children": [
701
720
  {
@@ -703,8 +722,8 @@
703
722
  "type": "input"
704
723
  },
705
724
  {
706
- "placeholder": "Describe your changes...",
707
- "type": "textarea"
725
+ "type": "textarea",
726
+ "placeholder": "Describe your changes..."
708
727
  },
709
728
  {
710
729
  "placeholder": "feature-branch",
@@ -715,19 +734,20 @@
715
734
  "placeholder": "main"
716
735
  }
717
736
  ],
737
+ "type": "stack",
718
738
  "gap": "md"
719
739
  },
720
740
  {
721
- "variant": "primary",
722
741
  "icon": "git-pull-request",
723
742
  "label": "Create PR",
724
743
  "type": "button",
744
+ "variant": "primary",
725
745
  "action": "CREATE_PR"
726
746
  }
727
747
  ],
728
- "gap": "lg",
729
- "align": "center",
730
- "direction": "vertical"
748
+ "direction": "vertical",
749
+ "type": "stack",
750
+ "align": "center"
731
751
  }
732
752
  ]
733
753
  ]
@@ -750,4 +770,4 @@
750
770
  ]
751
771
  }
752
772
  ]
753
- }
773
+ }