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