@almadar/std 10.0.0 → 11.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -151,8 +151,8 @@
|
|
|
151
151
|
"WorldRegion",
|
|
152
152
|
{
|
|
153
153
|
"emit": {
|
|
154
|
-
"
|
|
155
|
-
"
|
|
154
|
+
"success": "WorldRegionLoaded",
|
|
155
|
+
"failure": "WorldRegionLoadFailed"
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
],
|
|
@@ -160,22 +160,22 @@
|
|
|
160
160
|
"render-ui",
|
|
161
161
|
"main",
|
|
162
162
|
{
|
|
163
|
+
"type": "stack",
|
|
164
|
+
"direction": "vertical",
|
|
163
165
|
"align": "center",
|
|
166
|
+
"gap": "md",
|
|
167
|
+
"className": "py-12",
|
|
164
168
|
"children": [
|
|
165
169
|
{
|
|
166
170
|
"type": "spinner"
|
|
167
171
|
},
|
|
168
172
|
{
|
|
169
173
|
"content": "Loading map…",
|
|
170
|
-
"variant": "caption",
|
|
171
174
|
"type": "typography",
|
|
175
|
+
"variant": "caption",
|
|
172
176
|
"color": "muted"
|
|
173
177
|
}
|
|
174
|
-
]
|
|
175
|
-
"type": "stack",
|
|
176
|
-
"direction": "vertical",
|
|
177
|
-
"gap": "md",
|
|
178
|
-
"className": "py-12"
|
|
178
|
+
]
|
|
179
179
|
}
|
|
180
180
|
]
|
|
181
181
|
]
|
|
@@ -189,72 +189,61 @@
|
|
|
189
189
|
"render-ui",
|
|
190
190
|
"main",
|
|
191
191
|
{
|
|
192
|
-
"
|
|
192
|
+
"gap": "lg",
|
|
193
193
|
"type": "stack",
|
|
194
|
+
"direction": "vertical",
|
|
194
195
|
"children": [
|
|
195
196
|
{
|
|
197
|
+
"type": "stack",
|
|
196
198
|
"direction": "horizontal",
|
|
197
|
-
"
|
|
199
|
+
"gap": "md",
|
|
198
200
|
"children": [
|
|
199
201
|
{
|
|
202
|
+
"direction": "horizontal",
|
|
203
|
+
"type": "stack",
|
|
200
204
|
"gap": "md",
|
|
201
205
|
"children": [
|
|
202
206
|
{
|
|
203
|
-
"
|
|
204
|
-
"
|
|
207
|
+
"name": "map",
|
|
208
|
+
"type": "icon"
|
|
205
209
|
},
|
|
206
210
|
{
|
|
207
211
|
"type": "typography",
|
|
208
|
-
"
|
|
209
|
-
"
|
|
212
|
+
"content": "World Map",
|
|
213
|
+
"variant": "h2"
|
|
210
214
|
}
|
|
211
|
-
]
|
|
212
|
-
"direction": "horizontal",
|
|
213
|
-
"type": "stack"
|
|
215
|
+
]
|
|
214
216
|
},
|
|
215
217
|
{
|
|
216
218
|
"type": "status-dot",
|
|
217
|
-
"pulse": false,
|
|
218
219
|
"status": "online",
|
|
219
|
-
"label": "Exploring"
|
|
220
|
+
"label": "Exploring",
|
|
221
|
+
"pulse": false
|
|
220
222
|
}
|
|
221
223
|
],
|
|
222
|
-
"
|
|
223
|
-
"type": "stack"
|
|
224
|
+
"justify": "between"
|
|
224
225
|
},
|
|
225
226
|
{
|
|
226
227
|
"type": "divider"
|
|
227
228
|
},
|
|
228
229
|
{
|
|
230
|
+
"type": "map-view",
|
|
229
231
|
"zoom": 10.0,
|
|
230
232
|
"markers": [],
|
|
231
|
-
"height": "200px"
|
|
232
|
-
"type": "map-view"
|
|
233
|
+
"height": "200px"
|
|
233
234
|
},
|
|
234
235
|
{
|
|
235
|
-
"entity": "@payload.data",
|
|
236
|
-
"type": "data-grid",
|
|
237
|
-
"fields": [],
|
|
238
|
-
"itemActions": [
|
|
239
|
-
{
|
|
240
|
-
"label": "Travel",
|
|
241
|
-
"event": "TRAVEL"
|
|
242
|
-
}
|
|
243
|
-
],
|
|
244
236
|
"renderItem": [
|
|
245
237
|
"fn",
|
|
246
238
|
"item",
|
|
247
239
|
{
|
|
248
240
|
"gap": "sm",
|
|
249
|
-
"type": "stack",
|
|
250
|
-
"direction": "vertical",
|
|
251
241
|
"children": [
|
|
252
242
|
{
|
|
243
|
+
"justify": "between",
|
|
253
244
|
"type": "stack",
|
|
254
245
|
"children": [
|
|
255
246
|
{
|
|
256
|
-
"type": "stack",
|
|
257
|
-
"align": "center",
|
|
258
247
|
"direction": "horizontal",
|
|
259
248
|
"children": [
|
|
260
249
|
{
|
|
@@ -262,33 +251,44 @@
|
|
|
262
251
|
"name": "map-pin"
|
|
263
252
|
},
|
|
264
253
|
{
|
|
265
|
-
"variant": "h4",
|
|
266
254
|
"type": "typography",
|
|
255
|
+
"variant": "h4",
|
|
267
256
|
"content": "@item.name"
|
|
268
257
|
}
|
|
269
258
|
],
|
|
270
|
-
"
|
|
259
|
+
"type": "stack",
|
|
260
|
+
"gap": "sm",
|
|
261
|
+
"align": "center"
|
|
271
262
|
},
|
|
272
263
|
{
|
|
273
264
|
"label": "@item.description",
|
|
274
265
|
"type": "badge"
|
|
275
266
|
}
|
|
276
267
|
],
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"align": "center"
|
|
268
|
+
"align": "center",
|
|
269
|
+
"direction": "horizontal"
|
|
280
270
|
},
|
|
281
271
|
{
|
|
282
|
-
"content": "@item.status",
|
|
283
272
|
"type": "typography",
|
|
284
|
-
"variant": "caption"
|
|
273
|
+
"variant": "caption",
|
|
274
|
+
"content": "@item.status"
|
|
285
275
|
}
|
|
286
|
-
]
|
|
276
|
+
],
|
|
277
|
+
"type": "stack",
|
|
278
|
+
"direction": "vertical"
|
|
287
279
|
}
|
|
288
|
-
]
|
|
280
|
+
],
|
|
281
|
+
"entity": "@payload.data",
|
|
282
|
+
"fields": [],
|
|
283
|
+
"itemActions": [
|
|
284
|
+
{
|
|
285
|
+
"label": "Travel",
|
|
286
|
+
"event": "TRAVEL"
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"type": "data-grid"
|
|
289
290
|
}
|
|
290
|
-
]
|
|
291
|
-
"gap": "lg"
|
|
291
|
+
]
|
|
292
292
|
}
|
|
293
293
|
]
|
|
294
294
|
]
|
|
@@ -302,35 +302,35 @@
|
|
|
302
302
|
"render-ui",
|
|
303
303
|
"main",
|
|
304
304
|
{
|
|
305
|
-
"type": "stack",
|
|
306
305
|
"gap": "md",
|
|
307
|
-
"
|
|
308
|
-
"direction": "vertical",
|
|
306
|
+
"type": "stack",
|
|
309
307
|
"children": [
|
|
310
308
|
{
|
|
311
309
|
"name": "alert-triangle",
|
|
312
|
-
"
|
|
313
|
-
"
|
|
310
|
+
"type": "icon",
|
|
311
|
+
"color": "destructive"
|
|
314
312
|
},
|
|
315
313
|
{
|
|
316
|
-
"type": "typography",
|
|
317
314
|
"variant": "h3",
|
|
318
|
-
"content": "Failed to load map"
|
|
315
|
+
"content": "Failed to load map",
|
|
316
|
+
"type": "typography"
|
|
319
317
|
},
|
|
320
318
|
{
|
|
319
|
+
"type": "typography",
|
|
321
320
|
"color": "muted",
|
|
322
321
|
"variant": "body",
|
|
323
|
-
"content": "@payload.error"
|
|
324
|
-
"type": "typography"
|
|
322
|
+
"content": "@payload.error"
|
|
325
323
|
},
|
|
326
324
|
{
|
|
327
325
|
"label": "Retry",
|
|
326
|
+
"icon": "rotate-ccw",
|
|
328
327
|
"type": "button",
|
|
329
328
|
"action": "INIT",
|
|
330
|
-
"variant": "primary"
|
|
331
|
-
"icon": "rotate-ccw"
|
|
329
|
+
"variant": "primary"
|
|
332
330
|
}
|
|
333
331
|
],
|
|
332
|
+
"direction": "vertical",
|
|
333
|
+
"align": "center",
|
|
334
334
|
"className": "py-12"
|
|
335
335
|
}
|
|
336
336
|
]
|
|
@@ -347,24 +347,23 @@
|
|
|
347
347
|
{
|
|
348
348
|
"direction": "vertical",
|
|
349
349
|
"type": "stack",
|
|
350
|
-
"gap": "lg",
|
|
351
350
|
"align": "center",
|
|
352
351
|
"children": [
|
|
353
352
|
{
|
|
353
|
+
"gap": "md",
|
|
354
|
+
"type": "stack",
|
|
354
355
|
"children": [
|
|
355
356
|
{
|
|
356
|
-
"
|
|
357
|
-
"
|
|
357
|
+
"type": "icon",
|
|
358
|
+
"name": "loader"
|
|
358
359
|
},
|
|
359
360
|
{
|
|
360
|
-
"variant": "h2",
|
|
361
361
|
"content": "Traveling...",
|
|
362
|
-
"type": "typography"
|
|
362
|
+
"type": "typography",
|
|
363
|
+
"variant": "h2"
|
|
363
364
|
}
|
|
364
365
|
],
|
|
365
|
-
"
|
|
366
|
-
"direction": "horizontal",
|
|
367
|
-
"type": "stack"
|
|
366
|
+
"direction": "horizontal"
|
|
368
367
|
},
|
|
369
368
|
{
|
|
370
369
|
"type": "divider"
|
|
@@ -374,7 +373,8 @@
|
|
|
374
373
|
"type": "typography",
|
|
375
374
|
"variant": "body"
|
|
376
375
|
}
|
|
377
|
-
]
|
|
376
|
+
],
|
|
377
|
+
"gap": "lg"
|
|
378
378
|
}
|
|
379
379
|
]
|
|
380
380
|
]
|
|
@@ -389,8 +389,8 @@
|
|
|
389
389
|
"WorldRegion",
|
|
390
390
|
{
|
|
391
391
|
"emit": {
|
|
392
|
-
"
|
|
393
|
-
"
|
|
392
|
+
"failure": "WorldRegionLoadFailed",
|
|
393
|
+
"success": "WorldRegionLoaded"
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
396
|
],
|
|
@@ -131,27 +131,27 @@
|
|
|
131
131
|
"render-ui",
|
|
132
132
|
"main",
|
|
133
133
|
{
|
|
134
|
-
"
|
|
134
|
+
"type": "stack",
|
|
135
|
+
"direction": "vertical",
|
|
135
136
|
"align": "center",
|
|
137
|
+
"gap": "lg",
|
|
136
138
|
"children": [
|
|
137
139
|
{
|
|
138
|
-
"type": "simulation-canvas",
|
|
139
|
-
"running": false,
|
|
140
140
|
"preset": "spring",
|
|
141
|
+
"height": 400.0,
|
|
141
142
|
"speed": 1.0,
|
|
142
143
|
"width": 800.0,
|
|
143
|
-
"
|
|
144
|
+
"running": false,
|
|
145
|
+
"type": "simulation-canvas"
|
|
144
146
|
},
|
|
145
147
|
{
|
|
146
|
-
"
|
|
148
|
+
"type": "button",
|
|
147
149
|
"action": "START",
|
|
148
150
|
"variant": "primary",
|
|
149
151
|
"icon": "play",
|
|
150
|
-
"
|
|
152
|
+
"label": "Start"
|
|
151
153
|
}
|
|
152
|
-
]
|
|
153
|
-
"direction": "vertical",
|
|
154
|
-
"type": "stack"
|
|
154
|
+
]
|
|
155
155
|
}
|
|
156
156
|
]
|
|
157
157
|
]
|
|
@@ -170,42 +170,42 @@
|
|
|
170
170
|
"render-ui",
|
|
171
171
|
"main",
|
|
172
172
|
{
|
|
173
|
+
"direction": "vertical",
|
|
173
174
|
"gap": "lg",
|
|
174
175
|
"align": "center",
|
|
175
|
-
"type": "stack",
|
|
176
176
|
"children": [
|
|
177
177
|
{
|
|
178
|
+
"preset": "spring",
|
|
179
|
+
"width": 800.0,
|
|
180
|
+
"running": true,
|
|
178
181
|
"type": "simulation-canvas",
|
|
179
|
-
"height": 400.0,
|
|
180
182
|
"speed": 1.0,
|
|
181
|
-
"
|
|
182
|
-
"preset": "spring",
|
|
183
|
-
"width": 800.0
|
|
183
|
+
"height": 400.0
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
|
+
"type": "stack",
|
|
186
187
|
"direction": "horizontal",
|
|
187
|
-
"gap": "sm",
|
|
188
188
|
"children": [
|
|
189
189
|
{
|
|
190
|
-
"variant": "secondary",
|
|
191
190
|
"icon": "move",
|
|
192
|
-
"
|
|
191
|
+
"label": "Apply Force",
|
|
193
192
|
"action": "APPLY_FORCE",
|
|
194
|
-
"
|
|
193
|
+
"variant": "secondary",
|
|
194
|
+
"type": "button"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
|
-
"icon": "square",
|
|
198
|
-
"action": "STOP",
|
|
199
197
|
"type": "button",
|
|
198
|
+
"action": "STOP",
|
|
200
199
|
"variant": "ghost",
|
|
200
|
+
"icon": "square",
|
|
201
201
|
"label": "Stop"
|
|
202
202
|
}
|
|
203
203
|
],
|
|
204
|
-
"
|
|
205
|
-
"
|
|
204
|
+
"justify": "center",
|
|
205
|
+
"gap": "sm"
|
|
206
206
|
}
|
|
207
207
|
],
|
|
208
|
-
"
|
|
208
|
+
"type": "stack"
|
|
209
209
|
}
|
|
210
210
|
]
|
|
211
211
|
]
|
|
@@ -219,42 +219,42 @@
|
|
|
219
219
|
"render-ui",
|
|
220
220
|
"main",
|
|
221
221
|
{
|
|
222
|
-
"
|
|
222
|
+
"align": "center",
|
|
223
223
|
"type": "stack",
|
|
224
|
+
"direction": "vertical",
|
|
225
|
+
"gap": "lg",
|
|
224
226
|
"children": [
|
|
225
227
|
{
|
|
226
228
|
"running": true,
|
|
227
|
-
"type": "simulation-canvas",
|
|
228
|
-
"height": 400.0,
|
|
229
229
|
"speed": 1.0,
|
|
230
230
|
"width": 800.0,
|
|
231
|
-
"
|
|
231
|
+
"type": "simulation-canvas",
|
|
232
|
+
"preset": "spring",
|
|
233
|
+
"height": 400.0
|
|
232
234
|
},
|
|
233
235
|
{
|
|
234
|
-
"direction": "horizontal",
|
|
235
|
-
"justify": "center",
|
|
236
236
|
"children": [
|
|
237
237
|
{
|
|
238
|
-
"variant": "secondary",
|
|
239
|
-
"type": "button",
|
|
240
|
-
"action": "APPLY_FORCE",
|
|
241
238
|
"icon": "move",
|
|
242
|
-
"
|
|
239
|
+
"action": "APPLY_FORCE",
|
|
240
|
+
"type": "button",
|
|
241
|
+
"label": "Apply Force",
|
|
242
|
+
"variant": "secondary"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"label": "Stop",
|
|
246
245
|
"action": "STOP",
|
|
247
|
-
"type": "button",
|
|
248
246
|
"variant": "ghost",
|
|
247
|
+
"type": "button",
|
|
248
|
+
"label": "Stop",
|
|
249
249
|
"icon": "square"
|
|
250
250
|
}
|
|
251
251
|
],
|
|
252
|
+
"gap": "sm",
|
|
253
|
+
"justify": "center",
|
|
252
254
|
"type": "stack",
|
|
253
|
-
"
|
|
255
|
+
"direction": "horizontal"
|
|
254
256
|
}
|
|
255
|
-
]
|
|
256
|
-
"direction": "vertical",
|
|
257
|
-
"align": "center"
|
|
257
|
+
]
|
|
258
258
|
}
|
|
259
259
|
]
|
|
260
260
|
]
|
|
@@ -278,41 +278,41 @@
|
|
|
278
278
|
"render-ui",
|
|
279
279
|
"main",
|
|
280
280
|
{
|
|
281
|
+
"gap": "lg",
|
|
282
|
+
"direction": "vertical",
|
|
281
283
|
"children": [
|
|
282
284
|
{
|
|
283
|
-
"preset": "spring",
|
|
284
|
-
"type": "simulation-canvas",
|
|
285
285
|
"running": true,
|
|
286
|
+
"speed": 1.0,
|
|
287
|
+
"type": "simulation-canvas",
|
|
286
288
|
"height": 400.0,
|
|
287
289
|
"width": 800.0,
|
|
288
|
-
"
|
|
290
|
+
"preset": "spring"
|
|
289
291
|
},
|
|
290
292
|
{
|
|
291
293
|
"gap": "sm",
|
|
292
|
-
"direction": "horizontal",
|
|
293
294
|
"justify": "center",
|
|
295
|
+
"direction": "horizontal",
|
|
294
296
|
"type": "stack",
|
|
295
297
|
"children": [
|
|
296
298
|
{
|
|
297
|
-
"label": "Apply Force",
|
|
298
|
-
"action": "APPLY_FORCE",
|
|
299
299
|
"type": "button",
|
|
300
300
|
"variant": "secondary",
|
|
301
|
-
"
|
|
301
|
+
"action": "APPLY_FORCE",
|
|
302
|
+
"icon": "move",
|
|
303
|
+
"label": "Apply Force"
|
|
302
304
|
},
|
|
303
305
|
{
|
|
304
306
|
"variant": "ghost",
|
|
305
|
-
"
|
|
306
|
-
"label": "Stop",
|
|
307
|
+
"action": "STOP",
|
|
307
308
|
"type": "button",
|
|
308
|
-
"
|
|
309
|
+
"icon": "square",
|
|
310
|
+
"label": "Stop"
|
|
309
311
|
}
|
|
310
312
|
]
|
|
311
313
|
}
|
|
312
314
|
],
|
|
313
315
|
"align": "center",
|
|
314
|
-
"gap": "lg",
|
|
315
|
-
"direction": "vertical",
|
|
316
316
|
"type": "stack"
|
|
317
317
|
}
|
|
318
318
|
]
|
|
@@ -334,25 +334,25 @@
|
|
|
334
334
|
{
|
|
335
335
|
"gap": "lg",
|
|
336
336
|
"align": "center",
|
|
337
|
+
"type": "stack",
|
|
338
|
+
"direction": "vertical",
|
|
337
339
|
"children": [
|
|
338
340
|
{
|
|
339
|
-
"preset": "spring",
|
|
340
341
|
"height": 400.0,
|
|
341
|
-
"width": 800.0,
|
|
342
342
|
"running": false,
|
|
343
|
+
"type": "simulation-canvas",
|
|
343
344
|
"speed": 1.0,
|
|
344
|
-
"
|
|
345
|
+
"width": 800.0,
|
|
346
|
+
"preset": "spring"
|
|
345
347
|
},
|
|
346
348
|
{
|
|
347
|
-
"icon": "play",
|
|
348
|
-
"action": "START",
|
|
349
|
-
"label": "Start",
|
|
350
349
|
"type": "button",
|
|
351
|
-
"
|
|
350
|
+
"label": "Start",
|
|
351
|
+
"variant": "primary",
|
|
352
|
+
"icon": "play",
|
|
353
|
+
"action": "START"
|
|
352
354
|
}
|
|
353
|
-
]
|
|
354
|
-
"type": "stack",
|
|
355
|
-
"direction": "vertical"
|
|
355
|
+
]
|
|
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
369
|
"align": "center",
|
|
372
370
|
"children": [
|
|
373
371
|
{
|
|
372
|
+
"running": true,
|
|
374
373
|
"speed": 1.0,
|
|
375
374
|
"width": 800.0,
|
|
376
|
-
"
|
|
377
|
-
"running": true,
|
|
375
|
+
"preset": "spring",
|
|
378
376
|
"type": "simulation-canvas",
|
|
379
|
-
"
|
|
377
|
+
"height": 400.0
|
|
380
378
|
},
|
|
381
379
|
{
|
|
380
|
+
"direction": "horizontal",
|
|
381
|
+
"justify": "center",
|
|
382
|
+
"type": "stack",
|
|
383
|
+
"gap": "sm",
|
|
382
384
|
"children": [
|
|
383
385
|
{
|
|
384
|
-
"action": "APPLY_FORCE",
|
|
385
386
|
"icon": "move",
|
|
386
|
-
"
|
|
387
|
+
"label": "Apply Force",
|
|
387
388
|
"type": "button",
|
|
388
|
-
"
|
|
389
|
+
"action": "APPLY_FORCE",
|
|
390
|
+
"variant": "secondary"
|
|
389
391
|
},
|
|
390
392
|
{
|
|
391
|
-
"label": "Stop",
|
|
392
393
|
"type": "button",
|
|
393
|
-
"variant": "ghost",
|
|
394
394
|
"action": "STOP",
|
|
395
|
-
"
|
|
395
|
+
"variant": "ghost",
|
|
396
|
+
"icon": "square",
|
|
397
|
+
"label": "Stop"
|
|
396
398
|
}
|
|
397
|
-
]
|
|
398
|
-
"justify": "center",
|
|
399
|
-
"type": "stack",
|
|
400
|
-
"gap": "sm",
|
|
401
|
-
"direction": "horizontal"
|
|
399
|
+
]
|
|
402
400
|
}
|
|
403
401
|
],
|
|
402
|
+
"type": "stack",
|
|
403
|
+
"gap": "lg",
|
|
404
404
|
"direction": "vertical"
|
|
405
405
|
}
|
|
406
406
|
]
|