@almadar/std 8.5.1 → 9.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 +60 -60
- 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 +60 -60
- 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
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"event": "WorldRegionLoaded",
|
|
50
50
|
"description": "Fired when WorldRegion finishes loading; payload.data holds the regions",
|
|
51
51
|
"scope": "internal",
|
|
52
|
-
"
|
|
52
|
+
"payloadSchema": [
|
|
53
53
|
{
|
|
54
54
|
"name": "data",
|
|
55
55
|
"type": "[WorldRegion]"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"event": "WorldRegionLoadFailed",
|
|
61
61
|
"description": "Fired when WorldRegion fails to load",
|
|
62
62
|
"scope": "internal",
|
|
63
|
-
"
|
|
63
|
+
"payloadSchema": [
|
|
64
64
|
{
|
|
65
65
|
"name": "error",
|
|
66
66
|
"type": "string"
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
{
|
|
97
97
|
"key": "WorldRegionLoaded",
|
|
98
98
|
"name": "WorldRegion loaded",
|
|
99
|
-
"
|
|
99
|
+
"payloadSchema": [
|
|
100
100
|
{
|
|
101
101
|
"name": "data",
|
|
102
102
|
"type": "[WorldRegion]"
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
{
|
|
107
107
|
"key": "WorldRegionLoadFailed",
|
|
108
108
|
"name": "WorldRegion load failed",
|
|
109
|
-
"
|
|
109
|
+
"payloadSchema": [
|
|
110
110
|
{
|
|
111
111
|
"name": "error",
|
|
112
112
|
"type": "string"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
{
|
|
121
121
|
"key": "TRAVEL",
|
|
122
122
|
"name": "Travel",
|
|
123
|
-
"
|
|
123
|
+
"payloadSchema": [
|
|
124
124
|
{
|
|
125
125
|
"name": "zoneId",
|
|
126
126
|
"type": "string",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
{
|
|
132
132
|
"key": "ARRIVE",
|
|
133
133
|
"name": "Arrive",
|
|
134
|
-
"
|
|
134
|
+
"payloadSchema": [
|
|
135
135
|
{
|
|
136
136
|
"name": "zoneId",
|
|
137
137
|
"type": "string",
|
|
@@ -160,10 +160,6 @@
|
|
|
160
160
|
"render-ui",
|
|
161
161
|
"main",
|
|
162
162
|
{
|
|
163
|
-
"type": "stack",
|
|
164
|
-
"direction": "vertical",
|
|
165
|
-
"className": "py-12",
|
|
166
|
-
"gap": "md",
|
|
167
163
|
"align": "center",
|
|
168
164
|
"children": [
|
|
169
165
|
{
|
|
@@ -171,11 +167,15 @@
|
|
|
171
167
|
},
|
|
172
168
|
{
|
|
173
169
|
"content": "Loading map…",
|
|
174
|
-
"color": "muted",
|
|
175
170
|
"variant": "caption",
|
|
176
|
-
"type": "typography"
|
|
171
|
+
"type": "typography",
|
|
172
|
+
"color": "muted"
|
|
177
173
|
}
|
|
178
|
-
]
|
|
174
|
+
],
|
|
175
|
+
"type": "stack",
|
|
176
|
+
"direction": "vertical",
|
|
177
|
+
"gap": "md",
|
|
178
|
+
"className": "py-12"
|
|
179
179
|
}
|
|
180
180
|
]
|
|
181
181
|
]
|
|
@@ -189,9 +189,12 @@
|
|
|
189
189
|
"render-ui",
|
|
190
190
|
"main",
|
|
191
191
|
{
|
|
192
|
+
"direction": "vertical",
|
|
192
193
|
"type": "stack",
|
|
193
194
|
"children": [
|
|
194
195
|
{
|
|
196
|
+
"direction": "horizontal",
|
|
197
|
+
"justify": "between",
|
|
195
198
|
"children": [
|
|
196
199
|
{
|
|
197
200
|
"gap": "md",
|
|
@@ -201,93 +204,90 @@
|
|
|
201
204
|
"name": "map"
|
|
202
205
|
},
|
|
203
206
|
{
|
|
204
|
-
"variant": "h2",
|
|
205
207
|
"type": "typography",
|
|
208
|
+
"variant": "h2",
|
|
206
209
|
"content": "World Map"
|
|
207
210
|
}
|
|
208
211
|
],
|
|
209
|
-
"
|
|
210
|
-
"
|
|
212
|
+
"direction": "horizontal",
|
|
213
|
+
"type": "stack"
|
|
211
214
|
},
|
|
212
215
|
{
|
|
213
|
-
"pulse": false,
|
|
214
216
|
"type": "status-dot",
|
|
217
|
+
"pulse": false,
|
|
215
218
|
"status": "online",
|
|
216
219
|
"label": "Exploring"
|
|
217
220
|
}
|
|
218
221
|
],
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"justify": "between",
|
|
222
|
-
"gap": "md"
|
|
222
|
+
"gap": "md",
|
|
223
|
+
"type": "stack"
|
|
223
224
|
},
|
|
224
225
|
{
|
|
225
226
|
"type": "divider"
|
|
226
227
|
},
|
|
227
228
|
{
|
|
228
|
-
"
|
|
229
|
-
"type": "map-view",
|
|
229
|
+
"zoom": 10.0,
|
|
230
230
|
"markers": [],
|
|
231
|
-
"
|
|
231
|
+
"height": "200px",
|
|
232
|
+
"type": "map-view"
|
|
232
233
|
},
|
|
233
234
|
{
|
|
235
|
+
"entity": "@payload.data",
|
|
234
236
|
"type": "data-grid",
|
|
237
|
+
"fields": [],
|
|
235
238
|
"itemActions": [
|
|
236
239
|
{
|
|
237
240
|
"label": "Travel",
|
|
238
241
|
"event": "TRAVEL"
|
|
239
242
|
}
|
|
240
243
|
],
|
|
241
|
-
"fields": [],
|
|
242
244
|
"renderItem": [
|
|
243
245
|
"fn",
|
|
244
246
|
"item",
|
|
245
247
|
{
|
|
248
|
+
"gap": "sm",
|
|
249
|
+
"type": "stack",
|
|
250
|
+
"direction": "vertical",
|
|
246
251
|
"children": [
|
|
247
252
|
{
|
|
248
|
-
"align": "center",
|
|
249
|
-
"justify": "between",
|
|
250
253
|
"type": "stack",
|
|
251
|
-
"direction": "horizontal",
|
|
252
254
|
"children": [
|
|
253
255
|
{
|
|
256
|
+
"type": "stack",
|
|
254
257
|
"align": "center",
|
|
255
258
|
"direction": "horizontal",
|
|
256
|
-
"type": "stack",
|
|
257
|
-
"gap": "sm",
|
|
258
259
|
"children": [
|
|
259
260
|
{
|
|
260
261
|
"type": "icon",
|
|
261
262
|
"name": "map-pin"
|
|
262
263
|
},
|
|
263
264
|
{
|
|
264
|
-
"type": "typography",
|
|
265
265
|
"variant": "h4",
|
|
266
|
+
"type": "typography",
|
|
266
267
|
"content": "@item.name"
|
|
267
268
|
}
|
|
268
|
-
]
|
|
269
|
+
],
|
|
270
|
+
"gap": "sm"
|
|
269
271
|
},
|
|
270
272
|
{
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
+
"label": "@item.description",
|
|
274
|
+
"type": "badge"
|
|
273
275
|
}
|
|
274
|
-
]
|
|
276
|
+
],
|
|
277
|
+
"direction": "horizontal",
|
|
278
|
+
"justify": "between",
|
|
279
|
+
"align": "center"
|
|
275
280
|
},
|
|
276
281
|
{
|
|
277
282
|
"content": "@item.status",
|
|
278
|
-
"
|
|
279
|
-
"
|
|
283
|
+
"type": "typography",
|
|
284
|
+
"variant": "caption"
|
|
280
285
|
}
|
|
281
|
-
]
|
|
282
|
-
"type": "stack",
|
|
283
|
-
"direction": "vertical",
|
|
284
|
-
"gap": "sm"
|
|
286
|
+
]
|
|
285
287
|
}
|
|
286
|
-
]
|
|
287
|
-
"entity": "@payload.data"
|
|
288
|
+
]
|
|
288
289
|
}
|
|
289
290
|
],
|
|
290
|
-
"direction": "vertical",
|
|
291
291
|
"gap": "lg"
|
|
292
292
|
}
|
|
293
293
|
]
|
|
@@ -302,15 +302,15 @@
|
|
|
302
302
|
"render-ui",
|
|
303
303
|
"main",
|
|
304
304
|
{
|
|
305
|
-
"align": "center",
|
|
306
305
|
"type": "stack",
|
|
307
|
-
"direction": "vertical",
|
|
308
306
|
"gap": "md",
|
|
307
|
+
"align": "center",
|
|
308
|
+
"direction": "vertical",
|
|
309
309
|
"children": [
|
|
310
310
|
{
|
|
311
|
-
"
|
|
311
|
+
"name": "alert-triangle",
|
|
312
312
|
"color": "destructive",
|
|
313
|
-
"
|
|
313
|
+
"type": "icon"
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
316
|
"type": "typography",
|
|
@@ -318,16 +318,16 @@
|
|
|
318
318
|
"content": "Failed to load map"
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
|
-
"type": "typography",
|
|
322
|
-
"content": "@payload.error",
|
|
323
321
|
"color": "muted",
|
|
324
|
-
"variant": "body"
|
|
322
|
+
"variant": "body",
|
|
323
|
+
"content": "@payload.error",
|
|
324
|
+
"type": "typography"
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
|
-
"variant": "primary",
|
|
328
|
-
"type": "button",
|
|
329
327
|
"label": "Retry",
|
|
328
|
+
"type": "button",
|
|
330
329
|
"action": "INIT",
|
|
330
|
+
"variant": "primary",
|
|
331
331
|
"icon": "rotate-ccw"
|
|
332
332
|
}
|
|
333
333
|
],
|
|
@@ -345,36 +345,36 @@
|
|
|
345
345
|
"render-ui",
|
|
346
346
|
"main",
|
|
347
347
|
{
|
|
348
|
+
"direction": "vertical",
|
|
348
349
|
"type": "stack",
|
|
350
|
+
"gap": "lg",
|
|
349
351
|
"align": "center",
|
|
350
|
-
"direction": "vertical",
|
|
351
352
|
"children": [
|
|
352
353
|
{
|
|
353
|
-
"type": "stack",
|
|
354
|
-
"gap": "md",
|
|
355
354
|
"children": [
|
|
356
355
|
{
|
|
357
356
|
"name": "loader",
|
|
358
357
|
"type": "icon"
|
|
359
358
|
},
|
|
360
359
|
{
|
|
361
|
-
"content": "Traveling...",
|
|
362
360
|
"variant": "h2",
|
|
361
|
+
"content": "Traveling...",
|
|
363
362
|
"type": "typography"
|
|
364
363
|
}
|
|
365
364
|
],
|
|
366
|
-
"
|
|
365
|
+
"gap": "md",
|
|
366
|
+
"direction": "horizontal",
|
|
367
|
+
"type": "stack"
|
|
367
368
|
},
|
|
368
369
|
{
|
|
369
370
|
"type": "divider"
|
|
370
371
|
},
|
|
371
372
|
{
|
|
372
|
-
"type": "typography",
|
|
373
373
|
"content": "Traveling to the destination region.",
|
|
374
|
+
"type": "typography",
|
|
374
375
|
"variant": "body"
|
|
375
376
|
}
|
|
376
|
-
]
|
|
377
|
-
"gap": "lg"
|
|
377
|
+
]
|
|
378
378
|
}
|
|
379
379
|
]
|
|
380
380
|
]
|
|
@@ -413,8 +413,8 @@
|
|
|
413
413
|
"WorldRegion",
|
|
414
414
|
{
|
|
415
415
|
"emit": {
|
|
416
|
-
"
|
|
417
|
-
"
|
|
416
|
+
"failure": "WorldRegionLoadFailed",
|
|
417
|
+
"success": "WorldRegionLoaded"
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
],
|
|
@@ -445,4 +445,4 @@
|
|
|
445
445
|
]
|
|
446
446
|
}
|
|
447
447
|
]
|
|
448
|
-
}
|
|
448
|
+
}
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
{
|
|
104
104
|
"key": "APPLY_FORCE",
|
|
105
105
|
"name": "Apply Force",
|
|
106
|
-
"
|
|
106
|
+
"payloadSchema": [
|
|
107
107
|
{
|
|
108
108
|
"name": "forceX",
|
|
109
109
|
"type": "number",
|
|
@@ -131,27 +131,27 @@
|
|
|
131
131
|
"render-ui",
|
|
132
132
|
"main",
|
|
133
133
|
{
|
|
134
|
-
"direction": "vertical",
|
|
135
134
|
"gap": "lg",
|
|
136
|
-
"type": "stack",
|
|
137
135
|
"align": "center",
|
|
138
136
|
"children": [
|
|
139
137
|
{
|
|
140
|
-
"width": 800.0,
|
|
141
138
|
"type": "simulation-canvas",
|
|
142
|
-
"height": 400.0,
|
|
143
139
|
"running": false,
|
|
140
|
+
"preset": "spring",
|
|
144
141
|
"speed": 1.0,
|
|
145
|
-
"
|
|
142
|
+
"width": 800.0,
|
|
143
|
+
"height": 400.0
|
|
146
144
|
},
|
|
147
145
|
{
|
|
148
146
|
"label": "Start",
|
|
149
|
-
"icon": "play",
|
|
150
147
|
"action": "START",
|
|
151
148
|
"variant": "primary",
|
|
149
|
+
"icon": "play",
|
|
152
150
|
"type": "button"
|
|
153
151
|
}
|
|
154
|
-
]
|
|
152
|
+
],
|
|
153
|
+
"direction": "vertical",
|
|
154
|
+
"type": "stack"
|
|
155
155
|
}
|
|
156
156
|
]
|
|
157
157
|
]
|
|
@@ -171,41 +171,41 @@
|
|
|
171
171
|
"main",
|
|
172
172
|
{
|
|
173
173
|
"gap": "lg",
|
|
174
|
+
"align": "center",
|
|
175
|
+
"type": "stack",
|
|
174
176
|
"children": [
|
|
175
177
|
{
|
|
178
|
+
"type": "simulation-canvas",
|
|
179
|
+
"height": 400.0,
|
|
176
180
|
"speed": 1.0,
|
|
177
181
|
"running": true,
|
|
178
|
-
"type": "simulation-canvas",
|
|
179
182
|
"preset": "spring",
|
|
180
|
-
"width": 800.0
|
|
181
|
-
"height": 400.0
|
|
183
|
+
"width": 800.0
|
|
182
184
|
},
|
|
183
185
|
{
|
|
184
|
-
"type": "stack",
|
|
185
|
-
"gap": "sm",
|
|
186
186
|
"direction": "horizontal",
|
|
187
|
-
"
|
|
187
|
+
"gap": "sm",
|
|
188
188
|
"children": [
|
|
189
189
|
{
|
|
190
|
+
"variant": "secondary",
|
|
190
191
|
"icon": "move",
|
|
191
|
-
"label": "Apply Force",
|
|
192
192
|
"type": "button",
|
|
193
193
|
"action": "APPLY_FORCE",
|
|
194
|
-
"
|
|
194
|
+
"label": "Apply Force"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
|
-
"variant": "ghost",
|
|
198
197
|
"icon": "square",
|
|
199
|
-
"label": "Stop",
|
|
200
198
|
"action": "STOP",
|
|
201
|
-
"type": "button"
|
|
199
|
+
"type": "button",
|
|
200
|
+
"variant": "ghost",
|
|
201
|
+
"label": "Stop"
|
|
202
202
|
}
|
|
203
|
-
]
|
|
203
|
+
],
|
|
204
|
+
"type": "stack",
|
|
205
|
+
"justify": "center"
|
|
204
206
|
}
|
|
205
207
|
],
|
|
206
|
-
"
|
|
207
|
-
"direction": "vertical",
|
|
208
|
-
"type": "stack"
|
|
208
|
+
"direction": "vertical"
|
|
209
209
|
}
|
|
210
210
|
]
|
|
211
211
|
]
|
|
@@ -219,42 +219,42 @@
|
|
|
219
219
|
"render-ui",
|
|
220
220
|
"main",
|
|
221
221
|
{
|
|
222
|
-
"direction": "vertical",
|
|
223
|
-
"type": "stack",
|
|
224
222
|
"gap": "lg",
|
|
225
|
-
"
|
|
223
|
+
"type": "stack",
|
|
226
224
|
"children": [
|
|
227
225
|
{
|
|
228
|
-
"preset": "spring",
|
|
229
|
-
"height": 400.0,
|
|
230
|
-
"width": 800.0,
|
|
231
226
|
"running": true,
|
|
227
|
+
"type": "simulation-canvas",
|
|
228
|
+
"height": 400.0,
|
|
232
229
|
"speed": 1.0,
|
|
233
|
-
"
|
|
230
|
+
"width": 800.0,
|
|
231
|
+
"preset": "spring"
|
|
234
232
|
},
|
|
235
233
|
{
|
|
236
|
-
"
|
|
234
|
+
"direction": "horizontal",
|
|
237
235
|
"justify": "center",
|
|
238
236
|
"children": [
|
|
239
237
|
{
|
|
240
|
-
"
|
|
241
|
-
"action": "APPLY_FORCE",
|
|
238
|
+
"variant": "secondary",
|
|
242
239
|
"type": "button",
|
|
243
|
-
"
|
|
244
|
-
"
|
|
240
|
+
"action": "APPLY_FORCE",
|
|
241
|
+
"icon": "move",
|
|
242
|
+
"label": "Apply Force"
|
|
245
243
|
},
|
|
246
244
|
{
|
|
247
|
-
"type": "button",
|
|
248
245
|
"label": "Stop",
|
|
249
|
-
"icon": "square",
|
|
250
246
|
"action": "STOP",
|
|
251
|
-
"
|
|
247
|
+
"type": "button",
|
|
248
|
+
"variant": "ghost",
|
|
249
|
+
"icon": "square"
|
|
252
250
|
}
|
|
253
251
|
],
|
|
254
|
-
"
|
|
255
|
-
"
|
|
252
|
+
"type": "stack",
|
|
253
|
+
"gap": "sm"
|
|
256
254
|
}
|
|
257
|
-
]
|
|
255
|
+
],
|
|
256
|
+
"direction": "vertical",
|
|
257
|
+
"align": "center"
|
|
258
258
|
}
|
|
259
259
|
]
|
|
260
260
|
]
|
|
@@ -280,40 +280,40 @@
|
|
|
280
280
|
{
|
|
281
281
|
"children": [
|
|
282
282
|
{
|
|
283
|
-
"
|
|
284
|
-
"running": true,
|
|
285
|
-
"speed": 1.0,
|
|
283
|
+
"preset": "spring",
|
|
286
284
|
"type": "simulation-canvas",
|
|
285
|
+
"running": true,
|
|
286
|
+
"height": 400.0,
|
|
287
287
|
"width": 800.0,
|
|
288
|
-
"
|
|
288
|
+
"speed": 1.0
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
|
+
"gap": "sm",
|
|
292
|
+
"direction": "horizontal",
|
|
291
293
|
"justify": "center",
|
|
294
|
+
"type": "stack",
|
|
292
295
|
"children": [
|
|
293
296
|
{
|
|
294
|
-
"icon": "move",
|
|
295
|
-
"variant": "secondary",
|
|
296
297
|
"label": "Apply Force",
|
|
298
|
+
"action": "APPLY_FORCE",
|
|
297
299
|
"type": "button",
|
|
298
|
-
"
|
|
300
|
+
"variant": "secondary",
|
|
301
|
+
"icon": "move"
|
|
299
302
|
},
|
|
300
303
|
{
|
|
301
|
-
"label": "Stop",
|
|
302
|
-
"action": "STOP",
|
|
303
|
-
"icon": "square",
|
|
304
304
|
"variant": "ghost",
|
|
305
|
-
"
|
|
305
|
+
"icon": "square",
|
|
306
|
+
"label": "Stop",
|
|
307
|
+
"type": "button",
|
|
308
|
+
"action": "STOP"
|
|
306
309
|
}
|
|
307
|
-
]
|
|
308
|
-
"gap": "sm",
|
|
309
|
-
"type": "stack",
|
|
310
|
-
"direction": "horizontal"
|
|
310
|
+
]
|
|
311
311
|
}
|
|
312
312
|
],
|
|
313
|
-
"type": "stack",
|
|
314
313
|
"align": "center",
|
|
315
314
|
"gap": "lg",
|
|
316
|
-
"direction": "vertical"
|
|
315
|
+
"direction": "vertical",
|
|
316
|
+
"type": "stack"
|
|
317
317
|
}
|
|
318
318
|
]
|
|
319
319
|
]
|
|
@@ -332,27 +332,27 @@
|
|
|
332
332
|
"render-ui",
|
|
333
333
|
"main",
|
|
334
334
|
{
|
|
335
|
-
"direction": "vertical",
|
|
336
335
|
"gap": "lg",
|
|
336
|
+
"align": "center",
|
|
337
337
|
"children": [
|
|
338
338
|
{
|
|
339
|
-
"height": 400.0,
|
|
340
|
-
"speed": 1.0,
|
|
341
339
|
"preset": "spring",
|
|
342
|
-
"
|
|
340
|
+
"height": 400.0,
|
|
343
341
|
"width": 800.0,
|
|
344
|
-
"running": false
|
|
342
|
+
"running": false,
|
|
343
|
+
"speed": 1.0,
|
|
344
|
+
"type": "simulation-canvas"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
|
-
"label": "Start",
|
|
348
|
-
"action": "START",
|
|
349
347
|
"icon": "play",
|
|
350
|
-
"
|
|
351
|
-
"
|
|
348
|
+
"action": "START",
|
|
349
|
+
"label": "Start",
|
|
350
|
+
"type": "button",
|
|
351
|
+
"variant": "primary"
|
|
352
352
|
}
|
|
353
353
|
],
|
|
354
354
|
"type": "stack",
|
|
355
|
-
"
|
|
355
|
+
"direction": "vertical"
|
|
356
356
|
}
|
|
357
357
|
]
|
|
358
358
|
]
|
|
@@ -366,41 +366,41 @@
|
|
|
366
366
|
"render-ui",
|
|
367
367
|
"main",
|
|
368
368
|
{
|
|
369
|
+
"gap": "lg",
|
|
370
|
+
"type": "stack",
|
|
371
|
+
"align": "center",
|
|
369
372
|
"children": [
|
|
370
373
|
{
|
|
371
|
-
"
|
|
374
|
+
"speed": 1.0,
|
|
372
375
|
"width": 800.0,
|
|
373
|
-
"
|
|
376
|
+
"height": 400.0,
|
|
374
377
|
"running": true,
|
|
375
|
-
"
|
|
376
|
-
"
|
|
378
|
+
"type": "simulation-canvas",
|
|
379
|
+
"preset": "spring"
|
|
377
380
|
},
|
|
378
381
|
{
|
|
379
|
-
"type": "stack",
|
|
380
|
-
"gap": "sm",
|
|
381
382
|
"children": [
|
|
382
383
|
{
|
|
383
|
-
"variant": "secondary",
|
|
384
|
-
"icon": "move",
|
|
385
|
-
"label": "Apply Force",
|
|
386
384
|
"action": "APPLY_FORCE",
|
|
387
|
-
"
|
|
385
|
+
"icon": "move",
|
|
386
|
+
"variant": "secondary",
|
|
387
|
+
"type": "button",
|
|
388
|
+
"label": "Apply Force"
|
|
388
389
|
},
|
|
389
390
|
{
|
|
390
|
-
"
|
|
391
|
-
"variant": "ghost",
|
|
391
|
+
"label": "Stop",
|
|
392
392
|
"type": "button",
|
|
393
|
-
"
|
|
394
|
-
"
|
|
393
|
+
"variant": "ghost",
|
|
394
|
+
"action": "STOP",
|
|
395
|
+
"icon": "square"
|
|
395
396
|
}
|
|
396
397
|
],
|
|
397
|
-
"
|
|
398
|
-
"
|
|
398
|
+
"justify": "center",
|
|
399
|
+
"type": "stack",
|
|
400
|
+
"gap": "sm",
|
|
401
|
+
"direction": "horizontal"
|
|
399
402
|
}
|
|
400
403
|
],
|
|
401
|
-
"align": "center",
|
|
402
|
-
"type": "stack",
|
|
403
|
-
"gap": "lg",
|
|
404
404
|
"direction": "vertical"
|
|
405
405
|
}
|
|
406
406
|
]
|
|
@@ -424,4 +424,4 @@
|
|
|
424
424
|
]
|
|
425
425
|
}
|
|
426
426
|
]
|
|
427
|
-
}
|
|
427
|
+
}
|