@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.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  27. package/behaviors/registry/app/organisms/std-cms.orb +469 -469
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  29. package/behaviors/registry/app/organisms/std-crm.orb +832 -832
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  37. package/behaviors/registry/app/organisms/std-lms.orb +839 -839
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  42. package/behaviors/registry/core/atoms/std-browse.orb +53 -53
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  44. package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  47. package/behaviors/registry/core/atoms/std-display.orb +383 -383
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +42 -42
  50. package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  55. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  59. package/behaviors/registry/core/molecules/std-cart.orb +45 -45
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  62. package/behaviors/registry/core/molecules/std-list.orb +46 -46
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  64. package/behaviors/registry/game/atoms/std-collision.orb +121 -121
  65. package/behaviors/registry/game/atoms/std-combat.orb +68 -68
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +306 -306
  70. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  72. package/behaviors/registry/game/atoms/std-quest.orb +124 -124
  73. package/behaviors/registry/game/atoms/std-timer.orb +274 -274
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  83. package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  84. package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  187. 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
- "placeholder": "bucket-name",
362
- "type": "input"
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
- "type": "input",
370
- "placeholder": "path/prefix/"
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
- "label": "Download"
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
- "type": "button"
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
- "align": "stretch",
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
- "type": "loading-state",
432
- "title": "Processing..."
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
- "success": "ServiceStorageStorageCompleted",
447
- "failure": "ServiceStorageStorageFailed"
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
- "prefix": "@entity.prefix",
504
- "bucket": "@entity.bucket"
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
- "bucket": "@entity.bucket",
535
- "key": "@entity.fileKey"
534
+ "key": "@entity.fileKey",
535
+ "bucket": "@entity.bucket"
536
536
  },
537
537
  {
538
538
  "emit": {
539
- "success": "ServiceStorageStorageCompleted",
540
- "failure": "ServiceStorageStorageFailed"
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
- "type": "icon",
569
- "name": "check-circle"
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
- "content": "@entity.result"
580
+ "variant": "body"
581
581
  },
582
582
  {
583
583
  "type": "button",
584
- "label": "Back",
585
- "icon": "rotate-ccw",
586
584
  "action": "RESET",
587
- "variant": "ghost"
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
- "type": "error-state",
621
- "message": "@entity.error"
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
- "type": "stack"
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
- "type": "input",
679
- "placeholder": "path/to/file.txt"
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
- "placeholder": "File content...",
687
- "type": "textarea"
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
- "variant": "primary"
700
+ "type": "button"
698
701
  },
699
702
  {
703
+ "action": "DOWNLOAD_FILE",
700
704
  "label": "Download",
701
- "type": "button",
702
705
  "variant": "secondary",
703
- "icon": "download",
704
- "action": "DOWNLOAD_FILE"
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
- "gap": "sm"
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
- "direction": "horizontal",
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
- "type": "stack",
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
- "action": "DOWNLOAD_FILE"
800
+ "variant": "secondary",
801
+ "action": "DOWNLOAD_FILE",
802
+ "label": "Download"
806
803
  },
807
804
  {
808
- "type": "button",
809
805
  "action": "LIST_FILES",
810
- "label": "List",
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
- "type": "stack"
825
+ "direction": "vertical"
826
826
  }
827
827
  ]
828
828
  ]