@almadar/std 8.2.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 +74 -74
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  27. package/behaviors/registry/app/organisms/std-cms.orb +432 -432
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  29. package/behaviors/registry/app/organisms/std-crm.orb +813 -813
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  37. package/behaviors/registry/app/organisms/std-lms.orb +858 -858
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  42. package/behaviors/registry/core/atoms/std-browse.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  44. package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +413 -413
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +50 -50
  50. package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  51. package/behaviors/registry/core/atoms/std-modal.orb +13 -31
  52. package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  53. package/behaviors/registry/core/atoms/std-push.orb +47 -47
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  55. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  56. package/behaviors/registry/core/atoms/std-search.orb +75 -75
  57. package/behaviors/registry/core/atoms/std-selection.orb +91 -91
  58. package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  59. package/behaviors/registry/core/molecules/std-cart.orb +49 -49
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  62. package/behaviors/registry/core/molecules/std-list.orb +58 -58
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  64. package/behaviors/registry/game/atoms/std-collision.orb +132 -132
  65. package/behaviors/registry/game/atoms/std-combat.orb +59 -59
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  69. package/behaviors/registry/game/atoms/std-movement.orb +287 -287
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +266 -275
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  83. package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  84. package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
  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 +104 -98
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  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 +1124 -1124
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  187. package/package.json +1 -1
@@ -353,43 +353,43 @@
353
353
  "render-ui",
354
354
  "main",
355
355
  {
356
+ "align": "stretch",
356
357
  "gap": "lg",
357
358
  "type": "stack",
358
- "direction": "vertical",
359
- "align": "stretch",
360
359
  "children": [
361
360
  {
362
- "direction": "horizontal",
363
- "gap": "md",
361
+ "type": "stack",
364
362
  "children": [
365
363
  {
366
- "type": "icon",
367
- "name": "video"
364
+ "name": "video",
365
+ "type": "icon"
368
366
  },
369
367
  {
370
368
  "variant": "h2",
371
- "type": "typography",
372
- "content": "YouTube Search"
369
+ "content": "YouTube Search",
370
+ "type": "typography"
373
371
  }
374
372
  ],
375
- "type": "stack",
373
+ "direction": "horizontal",
374
+ "gap": "md",
376
375
  "align": "center"
377
376
  },
378
377
  {
379
378
  "type": "divider"
380
379
  },
381
380
  {
382
- "placeholder": "Search YouTube videos...",
383
- "type": "input"
381
+ "type": "input",
382
+ "placeholder": "Search YouTube videos..."
384
383
  },
385
384
  {
386
- "type": "button",
387
385
  "label": "Search",
386
+ "type": "button",
388
387
  "icon": "search",
389
388
  "action": "SEARCH",
390
389
  "variant": "primary"
391
390
  }
392
- ]
391
+ ],
392
+ "direction": "vertical"
393
393
  }
394
394
  ]
395
395
  ]
@@ -403,9 +403,9 @@
403
403
  "render-ui",
404
404
  "main",
405
405
  {
406
- "message": "Searching YouTube for videos...",
407
406
  "title": "Searching...",
408
- "type": "loading-state"
407
+ "type": "loading-state",
408
+ "message": "Searching YouTube for videos..."
409
409
  }
410
410
  ],
