@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -353,12 +353,11 @@
|
|
|
353
353
|
"render-ui",
|
|
354
354
|
"main",
|
|
355
355
|
{
|
|
356
|
-
"gap": "lg",
|
|
357
|
-
"type": "stack",
|
|
358
|
-
"direction": "vertical",
|
|
359
356
|
"align": "stretch",
|
|
357
|
+
"direction": "vertical",
|
|
360
358
|
"children": [
|
|
361
359
|
{
|
|
360
|
+
"align": "center",
|
|
362
361
|
"direction": "horizontal",
|
|
363
362
|
"gap": "md",
|
|
364
363
|
"children": [
|
|
@@ -368,12 +367,11 @@
|
|
|
368
367
|
},
|
|
369
368
|
{
|
|
370
369
|
"variant": "h2",
|
|
371
|
-
"
|
|
372
|
-
"
|
|
370
|
+
"content": "YouTube Search",
|
|
371
|
+
"type": "typography"
|
|
373
372
|
}
|
|
374
373
|
],
|
|
375
|
-
"type": "stack"
|
|
376
|
-
"align": "center"
|
|
374
|
+
"type": "stack"
|
|
377
375
|
},
|
|
378
376
|
{
|
|
379
377
|
"type": "divider"
|
|
@@ -384,12 +382,14 @@
|
|
|
384
382
|
},
|
|
385
383
|
{
|
|
386
384
|
"type": "button",
|
|
387
|
-
"
|
|
388
|
-
"icon": "search",
|
|
385
|
+
"variant": "primary",
|
|
389
386
|
"action": "SEARCH",
|
|
390
|
-
"
|
|
387
|
+
"icon": "search",
|
|
388
|
+
"label": "Search"
|
|
391
389
|
}
|
|
392
|
-
]
|
|
390
|
+
],
|
|
391
|
+
"gap": "lg",
|
|
392
|
+
"type": "stack"
|
|
393
393
|
}
|
|
394
394
|
]
|
|
395
395
|
]
|
|
@@ -403,9 +403,9 @@
|
|
|
403
403
|
"render-ui",
|
|
404
404
|
"main",
|
|
405
405
|
{
|
|
406
|
-
"
|
|
406
|
+
"type": "loading-state",
|
|
407
407
|
"title": "Searching...",
|
|
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
|
+
"query": "@entity.query",
|
|
416
417
|
"maxResults": 10.0,
|
|
417
|
-
"type": "video"
|
|
418
|
-
"query": "@entity.query"
|
|
418
|
+
"type": "video"
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
"emit": {
|
|
@@ -440,59 +440,59 @@
|
|
|
440
440
|
"render-ui",
|
|
441
441
|
"main",
|
|
442
442
|
{
|
|
443
|
-
"
|
|
444
|
-
"align": "stretch",
|
|
445
|
-
"direction": "vertical",
|
|
443
|
+
"type": "stack",
|
|
446
444
|
"children": [
|
|
447
445
|
{
|
|
448
|
-
"gap": "md",
|
|
449
|
-
"align": "center",
|
|
450
|
-
"direction": "horizontal",
|
|
451
446
|
"children": [
|
|
452
447
|
{
|
|
453
|
-
"
|
|
454
|
-
"
|
|
448
|
+
"type": "icon",
|
|
449
|
+
"name": "video"
|
|
455
450
|
},
|
|
456
451
|
{
|
|
457
|
-
"content": "Search Results",
|
|
458
452
|
"type": "typography",
|
|
453
|
+
"content": "Search Results",
|
|
459
454
|
"variant": "h2"
|
|
460
455
|
}
|
|
461
456
|
],
|
|
457
|
+
"direction": "horizontal",
|
|
458
|
+
"gap": "md",
|
|
459
|
+
"align": "center",
|
|
462
460
|
"type": "stack"
|
|
463
461
|
},
|
|
464
462
|
{
|
|
465
463
|
"type": "divider"
|
|
466
464
|
},
|
|
467
465
|
{
|
|
466
|
+
"type": "typography",
|
|
468
467
|
"variant": "body",
|
|
469
|
-
"content": "Select a video to view details."
|
|
470
|
-
"type": "typography"
|
|
468
|
+
"content": "Select a video to view details."
|
|
471
469
|
},
|
|
472
470
|
{
|
|
473
|
-
"direction": "horizontal",
|
|
474
471
|
"type": "stack",
|
|
475
|
-
"gap": "sm",
|
|
476
|
-
"justify": "center",
|
|
477
472
|
"children": [
|
|
478
473
|
{
|
|
479
|
-
"icon": "rotate-ccw",
|
|
480
|
-
"variant": "ghost",
|
|
481
474
|
"type": "button",
|
|
475
|
+
"variant": "ghost",
|
|
476
|
+
"icon": "rotate-ccw",
|
|
482
477
|
"action": "RESET",
|
|
483
478
|
"label": "New Search"
|
|
484
479
|
},
|
|
485
480
|
{
|
|
486
|
-
"icon": "search",
|
|
487
481
|
"variant": "ghost",
|
|
488
|
-
"
|
|
482
|
+
"icon": "search",
|
|
489
483
|
"type": "button",
|
|
484
|
+
"label": "Search Again",
|
|
490
485
|
"action": "SEARCH"
|
|
491
486
|
}
|
|
492
|
-
]
|
|
487
|
+
],
|
|
488
|
+
"gap": "sm",
|
|
489
|
+
"justify": "center",
|
|
490
|
+
"direction": "horizontal"
|
|
493
491
|
}
|
|
494
492
|
],
|
|
495
|
-
"
|
|
493
|
+
"direction": "vertical",
|
|
494
|
+
"gap": "lg",
|
|
495
|
+
"align": "stretch"
|
|
496
496
|
}
|
|
497
497
|
]
|
|
498
498
|
]
|
|
@@ -524,32 +524,32 @@
|
|
|
524
524
|
"type": "error-state"
|
|
525
525
|
},
|
|
526
526
|
{
|
|
527
|
-
"gap": "sm",
|
|
528
|
-
"direction": "horizontal",
|
|
529
|
-
"type": "stack",
|
|
530
527
|
"children": [
|
|
531
528
|
{
|
|
532
|
-
"
|
|
533
|
-
"type": "button",
|
|
529
|
+
"variant": "primary",
|
|
534
530
|
"action": "SEARCH",
|
|
535
|
-
"
|
|
536
|
-
"
|
|
531
|
+
"type": "button",
|
|
532
|
+
"icon": "refresh-cw",
|
|
533
|
+
"label": "Retry"
|
|
537
534
|
},
|
|
538
535
|
{
|
|
539
|
-
"variant": "ghost",
|
|
540
|
-
"type": "button",
|
|
541
536
|
"label": "Reset",
|
|
542
|
-
"
|
|
543
|
-
"
|
|
537
|
+
"icon": "rotate-ccw",
|
|
538
|
+
"type": "button",
|
|
539
|
+
"variant": "ghost",
|
|
540
|
+
"action": "RESET"
|
|
544
541
|
}
|
|
545
542
|
],
|
|
546
|
-
"
|
|
543
|
+
"direction": "horizontal",
|
|
544
|
+
"justify": "center",
|
|
545
|
+
"type": "stack",
|
|
546
|
+
"gap": "sm"
|
|
547
547
|
}
|
|
548
548
|
],
|
|
549
|
-
"
|
|
549
|
+
"align": "center",
|
|
550
550
|
"gap": "lg",
|
|
551
551
|
"type": "stack",
|
|
552
|
-
"
|
|
552
|
+
"direction": "vertical"
|
|
553
553
|
}
|
|
554
554
|
]
|
|
555
555
|
]
|
|
@@ -563,8 +563,8 @@
|
|
|
563
563
|
"render-ui",
|
|
564
564
|
"main",
|
|
565
565
|
{
|
|
566
|
-
"type": "loading-state",
|
|
567
566
|
"title": "Searching...",
|
|
567
|
+
"type": "loading-state",
|
|
568
568
|
"message": "Searching YouTube for videos..."
|
|
569
569
|
}
|
|
570
570
|
],
|
|
@@ -573,14 +573,14 @@
|
|
|
573
573
|
"youtube",
|
|
574
574
|
"search",
|
|
575
575
|
{
|
|
576
|
-
"
|
|
576
|
+
"maxResults": 10.0,
|
|
577
577
|
"query": "@entity.query",
|
|
578
|
-
"
|
|
578
|
+
"type": "video"
|
|
579
579
|
},
|
|
580
580
|
{
|
|
581
581
|
"emit": {
|
|
582
|
-
"
|
|
583
|
-
"
|
|
582
|
+
"failure": "ServiceYoutubeYoutubeFailed",
|
|
583
|
+
"success": "ServiceYoutubeYoutubeCompleted"
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
586
|
]
|
|
@@ -600,9 +600,9 @@
|
|
|
600
600
|
"render-ui",
|
|
601
601
|
"main",
|
|
602
602
|
{
|
|
603
|
+
"type": "loading-state",
|
|
603
604
|
"title": "Loading video...",
|
|
604
|
-
"message": "Fetching video details..."
|
|
605
|
-
"type": "loading-state"
|
|
605
|
+
"message": "Fetching video details..."
|
|
606
606
|
}
|
|
607
607
|
],
|
|
608
608
|
[
|
|
@@ -635,27 +635,27 @@
|
|
|
635
635
|
"render-ui",
|
|
636
636
|
"main",
|
|
637
637
|
{
|
|
638
|
+
"direction": "vertical",
|
|
638
639
|
"type": "stack",
|
|
639
|
-
"gap": "lg",
|
|
640
640
|
"align": "stretch",
|
|
641
|
-
"
|
|
641
|
+
"gap": "lg",
|
|
642
642
|
"children": [
|
|
643
643
|
{
|
|
644
|
+
"direction": "horizontal",
|
|
645
|
+
"type": "stack",
|
|
646
|
+
"align": "center",
|
|
647
|
+
"gap": "md",
|
|
644
648
|
"children": [
|
|
645
649
|
{
|
|
646
|
-
"
|
|
647
|
-
"
|
|
650
|
+
"type": "icon",
|
|
651
|
+
"name": "video"
|
|
648
652
|
},
|
|
649
653
|
{
|
|
650
|
-
"type": "typography",
|
|
651
654
|
"content": "YouTube Search",
|
|
655
|
+
"type": "typography",
|
|
652
656
|
"variant": "h2"
|
|
653
657
|
}
|
|
654
|
-
]
|
|
655
|
-
"align": "center",
|
|
656
|
-
"gap": "md",
|
|
657
|
-
"type": "stack",
|
|
658
|
-
"direction": "horizontal"
|
|
658
|
+
]
|
|
659
659
|
},
|
|
660
660
|
{
|
|
661
661
|
"type": "divider"
|
|
@@ -665,11 +665,11 @@
|
|
|
665
665
|
"type": "input"
|
|
666
666
|
},
|
|
667
667
|
{
|
|
668
|
-
"variant": "primary",
|
|
669
|
-
"type": "button",
|
|
670
668
|
"action": "SEARCH",
|
|
669
|
+
"icon": "search",
|
|
670
|
+
"type": "button",
|
|
671
671
|
"label": "Search",
|
|
672
|
-
"
|
|
672
|
+
"variant": "primary"
|
|
673
673
|
}
|
|
674
674
|
]
|
|
675
675
|
}
|
|
@@ -695,6 +695,10 @@
|
|
|
695
695
|
"render-ui",
|
|
696
696
|
"main",
|
|
697
697
|
{
|
|
698
|
+
"type": "stack",
|
|
699
|
+
"gap": "lg",
|
|
700
|
+
"align": "stretch",
|
|
701
|
+
"direction": "vertical",
|
|
698
702
|
"children": [
|
|
699
703
|
{
|
|
700
704
|
"children": [
|
|
@@ -703,36 +707,32 @@
|
|
|
703
707
|
"type": "icon"
|
|
704
708
|
},
|
|
705
709
|
{
|
|
706
|
-
"variant": "h2",
|
|
707
710
|
"type": "typography",
|
|
708
|
-
"content": "@entity.videoTitle"
|
|
711
|
+
"content": "@entity.videoTitle",
|
|
712
|
+
"variant": "h2"
|
|
709
713
|
}
|
|
710
714
|
],
|
|
711
|
-
"gap": "md",
|
|
712
715
|
"type": "stack",
|
|
716
|
+
"direction": "horizontal",
|
|
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
729
|
"action": "BACK",
|
|
726
|
-
"label": "Back to Results",
|
|
727
730
|
"variant": "ghost",
|
|
728
|
-
"
|
|
729
|
-
"
|
|
731
|
+
"icon": "arrow-left",
|
|
732
|
+
"label": "Back to Results",
|
|
733
|
+
"type": "button"
|
|
730
734
|
}
|
|
731
|
-
]
|
|
732
|
-
"direction": "vertical",
|
|
733
|
-
"align": "stretch",
|
|
734
|
-
"type": "stack",
|
|
735
|
-
"gap": "lg"
|
|
735
|
+
]
|
|
736
736
|
}
|
|
737
737
|
]
|
|
738
738
|
]
|
|
@@ -746,59 +746,59 @@
|
|
|
746
746
|
"render-ui",
|
|
747
747
|
"main",
|
|
748
748
|
{
|
|
749
|
-
"align": "stretch",
|
|
750
|
-
"direction": "vertical",
|
|
751
749
|
"children": [
|
|
752
750
|
{
|
|
751
|
+
"gap": "md",
|
|
753
752
|
"align": "center",
|
|
753
|
+
"direction": "horizontal",
|
|
754
754
|
"type": "stack",
|
|
755
755
|
"children": [
|
|
756
756
|
{
|
|
757
|
-
"
|
|
758
|
-
"
|
|
757
|
+
"name": "video",
|
|
758
|
+
"type": "icon"
|
|
759
759
|
},
|
|
760
760
|
{
|
|
761
761
|
"type": "typography",
|
|
762
762
|
"content": "Search Results",
|
|
763
763
|
"variant": "h2"
|
|
764
764
|
}
|
|
765
|
-
]
|
|
766
|
-
"gap": "md",
|
|
767
|
-
"direction": "horizontal"
|
|
765
|
+
]
|
|
768
766
|
},
|
|
769
767
|
{
|
|
770
768
|
"type": "divider"
|
|
771
769
|
},
|
|
772
770
|
{
|
|
771
|
+
"variant": "body",
|
|
773
772
|
"content": "Select a video to view details.",
|
|
774
|
-
"type": "typography"
|
|
775
|
-
"variant": "body"
|
|
773
|
+
"type": "typography"
|
|
776
774
|
},
|
|
777
775
|
{
|
|
778
|
-
"direction": "horizontal",
|
|
779
|
-
"justify": "center",
|
|
780
|
-
"gap": "sm",
|
|
781
776
|
"type": "stack",
|
|
777
|
+
"gap": "sm",
|
|
778
|
+
"direction": "horizontal",
|
|
782
779
|
"children": [
|
|
783
780
|
{
|
|
784
|
-
"
|
|
781
|
+
"icon": "rotate-ccw",
|
|
785
782
|
"type": "button",
|
|
786
|
-
"variant": "ghost",
|
|
787
783
|
"label": "New Search",
|
|
788
|
-
"
|
|
784
|
+
"action": "RESET",
|
|
785
|
+
"variant": "ghost"
|
|
789
786
|
},
|
|
790
787
|
{
|
|
791
788
|
"action": "SEARCH",
|
|
792
|
-
"
|
|
789
|
+
"type": "button",
|
|
793
790
|
"variant": "ghost",
|
|
794
|
-
"
|
|
795
|
-
"
|
|
791
|
+
"icon": "search",
|
|
792
|
+
"label": "Search Again"
|
|
796
793
|
}
|
|
797
|
-
]
|
|
794
|
+
],
|
|
795
|
+
"justify": "center"
|
|
798
796
|
}
|
|
799
797
|
],
|
|
800
798
|
"gap": "lg",
|
|
801
|
-
"type": "stack"
|
|
799
|
+
"type": "stack",
|
|
800
|
+
"direction": "vertical",
|
|
801
|
+
"align": "stretch"
|
|
802
802
|
}
|
|
803
803
|
]
|
|
804
804
|
]
|
|
@@ -822,27 +822,27 @@
|
|
|
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
|
-
"align": "center",
|
|
832
|
-
"direction": "horizontal",
|
|
833
|
-
"type": "stack",
|
|
834
831
|
"gap": "md",
|
|
832
|
+
"type": "stack",
|
|
833
|
+
"direction": "horizontal",
|
|
835
834
|
"children": [
|
|
836
835
|
{
|
|
837
836
|
"type": "icon",
|
|
838
837
|
"name": "video"
|
|
839
838
|
},
|
|
840
839
|
{
|
|
840
|
+
"type": "typography",
|
|
841
841
|
"content": "YouTube Search",
|
|
842
|
-
"variant": "h2"
|
|
843
|
-
"type": "typography"
|
|
842
|
+
"variant": "h2"
|
|
844
843
|
}
|
|
845
|
-
]
|
|
844
|
+
],
|
|
845
|
+
"align": "center"
|
|
846
846
|
},
|
|
847
847
|
{
|
|
848
848
|
"type": "divider"
|
|
@@ -852,11 +852,11 @@
|
|
|
852
852
|
"placeholder": "Search YouTube videos..."
|
|
853
853
|
},
|
|
854
854
|
{
|
|
855
|
-
"label": "Search",
|
|
856
855
|
"type": "button",
|
|
856
|
+
"label": "Search",
|
|
857
|
+
"icon": "search",
|
|
857
858
|
"variant": "primary",
|
|
858
|
-
"action": "SEARCH"
|
|
859
|
-
"icon": "search"
|
|
859
|
+
"action": "SEARCH"
|
|
860
860
|
}
|
|
861
861
|
]
|
|
862
862
|
}
|
|
@@ -881,4 +881,4 @@
|
|
|
881
881
|
]
|
|
882
882
|
}
|
|
883
883
|
]
|
|
884
|
-
}
|
|
884
|
+
}
|