@almadar/std 13.7.0 → 13.8.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 (139) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  24. package/behaviors/registry/app/organisms/std-cms.orb +547 -547
  25. package/behaviors/registry/core/atoms/std-browse.orb +36 -36
  26. package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  27. package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  28. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  29. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  30. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  31. package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  32. package/behaviors/registry/core/atoms/std-filter.orb +6 -9
  33. package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  34. package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  35. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  36. package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  37. package/behaviors/registry/core/atoms/std-push.orb +48 -90
  38. package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  39. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  40. package/behaviors/registry/core/atoms/std-search.orb +3 -3
  41. package/behaviors/registry/core/atoms/std-selection.orb +102 -102
  42. package/behaviors/registry/core/atoms/std-stats.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  44. package/behaviors/registry/core/molecules/std-cart.orb +64 -64
  45. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  46. package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  47. package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  48. package/behaviors/registry/core/molecules/std-list.orb +63 -63
  49. package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  50. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  51. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  52. package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  53. package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  54. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  55. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  56. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  57. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  58. package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  59. package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  60. package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  61. package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  62. package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  63. package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  64. package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  65. package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  66. package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  67. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  68. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  69. package/dist/behaviors/behaviors-registry.json +2913 -322
  70. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  71. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  72. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  73. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  74. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  75. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  76. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  77. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  78. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  79. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  80. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  81. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  82. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  83. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  84. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  85. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  86. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  87. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  88. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  89. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  90. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  91. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  92. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  93. package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
  94. package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
  95. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  96. package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  97. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  98. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  99. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  100. package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  101. package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
  102. package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  103. package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  104. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  105. package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  106. package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
  107. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  108. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  109. package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
  110. package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
  111. package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
  112. package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  113. package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
  114. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  115. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  116. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  117. package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
  118. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  119. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  120. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  121. package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  122. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  123. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  124. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  125. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  126. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  127. package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  128. package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  129. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  130. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  131. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  132. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  133. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  134. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  135. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  136. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  137. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  138. package/dist/behaviors-registry.json +2913 -322
  139. package/package.json +1 -1
@@ -322,6 +322,26 @@
322
322
  "to": "idle",
323
323
  "event": "INIT",
324
324
  "effects": [
325
+ [
326
+ "set",
327
+ "@entity.bucket",
328
+ "uploads"
329
+ ],
330
+ [
331
+ "set",
332
+ "@entity.content",
333
+ ""
334
+ ],
335
+ [
336
+ "set",
337
+ "@entity.fileKey",
338
+ ""
339
+ ],
340
+ [
341
+ "set",
342
+ "@entity.prefix",
343
+ ""
344
+ ],
325
345
  [
326
346
  "fetch",
327
347
  "ServiceStorage",
@@ -336,26 +356,23 @@
336
356
  "render-ui",
337
357
  "main",
338
358
  {
339
- "gap": "lg",
340
- "align": "stretch",
341
- "type": "stack",
342
359
  "children": [
343
360
  {
344
- "type": "stack",
345
361
  "align": "center",
362
+ "direction": "horizontal",
363
+ "type": "stack",
364
+ "gap": "md",
346
365
  "children": [
347
366
  {
348
367
  "type": "icon",
349
368
  "name": "hard-drive"
350
369
  },
351
370
  {
352
- "variant": "h2",
353
371
  "type": "typography",
372
+ "variant": "h2",
354
373
  "content": "ServiceStorage Storage"
355
374
  }
356
- ],
357
- "direction": "horizontal",
358
- "gap": "md"
375
+ ]
359
376
  },
360
377
  {
361
378
  "type": "divider"
@@ -369,35 +386,37 @@
369
386
  "placeholder": "path/to/file.txt"
370
387
  },
371
388
  {
372
- "placeholder": "path/prefix/",
373
- "type": "input"
389
+ "type": "input",
390
+ "placeholder": "path/prefix/"
374
391
  },
375
392
  {
376
- "type": "textarea",
377
- "placeholder": "File content..."
393
+ "placeholder": "File content...",
394
+ "type": "textarea"
378
395
  },
379
396
  {
397
+ "direction": "horizontal",
398
+ "justify": "center",
380
399
  "children": [
381
400
  {
382
401
  "action": "UPLOAD_FILE",
383
402
  "label": "Upload",
384
- "type": "button",
385
403
  "variant": "primary",
404
+ "type": "button",
386
405
  "icon": "upload"
387
406
  },
388
407
  {
389
- "action": "DOWNLOAD_FILE",
390
408
  "type": "button",
391
- "label": "Download",
409
+ "action": "DOWNLOAD_FILE",
410
+ "icon": "download",
392
411
  "variant": "secondary",
393
- "icon": "download"
412
+ "label": "Download"
394
413
  },
395
414
  {
396
415
  "label": "List",
416
+ "variant": "secondary",
397
417
  "type": "button",
398
418
  "icon": "list",
399
- "action": "LIST_FILES",
400
- "variant": "secondary"
419
+ "action": "LIST_FILES"
401
420
  },
402
421
  {
403
422
  "action": "DELETE_FILE",
@@ -407,13 +426,14 @@
407
426
  "label": "Delete"
408
427
  }
409
428
  ],
410
- "justify": "center",
411
429
  "gap": "sm",
412
- "type": "stack",
413
- "direction": "horizontal"
430
+ "type": "stack"
414
431
  }
415
432
  ],
416
- "direction": "vertical"
433
+ "gap": "lg",
434
+ "align": "stretch",
435
+ "direction": "vertical",
436
+ "type": "stack"
417
437
  }
418
438
  ]
