@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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -354,16 +354,15 @@
|
|
|
354
354
|
"main",
|
|
355
355
|
{
|
|
356
356
|
"align": "stretch",
|
|
357
|
-
"
|
|
357
|
+
"gap": "lg",
|
|
358
|
+
"type": "stack",
|
|
358
359
|
"children": [
|
|
359
360
|
{
|
|
360
|
-
"
|
|
361
|
-
"direction": "horizontal",
|
|
362
|
-
"gap": "md",
|
|
361
|
+
"type": "stack",
|
|
363
362
|
"children": [
|
|
364
363
|
{
|
|
365
|
-
"
|
|
366
|
-
"
|
|
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
|
-
"
|
|
373
|
+
"direction": "horizontal",
|
|
374
|
+
"gap": "md",
|
|
375
|
+
"align": "center"
|
|
375
376
|
},
|
|
376
377
|
{
|
|
377
378
|
"type": "divider"
|
|
378
379
|
},
|
|
379
380
|
{
|
|
380
|
-
"
|
|
381
|
-
"
|
|
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
|
-
"
|
|
388
|
+
"action": "SEARCH",
|
|
389
|
+
"variant": "primary"
|
|
389
390
|
}
|
|
390
391
|
],
|
|
391
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
449
|
-
"
|
|
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
|
-
"
|
|
468
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
494
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
566
|
+
"message": "Searching YouTube for videos...",
|
|
567
567
|
"type": "loading-state",
|
|
568
|
-
"
|
|
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
|
-
"
|
|
583
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
665
|
-
"
|
|
664
|
+
"type": "input",
|
|
665
|
+
"placeholder": "Search YouTube videos..."
|
|
666
666
|
},
|
|
667
667
|
{
|
|
668
|
-
"
|
|
668
|
+
"variant": "primary",
|
|
669
669
|
"icon": "search",
|
|
670
670
|
"type": "button",
|
|
671
|
-
"
|
|
672
|
-
"
|
|
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
|
-
"
|
|
698
|
+
"direction": "vertical",
|
|
699
699
|
"gap": "lg",
|
|
700
700
|
"align": "stretch",
|
|
701
|
-
"
|
|
701
|
+
"type": "stack",
|
|
702
702
|
"children": [
|
|
703
703
|
{
|
|
704
|
+
"direction": "horizontal",
|
|
705
|
+
"type": "stack",
|
|
704
706
|
"children": [
|
|
705
707
|
{
|
|
706
|
-
"
|
|
707
|
-
"
|
|
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
|
-
"
|
|
733
|
-
"
|
|
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
|
-
"
|
|
777
|
-
"gap": "sm",
|
|
778
|
-
"direction": "horizontal",
|
|
779
|
+
"justify": "center",
|
|
779
780
|
"children": [
|
|
780
781
|
{
|
|
781
|
-
"
|
|
782
|
-
"type": "button",
|
|
782
|
+
"variant": "ghost",
|
|
783
783
|
"label": "New Search",
|
|
784
|
+
"icon": "rotate-ccw",
|
|
784
785
|
"action": "RESET",
|
|
785
|
-
"
|
|
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
|
-
"
|
|
796
|
+
"direction": "horizontal",
|
|
797
|
+
"type": "stack",
|
|
798
|
+
"gap": "sm"
|
|
796
799
|
}
|
|
797
800
|
],
|
|
798
|
-
"
|
|
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
|
-
"
|
|
839
|
+
"variant": "h2",
|
|
841
840
|
"content": "YouTube Search",
|
|
842
|
-
"
|
|
841
|
+
"type": "typography"
|
|
843
842
|
}
|
|
844
843
|
],
|
|
845
|
-
"
|
|
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
|
]
|