411
411
  [
@@ -413,9 +413,9 @@
413
413
  "youtube",
414
414
  "search",
415
415
  {
416
- "maxResults": 10.0,
417
416
  "type": "video",
418
- "query": "@entity.query"
417
+ "query": "@entity.query",
418
+ "maxResults": 10.0
419
419
  },
420
420
  {
421
421
  "emit": {
@@ -442,12 +442,11 @@
442
442
  {
443
443
  "gap": "lg",
444
444
  "align": "stretch",
445
- "direction": "vertical",
446
445
  "children": [
447
446
  {
447
+ "direction": "horizontal",
448
448
  "gap": "md",
449
449
  "align": "center",
450
- "direction": "horizontal",
451
450
  "children": [
452
451
  {
453
452
  "name": "video",
@@ -455,8 +454,8 @@
455
454
  },
456
455
  {
457
456
  "content": "Search Results",
458
- "type": "typography",
459
- "variant": "h2"
457
+ "variant": "h2",
458
+ "type": "typography"
460
459
  }
461
460
  ],
462
461
  "type": "stack"
@@ -465,34 +464,35 @@
465
464
  "type": "divider"
466
465
  },
467
466
  {
468
- "variant": "body",
467
+ "type": "typography",
469
468
  "content": "Select a video to view details.",
470
- "type": "typography"
469
+ "variant": "body"
471
470
  },
472
471
  {
473
- "direction": "horizontal",
474
- "type": "stack",
475
- "gap": "sm",
476
472
  "justify": "center",
473
+ "gap": "sm",
474
+ "type": "stack",
475
+ "direction": "horizontal",
477
476
  "children": [
478
477
  {
479
478
  "icon": "rotate-ccw",
480
479
  "variant": "ghost",
480
+ "label": "New Search",
481
481
  "type": "button",
482
- "action": "RESET",
483
- "label": "New Search"
482
+ "action": "RESET"
484
483
  },
485
484
  {
486
- "icon": "search",
487
485
  "variant": "ghost",
488
- "label": "Search Again",
486
+ "icon": "search",
489
487
  "type": "button",
488
+ "label": "Search Again",
490
489
  "action": "SEARCH"
491
490
  }
492
491
  ]
493
492
  }
494
493
  ],
495
- "type": "stack"
494
+ "type": "stack",
495
+ "direction": "vertical"
496
496
  }
497
497
  ]
498
498
  ]
@@ -516,40 +516,40 @@
516
516
  "render-ui",
517
517
  "main",
518
518
  {
519
+ "direction": "vertical",
520
+ "gap": "lg",
521
+ "align": "center",
519
522
  "children": [
520
523
  {
524
+ "type": "error-state",
521
525
  "title": "Search Failed",
522
526
  "onRetry": "SEARCH",
523
- "message": "@entity.error",
524
- "type": "error-state"
527
+ "message": "@entity.error"
525
528
  },
526
529
  {
527
- "gap": "sm",
528
- "direction": "horizontal",
529
- "type": "stack",
530
530
  "children": [
531
531
  {
532
- "icon": "refresh-cw",
533
532
  "type": "button",
534
- "action": "SEARCH",
535
533
  "label": "Retry",
534
+ "icon": "refresh-cw",
535
+ "action": "SEARCH",
536
536
  "variant": "primary"
537
537
  },
538
538
  {
539
- "variant": "ghost",
540
- "type": "button",
541
539
  "label": "Reset",
542
- "action": "RESET",
543
- "icon": "rotate-ccw"
540
+ "type": "button",
541
+ "icon": "rotate-ccw",
542
+ "variant": "ghost",
543
+ "action": "RESET"
544
544
  }
545
545
  ],
546
- "justify": "center"
546
+ "gap": "sm",
547
+ "direction": "horizontal",
548
+ "justify": "center",
549
+ "type": "stack"
547
550
  }
548
551
  ],
549
- "direction": "vertical",
550
- "gap": "lg",
551
- "type": "stack",
552
- "align": "center"
552
+ "type": "stack"
553
553
  }
554
554
  ]
555
555
  ]
@@ -563,9 +563,9 @@
563
563
  "render-ui",
564
564
  "main",
565
565
  {
566
+ "message": "Searching YouTube for videos...",
566
567
  "type": "loading-state",
567
- "title": "Searching...",
568
- "message": "Searching YouTube for videos..."
568
+ "title": "Searching..."
569
569
  }
570
570
  ],
571
571
  [
@@ -573,9 +573,9 @@
573
573
  "youtube",
574
574
  "search",
575
575
  {
576
- "type": "video",
577
576
  "query": "@entity.query",
578
- "maxResults": 10.0
577
+ "maxResults": 10.0,
578
+ "type": "video"
579
579
  },
580
580
  {
581
581
  "emit": {
@@ -601,8 +601,8 @@
601
601
  "main",
602
602
  {
603
603
  "title": "Loading video...",
604
- "message": "Fetching video details...",
605
- "type": "loading-state"
604
+ "type": "loading-state",
605
+ "message": "Fetching video details..."
606
606
  }
607
607
  ],
608
608
  [
@@ -635,41 +635,41 @@
635
635
  "render-ui",
636
636
  "main",
637
637
  {
638
- "type": "stack",
639
638
  "gap": "lg",
640
- "align": "stretch",
639
+ "type": "stack",
641
640
  "direction": "vertical",
641
+ "align": "stretch",
642
642
  "children": [
643
643
  {
644
+ "align": "center",
645
+ "type": "stack",
644
646
  "children": [
645
647
  {
646
- "name": "video",
647
- "type": "icon"
648
+ "type": "icon",
649
+ "name": "video"
648
650
  },
649
651
  {
650
- "type": "typography",
652
+ "variant": "h2",
651
653
  "content": "YouTube Search",
652
- "variant": "h2"
654
+ "type": "typography"
653
655
  }
654
656
  ],
655
- "align": "center",
656
- "gap": "md",
657
- "type": "stack",
658
- "direction": "horizontal"
657
+ "direction": "horizontal",
658
+ "gap": "md"
659
659
  },
660
660
  {
661
661
  "type": "divider"
662
662
  },
663
663
  {
664
- "placeholder": "Search YouTube videos...",
665
- "type": "input"
664
+ "type": "input",
665
+ "placeholder": "Search YouTube videos..."
666
666
  },
667
667
  {
668
668
  "variant": "primary",
669
+ "icon": "search",
669
670
  "type": "button",
670
671
  "action": "SEARCH",
671
- "label": "Search",
672
- "icon": "search"
672
+ "label": "Search"
673
673
  }
674
674
  ]
675
675
  }
@@ -695,44 +695,44 @@
695
695
  "render-ui",
696
696
  "main",
697
697
  {
698
+ "direction": "vertical",
699
+ "gap": "lg",
700
+ "align": "stretch",
701
+ "type": "stack",
698
702
  "children": [
699
703
  {
704
+ "direction": "horizontal",
705
+ "type": "stack",
700
706
  "children": [
701
707
  {
702
- "name": "video",
703
- "type": "icon"
708
+ "type": "icon",
709
+ "name": "video"
704
710
  },
705
711
  {
712
+ "content": "@entity.videoTitle",
706
713
  "variant": "h2",
707
- "type": "typography",
708
- "content": "@entity.videoTitle"
714
+ "type": "typography"
709
715
  }
710
716
  ],
711
- "gap": "md",
712
- "type": "stack",
713
717
  "align": "center",
714
- "direction": "horizontal"
718
+ "gap": "md"
715
719
  },
716
720
  {
717
721
  "type": "divider"
718
722
  },
719
723
  {
720
- "variant": "body",
724
+ "type": "typography",
721
725
  "content": "@entity.videoDescription",
722
- "type": "typography"
726
+ "variant": "body"
723
727
  },
724
728
  {
725
- "action": "BACK",
726
- "label": "Back to Results",
729
+ "icon": "arrow-left",
727
730
  "variant": "ghost",
731
+ "action": "BACK",
728
732
  "type": "button",
729
- "icon": "arrow-left"
733
+ "label": "Back to Results"
730
734
  }
731
- ],
732
- "direction": "vertical",
733
- "align": "stretch",
734
- "type": "stack",
735
- "gap": "lg"
735
+ ]
736
736
  }
737
737
  ]
738
738
  ]