419
439
  ]
@@ -427,9 +447,9 @@
427
447
  "render-ui",
428
448
  "main",
429
449
  {
450
+ "title": "Processing...",
430
451
  "message": "Executing storage operation on servicestorage...",
431
- "type": "loading-state",
432
- "title": "Processing..."
452
+ "type": "loading-state"
433
453
  }
434
454
  ],
435
455
  [
@@ -437,9 +457,9 @@
437
457
  "storage",
438
458
  "upload",
439
459
  {
440
- "content": "@entity.content",
441
460
  "bucket": "@entity.bucket",
442
- "key": "@entity.fileKey"
461
+ "key": "@entity.fileKey",
462
+ "content": "@entity.content"
443
463
  },
444
464
  {
445
465
  "emit": {
@@ -460,8 +480,8 @@
460
480
  "main",
461
481
  {
462
482
  "title": "Processing...",
463
- "type": "loading-state",
464
- "message": "Executing storage operation on servicestorage..."
483
+ "message": "Executing storage operation on servicestorage...",
484
+ "type": "loading-state"
465
485
  }
466
486
  ],
467
487
  [
@@ -522,8 +542,8 @@
522
542
  "main",
523
543
  {
524
544
  "title": "Processing...",
525
- "type": "loading-state",
526
- "message": "Executing storage operation on servicestorage..."
545
+ "message": "Executing storage operation on servicestorage...",
546
+ "type": "loading-state"
527
547
  }
528
548
  ],
529
549
  [
@@ -536,8 +556,8 @@
536
556
  },
537
557
  {
538
558
  "emit": {
539
- "failure": "ServiceStorageStorageFailed",
540
- "success": "ServiceStorageStorageCompleted"
559
+ "success": "ServiceStorageStorageCompleted",
560
+ "failure": "ServiceStorageStorageFailed"
541
561
  }
542
562
  }
543
563
  ]
@@ -562,19 +582,15 @@
562
582
  "render-ui",
563
583
  "main",
564
584
  {
565
- "type": "stack",
566
- "gap": "lg",
567
- "direction": "vertical",
568
- "align": "center",
569
585
  "children": [
570
586
  {
571
587
  "type": "icon",
572
588
  "name": "check-circle"
573
589
  },
574
590
  {
575
- "type": "alert",
576
591
  "variant": "success",
577
- "message": "Operation completed successfully"
592
+ "message": "Operation completed successfully",
593
+ "type": "alert"
578
594
  },
579
595
  {
580
596
  "variant": "body",
@@ -584,12 +600,16 @@
584
600
  },
585
601
  {
586
602
  "variant": "ghost",
603
+ "icon": "rotate-ccw",
587
604
  "type": "button",
588
605
  "label": "Back",
589
- "icon": "rotate-ccw",
590
606
  "action": "RESET"
591
607
  }
592
- ]
608
+ ],
609
+ "type": "stack",
610
+ "direction": "vertical",
611
+ "align": "center",
612
+ "gap": "lg"
593
613
  }
