@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -345,8 +345,8 @@
|
|
|
345
345
|
"ServiceGithub",
|
|
346
346
|
{
|
|
347
347
|
"emit": {
|
|
348
|
-
"
|
|
349
|
-
"
|
|
348
|
+
"success": "ServiceGithubLoaded",
|
|
349
|
+
"failure": "ServiceGithubLoadFailed"
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
],
|
|
@@ -354,61 +354,61 @@
|
|
|
354
354
|
"render-ui",
|
|
355
355
|
"main",
|
|
356
356
|
{
|
|
357
|
-
"type": "stack",
|
|
358
|
-
"align": "center",
|
|
359
357
|
"children": [
|
|
360
358
|
{
|
|
361
359
|
"type": "stack",
|
|
362
360
|
"direction": "horizontal",
|
|
363
361
|
"align": "center",
|
|
364
|
-
"gap": "md",
|
|
365
362
|
"children": [
|
|
366
363
|
{
|
|
367
364
|
"type": "icon",
|
|
368
365
|
"name": "git-pull-request"
|
|
369
366
|
},
|
|
370
367
|
{
|
|
371
|
-
"variant": "h2",
|
|
372
368
|
"content": "Create Pull Request",
|
|
369
|
+
"variant": "h2",
|
|
373
370
|
"type": "typography"
|
|
374
371
|
}
|
|
375
|
-
]
|
|
372
|
+
],
|
|
373
|
+
"gap": "md"
|
|
376
374
|
},
|
|
377
375
|
{
|
|
378
376
|
"type": "divider"
|
|
379
377
|
},
|
|
380
378
|
{
|
|
381
|
-
"direction": "vertical",
|
|
382
379
|
"children": [
|
|
383
380
|
{
|
|
384
|
-
"
|
|
385
|
-
"
|
|
381
|
+
"placeholder": "PR title",
|
|
382
|
+
"type": "input"
|
|
386
383
|
},
|
|
387
384
|
{
|
|
388
|
-
"
|
|
389
|
-
"
|
|
385
|
+
"placeholder": "Describe your changes...",
|
|
386
|
+
"type": "textarea"
|
|
390
387
|
},
|
|
391
388
|
{
|
|
392
389
|
"placeholder": "feature-branch",
|
|
393
390
|
"type": "input"
|
|
394
391
|
},
|
|
395
392
|
{
|
|
396
|
-
"
|
|
397
|
-
"
|
|
393
|
+
"placeholder": "main",
|
|
394
|
+
"type": "input"
|
|
398
395
|
}
|
|
399
396
|
],
|
|
397
|
+
"direction": "vertical",
|
|
400
398
|
"gap": "md",
|
|
401
399
|
"type": "stack"
|
|
402
400
|
},
|
|
403
401
|
{
|
|
404
|
-
"variant": "primary",
|
|
405
|
-
"type": "button",
|
|
406
|
-
"label": "Create PR",
|
|
407
402
|
"action": "CREATE_PR",
|
|
408
|
-
"icon": "git-pull-request"
|
|
403
|
+
"icon": "git-pull-request",
|
|
404
|
+
"label": "Create PR",
|
|
405
|
+
"variant": "primary",
|
|
406
|
+
"type": "button"
|
|
409
407
|
}
|
|
410
408
|
],
|
|
411
409
|
"direction": "vertical",
|
|
410
|
+
"type": "stack",
|
|
411
|
+
"align": "center",
|
|
412
412
|
"gap": "lg"
|
|
413
413
|
}
|
|
414
414
|
]
|
|
@@ -423,9 +423,9 @@
|
|
|
423
423
|
"render-ui",
|
|
424
424
|
"main",
|
|
425
425
|
{
|
|
426
|
+
"message": "Submitting your PR to GitHub.",
|
|
426
427
|
"type": "loading-state",
|
|
427
|
-
"title": "Creating pull request..."
|
|
428
|
-
"message": "Submitting your PR to GitHub."
|
|
428
|
+
"title": "Creating pull request..."
|
|
429
429
|
}
|
|
430
430
|
],
|
|
431
431
|
[
|
|
@@ -433,8 +433,8 @@
|
|
|
433
433
|
"github",
|
|
434
434
|
"createPR",
|
|
435
435
|
{
|
|
436
|
-
"body": "@entity.body",
|
|
437
436
|
"title": "@entity.title",
|
|
437
|
+
"body": "@entity.body",
|
|
438
438
|
"head": "@entity.head",
|
|
439
439
|
"base": "@entity.base"
|
|
440
440
|
},
|
|
@@ -471,34 +471,34 @@
|
|
|
471
471
|
"render-ui",
|
|
472
472
|
"main",
|
|
473
473
|
{
|
|
474
|
-
"align": "center",
|
|
475
|
-
"gap": "lg",
|
|
476
|
-
"type": "stack",
|
|
477
474
|
"direction": "vertical",
|
|
475
|
+
"type": "stack",
|
|
478
476
|
"children": [
|
|
479
477
|
{
|
|
480
|
-
"
|
|
481
|
-
"
|
|
478
|
+
"type": "icon",
|
|
479
|
+
"name": "check-circle"
|
|
482
480
|
},
|
|
483
481
|
{
|
|
484
|
-
"message": "Pull request created!",
|
|
485
482
|
"variant": "success",
|
|
486
|
-
"type": "alert"
|
|
483
|
+
"type": "alert",
|
|
484
|
+
"message": "Pull request created!"
|
|
487
485
|
},
|
|
488
486
|
{
|
|
489
|
-
"
|
|
487
|
+
"variant": "body",
|
|
490
488
|
"color": "muted",
|
|
491
|
-
"
|
|
492
|
-
"
|
|
489
|
+
"type": "typography",
|
|
490
|
+
"content": "@entity.prUrl"
|
|
493
491
|
},
|
|
494
492
|
{
|
|
495
|
-
"
|
|
493
|
+
"icon": "rotate-ccw",
|
|
496
494
|
"action": "RESET",
|
|
495
|
+
"type": "button",
|
|
497
496
|
"label": "Create Another",
|
|
498
|
-
"
|
|
499
|
-
"type": "button"
|
|
497
|
+
"variant": "ghost"
|
|
500
498
|
}
|
|
501
|
-
]
|
|
499
|
+
],
|
|
500
|
+
"gap": "lg",
|
|
501
|
+
"align": "center"
|
|
502
502
|
}
|
|
503
503
|
]
|
|
504
504
|
]
|
|
@@ -517,10 +517,10 @@
|
|
|
517
517
|
"render-ui",
|
|
518
518
|
"main",
|
|
519
519
|
{
|
|
520
|
-
"
|
|
521
|
-
"message": "@entity.error",
|
|
520
|
+
"onRetry": "RETRY",
|
|
522
521
|
"type": "error-state",
|
|
523
|
-
"
|
|
522
|
+
"message": "@entity.error",
|
|
523
|
+
"title": "PR Creation Failed"
|
|
524
524
|
}
|
|
525
525
|
]
|
|
526
526
|
]
|
|
@@ -534,62 +534,62 @@
|
|
|
534
534
|
"render-ui",
|
|
535
535
|
"main",
|
|
536
536
|
{
|
|
537
|
-
"direction": "vertical",
|
|
538
|
-
"align": "center",
|
|
539
|
-
"type": "stack",
|
|
540
|
-
"gap": "lg",
|
|
541
537
|
"children": [
|
|
542
538
|
{
|
|
543
|
-
"
|
|
539
|
+
"gap": "md",
|
|
540
|
+
"direction": "horizontal",
|
|
544
541
|
"children": [
|
|
545
542
|
{
|
|
546
|
-
"
|
|
547
|
-
"
|
|
543
|
+
"type": "icon",
|
|
544
|
+
"name": "git-pull-request"
|
|
548
545
|
},
|
|
549
546
|
{
|
|
550
|
-
"
|
|
547
|
+
"variant": "h2",
|
|
551
548
|
"content": "Create Pull Request",
|
|
552
|
-
"
|
|
549
|
+
"type": "typography"
|
|
553
550
|
}
|
|
554
551
|
],
|
|
555
|
-
"
|
|
556
|
-
"
|
|
557
|
-
"gap": "md"
|
|
552
|
+
"align": "center",
|
|
553
|
+
"type": "stack"
|
|
558
554
|
},
|
|
559
555
|
{
|
|
560
556
|
"type": "divider"
|
|
561
557
|
},
|
|
562
558
|
{
|
|
559
|
+
"type": "stack",
|
|
560
|
+
"gap": "md",
|
|
563
561
|
"children": [
|
|
564
562
|
{
|
|
565
|
-
"
|
|
566
|
-
"
|
|
563
|
+
"placeholder": "PR title",
|
|
564
|
+
"type": "input"
|
|
567
565
|
},
|
|
568
566
|
{
|
|
569
|
-
"
|
|
570
|
-
"
|
|
567
|
+
"placeholder": "Describe your changes...",
|
|
568
|
+
"type": "textarea"
|
|
571
569
|
},
|
|
572
570
|
{
|
|
573
|
-
"
|
|
574
|
-
"
|
|
571
|
+
"type": "input",
|
|
572
|
+
"placeholder": "feature-branch"
|
|
575
573
|
},
|
|
576
574
|
{
|
|
577
|
-
"
|
|
578
|
-
"
|
|
575
|
+
"type": "input",
|
|
576
|
+
"placeholder": "main"
|
|
579
577
|
}
|
|
580
578
|
],
|
|
581
|
-
"type": "stack",
|
|
582
|
-
"gap": "md",
|
|
583
579
|
"direction": "vertical"
|
|
584
580
|
},
|
|
585
581
|
{
|
|
586
582
|
"icon": "git-pull-request",
|
|
587
|
-
"label": "Create PR",
|
|
588
583
|
"type": "button",
|
|
589
584
|
"variant": "primary",
|
|
590
|
-
"action": "CREATE_PR"
|
|
585
|
+
"action": "CREATE_PR",
|
|
586
|
+
"label": "Create PR"
|
|
591
587
|
}
|
|
592
|
-
]
|
|
588
|
+
],
|
|
589
|
+
"type": "stack",
|
|
590
|
+
"direction": "vertical",
|
|
591
|
+
"gap": "lg",
|
|
592
|
+
"align": "center"
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
595
|
]
|
|
@@ -604,16 +604,16 @@
|
|
|
604
604
|
"main",
|
|
605
605
|
{
|
|
606
606
|
"type": "stack",
|
|
607
|
-
"
|
|
607
|
+
"direction": "vertical",
|
|
608
608
|
"align": "center",
|
|
609
|
+
"gap": "lg",
|
|
609
610
|
"children": [
|
|
610
611
|
{
|
|
611
|
-
"
|
|
612
|
-
"align": "center",
|
|
612
|
+
"type": "stack",
|
|
613
613
|
"children": [
|
|
614
614
|
{
|
|
615
|
-
"
|
|
616
|
-
"
|
|
615
|
+
"name": "git-pull-request",
|
|
616
|
+
"type": "icon"
|
|
617
617
|
},
|
|
618
618
|
{
|
|
619
619
|
"content": "Create Pull Request",
|
|
@@ -621,44 +621,44 @@
|
|
|
621
621
|
"type": "typography"
|
|
622
622
|
}
|
|
623
623
|
],
|
|
624
|
-
"
|
|
625
|
-
"gap": "md"
|
|
624
|
+
"direction": "horizontal",
|
|
625
|
+
"gap": "md",
|
|
626
|
+
"align": "center"
|
|
626
627
|
},
|
|
627
628
|
{
|
|
628
629
|
"type": "divider"
|
|
629
630
|
},
|
|
630
631
|
{
|
|
631
|
-
"
|
|
632
|
+
"gap": "md",
|
|
633
|
+
"direction": "vertical",
|
|
632
634
|
"children": [
|
|
633
635
|
{
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
+
"type": "input",
|
|
637
|
+
"placeholder": "PR title"
|
|
636
638
|
},
|
|
637
639
|
{
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
+
"type": "textarea",
|
|
641
|
+
"placeholder": "Describe your changes..."
|
|
640
642
|
},
|
|
641
643
|
{
|
|
642
644
|
"placeholder": "feature-branch",
|
|
643
645
|
"type": "input"
|
|
644
646
|
},
|
|
645
647
|
{
|
|
646
|
-
"
|
|
647
|
-
"
|
|
648
|
+
"placeholder": "main",
|
|
649
|
+
"type": "input"
|
|
648
650
|
}
|
|
649
651
|
],
|
|
650
|
-
"
|
|
651
|
-
"direction": "vertical"
|
|
652
|
+
"type": "stack"
|
|
652
653
|
},
|
|
653
654
|
{
|
|
654
|
-
"label": "Create PR",
|
|
655
|
-
"action": "CREATE_PR",
|
|
656
|
-
"type": "button",
|
|
657
655
|
"icon": "git-pull-request",
|
|
656
|
+
"type": "button",
|
|
657
|
+
"action": "CREATE_PR",
|
|
658
|
+
"label": "Create PR",
|
|
658
659
|
"variant": "primary"
|
|
659
660
|
}
|
|
660
|
-
]
|
|
661
|
-
"direction": "vertical"
|
|
661
|
+
]
|
|
662
662
|
}
|
|
663
663
|
]
|
|
664
664
|
]
|
|
@@ -672,22 +672,21 @@
|
|
|
672
672
|
"render-ui",
|
|
673
673
|
"main",
|
|
674
674
|
{
|
|
675
|
-
"direction": "vertical",
|
|
676
675
|
"children": [
|
|
677
676
|
{
|
|
678
|
-
"type": "stack",
|
|
679
677
|
"gap": "md",
|
|
680
678
|
"direction": "horizontal",
|
|
681
679
|
"align": "center",
|
|
680
|
+
"type": "stack",
|
|
682
681
|
"children": [
|
|
683
682
|
{
|
|
684
683
|
"type": "icon",
|
|
685
684
|
"name": "git-pull-request"
|
|
686
685
|
},
|
|
687
686
|
{
|
|
688
|
-
"
|
|
687
|
+
"variant": "h2",
|
|
689
688
|
"type": "typography",
|
|
690
|
-
"
|
|
689
|
+
"content": "Create Pull Request"
|
|
691
690
|
}
|
|
692
691
|
]
|
|
693
692
|
},
|
|
@@ -695,11 +694,11 @@
|
|
|
695
694
|
"type": "divider"
|
|
696
695
|
},
|
|
697
696
|
{
|
|
698
|
-
"
|
|
697
|
+
"type": "stack",
|
|
699
698
|
"children": [
|
|
700
699
|
{
|
|
701
|
-
"
|
|
702
|
-
"
|
|
700
|
+
"type": "input",
|
|
701
|
+
"placeholder": "PR title"
|
|
703
702
|
},
|
|
704
703
|
{
|
|
705
704
|
"placeholder": "Describe your changes...",
|
|
@@ -710,24 +709,25 @@
|
|
|
710
709
|
"placeholder": "feature-branch"
|
|
711
710
|
},
|
|
712
711
|
{
|
|
713
|
-
"
|
|
714
|
-
"
|
|
712
|
+
"placeholder": "main",
|
|
713
|
+
"type": "input"
|
|
715
714
|
}
|
|
716
715
|
],
|
|
717
716
|
"direction": "vertical",
|
|
718
|
-
"
|
|
717
|
+
"gap": "md"
|
|
719
718
|
},
|
|
720
719
|
{
|
|
721
|
-
"icon": "git-pull-request",
|
|
722
|
-
"type": "button",
|
|
723
720
|
"label": "Create PR",
|
|
724
721
|
"action": "CREATE_PR",
|
|
725
|
-
"
|
|
722
|
+
"type": "button",
|
|
723
|
+
"variant": "primary",
|
|
724
|
+
"icon": "git-pull-request"
|
|
726
725
|
}
|
|
727
726
|
],
|
|
728
727
|
"type": "stack",
|
|
729
728
|
"align": "center",
|
|
730
|
-
"gap": "lg"
|
|
729
|
+
"gap": "lg",
|
|
730
|
+
"direction": "vertical"
|
|
731
731
|
}
|
|
732
732
|
]
|
|
733
733
|
]
|
|
@@ -750,4 +750,4 @@
|
|
|
750
750
|
]
|
|
751
751
|
}
|
|
752
752
|
]
|
|
753
|
-
}
|
|
753
|
+
}
|