@almadar/std 9.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 +55 -59
  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 +55 -59
  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
@@ -344,8 +344,8 @@
344
344
  "ServiceYoutube",
345
345
  {
346
346
  "emit": {
347
- "success": "ServiceYoutubeLoaded",
348
- "failure": "ServiceYoutubeLoadFailed"
347
+ "failure": "ServiceYoutubeLoadFailed",
348
+ "success": "ServiceYoutubeLoaded"
349
349
  }
350
350
  }
351
351
  ],
@@ -355,21 +355,21 @@
355
355
  {
356
356
  "children": [
357
357
  {
358
- "direction": "horizontal",
359
358
  "align": "center",
360
- "type": "stack",
361
- "gap": "md",
362
359
  "children": [
363
360
  {
364
- "type": "icon",
365
- "name": "video"
361
+ "name": "video",
362
+ "type": "icon"
366
363
  },
367
364
  {
368
365
  "type": "typography",
369
366
  "content": "YouTube Search",
370
367
  "variant": "h2"
371
368
  }
372
- ]
369
+ ],
370
+ "gap": "md",
371
+ "direction": "horizontal",
372
+ "type": "stack"
373
373
  },
374
374
  {
375
375
  "type": "divider"
@@ -379,17 +379,17 @@
379
379
  "placeholder": "Search YouTube videos..."
380
380
  },
381
381
  {
382
- "variant": "primary",
383
- "icon": "search",
384
382
  "action": "SEARCH",
383
+ "variant": "primary",
385
384
  "type": "button",
386
- "label": "Search"
385
+ "label": "Search",
386
+ "icon": "search"
387
387
  }
388
388
  ],
389
+ "type": "stack",
389
390
  "align": "stretch",
390
391
  "direction": "vertical",
391
- "gap": "lg",
392
- "type": "stack"
392
+ "gap": "lg"
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...",
406
+ "title": "Searching...",
407
407
  "type": "loading-state",
408
- "title": "Searching..."
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
- "type": "video",
417
416
  "query": "@entity.query",
418
- "maxResults": 10.0
417
+ "maxResults": 10.0,
418
+ "type": "video"
419
419
  },
420
420
  {
421
421
  "emit": {
@@ -440,59 +440,59 @@
440
440
  "render-ui",
441
441
  "main",
442
442
  {
443
+ "gap": "lg",
443
444
  "type": "stack",
444
445
  "children": [
445
446
  {
446
447
  "gap": "md",
447
- "type": "stack",
448
+ "direction": "horizontal",
448
449
  "children": [
449
450
  {
450
451
  "name": "video",
451
452
  "type": "icon"
452
453
  },
453
454
  {
454
- "variant": "h2",
455
+ "type": "typography",
455
456
  "content": "Search Results",
456
- "type": "typography"
457
+ "variant": "h2"
457
458
  }
458
459
  ],
459
- "align": "center",
460
- "direction": "horizontal"
460
+ "type": "stack",
461
+ "align": "center"
461
462
  },
462
463
  {
463
464
  "type": "divider"
464
465
  },
465
466
  {
466
- "type": "typography",
467
467
  "content": "Select a video to view details.",
468
+ "type": "typography",
468
469
  "variant": "body"
469
470
  },
470
471
  {
471
- "gap": "sm",
472
472
  "children": [
473
473
  {
474
+ "icon": "rotate-ccw",
474
475
  "label": "New Search",
475
- "variant": "ghost",
476
476
  "type": "button",
477
477
  "action": "RESET",
478
- "icon": "rotate-ccw"
478
+ "variant": "ghost"
479
479
  },
480
480
  {
481
+ "type": "button",
482
+ "icon": "search",
481
483
  "action": "SEARCH",
482
484
  "label": "Search Again",
483
- "variant": "ghost",
484
- "type": "button",
485
- "icon": "search"
485
+ "variant": "ghost"
486
486
  }
487
487
  ],
488
- "justify": "center",
489
488
  "type": "stack",
490
- "direction": "horizontal"
489
+ "direction": "horizontal",
490
+ "justify": "center",
491
+ "gap": "sm"
491
492
  }
492
493
  ],
493
- "direction": "vertical",
494
494
  "align": "stretch",
495
- "gap": "lg"
495
+ "direction": "vertical"
496
496
  }
497
497
  ]
498
498
  ]
@@ -516,40 +516,40 @@
516
516
  "render-ui",
517
517
  "main",
