@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- 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 +114 -114
- 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 +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- 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 +114 -114
- 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
|
@@ -336,6 +336,9 @@
|
|
|
336
336
|
"render-ui",
|
|
337
337
|
"main",
|
|
338
338
|
{
|
|
339
|
+
"align": "stretch",
|
|
340
|
+
"gap": "lg",
|
|
341
|
+
"direction": "vertical",
|
|
339
342
|
"children": [
|
|
340
343
|
{
|
|
341
344
|
"children": [
|
|
@@ -344,30 +347,30 @@
|
|
|
344
347
|
"type": "icon"
|
|
345
348
|
},
|
|
346
349
|
{
|
|
347
|
-
"variant": "h2",
|
|
348
350
|
"content": "ServiceStorage Storage",
|
|
349
|
-
"type": "typography"
|
|
351
|
+
"type": "typography",
|
|
352
|
+
"variant": "h2"
|
|
350
353
|
}
|
|
351
354
|
],
|
|
352
|
-
"gap": "md",
|
|
353
|
-
"type": "stack",
|
|
354
355
|
"align": "center",
|
|
355
|
-
"direction": "horizontal"
|
|
356
|
+
"direction": "horizontal",
|
|
357
|
+
"type": "stack",
|
|
358
|
+
"gap": "md"
|
|
356
359
|
},
|
|
357
360
|
{
|
|
358
361
|
"type": "divider"
|
|
359
362
|
},
|
|
360
363
|
{
|
|
361
|
-
"
|
|
362
|
-
"
|
|
364
|
+
"type": "input",
|
|
365
|
+
"placeholder": "bucket-name"
|
|
363
366
|
},
|
|
364
367
|
{
|
|
365
368
|
"type": "input",
|
|
366
369
|
"placeholder": "path/to/file.txt"
|
|
367
370
|
},
|
|
368
371
|
{
|
|
369
|
-
"
|
|
370
|
-
"
|
|
372
|
+
"placeholder": "path/prefix/",
|
|
373
|
+
"type": "input"
|
|
371
374
|
},
|
|
372
375
|
{
|
|
373
376
|
"type": "textarea",
|
|
@@ -379,41 +382,38 @@
|
|
|
379
382
|
"justify": "center",
|
|
380
383
|
"children": [
|
|
381
384
|
{
|
|
382
|
-
"action": "UPLOAD_FILE",
|
|
383
|
-
"type": "button",
|
|
384
385
|
"variant": "primary",
|
|
386
|
+
"action": "UPLOAD_FILE",
|
|
385
387
|
"label": "Upload",
|
|
388
|
+
"type": "button",
|
|
386
389
|
"icon": "upload"
|
|
387
390
|
},
|
|
388
391
|
{
|
|
389
392
|
"type": "button",
|
|
390
|
-
"icon": "download",
|
|
391
|
-
"action": "DOWNLOAD_FILE",
|
|
392
393
|
"variant": "secondary",
|
|
393
|
-
"
|
|
394
|
+
"icon": "download",
|
|
395
|
+
"label": "Download",
|
|
396
|
+
"action": "DOWNLOAD_FILE"
|
|
394
397
|
},
|
|
395
398
|
{
|
|
396
|
-
"variant": "secondary",
|
|
397
|
-
"label": "List",
|
|
398
399
|
"icon": "list",
|
|
399
400
|
"action": "LIST_FILES",
|
|
400
|
-
"
|
|
401
|
+
"label": "List",
|
|
402
|
+
"type": "button",
|
|
403
|
+
"variant": "secondary"
|
|
401
404
|
},
|
|
402
405
|
{
|
|
406
|
+
"label": "Delete",
|
|
403
407
|
"variant": "danger",
|
|
404
408
|
"icon": "trash-2",
|
|
405
409
|
"type": "button",
|
|
406
|
-
"action": "DELETE_FILE"
|
|
407
|
-
"label": "Delete"
|
|
410
|
+
"action": "DELETE_FILE"
|
|
408
411
|
}
|
|
409
412
|
],
|
|
410
413
|
"gap": "sm"
|
|
411
414
|
}
|
|
412
415
|
],
|
|
413
|
-
"
|
|
414
|
-
"direction": "vertical",
|
|
415
|
-
"type": "stack",
|
|
416
|
-
"gap": "lg"
|
|
416
|
+
"type": "stack"
|
|
417
417
|
}
|
|
418
418
|
]
|
|
419
419
|
]
|
|
@@ -428,8 +428,8 @@
|
|
|
428
428
|
"main",
|
|
429
429
|
{
|
|
430
430
|
"message": "Executing storage operation on servicestorage...",
|
|
431
|
-
"
|
|
432
|
-
"
|
|
431
|
+
"title": "Processing...",
|
|
432
|
+
"type": "loading-state"
|
|
433
433
|
}
|
|
434
434
|
],
|
|
435
435
|
[
|
|
@@ -437,14 +437,14 @@
|
|
|
437
437
|
"storage",
|
|
438
438
|
"upload",
|
|
439
439
|
{
|
|
440
|
-
"bucket": "@entity.bucket",
|
|
441
440
|
"key": "@entity.fileKey",
|
|
442
|
-
"content": "@entity.content"
|
|
441
|
+
"content": "@entity.content",
|
|
442
|
+
"bucket": "@entity.bucket"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
445
|
"emit": {
|
|
446
|
-
"
|
|
447
|
-
"
|
|
446
|
+
"failure": "ServiceStorageStorageFailed",
|
|
447
|
+
"success": "ServiceStorageStorageCompleted"
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
]
|
|
@@ -459,9 +459,9 @@
|
|
|
459
459
|
"render-ui",
|
|
460
460
|
"main",
|
|
461
461
|
{
|
|
462
|
+
"message": "Executing storage operation on servicestorage...",
|
|
462
463
|
"title": "Processing...",
|
|
463
|
-
"type": "loading-state"
|
|
464
|
-
"message": "Executing storage operation on servicestorage..."
|
|
464
|
+
"type": "loading-state"
|
|
465
465
|
}
|
|
466
466
|
],
|
|
467
467
|
[
|
|
@@ -490,9 +490,9 @@
|
|
|
490
490
|
"render-ui",
|
|
491
491
|
"main",
|
|
492
492
|
{
|
|
493
|
+
"type": "loading-state",
|
|
493
494
|
"title": "Processing...",
|
|
494
|
-
"message": "Executing storage operation on servicestorage..."
|
|
495
|
-
"type": "loading-state"
|
|
495
|
+
"message": "Executing storage operation on servicestorage..."
|
|
496
496
|
}
|
|
497
497
|
],
|
|
498
498
|
[
|
|
@@ -500,8 +500,8 @@
|
|
|
500
500
|
"storage",
|
|
501
501
|
"list",
|
|
502
502
|
{
|
|
503
|
-
"
|
|
504
|
-
"
|
|
503
|
+
"bucket": "@entity.bucket",
|
|
504
|
+
"prefix": "@entity.prefix"
|
|
505
505
|
},
|
|
506
506
|
{
|
|
507
507
|
"emit": {
|
|
@@ -521,9 +521,9 @@
|
|
|
521
521
|
"render-ui",
|
|
522
522
|
"main",
|
|
523
523
|
{
|
|
524
|
-
"title": "Processing...",
|
|
525
524
|
"message": "Executing storage operation on servicestorage...",
|
|
526
|
-
"type": "loading-state"
|
|
525
|
+
"type": "loading-state",
|
|
526
|
+
"title": "Processing..."
|
|
527
527
|
}
|
|
528
528
|
],
|
|
529
529
|
[
|
|
@@ -531,13 +531,13 @@
|
|
|
531
531
|
"storage",
|
|
532
532
|
"delete",
|
|
533
533
|
{
|
|
534
|
-
"
|
|
535
|
-
"
|
|
534
|
+
"key": "@entity.fileKey",
|
|
535
|
+
"bucket": "@entity.bucket"
|
|
536
536
|
},
|
|
537
537
|
{
|
|
538
538
|
"emit": {
|
|
539
|
-
"
|
|
540
|
-
"
|
|
539
|
+
"failure": "ServiceStorageStorageFailed",
|
|
540
|
+
"success": "ServiceStorageStorageCompleted"
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
543
|
]
|
|
@@ -565,31 +565,31 @@
|
|
|
565
565
|
"align": "center",
|
|
566
566
|
"children": [
|
|
567
567
|
{
|
|
568
|
-
"
|
|
569
|
-
"
|
|
568
|
+
"name": "check-circle",
|
|
569
|
+
"type": "icon"
|
|
570
570
|
},
|
|
571
571
|
{
|
|
572
|
-
"variant": "success",
|
|
573
572
|
"type": "alert",
|
|
573
|
+
"variant": "success",
|
|
574
574
|
"message": "Operation completed successfully"
|
|
575
575
|
},
|
|
576
576
|
{
|
|
577
|
-
"variant": "body",
|
|
578
577
|
"color": "muted",
|
|
578
|
+
"content": "@entity.result",
|
|
579
579
|
"type": "typography",
|
|
580
|
-
"
|
|
580
|
+
"variant": "body"
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
"type": "button",
|
|
584
|
-
"label": "Back",
|
|
585
|
-
"icon": "rotate-ccw",
|
|
586
584
|
"action": "RESET",
|
|
587
|
-
"
|
|
585
|
+
"label": "Back",
|
|
586
|
+
"variant": "ghost",
|
|
587
|
+
"icon": "rotate-ccw"
|
|
588
588
|
}
|
|
589
589
|
],
|
|
590
|
-
"gap": "lg",
|
|
591
590
|
"type": "stack",
|
|
592
|
-
"direction": "vertical"
|
|
591
|
+
"direction": "vertical",
|
|
592
|
+
"gap": "lg"
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
595
|
]
|
|
@@ -613,24 +613,24 @@
|
|
|
613
613
|
"render-ui",
|
|
614
614
|
"main",
|
|
615
615
|
{
|
|
616
|
+
"type": "stack",
|
|
616
617
|
"gap": "lg",
|
|
618
|
+
"direction": "vertical",
|
|
619
|
+
"align": "center",
|
|
617
620
|
"children": [
|
|
618
621
|
{
|
|
619
622
|
"title": "Operation Failed",
|
|
620
|
-
"
|
|
621
|
-
"
|
|
623
|
+
"message": "@entity.error",
|
|
624
|
+
"type": "error-state"
|
|
622
625
|
},
|
|
623
626
|
{
|
|
624
|
-
"type": "button",
|
|
625
627
|
"action": "RESET",
|
|
626
628
|
"variant": "ghost",
|
|
627
629
|
"icon": "rotate-ccw",
|
|
630
|
+
"type": "button",
|
|
628
631
|
"label": "Back"
|
|
629
632
|
}
|
|
630
|
-
]
|
|
631
|
-
"direction": "vertical",
|
|
632
|
-
"align": "center",
|
|
633
|
-
"type": "stack"
|
|
633
|
+
]
|
|
634
634
|
}
|
|
635
635
|
]
|
|
636
636
|
]
|
|
@@ -649,10 +649,12 @@
|
|
|
649
649
|
"render-ui",
|
|
650
650
|
"main",
|
|
651
651
|
{
|
|
652
|
+
"align": "stretch",
|
|
653
|
+
"gap": "lg",
|
|
654
|
+
"type": "stack",
|
|
655
|
+
"direction": "vertical",
|
|
652
656
|
"children": [
|
|
653
657
|
{
|
|
654
|
-
"gap": "md",
|
|
655
|
-
"direction": "horizontal",
|
|
656
658
|
"align": "center",
|
|
657
659
|
"children": [
|
|
658
660
|
{
|
|
@@ -660,12 +662,14 @@
|
|
|
660
662
|
"name": "hard-drive"
|
|
661
663
|
},
|
|
662
664
|
{
|
|
663
|
-
"variant": "h2",
|
|
664
665
|
"type": "typography",
|
|
666
|
+
"variant": "h2",
|
|
665
667
|
"content": "ServiceStorage Storage"
|
|
666
668
|
}
|
|
667
669
|
],
|
|
668
|
-
"
|
|
670
|
+
"direction": "horizontal",
|
|
671
|
+
"type": "stack",
|
|
672
|
+
"gap": "md"
|
|
669
673
|
},
|
|
670
674
|
{
|
|
671
675
|
"type": "divider"
|
|
@@ -675,58 +679,54 @@
|
|
|
675
679
|
"placeholder": "bucket-name"
|
|
676
680
|
},
|
|
677
681
|
{
|
|
678
|
-
"
|
|
679
|
-
"
|
|
682
|
+
"placeholder": "path/to/file.txt",
|
|
683
|
+
"type": "input"
|
|
680
684
|
},
|
|
681
685
|
{
|
|
682
686
|
"type": "input",
|
|
683
687
|
"placeholder": "path/prefix/"
|
|
684
688
|
},
|
|
685
689
|
{
|
|
686
|
-
"
|
|
687
|
-
"
|
|
690
|
+
"type": "textarea",
|
|
691
|
+
"placeholder": "File content..."
|
|
688
692
|
},
|
|
689
693
|
{
|
|
690
|
-
"justify": "center",
|
|
691
694
|
"children": [
|
|
692
695
|
{
|
|
693
|
-
"type": "button",
|
|
694
|
-
"icon": "upload",
|
|
695
696
|
"label": "Upload",
|
|
697
|
+
"variant": "primary",
|
|
698
|
+
"icon": "upload",
|
|
696
699
|
"action": "UPLOAD_FILE",
|
|
697
|
-
"
|
|
700
|
+
"type": "button"
|
|
698
701
|
},
|
|
699
702
|
{
|
|
703
|
+
"action": "DOWNLOAD_FILE",
|
|
700
704
|
"label": "Download",
|
|
701
|
-
"type": "button",
|
|
702
705
|
"variant": "secondary",
|
|
703
|
-
"
|
|
704
|
-
"
|
|
706
|
+
"type": "button",
|
|
707
|
+
"icon": "download"
|
|
705
708
|
},
|
|
706
709
|
{
|
|
707
|
-
"label": "List",
|
|
708
710
|
"action": "LIST_FILES",
|
|
709
|
-
"icon": "list",
|
|
710
711
|
"variant": "secondary",
|
|
711
|
-
"type": "button"
|
|
712
|
+
"type": "button",
|
|
713
|
+
"icon": "list",
|
|
714
|
+
"label": "List"
|
|
712
715
|
},
|
|
713
716
|
{
|
|
714
|
-
"icon": "trash-2",
|
|
715
717
|
"label": "Delete",
|
|
718
|
+
"icon": "trash-2",
|
|
719
|
+
"variant": "danger",
|
|
716
720
|
"type": "button",
|
|
717
|
-
"action": "DELETE_FILE"
|
|
718
|
-
"variant": "danger"
|
|
721
|
+
"action": "DELETE_FILE"
|
|
719
722
|
}
|
|
720
723
|
],
|
|
721
724
|
"direction": "horizontal",
|
|
725
|
+
"gap": "sm",
|
|
722
726
|
"type": "stack",
|
|
723
|
-
"
|
|
727
|
+
"justify": "center"
|
|
724
728
|
}
|
|
725
|
-
]
|
|
726
|
-
"gap": "lg",
|
|
727
|
-
"type": "stack",
|
|
728
|
-
"direction": "vertical",
|
|
729
|
-
"align": "stretch"
|
|
729
|
+
]
|
|
730
730
|
}
|
|
731
731
|
]
|
|
732
732
|
]
|
|
@@ -745,11 +745,12 @@
|
|
|
745
745
|
"render-ui",
|
|
746
746
|
"main",
|
|
747
747
|
{
|
|
748
|
-
"direction": "vertical",
|
|
749
748
|
"gap": "lg",
|
|
749
|
+
"type": "stack",
|
|
750
750
|
"children": [
|
|
751
751
|
{
|
|
752
|
-
"
|
|
752
|
+
"type": "stack",
|
|
753
|
+
"gap": "md",
|
|
753
754
|
"align": "center",
|
|
754
755
|
"children": [
|
|
755
756
|
{
|
|
@@ -762,8 +763,7 @@
|
|
|
762
763
|
"type": "typography"
|
|
763
764
|
}
|
|
764
765
|
],
|
|
765
|
-
"
|
|
766
|
-
"gap": "md"
|
|
766
|
+
"direction": "horizontal"
|
|
767
767
|
},
|
|
768
768
|
{
|
|
769
769
|
"type": "divider"
|
|
@@ -785,44 +785,44 @@
|
|
|
785
785
|
"placeholder": "File content..."
|
|
786
786
|
},
|
|
787
787
|
{
|
|
788
|
-
"type": "stack",
|
|
789
|
-
"direction": "horizontal",
|
|
790
|
-
"gap": "sm",
|
|
791
788
|
"justify": "center",
|
|
792
789
|
"children": [
|
|
793
790
|
{
|
|
794
|
-
"action": "UPLOAD_FILE",
|
|
795
|
-
"label": "Upload",
|
|
796
791
|
"type": "button",
|
|
792
|
+
"label": "Upload",
|
|
797
793
|
"variant": "primary",
|
|
794
|
+
"action": "UPLOAD_FILE",
|
|
798
795
|
"icon": "upload"
|
|
799
796
|
},
|
|
800
797
|
{
|
|
801
798
|
"type": "button",
|
|
802
|
-
"label": "Download",
|
|
803
|
-
"variant": "secondary",
|
|
804
799
|
"icon": "download",
|
|
805
|
-
"
|
|
800
|
+
"variant": "secondary",
|
|
801
|
+
"action": "DOWNLOAD_FILE",
|
|
802
|
+
"label": "Download"
|
|
806
803
|
},
|
|
807
804
|
{
|
|
808
|
-
"type": "button",
|
|
809
805
|
"action": "LIST_FILES",
|
|
810
|
-
"
|
|
806
|
+
"type": "button",
|
|
811
807
|
"variant": "secondary",
|
|
808
|
+
"label": "List",
|
|
812
809
|
"icon": "list"
|
|
813
810
|
},
|
|
814
811
|
{
|
|
815
|
-
"label": "Delete",
|
|
816
|
-
"icon": "trash-2",
|
|
817
|
-
"action": "DELETE_FILE",
|
|
818
812
|
"variant": "danger",
|
|
819
|
-
"type": "button"
|
|
813
|
+
"type": "button",
|
|
814
|
+
"action": "DELETE_FILE",
|
|
815
|
+
"label": "Delete",
|
|
816
|
+
"icon": "trash-2"
|
|
820
817
|
}
|
|
821
|
-
]
|
|
818
|
+
],
|
|
819
|
+
"type": "stack",
|
|
820
|
+
"gap": "sm",
|
|
821
|
+
"direction": "horizontal"
|
|
822
822
|
}
|
|
823
823
|
],
|
|
824
824
|
"align": "stretch",
|
|
825
|
-
"
|
|
825
|
+
"direction": "vertical"
|
|
826
826
|
}
|
|
827
827
|
]
|
|
828
828
|
]
|