@almadar/std 8.3.0 → 8.4.1
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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -107,29 +107,31 @@
|
|
|
107
107
|
"render-ui",
|
|
108
108
|
"main",
|
|
109
109
|
{
|
|
110
|
+
"type": "stack",
|
|
111
|
+
"direction": "vertical",
|
|
110
112
|
"children": [
|
|
111
113
|
{
|
|
112
|
-
"type": "stack",
|
|
113
114
|
"justify": "between",
|
|
114
|
-
"
|
|
115
|
+
"type": "stack",
|
|
115
116
|
"align": "center",
|
|
117
|
+
"gap": "md",
|
|
116
118
|
"children": [
|
|
117
119
|
{
|
|
118
|
-
"gap": "md",
|
|
119
120
|
"type": "stack",
|
|
121
|
+
"direction": "horizontal",
|
|
122
|
+
"gap": "md",
|
|
120
123
|
"align": "center",
|
|
121
124
|
"children": [
|
|
122
125
|
{
|
|
123
|
-
"
|
|
124
|
-
"
|
|
126
|
+
"type": "icon",
|
|
127
|
+
"name": "crosshair"
|
|
125
128
|
},
|
|
126
129
|
{
|
|
130
|
+
"variant": "h2",
|
|
127
131
|
"type": "typography",
|
|
128
|
-
"content": "CollidableBody Collision"
|
|
129
|
-
"variant": "h2"
|
|
132
|
+
"content": "CollidableBody Collision"
|
|
130
133
|
}
|
|
131
|
-
]
|
|
132
|
-
"direction": "horizontal"
|
|
134
|
+
]
|
|
133
135
|
},
|
|
134
136
|
{
|
|
135
137
|
"status": "offline",
|
|
@@ -148,35 +150,33 @@
|
|
|
148
150
|
"children": [
|
|
149
151
|
{
|
|
150
152
|
"label": "X",
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
+
"type": "stat-display",
|
|
154
|
+
"value": "@entity.x"
|
|
153
155
|
},
|
|
154
156
|
{
|
|
155
|
-
"
|
|
157
|
+
"label": "Y",
|
|
156
158
|
"type": "stat-display",
|
|
157
|
-
"
|
|
159
|
+
"value": "@entity.y"
|
|
158
160
|
}
|
|
159
161
|
]
|
|
160
162
|
},
|
|
161
163
|
{
|
|
162
|
-
"type": "stack",
|
|
163
164
|
"direction": "horizontal",
|
|
165
|
+
"gap": "sm",
|
|
164
166
|
"children": [
|
|
165
167
|
{
|
|
166
|
-
"type": "button",
|
|
167
168
|
"action": "CHECK",
|
|
168
|
-
"
|
|
169
|
+
"type": "button",
|
|
169
170
|
"label": "Check",
|
|
170
|
-
"icon": "scan"
|
|
171
|
+
"icon": "scan",
|
|
172
|
+
"variant": "primary"
|
|
171
173
|
}
|
|
172
174
|
],
|
|
173
|
-
"
|
|
175
|
+
"type": "stack",
|
|
174
176
|
"justify": "center"
|
|
175
177
|
}
|
|
176
178
|
],
|
|
177
|
-
"
|
|
178
|
-
"gap": "lg",
|
|
179
|
-
"direction": "vertical"
|
|
179
|
+
"gap": "lg"
|
|
180
180
|
}
|
|
181
181
|
]
|
|
182
182
|
]
|
|
@@ -197,11 +197,6 @@
|
|
|
197
197
|
{
|
|
198
198
|
"children": [
|
|
199
199
|
{
|
|
200
|
-
"direction": "horizontal",
|
|
201
|
-
"type": "stack",
|
|
202
|
-
"align": "center",
|
|
203
|
-
"gap": "md",
|
|
204
|
-
"justify": "between",
|
|
205
200
|
"children": [
|
|
206
201
|
{
|
|
207
202
|
"direction": "horizontal",
|
|
@@ -211,33 +206,38 @@
|
|
|
211
206
|
"name": "crosshair"
|
|
212
207
|
},
|
|
213
208
|
{
|
|
214
|
-
"
|
|
209
|
+
"content": "CollidableBody Collision",
|
|
215
210
|
"type": "typography",
|
|
216
|
-
"
|
|
211
|
+
"variant": "h2"
|
|
217
212
|
}
|
|
218
213
|
],
|
|
214
|
+
"gap": "md",
|
|
219
215
|
"align": "center",
|
|
220
|
-
"type": "stack"
|
|
221
|
-
"gap": "md"
|
|
216
|
+
"type": "stack"
|
|
222
217
|
},
|
|
223
218
|
{
|
|
224
|
-
"pulse": true,
|
|
225
219
|
"type": "status-dot",
|
|
226
220
|
"status": "warning",
|
|
221
|
+
"pulse": true,
|
|
227
222
|
"label": "Detecting"
|
|
228
223
|
}
|
|
229
|
-
]
|
|
224
|
+
],
|
|
225
|
+
"type": "stack",
|
|
226
|
+
"align": "center",
|
|
227
|
+
"direction": "horizontal",
|
|
228
|
+
"justify": "between",
|
|
229
|
+
"gap": "md"
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
"type": "divider"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
|
-
"
|
|
235
|
+
"message": "Collision detection in progress...",
|
|
236
236
|
"type": "alert",
|
|
237
|
-
"
|
|
237
|
+
"variant": "warning"
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
|
-
"
|
|
240
|
+
"type": "simple-grid",
|
|
241
241
|
"children": [
|
|
242
242
|
{
|
|
243
243
|
"type": "stat-display",
|
|
@@ -250,26 +250,26 @@
|
|
|
250
250
|
"value": "@entity.y"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
253
|
-
"
|
|
253
|
+
"cols": 2.0
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"content": "@entity.targetId",
|
|
257
|
-
"color": "muted",
|
|
258
256
|
"variant": "caption",
|
|
259
|
-
"
|
|
257
|
+
"color": "muted",
|
|
258
|
+
"type": "typography",
|
|
259
|
+
"content": "@entity.targetId"
|
|
260
260
|
},
|
|
261
261
|
{
|
|
262
262
|
"direction": "horizontal",
|
|
263
|
-
"justify": "center",
|
|
264
|
-
"gap": "sm",
|
|
265
263
|
"type": "stack",
|
|
264
|
+
"gap": "sm",
|
|
265
|
+
"justify": "center",
|
|
266
266
|
"children": [
|
|
267
267
|
{
|
|
268
268
|
"variant": "ghost",
|
|
269
|
-
"action": "CLEAR",
|
|
270
|
-
"icon": "x",
|
|
271
269
|
"label": "Clear",
|
|
272
|
-
"
|
|
270
|
+
"icon": "x",
|
|
271
|
+
"type": "button",
|
|
272
|
+
"action": "CLEAR"
|
|
273
273
|
}
|
|
274
274
|
]
|
|
275
275
|
}
|
|
@@ -302,10 +302,9 @@
|
|
|
302
302
|
{
|
|
303
303
|
"children": [
|
|
304
304
|
{
|
|
305
|
-
"direction": "horizontal",
|
|
306
305
|
"type": "stack",
|
|
306
|
+
"gap": "md",
|
|
307
307
|
"justify": "between",
|
|
308
|
-
"align": "center",
|
|
309
308
|
"children": [
|
|
310
309
|
{
|
|
311
310
|
"direction": "horizontal",
|
|
@@ -315,73 +314,74 @@
|
|
|
315
314
|
"name": "crosshair"
|
|
316
315
|
},
|
|
317
316
|
{
|
|
318
|
-
"
|
|
317
|
+
"content": "CollidableBody Collision",
|
|
319
318
|
"type": "typography",
|
|
320
|
-
"
|
|
319
|
+
"variant": "h2"
|
|
321
320
|
}
|
|
322
321
|
],
|
|
323
322
|
"type": "stack",
|
|
324
|
-
"
|
|
325
|
-
"
|
|
323
|
+
"gap": "md",
|
|
324
|
+
"align": "center"
|
|
326
325
|
},
|
|
327
326
|
{
|
|
328
327
|
"pulse": true,
|
|
329
328
|
"status": "warning",
|
|
330
|
-
"
|
|
331
|
-
"
|
|
329
|
+
"label": "Detecting",
|
|
330
|
+
"type": "status-dot"
|
|
332
331
|
}
|
|
333
332
|
],
|
|
334
|
-
"
|
|
333
|
+
"direction": "horizontal",
|
|
334
|
+
"align": "center"
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"type": "divider"
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
|
-
"message": "Collision detection in progress...",
|
|
341
340
|
"type": "alert",
|
|
341
|
+
"message": "Collision detection in progress...",
|
|
342
342
|
"variant": "warning"
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
|
-
"
|
|
345
|
+
"cols": 2.0,
|
|
346
346
|
"children": [
|
|
347
347
|
{
|
|
348
348
|
"label": "X",
|
|
349
|
-
"
|
|
350
|
-
"
|
|
349
|
+
"value": "@entity.x",
|
|
350
|
+
"type": "stat-display"
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
|
-
"label": "Y",
|
|
354
353
|
"value": "@entity.y",
|
|
355
|
-
"type": "stat-display"
|
|
354
|
+
"type": "stat-display",
|
|
355
|
+
"label": "Y"
|
|
356
356
|
}
|
|
357
357
|
],
|
|
358
|
-
"
|
|
358
|
+
"type": "simple-grid"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
|
-
"variant": "caption",
|
|
362
|
-
"color": "muted",
|
|
363
361
|
"type": "typography",
|
|
362
|
+
"color": "muted",
|
|
363
|
+
"variant": "caption",
|
|
364
364
|
"content": "@entity.targetId"
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
|
-
"gap": "sm",
|
|
368
367
|
"children": [
|
|
369
368
|
{
|
|
370
|
-
"icon": "x",
|
|
371
369
|
"label": "Clear",
|
|
370
|
+
"icon": "x",
|
|
372
371
|
"action": "CLEAR",
|
|
373
|
-
"
|
|
374
|
-
"
|
|
372
|
+
"variant": "ghost",
|
|
373
|
+
"type": "button"
|
|
375
374
|
}
|
|
376
375
|
],
|
|
377
376
|
"type": "stack",
|
|
378
377
|
"direction": "horizontal",
|
|
378
|
+
"gap": "sm",
|
|
379
379
|
"justify": "center"
|
|
380
380
|
}
|
|
381
381
|
],
|
|
382
|
-
"type": "stack",
|
|
383
382
|
"gap": "lg",
|
|
384
|
-
"direction": "vertical"
|
|
383
|
+
"direction": "vertical",
|
|
384
|
+
"type": "stack"
|
|
385
385
|
}
|
|
386
386
|
]
|
|
387
387
|
]
|
|
@@ -405,75 +405,75 @@
|
|
|
405
405
|
"render-ui",
|
|
406
406
|
"main",
|
|
407
407
|
{
|
|
408
|
+
"direction": "vertical",
|
|
409
|
+
"type": "stack",
|
|
408
410
|
"children": [
|
|
409
411
|
{
|
|
410
|
-
"direction": "horizontal",
|
|
411
|
-
"gap": "md",
|
|
412
412
|
"justify": "between",
|
|
413
|
-
"
|
|
413
|
+
"gap": "md",
|
|
414
|
+
"direction": "horizontal",
|
|
414
415
|
"align": "center",
|
|
415
416
|
"children": [
|
|
416
417
|
{
|
|
418
|
+
"gap": "md",
|
|
419
|
+
"type": "stack",
|
|
420
|
+
"align": "center",
|
|
421
|
+
"direction": "horizontal",
|
|
417
422
|
"children": [
|
|
418
423
|
{
|
|
419
|
-
"
|
|
420
|
-
"
|
|
424
|
+
"name": "crosshair",
|
|
425
|
+
"type": "icon"
|
|
421
426
|
},
|
|
422
427
|
{
|
|
428
|
+
"type": "typography",
|
|
423
429
|
"content": "CollidableBody Collision",
|
|
424
|
-
"variant": "h2"
|
|
425
|
-
"type": "typography"
|
|
430
|
+
"variant": "h2"
|
|
426
431
|
}
|
|
427
|
-
]
|
|
428
|
-
"direction": "horizontal",
|
|
429
|
-
"gap": "md",
|
|
430
|
-
"align": "center",
|
|
431
|
-
"type": "stack"
|
|
432
|
+
]
|
|
432
433
|
},
|
|
433
434
|
{
|
|
434
435
|
"type": "status-dot",
|
|
435
|
-
"
|
|
436
|
-
"
|
|
436
|
+
"label": "Idle",
|
|
437
|
+
"status": "offline"
|
|
437
438
|
}
|
|
438
|
-
]
|
|
439
|
+
],
|
|
440
|
+
"type": "stack"
|
|
439
441
|
},
|
|
440
442
|
{
|
|
441
443
|
"type": "divider"
|
|
442
444
|
},
|
|
443
445
|
{
|
|
444
|
-
"cols": 2.0,
|
|
445
446
|
"children": [
|
|
446
447
|
{
|
|
447
448
|
"value": "@entity.x",
|
|
448
|
-
"
|
|
449
|
-
"
|
|
449
|
+
"label": "X",
|
|
450
|
+
"type": "stat-display"
|
|
450
451
|
},
|
|
451
452
|
{
|
|
452
|
-
"type": "stat-display",
|
|
453
453
|
"label": "Y",
|
|
454
|
+
"type": "stat-display",
|
|
454
455
|
"value": "@entity.y"
|
|
455
456
|
}
|
|
456
457
|
],
|
|
457
|
-
"type": "simple-grid"
|
|
458
|
+
"type": "simple-grid",
|
|
459
|
+
"cols": 2.0
|
|
458
460
|
},
|
|
459
461
|
{
|
|
460
|
-
"type": "stack",
|
|
461
462
|
"justify": "center",
|
|
463
|
+
"type": "stack",
|
|
464
|
+
"direction": "horizontal",
|
|
465
|
+
"gap": "sm",
|
|
462
466
|
"children": [
|
|
463
467
|
{
|
|
464
468
|
"icon": "scan",
|
|
465
|
-
"variant": "primary",
|
|
466
469
|
"type": "button",
|
|
470
|
+
"variant": "primary",
|
|
467
471
|
"label": "Check",
|
|
468
472
|
"action": "CHECK"
|
|
469
473
|
}
|
|
470
|
-
]
|
|
471
|
-
"direction": "horizontal",
|
|
472
|
-
"gap": "sm"
|
|
474
|
+
]
|
|
473
475
|
}
|
|
474
476
|
],
|
|
475
|
-
"type": "stack",
|
|
476
|
-
"direction": "vertical",
|
|
477
477
|
"gap": "lg"
|
|
478
478
|
}
|
|
479
479
|
]
|
|
@@ -488,39 +488,40 @@
|
|
|
488
488
|
"render-ui",
|
|
489
489
|
"main",
|
|
490
490
|
{
|
|
491
|
-
"
|
|
491
|
+
"direction": "vertical",
|
|
492
|
+
"gap": "lg",
|
|
492
493
|
"children": [
|
|
493
494
|
{
|
|
494
|
-
"type": "stack",
|
|
495
495
|
"direction": "horizontal",
|
|
496
496
|
"gap": "md",
|
|
497
|
+
"type": "stack",
|
|
497
498
|
"justify": "between",
|
|
498
|
-
"align": "center",
|
|
499
499
|
"children": [
|
|
500
500
|
{
|
|
501
|
-
"gap": "md",
|
|
502
|
-
"direction": "horizontal",
|
|
503
501
|
"align": "center",
|
|
502
|
+
"direction": "horizontal",
|
|
503
|
+
"gap": "md",
|
|
504
504
|
"type": "stack",
|
|
505
505
|
"children": [
|
|
506
506
|
{
|
|
507
|
-
"
|
|
508
|
-
"
|
|
507
|
+
"name": "crosshair",
|
|
508
|
+
"type": "icon"
|
|
509
509
|
},
|
|
510
510
|
{
|
|
511
511
|
"content": "CollidableBody Collision",
|
|
512
|
-
"
|
|
513
|
-
"
|
|
512
|
+
"type": "typography",
|
|
513
|
+
"variant": "h2"
|
|
514
514
|
}
|
|
515
515
|
]
|
|
516
516
|
},
|
|
517
517
|
{
|
|
518
|
-
"pulse": true,
|
|
519
518
|
"type": "status-dot",
|
|
520
|
-
"
|
|
521
|
-
"label": "Detecting"
|
|
519
|
+
"pulse": true,
|
|
520
|
+
"label": "Detecting",
|
|
521
|
+
"status": "warning"
|
|
522
522
|
}
|
|
523
|
-
]
|
|
523
|
+
],
|
|
524
|
+
"align": "center"
|
|
524
525
|
},
|
|
525
526
|
{
|
|
526
527
|
"type": "divider"
|
|
@@ -533,9 +534,9 @@
|
|
|
533
534
|
{
|
|
534
535
|
"children": [
|
|
535
536
|
{
|
|
537
|
+
"label": "X",
|
|
536
538
|
"value": "@entity.x",
|
|
537
|
-
"type": "stat-display"
|
|
538
|
-
"label": "X"
|
|
539
|
+
"type": "stat-display"
|
|
539
540
|
},
|
|
540
541
|
{
|
|
541
542
|
"value": "@entity.y",
|
|
@@ -547,29 +548,28 @@
|
|
|
547
548
|
"cols": 2.0
|
|
548
549
|
},
|
|
549
550
|
{
|
|
550
|
-
"type": "typography",
|
|
551
551
|
"content": "@entity.targetId",
|
|
552
|
-
"
|
|
553
|
-
"variant": "caption"
|
|
552
|
+
"type": "typography",
|
|
553
|
+
"variant": "caption",
|
|
554
|
+
"color": "muted"
|
|
554
555
|
},
|
|
555
556
|
{
|
|
556
|
-
"type": "stack",
|
|
557
|
-
"gap": "sm",
|
|
558
|
-
"justify": "center",
|
|
559
|
-
"direction": "horizontal",
|
|
560
557
|
"children": [
|
|
561
558
|
{
|
|
562
|
-
"type": "button",
|
|
563
559
|
"label": "Clear",
|
|
560
|
+
"type": "button",
|
|
564
561
|
"variant": "ghost",
|
|
565
562
|
"icon": "x",
|
|
566
563
|
"action": "CLEAR"
|
|
567
564
|
}
|
|
568
|
-
]
|
|
565
|
+
],
|
|
566
|
+
"gap": "sm",
|
|
567
|
+
"justify": "center",
|
|
568
|
+
"direction": "horizontal",
|
|
569
|
+
"type": "stack"
|
|
569
570
|
}
|
|
570
571
|
],
|
|
571
|
-
"
|
|
572
|
-
"direction": "vertical"
|
|
572
|
+
"type": "stack"
|
|
573
573
|
}
|
|
574
574
|
]
|
|
575
575
|
]
|