@almadar/std 8.2.0 → 8.3.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 +83 -83
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  27. package/behaviors/registry/app/organisms/std-cms.orb +445 -445
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  29. package/behaviors/registry/app/organisms/std-crm.orb +781 -781
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  37. package/behaviors/registry/app/organisms/std-lms.orb +863 -863
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  42. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  44. package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +371 -371
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +46 -46
  50. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  51. package/behaviors/registry/core/atoms/std-modal.orb +14 -32
  52. package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  55. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  56. package/behaviors/registry/core/atoms/std-search.orb +71 -71
  57. package/behaviors/registry/core/atoms/std-selection.orb +89 -89
  58. package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  59. package/behaviors/registry/core/molecules/std-cart.orb +54 -54
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  62. package/behaviors/registry/core/molecules/std-list.orb +60 -60
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  64. package/behaviors/registry/game/atoms/std-collision.orb +143 -143
  65. package/behaviors/registry/game/atoms/std-combat.orb +80 -80
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  69. package/behaviors/registry/game/atoms/std-movement.orb +300 -300
  70. package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  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 +251 -260
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  83. package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  84. package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  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 +251 -260
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  187. package/package.json +1 -1
@@ -336,54 +336,54 @@
336
336
  "render-ui",
337
337
  "main",
338
338
  {
339
- "align": "stretch",
340
- "type": "stack",
341
- "direction": "vertical",
342
339
  "children": [
343
340
  {
344
341
  "children": [
345
342
  {
346
- "type": "icon",
347
- "name": "hard-drive"
343
+ "name": "hard-drive",
344
+ "type": "icon"
348
345
  },
349
346
  {
350
- "type": "typography",
347
+ "variant": "h2",
351
348
  "content": "ServiceStorage Storage",
352
- "variant": "h2"
349
+ "type": "typography"
353
350
  }
354
351
  ],
355
352
  "gap": "md",
356
- "direction": "horizontal",
357
353
  "type": "stack",
358
- "align": "center"
354
+ "align": "center",
355
+ "direction": "horizontal"
359
356
  },
360
357
  {
361
358
  "type": "divider"
362
359
  },
363
360
  {
364
- "type": "input",
365
- "placeholder": "bucket-name"
361
+ "placeholder": "bucket-name",
362
+ "type": "input"
366
363
  },
367
364
  {
368
365
  "type": "input",
369
366
  "placeholder": "path/to/file.txt"
370
367
  },
371
368
  {
372
- "placeholder": "path/prefix/",
373
- "type": "input"
369
+ "type": "input",
370
+ "placeholder": "path/prefix/"
374
371
  },
375
372
  {
376
- "placeholder": "File content...",
377
- "type": "textarea"
373
+ "type": "textarea",
374
+ "placeholder": "File content..."
378
375
  },
379
376
  {
377
+ "type": "stack",
378
+ "direction": "horizontal",
379
+ "justify": "center",
380
380
  "children": [
381
381
  {
382
+ "action": "UPLOAD_FILE",
383
+ "type": "button",
382
384
  "variant": "primary",
383
385
  "label": "Upload",
384
- "type": "button",
385
- "icon": "upload",
386
- "action": "UPLOAD_FILE"
386
+ "icon": "upload"
387
387
  },
388
388
  {
389
389
  "type": "button",
@@ -393,26 +393,26 @@
393
393
  "label": "Download"
394
394
  },
395
395
  {
396
- "type": "button",
397
- "action": "LIST_FILES",
396
+ "variant": "secondary",
398
397
  "label": "List",
399
398
  "icon": "list",
400
- "variant": "secondary"
399
+ "action": "LIST_FILES",
400
+ "type": "button"
401
401
  },
402
402
  {
403
+ "variant": "danger",
404
+ "icon": "trash-2",
403
405
  "type": "button",
404
406
  "action": "DELETE_FILE",
405
- "icon": "trash-2",
406
- "variant": "danger",
407
407
  "label": "Delete"
408
408
  }
409
409
  ],
410
- "justify": "center",
411
- "direction": "horizontal",
412
- "type": "stack",
413
410
  "gap": "sm"
414
411
  }
415
412
  ],
413
+ "align": "stretch",
414
+ "direction": "vertical",
415
+ "type": "stack",
416
416
  "gap": "lg"
417
417
  }
418
418
  ]
@@ -427,9 +427,9 @@
427
427
  "render-ui",
428
428
  "main",
429
429
  {
430
- "title": "Processing...",
430
+ "message": "Executing storage operation on servicestorage...",
431
431
  "type": "loading-state",
432
- "message": "Executing storage operation on servicestorage..."
432
+ "title": "Processing..."
433
433
  }
434
434
  ],
