@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -305,22 +305,25 @@
|
|
|
305
305
|
"render-ui",
|
|
306
306
|
"main",
|
|
307
307
|
{
|
|
308
|
+
"type": "stack",
|
|
309
|
+
"gap": "lg",
|
|
308
310
|
"direction": "vertical",
|
|
311
|
+
"align": "stretch",
|
|
309
312
|
"children": [
|
|
310
313
|
{
|
|
311
|
-
"align": "center",
|
|
312
|
-
"type": "stack",
|
|
313
314
|
"children": [
|
|
314
315
|
{
|
|
315
316
|
"name": "video",
|
|
316
317
|
"type": "icon"
|
|
317
318
|
},
|
|
318
319
|
{
|
|
320
|
+
"type": "typography",
|
|
319
321
|
"content": "YouTube Search",
|
|
320
|
-
"variant": "h2"
|
|
321
|
-
"type": "typography"
|
|
322
|
+
"variant": "h2"
|
|
322
323
|
}
|
|
323
324
|
],
|
|
325
|
+
"align": "center",
|
|
326
|
+
"type": "stack",
|
|
324
327
|
"gap": "md",
|
|
325
328
|
"direction": "horizontal"
|
|
326
329
|
},
|
|
@@ -332,16 +335,13 @@
|
|
|
332
335
|
"placeholder": "Search YouTube videos..."
|
|
333
336
|
},
|
|
334
337
|
{
|
|
335
|
-
"
|
|
338
|
+
"label": "Search",
|
|
336
339
|
"icon": "search",
|
|
340
|
+
"type": "button",
|
|
337
341
|
"action": "SEARCH",
|
|
338
|
-
"
|
|
339
|
-
"type": "button"
|
|
342
|
+
"variant": "primary"
|
|
340
343
|
}
|
|
341
|
-
]
|
|
342
|
-
"gap": "lg",
|
|
343
|
-
"align": "stretch",
|
|
344
|
-
"type": "stack"
|
|
344
|
+
]
|
|
345
345
|
}
|
|
346
346
|
]
|
|
347
347
|
]
|
|
@@ -356,8 +356,8 @@
|
|
|
356
356
|
"main",
|
|
357
357
|
{
|
|
358
358
|
"message": "Searching YouTube for videos...",
|
|
359
|
-
"
|
|
360
|
-
"
|
|
359
|
+
"title": "Searching...",
|
|
360
|
+
"type": "loading-state"
|
|
361
361
|
}
|
|
362
362
|
],
|
|
363
363
|
[
|
|
@@ -365,9 +365,9 @@
|
|
|
365
365
|
"youtube",
|
|
366
366
|
"search",
|
|
367
367
|
{
|
|
368
|
-
"
|
|
368
|
+
"maxResults": 10.0,
|
|
369
369
|
"query": "@entity.query",
|
|
370
|
-
"
|
|
370
|
+
"type": "video"
|
|
371
371
|
}
|
|
372
372
|
]
|
|
373
373
|
]
|
|
@@ -386,59 +386,59 @@
|
|
|
386
386
|
"render-ui",
|
|
387
387
|
"main",
|
|
388
388
|
{
|
|
389
|
-
"
|
|
390
|
-
"align": "stretch",
|
|
389
|
+
"direction": "vertical",
|
|
391
390
|
"gap": "lg",
|
|
391
|
+
"align": "stretch",
|
|
392
|
+
"type": "stack",
|
|
392
393
|
"children": [
|
|
393
394
|
{
|
|
394
395
|
"align": "center",
|
|
395
|
-
"gap": "md",
|
|
396
|
-
"type": "stack",
|
|
397
|
-
"direction": "horizontal",
|
|
398
396
|
"children": [
|
|
399
397
|
{
|
|
400
|
-
"
|
|
401
|
-
"
|
|
398
|
+
"type": "icon",
|
|
399
|
+
"name": "video"
|
|
402
400
|
},
|
|
403
401
|
{
|
|
404
|
-
"
|
|
402
|
+
"content": "Search Results",
|
|
405
403
|
"variant": "h2",
|
|
406
|
-
"
|
|
404
|
+
"type": "typography"
|
|
407
405
|
}
|
|
408
|
-
]
|
|
406
|
+
],
|
|
407
|
+
"type": "stack",
|
|
408
|
+
"direction": "horizontal",
|
|
409
|
+
"gap": "md"
|
|
409
410
|
},
|
|
410
411
|
{
|
|
411
412
|
"type": "divider"
|
|
412
413
|
},
|
|
413
414
|
{
|
|
414
415
|
"variant": "body",
|
|
415
|
-
"
|
|
416
|
-
"
|
|
416
|
+
"content": "Select a video to view details.",
|
|
417
|
+
"type": "typography"
|
|
417
418
|
},
|
|
418
419
|
{
|
|
419
420
|
"children": [
|
|
420
421
|
{
|
|
421
|
-
"icon": "rotate-ccw",
|
|
422
|
-
"variant": "ghost",
|
|
423
|
-
"type": "button",
|
|
424
422
|
"action": "RESET",
|
|
425
|
-
"label": "New Search"
|
|
423
|
+
"label": "New Search",
|
|
424
|
+
"type": "button",
|
|
425
|
+
"variant": "ghost",
|
|
426
|
+
"icon": "rotate-ccw"
|
|
426
427
|
},
|
|
427
428
|
{
|
|
428
|
-
"action": "SEARCH",
|
|
429
|
-
"label": "Search Again",
|
|
430
|
-
"icon": "search",
|
|
431
429
|
"type": "button",
|
|
432
|
-
"
|
|
430
|
+
"label": "Search Again",
|
|
431
|
+
"action": "SEARCH",
|
|
432
|
+
"variant": "ghost",
|
|
433
|
+
"icon": "search"
|
|
433
434
|
}
|
|
434
435
|
],
|
|
435
436
|
"type": "stack",
|
|
436
|
-
"gap": "sm",
|
|
437
437
|
"justify": "center",
|
|
438
|
+
"gap": "sm",
|
|
438
439
|
"direction": "horizontal"
|
|
439
440
|
}
|
|
440
|
-
]
|
|
441
|
-
"direction": "vertical"
|
|
441
|
+
]
|
|
442
442
|
}
|
|
443
443
|
]
|
|
444
444
|
]
|
|
@@ -463,39 +463,39 @@
|
|
|
463
463
|
"main",
|
|
464
464
|
{
|
|
465
465
|
"type": "stack",
|
|
466
|
-
"gap": "lg",
|
|
467
466
|
"children": [
|
|
468
467
|
{
|
|
469
|
-
"
|
|
468
|
+
"onRetry": "SEARCH",
|
|
470
469
|
"message": "@entity.error",
|
|
471
|
-
"
|
|
472
|
-
"
|
|
470
|
+
"type": "error-state",
|
|
471
|
+
"title": "Search Failed"
|
|
473
472
|
},
|
|
474
473
|
{
|
|
475
|
-
"type": "stack",
|
|
476
474
|
"justify": "center",
|
|
477
|
-
"
|
|
475
|
+
"type": "stack",
|
|
478
476
|
"children": [
|
|
479
477
|
{
|
|
480
|
-
"icon": "refresh-cw",
|
|
481
|
-
"variant": "primary",
|
|
482
478
|
"type": "button",
|
|
479
|
+
"action": "SEARCH",
|
|
480
|
+
"icon": "refresh-cw",
|
|
483
481
|
"label": "Retry",
|
|
484
|
-
"
|
|
482
|
+
"variant": "primary"
|
|
485
483
|
},
|
|
486
484
|
{
|
|
487
485
|
"type": "button",
|
|
486
|
+
"label": "Reset",
|
|
488
487
|
"variant": "ghost",
|
|
489
|
-
"action": "RESET",
|
|
490
488
|
"icon": "rotate-ccw",
|
|
491
|
-
"
|
|
489
|
+
"action": "RESET"
|
|
492
490
|
}
|
|
493
491
|
],
|
|
492
|
+
"gap": "sm",
|
|
494
493
|
"direction": "horizontal"
|
|
495
494
|
}
|
|
496
495
|
],
|
|
497
|
-
"
|
|
498
|
-
"direction": "vertical"
|
|
496
|
+
"gap": "lg",
|
|
497
|
+
"direction": "vertical",
|
|
498
|
+
"align": "center"
|
|
499
499
|
}
|
|
500
500
|
]
|
|
501
501
|
]
|
|
@@ -509,9 +509,9 @@
|
|
|
509
509
|
"render-ui",
|
|
510
510
|
"main",
|
|
511
511
|
{
|
|
512
|
-
"title": "Searching...",
|
|
513
512
|
"type": "loading-state",
|
|
514
|
-
"message": "Searching YouTube for videos..."
|
|
513
|
+
"message": "Searching YouTube for videos...",
|
|
514
|
+
"title": "Searching..."
|
|
515
515
|
}
|
|
516
516
|
],
|
|
517
517
|
[
|
|
@@ -519,8 +519,8 @@
|
|
|
519
519
|
"youtube",
|
|
520
520
|
"search",
|
|
521
521
|
{
|
|
522
|
-
"query": "@entity.query",
|
|
523
522
|
"type": "video",
|
|
523
|
+
"query": "@entity.query",
|
|
524
524
|
"maxResults": 10.0
|
|
525
525
|
}
|
|
526
526
|
]
|
|
@@ -569,11 +569,12 @@
|
|
|
569
569
|
"render-ui",
|
|
570
570
|
"main",
|
|
571
571
|
{
|
|
572
|
-
"
|
|
573
|
-
"type": "stack",
|
|
574
|
-
"gap": "lg",
|
|
572
|
+
"direction": "vertical",
|
|
575
573
|
"children": [
|
|
576
574
|
{
|
|
575
|
+
"type": "stack",
|
|
576
|
+
"direction": "horizontal",
|
|
577
|
+
"gap": "md",
|
|
577
578
|
"align": "center",
|
|
578
579
|
"children": [
|
|
579
580
|
{
|
|
@@ -581,14 +582,11 @@
|
|
|
581
582
|
"name": "video"
|
|
582
583
|
},
|
|
583
584
|
{
|
|
584
|
-
"
|
|
585
|
+
"variant": "h2",
|
|
585
586
|
"content": "YouTube Search",
|
|
586
|
-
"
|
|
587
|
+
"type": "typography"
|
|
587
588
|
}
|
|
588
|
-
]
|
|
589
|
-
"gap": "md",
|
|
590
|
-
"type": "stack",
|
|
591
|
-
"direction": "horizontal"
|
|
589
|
+
]
|
|
592
590
|
},
|
|
593
591
|
{
|
|
594
592
|
"type": "divider"
|
|
@@ -598,14 +596,16 @@
|
|
|
598
596
|
"placeholder": "Search YouTube videos..."
|
|
599
597
|
},
|
|
600
598
|
{
|
|
601
|
-
"
|
|
599
|
+
"action": "SEARCH",
|
|
602
600
|
"variant": "primary",
|
|
601
|
+
"label": "Search",
|
|
603
602
|
"type": "button",
|
|
604
|
-
"icon": "search"
|
|
605
|
-
"action": "SEARCH"
|
|
603
|
+
"icon": "search"
|
|
606
604
|
}
|
|
607
605
|
],
|
|
608
|
-
"
|
|
606
|
+
"type": "stack",
|
|
607
|
+
"gap": "lg",
|
|
608
|
+
"align": "stretch"
|
|
609
609
|
}
|
|
610
610
|
]
|
|
611
611
|
]
|
|
@@ -629,44 +629,44 @@
|
|
|
629
629
|
"render-ui",
|
|
630
630
|
"main",
|
|
631
631
|
{
|
|
632
|
-
"align": "stretch",
|
|
633
|
-
"type": "stack",
|
|
634
632
|
"children": [
|
|
635
633
|
{
|
|
636
|
-
"direction": "horizontal",
|
|
637
|
-
"align": "center",
|
|
638
634
|
"children": [
|
|
639
635
|
{
|
|
640
|
-
"
|
|
641
|
-
"
|
|
636
|
+
"type": "icon",
|
|
637
|
+
"name": "video"
|
|
642
638
|
},
|
|
643
639
|
{
|
|
644
|
-
"
|
|
640
|
+
"content": "@entity.videoTitle",
|
|
645
641
|
"variant": "h2",
|
|
646
|
-
"
|
|
642
|
+
"type": "typography"
|
|
647
643
|
}
|
|
648
644
|
],
|
|
645
|
+
"gap": "md",
|
|
649
646
|
"type": "stack",
|
|
650
|
-
"
|
|
647
|
+
"direction": "horizontal",
|
|
648
|
+
"align": "center"
|
|
651
649
|
},
|
|
652
650
|
{
|
|
653
651
|
"type": "divider"
|
|
654
652
|
},
|
|
655
653
|
{
|
|
654
|
+
"content": "@entity.videoDescription",
|
|
656
655
|
"variant": "body",
|
|
657
|
-
"type": "typography"
|
|
658
|
-
"content": "@entity.videoDescription"
|
|
656
|
+
"type": "typography"
|
|
659
657
|
},
|
|
660
658
|
{
|
|
661
|
-
"
|
|
662
|
-
"action": "BACK",
|
|
659
|
+
"variant": "ghost",
|
|
663
660
|
"icon": "arrow-left",
|
|
661
|
+
"type": "button",
|
|
664
662
|
"label": "Back to Results",
|
|
665
|
-
"
|
|
663
|
+
"action": "BACK"
|
|
666
664
|
}
|
|
667
665
|
],
|
|
668
666
|
"direction": "vertical",
|
|
669
|
-
"gap": "lg"
|
|
667
|
+
"gap": "lg",
|
|
668
|
+
"align": "stretch",
|
|
669
|
+
"type": "stack"
|
|
670
670
|
}
|
|
671
671
|
]
|
|
672
672
|
]
|
|
@@ -680,22 +680,22 @@
|
|
|
680
680
|
"render-ui",
|
|
681
681
|
"main",
|
|
682
682
|
{
|
|
683
|
-
"
|
|
683
|
+
"align": "stretch",
|
|
684
684
|
"children": [
|
|
685
685
|
{
|
|
686
|
-
"type": "stack",
|
|
687
686
|
"direction": "horizontal",
|
|
688
|
-
"
|
|
687
|
+
"type": "stack",
|
|
689
688
|
"align": "center",
|
|
689
|
+
"gap": "md",
|
|
690
690
|
"children": [
|
|
691
691
|
{
|
|
692
692
|
"type": "icon",
|
|
693
693
|
"name": "video"
|
|
694
694
|
},
|
|
695
695
|
{
|
|
696
|
-
"
|
|
696
|
+
"variant": "h2",
|
|
697
697
|
"content": "Search Results",
|
|
698
|
-
"
|
|
698
|
+
"type": "typography"
|
|
699
699
|
}
|
|
700
700
|
]
|
|
701
701
|
},
|
|
@@ -709,30 +709,30 @@
|
|
|
709
709
|
},
|
|
710
710
|
{
|
|
711
711
|
"type": "stack",
|
|
712
|
+
"justify": "center",
|
|
712
713
|
"children": [
|
|
713
714
|
{
|
|
714
|
-
"variant": "ghost",
|
|
715
|
-
"type": "button",
|
|
716
|
-
"label": "New Search",
|
|
717
715
|
"action": "RESET",
|
|
718
|
-
"icon": "rotate-ccw"
|
|
716
|
+
"icon": "rotate-ccw",
|
|
717
|
+
"label": "New Search",
|
|
718
|
+
"variant": "ghost",
|
|
719
|
+
"type": "button"
|
|
719
720
|
},
|
|
720
721
|
{
|
|
721
|
-
"action": "SEARCH",
|
|
722
722
|
"label": "Search Again",
|
|
723
|
+
"icon": "search",
|
|
723
724
|
"type": "button",
|
|
724
|
-
"
|
|
725
|
-
"
|
|
725
|
+
"action": "SEARCH",
|
|
726
|
+
"variant": "ghost"
|
|
726
727
|
}
|
|
727
728
|
],
|
|
728
|
-
"
|
|
729
|
-
"direction": "horizontal"
|
|
730
|
-
"gap": "sm"
|
|
729
|
+
"gap": "sm",
|
|
730
|
+
"direction": "horizontal"
|
|
731
731
|
}
|
|
732
732
|
],
|
|
733
733
|
"type": "stack",
|
|
734
|
-
"
|
|
735
|
-
"
|
|
734
|
+
"gap": "lg",
|
|
735
|
+
"direction": "vertical"
|
|
736
736
|
}
|
|
737
737
|
]
|
|
738
738
|
]
|
|
@@ -756,27 +756,25 @@
|
|
|
756
756
|
"render-ui",
|
|
757
757
|
"main",
|
|
758
758
|
{
|
|
759
|
-
"type": "stack",
|
|
760
|
-
"direction": "vertical",
|
|
761
759
|
"gap": "lg",
|
|
762
760
|
"align": "stretch",
|
|
763
761
|
"children": [
|
|
764
762
|
{
|
|
765
763
|
"align": "center",
|
|
766
|
-
"gap": "md",
|
|
767
764
|
"children": [
|
|
768
765
|
{
|
|
769
|
-
"
|
|
770
|
-
"
|
|
766
|
+
"type": "icon",
|
|
767
|
+
"name": "video"
|
|
771
768
|
},
|
|
772
769
|
{
|
|
773
770
|
"content": "YouTube Search",
|
|
774
|
-
"
|
|
775
|
-
"
|
|
771
|
+
"type": "typography",
|
|
772
|
+
"variant": "h2"
|
|
776
773
|
}
|
|
777
774
|
],
|
|
775
|
+
"direction": "horizontal",
|
|
778
776
|
"type": "stack",
|
|
779
|
-
"
|
|
777
|
+
"gap": "md"
|
|
780
778
|
},
|
|
781
779
|
{
|
|
782
780
|
"type": "divider"
|
|
@@ -786,13 +784,15 @@
|
|
|
786
784
|
"placeholder": "Search YouTube videos..."
|
|
787
785
|
},
|
|
788
786
|
{
|
|
789
|
-
"
|
|
787
|
+
"icon": "search",
|
|
790
788
|
"type": "button",
|
|
791
789
|
"label": "Search",
|
|
792
|
-
"
|
|
793
|
-
"
|
|
790
|
+
"action": "SEARCH",
|
|
791
|
+
"variant": "primary"
|
|
794
792
|
}
|
|
795
|
-
]
|
|
793
|
+
],
|
|
794
|
+
"type": "stack",
|
|
795
|
+
"direction": "vertical"
|
|
796
796
|
}
|
|
797
797
|
]
|
|
798
798
|
]
|
|
@@ -166,12 +166,12 @@
|
|
|
166
166
|
"render-ui",
|
|
167
167
|
"main",
|
|
168
168
|
{
|
|
169
|
-
"height": 400.0,
|
|
170
|
-
"width": 800.0,
|
|
171
169
|
"preset": "pendulum",
|
|
170
|
+
"type": "simulation-canvas",
|
|
172
171
|
"speed": 1.0,
|
|
173
|
-
"
|
|
174
|
-
"
|
|
172
|
+
"width": 800.0,
|
|
173
|
+
"height": 400.0,
|
|
174
|
+
"running": false
|
|
175
175
|
}
|
|
176
176
|
]
|
|
177
177
|
]
|
|
@@ -185,12 +185,12 @@
|
|
|
185
185
|
"render-ui",
|
|
186
186
|
"main",
|
|
187
187
|
{
|
|
188
|
-
"type": "simulation-canvas",
|
|
189
|
-
"width": 800.0,
|
|
190
|
-
"height": 400.0,
|
|
191
188
|
"running": true,
|
|
189
|
+
"speed": 1.0,
|
|
190
|
+
"height": 400.0,
|
|
191
|
+
"width": 800.0,
|
|
192
192
|
"preset": "pendulum",
|
|
193
|
-
"
|
|
193
|
+
"type": "simulation-canvas"
|
|
194
194
|
}
|
|
195
195
|
]
|
|
196
196
|
]
|
|
@@ -204,12 +204,12 @@
|
|
|
204
204
|
"render-ui",
|
|
205
205
|
"main",
|
|
206
206
|
{
|
|
207
|
-
"
|
|
207
|
+
"height": 400.0,
|
|
208
|
+
"speed": 1.0,
|
|
208
209
|
"type": "simulation-canvas",
|
|
209
|
-
"preset": "pendulum",
|
|
210
210
|
"running": false,
|
|
211
|
-
"
|
|
212
|
-
"
|
|
211
|
+
"width": 800.0,
|
|
212
|
+
"preset": "pendulum"
|
|
213
213
|
}
|
|
214
214
|
]
|
|
215
215
|
]
|
|
@@ -223,12 +223,12 @@
|
|
|
223
223
|
"render-ui",
|
|
224
224
|
"main",
|
|
225
225
|
{
|
|
226
|
-
"speed": 1.0,
|
|
227
226
|
"height": 400.0,
|
|
228
|
-
"running": false,
|
|
229
|
-
"width": 800.0,
|
|
230
227
|
"type": "simulation-canvas",
|
|
231
|
-
"preset": "pendulum"
|
|
228
|
+
"preset": "pendulum",
|
|
229
|
+
"running": false,
|
|
230
|
+
"speed": 1.0,
|
|
231
|
+
"width": 800.0
|
|
232
232
|
}
|
|
233
233
|
]
|
|
234
234
|
]
|
|
@@ -242,12 +242,12 @@
|
|
|
242
242
|
"render-ui",
|
|
243
243
|
"main",
|
|
244
244
|
{
|
|
245
|
-
"height": 400.0,
|
|
246
|
-
"width": 800.0,
|
|
247
|
-
"preset": "pendulum",
|
|
248
|
-
"type": "simulation-canvas",
|
|
249
245
|
"speed": 1.0,
|
|
250
|
-
"
|
|
246
|
+
"type": "simulation-canvas",
|
|
247
|
+
"width": 800.0,
|
|
248
|
+
"height": 400.0,
|
|
249
|
+
"running": true,
|
|
250
|
+
"preset": "pendulum"
|
|
251
251
|
}
|
|
252
252
|
]
|
|
253
253
|
]
|