@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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -344,8 +344,8 @@
|
|
|
344
344
|
"ServiceYoutube",
|
|
345
345
|
{
|
|
346
346
|
"emit": {
|
|
347
|
-
"
|
|
348
|
-
"
|
|
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
|
-
"
|
|
365
|
-
"
|
|
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
|
-
"
|
|
406
|
+
"title": "Searching...",
|
|
407
407
|
"type": "loading-state",
|
|
408
|
-
"
|
|
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
|
-
"
|
|
448
|
+
"direction": "horizontal",
|
|
448
449
|
"children": [
|
|
449
450
|
{
|
|
450
451
|
"name": "video",
|
|
451
452
|
"type": "icon"
|
|
452
453
|
},
|
|
453
454
|
{
|
|
454
|
-
"
|
|
455
|
+
"type": "typography",
|
|
455
456
|
"content": "Search Results",
|
|
456
|
-
"
|
|
457
|
+
"variant": "h2"
|
|
457
458
|
}
|
|
458
459
|
],
|
|
459
|
-
"
|
|
460
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
531
|
-
"label": "Retry",
|
|
532
|
-
"variant": "primary",
|
|
535
|
+
"action": "SEARCH",
|
|
533
536
|
"type": "button",
|
|
534
|
-
"
|
|
537
|
+
"variant": "primary",
|
|
538
|
+
"label": "Retry",
|
|
539
|
+
"icon": "refresh-cw"
|
|
535
540
|
},
|
|
536
541
|
{
|
|
537
|
-
"
|
|
542
|
+
"icon": "rotate-ccw",
|
|
538
543
|
"type": "button",
|
|
539
544
|
"label": "Reset",
|
|
540
|
-
"
|
|
545
|
+
"action": "RESET",
|
|
541
546
|
"variant": "ghost"
|
|
542
547
|
}
|
|
543
548
|
],
|
|
544
|
-
"type": "stack",
|
|
545
|
-
"gap": "sm",
|
|
546
549
|
"justify": "center",
|
|
547
|
-
"
|
|
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
|
-
"
|
|
583
|
-
"
|
|
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
|
-
"
|
|
647
|
-
"
|
|
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
|
-
"
|
|
664
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
705
|
-
"
|
|
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
|
-
"
|
|
714
|
-
"
|
|
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
|
-
"
|
|
728
|
+
"label": "Back to Results",
|
|
728
729
|
"variant": "ghost",
|
|
729
730
|
"icon": "arrow-left",
|
|
730
731
|
"action": "BACK",
|
|
731
|
-
"
|
|
732
|
+
"type": "button"
|
|
732
733
|
}
|
|
733
734
|
],
|
|
734
|
-
"
|
|
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
|
-
"
|
|
784
|
-
"variant": "ghost",
|
|
785
|
-
"icon": "rotate-ccw",
|
|
786
|
+
"action": "RESET",
|
|
786
787
|
"label": "New Search",
|
|
787
|
-
"
|
|
788
|
+
"variant": "ghost",
|
|
789
|
+
"type": "button",
|
|
790
|
+
"icon": "rotate-ccw"
|
|
788
791
|
},
|
|
789
792
|
{
|
|
790
|
-
"
|
|
791
|
-
"icon": "search",
|
|
793
|
+
"action": "SEARCH",
|
|
792
794
|
"label": "Search Again",
|
|
795
|
+
"variant": "ghost",
|
|
793
796
|
"type": "button",
|
|
794
|
-
"
|
|
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
|
-
"
|
|
836
|
-
"
|
|
830
|
+
"type": "icon",
|
|
831
|
+
"name": "video"
|
|
837
832
|
},
|
|
838
833
|
{
|
|
839
|
-
"
|
|
834
|
+
"content": "YouTube Search",
|
|
840
835
|
"variant": "h2",
|
|
841
|
-
"
|
|
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
|
-
"
|
|
859
|
+
"type": "stack",
|
|
860
|
+
"align": "stretch",
|
|
861
|
+
"gap": "lg"
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
]
|