518
518
  {
519
+ "type": "stack",
520
+ "direction": "vertical",
519
521
  "gap": "lg",
522
+ "align": "center",
520
523
  "children": [
521
524
  {
525
+ "type": "error-state",
522
526
  "message": "@entity.error",
523
527
  "onRetry": "SEARCH",
524
- "type": "error-state",
525
528
  "title": "Search Failed"
526
529
  },
527
530
  {
531
+ "direction": "horizontal",
532
+ "gap": "sm",
528
533
  "children": [
529
534
  {
530
- "icon": "refresh-cw",
531
- "label": "Retry",
532
- "variant": "primary",
535
+ "action": "SEARCH",
533
536
  "type": "button",
534
- "action": "SEARCH"
537
+ "variant": "primary",
538
+ "label": "Retry",
539
+ "icon": "refresh-cw"
535
540
  },
536
541
  {
537
- "action": "RESET",
542
+ "icon": "rotate-ccw",
538
543
  "type": "button",
539
544
  "label": "Reset",
540
- "icon": "rotate-ccw",
545
+ "action": "RESET",
541
546
  "variant": "ghost"
542
547
  }
543
548
  ],
544
- "type": "stack",
545
- "gap": "sm",
546
549
  "justify": "center",
547
- "direction": "horizontal"
550
+ "type": "stack"
548
551
  }
549
- ],
550
- "direction": "vertical",
551
- "type": "stack",
552
- "align": "center"
552
+ ]
553
553
  }
554
554
  ]
555
555
  ]
@@ -563,9 +563,9 @@
563
563
  "render-ui",
564
564
  "main",
565
565
  {
566
- "title": "Searching...",
567
566
  "message": "Searching YouTube for videos...",
568
- "type": "loading-state"
567
+ "type": "loading-state",
568
+ "title": "Searching..."
569
569
  }
570
570
  ],
571
571
  [
@@ -573,14 +573,14 @@
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": {
582
- "failure": "ServiceYoutubeYoutubeFailed",
583
- "success": "ServiceYoutubeYoutubeCompleted"
582
+ "success": "ServiceYoutubeYoutubeCompleted",
583
+ "failure": "ServiceYoutubeYoutubeFailed"
584
584
  }
585
585
  }
586
586
  ]
@@ -635,43 +635,43 @@
635
635
  "render-ui",
636
636
  "main",
637
637
  {
638
- "gap": "lg",
639
- "direction": "vertical",
640
- "type": "stack",
641
638
  "children": [
642
639
  {
643
640
  "align": "center",
641
+ "gap": "md",
642
+ "type": "stack",
644
643
  "children": [
645
644
  {
646
- "type": "icon",
647
- "name": "video"
645
+ "name": "video",
646
+ "type": "icon"
648
647
  },
649
648
  {
649
+ "variant": "h2",
650
650
  "type": "typography",
651
- "content": "YouTube Search",
652
- "variant": "h2"
651
+ "content": "YouTube Search"
653
652
  }
654
653
  ],
655
- "direction": "horizontal",
656
- "gap": "md",
657
- "type": "stack"
654
+ "direction": "horizontal"
658
655
  },
659
656
  {
660
657
  "type": "divider"
661
658
  },
662
659
  {
663
- "type": "input",
664
- "placeholder": "Search YouTube videos..."
660
+ "placeholder": "Search YouTube videos...",
661
+ "type": "input"
665
662
  },
666
663
  {
667
- "variant": "primary",
668
664
  "type": "button",
665
+ "action": "SEARCH",
666
+ "variant": "primary",
669
667
  "icon": "search",
670
- "label": "Search",
671
- "action": "SEARCH"
668
+ "label": "Search"
672
669
  }
673
670
  ],
674
- "align": "stretch"
671
+ "type": "stack",
672
+ "align": "stretch",
673
+ "direction": "vertical",
674
+ "gap": "lg"
675
675
  }
676
676
  ]
677
677
  ]
@@ -695,25 +695,26 @@
695
695
  "render-ui",
696
696
  "main",
