@almadar/std 8.5.1 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"event": "ServiceYoutubeLoaded",
|
|
79
79
|
"description": "Fired when ServiceYoutube finishes loading",
|
|
80
80
|
"scope": "internal",
|
|
81
|
-
"
|
|
81
|
+
"payloadSchema": [
|
|
82
82
|
{
|
|
83
83
|
"name": "id",
|
|
84
84
|
"type": "string",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"event": "ServiceYoutubeLoadFailed",
|
|
131
131
|
"description": "Fired when ServiceYoutube fails to load",
|
|
132
132
|
"scope": "internal",
|
|
133
|
-
"
|
|
133
|
+
"payloadSchema": [
|
|
134
134
|
{
|
|
135
135
|
"name": "message",
|
|
136
136
|
"type": "string"
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
{
|
|
141
141
|
"event": "ServiceYoutubeYoutubeCompleted",
|
|
142
142
|
"scope": "internal",
|
|
143
|
-
"
|
|
143
|
+
"payloadSchema": [
|
|
144
144
|
{
|
|
145
145
|
"name": "result",
|
|
146
146
|
"type": "object"
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
{
|
|
151
151
|
"event": "ServiceYoutubeYoutubeFailed",
|
|
152
152
|
"scope": "internal",
|
|
153
|
-
"
|
|
153
|
+
"payloadSchema": [
|
|
154
154
|
{
|
|
155
155
|
"name": "error",
|
|
156
156
|
"type": "string"
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
{
|
|
194
194
|
"key": "SEARCH_COMPLETE",
|
|
195
195
|
"name": "Search Complete",
|
|
196
|
-
"
|
|
196
|
+
"payloadSchema": [
|
|
197
197
|
{
|
|
198
198
|
"name": "results",
|
|
199
199
|
"type": "string",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
{
|
|
205
205
|
"key": "FAILED",
|
|
206
206
|
"name": "Failed",
|
|
207
|
-
"
|
|
207
|
+
"payloadSchema": [
|
|
208
208
|
{
|
|
209
209
|
"name": "error",
|
|
210
210
|
"type": "string",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
{
|
|
216
216
|
"key": "SELECT_VIDEO",
|
|
217
217
|
"name": "Select Video",
|
|
218
|
-
"
|
|
218
|
+
"payloadSchema": [
|
|
219
219
|
{
|
|
220
220
|
"name": "videoId",
|
|
221
221
|
"type": "string",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
{
|
|
231
231
|
"key": "VIDEO_LOADED",
|
|
232
232
|
"name": "Video Loaded",
|
|
233
|
-
"
|
|
233
|
+
"payloadSchema": [
|
|
234
234
|
{
|
|
235
235
|
"name": "title",
|
|
236
236
|
"type": "string",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
{
|
|
251
251
|
"key": "ServiceYoutubeLoaded",
|
|
252
252
|
"name": "ServiceYoutube loaded",
|
|
253
|
-
"
|
|
253
|
+
"payloadSchema": [
|
|
254
254
|
{
|
|
255
255
|
"name": "id",
|
|
256
256
|
"type": "string",
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
{
|
|
302
302
|
"key": "ServiceYoutubeLoadFailed",
|
|
303
303
|
"name": "ServiceYoutube load failed",
|
|
304
|
-
"
|
|
304
|
+
"payloadSchema": [
|
|
305
305
|
{
|
|
306
306
|
"name": "message",
|
|
307
307
|
"type": "string"
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
{
|
|
312
312
|
"key": "ServiceYoutubeYoutubeCompleted",
|
|
313
313
|
"name": "ServiceYoutube youtube completed",
|
|
314
|
-
"
|
|
314
|
+
"payloadSchema": [
|
|
315
315
|
{
|
|
316
316
|
"name": "result",
|
|
317
317
|
"type": "object"
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
{
|
|
322
322
|
"key": "ServiceYoutubeYoutubeFailed",
|
|
323
323
|
"name": "ServiceYoutube youtube failed",
|
|
324
|
-
"
|
|
324
|
+
"payloadSchema": [
|
|
325
325
|
{
|
|
326
326
|
"name": "error",
|
|
327
327
|
"type": "string"
|
|
@@ -353,26 +353,23 @@
|
|
|
353
353
|
"render-ui",
|
|
354
354
|
"main",
|
|
355
355
|
{
|
|
356
|
-
"align": "stretch",
|
|
357
|
-
"gap": "lg",
|
|
358
|
-
"type": "stack",
|
|
359
356
|
"children": [
|
|
360
357
|
{
|
|
358
|
+
"direction": "horizontal",
|
|
359
|
+
"align": "center",
|
|
361
360
|
"type": "stack",
|
|
361
|
+
"gap": "md",
|
|
362
362
|
"children": [
|
|
363
363
|
{
|
|
364
|
-
"
|
|
365
|
-
"
|
|
364
|
+
"type": "icon",
|
|
365
|
+
"name": "video"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
|
-
"
|
|
368
|
+
"type": "typography",
|
|
369
369
|
"content": "YouTube Search",
|
|
370
|
-
"
|
|
370
|
+
"variant": "h2"
|
|
371
371
|
}
|
|
372
|
-
]
|
|
373
|
-
"direction": "horizontal",
|
|
374
|
-
"gap": "md",
|
|
375
|
-
"align": "center"
|
|
372
|
+
]
|
|
376
373
|
},
|
|
377
374
|
{
|
|
378
375
|
"type": "divider"
|
|
@@ -382,14 +379,17 @@
|
|
|
382
379
|
"placeholder": "Search YouTube videos..."
|
|
383
380
|
},
|
|
384
381
|
{
|
|
385
|
-
"
|
|
386
|
-
"type": "button",
|
|
382
|
+
"variant": "primary",
|
|
387
383
|
"icon": "search",
|
|
388
384
|
"action": "SEARCH",
|
|
389
|
-
"
|
|
385
|
+
"type": "button",
|
|
386
|
+
"label": "Search"
|
|
390
387
|
}
|
|
391
388
|
],
|
|
392
|
-
"
|
|
389
|
+
"align": "stretch",
|
|
390
|
+
"direction": "vertical",
|
|
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
|
+
"message": "Searching YouTube for videos...",
|
|
407
407
|
"type": "loading-state",
|
|
408
|
-
"
|
|
408
|
+
"title": "Searching..."
|
|
409
409
|
}
|
|
410
410
|
],
|
|
411
411
|
[
|
|
@@ -440,25 +440,24 @@
|
|
|
440
440
|
"render-ui",
|
|
441
441
|
"main",
|
|
442
442
|
{
|
|
443
|
-
"
|
|
444
|
-
"align": "stretch",
|
|
443
|
+
"type": "stack",
|
|
445
444
|
"children": [
|
|
446
445
|
{
|
|
447
|
-
"direction": "horizontal",
|
|
448
446
|
"gap": "md",
|
|
449
|
-
"
|
|
447
|
+
"type": "stack",
|
|
450
448
|
"children": [
|
|
451
449
|
{
|
|
452
450
|
"name": "video",
|
|
453
451
|
"type": "icon"
|
|
454
452
|
},
|
|
455
453
|
{
|
|
456
|
-
"content": "Search Results",
|
|
457
454
|
"variant": "h2",
|
|
455
|
+
"content": "Search Results",
|
|
458
456
|
"type": "typography"
|
|
459
457
|
}
|
|
460
458
|
],
|
|
461
|
-
"
|
|
459
|
+
"align": "center",
|
|
460
|
+
"direction": "horizontal"
|
|
462
461
|
},
|
|
463
462
|
{
|
|
464
463
|
"type": "divider"
|
|
@@ -469,30 +468,31 @@
|
|
|
469
468
|
"variant": "body"
|
|
470
469
|
},
|
|
471
470
|
{
|
|
472
|
-
"justify": "center",
|
|
473
471
|
"gap": "sm",
|
|
474
|
-
"type": "stack",
|
|
475
|
-
"direction": "horizontal",
|
|
476
472
|
"children": [
|
|
477
473
|
{
|
|
478
|
-
"icon": "rotate-ccw",
|
|
479
|
-
"variant": "ghost",
|
|
480
474
|
"label": "New Search",
|
|
475
|
+
"variant": "ghost",
|
|
481
476
|
"type": "button",
|
|
482
|
-
"action": "RESET"
|
|
477
|
+
"action": "RESET",
|
|
478
|
+
"icon": "rotate-ccw"
|
|
483
479
|
},
|
|
484
480
|
{
|
|
481
|
+
"action": "SEARCH",
|
|
482
|
+
"label": "Search Again",
|
|
485
483
|
"variant": "ghost",
|
|
486
|
-
"icon": "search",
|
|
487
484
|
"type": "button",
|
|
488
|
-
"
|
|
489
|
-
"action": "SEARCH"
|
|
485
|
+
"icon": "search"
|
|
490
486
|
}
|
|
491
|
-
]
|
|
487
|
+
],
|
|
488
|
+
"justify": "center",
|
|
489
|
+
"type": "stack",
|
|
490
|
+
"direction": "horizontal"
|
|
492
491
|
}
|
|
493
492
|
],
|
|
494
|
-
"
|
|
495
|
-
"
|
|
493
|
+
"direction": "vertical",
|
|
494
|
+
"align": "stretch",
|
|
495
|
+
"gap": "lg"
|
|
496
496
|
}
|
|
497
497
|
]
|
|
498
498
|
]
|
|
@@ -516,40 +516,40 @@
|
|
|
516
516
|
"render-ui",
|
|
517
517
|
"main",
|
|
518
518
|
{
|
|
519
|
-
"direction": "vertical",
|
|
520
519
|
"gap": "lg",
|
|
521
|
-
"align": "center",
|
|
522
520
|
"children": [
|
|
523
521
|
{
|
|
524
|
-
"
|
|
525
|
-
"title": "Search Failed",
|
|
522
|
+
"message": "@entity.error",
|
|
526
523
|
"onRetry": "SEARCH",
|
|
527
|
-
"
|
|
524
|
+
"type": "error-state",
|
|
525
|
+
"title": "Search Failed"
|
|
528
526
|
},
|
|
529
527
|
{
|
|
530
528
|
"children": [
|
|
531
529
|
{
|
|
532
|
-
"type": "button",
|
|
533
|
-
"label": "Retry",
|
|
534
530
|
"icon": "refresh-cw",
|
|
535
|
-
"
|
|
536
|
-
"variant": "primary"
|
|
531
|
+
"label": "Retry",
|
|
532
|
+
"variant": "primary",
|
|
533
|
+
"type": "button",
|
|
534
|
+
"action": "SEARCH"
|
|
537
535
|
},
|
|
538
536
|
{
|
|
539
|
-
"
|
|
537
|
+
"action": "RESET",
|
|
540
538
|
"type": "button",
|
|
539
|
+
"label": "Reset",
|
|
541
540
|
"icon": "rotate-ccw",
|
|
542
|
-
"variant": "ghost"
|
|
543
|
-
"action": "RESET"
|
|
541
|
+
"variant": "ghost"
|
|
544
542
|
}
|
|
545
543
|
],
|
|
544
|
+
"type": "stack",
|
|
546
545
|
"gap": "sm",
|
|
547
|
-
"direction": "horizontal",
|
|
548
546
|
"justify": "center",
|
|
549
|
-
"
|
|
547
|
+
"direction": "horizontal"
|
|
550
548
|
}
|
|
551
549
|
],
|
|
552
|
-
"
|
|
550
|
+
"direction": "vertical",
|
|
551
|
+
"type": "stack",
|
|
552
|
+
"align": "center"
|
|
553
553
|
}
|
|
554
554
|
]
|
|
555
555
|
]
|
|
@@ -563,9 +563,9 @@
|
|
|
563
563
|
"render-ui",
|
|
564
564
|
"main",
|
|
565
565
|
{
|
|
566
|
+
"title": "Searching...",
|
|
566
567
|
"message": "Searching YouTube for videos...",
|
|
567
|
-
"type": "loading-state"
|
|
568
|
-
"title": "Searching..."
|
|
568
|
+
"type": "loading-state"
|
|
569
569
|
}
|
|
570
570
|
],
|
|
571
571
|
[
|
|
@@ -573,14 +573,14 @@
|
|
|
573
573
|
"youtube",
|
|
574
574
|
"search",
|
|
575
575
|
{
|
|
576
|
+
"type": "video",
|
|
576
577
|
"query": "@entity.query",
|
|
577
|
-
"maxResults": 10.0
|
|
578
|
-
"type": "video"
|
|
578
|
+
"maxResults": 10.0
|
|
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
|
-
"title": "Loading video...",
|
|
604
603
|
"type": "loading-state",
|
|
605
|
-
"message": "Fetching video details..."
|
|
604
|
+
"message": "Fetching video details...",
|
|
605
|
+
"title": "Loading video..."
|
|
606
606
|
}
|
|
607
607
|
],
|
|
608
608
|
[
|
|
@@ -614,8 +614,8 @@
|
|
|
614
614
|
},
|
|
615
615
|
{
|
|
616
616
|
"emit": {
|
|
617
|
-
"
|
|
618
|
-
"
|
|
617
|
+
"failure": "ServiceYoutubeYoutubeFailed",
|
|
618
|
+
"success": "ServiceYoutubeYoutubeCompleted"
|
|
619
619
|
}
|
|
620
620
|
}
|
|
621
621
|
]
|
|
@@ -636,26 +636,25 @@
|
|
|
636
636
|
"main",
|
|
637
637
|
{
|
|
638
638
|
"gap": "lg",
|
|
639
|
-
"type": "stack",
|
|
640
639
|
"direction": "vertical",
|
|
641
|
-
"
|
|
640
|
+
"type": "stack",
|
|
642
641
|
"children": [
|
|
643
642
|
{
|
|
644
643
|
"align": "center",
|
|
645
|
-
"type": "stack",
|
|
646
644
|
"children": [
|
|
647
645
|
{
|
|
648
646
|
"type": "icon",
|
|
649
647
|
"name": "video"
|
|
650
648
|
},
|
|
651
649
|
{
|
|
652
|
-
"
|
|
650
|
+
"type": "typography",
|
|
653
651
|
"content": "YouTube Search",
|
|
654
|
-
"
|
|
652
|
+
"variant": "h2"
|
|
655
653
|
}
|
|
656
654
|
],
|
|
657
655
|
"direction": "horizontal",
|
|
658
|
-
"gap": "md"
|
|
656
|
+
"gap": "md",
|
|
657
|
+
"type": "stack"
|
|
659
658
|
},
|
|
660
659
|
{
|
|
661
660
|
"type": "divider"
|
|
@@ -666,12 +665,13 @@
|
|
|
666
665
|
},
|
|
667
666
|
{
|
|
668
667
|
"variant": "primary",
|
|
669
|
-
"icon": "search",
|
|
670
668
|
"type": "button",
|
|
671
|
-
"
|
|
672
|
-
"label": "Search"
|
|
669
|
+
"icon": "search",
|
|
670
|
+
"label": "Search",
|
|
671
|
+
"action": "SEARCH"
|
|
673
672
|
}
|
|
674
|
-
]
|
|
673
|
+
],
|
|
674
|
+
"align": "stretch"
|
|
675
675
|
}
|
|
676
676
|
]
|
|
677
677
|
]
|
|
@@ -697,42 +697,42 @@
|
|
|
697
697
|
{
|
|
698
698
|
"direction": "vertical",
|
|
699
699
|
"gap": "lg",
|
|
700
|
-
"align": "stretch",
|
|
701
|
-
"type": "stack",
|
|
702
700
|
"children": [
|
|
703
701
|
{
|
|
704
|
-
"direction": "horizontal",
|
|
705
|
-
"type": "stack",
|
|
706
702
|
"children": [
|
|
707
703
|
{
|
|
708
|
-
"
|
|
709
|
-
"
|
|
704
|
+
"name": "video",
|
|
705
|
+
"type": "icon"
|
|
710
706
|
},
|
|
711
707
|
{
|
|
712
|
-
"content": "@entity.videoTitle",
|
|
713
708
|
"variant": "h2",
|
|
714
|
-
"type": "typography"
|
|
709
|
+
"type": "typography",
|
|
710
|
+
"content": "@entity.videoTitle"
|
|
715
711
|
}
|
|
716
712
|
],
|
|
717
|
-
"
|
|
718
|
-
"gap": "md"
|
|
713
|
+
"direction": "horizontal",
|
|
714
|
+
"gap": "md",
|
|
715
|
+
"type": "stack",
|
|
716
|
+
"align": "center"
|
|
719
717
|
},
|
|
720
718
|
{
|
|
721
719
|
"type": "divider"
|
|
722
720
|
},
|
|
723
721
|
{
|
|
722
|
+
"variant": "body",
|
|
724
723
|
"type": "typography",
|
|
725
|
-
"content": "@entity.videoDescription"
|
|
726
|
-
"variant": "body"
|
|
724
|
+
"content": "@entity.videoDescription"
|
|
727
725
|
},
|
|
728
726
|
{
|
|
729
|
-
"
|
|
727
|
+
"type": "button",
|
|
730
728
|
"variant": "ghost",
|
|
729
|
+
"icon": "arrow-left",
|
|
731
730
|
"action": "BACK",
|
|
732
|
-
"type": "button",
|
|
733
731
|
"label": "Back to Results"
|
|
734
732
|
}
|
|
735
|
-
]
|
|
733
|
+
],
|
|
734
|
+
"type": "stack",
|
|
735
|
+
"align": "stretch"
|
|
736
736
|
}
|
|
737
737
|
]
|
|
738
738
|
]
|
|
@@ -746,14 +746,12 @@
|
|
|
746
746
|
"render-ui",
|
|
747
747
|
"main",
|
|
748
748
|
{
|
|
749
|
+
"gap": "lg",
|
|
749
750
|
"type": "stack",
|
|
751
|
+
"direction": "vertical",
|
|
750
752
|
"align": "stretch",
|
|
751
|
-
"gap": "lg",
|
|
752
753
|
"children": [
|
|
753
754
|
{
|
|
754
|
-
"gap": "md",
|
|
755
|
-
"align": "center",
|
|
756
|
-
"type": "stack",
|
|
757
755
|
"direction": "horizontal",
|
|
758
756
|
"children": [
|
|
759
757
|
{
|
|
@@ -761,44 +759,46 @@
|
|
|
761
759
|
"type": "icon"
|
|
762
760
|
},
|
|
763
761
|
{
|
|
762
|
+
"variant": "h2",
|
|
764
763
|
"content": "Search Results",
|
|
765
|
-
"type": "typography"
|
|
766
|
-
"variant": "h2"
|
|
764
|
+
"type": "typography"
|
|
767
765
|
}
|
|
768
|
-
]
|
|
766
|
+
],
|
|
767
|
+
"type": "stack",
|
|
768
|
+
"gap": "md",
|
|
769
|
+
"align": "center"
|
|
769
770
|
},
|
|
770
771
|
{
|
|
771
772
|
"type": "divider"
|
|
772
773
|
},
|
|
773
774
|
{
|
|
774
775
|
"content": "Select a video to view details.",
|
|
775
|
-
"
|
|
776
|
-
"
|
|
776
|
+
"variant": "body",
|
|
777
|
+
"type": "typography"
|
|
777
778
|
},
|
|
778
779
|
{
|
|
779
780
|
"justify": "center",
|
|
780
781
|
"children": [
|
|
781
782
|
{
|
|
783
|
+
"type": "button",
|
|
782
784
|
"variant": "ghost",
|
|
783
|
-
"label": "New Search",
|
|
784
785
|
"icon": "rotate-ccw",
|
|
785
|
-
"
|
|
786
|
-
"
|
|
786
|
+
"label": "New Search",
|
|
787
|
+
"action": "RESET"
|
|
787
788
|
},
|
|
788
789
|
{
|
|
789
|
-
"action": "SEARCH",
|
|
790
790
|
"variant": "ghost",
|
|
791
791
|
"icon": "search",
|
|
792
|
+
"label": "Search Again",
|
|
792
793
|
"type": "button",
|
|
793
|
-
"
|
|
794
|
+
"action": "SEARCH"
|
|
794
795
|
}
|
|
795
796
|
],
|
|
796
|
-
"
|
|
797
|
+
"gap": "sm",
|
|
797
798
|
"type": "stack",
|
|
798
|
-
"
|
|
799
|
+
"direction": "horizontal"
|
|
799
800
|
}
|
|
800
|
-
]
|
|
801
|
-
"direction": "vertical"
|
|
801
|
+
]
|
|
802
802
|
}
|
|
803
803
|
]
|
|
804
804
|
]
|
|
@@ -822,26 +822,25 @@
|
|
|
822
822
|
"render-ui",
|
|
823
823
|
"main",
|
|
824
824
|
{
|
|
825
|
+
"direction": "vertical",
|
|
825
826
|
"type": "stack",
|
|
826
827
|
"gap": "lg",
|
|
827
|
-
"align": "stretch",
|
|
828
|
-
"direction": "vertical",
|
|
829
828
|
"children": [
|
|
830
829
|
{
|
|
831
|
-
"
|
|
830
|
+
"type": "stack",
|
|
832
831
|
"gap": "md",
|
|
832
|
+
"align": "center",
|
|
833
833
|
"children": [
|
|
834
834
|
{
|
|
835
|
-
"
|
|
836
|
-
"
|
|
835
|
+
"name": "video",
|
|
836
|
+
"type": "icon"
|
|
837
837
|
},
|
|
838
838
|
{
|
|
839
|
+
"type": "typography",
|
|
839
840
|
"variant": "h2",
|
|
840
|
-
"content": "YouTube Search"
|
|
841
|
-
"type": "typography"
|
|
841
|
+
"content": "YouTube Search"
|
|
842
842
|
}
|
|
843
843
|
],
|
|
844
|
-
"type": "stack",
|
|
845
844
|
"direction": "horizontal"
|
|
846
845
|
},
|
|
847
846
|
{
|
|
@@ -852,13 +851,14 @@
|
|
|
852
851
|
"placeholder": "Search YouTube videos..."
|
|
853
852
|
},
|
|
854
853
|
{
|
|
855
|
-
"icon": "search",
|
|
856
854
|
"type": "button",
|
|
857
|
-
"variant": "primary",
|
|
858
855
|
"label": "Search",
|
|
859
|
-
"action": "SEARCH"
|
|
856
|
+
"action": "SEARCH",
|
|
857
|
+
"variant": "primary",
|
|
858
|
+
"icon": "search"
|
|
860
859
|
}
|
|
861
|
-
]
|
|
860
|
+
],
|
|
861
|
+
"align": "stretch"
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
]
|
|
@@ -881,4 +881,4 @@
|
|
|
881
881
|
]
|
|
882
882
|
}
|
|
883
883
|
]
|
|
884
|
-
}
|
|
884
|
+
}
|