@almadar/std 13.7.0 → 13.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/package.json +1 -1
|
@@ -339,6 +339,11 @@
|
|
|
339
339
|
"to": "idle",
|
|
340
340
|
"event": "INIT",
|
|
341
341
|
"effects": [
|
|
342
|
+
[
|
|
343
|
+
"set",
|
|
344
|
+
"@entity.query",
|
|
345
|
+
""
|
|
346
|
+
],
|
|
342
347
|
[
|
|
343
348
|
"fetch",
|
|
344
349
|
"ServiceYoutube",
|
|
@@ -354,42 +359,42 @@
|
|
|
354
359
|
"main",
|
|
355
360
|
{
|
|
356
361
|
"direction": "vertical",
|
|
362
|
+
"gap": "lg",
|
|
357
363
|
"children": [
|
|
358
364
|
{
|
|
359
|
-
"
|
|
365
|
+
"align": "center",
|
|
366
|
+
"gap": "md",
|
|
360
367
|
"children": [
|
|
361
368
|
{
|
|
362
369
|
"type": "icon",
|
|
363
370
|
"name": "video"
|
|
364
371
|
},
|
|
365
372
|
{
|
|
373
|
+
"type": "typography",
|
|
366
374
|
"content": "YouTube Search",
|
|
367
|
-
"variant": "h2"
|
|
368
|
-
"type": "typography"
|
|
375
|
+
"variant": "h2"
|
|
369
376
|
}
|
|
370
377
|
],
|
|
371
378
|
"type": "stack",
|
|
372
|
-
"
|
|
373
|
-
"align": "center"
|
|
379
|
+
"direction": "horizontal"
|
|
374
380
|
},
|
|
375
381
|
{
|
|
376
382
|
"type": "divider"
|
|
377
383
|
},
|
|
378
384
|
{
|
|
379
|
-
"
|
|
380
|
-
"
|
|
385
|
+
"placeholder": "Search YouTube videos...",
|
|
386
|
+
"type": "input"
|
|
381
387
|
},
|
|
382
388
|
{
|
|
383
|
-
"action": "SEARCH",
|
|
384
|
-
"variant": "primary",
|
|
385
|
-
"label": "Search",
|
|
386
389
|
"type": "button",
|
|
387
|
-
"
|
|
390
|
+
"variant": "primary",
|
|
391
|
+
"icon": "search",
|
|
392
|
+
"action": "SEARCH",
|
|
393
|
+
"label": "Search"
|
|
388
394
|
}
|
|
389
395
|
],
|
|
390
|
-
"align": "stretch",
|
|
391
396
|
"type": "stack",
|
|
392
|
-
"
|
|
397
|
+
"align": "stretch"
|
|
393
398
|
}
|
|
394
399
|
]
|
|
395
400
|
]
|
|
@@ -413,9 +418,9 @@
|
|
|
413
418
|
"youtube",
|
|
414
419
|
"search",
|
|
415
420
|
{
|
|
421
|
+
"maxResults": 10.0,
|
|
416
422
|
"type": "video",
|
|
417
|
-
"query": "@entity.query"
|
|
418
|
-
"maxResults": 10.0
|
|
423
|
+
"query": "@entity.query"
|
|
419
424
|
},
|
|
420
425
|
{
|
|
421
426
|
"emit": {
|
|
@@ -440,25 +445,22 @@
|
|
|
440
445
|
"render-ui",
|
|
441
446
|
"main",
|
|
442
447
|
{
|
|
443
|
-
"gap": "lg",
|
|
444
|
-
"direction": "vertical",
|
|
445
448
|
"type": "stack",
|
|
446
|
-
"align": "stretch",
|
|
447
449
|
"children": [
|
|
448
450
|
{
|
|
449
451
|
"direction": "horizontal",
|
|
452
|
+
"gap": "md",
|
|
450
453
|
"align": "center",
|
|
451
454
|
"type": "stack",
|
|
452
|
-
"gap": "md",
|
|
453
455
|
"children": [
|
|
454
456
|
{
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
+
"type": "icon",
|
|
458
|
+
"name": "video"
|
|
457
459
|
},
|
|
458
460
|
{
|
|
459
461
|
"content": "Search Results",
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
+
"variant": "h2",
|
|
463
|
+
"type": "typography"
|
|
462
464
|
}
|
|
463
465
|
]
|
|
464
466
|
},
|
|
@@ -466,33 +468,36 @@
|
|
|
466
468
|
"type": "divider"
|
|
467
469
|
},
|
|
468
470
|
{
|
|
469
|
-
"content": "Select a video to view details.",
|
|
470
471
|
"type": "typography",
|
|
472
|
+
"content": "Select a video to view details.",
|
|
471
473
|
"variant": "body"
|
|
472
474
|
},
|
|
473
475
|
{
|
|
474
|
-
"gap": "sm",
|
|
475
|
-
"type": "stack",
|
|
476
476
|
"justify": "center",
|
|
477
477
|
"direction": "horizontal",
|
|
478
|
+
"type": "stack",
|
|
479
|
+
"gap": "sm",
|
|
478
480
|
"children": [
|
|
479
481
|
{
|
|
480
482
|
"action": "RESET",
|
|
481
|
-
"variant": "ghost",
|
|
482
483
|
"label": "New Search",
|
|
483
|
-
"
|
|
484
|
-
"
|
|
484
|
+
"type": "button",
|
|
485
|
+
"variant": "ghost",
|
|
486
|
+
"icon": "rotate-ccw"
|
|
485
487
|
},
|
|
486
488
|
{
|
|
487
|
-
"type": "button",
|
|
488
489
|
"label": "Search Again",
|
|
490
|
+
"type": "button",
|
|
489
491
|
"variant": "ghost",
|
|
490
|
-
"
|
|
491
|
-
"
|
|
492
|
+
"icon": "search",
|
|
493
|
+
"action": "SEARCH"
|
|
492
494
|
}
|
|
493
495
|
]
|
|
494
496
|
}
|
|
495
|
-
]
|
|
497
|
+
],
|
|
498
|
+
"align": "stretch",
|
|
499
|
+
"gap": "lg",
|
|
500
|
+
"direction": "vertical"
|
|
496
501
|
}
|
|
497
502
|
]
|
|
498
503
|
]
|
|
@@ -516,40 +521,40 @@
|
|
|
516
521
|
"render-ui",
|
|
517
522
|
"main",
|
|
518
523
|
{
|
|
519
|
-
"type": "stack",
|
|
520
|
-
"direction": "vertical",
|
|
521
|
-
"align": "center",
|
|
522
524
|
"children": [
|
|
523
525
|
{
|
|
526
|
+
"type": "error-state",
|
|
524
527
|
"onRetry": "SEARCH",
|
|
525
|
-
"message": "@entity.error",
|
|
526
528
|
"title": "Search Failed",
|
|
527
|
-
"
|
|
529
|
+
"message": "@entity.error"
|
|
528
530
|
},
|
|
529
531
|
{
|
|
530
|
-
"gap": "sm",
|
|
531
|
-
"justify": "center",
|
|
532
|
-
"direction": "horizontal",
|
|
533
532
|
"children": [
|
|
534
533
|
{
|
|
535
534
|
"action": "SEARCH",
|
|
536
|
-
"
|
|
537
|
-
"type": "button",
|
|
535
|
+
"variant": "primary",
|
|
538
536
|
"icon": "refresh-cw",
|
|
539
|
-
"
|
|
537
|
+
"type": "button",
|
|
538
|
+
"label": "Retry"
|
|
540
539
|
},
|
|
541
540
|
{
|
|
542
|
-
"
|
|
541
|
+
"type": "button",
|
|
543
542
|
"label": "Reset",
|
|
544
543
|
"variant": "ghost",
|
|
545
|
-
"
|
|
546
|
-
"
|
|
544
|
+
"action": "RESET",
|
|
545
|
+
"icon": "rotate-ccw"
|
|
547
546
|
}
|
|
548
547
|
],
|
|
548
|
+
"direction": "horizontal",
|
|
549
|
+
"justify": "center",
|
|
550
|
+
"gap": "sm",
|
|
549
551
|
"type": "stack"
|
|
550
552
|
}
|
|
551
553
|
],
|
|
552
|
-
"
|
|
554
|
+
"direction": "vertical",
|
|
555
|
+
"type": "stack",
|
|
556
|
+
"gap": "lg",
|
|
557
|
+
"align": "center"
|
|
553
558
|
}
|
|
554
559
|
]
|
|
555
560
|
]
|
|
@@ -573,14 +578,14 @@
|
|
|
573
578
|
"youtube",
|
|
574
579
|
"search",
|
|
575
580
|
{
|
|
576
|
-
"
|
|
581
|
+
"maxResults": 10.0,
|
|
577
582
|
"query": "@entity.query",
|
|
578
|
-
"
|
|
583
|
+
"type": "video"
|
|
579
584
|
},
|
|
580
585
|
{
|
|
581
586
|
"emit": {
|
|
582
|
-
"
|
|
583
|
-
"
|
|
587
|
+
"failure": "ServiceYoutubeYoutubeFailed",
|
|
588
|
+
"success": "ServiceYoutubeYoutubeCompleted"
|
|
584
589
|
}
|
|
585
590
|
}
|
|
586
591
|
]
|
|
@@ -600,8 +605,8 @@
|
|
|
600
605
|
"render-ui",
|
|
601
606
|
"main",
|
|
602
607
|
{
|
|
603
|
-
"type": "loading-state",
|
|
604
608
|
"message": "Fetching video details...",
|
|
609
|
+
"type": "loading-state",
|
|
605
610
|
"title": "Loading video..."
|
|
606
611
|
}
|
|
607
612
|
],
|
|
@@ -614,8 +619,8 @@
|
|
|
614
619
|
},
|
|
615
620
|
{
|
|
616
621
|
"emit": {
|
|
617
|
-
"
|
|
618
|
-
"
|
|
622
|
+
"failure": "ServiceYoutubeYoutubeFailed",
|
|
623
|
+
"success": "ServiceYoutubeYoutubeCompleted"
|
|
619
624
|
}
|
|
620
625
|
}
|
|
621
626
|
]
|
|
@@ -635,41 +640,41 @@
|
|
|
635
640
|
"render-ui",
|
|
636
641
|
"main",
|
|
637
642
|
{
|
|
638
|
-
"align": "stretch",
|
|
639
643
|
"direction": "vertical",
|
|
640
644
|
"gap": "lg",
|
|
641
645
|
"type": "stack",
|
|
646
|
+
"align": "stretch",
|
|
642
647
|
"children": [
|
|
643
648
|
{
|
|
644
|
-
"
|
|
645
|
-
"gap": "md",
|
|
649
|
+
"type": "stack",
|
|
646
650
|
"children": [
|
|
647
651
|
{
|
|
648
|
-
"
|
|
649
|
-
"
|
|
652
|
+
"type": "icon",
|
|
653
|
+
"name": "video"
|
|
650
654
|
},
|
|
651
655
|
{
|
|
652
|
-
"content": "YouTube Search",
|
|
653
656
|
"variant": "h2",
|
|
657
|
+
"content": "YouTube Search",
|
|
654
658
|
"type": "typography"
|
|
655
659
|
}
|
|
656
660
|
],
|
|
657
|
-
"
|
|
658
|
-
"align": "center"
|
|
661
|
+
"gap": "md",
|
|
662
|
+
"align": "center",
|
|
663
|
+
"direction": "horizontal"
|
|
659
664
|
},
|
|
660
665
|
{
|
|
661
666
|
"type": "divider"
|
|
662
667
|
},
|
|
663
668
|
{
|
|
664
|
-
"
|
|
665
|
-
"
|
|
669
|
+
"type": "input",
|
|
670
|
+
"placeholder": "Search YouTube videos..."
|
|
666
671
|
},
|
|
667
672
|
{
|
|
668
|
-
"
|
|
673
|
+
"variant": "primary",
|
|
674
|
+
"icon": "search",
|
|
669
675
|
"label": "Search",
|
|
670
676
|
"action": "SEARCH",
|
|
671
|
-
"
|
|
672
|
-
"icon": "search"
|
|
677
|
+
"type": "button"
|
|
673
678
|
}
|
|
674
679
|
]
|
|
675
680
|
}
|
|
@@ -697,6 +702,7 @@
|
|
|
697
702
|
{
|
|
698
703
|
"children": [
|
|
699
704
|
{
|
|
705
|
+
"direction": "horizontal",
|
|
700
706
|
"children": [
|
|
701
707
|
{
|
|
702
708
|
"name": "video",
|
|
@@ -708,7 +714,6 @@
|
|
|
708
714
|
"variant": "h2"
|
|
709
715
|
}
|
|
710
716
|
],
|
|
711
|
-
"direction": "horizontal",
|
|
712
717
|
"type": "stack",
|
|
713
718
|
"gap": "md",
|
|
714
719
|
"align": "center"
|
|
@@ -717,22 +722,22 @@
|
|
|
717
722
|
"type": "divider"
|
|
718
723
|
},
|
|
719
724
|
{
|
|
725
|
+
"variant": "body",
|
|
720
726
|
"type": "typography",
|
|
721
|
-
"content": "@entity.videoDescription"
|
|
722
|
-
"variant": "body"
|
|
727
|
+
"content": "@entity.videoDescription"
|
|
723
728
|
},
|
|
724
729
|
{
|
|
725
730
|
"type": "button",
|
|
726
|
-
"icon": "arrow-left",
|
|
727
|
-
"label": "Back to Results",
|
|
728
731
|
"variant": "ghost",
|
|
729
|
-
"action": "BACK"
|
|
732
|
+
"action": "BACK",
|
|
733
|
+
"label": "Back to Results",
|
|
734
|
+
"icon": "arrow-left"
|
|
730
735
|
}
|
|
731
736
|
],
|
|
732
|
-
"gap": "lg",
|
|
733
|
-
"direction": "vertical",
|
|
734
737
|
"type": "stack",
|
|
735
|
-
"align": "stretch"
|
|
738
|
+
"align": "stretch",
|
|
739
|
+
"gap": "lg",
|
|
740
|
+
"direction": "vertical"
|
|
736
741
|
}
|
|
737
742
|
]
|
|
738
743
|
]
|
|
@@ -746,25 +751,21 @@
|
|
|
746
751
|
"render-ui",
|
|
747
752
|
"main",
|
|
748
753
|
{
|
|
749
|
-
"direction": "vertical",
|
|
750
|
-
"gap": "lg",
|
|
751
|
-
"type": "stack",
|
|
752
|
-
"align": "stretch",
|
|
753
754
|
"children": [
|
|
754
755
|
{
|
|
755
|
-
"
|
|
756
|
+
"type": "stack",
|
|
756
757
|
"align": "center",
|
|
757
758
|
"gap": "md",
|
|
758
|
-
"
|
|
759
|
+
"direction": "horizontal",
|
|
759
760
|
"children": [
|
|
760
761
|
{
|
|
761
762
|
"type": "icon",
|
|
762
763
|
"name": "video"
|
|
763
764
|
},
|
|
764
765
|
{
|
|
765
|
-
"content": "Search Results",
|
|
766
766
|
"type": "typography",
|
|
767
|
-
"variant": "h2"
|
|
767
|
+
"variant": "h2",
|
|
768
|
+
"content": "Search Results"
|
|
768
769
|
}
|
|
769
770
|
]
|
|
770
771
|
},
|
|
@@ -772,33 +773,37 @@
|
|
|
772
773
|
"type": "divider"
|
|
773
774
|
},
|
|
774
775
|
{
|
|
775
|
-
"type": "typography",
|
|
776
776
|
"variant": "body",
|
|
777
|
+
"type": "typography",
|
|
777
778
|
"content": "Select a video to view details."
|
|
778
779
|
},
|
|
779
780
|
{
|
|
780
|
-
"direction": "horizontal",
|
|
781
781
|
"justify": "center",
|
|
782
|
-
"gap": "sm",
|
|
783
|
-
"type": "stack",
|
|
784
782
|
"children": [
|
|
785
783
|
{
|
|
786
|
-
"
|
|
784
|
+
"type": "button",
|
|
787
785
|
"icon": "rotate-ccw",
|
|
788
|
-
"label": "New Search",
|
|
789
786
|
"action": "RESET",
|
|
790
|
-
"
|
|
787
|
+
"variant": "ghost",
|
|
788
|
+
"label": "New Search"
|
|
791
789
|
},
|
|
792
790
|
{
|
|
793
|
-
"variant": "ghost",
|
|
794
|
-
"action": "SEARCH",
|
|
795
|
-
"type": "button",
|
|
796
791
|
"label": "Search Again",
|
|
792
|
+
"type": "button",
|
|
793
|
+
"action": "SEARCH",
|
|
794
|
+
"variant": "ghost",
|
|
797
795
|
"icon": "search"
|
|
798
796
|
}
|
|
799
|
-
]
|
|
797
|
+
],
|
|
798
|
+
"type": "stack",
|
|
799
|
+
"direction": "horizontal",
|
|
800
|
+
"gap": "sm"
|
|
800
801
|
}
|
|
801
|
-
]
|
|
802
|
+
],
|
|
803
|
+
"type": "stack",
|
|
804
|
+
"direction": "vertical",
|
|
805
|
+
"gap": "lg",
|
|
806
|
+
"align": "stretch"
|
|
802
807
|
}
|
|
803
808
|
]
|
|
804
809
|
]
|
|
@@ -822,43 +827,43 @@
|
|
|
822
827
|
"render-ui",
|
|
823
828
|
"main",
|
|
824
829
|
{
|
|
825
|
-
"align": "stretch",
|
|
826
|
-
"gap": "lg",
|
|
827
830
|
"children": [
|
|
828
831
|
{
|
|
829
|
-
"gap": "md",
|
|
830
832
|
"children": [
|
|
831
833
|
{
|
|
832
|
-
"
|
|
833
|
-
"
|
|
834
|
+
"name": "video",
|
|
835
|
+
"type": "icon"
|
|
834
836
|
},
|
|
835
837
|
{
|
|
836
|
-
"
|
|
838
|
+
"content": "YouTube Search",
|
|
837
839
|
"type": "typography",
|
|
838
|
-
"
|
|
840
|
+
"variant": "h2"
|
|
839
841
|
}
|
|
840
842
|
],
|
|
841
|
-
"direction": "horizontal",
|
|
842
843
|
"type": "stack",
|
|
843
|
-
"
|
|
844
|
+
"gap": "md",
|
|
845
|
+
"align": "center",
|
|
846
|
+
"direction": "horizontal"
|
|
844
847
|
},
|
|
845
848
|
{
|
|
846
849
|
"type": "divider"
|
|
847
850
|
},
|
|
848
851
|
{
|
|
849
|
-
"
|
|
850
|
-
"
|
|
852
|
+
"type": "input",
|
|
853
|
+
"placeholder": "Search YouTube videos..."
|
|
851
854
|
},
|
|
852
855
|
{
|
|
853
|
-
"label": "Search",
|
|
854
856
|
"type": "button",
|
|
857
|
+
"variant": "primary",
|
|
855
858
|
"icon": "search",
|
|
856
|
-
"
|
|
857
|
-
"
|
|
859
|
+
"label": "Search",
|
|
860
|
+
"action": "SEARCH"
|
|
858
861
|
}
|
|
859
862
|
],
|
|
860
|
-
"
|
|
861
|
-
"
|
|
863
|
+
"direction": "vertical",
|
|
864
|
+
"align": "stretch",
|
|
865
|
+
"gap": "lg",
|
|
866
|
+
"type": "stack"
|
|
862
867
|
}
|
|
863
868
|
]
|
|
864
869
|
]
|
|
@@ -881,4 +886,4 @@
|
|
|
881
886
|
]
|
|
882
887
|
}
|
|
883
888
|
]
|
|
884
|
-
}
|
|
889
|
+
}
|