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