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