594
614
  ]
595
615
  ]
@@ -613,24 +633,24 @@
613
633
  "render-ui",
614
634
  "main",
615
635
  {
616
- "type": "stack",
617
- "align": "center",
618
636
  "children": [
619
637
  {
620
- "message": "@entity.error",
621
638
  "title": "Operation Failed",
622
- "type": "error-state"
639
+ "type": "error-state",
640
+ "message": "@entity.error"
623
641
  },
624
642
  {
625
- "variant": "ghost",
626
- "label": "Back",
643
+ "icon": "rotate-ccw",
627
644
  "action": "RESET",
645
+ "label": "Back",
628
646
  "type": "button",
629
- "icon": "rotate-ccw"
647
+ "variant": "ghost"
630
648
  }
631
649
  ],
650
+ "type": "stack",
651
+ "direction": "vertical",
632
652
  "gap": "lg",
633
- "direction": "vertical"
653
+ "align": "center"
634
654
  }
635
655
  ]
636
656
  ]
@@ -650,82 +670,82 @@
650
670
  "main",
651
671
  {
652
672
  "direction": "vertical",
653
- "align": "stretch",
654
673
  "type": "stack",
655
674
  "children": [
656
675
  {
657
676
  "gap": "md",
677
+ "type": "stack",
678
+ "align": "center",
658
679
  "direction": "horizontal",
659
680
  "children": [
660
681
  {
661
- "name": "hard-drive",
662
- "type": "icon"
682
+ "type": "icon",
683
+ "name": "hard-drive"
663
684
  },
664
685
  {
686
+ "type": "typography",
665
687
  "content": "ServiceStorage Storage",
666
- "variant": "h2",
667
- "type": "typography"
688
+ "variant": "h2"
668
689
  }
669
- ],
670
- "type": "stack",
671
- "align": "center"
690
+ ]
672
691
  },
673
692
  {
674
693
  "type": "divider"
675
694
  },
676
695
  {
677
- "type": "input",
678
- "placeholder": "bucket-name"
696
+ "placeholder": "bucket-name",
697
+ "type": "input"
679
698
  },
680
699
  {
681
- "placeholder": "path/to/file.txt",
682
- "type": "input"
700
+ "type": "input",
701
+ "placeholder": "path/to/file.txt"
683
702
  },
684
703
  {
685
- "placeholder": "path/prefix/",
686
- "type": "input"
704
+ "type": "input",
705
+ "placeholder": "path/prefix/"
687
706
  },
688
707
  {
689
- "placeholder": "File content...",
690
- "type": "textarea"
708
+ "type": "textarea",
709
+ "placeholder": "File content..."
691
710
  },
692
711
  {
693
- "direction": "horizontal",
694
- "gap": "sm",
712
+ "justify": "center",
695
713
  "children": [
696
714
  {
697
715
  "action": "UPLOAD_FILE",
698
716
  "label": "Upload",
699
- "icon": "upload",
700
717
  "variant": "primary",
718
+ "icon": "upload",
701
719
  "type": "button"
702
720
  },
703
721
  {
704
- "icon": "download",
722
+ "variant": "secondary",
723
+ "label": "Download",
705
724
  "action": "DOWNLOAD_FILE",
706
725
  "type": "button",
707
- "label": "Download",
708
- "variant": "secondary"
726
+ "icon": "download"
709
727
  },
710
728
  {
711
729
  "action": "LIST_FILES",
712
- "label": "List",
730
+ "type": "button",
713
731
  "variant": "secondary",
714
- "icon": "list",
715
- "type": "button"
732
+ "label": "List",
733
+ "icon": "list"
716
734
  },
717
735
  {
736
+ "icon": "trash-2",
718
737
  "type": "button",
719
738
  "label": "Delete",
720
- "icon": "trash-2",
721
- "variant": "danger",
722
- "action": "DELETE_FILE"
739
+ "action": "DELETE_FILE",
740
+ "variant": "danger"
723
741
  }
724
742
  ],
725
- "type": "stack",
726
- "justify": "center"
743
+ "direction": "horizontal",
744
+ "gap": "sm",
745
+ "type": "stack"
727
746
  }
728
747
  ],
