@almadar/std 8.3.0 → 8.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  27. package/behaviors/registry/app/organisms/std-cms.orb +469 -469
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  29. package/behaviors/registry/app/organisms/std-crm.orb +832 -832
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  37. package/behaviors/registry/app/organisms/std-lms.orb +839 -839
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  42. package/behaviors/registry/core/atoms/std-browse.orb +53 -53
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  44. package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  47. package/behaviors/registry/core/atoms/std-display.orb +383 -383
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +42 -42
  50. package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  55. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  59. package/behaviors/registry/core/molecules/std-cart.orb +45 -45
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  62. package/behaviors/registry/core/molecules/std-list.orb +46 -46
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  64. package/behaviors/registry/game/atoms/std-collision.orb +121 -121
  65. package/behaviors/registry/game/atoms/std-combat.orb +68 -68
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +306 -306
  70. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  72. package/behaviors/registry/game/atoms/std-quest.orb +124 -124
  73. package/behaviors/registry/game/atoms/std-timer.orb +274 -274
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  83. package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  84. package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  187. package/package.json +1 -1
@@ -354,20 +354,21 @@
354
354
  "render-ui",
355
355
  "main",
356
356
  {
357
+ "direction": "vertical",
357
358
  "children": [
358
359
  {
359
360
  "type": "stack",
360
- "direction": "horizontal",
361
361
  "align": "center",
362
+ "direction": "horizontal",
362
363
  "children": [
363
364
  {
364
365
  "type": "icon",
365
366
  "name": "git-pull-request"
366
367
  },
367
368
  {
369
+ "type": "typography",
368
370
  "content": "Create Pull Request",
369
- "variant": "h2",
370
- "type": "typography"
371
+ "variant": "h2"
371
372
  }
372
373
  ],
373
374
  "gap": "md"
@@ -378,38 +379,37 @@
378
379
  {
379
380
  "children": [
380
381
  {
381
- "placeholder": "PR title",
382
- "type": "input"
382
+ "type": "input",
383
+ "placeholder": "PR title"
383
384
  },
384
385
  {
385
- "placeholder": "Describe your changes...",
386
- "type": "textarea"
386
+ "type": "textarea",
387
+ "placeholder": "Describe your changes..."
387
388
  },
388
389
  {
389
- "placeholder": "feature-branch",
390
- "type": "input"
390
+ "type": "input",
391
+ "placeholder": "feature-branch"
391
392
  },
392
393
  {
393
- "placeholder": "main",
394
- "type": "input"
394
+ "type": "input",
395
+ "placeholder": "main"
395
396
  }
396
397
  ],
397
- "direction": "vertical",
398
398
  "gap": "md",
399
- "type": "stack"
399
+ "type": "stack",
400
+ "direction": "vertical"
400
401
  },
401
402
  {
402
- "action": "CREATE_PR",
403
+ "type": "button",
403
404
  "icon": "git-pull-request",
404
- "label": "Create PR",
405
+ "action": "CREATE_PR",
405
406
  "variant": "primary",
406
- "type": "button"
407
+ "label": "Create PR"
407
408
  }
408
409
  ],
409
- "direction": "vertical",
410
- "type": "stack",
411
410
  "align": "center",
412
- "gap": "lg"
411
+ "gap": "lg",
412
+ "type": "stack"
413
413
  }
414
414
  ]
415
415
  ]
@@ -424,8 +424,8 @@
424
424
  "main",
425
425
  {
426
426
  "message": "Submitting your PR to GitHub.",
427
- "type": "loading-state",
428
- "title": "Creating pull request..."
427
+ "title": "Creating pull request...",
428
+ "type": "loading-state"
429
429
  }
430
430
  ],
