@almadar/std 8.1.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -24
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -14
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -160,22 +160,22 @@
|
|
|
160
160
|
"render-ui",
|
|
161
161
|
"main",
|
|
162
162
|
{
|
|
163
|
-
"
|
|
163
|
+
"align": "center",
|
|
164
164
|
"className": "py-12",
|
|
165
|
-
"gap": "md",
|
|
166
165
|
"children": [
|
|
167
166
|
{
|
|
168
167
|
"type": "spinner"
|
|
169
168
|
},
|
|
170
169
|
{
|
|
171
|
-
"type": "typography",
|
|
172
|
-
"content": "Loading map…",
|
|
173
170
|
"variant": "caption",
|
|
174
|
-
"
|
|
171
|
+
"type": "typography",
|
|
172
|
+
"color": "muted",
|
|
173
|
+
"content": "Loading map…"
|
|
175
174
|
}
|
|
176
175
|
],
|
|
176
|
+
"type": "stack",
|
|
177
177
|
"direction": "vertical",
|
|
178
|
-
"
|
|
178
|
+
"gap": "md"
|
|
179
179
|
}
|
|
180
180
|
]
|
|
181
181
|
]
|
|
@@ -189,57 +189,47 @@
|
|
|
189
189
|
"render-ui",
|
|
190
190
|
"main",
|
|
191
191
|
{
|
|
192
|
-
"type": "stack",
|
|
193
|
-
"direction": "vertical",
|
|
194
|
-
"gap": "lg",
|
|
195
192
|
"children": [
|
|
196
193
|
{
|
|
197
194
|
"children": [
|
|
198
195
|
{
|
|
196
|
+
"direction": "horizontal",
|
|
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",
|
|
205
|
+
"content": "World Map",
|
|
209
206
|
"type": "typography"
|
|
210
207
|
}
|
|
211
208
|
],
|
|
212
|
-
"
|
|
209
|
+
"type": "stack"
|
|
213
210
|
},
|
|
214
211
|
{
|
|
215
212
|
"type": "status-dot",
|
|
216
|
-
"status": "online",
|
|
217
213
|
"pulse": false,
|
|
214
|
+
"status": "online",
|
|
218
215
|
"label": "Exploring"
|
|
219
216
|
}
|
|
220
217
|
],
|
|
221
|
-
"justify": "between",
|
|
222
|
-
"type": "stack",
|
|
223
218
|
"gap": "md",
|
|
224
|
-
"direction": "horizontal"
|
|
219
|
+
"direction": "horizontal",
|
|
220
|
+
"type": "stack",
|
|
221
|
+
"justify": "between"
|
|
225
222
|
},
|
|
226
223
|
{
|
|
227
224
|
"type": "divider"
|
|
228
225
|
},
|
|
229
226
|
{
|
|
230
|
-
"type": "map-view",
|
|
231
|
-
"height": "200px",
|
|
232
227
|
"markers": [],
|
|
233
|
-
"zoom": 10.0
|
|
228
|
+
"zoom": 10.0,
|
|
229
|
+
"type": "map-view",
|
|
230
|
+
"height": "200px"
|
|
234
231
|
},
|
|
235
232
|
{
|
|
236
|
-
"fields": [],
|
|
237
|
-
"itemActions": [
|
|
238
|
-
{
|
|
239
|
-
"label": "Travel",
|
|
240
|
-
"event": "TRAVEL"
|
|
241
|
-
}
|
|
242
|
-
],
|
|
243
233
|
"renderItem": [
|
|
244
234
|
"fn",
|
|
245
235
|
"item",
|
|
@@ -248,47 +238,57 @@
|
|
|
248
238
|
{
|
|
249
239
|
"children": [
|
|
250
240
|
{
|
|
241
|
+
"type": "stack",
|
|
242
|
+
"direction": "horizontal",
|
|
251
243
|
"children": [
|
|
252
244
|
{
|
|
253
|
-
"
|
|
254
|
-
"
|
|
245
|
+
"name": "map-pin",
|
|
246
|
+
"type": "icon"
|
|
255
247
|
},
|
|
256
248
|
{
|
|
249
|
+
"type": "typography",
|
|
257
250
|
"variant": "h4",
|
|
258
|
-
"content": "@item.name"
|
|
259
|
-
"type": "typography"
|
|
251
|
+
"content": "@item.name"
|
|
260
252
|
}
|
|
261
253
|
],
|
|
262
|
-
"
|
|
263
|
-
"align": "center"
|
|
264
|
-
"type": "stack",
|
|
265
|
-
"gap": "sm"
|
|
254
|
+
"gap": "sm",
|
|
255
|
+
"align": "center"
|
|
266
256
|
},
|
|
267
257
|
{
|
|
268
|
-
"
|
|
269
|
-
"
|
|
258
|
+
"type": "badge",
|
|
259
|
+
"label": "@item.description"
|
|
270
260
|
}
|
|
271
261
|
],
|
|
272
|
-
"justify": "between",
|
|
273
262
|
"direction": "horizontal",
|
|
263
|
+
"align": "center",
|
|
274
264
|
"type": "stack",
|
|
275
|
-
"
|
|
265
|
+
"justify": "between"
|
|
276
266
|
},
|
|
277
267
|
{
|
|
278
|
-
"
|
|
268
|
+
"content": "@item.status",
|
|
279
269
|
"variant": "caption",
|
|
280
|
-
"
|
|
270
|
+
"type": "typography"
|
|
281
271
|
}
|
|
282
272
|
],
|
|
283
|
-
"type": "stack",
|
|
284
273
|
"gap": "sm",
|
|
274
|
+
"type": "stack",
|
|
285
275
|
"direction": "vertical"
|
|
286
276
|
}
|
|
287
277
|
],
|
|
278
|
+
"fields": [],
|
|
288
279
|
"entity": "@payload.data",
|
|
280
|
+
"itemActions": [
|
|
281
|
+
{
|
|
282
|
+
"event": "TRAVEL",
|
|
283
|
+
"label": "Travel"
|
|
284
|
+
}
|
|
285
|
+
],
|
|
289
286
|
"type": "data-grid"
|
|
290
287
|
}
|
|
291
|
-
]
|
|
288
|
+
],
|
|
289
|
+
"direction": "vertical",
|
|
290
|
+
"type": "stack",
|
|
291
|
+
"gap": "lg"
|
|
292
292
|
}
|
|
293
293
|
]
|
|
294
294
|
]
|
|
@@ -302,7 +302,8 @@
|
|
|
302
302
|
"render-ui",
|
|
303
303
|
"main",
|
|
304
304
|
{
|
|
305
|
-
"
|
|
305
|
+
"gap": "md",
|
|
306
|
+
"type": "stack",
|
|
306
307
|
"children": [
|
|
307
308
|
{
|
|
308
309
|
"color": "destructive",
|
|
@@ -321,17 +322,16 @@
|
|
|
321
322
|
"type": "typography"
|
|
322
323
|
},
|
|
323
324
|
{
|
|
325
|
+
"type": "button",
|
|
324
326
|
"variant": "primary",
|
|
325
|
-
"icon": "rotate-ccw",
|
|
326
327
|
"label": "Retry",
|
|
327
|
-
"
|
|
328
|
+
"icon": "rotate-ccw",
|
|
328
329
|
"action": "INIT"
|
|
329
330
|
}
|
|
330
331
|
],
|
|
331
|
-
"
|
|
332
|
-
"direction": "vertical",
|
|
332
|
+
"className": "py-12",
|
|
333
333
|
"align": "center",
|
|
334
|
-
"
|
|
334
|
+
"direction": "vertical"
|
|
335
335
|
}
|
|
336
336
|
]
|
|
337
337
|
]
|
|
@@ -345,36 +345,36 @@
|
|
|
345
345
|
"render-ui",
|
|
346
346
|
"main",
|
|
347
347
|
{
|
|
348
|
+
"gap": "lg",
|
|
348
349
|
"direction": "vertical",
|
|
349
350
|
"align": "center",
|
|
350
351
|
"type": "stack",
|
|
351
352
|
"children": [
|
|
352
353
|
{
|
|
353
|
-
"gap": "md",
|
|
354
|
-
"type": "stack",
|
|
355
|
-
"direction": "horizontal",
|
|
356
354
|
"children": [
|
|
357
355
|
{
|
|
358
356
|
"type": "icon",
|
|
359
357
|
"name": "loader"
|
|
360
358
|
},
|
|
361
359
|
{
|
|
360
|
+
"type": "typography",
|
|
362
361
|
"variant": "h2",
|
|
363
|
-
"content": "Traveling..."
|
|
364
|
-
"type": "typography"
|
|
362
|
+
"content": "Traveling..."
|
|
365
363
|
}
|
|
366
|
-
]
|
|
364
|
+
],
|
|
365
|
+
"gap": "md",
|
|
366
|
+
"direction": "horizontal",
|
|
367
|
+
"type": "stack"
|
|
367
368
|
},
|
|
368
369
|
{
|
|
369
370
|
"type": "divider"
|
|
370
371
|
},
|
|
371
372
|
{
|
|
372
373
|
"type": "typography",
|
|
373
|
-
"
|
|
374
|
-
"
|
|
374
|
+
"variant": "body",
|
|
375
|
+
"content": "Traveling to the destination region."
|
|
375
376
|
}
|
|
376
|
-
]
|
|
377
|
-
"gap": "lg"
|
|
377
|
+
]
|
|
378
378
|
}
|
|
379
379
|
]
|
|
380
380
|
]
|
|
@@ -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
|
-
"
|
|
134
|
+
"direction": "vertical",
|
|
135
|
+
"gap": "lg",
|
|
136
|
+
"align": "center",
|
|
135
137
|
"children": [
|
|
136
138
|
{
|
|
137
|
-
"speed": 1.0,
|
|
138
|
-
"preset": "spring",
|
|
139
139
|
"height": 400.0,
|
|
140
|
-
"
|
|
140
|
+
"preset": "spring",
|
|
141
|
+
"speed": 1.0,
|
|
141
142
|
"type": "simulation-canvas",
|
|
142
|
-
"running": false
|
|
143
|
+
"running": false,
|
|
144
|
+
"width": 800.0
|
|
143
145
|
},
|
|
144
146
|
{
|
|
145
|
-
"icon": "play",
|
|
146
147
|
"type": "button",
|
|
147
|
-
"
|
|
148
|
+
"variant": "primary",
|
|
149
|
+
"icon": "play",
|
|
148
150
|
"action": "START",
|
|
149
|
-
"
|
|
151
|
+
"label": "Start"
|
|
150
152
|
}
|
|
151
153
|
],
|
|
152
|
-
"
|
|
153
|
-
"direction": "vertical",
|
|
154
|
-
"align": "center"
|
|
154
|
+
"type": "stack"
|
|
155
155
|
}
|
|
156
156
|
]
|
|
157
157
|
]
|
|
@@ -170,42 +170,42 @@
|
|
|
170
170
|
"render-ui",
|
|
171
171
|
"main",
|
|
172
172
|
{
|
|
173
|
-
"
|
|
174
|
-
"gap": "lg",
|
|
173
|
+
"direction": "vertical",
|
|
175
174
|
"align": "center",
|
|
175
|
+
"type": "stack",
|
|
176
176
|
"children": [
|
|
177
177
|
{
|
|
178
|
-
"width": 800.0,
|
|
179
178
|
"running": true,
|
|
180
|
-
"
|
|
181
|
-
"
|
|
179
|
+
"preset": "spring",
|
|
180
|
+
"width": 800.0,
|
|
182
181
|
"speed": 1.0,
|
|
183
|
-
"
|
|
182
|
+
"type": "simulation-canvas",
|
|
183
|
+
"height": 400.0
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
|
+
"gap": "sm",
|
|
187
|
+
"justify": "center",
|
|
186
188
|
"type": "stack",
|
|
187
189
|
"direction": "horizontal",
|
|
188
|
-
"justify": "center",
|
|
189
|
-
"gap": "sm",
|
|
190
190
|
"children": [
|
|
191
191
|
{
|
|
192
|
+
"action": "APPLY_FORCE",
|
|
192
193
|
"type": "button",
|
|
193
|
-
"label": "Apply Force",
|
|
194
194
|
"variant": "secondary",
|
|
195
195
|
"icon": "move",
|
|
196
|
-
"
|
|
196
|
+
"label": "Apply Force"
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"type": "button",
|
|
200
|
+
"icon": "square",
|
|
200
201
|
"variant": "ghost",
|
|
201
202
|
"label": "Stop",
|
|
202
|
-
"icon": "square",
|
|
203
203
|
"action": "STOP"
|
|
204
204
|
}
|
|
205
205
|
]
|
|
206
206
|
}
|
|
207
207
|
],
|
|
208
|
-
"
|
|
208
|
+
"gap": "lg"
|
|
209
209
|
}
|
|
210
210
|
]
|
|
211
211
|
]
|
|
@@ -219,40 +219,40 @@
|
|
|
219
219
|
"render-ui",
|
|
220
220
|
"main",
|
|
221
221
|
{
|
|
222
|
-
"type": "stack",
|
|
223
222
|
"gap": "lg",
|
|
224
|
-
"align": "center",
|
|
225
223
|
"direction": "vertical",
|
|
224
|
+
"type": "stack",
|
|
225
|
+
"align": "center",
|
|
226
226
|
"children": [
|
|
227
227
|
{
|
|
228
|
+
"preset": "spring",
|
|
228
229
|
"width": 800.0,
|
|
229
|
-
"type": "simulation-canvas",
|
|
230
|
-
"running": true,
|
|
231
|
-
"speed": 1.0,
|
|
232
230
|
"height": 400.0,
|
|
233
|
-
"
|
|
231
|
+
"running": true,
|
|
232
|
+
"type": "simulation-canvas",
|
|
233
|
+
"speed": 1.0
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
|
+
"gap": "sm",
|
|
237
|
+
"type": "stack",
|
|
238
|
+
"direction": "horizontal",
|
|
239
|
+
"justify": "center",
|
|
236
240
|
"children": [
|
|
237
241
|
{
|
|
238
242
|
"action": "APPLY_FORCE",
|
|
239
|
-
"variant": "secondary",
|
|
240
|
-
"label": "Apply Force",
|
|
241
243
|
"icon": "move",
|
|
242
|
-
"type": "button"
|
|
244
|
+
"type": "button",
|
|
245
|
+
"variant": "secondary",
|
|
246
|
+
"label": "Apply Force"
|
|
243
247
|
},
|
|
244
248
|
{
|
|
245
|
-
"
|
|
246
|
-
"action": "STOP",
|
|
249
|
+
"type": "button",
|
|
247
250
|
"label": "Stop",
|
|
248
|
-
"
|
|
249
|
-
"
|
|
251
|
+
"action": "STOP",
|
|
252
|
+
"icon": "square",
|
|
253
|
+
"variant": "ghost"
|
|
250
254
|
}
|
|
251
|
-
]
|
|
252
|
-
"justify": "center",
|
|
253
|
-
"direction": "horizontal",
|
|
254
|
-
"gap": "sm",
|
|
255
|
-
"type": "stack"
|
|
255
|
+
]
|
|
256
256
|
}
|
|
257
257
|
]
|
|
258
258
|
}
|
|
@@ -278,39 +278,39 @@
|
|
|
278
278
|
"render-ui",
|
|
279
279
|
"main",
|
|
280
280
|
{
|
|
281
|
-
"align": "center",
|
|
282
|
-
"direction": "vertical",
|
|
283
281
|
"type": "stack",
|
|
282
|
+
"direction": "vertical",
|
|
283
|
+
"align": "center",
|
|
284
284
|
"gap": "lg",
|
|
285
285
|
"children": [
|
|
286
286
|
{
|
|
287
287
|
"type": "simulation-canvas",
|
|
288
|
-
"speed": 1.0,
|
|
289
288
|
"width": 800.0,
|
|
290
|
-
"
|
|
289
|
+
"height": 400.0,
|
|
291
290
|
"preset": "spring",
|
|
292
|
-
"
|
|
291
|
+
"running": true,
|
|
292
|
+
"speed": 1.0
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
|
-
"
|
|
295
|
+
"type": "stack",
|
|
296
|
+
"justify": "center",
|
|
296
297
|
"children": [
|
|
297
298
|
{
|
|
299
|
+
"action": "APPLY_FORCE",
|
|
298
300
|
"icon": "move",
|
|
299
301
|
"type": "button",
|
|
300
302
|
"label": "Apply Force",
|
|
301
|
-
"action": "APPLY_FORCE",
|
|
302
303
|
"variant": "secondary"
|
|
303
304
|
},
|
|
304
305
|
{
|
|
305
|
-
"type": "button",
|
|
306
306
|
"action": "STOP",
|
|
307
307
|
"label": "Stop",
|
|
308
|
+
"icon": "square",
|
|
308
309
|
"variant": "ghost",
|
|
309
|
-
"
|
|
310
|
+
"type": "button"
|
|
310
311
|
}
|
|
311
312
|
],
|
|
312
|
-
"
|
|
313
|
-
"type": "stack",
|
|
313
|
+
"direction": "horizontal",
|
|
314
314
|
"gap": "sm"
|
|
315
315
|
}
|
|
316
316
|
]
|
|
@@ -334,24 +334,24 @@
|
|
|
334
334
|
{
|
|
335
335
|
"children": [
|
|
336
336
|
{
|
|
337
|
-
"width": 800.0,
|
|
338
337
|
"running": false,
|
|
339
|
-
"
|
|
340
|
-
"speed": 1.0,
|
|
338
|
+
"width": 800.0,
|
|
341
339
|
"height": 400.0,
|
|
342
|
-
"
|
|
340
|
+
"speed": 1.0,
|
|
341
|
+
"type": "simulation-canvas",
|
|
342
|
+
"preset": "spring"
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
|
-
"
|
|
345
|
+
"type": "button",
|
|
346
346
|
"variant": "primary",
|
|
347
347
|
"icon": "play",
|
|
348
|
-
"
|
|
348
|
+
"label": "Start",
|
|
349
349
|
"action": "START"
|
|
350
350
|
}
|
|
351
351
|
],
|
|
352
352
|
"gap": "lg",
|
|
353
|
-
"type": "stack",
|
|
354
353
|
"direction": "vertical",
|
|
354
|
+
"type": "stack",
|
|
355
355
|
"align": "center"
|
|
356
356
|
}
|
|
357
357
|
]
|
|
@@ -367,41 +367,41 @@
|
|
|
367
367
|
"main",
|
|
368
368
|
{
|
|
369
369
|
"align": "center",
|
|
370
|
-
"type": "stack",
|
|
371
370
|
"gap": "lg",
|
|
371
|
+
"type": "stack",
|
|
372
|
+
"direction": "vertical",
|
|
372
373
|
"children": [
|
|
373
374
|
{
|
|
374
|
-
"preset": "spring",
|
|
375
|
-
"width": 800.0,
|
|
376
|
-
"running": true,
|
|
377
|
-
"speed": 1.0,
|
|
378
375
|
"height": 400.0,
|
|
379
|
-
"
|
|
376
|
+
"speed": 1.0,
|
|
377
|
+
"type": "simulation-canvas",
|
|
378
|
+
"width": 800.0,
|
|
379
|
+
"preset": "spring",
|
|
380
|
+
"running": true
|
|
380
381
|
},
|
|
381
382
|
{
|
|
382
|
-
"
|
|
383
|
+
"justify": "center",
|
|
384
|
+
"gap": "sm",
|
|
385
|
+
"type": "stack",
|
|
383
386
|
"children": [
|
|
384
387
|
{
|
|
385
388
|
"variant": "secondary",
|
|
389
|
+
"type": "button",
|
|
386
390
|
"label": "Apply Force",
|
|
387
391
|
"action": "APPLY_FORCE",
|
|
388
|
-
"icon": "move"
|
|
389
|
-
"type": "button"
|
|
392
|
+
"icon": "move"
|
|
390
393
|
},
|
|
391
394
|
{
|
|
392
|
-
"type": "button",
|
|
393
|
-
"variant": "ghost",
|
|
394
395
|
"icon": "square",
|
|
396
|
+
"variant": "ghost",
|
|
397
|
+
"type": "button",
|
|
395
398
|
"label": "Stop",
|
|
396
399
|
"action": "STOP"
|
|
397
400
|
}
|
|
398
401
|
],
|
|
399
|
-
"
|
|
400
|
-
"type": "stack",
|
|
401
|
-
"justify": "center"
|
|
402
|
+
"direction": "horizontal"
|
|
402
403
|
}
|
|
403
|
-
]
|
|
404
|
-
"direction": "vertical"
|
|
404
|
+
]
|
|
405
405
|
}
|
|
406
406
|
]
|
|
407
407
|
]
|
|
@@ -424,4 +424,4 @@
|
|
|
424
424
|
]
|
|
425
425
|
}
|
|
426
426
|
]
|
|
427
|
-
}
|
|
427
|
+
}
|