@almadar/std 8.2.0 → 8.3.0

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