748
+ "align": "stretch",
729
749
  "gap": "lg"
730
750
  }
731
751
  ]
@@ -745,16 +765,13 @@
745
765
  "render-ui",
746
766
  "main",
747
767
  {
748
- "direction": "vertical",
749
768
  "type": "stack",
750
- "align": "stretch",
751
- "gap": "lg",
752
769
  "children": [
753
770
  {
754
- "direction": "horizontal",
771
+ "gap": "md",
755
772
  "type": "stack",
773
+ "direction": "horizontal",
756
774
  "align": "center",
757
- "gap": "md",
758
775
  "children": [
759
776
  {
760
777
  "type": "icon",
@@ -762,8 +779,8 @@
762
779
  },
763
780
  {
764
781
  "variant": "h2",
765
- "type": "typography",
766
- "content": "ServiceStorage Storage"
782
+ "content": "ServiceStorage Storage",
783
+ "type": "typography"
767
784
  }
768
785
  ]
769
786
  },
@@ -775,54 +792,57 @@
775
792
  "placeholder": "bucket-name"
776
793
  },
777
794
  {
778
- "type": "input",
779
- "placeholder": "path/to/file.txt"
795
+ "placeholder": "path/to/file.txt",
796
+ "type": "input"
780
797
  },
781
798
  {
782
- "placeholder": "path/prefix/",
783
- "type": "input"
799
+ "type": "input",
800
+ "placeholder": "path/prefix/"
784
801
  },
785
802
  {
786
803
  "type": "textarea",
787
804
  "placeholder": "File content..."
788
805
  },
789
806
  {
790
- "gap": "sm",
807
+ "type": "stack",
791
808
  "direction": "horizontal",
809
+ "justify": "center",
810
+ "gap": "sm",
792
811
  "children": [
793
812
  {
794
813
  "type": "button",
795
814
  "action": "UPLOAD_FILE",
796
- "variant": "primary",
815
+ "label": "Upload",
797
816
  "icon": "upload",
798
- "label": "Upload"
817
+ "variant": "primary"
799
818
  },
800
819
  {
801
820
  "action": "DOWNLOAD_FILE",
802
821
  "icon": "download",
803
- "type": "button",
804
822
  "variant": "secondary",
805
- "label": "Download"
823
+ "label": "Download",
824
+ "type": "button"
806
825
  },
807
826
  {
808
- "type": "button",
809
- "variant": "secondary",
810
827
  "action": "LIST_FILES",
828
+ "type": "button",
811
829
  "icon": "list",
812
- "label": "List"
830
+ "label": "List",
831
+ "variant": "secondary"
813
832
  },
814
833
  {
815
- "action": "DELETE_FILE",
834
+ "type": "button",
816
835
  "variant": "danger",
836
+ "label": "Delete",
817
837
  "icon": "trash-2",
818
- "type": "button",
819
- "label": "Delete"
838
+ "action": "DELETE_FILE"
820
839
  }
821
- ],
822
- "justify": "center",
823
- "type": "stack"
840
+ ]
824
841
  }
825
- ]
842
+ ],
843
+ "direction": "vertical",
844
+ "gap": "lg",
845
+ "align": "stretch"
826
846
  }
827
847
  ]
828
848
  ]
@@ -845,4 +865,4 @@
845
865
  ]
846
866
  }
847
867
  ]
848
- }
868
+ }