@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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -345,8 +345,8 @@
|
|
|
345
345
|
"ServiceGithub",
|
|
346
346
|
{
|
|
347
347
|
"emit": {
|
|
348
|
-
"
|
|
349
|
-
"
|
|
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
|
-
"
|
|
358
|
+
"align": "center",
|
|
361
359
|
"children": [
|
|
362
360
|
{
|
|
363
|
-
"type": "stack",
|
|
364
|
-
"direction": "horizontal",
|
|
365
|
-
"gap": "md",
|
|
366
361
|
"children": [
|
|
367
362
|
{
|
|
368
|
-
"
|
|
369
|
-
"
|
|
363
|
+
"type": "icon",
|
|
364
|
+
"name": "git-pull-request"
|
|
370
365
|
},
|
|
371
366
|
{
|
|
372
|
-
"
|
|
367
|
+
"content": "Create Pull Request",
|
|
373
368
|
"type": "typography",
|
|
374
|
-
"
|
|
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
|
-
"
|
|
439
|
-
"title": "@entity.title"
|
|
437
|
+
"body": "@entity.body",
|
|
438
|
+
"title": "@entity.title",
|
|
439
|
+
"base": "@entity.base"
|
|
440
440
|
},
|
|
441
441
|
{
|
|
442
442
|
"emit": {
|
|
443
|
-
"
|
|
444
|
-
"
|
|
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
|
-
"
|
|
481
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
521
|
+
"onRetry": "RETRY",
|
|
522
522
|
"message": "@entity.error",
|
|
523
|
-
"
|
|
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
|
-
"
|
|
543
|
-
"
|
|
547
|
+
"name": "git-pull-request",
|
|
548
|
+
"type": "icon"
|
|
544
549
|
},
|
|
545
550
|
{
|
|
546
|
-
"
|
|
551
|
+
"type": "typography",
|
|
547
552
|
"variant": "h2",
|
|
548
|
-
"
|
|
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
|
-
"
|
|
562
|
+
"type": "stack",
|
|
562
563
|
"children": [
|
|
563
564
|
{
|
|
564
|
-
"
|
|
565
|
-
"
|
|
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
|
-
"
|
|
577
|
-
"
|
|
577
|
+
"type": "input",
|
|
578
|
+
"placeholder": "main"
|
|
578
579
|
}
|
|
579
580
|
],
|
|
580
|
-
"
|
|
581
|
+
"gap": "md"
|
|
581
582
|
},
|
|
582
583
|
{
|
|
583
|
-
"
|
|
584
|
-
"type": "button",
|
|
584
|
+
"action": "CREATE_PR",
|
|
585
585
|
"variant": "primary",
|
|
586
|
+
"label": "Create PR",
|
|
586
587
|
"icon": "git-pull-request",
|
|
587
|
-
"
|
|
588
|
+
"type": "button"
|
|
588
589
|
}
|
|
589
590
|
],
|
|
590
|
-
"
|
|
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
|
-
"
|
|
615
|
+
"align": "center",
|
|
615
616
|
"children": [
|
|
616
617
|
{
|
|
617
618
|
"type": "icon",
|
|
618
619
|
"name": "git-pull-request"
|
|
619
620
|
},
|
|
620
621
|
{
|
|
621
|
-
"
|
|
622
|
+
"content": "Create Pull Request",
|
|
622
623
|
"variant": "h2",
|
|
623
|
-
"
|
|
624
|
+
"type": "typography"
|
|
624
625
|
}
|
|
625
626
|
]
|
|
626
627
|
},
|
|
@@ -634,8 +635,8 @@
|
|
|
634
635
|
"type": "input"
|
|
635
636
|
},
|
|
636
637
|
{
|
|
637
|
-
"
|
|
638
|
-
"
|
|
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
|
-
"
|
|
650
|
+
"gap": "md",
|
|
650
651
|
"type": "stack",
|
|
651
|
-
"
|
|
652
|
+
"direction": "vertical"
|
|
652
653
|
},
|
|
653
654
|
{
|
|
654
|
-
"
|
|
655
|
+
"type": "button",
|
|
655
656
|
"label": "Create PR",
|
|
656
|
-
"icon": "git-pull-request",
|
|
657
657
|
"action": "CREATE_PR",
|
|
658
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
699
|
+
"direction": "vertical",
|
|
699
700
|
"children": [
|
|
700
701
|
{
|
|
701
702
|
"type": "input",
|
|
702
703
|
"placeholder": "PR title"
|
|
703
704
|
},
|
|
704
705
|
{
|
|
705
|
-
"
|
|
706
|
-
"
|
|
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
|
-
"
|
|
714
|
-
"
|
|
714
|
+
"type": "input",
|
|
715
|
+
"placeholder": "main"
|
|
715
716
|
}
|
|
716
717
|
],
|
|
717
|
-
"
|
|
718
|
-
"
|
|
718
|
+
"type": "stack",
|
|
719
|
+
"gap": "md"
|
|
719
720
|
},
|
|
720
721
|
{
|
|
721
|
-
"
|
|
722
|
-
"icon": "git-pull-request",
|
|
723
|
-
"action": "CREATE_PR",
|
|
722
|
+
"label": "Create PR",
|
|
724
723
|
"type": "button",
|
|
725
|
-
"
|
|
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
|
]
|