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