697
697
  {
698
- "direction": "vertical",
699
698
  "gap": "lg",
699
+ "align": "stretch",
700
+ "type": "stack",
700
701
  "children": [
701
702
  {
703
+ "gap": "md",
704
+ "direction": "horizontal",
702
705
  "children": [
703
706
  {
704
- "name": "video",
705
- "type": "icon"
707
+ "type": "icon",
708
+ "name": "video"
706
709
  },
707
710
  {
711
+ "content": "@entity.videoTitle",
708
712
  "variant": "h2",
709
- "type": "typography",
710
- "content": "@entity.videoTitle"
713
+ "type": "typography"
711
714
  }
712
715
  ],
713
- "direction": "horizontal",
714
- "gap": "md",
715
- "type": "stack",
716
- "align": "center"
716
+ "align": "center",
717
+ "type": "stack"
717
718
  },
718
719
  {
719
720
  "type": "divider"
@@ -724,15 +725,14 @@
724
725
  "content": "@entity.videoDescription"
725
726
  },
726
727
  {
727
- "type": "button",
728
+ "label": "Back to Results",
728
729
  "variant": "ghost",
729
730
  "icon": "arrow-left",
730
731
  "action": "BACK",
731
- "label": "Back to Results"
732
+ "type": "button"
732
733
  }
733
734
  ],
734
- "type": "stack",
735
- "align": "stretch"
735
+ "direction": "vertical"
736
736
  }
737
737
  ]
738
738
  ]
@@ -746,25 +746,25 @@
746
746
  "render-ui",
747
747
  "main",
748
748
  {
749
- "gap": "lg",
750
749
  "type": "stack",
750
+ "gap": "lg",
751
751
  "direction": "vertical",
752
752
  "align": "stretch",
753
753
  "children": [
754
754
  {
755
- "direction": "horizontal",
756
755
  "children": [
757
756
  {
758
757
  "name": "video",
759
758
  "type": "icon"
760
759
  },
761
760
  {
761
+ "type": "typography",
762
762
  "variant": "h2",
763
- "content": "Search Results",
764
- "type": "typography"
763
+ "content": "Search Results"
765
764
  }
766
765
  ],
767
766
  "type": "stack",
767
+ "direction": "horizontal",
768
768
  "gap": "md",
769
769
  "align": "center"
770
770
  },
@@ -772,31 +772,31 @@
772
772
  "type": "divider"
773
773
  },
774
774
  {
775
+ "type": "typography",
775
776
  "content": "Select a video to view details.",
776
- "variant": "body",
777
- "type": "typography"
777
+ "variant": "body"
778
778
  },
779
779
  {
780
780
  "justify": "center",
781
+ "type": "stack",
782
+ "gap": "sm",
783
+ "direction": "horizontal",
781
784
  "children": [
782
785
  {
783
- "type": "button",
784
- "variant": "ghost",
785
- "icon": "rotate-ccw",
786
+ "action": "RESET",
786
787
  "label": "New Search",
787
- "action": "RESET"
788
+ "variant": "ghost",
789
+ "type": "button",
790
+ "icon": "rotate-ccw"
788
791
  },
789
792
  {
790
- "variant": "ghost",
791
- "icon": "search",
793
+ "action": "SEARCH",
792
794
  "label": "Search Again",
795
+ "variant": "ghost",
793
796
  "type": "button",
794
- "action": "SEARCH"
797
+ "icon": "search"
795
798
  }
796
- ],
797
- "gap": "sm",
798
- "type": "stack",
799
- "direction": "horizontal"
799
+ ]
800
800
  }
801
801
  ]
802
802
  }
@@ -823,24 +823,22 @@
823
823
  "main",
824
824
  {
825
825
  "direction": "vertical",
826
- "type": "stack",
827
- "gap": "lg",
828
826
  "children": [
829
827
  {
830
- "type": "stack",
831
- "gap": "md",
832
- "align": "center",
833
828
  "children": [
834
829
  {
835
- "name": "video",
836
- "type": "icon"
830
+ "type": "icon",
831
+ "name": "video"
837
832
  },
838
833
  {
839
- "type": "typography",
834
+ "content": "YouTube Search",
840
835
  "variant": "h2",
841
- "content": "YouTube Search"
836
+ "type": "typography"
842
837
  }
843
838
  ],
839
+ "type": "stack",
840
+ "align": "center",
841
+ "gap": "md",
844
842
  "direction": "horizontal"
845
843
  },
846
844
  {
@@ -851,14 +849,16 @@
851
849
  "placeholder": "Search YouTube videos..."
852
850
  },
853
851
  {
854
- "type": "button",
855
852
  "label": "Search",
856
853
  "action": "SEARCH",
857
854
  "variant": "primary",
858
- "icon": "search"
855
+ "icon": "search",
856
+ "type": "button"
859
857
  }
860
858
  ],
861
- "align": "stretch"
859
+ "type": "stack",
860
+ "align": "stretch",
861
+ "gap": "lg"
862
862
  }
863
863
  ]
864
864
  ]