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