@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
|
@@ -107,13 +107,13 @@
|
|
|
107
107
|
"render-ui",
|
|
108
108
|
"main",
|
|
109
109
|
{
|
|
110
|
-
"type": "stack",
|
|
111
110
|
"gap": "lg",
|
|
112
111
|
"direction": "vertical",
|
|
112
|
+
"type": "stack",
|
|
113
113
|
"children": [
|
|
114
114
|
{
|
|
115
|
+
"gap": "md",
|
|
115
116
|
"direction": "horizontal",
|
|
116
|
-
"justify": "between",
|
|
117
117
|
"children": [
|
|
118
118
|
{
|
|
119
119
|
"children": [
|
|
@@ -122,59 +122,59 @@
|
|
|
122
122
|
"name": "crosshair"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
|
+
"content": "CollidableBody Collision",
|
|
125
126
|
"type": "typography",
|
|
126
|
-
"variant": "h2"
|
|
127
|
-
"content": "CollidableBody Collision"
|
|
127
|
+
"variant": "h2"
|
|
128
128
|
}
|
|
129
129
|
],
|
|
130
130
|
"gap": "md",
|
|
131
|
-
"align": "center",
|
|
132
131
|
"direction": "horizontal",
|
|
133
|
-
"type": "stack"
|
|
132
|
+
"type": "stack",
|
|
133
|
+
"align": "center"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
|
+
"type": "status-dot",
|
|
136
137
|
"status": "offline",
|
|
137
|
-
"label": "Idle"
|
|
138
|
-
"type": "status-dot"
|
|
138
|
+
"label": "Idle"
|
|
139
139
|
}
|
|
140
140
|
],
|
|
141
|
-
"align": "center",
|
|
142
141
|
"type": "stack",
|
|
143
|
-
"
|
|
142
|
+
"align": "center",
|
|
143
|
+
"justify": "between"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"type": "divider"
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"type": "simple-grid",
|
|
150
|
-
"cols": 2.0,
|
|
151
150
|
"children": [
|
|
152
151
|
{
|
|
152
|
+
"label": "X",
|
|
153
153
|
"type": "stat-display",
|
|
154
|
-
"value": "@entity.x"
|
|
155
|
-
"label": "X"
|
|
154
|
+
"value": "@entity.x"
|
|
156
155
|
},
|
|
157
156
|
{
|
|
158
|
-
"value": "@entity.y",
|
|
159
157
|
"type": "stat-display",
|
|
158
|
+
"value": "@entity.y",
|
|
160
159
|
"label": "Y"
|
|
161
160
|
}
|
|
162
|
-
]
|
|
161
|
+
],
|
|
162
|
+
"cols": 2.0
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
+
"type": "stack",
|
|
166
|
+
"justify": "center",
|
|
167
|
+
"direction": "horizontal",
|
|
165
168
|
"children": [
|
|
166
169
|
{
|
|
170
|
+
"type": "button",
|
|
167
171
|
"variant": "primary",
|
|
168
172
|
"icon": "scan",
|
|
169
173
|
"label": "Check",
|
|
170
|
-
"type": "button",
|
|
171
174
|
"action": "CHECK"
|
|
172
175
|
}
|
|
173
176
|
],
|
|
174
|
-
"gap": "sm"
|
|
175
|
-
"direction": "horizontal",
|
|
176
|
-
"justify": "center",
|
|
177
|
-
"type": "stack"
|
|
177
|
+
"gap": "sm"
|
|
178
178
|
}
|
|
179
179
|
]
|
|
180
180
|
}
|
|
@@ -195,88 +195,88 @@
|
|
|
195
195
|
"render-ui",
|
|
196
196
|
"main",
|
|
197
197
|
{
|
|
198
|
-
"gap": "lg",
|
|
199
|
-
"direction": "vertical",
|
|
200
|
-
"type": "stack",
|
|
201
198
|
"children": [
|
|
202
199
|
{
|
|
200
|
+
"justify": "between",
|
|
201
|
+
"type": "stack",
|
|
202
|
+
"gap": "md",
|
|
203
|
+
"direction": "horizontal",
|
|
204
|
+
"align": "center",
|
|
203
205
|
"children": [
|
|
204
206
|
{
|
|
205
207
|
"align": "center",
|
|
206
|
-
"gap": "md",
|
|
207
|
-
"type": "stack",
|
|
208
208
|
"children": [
|
|
209
209
|
{
|
|
210
|
-
"
|
|
211
|
-
"
|
|
210
|
+
"name": "crosshair",
|
|
211
|
+
"type": "icon"
|
|
212
212
|
},
|
|
213
213
|
{
|
|
214
214
|
"type": "typography",
|
|
215
|
-
"
|
|
216
|
-
"
|
|
215
|
+
"variant": "h2",
|
|
216
|
+
"content": "CollidableBody Collision"
|
|
217
217
|
}
|
|
218
218
|
],
|
|
219
|
-
"
|
|
219
|
+
"type": "stack",
|
|
220
|
+
"direction": "horizontal",
|
|
221
|
+
"gap": "md"
|
|
220
222
|
},
|
|
221
223
|
{
|
|
222
|
-
"label": "Detecting",
|
|
223
|
-
"status": "warning",
|
|
224
224
|
"pulse": true,
|
|
225
|
-
"
|
|
225
|
+
"label": "Detecting",
|
|
226
|
+
"type": "status-dot",
|
|
227
|
+
"status": "warning"
|
|
226
228
|
}
|
|
227
|
-
]
|
|
228
|
-
"direction": "horizontal",
|
|
229
|
-
"type": "stack",
|
|
230
|
-
"align": "center",
|
|
231
|
-
"gap": "md",
|
|
232
|
-
"justify": "between"
|
|
229
|
+
]
|
|
233
230
|
},
|
|
234
231
|
{
|
|
235
232
|
"type": "divider"
|
|
236
233
|
},
|
|
237
234
|
{
|
|
238
235
|
"type": "alert",
|
|
239
|
-
"
|
|
240
|
-
"
|
|
236
|
+
"variant": "warning",
|
|
237
|
+
"message": "Collision detection in progress..."
|
|
241
238
|
},
|
|
242
239
|
{
|
|
243
240
|
"cols": 2.0,
|
|
244
241
|
"children": [
|
|
245
242
|
{
|
|
246
|
-
"type": "stat-display",
|
|
247
243
|
"value": "@entity.x",
|
|
244
|
+
"type": "stat-display",
|
|
248
245
|
"label": "X"
|
|
249
246
|
},
|
|
250
247
|
{
|
|
248
|
+
"value": "@entity.y",
|
|
251
249
|
"type": "stat-display",
|
|
252
|
-
"label": "Y"
|
|
253
|
-
"value": "@entity.y"
|
|
250
|
+
"label": "Y"
|
|
254
251
|
}
|
|
255
252
|
],
|
|
256
253
|
"type": "simple-grid"
|
|
257
254
|
},
|
|
258
255
|
{
|
|
259
|
-
"color": "muted",
|
|
260
256
|
"variant": "caption",
|
|
257
|
+
"type": "typography",
|
|
261
258
|
"content": "@entity.targetId",
|
|
262
|
-
"
|
|
259
|
+
"color": "muted"
|
|
263
260
|
},
|
|
264
261
|
{
|
|
265
|
-
"
|
|
266
|
-
"type": "stack",
|
|
262
|
+
"direction": "horizontal",
|
|
267
263
|
"children": [
|
|
268
264
|
{
|
|
269
|
-
"variant": "ghost",
|
|
270
|
-
"icon": "x",
|
|
271
265
|
"label": "Clear",
|
|
272
266
|
"action": "CLEAR",
|
|
273
|
-
"
|
|
267
|
+
"variant": "ghost",
|
|
268
|
+
"type": "button",
|
|
269
|
+
"icon": "x"
|
|
274
270
|
}
|
|
275
271
|
],
|
|
276
272
|
"gap": "sm",
|
|
277
|
-
"
|
|
273
|
+
"justify": "center",
|
|
274
|
+
"type": "stack"
|
|
278
275
|
}
|
|
279
|
-
]
|
|
276
|
+
],
|
|
277
|
+
"type": "stack",
|
|
278
|
+
"direction": "vertical",
|
|
279
|
+
"gap": "lg"
|
|
280
280
|
}
|
|
281
281
|
]
|
|
282
282
|
]
|
|
@@ -300,56 +300,54 @@
|
|
|
300
300
|
"render-ui",
|
|
301
301
|
"main",
|
|
302
302
|
{
|
|
303
|
-
"type": "stack",
|
|
304
|
-
"gap": "lg",
|
|
305
|
-
"direction": "vertical",
|
|
306
303
|
"children": [
|
|
307
304
|
{
|
|
308
|
-
"
|
|
309
|
-
"direction": "horizontal",
|
|
305
|
+
"gap": "md",
|
|
310
306
|
"align": "center",
|
|
311
307
|
"justify": "between",
|
|
308
|
+
"type": "stack",
|
|
312
309
|
"children": [
|
|
313
310
|
{
|
|
314
311
|
"type": "stack",
|
|
315
|
-
"direction": "horizontal",
|
|
316
312
|
"gap": "md",
|
|
317
313
|
"align": "center",
|
|
318
314
|
"children": [
|
|
319
315
|
{
|
|
320
|
-
"
|
|
321
|
-
"
|
|
316
|
+
"type": "icon",
|
|
317
|
+
"name": "crosshair"
|
|
322
318
|
},
|
|
323
319
|
{
|
|
320
|
+
"content": "CollidableBody Collision",
|
|
324
321
|
"variant": "h2",
|
|
325
|
-
"type": "typography"
|
|
326
|
-
"content": "CollidableBody Collision"
|
|
322
|
+
"type": "typography"
|
|
327
323
|
}
|
|
328
|
-
]
|
|
324
|
+
],
|
|
325
|
+
"direction": "horizontal"
|
|
329
326
|
},
|
|
330
327
|
{
|
|
331
|
-
"pulse": true,
|
|
332
328
|
"type": "status-dot",
|
|
333
329
|
"status": "warning",
|
|
330
|
+
"pulse": true,
|
|
334
331
|
"label": "Detecting"
|
|
335
332
|
}
|
|
336
333
|
],
|
|
337
|
-
"
|
|
334
|
+
"direction": "horizontal"
|
|
338
335
|
},
|
|
339
336
|
{
|
|
340
337
|
"type": "divider"
|
|
341
338
|
},
|
|
342
339
|
{
|
|
340
|
+
"message": "Collision detection in progress...",
|
|
343
341
|
"type": "alert",
|
|
344
|
-
"variant": "warning"
|
|
345
|
-
"message": "Collision detection in progress..."
|
|
342
|
+
"variant": "warning"
|
|
346
343
|
},
|
|
347
344
|
{
|
|
345
|
+
"cols": 2.0,
|
|
348
346
|
"children": [
|
|
349
347
|
{
|
|
350
348
|
"type": "stat-display",
|
|
351
|
-
"
|
|
352
|
-
"
|
|
349
|
+
"label": "X",
|
|
350
|
+
"value": "@entity.x"
|
|
353
351
|
},
|
|
354
352
|
{
|
|
355
353
|
"type": "stat-display",
|
|
@@ -357,31 +355,33 @@
|
|
|
357
355
|
"value": "@entity.y"
|
|
358
356
|
}
|
|
359
357
|
],
|
|
360
|
-
"cols": 2.0,
|
|
361
358
|
"type": "simple-grid"
|
|
362
359
|
},
|
|
363
360
|
{
|
|
364
|
-
"type": "typography",
|
|
365
361
|
"color": "muted",
|
|
362
|
+
"type": "typography",
|
|
366
363
|
"content": "@entity.targetId",
|
|
367
364
|
"variant": "caption"
|
|
368
365
|
},
|
|
369
366
|
{
|
|
367
|
+
"type": "stack",
|
|
370
368
|
"gap": "sm",
|
|
371
369
|
"justify": "center",
|
|
372
370
|
"children": [
|
|
373
371
|
{
|
|
374
|
-
"
|
|
372
|
+
"variant": "ghost",
|
|
375
373
|
"action": "CLEAR",
|
|
374
|
+
"type": "button",
|
|
376
375
|
"icon": "x",
|
|
377
|
-
"label": "Clear"
|
|
378
|
-
"variant": "ghost"
|
|
376
|
+
"label": "Clear"
|
|
379
377
|
}
|
|
380
378
|
],
|
|
381
|
-
"direction": "horizontal"
|
|
382
|
-
"type": "stack"
|
|
379
|
+
"direction": "horizontal"
|
|
383
380
|
}
|
|
384
|
-
]
|
|
381
|
+
],
|
|
382
|
+
"gap": "lg",
|
|
383
|
+
"type": "stack",
|
|
384
|
+
"direction": "vertical"
|
|
385
385
|
}
|
|
386
386
|
]
|
|
387
387
|
]
|
|
@@ -405,36 +405,39 @@
|
|
|
405
405
|
"render-ui",
|
|
406
406
|
"main",
|
|
407
407
|
{
|
|
408
|
+
"gap": "lg",
|
|
409
|
+
"type": "stack",
|
|
410
|
+
"direction": "vertical",
|
|
408
411
|
"children": [
|
|
409
412
|
{
|
|
410
|
-
"
|
|
411
|
-
"align": "center",
|
|
413
|
+
"justify": "between",
|
|
412
414
|
"direction": "horizontal",
|
|
415
|
+
"align": "center",
|
|
416
|
+
"gap": "md",
|
|
413
417
|
"children": [
|
|
414
418
|
{
|
|
419
|
+
"align": "center",
|
|
420
|
+
"type": "stack",
|
|
421
|
+
"direction": "horizontal",
|
|
415
422
|
"children": [
|
|
416
423
|
{
|
|
417
424
|
"type": "icon",
|
|
418
425
|
"name": "crosshair"
|
|
419
426
|
},
|
|
420
427
|
{
|
|
428
|
+
"content": "CollidableBody Collision",
|
|
421
429
|
"variant": "h2",
|
|
422
|
-
"type": "typography"
|
|
423
|
-
"content": "CollidableBody Collision"
|
|
430
|
+
"type": "typography"
|
|
424
431
|
}
|
|
425
432
|
],
|
|
426
|
-
"
|
|
427
|
-
"direction": "horizontal",
|
|
428
|
-
"gap": "md",
|
|
429
|
-
"align": "center"
|
|
433
|
+
"gap": "md"
|
|
430
434
|
},
|
|
431
435
|
{
|
|
432
|
-
"
|
|
436
|
+
"type": "status-dot",
|
|
433
437
|
"status": "offline",
|
|
434
|
-
"
|
|
438
|
+
"label": "Idle"
|
|
435
439
|
}
|
|
436
440
|
],
|
|
437
|
-
"justify": "between",
|
|
438
441
|
"type": "stack"
|
|
439
442
|
},
|
|
440
443
|
{
|
|
@@ -451,30 +454,27 @@
|
|
|
451
454
|
},
|
|
452
455
|
{
|
|
453
456
|
"type": "stat-display",
|
|
454
|
-
"
|
|
455
|
-
"
|
|
457
|
+
"value": "@entity.y",
|
|
458
|
+
"label": "Y"
|
|
456
459
|
}
|
|
457
460
|
]
|
|
458
461
|
},
|
|
459
462
|
{
|
|
463
|
+
"direction": "horizontal",
|
|
460
464
|
"justify": "center",
|
|
461
465
|
"children": [
|
|
462
466
|
{
|
|
463
|
-
"label": "Check",
|
|
464
|
-
"variant": "primary",
|
|
465
467
|
"icon": "scan",
|
|
466
468
|
"type": "button",
|
|
469
|
+
"label": "Check",
|
|
470
|
+
"variant": "primary",
|
|
467
471
|
"action": "CHECK"
|
|
468
472
|
}
|
|
469
473
|
],
|
|
470
474
|
"gap": "sm",
|
|
471
|
-
"direction": "horizontal",
|
|
472
475
|
"type": "stack"
|
|
473
476
|
}
|
|
474
|
-
]
|
|
475
|
-
"type": "stack",
|
|
476
|
-
"gap": "lg",
|
|
477
|
-
"direction": "vertical"
|
|
477
|
+
]
|
|
478
478
|
}
|
|
479
479
|
]
|
|
480
480
|
]
|
|
@@ -488,85 +488,85 @@
|
|
|
488
488
|
"render-ui",
|
|
489
489
|
"main",
|
|
490
490
|
{
|
|
491
|
-
"direction": "vertical",
|
|
492
491
|
"type": "stack",
|
|
493
492
|
"gap": "lg",
|
|
493
|
+
"direction": "vertical",
|
|
494
494
|
"children": [
|
|
495
495
|
{
|
|
496
|
-
"type": "stack",
|
|
497
496
|
"direction": "horizontal",
|
|
498
|
-
"align": "center",
|
|
499
497
|
"children": [
|
|
500
498
|
{
|
|
501
|
-
"
|
|
499
|
+
"align": "center",
|
|
500
|
+
"gap": "md",
|
|
502
501
|
"children": [
|
|
503
502
|
{
|
|
504
503
|
"type": "icon",
|
|
505
504
|
"name": "crosshair"
|
|
506
505
|
},
|
|
507
506
|
{
|
|
508
|
-
"content": "CollidableBody Collision",
|
|
509
507
|
"variant": "h2",
|
|
510
|
-
"type": "typography"
|
|
508
|
+
"type": "typography",
|
|
509
|
+
"content": "CollidableBody Collision"
|
|
511
510
|
}
|
|
512
511
|
],
|
|
513
|
-
"
|
|
514
|
-
"direction": "horizontal"
|
|
515
|
-
"align": "center"
|
|
512
|
+
"type": "stack",
|
|
513
|
+
"direction": "horizontal"
|
|
516
514
|
},
|
|
517
515
|
{
|
|
518
|
-
"type": "status-dot",
|
|
519
516
|
"pulse": true,
|
|
520
517
|
"status": "warning",
|
|
521
|
-
"label": "Detecting"
|
|
518
|
+
"label": "Detecting",
|
|
519
|
+
"type": "status-dot"
|
|
522
520
|
}
|
|
523
521
|
],
|
|
524
|
-
"
|
|
525
|
-
"
|
|
522
|
+
"gap": "md",
|
|
523
|
+
"type": "stack",
|
|
524
|
+
"align": "center",
|
|
525
|
+
"justify": "between"
|
|
526
526
|
},
|
|
527
527
|
{
|
|
528
528
|
"type": "divider"
|
|
529
529
|
},
|
|
530
530
|
{
|
|
531
|
-
"
|
|
531
|
+
"type": "alert",
|
|
532
532
|
"variant": "warning",
|
|
533
|
-
"
|
|
533
|
+
"message": "Collision detection in progress..."
|
|
534
534
|
},
|
|
535
535
|
{
|
|
536
536
|
"type": "simple-grid",
|
|
537
537
|
"cols": 2.0,
|
|
538
538
|
"children": [
|
|
539
539
|
{
|
|
540
|
-
"label": "X",
|
|
541
540
|
"value": "@entity.x",
|
|
541
|
+
"label": "X",
|
|
542
542
|
"type": "stat-display"
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
|
+
"label": "Y",
|
|
545
546
|
"value": "@entity.y",
|
|
546
|
-
"type": "stat-display"
|
|
547
|
-
"label": "Y"
|
|
547
|
+
"type": "stat-display"
|
|
548
548
|
}
|
|
549
549
|
]
|
|
550
550
|
},
|
|
551
551
|
{
|
|
552
|
-
"content": "@entity.targetId",
|
|
553
552
|
"variant": "caption",
|
|
553
|
+
"content": "@entity.targetId",
|
|
554
554
|
"color": "muted",
|
|
555
555
|
"type": "typography"
|
|
556
556
|
},
|
|
557
557
|
{
|
|
558
|
-
"
|
|
558
|
+
"justify": "center",
|
|
559
559
|
"gap": "sm",
|
|
560
|
+
"type": "stack",
|
|
560
561
|
"children": [
|
|
561
562
|
{
|
|
563
|
+
"label": "Clear",
|
|
562
564
|
"variant": "ghost",
|
|
563
565
|
"icon": "x",
|
|
564
|
-
"
|
|
565
|
-
"
|
|
566
|
-
"action": "CLEAR"
|
|
566
|
+
"action": "CLEAR",
|
|
567
|
+
"type": "button"
|
|
567
568
|
}
|
|
568
569
|
],
|
|
569
|
-
"justify": "center",
|
|
570
570
|
"direction": "horizontal"
|
|
571
571
|
}
|
|
572
572
|
]
|