@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
|
@@ -173,8 +173,8 @@
|
|
|
173
173
|
"GalleryItem",
|
|
174
174
|
{
|
|
175
175
|
"emit": {
|
|
176
|
-
"
|
|
177
|
-
"
|
|
176
|
+
"success": "GalleryItemLoaded",
|
|
177
|
+
"failure": "GalleryItemLoadFailed"
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
180
|
],
|
|
@@ -182,18 +182,23 @@
|
|
|
182
182
|
"render-ui",
|
|
183
183
|
"main",
|
|
184
184
|
{
|
|
185
|
-
"gap": "lg",
|
|
186
|
-
"direction": "vertical",
|
|
187
185
|
"type": "stack",
|
|
188
186
|
"children": [
|
|
189
187
|
{
|
|
188
|
+
"direction": "horizontal",
|
|
189
|
+
"justify": "between",
|
|
190
|
+
"type": "stack",
|
|
190
191
|
"align": "center",
|
|
192
|
+
"gap": "md",
|
|
191
193
|
"children": [
|
|
192
194
|
{
|
|
195
|
+
"type": "stack",
|
|
196
|
+
"direction": "horizontal",
|
|
197
|
+
"gap": "sm",
|
|
193
198
|
"children": [
|
|
194
199
|
{
|
|
195
|
-
"
|
|
196
|
-
"
|
|
200
|
+
"type": "icon",
|
|
201
|
+
"name": "image"
|
|
197
202
|
},
|
|
198
203
|
{
|
|
199
204
|
"content": "GalleryItems Gallery",
|
|
@@ -201,35 +206,29 @@
|
|
|
201
206
|
"type": "typography"
|
|
202
207
|
}
|
|
203
208
|
],
|
|
204
|
-
"type": "stack",
|
|
205
|
-
"direction": "horizontal",
|
|
206
|
-
"gap": "sm",
|
|
207
209
|
"align": "center"
|
|
208
210
|
},
|
|
209
211
|
{
|
|
210
|
-
"variant": "caption",
|
|
211
212
|
"color": "muted",
|
|
213
|
+
"type": "typography",
|
|
212
214
|
"content": "Click any image to view full size",
|
|
213
|
-
"
|
|
215
|
+
"variant": "caption"
|
|
214
216
|
}
|
|
215
|
-
]
|
|
216
|
-
"gap": "md",
|
|
217
|
-
"justify": "between",
|
|
218
|
-
"direction": "horizontal",
|
|
219
|
-
"type": "stack"
|
|
217
|
+
]
|
|
220
218
|
},
|
|
221
219
|
{
|
|
222
220
|
"type": "divider"
|
|
223
221
|
},
|
|
224
222
|
{
|
|
225
223
|
"gap": "md",
|
|
226
|
-
"
|
|
224
|
+
"type": "data-grid",
|
|
225
|
+
"entity": "GalleryItem",
|
|
227
226
|
"imageField": "imageUrl",
|
|
228
227
|
"fields": [
|
|
229
228
|
{
|
|
230
229
|
"label": "Title",
|
|
231
|
-
"
|
|
232
|
-
"
|
|
230
|
+
"name": "name",
|
|
231
|
+
"variant": "h4"
|
|
233
232
|
},
|
|
234
233
|
{
|
|
235
234
|
"name": "status",
|
|
@@ -237,17 +236,18 @@
|
|
|
237
236
|
"variant": "badge"
|
|
238
237
|
}
|
|
239
238
|
],
|
|
240
|
-
"
|
|
241
|
-
"type": "data-grid",
|
|
239
|
+
"cols": 3.0,
|
|
242
240
|
"itemActions": [
|
|
243
241
|
{
|
|
244
|
-
"icon": "maximize",
|
|
245
242
|
"label": "View",
|
|
246
|
-
"event": "VIEW"
|
|
243
|
+
"event": "VIEW",
|
|
244
|
+
"icon": "maximize"
|
|
247
245
|
}
|
|
248
246
|
]
|
|
249
247
|
}
|
|
250
|
-
]
|
|
248
|
+
],
|
|
249
|
+
"direction": "vertical",
|
|
250
|
+
"gap": "lg"
|
|
251
251
|
}
|
|
252
252
|
]
|
|
253
253
|
]
|
|
@@ -261,6 +261,7 @@
|
|
|
261
261
|
"render-ui",
|
|
262
262
|
"modal",
|
|
263
263
|
{
|
|
264
|
+
"type": "lightbox",
|
|
264
265
|
"images": [
|
|
265
266
|
{
|
|
266
267
|
"src": "https://picsum.photos/seed/gallery1/800/600",
|
|
@@ -268,21 +269,20 @@
|
|
|
268
269
|
"caption": "Mountain landscape"
|
|
269
270
|
},
|
|
270
271
|
{
|
|
271
|
-
"src": "https://picsum.photos/seed/gallery2/800/600",
|
|
272
272
|
"caption": "Ocean sunset",
|
|
273
|
+
"src": "https://picsum.photos/seed/gallery2/800/600",
|
|
273
274
|
"alt": "Ocean sunset"
|
|
274
275
|
},
|
|
275
276
|
{
|
|
276
|
-
"
|
|
277
|
+
"alt": "Forest trail",
|
|
277
278
|
"caption": "Forest trail",
|
|
278
|
-
"
|
|
279
|
+
"src": "https://picsum.photos/seed/gallery3/800/600"
|
|
279
280
|
}
|
|
280
281
|
],
|
|
281
|
-
"
|
|
282
|
+
"isOpen": true,
|
|
282
283
|
"currentIndex": 0.0,
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"isOpen": true
|
|
284
|
+
"showCounter": true,
|
|
285
|
+
"closeAction": "CLOSE"
|
|
286
286
|
}
|
|
287
287
|
]
|
|
288
288
|
]
|
|
@@ -301,39 +301,36 @@
|
|
|
301
301
|
"render-ui",
|
|
302
302
|
"main",
|
|
303
303
|
{
|
|
304
|
-
"direction": "vertical",
|
|
305
|
-
"type": "stack",
|
|
306
|
-
"gap": "lg",
|
|
307
304
|
"children": [
|
|
308
305
|
{
|
|
309
|
-
"type": "stack",
|
|
310
|
-
"align": "center",
|
|
311
|
-
"direction": "horizontal",
|
|
312
306
|
"children": [
|
|
313
307
|
{
|
|
314
308
|
"gap": "sm",
|
|
315
|
-
"type": "stack",
|
|
316
|
-
"direction": "horizontal",
|
|
317
309
|
"align": "center",
|
|
310
|
+
"direction": "horizontal",
|
|
311
|
+
"type": "stack",
|
|
318
312
|
"children": [
|
|
319
313
|
{
|
|
320
314
|
"name": "image",
|
|
321
315
|
"type": "icon"
|
|
322
316
|
},
|
|
323
317
|
{
|
|
318
|
+
"type": "typography",
|
|
324
319
|
"content": "GalleryItems Gallery",
|
|
325
|
-
"variant": "h2"
|
|
326
|
-
"type": "typography"
|
|
320
|
+
"variant": "h2"
|
|
327
321
|
}
|
|
328
322
|
]
|
|
329
323
|
},
|
|
330
324
|
{
|
|
331
|
-
"
|
|
325
|
+
"color": "muted",
|
|
332
326
|
"content": "Click any image to view full size",
|
|
333
327
|
"variant": "caption",
|
|
334
|
-
"
|
|
328
|
+
"type": "typography"
|
|
335
329
|
}
|
|
336
330
|
],
|
|
331
|
+
"direction": "horizontal",
|
|
332
|
+
"type": "stack",
|
|
333
|
+
"align": "center",
|
|
337
334
|
"gap": "md",
|
|
338
335
|
"justify": "between"
|
|
339
336
|
},
|
|
@@ -341,16 +338,16 @@
|
|
|
341
338
|
"type": "divider"
|
|
342
339
|
},
|
|
343
340
|
{
|
|
341
|
+
"entity": "GalleryItem",
|
|
344
342
|
"imageField": "imageUrl",
|
|
345
343
|
"itemActions": [
|
|
346
344
|
{
|
|
347
|
-
"
|
|
345
|
+
"icon": "maximize",
|
|
348
346
|
"label": "View",
|
|
349
|
-
"
|
|
347
|
+
"event": "VIEW"
|
|
350
348
|
}
|
|
351
349
|
],
|
|
352
350
|
"type": "data-grid",
|
|
353
|
-
"entity": "GalleryItem",
|
|
354
351
|
"fields": [
|
|
355
352
|
{
|
|
356
353
|
"variant": "h4",
|
|
@@ -358,15 +355,18 @@
|
|
|
358
355
|
"name": "name"
|
|
359
356
|
},
|
|
360
357
|
{
|
|
361
|
-
"
|
|
358
|
+
"label": "Status",
|
|
362
359
|
"name": "status",
|
|
363
|
-
"
|
|
360
|
+
"variant": "badge"
|
|
364
361
|
}
|
|
365
362
|
],
|
|
366
|
-
"
|
|
367
|
-
"
|
|
363
|
+
"gap": "md",
|
|
364
|
+
"cols": 3.0
|
|
368
365
|
}
|
|
369
|
-
]
|
|
366
|
+
],
|
|
367
|
+
"direction": "vertical",
|
|
368
|
+
"type": "stack",
|
|
369
|
+
"gap": "lg"
|
|
370
370
|
}
|
|
371
371
|
]
|
|
372
372
|
]
|
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
"AudioTrack",
|
|
147
147
|
{
|
|
148
148
|
"emit": {
|
|
149
|
-
"
|
|
150
|
-
"
|
|
149
|
+
"success": "AudioTrackLoaded",
|
|
150
|
+
"failure": "AudioTrackLoadFailed"
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
],
|
|
@@ -155,23 +155,14 @@
|
|
|
155
155
|
"render-ui",
|
|
156
156
|
"main",
|
|
157
157
|
{
|
|
158
|
-
"baseUrl": "https://almadar-kflow-assets.web.app/shared/audio",
|
|
159
|
-
"manifest": {
|
|
160
|
-
"click": "https://almadar-kflow-assets.web.app/shared/audio/sfx/close_001.ogg",
|
|
161
|
-
"drop": "https://almadar-kflow-assets.web.app/shared/audio/sfx/drop_001.ogg",
|
|
162
|
-
"confirm": "https://almadar-kflow-assets.web.app/shared/audio/sfx/confirmation_001.ogg"
|
|
163
|
-
},
|
|
164
|
-
"type": "game-audio-provider",
|
|
165
158
|
"children": [
|
|
166
159
|
{
|
|
167
|
-
"gap": "lg",
|
|
168
|
-
"className": "max-w-md mx-auto",
|
|
169
|
-
"direction": "vertical",
|
|
170
160
|
"type": "stack",
|
|
161
|
+
"direction": "vertical",
|
|
162
|
+
"gap": "lg",
|
|
171
163
|
"children": [
|
|
172
164
|
{
|
|
173
165
|
"align": "center",
|
|
174
|
-
"gap": "sm",
|
|
175
166
|
"type": "stack",
|
|
176
167
|
"direction": "horizontal",
|
|
177
168
|
"children": [
|
|
@@ -180,11 +171,12 @@
|
|
|
180
171
|
"name": "volume-2"
|
|
181
172
|
},
|
|
182
173
|
{
|
|
174
|
+
"type": "typography",
|
|
183
175
|
"content": "Audio Controls",
|
|
184
|
-
"variant": "h2"
|
|
185
|
-
"type": "typography"
|
|
176
|
+
"variant": "h2"
|
|
186
177
|
}
|
|
187
|
-
]
|
|
178
|
+
],
|
|
179
|
+
"gap": "sm"
|
|
188
180
|
},
|
|
189
181
|
{
|
|
190
182
|
"type": "divider"
|
|
@@ -192,34 +184,34 @@
|
|
|
192
184
|
{
|
|
193
185
|
"children": [
|
|
194
186
|
{
|
|
195
|
-
"type": "stack",
|
|
196
187
|
"direction": "vertical",
|
|
197
188
|
"gap": "md",
|
|
189
|
+
"type": "stack",
|
|
198
190
|
"children": [
|
|
199
191
|
{
|
|
200
|
-
"type": "typography",
|
|
201
192
|
"content": "Audio Active",
|
|
202
|
-
"variant": "h4"
|
|
193
|
+
"variant": "h4",
|
|
194
|
+
"type": "typography"
|
|
203
195
|
},
|
|
204
196
|
{
|
|
197
|
+
"variant": "body",
|
|
205
198
|
"type": "typography",
|
|
206
199
|
"color": "muted",
|
|
207
|
-
"variant": "body",
|
|
208
200
|
"content": "Toggle mute to control game audio playback."
|
|
209
201
|
},
|
|
210
202
|
{
|
|
211
|
-
"gap": "sm",
|
|
212
|
-
"type": "stack",
|
|
213
203
|
"children": [
|
|
214
204
|
{
|
|
215
|
-
"
|
|
205
|
+
"action": "TOGGLE_MUTE",
|
|
216
206
|
"type": "button",
|
|
217
207
|
"label": "Toggle Mute",
|
|
218
|
-
"
|
|
219
|
-
"
|
|
208
|
+
"variant": "primary",
|
|
209
|
+
"icon": "volume-2"
|
|
220
210
|
}
|
|
221
211
|
],
|
|
222
|
-
"direction": "horizontal"
|
|
212
|
+
"direction": "horizontal",
|
|
213
|
+
"type": "stack",
|
|
214
|
+
"gap": "sm"
|
|
223
215
|
}
|
|
224
216
|
]
|
|
225
217
|
}
|
|
@@ -227,11 +219,9 @@
|
|
|
227
219
|
"type": "card"
|
|
228
220
|
},
|
|
229
221
|
{
|
|
222
|
+
"type": "card",
|
|
230
223
|
"children": [
|
|
231
224
|
{
|
|
232
|
-
"gap": "sm",
|
|
233
|
-
"type": "stack",
|
|
234
|
-
"direction": "vertical",
|
|
235
225
|
"children": [
|
|
236
226
|
{
|
|
237
227
|
"type": "typography",
|
|
@@ -240,37 +230,47 @@
|
|
|
240
230
|
},
|
|
241
231
|
{
|
|
242
232
|
"direction": "horizontal",
|
|
233
|
+
"type": "stack",
|
|
243
234
|
"gap": "sm",
|
|
244
235
|
"children": [
|
|
245
236
|
{
|
|
246
|
-
"
|
|
247
|
-
"label": "Play Click",
|
|
237
|
+
"type": "button",
|
|
248
238
|
"variant": "ghost",
|
|
249
|
-
"
|
|
239
|
+
"icon": "play",
|
|
240
|
+
"label": "Play Click"
|
|
250
241
|
},
|
|
251
242
|
{
|
|
252
|
-
"variant": "ghost",
|
|
253
|
-
"type": "button",
|
|
254
243
|
"icon": "play",
|
|
255
|
-
"label": "Play Confirm"
|
|
244
|
+
"label": "Play Confirm",
|
|
245
|
+
"variant": "ghost",
|
|
246
|
+
"type": "button"
|
|
256
247
|
},
|
|
257
248
|
{
|
|
258
|
-
"
|
|
249
|
+
"label": "Play Drop",
|
|
259
250
|
"variant": "ghost",
|
|
260
251
|
"icon": "play",
|
|
261
|
-
"
|
|
252
|
+
"type": "button"
|
|
262
253
|
}
|
|
263
|
-
]
|
|
264
|
-
"type": "stack"
|
|
254
|
+
]
|
|
265
255
|
}
|
|
266
|
-
]
|
|
256
|
+
],
|
|
257
|
+
"type": "stack",
|
|
258
|
+
"direction": "vertical",
|
|
259
|
+
"gap": "sm"
|
|
267
260
|
}
|
|
268
|
-
]
|
|
269
|
-
"type": "card"
|
|
261
|
+
]
|
|
270
262
|
}
|
|
271
|
-
]
|
|
263
|
+
],
|
|
264
|
+
"className": "max-w-md mx-auto"
|
|
272
265
|
}
|
|
273
266
|
],
|
|
267
|
+
"manifest": {
|
|
268
|
+
"drop": "https://almadar-kflow-assets.web.app/shared/audio/sfx/drop_001.ogg",
|
|
269
|
+
"click": "https://almadar-kflow-assets.web.app/shared/audio/sfx/close_001.ogg",
|
|
270
|
+
"confirm": "https://almadar-kflow-assets.web.app/shared/audio/sfx/confirmation_001.ogg"
|
|
271
|
+
},
|
|
272
|
+
"baseUrl": "https://almadar-kflow-assets.web.app/shared/audio",
|
|
273
|
+
"type": "game-audio-provider",
|
|
274
274
|
"initialMuted": false
|
|
275
275
|
}
|
|
276
276
|
]
|
|
@@ -285,34 +285,42 @@
|
|
|
285
285
|
"render-ui",
|
|
286
286
|
"main",
|
|
287
287
|
{
|
|
288
|
+
"initialMuted": false,
|
|
289
|
+
"manifest": {
|
|
290
|
+
"confirm": "https://almadar-kflow-assets.web.app/shared/audio/sfx/confirmation_001.ogg",
|
|
291
|
+
"drop": "https://almadar-kflow-assets.web.app/shared/audio/sfx/drop_001.ogg",
|
|
292
|
+
"click": "https://almadar-kflow-assets.web.app/shared/audio/sfx/close_001.ogg"
|
|
293
|
+
},
|
|
294
|
+
"type": "game-audio-provider",
|
|
295
|
+
"baseUrl": "https://almadar-kflow-assets.web.app/shared/audio",
|
|
288
296
|
"children": [
|
|
289
297
|
{
|
|
290
298
|
"className": "max-w-md mx-auto",
|
|
291
|
-
"gap": "lg",
|
|
292
|
-
"type": "stack",
|
|
293
299
|
"direction": "vertical",
|
|
300
|
+
"gap": "lg",
|
|
294
301
|
"children": [
|
|
295
302
|
{
|
|
296
303
|
"children": [
|
|
297
304
|
{
|
|
298
|
-
"
|
|
299
|
-
"
|
|
305
|
+
"type": "icon",
|
|
306
|
+
"name": "volume-2"
|
|
300
307
|
},
|
|
301
308
|
{
|
|
302
309
|
"content": "Audio Controls",
|
|
303
|
-
"
|
|
304
|
-
"
|
|
310
|
+
"variant": "h2",
|
|
311
|
+
"type": "typography"
|
|
305
312
|
}
|
|
306
313
|
],
|
|
307
|
-
"
|
|
308
|
-
"direction": "horizontal",
|
|
314
|
+
"gap": "sm",
|
|
309
315
|
"type": "stack",
|
|
310
|
-
"
|
|
316
|
+
"direction": "horizontal",
|
|
317
|
+
"align": "center"
|
|
311
318
|
},
|
|
312
319
|
{
|
|
313
320
|
"type": "divider"
|
|
314
321
|
},
|
|
315
322
|
{
|
|
323
|
+
"type": "card",
|
|
316
324
|
"children": [
|
|
317
325
|
{
|
|
318
326
|
"children": [
|
|
@@ -322,86 +330,78 @@
|
|
|
322
330
|
"content": "Audio Active"
|
|
323
331
|
},
|
|
324
332
|
{
|
|
325
|
-
"content": "Toggle mute to control game audio playback.",
|
|
326
333
|
"type": "typography",
|
|
327
334
|
"color": "muted",
|
|
335
|
+
"content": "Toggle mute to control game audio playback.",
|
|
328
336
|
"variant": "body"
|
|
329
337
|
},
|
|
330
338
|
{
|
|
331
|
-
"type": "stack",
|
|
332
|
-
"direction": "horizontal",
|
|
333
339
|
"gap": "sm",
|
|
334
340
|
"children": [
|
|
335
341
|
{
|
|
342
|
+
"type": "button",
|
|
336
343
|
"action": "TOGGLE_MUTE",
|
|
337
|
-
"label": "Toggle Mute",
|
|
338
344
|
"icon": "volume-2",
|
|
339
|
-
"
|
|
340
|
-
"
|
|
345
|
+
"variant": "primary",
|
|
346
|
+
"label": "Toggle Mute"
|
|
341
347
|
}
|
|
342
|
-
]
|
|
348
|
+
],
|
|
349
|
+
"type": "stack",
|
|
350
|
+
"direction": "horizontal"
|
|
343
351
|
}
|
|
344
352
|
],
|
|
345
353
|
"gap": "md",
|
|
346
|
-
"
|
|
347
|
-
"
|
|
354
|
+
"direction": "vertical",
|
|
355
|
+
"type": "stack"
|
|
348
356
|
}
|
|
349
|
-
]
|
|
350
|
-
"type": "card"
|
|
357
|
+
]
|
|
351
358
|
},
|
|
352
359
|
{
|
|
353
|
-
"type": "card",
|
|
354
360
|
"children": [
|
|
355
361
|
{
|
|
362
|
+
"type": "stack",
|
|
356
363
|
"children": [
|
|
357
364
|
{
|
|
365
|
+
"variant": "h4",
|
|
358
366
|
"content": "Sound Effects",
|
|
359
|
-
"type": "typography"
|
|
360
|
-
"variant": "h4"
|
|
367
|
+
"type": "typography"
|
|
361
368
|
},
|
|
362
369
|
{
|
|
363
|
-
"type": "stack",
|
|
364
|
-
"gap": "sm",
|
|
365
370
|
"children": [
|
|
366
371
|
{
|
|
367
|
-
"label": "Play Click",
|
|
368
|
-
"variant": "ghost",
|
|
369
372
|
"icon": "play",
|
|
370
|
-
"
|
|
373
|
+
"label": "Play Click",
|
|
374
|
+
"type": "button",
|
|
375
|
+
"variant": "ghost"
|
|
371
376
|
},
|
|
372
377
|
{
|
|
373
|
-
"label": "Play Confirm",
|
|
374
|
-
"icon": "play",
|
|
375
378
|
"type": "button",
|
|
376
|
-
"variant": "ghost"
|
|
379
|
+
"variant": "ghost",
|
|
380
|
+
"label": "Play Confirm",
|
|
381
|
+
"icon": "play"
|
|
377
382
|
},
|
|
378
383
|
{
|
|
379
384
|
"icon": "play",
|
|
380
|
-
"type": "button",
|
|
381
385
|
"label": "Play Drop",
|
|
386
|
+
"type": "button",
|
|
382
387
|
"variant": "ghost"
|
|
383
388
|
}
|
|
384
389
|
],
|
|
390
|
+
"gap": "sm",
|
|
391
|
+
"type": "stack",
|
|
385
392
|
"direction": "horizontal"
|
|
386
393
|
}
|
|
387
394
|
],
|
|
388
|
-
"direction": "vertical",
|
|
389
395
|
"gap": "sm",
|
|
390
|
-
"
|
|
396
|
+
"direction": "vertical"
|
|
391
397
|
}
|
|
392
|
-
]
|
|
398
|
+
],
|
|
399
|
+
"type": "card"
|
|
393
400
|
}
|
|
394
|
-
]
|
|
401
|
+
],
|
|
402
|
+
"type": "stack"
|
|
395
403
|
}
|
|
396
|
-
]
|
|
397
|
-
"manifest": {
|
|
398
|
-
"click": "https://almadar-kflow-assets.web.app/shared/audio/sfx/close_001.ogg",
|
|
399
|
-
"drop": "https://almadar-kflow-assets.web.app/shared/audio/sfx/drop_001.ogg",
|
|
400
|
-
"confirm": "https://almadar-kflow-assets.web.app/shared/audio/sfx/confirmation_001.ogg"
|
|
401
|
-
},
|
|
402
|
-
"baseUrl": "https://almadar-kflow-assets.web.app/shared/audio",
|
|
403
|
-
"initialMuted": false,
|
|
404
|
-
"type": "game-audio-provider"
|
|
404
|
+
]
|
|
405
405
|
}
|
|
406
406
|
]
|
|
407
407
|
]
|