431
431
  [
@@ -433,10 +433,10 @@
433
433
  "github",
434
434
  "createPR",
435
435
  {
436
- "title": "@entity.title",
437
- "body": "@entity.body",
438
436
  "head": "@entity.head",
439
- "base": "@entity.base"
437
+ "base": "@entity.base",
438
+ "title": "@entity.title",
439
+ "body": "@entity.body"
440
440
  },
441
441
  {
442
442
  "emit": {
@@ -471,34 +471,34 @@
471
471
  "render-ui",
472
472
  "main",
473
473
  {
474
- "direction": "vertical",
475
- "type": "stack",
474
+ "align": "center",
475
+ "gap": "lg",
476
476
  "children": [
477
477
  {
478
478
  "type": "icon",
479
479
  "name": "check-circle"
480
480
  },
481
481
  {
482
- "variant": "success",
482
+ "message": "Pull request created!",
483
483
  "type": "alert",
484
- "message": "Pull request created!"
484
+ "variant": "success"
485
485
  },
486
486
  {
487
- "variant": "body",
488
487
  "color": "muted",
489
488
  "type": "typography",
489
+ "variant": "body",
490
490
  "content": "@entity.prUrl"
491
491
  },
492
492
  {
493
- "icon": "rotate-ccw",
493
+ "variant": "ghost",
494
494
  "action": "RESET",
495
- "type": "button",
495
+ "icon": "rotate-ccw",
496
496
  "label": "Create Another",
497
- "variant": "ghost"
497
+ "type": "button"
498
498
  }
499
499
  ],
500
- "gap": "lg",
501
- "align": "center"
500
+ "type": "stack",
501
+ "direction": "vertical"
502
502
  }
503
503
  ]
504
504
  ]
@@ -517,10 +517,10 @@
517
517
  "render-ui",
518
518
  "main",
519
519
  {
520
+ "title": "PR Creation Failed",
520
521
  "onRetry": "RETRY",
521
- "type": "error-state",
522
522
  "message": "@entity.error",
523
- "title": "PR Creation Failed"
523
+ "type": "error-state"
524
524
  }
525
525
  ]
526
526
  ]
@@ -536,12 +536,13 @@
536
536
  {
537
537
  "children": [
538
538
  {
539
- "gap": "md",
539
+ "type": "stack",
540
540
  "direction": "horizontal",
541
+ "align": "center",
541
542
  "children": [
542
543
  {
543
- "type": "icon",
544
- "name": "git-pull-request"
544
+ "name": "git-pull-request",
545
+ "type": "icon"
545
546
  },
546
547
  {
547
548
  "variant": "h2",
@@ -549,23 +550,22 @@
549
550
  "type": "typography"
550
551
  }
551
552
  ],
552
- "align": "center",
553
- "type": "stack"
553
+ "gap": "md"
554
554
  },
555
555
  {
556
556
  "type": "divider"
557
557
  },
558
558
  {
559
- "type": "stack",
559
+ "direction": "vertical",
560
560
  "gap": "md",
561
561
  "children": [
562
562
  {
563
- "placeholder": "PR title",
564
- "type": "input"
563
+ "type": "input",
564
+ "placeholder": "PR title"
565
565
  },
566
566
  {
567
- "placeholder": "Describe your changes...",
568
- "type": "textarea"
567
+ "type": "textarea",
568
+ "placeholder": "Describe your changes..."
569
569
  },
570
570
  {
571
571
  "type": "input",
@@ -576,20 +576,20 @@
576
576
  "placeholder": "main"
577
577
  }
578
578
  ],
579
- "direction": "vertical"
579
+ "type": "stack"
580
580
  },
581
581
  {
582
- "icon": "git-pull-request",
582
+ "label": "Create PR",
583
583
  "type": "button",
584
+ "icon": "git-pull-request",
584
585
  "variant": "primary",
585
- "action": "CREATE_PR",
586
- "label": "Create PR"
586
+ "action": "CREATE_PR"
587
587
  }
588
588
  ],
589
- "type": "stack",
590
589
  "direction": "vertical",
591
- "gap": "lg",
592
- "align": "center"
590
+ "type": "stack",
591
+ "align": "center",
592
+ "gap": "lg"
593
593
  }
594
594
  ]
595
595
  ]
@@ -603,62 +603,62 @@
603
603
  "render-ui",
604
604
  "main",