@@ -746,25 +746,26 @@
746
746
  "render-ui",
747
747
  "main",
748
748
  {
749
+ "type": "stack",
749
750
  "align": "stretch",
750
- "direction": "vertical",
751
+ "gap": "lg",
751
752
  "children": [
752
753
  {
754
+ "gap": "md",
753
755
  "align": "center",
754
756
  "type": "stack",
757
+ "direction": "horizontal",
755
758
  "children": [
756
759
  {
757
- "type": "icon",
758
- "name": "video"
760
+ "name": "video",
761
+ "type": "icon"
759
762
  },
760
763
  {
761
- "type": "typography",
762
764
  "content": "Search Results",
765
+ "type": "typography",
763
766
  "variant": "h2"
764
767
  }
765
- ],
766
- "gap": "md",
767
- "direction": "horizontal"
768
+ ]
768
769
  },
769
770
  {
770
771
  "type": "divider"
@@ -775,30 +776,29 @@
775
776
  "variant": "body"
776
777
  },
777
778
  {
778
- "direction": "horizontal",
779
779
  "justify": "center",
780
- "gap": "sm",
781
- "type": "stack",
782
780
  "children": [
783
781
  {
784
- "action": "RESET",
785
- "type": "button",
786
782
  "variant": "ghost",
787
783
  "label": "New Search",
788
- "icon": "rotate-ccw"
784
+ "icon": "rotate-ccw",
785
+ "action": "RESET",
786
+ "type": "button"
789
787
  },
790
788
  {
791
789
  "action": "SEARCH",
792
- "icon": "search",
793
790
  "variant": "ghost",
794
- "label": "Search Again",
795
- "type": "button"
791
+ "icon": "search",
792
+ "type": "button",
793
+ "label": "Search Again"
796
794
  }
797
- ]
795
+ ],
796
+ "direction": "horizontal",
797
+ "type": "stack",
798
+ "gap": "sm"
798
799
  }
799
800
  ],
800
- "gap": "lg",
801
- "type": "stack"
801
+ "direction": "vertical"
802
802
  }
803
803
  ]
804
804
  ]
@@ -822,15 +822,13 @@
822
822
  "render-ui",
823
823
  "main",
824
824
  {
825
+ "type": "stack",
826
+ "gap": "lg",
825
827
  "align": "stretch",
826
828
  "direction": "vertical",
827
- "gap": "lg",
828
- "type": "stack",
829
829
  "children": [
830
830
  {
831
831
  "align": "center",
832
- "direction": "horizontal",
833
- "type": "stack",
834
832
  "gap": "md",
835
833
  "children": [
836
834
  {
@@ -838,11 +836,13 @@
838
836
  "name": "video"
839
837
  },
840
838
  {
841
- "content": "YouTube Search",
842
839
  "variant": "h2",
840
+ "content": "YouTube Search",
843
841
  "type": "typography"
844
842
  }
845
- ]
843
+ ],
844
+ "type": "stack",
845
+ "direction": "horizontal"
846
846
  },
847
847
  {
848
848
  "type": "divider"
@@ -852,11 +852,11 @@
852
852
  "placeholder": "Search YouTube videos..."
853
853
  },
854
854
  {
855
- "label": "Search",
855
+ "icon": "search",
856
856
  "type": "button",
857
857
  "variant": "primary",
858
- "action": "SEARCH",
859
- "icon": "search"
858
+ "label": "Search",
859
+ "action": "SEARCH"
860
860
  }
861
861
  ]
862
862
  }
@@ -881,4 +881,4 @@
881
881
  ]
882
882
  }
883
883
  ]
884
- }
884
+ }