435
435
  [
@@ -437,14 +437,14 @@
437
437
  "storage",
438
438
  "upload",
439
439
  {
440
- "key": "@entity.fileKey",
441
440
  "bucket": "@entity.bucket",
441
+ "key": "@entity.fileKey",
442
442
  "content": "@entity.content"
443
443
  },
444
444
  {
445
445
  "emit": {
446
- "failure": "ServiceStorageStorageFailed",
447
- "success": "ServiceStorageStorageCompleted"
446
+ "success": "ServiceStorageStorageCompleted",
447
+ "failure": "ServiceStorageStorageFailed"
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
+ "title": "Processing...",
463
463
  "type": "loading-state",
464
- "title": "Processing..."
464
+ "message": "Executing storage operation on servicestorage..."
465
465
  }
466
466
  ],
467
467
  [
@@ -490,9 +490,9 @@
490
490
  "render-ui",
491
491
  "main",
492
492
  {
493
- "type": "loading-state",
494
493
  "title": "Processing...",
495
- "message": "Executing storage operation on servicestorage..."
494
+ "message": "Executing storage operation on servicestorage...",
495
+ "type": "loading-state"
496
496
  }
497
497
  ],
498
498
  [
@@ -500,8 +500,8 @@
500
500
  "storage",
501
501
  "list",
502
502
  {
503
- "bucket": "@entity.bucket",
504
- "prefix": "@entity.prefix"
503
+ "prefix": "@entity.prefix",
504
+ "bucket": "@entity.bucket"
505
505
  },
506
506
  {
507
507
  "emit": {
@@ -521,9 +521,9 @@
521
521
  "render-ui",
522
522
  "main",
523
523
  {
524
- "type": "loading-state",
524
+ "title": "Processing...",
525
525
  "message": "Executing storage operation on servicestorage...",
526
- "title": "Processing..."
526
+ "type": "loading-state"
527
527
  }
528
528
  ],
529
529
  [
@@ -562,8 +562,7 @@
562
562
  "render-ui",
563
563
  "main",
564
564
  {
565
- "direction": "vertical",
566
- "gap": "lg",
565
+ "align": "center",
567
566
  "children": [
568
567
  {
569
568
  "type": "icon",
@@ -575,21 +574,22 @@
575
574
  "message": "Operation completed successfully"
576
575
  },
577
576
  {
578
- "type": "typography",
579
- "content": "@entity.result",
580
577
  "variant": "body",
581
- "color": "muted"
578
+ "color": "muted",
579
+ "type": "typography",
580
+ "content": "@entity.result"
582
581
  },
583
582
  {
584
- "variant": "ghost",
583
+ "type": "button",
585
584
  "label": "Back",
586
585
  "icon": "rotate-ccw",
587
586
  "action": "RESET",
588
- "type": "button"
587
+ "variant": "ghost"
589
588
  }
590
589
  ],
591
- "align": "center",
592
- "type": "stack"
590
+ "gap": "lg",
591
+ "type": "stack",
592
+ "direction": "vertical"
593
593
  }
594
594
  ]
595
595
  ]
@@ -613,24 +613,24 @@
613
613
  "render-ui",
614
614
  "main",
615
615
  {
616
- "align": "center",
617
- "type": "stack",
618
- "direction": "vertical",
616
+ "gap": "lg",
619
617
  "children": [
620
618
  {
621
- "type": "error-state",
622
619
  "title": "Operation Failed",
620
+ "type": "error-state",
623
621
  "message": "@entity.error"
624
622
  },
625
623
  {
626
- "action": "RESET",
627
- "icon": "rotate-ccw",
628
624
  "type": "button",
625
+ "action": "RESET",
629
626
  "variant": "ghost",
627
+ "icon": "rotate-ccw",
630
628
  "label": "Back"
631
629
  }
632
630
  ],
633
- "gap": "lg"
631
+ "direction": "vertical",
632
+ "align": "center",
633
+ "type": "stack"
634
634
  }
635
635
  ]
636
636
  ]
@@ -649,25 +649,23 @@
649
649
  "render-ui",
650
650
  "main",