605
605
  {
606
- "type": "stack",
607
- "direction": "vertical",
608
606
  "align": "center",
609
- "gap": "lg",
610
607
  "children": [
611
608
  {
612
- "type": "stack",
613
609
  "children": [
614
610
  {
615
- "name": "git-pull-request",
616
- "type": "icon"
611
+ "type": "icon",
612
+ "name": "git-pull-request"
617
613
  },
618
614
  {
615
+ "type": "typography",
619
616
  "content": "Create Pull Request",
620
- "variant": "h2",
621
- "type": "typography"
617
+ "variant": "h2"
622
618
  }
623
619
  ],
624
- "direction": "horizontal",
625
620
  "gap": "md",
621
+ "type": "stack",
622
+ "direction": "horizontal",
626
623
  "align": "center"
627
624
  },
628
625
  {
629
626
  "type": "divider"
630
627
  },
631
628
  {
632
- "gap": "md",
633
- "direction": "vertical",
634
629
  "children": [
635
630
  {
636
631
  "type": "input",
637
632
  "placeholder": "PR title"
638
633
  },
639
634
  {
640
- "type": "textarea",
641
- "placeholder": "Describe your changes..."
635
+ "placeholder": "Describe your changes...",
636
+ "type": "textarea"
642
637
  },
643
638
  {
644
- "placeholder": "feature-branch",
645
- "type": "input"
639
+ "type": "input",
640
+ "placeholder": "feature-branch"
646
641
  },
647
642
  {
648
643
  "placeholder": "main",
649
644
  "type": "input"
650
645
  }
651
646
  ],
652
- "type": "stack"
647
+ "gap": "md",
648
+ "type": "stack",
649
+ "direction": "vertical"
653
650
  },
654
651
  {
655
652
  "icon": "git-pull-request",
656
- "type": "button",
657
653
  "action": "CREATE_PR",
658
654
  "label": "Create PR",
655
+ "type": "button",
659
656
  "variant": "primary"
660
657
  }
661
- ]
658
+ ],
659
+ "type": "stack",
660
+ "direction": "vertical",
661
+ "gap": "lg"
662
662
  }
663
663
  ]
664
664
  ]
@@ -672,62 +672,62 @@
672
672
  "render-ui",
673
673
  "main",
674
674
  {
675
+ "type": "stack",
676
+ "direction": "vertical",
677
+ "align": "center",
678
+ "gap": "lg",
675
679
  "children": [
676
680
  {
677
- "gap": "md",
678
- "direction": "horizontal",
679
681
  "align": "center",
680
- "type": "stack",
681
682
  "children": [
682
683
  {
683
- "type": "icon",
684
- "name": "git-pull-request"
684
+ "name": "git-pull-request",
685
+ "type": "icon"
685
686
  },
686
687
  {
688
+ "content": "Create Pull Request",
687
689
  "variant": "h2",
688
- "type": "typography",
689
- "content": "Create Pull Request"
690
+ "type": "typography"
690
691
  }
691
- ]
692
+ ],
693
+ "gap": "md",
694
+ "type": "stack",
695
+ "direction": "horizontal"
692
696
  },
693
697
  {
694
698
  "type": "divider"
695
699
  },
696
700
  {
697
701
  "type": "stack",
702
+ "direction": "vertical",
703
+ "gap": "md",
698
704
  "children": [
699
705
  {
700
- "type": "input",
701
- "placeholder": "PR title"
706
+ "placeholder": "PR title",
707
+ "type": "input"
702
708
  },
703
709
  {
704
- "placeholder": "Describe your changes...",
705
- "type": "textarea"
710
+ "type": "textarea",
711
+ "placeholder": "Describe your changes..."
706
712
  },
707
713
  {
708
- "type": "input",
709
- "placeholder": "feature-branch"
714
+ "placeholder": "feature-branch",
715
+ "type": "input"
710
716
  },
711
717
  {
712
- "placeholder": "main",
713
- "type": "input"
718
+ "type": "input",
719
+ "placeholder": "main"
714
720
  }
715
- ],
716
- "direction": "vertical",
717
- "gap": "md"
721
+ ]
718
722
  },
719
723
  {
724
+ "icon": "git-pull-request",
720
725
  "label": "Create PR",
721
- "action": "CREATE_PR",
722
726
  "type": "button",
723
- "variant": "primary",
724
- "icon": "git-pull-request"
727
+ "action": "CREATE_PR",
728
+ "variant": "primary"
725
729
  }
726
- ],
727
- "type": "stack",
728
- "align": "center",
729
- "gap": "lg",
730
- "direction": "vertical"
730
+ ]
731
731
  }
732
732
  ]
733
733
  ]