@almadar/std 8.5.1 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
{
|
|
85
85
|
"key": "COLLISION_DETECTED",
|
|
86
86
|
"name": "Collision Detected",
|
|
87
|
-
"
|
|
87
|
+
"payloadSchema": [
|
|
88
88
|
{
|
|
89
89
|
"name": "targetId",
|
|
90
90
|
"type": "string",
|
|
@@ -108,30 +108,29 @@
|
|
|
108
108
|
"main",
|
|
109
109
|
{
|
|
110
110
|
"type": "stack",
|
|
111
|
+
"gap": "lg",
|
|
111
112
|
"direction": "vertical",
|
|
112
113
|
"children": [
|
|
113
114
|
{
|
|
115
|
+
"direction": "horizontal",
|
|
114
116
|
"justify": "between",
|
|
115
|
-
"type": "stack",
|
|
116
|
-
"align": "center",
|
|
117
|
-
"gap": "md",
|
|
118
117
|
"children": [
|
|
119
118
|
{
|
|
120
|
-
"type": "stack",
|
|
121
|
-
"direction": "horizontal",
|
|
122
|
-
"gap": "md",
|
|
123
|
-
"align": "center",
|
|
124
119
|
"children": [
|
|
125
120
|
{
|
|
126
121
|
"type": "icon",
|
|
127
122
|
"name": "crosshair"
|
|
128
123
|
},
|
|
129
124
|
{
|
|
130
|
-
"variant": "h2",
|
|
131
125
|
"type": "typography",
|
|
126
|
+
"variant": "h2",
|
|
132
127
|
"content": "CollidableBody Collision"
|
|
133
128
|
}
|
|
134
|
-
]
|
|
129
|
+
],
|
|
130
|
+
"gap": "md",
|
|
131
|
+
"align": "center",
|
|
132
|
+
"direction": "horizontal",
|
|
133
|
+
"type": "stack"
|
|
135
134
|
},
|
|
136
135
|
{
|
|
137
136
|
"status": "offline",
|
|
@@ -139,7 +138,9 @@
|
|
|
139
138
|
"type": "status-dot"
|
|
140
139
|
}
|
|
141
140
|
],
|
|
142
|
-
"
|
|
141
|
+
"align": "center",
|
|
142
|
+
"type": "stack",
|
|
143
|
+
"gap": "md"
|
|
143
144
|
},
|
|
144
145
|
{
|
|
145
146
|
"type": "divider"
|
|
@@ -149,34 +150,33 @@
|
|
|
149
150
|
"cols": 2.0,
|
|
150
151
|
"children": [
|
|
151
152
|
{
|
|
152
|
-
"label": "X",
|
|
153
153
|
"type": "stat-display",
|
|
154
|
-
"value": "@entity.x"
|
|
154
|
+
"value": "@entity.x",
|
|
155
|
+
"label": "X"
|
|
155
156
|
},
|
|
156
157
|
{
|
|
157
|
-
"
|
|
158
|
+
"value": "@entity.y",
|
|
158
159
|
"type": "stat-display",
|
|
159
|
-
"
|
|
160
|
+
"label": "Y"
|
|
160
161
|
}
|
|
161
162
|
]
|
|
162
163
|
},
|
|
163
164
|
{
|
|
164
|
-
"direction": "horizontal",
|
|
165
|
-
"gap": "sm",
|
|
166
165
|
"children": [
|
|
167
166
|
{
|
|
168
|
-
"
|
|
169
|
-
"type": "button",
|
|
170
|
-
"label": "Check",
|
|
167
|
+
"variant": "primary",
|
|
171
168
|
"icon": "scan",
|
|
172
|
-
"
|
|
169
|
+
"label": "Check",
|
|
170
|
+
"type": "button",
|
|
171
|
+
"action": "CHECK"
|
|
173
172
|
}
|
|
174
173
|
],
|
|
175
|
-
"
|
|
176
|
-
"
|
|
174
|
+
"gap": "sm",
|
|
175
|
+
"direction": "horizontal",
|
|
176
|
+
"justify": "center",
|
|
177
|
+
"type": "stack"
|
|
177
178
|
}
|
|
178
|
-
]
|
|
179
|
-
"gap": "lg"
|
|
179
|
+
]
|
|
180
180
|
}
|
|
181
181
|
]
|
|
182
182
|
]
|
|
@@ -195,49 +195,52 @@
|
|
|
195
195
|
"render-ui",
|
|
196
196
|
"main",
|
|
197
197
|
{
|
|
198
|
+
"gap": "lg",
|
|
199
|
+
"direction": "vertical",
|
|
200
|
+
"type": "stack",
|
|
198
201
|
"children": [
|
|
199
202
|
{
|
|
200
203
|
"children": [
|
|
201
204
|
{
|
|
202
|
-
"
|
|
205
|
+
"align": "center",
|
|
206
|
+
"gap": "md",
|
|
207
|
+
"type": "stack",
|
|
203
208
|
"children": [
|
|
204
209
|
{
|
|
205
210
|
"type": "icon",
|
|
206
211
|
"name": "crosshair"
|
|
207
212
|
},
|
|
208
213
|
{
|
|
209
|
-
"content": "CollidableBody Collision",
|
|
210
214
|
"type": "typography",
|
|
215
|
+
"content": "CollidableBody Collision",
|
|
211
216
|
"variant": "h2"
|
|
212
217
|
}
|
|
213
218
|
],
|
|
214
|
-
"
|
|
215
|
-
"align": "center",
|
|
216
|
-
"type": "stack"
|
|
219
|
+
"direction": "horizontal"
|
|
217
220
|
},
|
|
218
221
|
{
|
|
219
|
-
"
|
|
222
|
+
"label": "Detecting",
|
|
220
223
|
"status": "warning",
|
|
221
224
|
"pulse": true,
|
|
222
|
-
"
|
|
225
|
+
"type": "status-dot"
|
|
223
226
|
}
|
|
224
227
|
],
|
|
228
|
+
"direction": "horizontal",
|
|
225
229
|
"type": "stack",
|
|
226
230
|
"align": "center",
|
|
227
|
-
"
|
|
228
|
-
"justify": "between"
|
|
229
|
-
"gap": "md"
|
|
231
|
+
"gap": "md",
|
|
232
|
+
"justify": "between"
|
|
230
233
|
},
|
|
231
234
|
{
|
|
232
235
|
"type": "divider"
|
|
233
236
|
},
|
|
234
237
|
{
|
|
235
|
-
"message": "Collision detection in progress...",
|
|
236
238
|
"type": "alert",
|
|
239
|
+
"message": "Collision detection in progress...",
|
|
237
240
|
"variant": "warning"
|
|
238
241
|
},
|
|
239
242
|
{
|
|
240
|
-
"
|
|
243
|
+
"cols": 2.0,
|
|
241
244
|
"children": [
|
|
242
245
|
{
|
|
243
246
|
"type": "stat-display",
|
|
@@ -250,33 +253,30 @@
|
|
|
250
253
|
"value": "@entity.y"
|
|
251
254
|
}
|
|
252
255
|
],
|
|
253
|
-
"
|
|
256
|
+
"type": "simple-grid"
|
|
254
257
|
},
|
|
255
258
|
{
|
|
256
|
-
"variant": "caption",
|
|
257
259
|
"color": "muted",
|
|
258
|
-
"
|
|
259
|
-
"content": "@entity.targetId"
|
|
260
|
+
"variant": "caption",
|
|
261
|
+
"content": "@entity.targetId",
|
|
262
|
+
"type": "typography"
|
|
260
263
|
},
|
|
261
264
|
{
|
|
262
|
-
"direction": "horizontal",
|
|
263
|
-
"type": "stack",
|
|
264
|
-
"gap": "sm",
|
|
265
265
|
"justify": "center",
|
|
266
|
+
"type": "stack",
|
|
266
267
|
"children": [
|
|
267
268
|
{
|
|
268
269
|
"variant": "ghost",
|
|
269
|
-
"label": "Clear",
|
|
270
270
|
"icon": "x",
|
|
271
|
-
"
|
|
272
|
-
"action": "CLEAR"
|
|
271
|
+
"label": "Clear",
|
|
272
|
+
"action": "CLEAR",
|
|
273
|
+
"type": "button"
|
|
273
274
|
}
|
|
274
|
-
]
|
|
275
|
+
],
|
|
276
|
+
"gap": "sm",
|
|
277
|
+
"direction": "horizontal"
|
|
275
278
|
}
|
|
276
|
-
]
|
|
277
|
-
"type": "stack",
|
|
278
|
-
"direction": "vertical",
|
|
279
|
-
"gap": "lg"
|
|
279
|
+
]
|
|
280
280
|
}
|
|
281
281
|
]
|
|
282
282
|
]
|
|
@@ -300,88 +300,88 @@
|
|
|
300
300
|
"render-ui",
|
|
301
301
|
"main",
|
|
302
302
|
{
|
|
303
|
+
"type": "stack",
|
|
304
|
+
"gap": "lg",
|
|
305
|
+
"direction": "vertical",
|
|
303
306
|
"children": [
|
|
304
307
|
{
|
|
305
308
|
"type": "stack",
|
|
306
|
-
"
|
|
309
|
+
"direction": "horizontal",
|
|
310
|
+
"align": "center",
|
|
307
311
|
"justify": "between",
|
|
308
312
|
"children": [
|
|
309
313
|
{
|
|
314
|
+
"type": "stack",
|
|
310
315
|
"direction": "horizontal",
|
|
316
|
+
"gap": "md",
|
|
317
|
+
"align": "center",
|
|
311
318
|
"children": [
|
|
312
319
|
{
|
|
313
|
-
"
|
|
314
|
-
"
|
|
320
|
+
"name": "crosshair",
|
|
321
|
+
"type": "icon"
|
|
315
322
|
},
|
|
316
323
|
{
|
|
317
|
-
"
|
|
324
|
+
"variant": "h2",
|
|
318
325
|
"type": "typography",
|
|
319
|
-
"
|
|
326
|
+
"content": "CollidableBody Collision"
|
|
320
327
|
}
|
|
321
|
-
]
|
|
322
|
-
"type": "stack",
|
|
323
|
-
"gap": "md",
|
|
324
|
-
"align": "center"
|
|
328
|
+
]
|
|
325
329
|
},
|
|
326
330
|
{
|
|
327
331
|
"pulse": true,
|
|
332
|
+
"type": "status-dot",
|
|
328
333
|
"status": "warning",
|
|
329
|
-
"label": "Detecting"
|
|
330
|
-
"type": "status-dot"
|
|
334
|
+
"label": "Detecting"
|
|
331
335
|
}
|
|
332
336
|
],
|
|
333
|
-
"
|
|
334
|
-
"align": "center"
|
|
337
|
+
"gap": "md"
|
|
335
338
|
},
|
|
336
339
|
{
|
|
337
340
|
"type": "divider"
|
|
338
341
|
},
|
|
339
342
|
{
|
|
340
343
|
"type": "alert",
|
|
341
|
-
"
|
|
342
|
-
"
|
|
344
|
+
"variant": "warning",
|
|
345
|
+
"message": "Collision detection in progress..."
|
|
343
346
|
},
|
|
344
347
|
{
|
|
345
|
-
"cols": 2.0,
|
|
346
348
|
"children": [
|
|
347
349
|
{
|
|
348
|
-
"
|
|
350
|
+
"type": "stat-display",
|
|
349
351
|
"value": "@entity.x",
|
|
350
|
-
"
|
|
352
|
+
"label": "X"
|
|
351
353
|
},
|
|
352
354
|
{
|
|
353
|
-
"value": "@entity.y",
|
|
354
355
|
"type": "stat-display",
|
|
355
|
-
"label": "Y"
|
|
356
|
+
"label": "Y",
|
|
357
|
+
"value": "@entity.y"
|
|
356
358
|
}
|
|
357
359
|
],
|
|
360
|
+
"cols": 2.0,
|
|
358
361
|
"type": "simple-grid"
|
|
359
362
|
},
|
|
360
363
|
{
|
|
361
364
|
"type": "typography",
|
|
362
365
|
"color": "muted",
|
|
363
|
-
"
|
|
364
|
-
"
|
|
366
|
+
"content": "@entity.targetId",
|
|
367
|
+
"variant": "caption"
|
|
365
368
|
},
|
|
366
369
|
{
|
|
370
|
+
"gap": "sm",
|
|
371
|
+
"justify": "center",
|
|
367
372
|
"children": [
|
|
368
373
|
{
|
|
369
|
-
"
|
|
370
|
-
"icon": "x",
|
|
374
|
+
"type": "button",
|
|
371
375
|
"action": "CLEAR",
|
|
372
|
-
"
|
|
373
|
-
"
|
|
376
|
+
"icon": "x",
|
|
377
|
+
"label": "Clear",
|
|
378
|
+
"variant": "ghost"
|
|
374
379
|
}
|
|
375
380
|
],
|
|
376
|
-
"type": "stack",
|
|
377
381
|
"direction": "horizontal",
|
|
378
|
-
"
|
|
379
|
-
"justify": "center"
|
|
382
|
+
"type": "stack"
|
|
380
383
|
}
|
|
381
|
-
]
|
|
382
|
-
"gap": "lg",
|
|
383
|
-
"direction": "vertical",
|
|
384
|
-
"type": "stack"
|
|
384
|
+
]
|
|
385
385
|
}
|
|
386
386
|
]
|
|
387
387
|
]
|
|
@@ -405,44 +405,44 @@
|
|
|
405
405
|
"render-ui",
|
|
406
406
|
"main",
|
|
407
407
|
{
|
|
408
|
-
"direction": "vertical",
|
|
409
|
-
"type": "stack",
|
|
410
408
|
"children": [
|
|
411
409
|
{
|
|
412
|
-
"justify": "between",
|
|
413
410
|
"gap": "md",
|
|
414
|
-
"direction": "horizontal",
|
|
415
411
|
"align": "center",
|
|
412
|
+
"direction": "horizontal",
|
|
416
413
|
"children": [
|
|
417
414
|
{
|
|
418
|
-
"gap": "md",
|
|
419
|
-
"type": "stack",
|
|
420
|
-
"align": "center",
|
|
421
|
-
"direction": "horizontal",
|
|
422
415
|
"children": [
|
|
423
416
|
{
|
|
424
|
-
"
|
|
425
|
-
"
|
|
417
|
+
"type": "icon",
|
|
418
|
+
"name": "crosshair"
|
|
426
419
|
},
|
|
427
420
|
{
|
|
421
|
+
"variant": "h2",
|
|
428
422
|
"type": "typography",
|
|
429
|
-
"content": "CollidableBody Collision"
|
|
430
|
-
"variant": "h2"
|
|
423
|
+
"content": "CollidableBody Collision"
|
|
431
424
|
}
|
|
432
|
-
]
|
|
425
|
+
],
|
|
426
|
+
"type": "stack",
|
|
427
|
+
"direction": "horizontal",
|
|
428
|
+
"gap": "md",
|
|
429
|
+
"align": "center"
|
|
433
430
|
},
|
|
434
431
|
{
|
|
435
|
-
"type": "status-dot",
|
|
436
432
|
"label": "Idle",
|
|
437
|
-
"status": "offline"
|
|
433
|
+
"status": "offline",
|
|
434
|
+
"type": "status-dot"
|
|
438
435
|
}
|
|
439
436
|
],
|
|
437
|
+
"justify": "between",
|
|
440
438
|
"type": "stack"
|
|
441
439
|
},
|
|
442
440
|
{
|
|
443
441
|
"type": "divider"
|
|
444
442
|
},
|
|
445
443
|
{
|
|
444
|
+
"type": "simple-grid",
|
|
445
|
+
"cols": 2.0,
|
|
446
446
|
"children": [
|
|
447
447
|
{
|
|
448
448
|
"value": "@entity.x",
|
|
@@ -450,31 +450,31 @@
|
|
|
450
450
|
"type": "stat-display"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
|
-
"label": "Y",
|
|
454
453
|
"type": "stat-display",
|
|
454
|
+
"label": "Y",
|
|
455
455
|
"value": "@entity.y"
|
|
456
456
|
}
|
|
457
|
-
]
|
|
458
|
-
"type": "simple-grid",
|
|
459
|
-
"cols": 2.0
|
|
457
|
+
]
|
|
460
458
|
},
|
|
461
459
|
{
|
|
462
460
|
"justify": "center",
|
|
463
|
-
"type": "stack",
|
|
464
|
-
"direction": "horizontal",
|
|
465
|
-
"gap": "sm",
|
|
466
461
|
"children": [
|
|
467
462
|
{
|
|
463
|
+
"label": "Check",
|
|
464
|
+
"variant": "primary",
|
|
468
465
|
"icon": "scan",
|
|
469
466
|
"type": "button",
|
|
470
|
-
"variant": "primary",
|
|
471
|
-
"label": "Check",
|
|
472
467
|
"action": "CHECK"
|
|
473
468
|
}
|
|
474
|
-
]
|
|
469
|
+
],
|
|
470
|
+
"gap": "sm",
|
|
471
|
+
"direction": "horizontal",
|
|
472
|
+
"type": "stack"
|
|
475
473
|
}
|
|
476
474
|
],
|
|
477
|
-
"
|
|
475
|
+
"type": "stack",
|
|
476
|
+
"gap": "lg",
|
|
477
|
+
"direction": "vertical"
|
|
478
478
|
}
|
|
479
479
|
]
|
|
480
480
|
]
|
|
@@ -489,49 +489,52 @@
|
|
|
489
489
|
"main",
|
|
490
490
|
{
|
|
491
491
|
"direction": "vertical",
|
|
492
|
+
"type": "stack",
|
|
492
493
|
"gap": "lg",
|
|
493
494
|
"children": [
|
|
494
495
|
{
|
|
495
|
-
"direction": "horizontal",
|
|
496
|
-
"gap": "md",
|
|
497
496
|
"type": "stack",
|
|
498
|
-
"
|
|
497
|
+
"direction": "horizontal",
|
|
498
|
+
"align": "center",
|
|
499
499
|
"children": [
|
|
500
500
|
{
|
|
501
|
-
"align": "center",
|
|
502
|
-
"direction": "horizontal",
|
|
503
|
-
"gap": "md",
|
|
504
501
|
"type": "stack",
|
|
505
502
|
"children": [
|
|
506
503
|
{
|
|
507
|
-
"
|
|
508
|
-
"
|
|
504
|
+
"type": "icon",
|
|
505
|
+
"name": "crosshair"
|
|
509
506
|
},
|
|
510
507
|
{
|
|
511
508
|
"content": "CollidableBody Collision",
|
|
512
|
-
"
|
|
513
|
-
"
|
|
509
|
+
"variant": "h2",
|
|
510
|
+
"type": "typography"
|
|
514
511
|
}
|
|
515
|
-
]
|
|
512
|
+
],
|
|
513
|
+
"gap": "md",
|
|
514
|
+
"direction": "horizontal",
|
|
515
|
+
"align": "center"
|
|
516
516
|
},
|
|
517
517
|
{
|
|
518
518
|
"type": "status-dot",
|
|
519
519
|
"pulse": true,
|
|
520
|
-
"
|
|
521
|
-
"
|
|
520
|
+
"status": "warning",
|
|
521
|
+
"label": "Detecting"
|
|
522
522
|
}
|
|
523
523
|
],
|
|
524
|
-
"
|
|
524
|
+
"justify": "between",
|
|
525
|
+
"gap": "md"
|
|
525
526
|
},
|
|
526
527
|
{
|
|
527
528
|
"type": "divider"
|
|
528
529
|
},
|
|
529
530
|
{
|
|
530
|
-
"
|
|
531
|
+
"message": "Collision detection in progress...",
|
|
531
532
|
"variant": "warning",
|
|
532
|
-
"
|
|
533
|
+
"type": "alert"
|
|
533
534
|
},
|
|
534
535
|
{
|
|
536
|
+
"type": "simple-grid",
|
|
537
|
+
"cols": 2.0,
|
|
535
538
|
"children": [
|
|
536
539
|
{
|
|
537
540
|
"label": "X",
|
|
@@ -543,33 +546,30 @@
|
|
|
543
546
|
"type": "stat-display",
|
|
544
547
|
"label": "Y"
|
|
545
548
|
}
|
|
546
|
-
]
|
|
547
|
-
"type": "simple-grid",
|
|
548
|
-
"cols": 2.0
|
|
549
|
+
]
|
|
549
550
|
},
|
|
550
551
|
{
|
|
551
552
|
"content": "@entity.targetId",
|
|
552
|
-
"type": "typography",
|
|
553
553
|
"variant": "caption",
|
|
554
|
-
"color": "muted"
|
|
554
|
+
"color": "muted",
|
|
555
|
+
"type": "typography"
|
|
555
556
|
},
|
|
556
557
|
{
|
|
558
|
+
"type": "stack",
|
|
559
|
+
"gap": "sm",
|
|
557
560
|
"children": [
|
|
558
561
|
{
|
|
559
|
-
"label": "Clear",
|
|
560
|
-
"type": "button",
|
|
561
562
|
"variant": "ghost",
|
|
562
563
|
"icon": "x",
|
|
564
|
+
"type": "button",
|
|
565
|
+
"label": "Clear",
|
|
563
566
|
"action": "CLEAR"
|
|
564
567
|
}
|
|
565
568
|
],
|
|
566
|
-
"gap": "sm",
|
|
567
569
|
"justify": "center",
|
|
568
|
-
"direction": "horizontal"
|
|
569
|
-
"type": "stack"
|
|
570
|
+
"direction": "horizontal"
|
|
570
571
|
}
|
|
571
|
-
]
|
|
572
|
-
"type": "stack"
|
|
572
|
+
]
|
|
573
573
|
}
|
|
574
574
|
]
|
|
575
575
|
]
|
|
@@ -592,4 +592,4 @@
|
|
|
592
592
|
]
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
|
-
}
|
|
595
|
+
}
|