@almadar/std 8.5.1 → 9.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 +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +49 -49
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +60 -60
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  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 +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -88,7 +88,7 @@
88
88
  "event": "ServiceGithubLoaded",
89
89
  "description": "Fired when ServiceGithub finishes loading",
90
90
  "scope": "internal",
91
- "payload": [
91
+ "payloadSchema": [
92
92
  {
93
93
  "name": "id",
94
94
  "type": "string",
@@ -148,7 +148,7 @@
148
148
  "event": "ServiceGithubLoadFailed",
149
149
  "description": "Fired when ServiceGithub fails to load",
150
150
  "scope": "internal",
151
- "payload": [
151
+ "payloadSchema": [
152
152
  {
153
153
  "name": "message",
154
154
  "type": "string"
@@ -158,7 +158,7 @@
158
158
  {
159
159
  "event": "ServiceGithubGithubCompleted",
160
160
  "scope": "internal",
161
- "payload": [
161
+ "payloadSchema": [
162
162
  {
163
163
  "name": "result",
164
164
  "type": "object"
@@ -168,7 +168,7 @@
168
168
  {
169
169
  "event": "ServiceGithubGithubFailed",
170
170
  "scope": "internal",
171
- "payload": [
171
+ "payloadSchema": [
172
172
  {
173
173
  "name": "error",
174
174
  "type": "string"
@@ -208,7 +208,7 @@
208
208
  {
209
209
  "key": "PR_CREATED",
210
210
  "name": "Pr Created",
211
- "payload": [
211
+ "payloadSchema": [
212
212
  {
213
213
  "name": "url",
214
214
  "type": "string",
@@ -224,7 +224,7 @@
224
224
  {
225
225
  "key": "FAILED",
226
226
  "name": "Failed",
227
- "payload": [
227
+ "payloadSchema": [
228
228
  {
229
229
  "name": "error",
230
230
  "type": "string",
@@ -243,7 +243,7 @@
243
243
  {
244
244
  "key": "ServiceGithubLoaded",
245
245
  "name": "ServiceGithub loaded",
246
- "payload": [
246
+ "payloadSchema": [
247
247
  {
248
248
  "name": "id",
249
249
  "type": "string",
@@ -302,7 +302,7 @@
302
302
  {
303
303
  "key": "ServiceGithubLoadFailed",
304
304
  "name": "ServiceGithub load failed",
305
- "payload": [
305
+ "payloadSchema": [
306
306
  {
307
307
  "name": "message",
308
308
  "type": "string"
@@ -312,7 +312,7 @@
312
312
  {
313
313
  "key": "ServiceGithubGithubCompleted",
314
314
  "name": "ServiceGithub github completed",
315
- "payload": [
315
+ "payloadSchema": [
316
316
  {
317
317
  "name": "result",
318
318
  "type": "object"
@@ -322,7 +322,7 @@
322
322
  {
323
323
  "key": "ServiceGithubGithubFailed",
324
324
  "name": "ServiceGithub github failed",
325
- "payload": [
325
+ "payloadSchema": [
326
326
  {
327
327
  "name": "error",
328
328
  "type": "string"
@@ -355,32 +355,37 @@
355
355
  "main",
356
356
  {
357
357
  "direction": "vertical",
358
+ "align": "center",
359
+ "type": "stack",
360
+ "gap": "lg",
358
361
  "children": [
359
362
  {
360
363
  "type": "stack",
361
- "align": "center",
362
364
  "direction": "horizontal",
365
+ "gap": "md",
363
366
  "children": [
364
367
  {
365
- "type": "icon",
366
- "name": "git-pull-request"
368
+ "name": "git-pull-request",
369
+ "type": "icon"
367
370
  },
368
371
  {
372
+ "variant": "h2",
369
373
  "type": "typography",
370
- "content": "Create Pull Request",
371
- "variant": "h2"
374
+ "content": "Create Pull Request"
372
375
  }
373
376
  ],
374
- "gap": "md"
377
+ "align": "center"
375
378
  },
376
379
  {
377
380
  "type": "divider"
378
381
  },
379
382
  {
383
+ "type": "stack",
384
+ "direction": "vertical",
380
385
  "children": [
381
386
  {
382
- "type": "input",
383
- "placeholder": "PR title"
387
+ "placeholder": "PR title",
388
+ "type": "input"
384
389
  },
385
390
  {
386
391
  "type": "textarea",
@@ -395,21 +400,16 @@
395
400
  "placeholder": "main"
396
401
  }
397
402
  ],
398
- "gap": "md",
399
- "type": "stack",
400
- "direction": "vertical"
403
+ "gap": "md"
401
404
  },
402
405
  {
403
- "type": "button",
404
406
  "icon": "git-pull-request",
405
- "action": "CREATE_PR",
406
407
  "variant": "primary",
407
- "label": "Create PR"
408
+ "label": "Create PR",
409
+ "action": "CREATE_PR",
410
+ "type": "button"
408
411
  }
409
- ],
410
- "align": "center",
411
- "gap": "lg",
412
- "type": "stack"
412
+ ]
413
413
  }
414
414
  ]
415
415
  ]
@@ -423,9 +423,9 @@
423
423
  "render-ui",
424
424
  "main",
425
425
  {
426
+ "type": "loading-state",
426
427
  "message": "Submitting your PR to GitHub.",
427
- "title": "Creating pull request...",
428
- "type": "loading-state"
428
+ "title": "Creating pull request..."
429
429
  }
430
430
  ],
431
431
  [
@@ -433,15 +433,15 @@
433
433
  "github",
434
434
  "createPR",
435
435
  {
436
+ "body": "@entity.body",
436
437
  "head": "@entity.head",
437
438
  "base": "@entity.base",
438
- "title": "@entity.title",
439
- "body": "@entity.body"
439
+ "title": "@entity.title"
440
440
  },
441
441
  {
442
442
  "emit": {
443
- "failure": "ServiceGithubGithubFailed",
444
- "success": "ServiceGithubGithubCompleted"
443
+ "success": "ServiceGithubGithubCompleted",
444
+ "failure": "ServiceGithubGithubFailed"
445
445
  }
446
446
  }
447
447
  ]
@@ -471,34 +471,34 @@
471
471
  "render-ui",
472
472
  "main",
473
473
  {
474
- "align": "center",
475
474
  "gap": "lg",
475
+ "type": "stack",
476
+ "align": "center",
477
+ "direction": "vertical",
476
478
  "children": [
477
479
  {
478
- "type": "icon",
479
- "name": "check-circle"
480
+ "name": "check-circle",
481
+ "type": "icon"
480
482
  },
481
483
  {
482
- "message": "Pull request created!",
483
484
  "type": "alert",
484
- "variant": "success"
485
+ "variant": "success",
486
+ "message": "Pull request created!"
485
487
  },
486
488
  {
487
- "color": "muted",
488
- "type": "typography",
489
489
  "variant": "body",
490
+ "type": "typography",
491
+ "color": "muted",
490
492
  "content": "@entity.prUrl"
491
493
  },
492
494
  {
493
495
  "variant": "ghost",
494
- "action": "RESET",
495
496
  "icon": "rotate-ccw",
496
- "label": "Create Another",
497
- "type": "button"
497
+ "type": "button",
498
+ "action": "RESET",
499
+ "label": "Create Another"
498
500
  }
499
- ],
500
- "type": "stack",
501
- "direction": "vertical"
501
+ ]
502
502
  }
503
503
  ]
504
504
  ]
@@ -517,10 +517,10 @@
517
517
  "render-ui",
518
518
  "main",
519
519
  {
520
+ "type": "error-state",
520
521
  "title": "PR Creation Failed",
521
- "onRetry": "RETRY",
522
522
  "message": "@entity.error",
523
- "type": "error-state"
523
+ "onRetry": "RETRY"
524
524
  }
525
525
  ]
526
526
  ]
@@ -534,23 +534,24 @@
534
534
  "render-ui",
535
535
  "main",
536
536
  {
537
+ "align": "center",
537
538
  "children": [
538
539
  {
539
- "type": "stack",
540
- "direction": "horizontal",
541
- "align": "center",
542
540
  "children": [
543
541
  {
544
- "name": "git-pull-request",
545
- "type": "icon"
542
+ "type": "icon",
543
+ "name": "git-pull-request"
546
544
  },
547
545
  {
548
- "variant": "h2",
549
546
  "content": "Create Pull Request",
547
+ "variant": "h2",
550
548
  "type": "typography"
551
549
  }
552
550
  ],
553
- "gap": "md"
551
+ "type": "stack",
552
+ "align": "center",
553
+ "gap": "md",
554
+ "direction": "horizontal"
554
555
  },
555
556
  {
556
557
  "type": "divider"
@@ -560,20 +561,20 @@
560
561
  "gap": "md",
561
562
  "children": [
562
563
  {
563
- "type": "input",
564
- "placeholder": "PR title"
564
+ "placeholder": "PR title",
565
+ "type": "input"
565
566
  },
566
567
  {
567
- "type": "textarea",
568
- "placeholder": "Describe your changes..."
568
+ "placeholder": "Describe your changes...",
569
+ "type": "textarea"
569
570
  },
570
571
  {
571
- "type": "input",
572
- "placeholder": "feature-branch"
572
+ "placeholder": "feature-branch",
573
+ "type": "input"
573
574
  },
574
575
  {
575
- "type": "input",
576
- "placeholder": "main"
576
+ "placeholder": "main",
577
+ "type": "input"
577
578
  }
578
579
  ],
579
580
  "type": "stack"
@@ -581,14 +582,13 @@
581
582
  {
582
583
  "label": "Create PR",
583
584
  "type": "button",
584
- "icon": "git-pull-request",
585
585
  "variant": "primary",
586
+ "icon": "git-pull-request",
586
587
  "action": "CREATE_PR"
587
588
  }
588
589
  ],
589
590
  "direction": "vertical",
590
591
  "type": "stack",
591
- "align": "center",
592
592
  "gap": "lg"
593
593
  }
594
594
  ]
@@ -603,9 +603,15 @@
603
603
  "render-ui",
604
604
  "main",
605
605
  {
606
+ "gap": "lg",
607
+ "type": "stack",
606
608
  "align": "center",
607
609
  "children": [
608
610
  {
611
+ "direction": "horizontal",
612
+ "align": "center",
613
+ "type": "stack",
614
+ "gap": "md",
609
615
  "children": [
610
616
  {
611
617
  "type": "icon",
@@ -613,14 +619,10 @@
613
619
  },
614
620
  {
615
621
  "type": "typography",
616
- "content": "Create Pull Request",
617
- "variant": "h2"
622
+ "variant": "h2",
623
+ "content": "Create Pull Request"
618
624
  }
619
- ],
620
- "gap": "md",
621
- "type": "stack",
622
- "direction": "horizontal",
623
- "align": "center"
625
+ ]
624
626
  },
625
627
  {
626
628
  "type": "divider"
@@ -628,37 +630,35 @@
628
630
  {
629
631
  "children": [
630
632
  {
631
- "type": "input",
632
- "placeholder": "PR title"
633
+ "placeholder": "PR title",
634
+ "type": "input"
633
635
  },
634
636
  {
635
- "placeholder": "Describe your changes...",
636
- "type": "textarea"
637
+ "type": "textarea",
638
+ "placeholder": "Describe your changes..."
637
639
  },
638
640
  {
639
- "type": "input",
640
- "placeholder": "feature-branch"
641
+ "placeholder": "feature-branch",
642
+ "type": "input"
641
643
  },
642
644
  {
643
- "placeholder": "main",
644
- "type": "input"
645
+ "type": "input",
646
+ "placeholder": "main"
645
647
  }
646
648
  ],
647
- "gap": "md",
649
+ "direction": "vertical",
648
650
  "type": "stack",
649
- "direction": "vertical"
651
+ "gap": "md"
650
652
  },
651
653
  {
654
+ "variant": "primary",
655
+ "label": "Create PR",
652
656
  "icon": "git-pull-request",
653
657
  "action": "CREATE_PR",
654
- "label": "Create PR",
655
- "type": "button",
656
- "variant": "primary"
658
+ "type": "button"
657
659
  }
658
660
  ],
659
- "type": "stack",
660
- "direction": "vertical",
661
- "gap": "lg"
661
+ "direction": "vertical"
662
662
  }
663
663
  ]
664
664
  ]
@@ -673,61 +673,61 @@
673
673
  "main",
674
674
  {
675
675
  "type": "stack",
676
- "direction": "vertical",
677
- "align": "center",
678
- "gap": "lg",
679
676
  "children": [
680
677
  {
681
- "align": "center",
678
+ "direction": "horizontal",
682
679
  "children": [
683
680
  {
684
681
  "name": "git-pull-request",
685
682
  "type": "icon"
686
683
  },
687
684
  {
688
- "content": "Create Pull Request",
685
+ "type": "typography",
689
686
  "variant": "h2",
690
- "type": "typography"
687
+ "content": "Create Pull Request"
691
688
  }
692
689
  ],
693
690
  "gap": "md",
694
- "type": "stack",
695
- "direction": "horizontal"
691
+ "align": "center",
692
+ "type": "stack"
696
693
  },
697
694
  {
698
695
  "type": "divider"
699
696
  },
700
697
  {
701
- "type": "stack",
702
- "direction": "vertical",
703
698
  "gap": "md",
704
699
  "children": [
705
700
  {
706
- "placeholder": "PR title",
707
- "type": "input"
701
+ "type": "input",
702
+ "placeholder": "PR title"
708
703
  },
709
704
  {
710
705
  "type": "textarea",
711
706
  "placeholder": "Describe your changes..."
712
707
  },
713
708
  {
714
- "placeholder": "feature-branch",
715
- "type": "input"
709
+ "type": "input",
710
+ "placeholder": "feature-branch"
716
711
  },
717
712
  {
718
- "type": "input",
719
- "placeholder": "main"
713
+ "placeholder": "main",
714
+ "type": "input"
720
715
  }
721
- ]
716
+ ],
717
+ "direction": "vertical",
718
+ "type": "stack"
722
719
  },
723
720
  {
721
+ "variant": "primary",
724
722
  "icon": "git-pull-request",
725
- "label": "Create PR",
726
- "type": "button",
727
723
  "action": "CREATE_PR",
728
- "variant": "primary"
724
+ "type": "button",
725
+ "label": "Create PR"
729
726
  }
730
- ]
727
+ ],
728
+ "direction": "vertical",
729
+ "align": "center",
730
+ "gap": "lg"
731
731
  }
732
732
  ]
733
733
  ]
@@ -750,4 +750,4 @@
750
750
  ]
751
751
  }
752
752
  ]
753
- }
753
+ }