@almadar/std 8.2.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -353,43 +353,43 @@
|
|
|
353
353
|
"render-ui",
|
|
354
354
|
"main",
|
|
355
355
|
{
|
|
356
|
+
"align": "stretch",
|
|
356
357
|
"gap": "lg",
|
|
357
358
|
"type": "stack",
|
|
358
|
-
"direction": "vertical",
|
|
359
|
-
"align": "stretch",
|
|
360
359
|
"children": [
|
|
361
360
|
{
|
|
362
|
-
"
|
|
363
|
-
"gap": "md",
|
|
361
|
+
"type": "stack",
|
|
364
362
|
"children": [
|
|
365
363
|
{
|
|
366
|
-
"
|
|
367
|
-
"
|
|
364
|
+
"name": "video",
|
|
365
|
+
"type": "icon"
|
|
368
366
|
},
|
|
369
367
|
{
|
|
370
368
|
"variant": "h2",
|
|
371
|
-
"
|
|
372
|
-
"
|
|
369
|
+
"content": "YouTube Search",
|
|
370
|
+
"type": "typography"
|
|
373
371
|
}
|
|
374
372
|
],
|
|
375
|
-
"
|
|
373
|
+
"direction": "horizontal",
|
|
374
|
+
"gap": "md",
|
|
376
375
|
"align": "center"
|
|
377
376
|
},
|
|
378
377
|
{
|
|
379
378
|
"type": "divider"
|
|
380
379
|
},
|
|
381
380
|
{
|
|
382
|
-
"
|
|
383
|
-
"
|
|
381
|
+
"type": "input",
|
|
382
|
+
"placeholder": "Search YouTube videos..."
|
|
384
383
|
},
|
|
385
384
|
{
|
|
386
|
-
"type": "button",
|
|
387
385
|
"label": "Search",
|
|
386
|
+
"type": "button",
|
|
388
387
|
"icon": "search",
|
|
389
388
|
"action": "SEARCH",
|
|
390
389
|
"variant": "primary"
|
|
391
390
|
}
|
|
392
|
-
]
|
|
391
|
+
],
|
|
392
|
+
"direction": "vertical"
|
|
393
393
|
}
|
|
394
394
|
]
|
|
395
395
|
]
|
|
@@ -403,9 +403,9 @@
|
|
|
403
403
|
"render-ui",
|
|
404
404
|
"main",
|
|
405
405
|
{
|
|
406
|
-
"message": "Searching YouTube for videos...",
|
|
407
406
|
"title": "Searching...",
|
|
408
|
-
"type": "loading-state"
|
|
407
|
+
"type": "loading-state",
|
|
408
|
+
"message": "Searching YouTube for videos..."
|
|
409
409
|
}
|
|
410
410
|
],
|
|
411
411
|
[
|
|
@@ -413,9 +413,9 @@
|
|
|
413
413
|
"youtube",
|
|
414
414
|
"search",
|
|
415
415
|
{
|
|
416
|
-
"maxResults": 10.0,
|
|
417
416
|
"type": "video",
|
|
418
|
-
"query": "@entity.query"
|
|
417
|
+
"query": "@entity.query",
|
|
418
|
+
"maxResults": 10.0
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
"emit": {
|
|
@@ -442,12 +442,11 @@
|
|
|
442
442
|
{
|
|
443
443
|
"gap": "lg",
|
|
444
444
|
"align": "stretch",
|
|
445
|
-
"direction": "vertical",
|
|
446
445
|
"children": [
|
|
447
446
|
{
|
|
447
|
+
"direction": "horizontal",
|
|
448
448
|
"gap": "md",
|
|
449
449
|
"align": "center",
|
|
450
|
-
"direction": "horizontal",
|
|
451
450
|
"children": [
|
|
452
451
|
{
|
|
453
452
|
"name": "video",
|
|
@@ -455,8 +454,8 @@
|
|
|
455
454
|
},
|
|
456
455
|
{
|
|
457
456
|
"content": "Search Results",
|
|
458
|
-
"
|
|
459
|
-
"
|
|
457
|
+
"variant": "h2",
|
|
458
|
+
"type": "typography"
|
|
460
459
|
}
|
|
461
460
|
],
|
|
462
461
|
"type": "stack"
|
|
@@ -465,34 +464,35 @@
|
|
|
465
464
|
"type": "divider"
|
|
466
465
|
},
|
|
467
466
|
{
|
|
468
|
-
"
|
|
467
|
+
"type": "typography",
|
|
469
468
|
"content": "Select a video to view details.",
|
|
470
|
-
"
|
|
469
|
+
"variant": "body"
|
|
471
470
|
},
|
|
472
471
|
{
|
|
473
|
-
"direction": "horizontal",
|
|
474
|
-
"type": "stack",
|
|
475
|
-
"gap": "sm",
|
|
476
472
|
"justify": "center",
|
|
473
|
+
"gap": "sm",
|
|
474
|
+
"type": "stack",
|
|
475
|
+
"direction": "horizontal",
|
|
477
476
|
"children": [
|
|
478
477
|
{
|
|
479
478
|
"icon": "rotate-ccw",
|
|
480
479
|
"variant": "ghost",
|
|
480
|
+
"label": "New Search",
|
|
481
481
|
"type": "button",
|
|
482
|
-
"action": "RESET"
|
|
483
|
-
"label": "New Search"
|
|
482
|
+
"action": "RESET"
|
|
484
483
|
},
|
|
485
484
|
{
|
|
486
|
-
"icon": "search",
|
|
487
485
|
"variant": "ghost",
|
|
488
|
-
"
|
|
486
|
+
"icon": "search",
|
|
489
487
|
"type": "button",
|
|
488
|
+
"label": "Search Again",
|
|
490
489
|
"action": "SEARCH"
|
|
491
490
|
}
|
|
492
491
|
]
|
|
493
492
|
}
|
|
494
493
|
],
|
|
495
|
-
"type": "stack"
|
|
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
|
-
"gap": "sm",
|
|
528
|
-
"direction": "horizontal",
|
|
529
|
-
"type": "stack",
|
|
530
530
|
"children": [
|
|
531
531
|
{
|
|
532
|
-
"icon": "refresh-cw",
|
|
533
532
|
"type": "button",
|
|
534
|
-
"action": "SEARCH",
|
|
535
533
|
"label": "Retry",
|
|
534
|
+
"icon": "refresh-cw",
|
|
535
|
+
"action": "SEARCH",
|
|
536
536
|
"variant": "primary"
|
|
537
537
|
},
|
|
538
538
|
{
|
|
539
|
-
"variant": "ghost",
|
|
540
|
-
"type": "button",
|
|
541
539
|
"label": "Reset",
|
|
542
|
-
"
|
|
543
|
-
"icon": "rotate-ccw"
|
|
540
|
+
"type": "button",
|
|
541
|
+
"icon": "rotate-ccw",
|
|
542
|
+
"variant": "ghost",
|
|
543
|
+
"action": "RESET"
|
|
544
544
|
}
|
|
545
545
|
],
|
|
546
|
-
"
|
|
546
|
+
"gap": "sm",
|
|
547
|
+
"direction": "horizontal",
|
|
548
|
+
"justify": "center",
|
|
549
|
+
"type": "stack"
|
|
547
550
|
}
|
|
548
551
|
],
|
|
549
|
-
"
|
|
550
|
-
"gap": "lg",
|
|
551
|
-
"type": "stack",
|
|
552
|
-
"align": "center"
|
|
552
|
+
"type": "stack"
|
|
553
553
|
}
|
|
554
554
|
]
|
|
555
555
|
]
|
|
@@ -563,9 +563,9 @@
|
|
|
563
563
|
"render-ui",
|
|
564
564
|
"main",
|
|
565
565
|
{
|
|
566
|
+
"message": "Searching YouTube for videos...",
|
|
566
567
|
"type": "loading-state",
|
|
567
|
-
"title": "Searching..."
|
|
568
|
-
"message": "Searching YouTube for videos..."
|
|
568
|
+
"title": "Searching..."
|
|
569
569
|
}
|
|
570
570
|
],
|
|
571
571
|
[
|
|
@@ -573,9 +573,9 @@
|
|
|
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": {
|
|
@@ -601,8 +601,8 @@
|
|
|
601
601
|
"main",
|
|
602
602
|
{
|
|
603
603
|
"title": "Loading video...",
|
|
604
|
-
"
|
|
605
|
-
"
|
|
604
|
+
"type": "loading-state",
|
|
605
|
+
"message": "Fetching video details..."
|
|
606
606
|
}
|
|
607
607
|
],
|
|
608
608
|
[
|
|
@@ -635,41 +635,41 @@
|
|
|
635
635
|
"render-ui",
|
|
636
636
|
"main",
|
|
637
637
|
{
|
|
638
|
-
"type": "stack",
|
|
639
638
|
"gap": "lg",
|
|
640
|
-
"
|
|
639
|
+
"type": "stack",
|
|
641
640
|
"direction": "vertical",
|
|
641
|
+
"align": "stretch",
|
|
642
642
|
"children": [
|
|
643
643
|
{
|
|
644
|
+
"align": "center",
|
|
645
|
+
"type": "stack",
|
|
644
646
|
"children": [
|
|
645
647
|
{
|
|
646
|
-
"
|
|
647
|
-
"
|
|
648
|
+
"type": "icon",
|
|
649
|
+
"name": "video"
|
|
648
650
|
},
|
|
649
651
|
{
|
|
650
|
-
"
|
|
652
|
+
"variant": "h2",
|
|
651
653
|
"content": "YouTube Search",
|
|
652
|
-
"
|
|
654
|
+
"type": "typography"
|
|
653
655
|
}
|
|
654
656
|
],
|
|
655
|
-
"
|
|
656
|
-
"gap": "md"
|
|
657
|
-
"type": "stack",
|
|
658
|
-
"direction": "horizontal"
|
|
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
|
+
"icon": "search",
|
|
669
670
|
"type": "button",
|
|
670
671
|
"action": "SEARCH",
|
|
671
|
-
"label": "Search"
|
|
672
|
-
"icon": "search"
|
|
672
|
+
"label": "Search"
|
|
673
673
|
}
|
|
674
674
|
]
|
|
675
675
|
}
|
|
@@ -695,44 +695,44 @@
|
|
|
695
695
|
"render-ui",
|
|
696
696
|
"main",
|
|
697
697
|
{
|
|
698
|
+
"direction": "vertical",
|
|
699
|
+
"gap": "lg",
|
|
700
|
+
"align": "stretch",
|
|
701
|
+
"type": "stack",
|
|
698
702
|
"children": [
|
|
699
703
|
{
|
|
704
|
+
"direction": "horizontal",
|
|
705
|
+
"type": "stack",
|
|
700
706
|
"children": [
|
|
701
707
|
{
|
|
702
|
-
"
|
|
703
|
-
"
|
|
708
|
+
"type": "icon",
|
|
709
|
+
"name": "video"
|
|
704
710
|
},
|
|
705
711
|
{
|
|
712
|
+
"content": "@entity.videoTitle",
|
|
706
713
|
"variant": "h2",
|
|
707
|
-
"type": "typography"
|
|
708
|
-
"content": "@entity.videoTitle"
|
|
714
|
+
"type": "typography"
|
|
709
715
|
}
|
|
710
716
|
],
|
|
711
|
-
"gap": "md",
|
|
712
|
-
"type": "stack",
|
|
713
717
|
"align": "center",
|
|
714
|
-
"
|
|
718
|
+
"gap": "md"
|
|
715
719
|
},
|
|
716
720
|
{
|
|
717
721
|
"type": "divider"
|
|
718
722
|
},
|
|
719
723
|
{
|
|
720
|
-
"
|
|
724
|
+
"type": "typography",
|
|
721
725
|
"content": "@entity.videoDescription",
|
|
722
|
-
"
|
|
726
|
+
"variant": "body"
|
|
723
727
|
},
|
|
724
728
|
{
|
|
725
|
-
"
|
|
726
|
-
"label": "Back to Results",
|
|
729
|
+
"icon": "arrow-left",
|
|
727
730
|
"variant": "ghost",
|
|
731
|
+
"action": "BACK",
|
|
728
732
|
"type": "button",
|
|
729
|
-
"
|
|
733
|
+
"label": "Back to Results"
|
|
730
734
|
}
|
|
731
|
-
]
|
|
732
|
-
"direction": "vertical",
|
|
733
|
-
"align": "stretch",
|
|
734
|
-
"type": "stack",
|
|
735
|
-
"gap": "lg"
|
|
735
|
+
]
|
|
736
736
|
}
|
|
737
737
|
]
|
|
738
738
|
]
|
|
@@ -746,25 +746,26 @@
|
|
|
746
746
|
"render-ui",
|
|
747
747
|
"main",
|
|
748
748
|
{
|
|
749
|
+
"type": "stack",
|
|
749
750
|
"align": "stretch",
|
|
750
|
-
"
|
|
751
|
+
"gap": "lg",
|
|
751
752
|
"children": [
|
|
752
753
|
{
|
|
754
|
+
"gap": "md",
|
|
753
755
|
"align": "center",
|
|
754
756
|
"type": "stack",
|
|
757
|
+
"direction": "horizontal",
|
|
755
758
|
"children": [
|
|
756
759
|
{
|
|
757
|
-
"
|
|
758
|
-
"
|
|
760
|
+
"name": "video",
|
|
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
|
-
]
|
|
766
|
-
"gap": "md",
|
|
767
|
-
"direction": "horizontal"
|
|
768
|
+
]
|
|
768
769
|
},
|
|
769
770
|
{
|
|
770
771
|
"type": "divider"
|
|
@@ -775,30 +776,29 @@
|
|
|
775
776
|
"variant": "body"
|
|
776
777
|
},
|
|
777
778
|
{
|
|
778
|
-
"direction": "horizontal",
|
|
779
779
|
"justify": "center",
|
|
780
|
-
"gap": "sm",
|
|
781
|
-
"type": "stack",
|
|
782
780
|
"children": [
|
|
783
781
|
{
|
|
784
|
-
"action": "RESET",
|
|
785
|
-
"type": "button",
|
|
786
782
|
"variant": "ghost",
|
|
787
783
|
"label": "New Search",
|
|
788
|
-
"icon": "rotate-ccw"
|
|
784
|
+
"icon": "rotate-ccw",
|
|
785
|
+
"action": "RESET",
|
|
786
|
+
"type": "button"
|
|
789
787
|
},
|
|
790
788
|
{
|
|
791
789
|
"action": "SEARCH",
|
|
792
|
-
"icon": "search",
|
|
793
790
|
"variant": "ghost",
|
|
794
|
-
"
|
|
795
|
-
"type": "button"
|
|
791
|
+
"icon": "search",
|
|
792
|
+
"type": "button",
|
|
793
|
+
"label": "Search Again"
|
|
796
794
|
}
|
|
797
|
-
]
|
|
795
|
+
],
|
|
796
|
+
"direction": "horizontal",
|
|
797
|
+
"type": "stack",
|
|
798
|
+
"gap": "sm"
|
|
798
799
|
}
|
|
799
800
|
],
|
|
800
|
-
"
|
|
801
|
-
"type": "stack"
|
|
801
|
+
"direction": "vertical"
|
|
802
802
|
}
|
|
803
803
|
]
|
|
804
804
|
]
|
|
@@ -822,15 +822,13 @@
|
|
|
822
822
|
"render-ui",
|
|
823
823
|
"main",
|
|
824
824
|
{
|
|
825
|
+
"type": "stack",
|
|
826
|
+
"gap": "lg",
|
|
825
827
|
"align": "stretch",
|
|
826
828
|
"direction": "vertical",
|
|
827
|
-
"gap": "lg",
|
|
828
|
-
"type": "stack",
|
|
829
829
|
"children": [
|
|
830
830
|
{
|
|
831
831
|
"align": "center",
|
|
832
|
-
"direction": "horizontal",
|
|
833
|
-
"type": "stack",
|
|
834
832
|
"gap": "md",
|
|
835
833
|
"children": [
|
|
836
834
|
{
|
|
@@ -838,11 +836,13 @@
|
|
|
838
836
|
"name": "video"
|
|
839
837
|
},
|
|
840
838
|
{
|
|
841
|
-
"content": "YouTube Search",
|
|
842
839
|
"variant": "h2",
|
|
840
|
+
"content": "YouTube Search",
|
|
843
841
|
"type": "typography"
|
|
844
842
|
}
|
|
845
|
-
]
|
|
843
|
+
],
|
|
844
|
+
"type": "stack",
|
|
845
|
+
"direction": "horizontal"
|
|
846
846
|
},
|
|
847
847
|
{
|
|
848
848
|
"type": "divider"
|
|
@@ -852,11 +852,11 @@
|
|
|
852
852
|
"placeholder": "Search YouTube videos..."
|
|
853
853
|
},
|
|
854
854
|
{
|
|
855
|
-
"
|
|
855
|
+
"icon": "search",
|
|
856
856
|
"type": "button",
|
|
857
857
|
"variant": "primary",
|
|
858
|
-
"
|
|
859
|
-
"
|
|
858
|
+
"label": "Search",
|
|
859
|
+
"action": "SEARCH"
|
|
860
860
|
}
|
|
861
861
|
]
|
|
862
862
|
}
|
|
@@ -881,4 +881,4 @@
|
|
|
881
881
|
]
|
|
882
882
|
}
|
|
883
883
|
]
|
|
884
|
-
}
|
|
884
|
+
}
|