@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -161,21 +161,21 @@
|
|
|
161
161
|
"main",
|
|
162
162
|
{
|
|
163
163
|
"type": "stack",
|
|
164
|
+
"direction": "vertical",
|
|
164
165
|
"className": "py-12",
|
|
165
166
|
"gap": "md",
|
|
167
|
+
"align": "center",
|
|
166
168
|
"children": [
|
|
167
169
|
{
|
|
168
170
|
"type": "spinner"
|
|
169
171
|
},
|
|
170
172
|
{
|
|
171
|
-
"type": "typography",
|
|
172
173
|
"content": "Loading map…",
|
|
174
|
+
"color": "muted",
|
|
173
175
|
"variant": "caption",
|
|
174
|
-
"
|
|
176
|
+
"type": "typography"
|
|
175
177
|
}
|
|
176
|
-
]
|
|
177
|
-
"direction": "vertical",
|
|
178
|
-
"align": "center"
|
|
178
|
+
]
|
|
179
179
|
}
|
|
180
180
|
]
|
|
181
181
|
]
|
|
@@ -190,105 +190,105 @@
|
|
|
190
190
|
"main",
|
|
191
191
|
{
|
|
192
192
|
"type": "stack",
|
|
193
|
-
"direction": "vertical",
|
|
194
|
-
"gap": "lg",
|
|
195
193
|
"children": [
|
|
196
194
|
{
|
|
197
195
|
"children": [
|
|
198
196
|
{
|
|
199
197
|
"gap": "md",
|
|
200
|
-
"type": "stack",
|
|
201
198
|
"children": [
|
|
202
199
|
{
|
|
203
200
|
"type": "icon",
|
|
204
201
|
"name": "map"
|
|
205
202
|
},
|
|
206
203
|
{
|
|
207
|
-
"content": "World Map",
|
|
208
204
|
"variant": "h2",
|
|
209
|
-
"type": "typography"
|
|
205
|
+
"type": "typography",
|
|
206
|
+
"content": "World Map"
|
|
210
207
|
}
|
|
211
208
|
],
|
|
209
|
+
"type": "stack",
|
|
212
210
|
"direction": "horizontal"
|
|
213
211
|
},
|
|
214
212
|
{
|
|
213
|
+
"pulse": false,
|
|
215
214
|
"type": "status-dot",
|
|
216
215
|
"status": "online",
|
|
217
|
-
"pulse": false,
|
|
218
216
|
"label": "Exploring"
|
|
219
217
|
}
|
|
220
218
|
],
|
|
221
|
-
"justify": "between",
|
|
222
219
|
"type": "stack",
|
|
223
|
-
"
|
|
224
|
-
"
|
|
220
|
+
"direction": "horizontal",
|
|
221
|
+
"justify": "between",
|
|
222
|
+
"gap": "md"
|
|
225
223
|
},
|
|
226
224
|
{
|
|
227
225
|
"type": "divider"
|
|
228
226
|
},
|
|
229
227
|
{
|
|
230
|
-
"type": "map-view",
|
|
231
228
|
"height": "200px",
|
|
229
|
+
"type": "map-view",
|
|
232
230
|
"markers": [],
|
|
233
231
|
"zoom": 10.0
|
|
234
232
|
},
|
|
235
233
|
{
|
|
236
|
-
"
|
|
234
|
+
"type": "data-grid",
|
|
237
235
|
"itemActions": [
|
|
238
236
|
{
|
|
239
237
|
"label": "Travel",
|
|
240
238
|
"event": "TRAVEL"
|
|
241
239
|
}
|
|
242
240
|
],
|
|
241
|
+
"fields": [],
|
|
243
242
|
"renderItem": [
|
|
244
243
|
"fn",
|
|
245
244
|
"item",
|
|
246
245
|
{
|
|
247
246
|
"children": [
|
|
248
247
|
{
|
|
248
|
+
"align": "center",
|
|
249
|
+
"justify": "between",
|
|
250
|
+
"type": "stack",
|
|
251
|
+
"direction": "horizontal",
|
|
249
252
|
"children": [
|
|
250
253
|
{
|
|
254
|
+
"align": "center",
|
|
255
|
+
"direction": "horizontal",
|
|
256
|
+
"type": "stack",
|
|
257
|
+
"gap": "sm",
|
|
251
258
|
"children": [
|
|
252
259
|
{
|
|
253
260
|
"type": "icon",
|
|
254
261
|
"name": "map-pin"
|
|
255
262
|
},
|
|
256
263
|
{
|
|
264
|
+
"type": "typography",
|
|
257
265
|
"variant": "h4",
|
|
258
|
-
"content": "@item.name"
|
|
259
|
-
"type": "typography"
|
|
266
|
+
"content": "@item.name"
|
|
260
267
|
}
|
|
261
|
-
]
|
|
262
|
-
"direction": "horizontal",
|
|
263
|
-
"align": "center",
|
|
264
|
-
"type": "stack",
|
|
265
|
-
"gap": "sm"
|
|
268
|
+
]
|
|
266
269
|
},
|
|
267
270
|
{
|
|
268
|
-
"
|
|
269
|
-
"
|
|
271
|
+
"type": "badge",
|
|
272
|
+
"label": "@item.description"
|
|
270
273
|
}
|
|
271
|
-
]
|
|
272
|
-
"justify": "between",
|
|
273
|
-
"direction": "horizontal",
|
|
274
|
-
"type": "stack",
|
|
275
|
-
"align": "center"
|
|
274
|
+
]
|
|
276
275
|
},
|
|
277
276
|
{
|
|
278
|
-
"
|
|
277
|
+
"content": "@item.status",
|
|
279
278
|
"variant": "caption",
|
|
280
|
-
"
|
|
279
|
+
"type": "typography"
|
|
281
280
|
}
|
|
282
281
|
],
|
|
283
282
|
"type": "stack",
|
|
284
|
-
"
|
|
285
|
-
"
|
|
283
|
+
"direction": "vertical",
|
|
284
|
+
"gap": "sm"
|
|
286
285
|
}
|
|
287
286
|
],
|
|
288
|
-
"entity": "@payload.data"
|
|
289
|
-
"type": "data-grid"
|
|
287
|
+
"entity": "@payload.data"
|
|
290
288
|
}
|
|
291
|
-
]
|
|
289
|
+
],
|
|
290
|
+
"direction": "vertical",
|
|
291
|
+
"gap": "lg"
|
|
292
292
|
}
|
|
293
293
|
]
|
|
294
294
|
]
|
|
@@ -302,36 +302,36 @@
|
|
|
302
302
|
"render-ui",
|
|
303
303
|
"main",
|
|
304
304
|
{
|
|
305
|
-
"
|
|
305
|
+
"align": "center",
|
|
306
|
+
"type": "stack",
|
|
307
|
+
"direction": "vertical",
|
|
308
|
+
"gap": "md",
|
|
306
309
|
"children": [
|
|
307
310
|
{
|
|
308
|
-
"color": "destructive",
|
|
309
311
|
"type": "icon",
|
|
312
|
+
"color": "destructive",
|
|
310
313
|
"name": "alert-triangle"
|
|
311
314
|
},
|
|
312
315
|
{
|
|
316
|
+
"type": "typography",
|
|
313
317
|
"variant": "h3",
|
|
314
|
-
"content": "Failed to load map"
|
|
315
|
-
"type": "typography"
|
|
318
|
+
"content": "Failed to load map"
|
|
316
319
|
},
|
|
317
320
|
{
|
|
318
|
-
"
|
|
321
|
+
"type": "typography",
|
|
319
322
|
"content": "@payload.error",
|
|
320
|
-
"
|
|
321
|
-
"
|
|
323
|
+
"color": "muted",
|
|
324
|
+
"variant": "body"
|
|
322
325
|
},
|
|
323
326
|
{
|
|
324
327
|
"variant": "primary",
|
|
325
|
-
"icon": "rotate-ccw",
|
|
326
|
-
"label": "Retry",
|
|
327
328
|
"type": "button",
|
|
328
|
-
"
|
|
329
|
+
"label": "Retry",
|
|
330
|
+
"action": "INIT",
|
|
331
|
+
"icon": "rotate-ccw"
|
|
329
332
|
}
|
|
330
333
|
],
|
|
331
|
-
"
|
|
332
|
-
"direction": "vertical",
|
|
333
|
-
"align": "center",
|
|
334
|
-
"type": "stack"
|
|
334
|
+
"className": "py-12"
|
|
335
335
|
}
|
|
336
336
|
]
|
|
337
337
|
]
|
|
@@ -345,25 +345,25 @@
|
|
|
345
345
|
"render-ui",
|
|
346
346
|
"main",
|
|
347
347
|
{
|
|
348
|
-
"direction": "vertical",
|
|
349
|
-
"align": "center",
|
|
350
348
|
"type": "stack",
|
|
349
|
+
"align": "center",
|
|
350
|
+
"direction": "vertical",
|
|
351
351
|
"children": [
|
|
352
352
|
{
|
|
353
|
-
"gap": "md",
|
|
354
353
|
"type": "stack",
|
|
355
|
-
"
|
|
354
|
+
"gap": "md",
|
|
356
355
|
"children": [
|
|
357
356
|
{
|
|
358
|
-
"
|
|
359
|
-
"
|
|
357
|
+
"name": "loader",
|
|
358
|
+
"type": "icon"
|
|
360
359
|
},
|
|
361
360
|
{
|
|
362
|
-
"variant": "h2",
|
|
363
361
|
"content": "Traveling...",
|
|
362
|
+
"variant": "h2",
|
|
364
363
|
"type": "typography"
|
|
365
364
|
}
|
|
366
|
-
]
|
|
365
|
+
],
|
|
366
|
+
"direction": "horizontal"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"type": "divider"
|
|
@@ -389,8 +389,8 @@
|
|
|
389
389
|
"WorldRegion",
|
|
390
390
|
{
|
|
391
391
|
"emit": {
|
|
392
|
-
"
|
|
393
|
-
"
|
|
392
|
+
"success": "WorldRegionLoaded",
|
|
393
|
+
"failure": "WorldRegionLoadFailed"
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
396
|
],
|
|
@@ -413,8 +413,8 @@
|
|
|
413
413
|
"WorldRegion",
|
|
414
414
|
{
|
|
415
415
|
"emit": {
|
|
416
|
-
"
|
|
417
|
-
"
|
|
416
|
+
"success": "WorldRegionLoaded",
|
|
417
|
+
"failure": "WorldRegionLoadFailed"
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
],
|
|
@@ -445,4 +445,4 @@
|
|
|
445
445
|
]
|
|
446
446
|
}
|
|
447
447
|
]
|
|
448
|
-
}
|
|
448
|
+
}
|
|
@@ -131,27 +131,27 @@
|
|
|
131
131
|
"render-ui",
|
|
132
132
|
"main",
|
|
133
133
|
{
|
|
134
|
+
"direction": "vertical",
|
|
135
|
+
"gap": "lg",
|
|
134
136
|
"type": "stack",
|
|
137
|
+
"align": "center",
|
|
135
138
|
"children": [
|
|
136
139
|
{
|
|
137
|
-
"speed": 1.0,
|
|
138
|
-
"preset": "spring",
|
|
139
|
-
"height": 400.0,
|
|
140
140
|
"width": 800.0,
|
|
141
141
|
"type": "simulation-canvas",
|
|
142
|
-
"
|
|
142
|
+
"height": 400.0,
|
|
143
|
+
"running": false,
|
|
144
|
+
"speed": 1.0,
|
|
145
|
+
"preset": "spring"
|
|
143
146
|
},
|
|
144
147
|
{
|
|
145
|
-
"icon": "play",
|
|
146
|
-
"type": "button",
|
|
147
148
|
"label": "Start",
|
|
149
|
+
"icon": "play",
|
|
148
150
|
"action": "START",
|
|
149
|
-
"variant": "primary"
|
|
151
|
+
"variant": "primary",
|
|
152
|
+
"type": "button"
|
|
150
153
|
}
|
|
151
|
-
]
|
|
152
|
-
"gap": "lg",
|
|
153
|
-
"direction": "vertical",
|
|
154
|
-
"align": "center"
|
|
154
|
+
]
|
|
155
155
|
}
|
|
156
156
|
]
|
|
157
157
|
]
|
|
@@ -170,42 +170,42 @@
|
|
|
170
170
|
"render-ui",
|
|
171
171
|
"main",
|
|
172
172
|
{
|
|
173
|
-
"type": "stack",
|
|
174
173
|
"gap": "lg",
|
|
175
|
-
"align": "center",
|
|
176
174
|
"children": [
|
|
177
175
|
{
|
|
178
|
-
"
|
|
176
|
+
"speed": 1.0,
|
|
179
177
|
"running": true,
|
|
180
178
|
"type": "simulation-canvas",
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
179
|
+
"preset": "spring",
|
|
180
|
+
"width": 800.0,
|
|
181
|
+
"height": 400.0
|
|
184
182
|
},
|
|
185
183
|
{
|
|
186
184
|
"type": "stack",
|
|
185
|
+
"gap": "sm",
|
|
187
186
|
"direction": "horizontal",
|
|
188
187
|
"justify": "center",
|
|
189
|
-
"gap": "sm",
|
|
190
188
|
"children": [
|
|
191
189
|
{
|
|
192
|
-
"type": "button",
|
|
193
|
-
"label": "Apply Force",
|
|
194
|
-
"variant": "secondary",
|
|
195
190
|
"icon": "move",
|
|
196
|
-
"
|
|
191
|
+
"label": "Apply Force",
|
|
192
|
+
"type": "button",
|
|
193
|
+
"action": "APPLY_FORCE",
|
|
194
|
+
"variant": "secondary"
|
|
197
195
|
},
|
|
198
196
|
{
|
|
199
|
-
"type": "button",
|
|
200
197
|
"variant": "ghost",
|
|
201
|
-
"label": "Stop",
|
|
202
198
|
"icon": "square",
|
|
203
|
-
"
|
|
199
|
+
"label": "Stop",
|
|
200
|
+
"action": "STOP",
|
|
201
|
+
"type": "button"
|
|
204
202
|
}
|
|
205
203
|
]
|
|
206
204
|
}
|
|
207
205
|
],
|
|
208
|
-
"
|
|
206
|
+
"align": "center",
|
|
207
|
+
"direction": "vertical",
|
|
208
|
+
"type": "stack"
|
|
209
209
|
}
|
|
210
210
|
]
|
|
211
211
|
]
|
|
@@ -219,40 +219,40 @@
|
|
|
219
219
|
"render-ui",
|
|
220
220
|
"main",
|
|
221
221
|
{
|
|
222
|
+
"direction": "vertical",
|
|
222
223
|
"type": "stack",
|
|
223
224
|
"gap": "lg",
|
|
224
225
|
"align": "center",
|
|
225
|
-
"direction": "vertical",
|
|
226
226
|
"children": [
|
|
227
227
|
{
|
|
228
|
+
"preset": "spring",
|
|
229
|
+
"height": 400.0,
|
|
228
230
|
"width": 800.0,
|
|
229
|
-
"type": "simulation-canvas",
|
|
230
231
|
"running": true,
|
|
231
232
|
"speed": 1.0,
|
|
232
|
-
"
|
|
233
|
-
"preset": "spring"
|
|
233
|
+
"type": "simulation-canvas"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
|
+
"type": "stack",
|
|
237
|
+
"justify": "center",
|
|
236
238
|
"children": [
|
|
237
239
|
{
|
|
240
|
+
"icon": "move",
|
|
238
241
|
"action": "APPLY_FORCE",
|
|
239
|
-
"
|
|
242
|
+
"type": "button",
|
|
240
243
|
"label": "Apply Force",
|
|
241
|
-
"
|
|
242
|
-
"type": "button"
|
|
244
|
+
"variant": "secondary"
|
|
243
245
|
},
|
|
244
246
|
{
|
|
247
|
+
"type": "button",
|
|
248
|
+
"label": "Stop",
|
|
245
249
|
"icon": "square",
|
|
246
250
|
"action": "STOP",
|
|
247
|
-
"
|
|
248
|
-
"variant": "ghost",
|
|
249
|
-
"type": "button"
|
|
251
|
+
"variant": "ghost"
|
|
250
252
|
}
|
|
251
253
|
],
|
|
252
|
-
"justify": "center",
|
|
253
|
-
"direction": "horizontal",
|
|
254
254
|
"gap": "sm",
|
|
255
|
-
"
|
|
255
|
+
"direction": "horizontal"
|
|
256
256
|
}
|
|
257
257
|
]
|
|
258
258
|
}
|
|
@@ -278,42 +278,42 @@
|
|
|
278
278
|
"render-ui",
|
|
279
279
|
"main",
|
|
280
280
|
{
|
|
281
|
-
"align": "center",
|
|
282
|
-
"direction": "vertical",
|
|
283
|
-
"type": "stack",
|
|
284
|
-
"gap": "lg",
|
|
285
281
|
"children": [
|
|
286
282
|
{
|
|
287
|
-
"
|
|
283
|
+
"height": 400.0,
|
|
284
|
+
"running": true,
|
|
288
285
|
"speed": 1.0,
|
|
286
|
+
"type": "simulation-canvas",
|
|
289
287
|
"width": 800.0,
|
|
290
|
-
"
|
|
291
|
-
"preset": "spring",
|
|
292
|
-
"height": 400.0
|
|
288
|
+
"preset": "spring"
|
|
293
289
|
},
|
|
294
290
|
{
|
|
295
|
-
"
|
|
291
|
+
"justify": "center",
|
|
296
292
|
"children": [
|
|
297
293
|
{
|
|
298
294
|
"icon": "move",
|
|
299
|
-
"
|
|
295
|
+
"variant": "secondary",
|
|
300
296
|
"label": "Apply Force",
|
|
301
|
-
"
|
|
302
|
-
"
|
|
297
|
+
"type": "button",
|
|
298
|
+
"action": "APPLY_FORCE"
|
|
303
299
|
},
|
|
304
300
|
{
|
|
305
|
-
"type": "button",
|
|
306
|
-
"action": "STOP",
|
|
307
301
|
"label": "Stop",
|
|
302
|
+
"action": "STOP",
|
|
303
|
+
"icon": "square",
|
|
308
304
|
"variant": "ghost",
|
|
309
|
-
"
|
|
305
|
+
"type": "button"
|
|
310
306
|
}
|
|
311
307
|
],
|
|
312
|
-
"
|
|
308
|
+
"gap": "sm",
|
|
313
309
|
"type": "stack",
|
|
314
|
-
"
|
|
310
|
+
"direction": "horizontal"
|
|
315
311
|
}
|
|
316
|
-
]
|
|
312
|
+
],
|
|
313
|
+
"type": "stack",
|
|
314
|
+
"align": "center",
|
|
315
|
+
"gap": "lg",
|
|
316
|
+
"direction": "vertical"
|
|
317
317
|
}
|
|
318
318
|
]
|
|
319
319
|
]
|
|
@@ -332,26 +332,26 @@
|
|
|
332
332
|
"render-ui",
|
|
333
333
|
"main",
|
|
334
334
|
{
|
|
335
|
+
"direction": "vertical",
|
|
336
|
+
"gap": "lg",
|
|
335
337
|
"children": [
|
|
336
338
|
{
|
|
337
|
-
"width": 800.0,
|
|
338
|
-
"running": false,
|
|
339
|
-
"preset": "spring",
|
|
340
|
-
"speed": 1.0,
|
|
341
339
|
"height": 400.0,
|
|
342
|
-
"
|
|
340
|
+
"speed": 1.0,
|
|
341
|
+
"preset": "spring",
|
|
342
|
+
"type": "simulation-canvas",
|
|
343
|
+
"width": 800.0,
|
|
344
|
+
"running": false
|
|
343
345
|
},
|
|
344
346
|
{
|
|
345
347
|
"label": "Start",
|
|
346
|
-
"
|
|
348
|
+
"action": "START",
|
|
347
349
|
"icon": "play",
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
+
"variant": "primary",
|
|
351
|
+
"type": "button"
|
|
350
352
|
}
|
|
351
353
|
],
|
|
352
|
-
"gap": "lg",
|
|
353
354
|
"type": "stack",
|
|
354
|
-
"direction": "vertical",
|
|
355
355
|
"align": "center"
|
|
356
356
|
}
|
|
357
357
|
]
|
|
@@ -366,41 +366,41 @@
|
|
|
366
366
|
"render-ui",
|
|
367
367
|
"main",
|
|
368
368
|
{
|
|
369
|
-
"align": "center",
|
|
370
|
-
"type": "stack",
|
|
371
|
-
"gap": "lg",
|
|
372
369
|
"children": [
|
|
373
370
|
{
|
|
374
|
-
"
|
|
371
|
+
"height": 400.0,
|
|
375
372
|
"width": 800.0,
|
|
373
|
+
"preset": "spring",
|
|
376
374
|
"running": true,
|
|
377
375
|
"speed": 1.0,
|
|
378
|
-
"height": 400.0,
|
|
379
376
|
"type": "simulation-canvas"
|
|
380
377
|
},
|
|
381
378
|
{
|
|
382
|
-
"
|
|
379
|
+
"type": "stack",
|
|
380
|
+
"gap": "sm",
|
|
383
381
|
"children": [
|
|
384
382
|
{
|
|
385
383
|
"variant": "secondary",
|
|
384
|
+
"icon": "move",
|
|
386
385
|
"label": "Apply Force",
|
|
387
386
|
"action": "APPLY_FORCE",
|
|
388
|
-
"icon": "move",
|
|
389
387
|
"type": "button"
|
|
390
388
|
},
|
|
391
389
|
{
|
|
392
|
-
"
|
|
390
|
+
"action": "STOP",
|
|
393
391
|
"variant": "ghost",
|
|
392
|
+
"type": "button",
|
|
394
393
|
"icon": "square",
|
|
395
|
-
"label": "Stop"
|
|
396
|
-
"action": "STOP"
|
|
394
|
+
"label": "Stop"
|
|
397
395
|
}
|
|
398
396
|
],
|
|
399
|
-
"
|
|
400
|
-
"type": "stack",
|
|
397
|
+
"direction": "horizontal",
|
|
401
398
|
"justify": "center"
|
|
402
399
|
}
|
|
403
400
|
],
|
|
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
|
+
}
|