651
651
  {
652
- "type": "stack",
653
- "align": "stretch",
654
652
  "children": [
655
653
  {
656
654
  "gap": "md",
655
+ "direction": "horizontal",
657
656
  "align": "center",
658
- "type": "stack",
659
657
  "children": [
660
658
  {
661
- "name": "hard-drive",
662
- "type": "icon"
659
+ "type": "icon",
660
+ "name": "hard-drive"
663
661
  },
664
662
  {
665
- "content": "ServiceStorage Storage",
666
663
  "variant": "h2",
667
- "type": "typography"
664
+ "type": "typography",
665
+ "content": "ServiceStorage Storage"
668
666
  }
669
667
  ],
670
- "direction": "horizontal"
668
+ "type": "stack"
671
669
  },
672
670
  {
673
671
  "type": "divider"
@@ -689,44 +687,46 @@
689
687
  "type": "textarea"
690
688
  },
691
689
  {
690
+ "justify": "center",
692
691
  "children": [
693
692
  {
694
- "label": "Upload",
695
693
  "type": "button",
696
694
  "icon": "upload",
697
- "variant": "primary",
698
- "action": "UPLOAD_FILE"
695
+ "label": "Upload",
696
+ "action": "UPLOAD_FILE",
697
+ "variant": "primary"
699
698
  },
700
699
  {
701
700
  "label": "Download",
702
- "action": "DOWNLOAD_FILE",
701
+ "type": "button",
703
702
  "variant": "secondary",
704
703
  "icon": "download",
705
- "type": "button"
704
+ "action": "DOWNLOAD_FILE"
706
705
  },
707
706
  {
708
- "type": "button",
707
+ "label": "List",
709
708
  "action": "LIST_FILES",
710
- "variant": "secondary",
711
709
  "icon": "list",
712
- "label": "List"
710
+ "variant": "secondary",
711
+ "type": "button"
713
712
  },
714
713
  {
715
- "variant": "danger",
716
714
  "icon": "trash-2",
717
- "type": "button",
718
715
  "label": "Delete",
719
- "action": "DELETE_FILE"
716
+ "type": "button",
717
+ "action": "DELETE_FILE",
718
+ "variant": "danger"
720
719
  }
721
720
  ],
721
+ "direction": "horizontal",
722
722
  "type": "stack",
723
- "justify": "center",
724
- "gap": "sm",
725
- "direction": "horizontal"
723
+ "gap": "sm"
726
724
  }
727
725
  ],
726
+ "gap": "lg",
727
+ "type": "stack",
728
728
  "direction": "vertical",
729
- "gap": "lg"
729
+ "align": "stretch"
730
730
  }
731
731
  ]
732
732
  ]
@@ -745,12 +745,11 @@
745
745
  "render-ui",
746
746
  "main",
747
747
  {
748
- "type": "stack",
748
+ "direction": "vertical",
749
749
  "gap": "lg",
750
750
  "children": [
751
751
  {
752
- "type": "stack",
753
- "gap": "md",
752
+ "direction": "horizontal",
754
753
  "align": "center",
755
754
  "children": [
756
755
  {
@@ -759,22 +758,23 @@
759
758
  },
760
759
  {
761
760
  "content": "ServiceStorage Storage",
762
- "type": "typography",
763
- "variant": "h2"
761
+ "variant": "h2",
762
+ "type": "typography"
764
763
  }
765
764
  ],
766
- "direction": "horizontal"
765
+ "type": "stack",
766
+ "gap": "md"
767
767
  },
768
768
  {
769
769
  "type": "divider"
770
770
  },
771
771
  {
772
- "placeholder": "bucket-name",
773
- "type": "input"
772
+ "type": "input",
773
+ "placeholder": "bucket-name"
774
774
  },
775
775
  {
776
- "type": "input",
777
- "placeholder": "path/to/file.txt"
776
+ "placeholder": "path/to/file.txt",
777
+ "type": "input"
778
778
  },
779
779
  {
780
780
  "type": "input",
@@ -787,42 +787,42 @@
787
787
  {
788
788
  "type": "stack",
789
789
  "direction": "horizontal",
790
+ "gap": "sm",
791
+ "justify": "center",
790
792
  "children": [
791
793
  {
792
- "label": "Upload",
793
794
  "action": "UPLOAD_FILE",
794
- "icon": "upload",
795
+ "label": "Upload",
796
+ "type": "button",
795
797
  "variant": "primary",
796
- "type": "button"
798
+ "icon": "upload"
797
799
  },
798
800
  {
801
+ "type": "button",
799
802
  "label": "Download",
800
- "action": "DOWNLOAD_FILE",
801
803
  "variant": "secondary",
802
- "type": "button",
803
- "icon": "download"
804
+ "icon": "download",
805
+ "action": "DOWNLOAD_FILE"
804
806
  },
805
807
  {
806
- "label": "List",
807
- "action": "LIST_FILES",
808
808
  "type": "button",
809
+ "action": "LIST_FILES",
810
+ "label": "List",
809
811
  "variant": "secondary",
810
812
  "icon": "list"
811
813
  },
812
814
  {
815
+ "label": "Delete",
813
816
  "icon": "trash-2",
817
+ "action": "DELETE_FILE",
814
818
  "variant": "danger",
815
- "label": "Delete",
816
- "type": "button",
817
- "action": "DELETE_FILE"
819
+ "type": "button"
818
820
  }
819
- ],
820
- "gap": "sm",
821
- "justify": "center"
821
+ ]
822
822
  }
823
823
  ],
824
- "direction": "vertical",
825
- "align": "stretch"
824
+ "align": "stretch",
825
+ "type": "stack"
826
826
  }
827
827
  ]
828
828
  ]
@@ -845,4 +845,4 @@
845
845
  ]
846
846
  }
847
847
  ]
848
- }
848
+ }