@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- 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,31 +354,29 @@
|
|
|
354
354
|
"render-ui",
|
|
355
355
|
"main",
|
|
356
356
|
{
|
|
357
|
-
"
|
|
358
|
-
"align": "center",
|
|
357
|
+
"direction": "vertical",
|
|
359
358
|
"children": [
|
|
360
359
|
{
|
|
361
360
|
"type": "stack",
|
|
362
|
-
"direction": "horizontal",
|
|
363
361
|
"align": "center",
|
|
364
|
-
"
|
|
362
|
+
"direction": "horizontal",
|
|
365
363
|
"children": [
|
|
366
364
|
{
|
|
367
365
|
"type": "icon",
|
|
368
366
|
"name": "git-pull-request"
|
|
369
367
|
},
|
|
370
368
|
{
|
|
371
|
-
"
|
|
369
|
+
"type": "typography",
|
|
372
370
|
"content": "Create Pull Request",
|
|
373
|
-
"
|
|
371
|
+
"variant": "h2"
|
|
374
372
|
}
|
|
375
|
-
]
|
|
373
|
+
],
|
|
374
|
+
"gap": "md"
|
|
376
375
|
},
|
|
377
376
|
{
|
|
378
377
|
"type": "divider"
|
|
379
378
|
},
|
|
380
379
|
{
|
|
381
|
-
"direction": "vertical",
|
|
382
380
|
"children": [
|
|
383
381
|
{
|
|
384
382
|
"type": "input",
|
|
@@ -389,8 +387,8 @@
|
|
|
389
387
|
"placeholder": "Describe your changes..."
|
|
390
388
|
},
|
|
391
389
|
{
|
|
392
|
-
"
|
|
393
|
-
"
|
|
390
|
+
"type": "input",
|
|
391
|
+
"placeholder": "feature-branch"
|
|
394
392
|
},
|
|
395
393
|
{
|
|
396
394
|
"type": "input",
|
|
@@ -398,18 +396,20 @@
|
|
|
398
396
|
}
|
|
399
397
|
],
|
|
400
398
|
"gap": "md",
|
|
401
|
-
"type": "stack"
|
|
399
|
+
"type": "stack",
|
|
400
|
+
"direction": "vertical"
|
|
402
401
|
},
|
|
403
402
|
{
|
|
404
|
-
"variant": "primary",
|
|
405
403
|
"type": "button",
|
|
406
|
-
"
|
|
404
|
+
"icon": "git-pull-request",
|
|
407
405
|
"action": "CREATE_PR",
|
|
408
|
-
"
|
|
406
|
+
"variant": "primary",
|
|
407
|
+
"label": "Create PR"
|
|
409
408
|
}
|
|
410
409
|
],
|
|
411
|
-
"
|
|
412
|
-
"gap": "lg"
|
|
410
|
+
"align": "center",
|
|
411
|
+
"gap": "lg",
|
|
412
|
+
"type": "stack"
|
|
413
413
|
}
|
|
414
414
|
]
|
|
415
415
|
]
|
|
@@ -423,9 +423,9 @@
|
|
|
423
423
|
"render-ui",
|
|
424
424
|
"main",
|
|
425
425
|
{
|
|
426
|
-
"
|
|
426
|
+
"message": "Submitting your PR to GitHub.",
|
|
427
427
|
"title": "Creating pull request...",
|
|
428
|
-
"
|
|
428
|
+
"type": "loading-state"
|
|
429
429
|
}
|
|
430
430
|
],
|
|
431
431
|
[
|
|
@@ -433,10 +433,10 @@
|
|
|
433
433
|
"github",
|
|
434
434
|
"createPR",
|
|
435
435
|
{
|
|
436
|
-
"body": "@entity.body",
|
|
437
|
-
"title": "@entity.title",
|
|
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": {
|
|
@@ -473,32 +473,32 @@
|
|
|
473
473
|
{
|
|
474
474
|
"align": "center",
|
|
475
475
|
"gap": "lg",
|
|
476
|
-
"type": "stack",
|
|
477
|
-
"direction": "vertical",
|
|
478
476
|
"children": [
|
|
479
477
|
{
|
|
480
|
-
"
|
|
481
|
-
"
|
|
478
|
+
"type": "icon",
|
|
479
|
+
"name": "check-circle"
|
|
482
480
|
},
|
|
483
481
|
{
|
|
484
482
|
"message": "Pull request created!",
|
|
485
|
-
"
|
|
486
|
-
"
|
|
483
|
+
"type": "alert",
|
|
484
|
+
"variant": "success"
|
|
487
485
|
},
|
|
488
486
|
{
|
|
489
|
-
"type": "typography",
|
|
490
487
|
"color": "muted",
|
|
491
|
-
"
|
|
492
|
-
"variant": "body"
|
|
488
|
+
"type": "typography",
|
|
489
|
+
"variant": "body",
|
|
490
|
+
"content": "@entity.prUrl"
|
|
493
491
|
},
|
|
494
492
|
{
|
|
495
493
|
"variant": "ghost",
|
|
496
494
|
"action": "RESET",
|
|
497
|
-
"label": "Create Another",
|
|
498
495
|
"icon": "rotate-ccw",
|
|
496
|
+
"label": "Create Another",
|
|
499
497
|
"type": "button"
|
|
500
498
|
}
|
|
501
|
-
]
|
|
499
|
+
],
|
|
500
|
+
"type": "stack",
|
|
501
|
+
"direction": "vertical"
|
|
502
502
|
}
|
|
503
503
|
]
|
|
504
504
|
]
|
|
@@ -518,9 +518,9 @@
|
|
|
518
518
|
"main",
|
|
519
519
|
{
|
|
520
520
|
"title": "PR Creation Failed",
|
|
521
|
+
"onRetry": "RETRY",
|
|
521
522
|
"message": "@entity.error",
|
|
522
|
-
"type": "error-state"
|
|
523
|
-
"onRetry": "RETRY"
|
|
523
|
+
"type": "error-state"
|
|
524
524
|
}
|
|
525
525
|
]
|
|
526
526
|
]
|
|
@@ -534,12 +534,10 @@
|
|
|
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
|
{
|
|
539
|
+
"type": "stack",
|
|
540
|
+
"direction": "horizontal",
|
|
543
541
|
"align": "center",
|
|
544
542
|
"children": [
|
|
545
543
|
{
|
|
@@ -547,19 +545,19 @@
|
|
|
547
545
|
"type": "icon"
|
|
548
546
|
},
|
|
549
547
|
{
|
|
550
|
-
"
|
|
548
|
+
"variant": "h2",
|
|
551
549
|
"content": "Create Pull Request",
|
|
552
|
-
"
|
|
550
|
+
"type": "typography"
|
|
553
551
|
}
|
|
554
552
|
],
|
|
555
|
-
"type": "stack",
|
|
556
|
-
"direction": "horizontal",
|
|
557
553
|
"gap": "md"
|
|
558
554
|
},
|
|
559
555
|
{
|
|
560
556
|
"type": "divider"
|
|
561
557
|
},
|
|
562
558
|
{
|
|
559
|
+
"direction": "vertical",
|
|
560
|
+
"gap": "md",
|
|
563
561
|
"children": [
|
|
564
562
|
{
|
|
565
563
|
"type": "input",
|
|
@@ -570,26 +568,28 @@
|
|
|
570
568
|
"placeholder": "Describe your changes..."
|
|
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
|
-
"direction": "vertical"
|
|
579
|
+
"type": "stack"
|
|
584
580
|
},
|
|
585
581
|
{
|
|
586
|
-
"icon": "git-pull-request",
|
|
587
582
|
"label": "Create PR",
|
|
588
583
|
"type": "button",
|
|
584
|
+
"icon": "git-pull-request",
|
|
589
585
|
"variant": "primary",
|
|
590
586
|
"action": "CREATE_PR"
|
|
591
587
|
}
|
|
592
|
-
]
|
|
588
|
+
],
|
|
589
|
+
"direction": "vertical",
|
|
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
|
-
"gap": "lg",
|
|
608
606
|
"align": "center",
|
|
609
607
|
"children": [
|
|
610
608
|
{
|
|
611
|
-
"direction": "horizontal",
|
|
612
|
-
"align": "center",
|
|
613
609
|
"children": [
|
|
614
610
|
{
|
|
615
611
|
"type": "icon",
|
|
616
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
|
],
|
|
620
|
+
"gap": "md",
|
|
624
621
|
"type": "stack",
|
|
625
|
-
"
|
|
622
|
+
"direction": "horizontal",
|
|
623
|
+
"align": "center"
|
|
626
624
|
},
|
|
627
625
|
{
|
|
628
626
|
"type": "divider"
|
|
629
627
|
},
|
|
630
628
|
{
|
|
631
|
-
"type": "stack",
|
|
632
629
|
"children": [
|
|
633
630
|
{
|
|
634
|
-
"
|
|
635
|
-
"
|
|
631
|
+
"type": "input",
|
|
632
|
+
"placeholder": "PR title"
|
|
636
633
|
},
|
|
637
634
|
{
|
|
638
635
|
"placeholder": "Describe your changes...",
|
|
639
636
|
"type": "textarea"
|
|
640
637
|
},
|
|
641
638
|
{
|
|
642
|
-
"
|
|
643
|
-
"
|
|
639
|
+
"type": "input",
|
|
640
|
+
"placeholder": "feature-branch"
|
|
644
641
|
},
|
|
645
642
|
{
|
|
646
|
-
"
|
|
647
|
-
"
|
|
643
|
+
"placeholder": "main",
|
|
644
|
+
"type": "input"
|
|
648
645
|
}
|
|
649
646
|
],
|
|
650
647
|
"gap": "md",
|
|
648
|
+
"type": "stack",
|
|
651
649
|
"direction": "vertical"
|
|
652
650
|
},
|
|
653
651
|
{
|
|
654
|
-
"
|
|
652
|
+
"icon": "git-pull-request",
|
|
655
653
|
"action": "CREATE_PR",
|
|
654
|
+
"label": "Create PR",
|
|
656
655
|
"type": "button",
|
|
657
|
-
"icon": "git-pull-request",
|
|
658
656
|
"variant": "primary"
|
|
659
657
|
}
|
|
660
658
|
],
|
|
661
|
-
"
|
|
659
|
+
"type": "stack",
|
|
660
|
+
"direction": "vertical",
|
|
661
|
+
"gap": "lg"
|
|
662
662
|
}
|
|
663
663
|
]
|
|
664
664
|
]
|
|
@@ -672,29 +672,34 @@
|
|
|
672
672
|
"render-ui",
|
|
673
673
|
"main",
|
|
674
674
|
{
|
|
675
|
+
"type": "stack",
|
|
675
676
|
"direction": "vertical",
|
|
677
|
+
"align": "center",
|
|
678
|
+
"gap": "lg",
|
|
676
679
|
"children": [
|
|
677
680
|
{
|
|
678
|
-
"type": "stack",
|
|
679
|
-
"gap": "md",
|
|
680
|
-
"direction": "horizontal",
|
|
681
681
|
"align": "center",
|
|
682
682
|
"children": [
|
|
683
683
|
{
|
|
684
|
-
"
|
|
685
|
-
"
|
|
684
|
+
"name": "git-pull-request",
|
|
685
|
+
"type": "icon"
|
|
686
686
|
},
|
|
687
687
|
{
|
|
688
688
|
"content": "Create Pull Request",
|
|
689
|
-
"
|
|
690
|
-
"
|
|
689
|
+
"variant": "h2",
|
|
690
|
+
"type": "typography"
|
|
691
691
|
}
|
|
692
|
-
]
|
|
692
|
+
],
|
|
693
|
+
"gap": "md",
|
|
694
|
+
"type": "stack",
|
|
695
|
+
"direction": "horizontal"
|
|
693
696
|
},
|
|
694
697
|
{
|
|
695
698
|
"type": "divider"
|
|
696
699
|
},
|
|
697
700
|
{
|
|
701
|
+
"type": "stack",
|
|
702
|
+
"direction": "vertical",
|
|
698
703
|
"gap": "md",
|
|
699
704
|
"children": [
|
|
700
705
|
{
|
|
@@ -702,32 +707,27 @@
|
|
|
702
707
|
"type": "input"
|
|
703
708
|
},
|
|
704
709
|
{
|
|
705
|
-
"
|
|
706
|
-
"
|
|
710
|
+
"type": "textarea",
|
|
711
|
+
"placeholder": "Describe your changes..."
|
|
707
712
|
},
|
|
708
713
|
{
|
|
709
|
-
"
|
|
710
|
-
"
|
|
714
|
+
"placeholder": "feature-branch",
|
|
715
|
+
"type": "input"
|
|
711
716
|
},
|
|
712
717
|
{
|
|
713
718
|
"type": "input",
|
|
714
719
|
"placeholder": "main"
|
|
715
720
|
}
|
|
716
|
-
]
|
|
717
|
-
"direction": "vertical",
|
|
718
|
-
"type": "stack"
|
|
721
|
+
]
|
|
719
722
|
},
|
|
720
723
|
{
|
|
721
724
|
"icon": "git-pull-request",
|
|
722
|
-
"type": "button",
|
|
723
725
|
"label": "Create PR",
|
|
726
|
+
"type": "button",
|
|
724
727
|
"action": "CREATE_PR",
|
|
725
728
|
"variant": "primary"
|
|
726
729
|
}
|
|
727
|
-
]
|
|
728
|
-
"type": "stack",
|
|
729
|
-
"align": "center",
|
|
730
|
-
"gap": "lg"
|
|
730
|
+
]
|
|
731
731
|
}
|
|
732
732
|
]
|
|
733
733
|
]
|
|
@@ -750,4 +750,4 @@
|
|
|
750
750
|
]
|
|
751
751
|
}
|
|
752
752
|
]
|
|
753
|
-
}
|
|
753
|
+
}
|