@almadar/std 3.2.0 → 3.2.2

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.
Files changed (262) hide show
  1. package/behaviors/exports/atoms/std-async.orb +41 -24
  2. package/behaviors/exports/atoms/std-browse.orb +12 -5
  3. package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  4. package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  5. package/behaviors/exports/atoms/std-collision.orb +278 -206
  6. package/behaviors/exports/atoms/std-combat-log.orb +6 -1
  7. package/behaviors/exports/atoms/std-combat.orb +6 -1
  8. package/behaviors/exports/atoms/std-confirmation.orb +212 -7
  9. package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  10. package/behaviors/exports/atoms/std-display.orb +166 -21
  11. package/behaviors/exports/atoms/std-drawer.orb +208 -104
  12. package/behaviors/exports/atoms/std-filter.orb +211 -18
  13. package/behaviors/exports/atoms/std-game-audio.orb +6 -1
  14. package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  15. package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  16. package/behaviors/exports/atoms/std-game-hud.orb +6 -1
  17. package/behaviors/exports/atoms/std-game-menu.orb +6 -1
  18. package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  19. package/behaviors/exports/atoms/std-gameflow.orb +100 -5
  20. package/behaviors/exports/atoms/std-input.orb +142 -137
  21. package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  22. package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  23. package/behaviors/exports/atoms/std-loading.orb +27 -76
  24. package/behaviors/exports/atoms/std-modal.orb +177 -93
  25. package/behaviors/exports/atoms/std-movement.orb +401 -31
  26. package/behaviors/exports/atoms/std-notification.orb +46 -95
  27. package/behaviors/exports/atoms/std-overworld.orb +44 -16
  28. package/behaviors/exports/atoms/std-pagination.orb +26 -89
  29. package/behaviors/exports/atoms/std-physics2d.orb +6 -1
  30. package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  31. package/behaviors/exports/atoms/std-quest.orb +309 -34
  32. package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  33. package/behaviors/exports/atoms/std-score-board.orb +6 -1
  34. package/behaviors/exports/atoms/std-score.orb +211 -11
  35. package/behaviors/exports/atoms/std-search.orb +28 -27
  36. package/behaviors/exports/atoms/std-selection.orb +160 -121
  37. package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  38. package/behaviors/exports/atoms/std-sort.orb +134 -24
  39. package/behaviors/exports/atoms/std-sprite.orb +6 -1
  40. package/behaviors/exports/atoms/std-tabs.orb +25 -15
  41. package/behaviors/exports/atoms/std-timer.orb +483 -91
  42. package/behaviors/exports/atoms/std-undo.orb +211 -81
  43. package/behaviors/exports/atoms/std-wizard.orb +31 -34
  44. package/behaviors/exports/molecules/std-builder-game.orb +6 -1
  45. package/behaviors/exports/molecules/std-cart.orb +6 -1
  46. package/behaviors/exports/molecules/std-classifier-game.orb +6 -1
  47. package/behaviors/exports/molecules/std-debugger-game.orb +6 -1
  48. package/behaviors/exports/molecules/std-detail.orb +12 -5
  49. package/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
  50. package/behaviors/exports/molecules/std-geospatial.orb +28 -9
  51. package/behaviors/exports/molecules/std-inventory.orb +28 -9
  52. package/behaviors/exports/molecules/std-list.orb +392 -5
  53. package/behaviors/exports/molecules/std-messaging.orb +12 -5
  54. package/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
  55. package/behaviors/exports/molecules/std-platformer-game.orb +40 -1
  56. package/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
  57. package/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
  58. package/behaviors/exports/molecules/std-simulator-game.orb +6 -1
  59. package/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
  60. package/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
  61. package/behaviors/exports/organisms/std-arcade-game.orb +214 -16
  62. package/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
  63. package/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
  64. package/behaviors/exports/organisms/std-cms.orb +1713 -947
  65. package/behaviors/exports/organisms/std-coding-academy.orb +180 -380
  66. package/behaviors/exports/organisms/std-crm.orb +1669 -1153
  67. package/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
  68. package/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
  69. package/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
  70. package/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
  71. package/behaviors/exports/organisms/std-helpdesk.orb +626 -407
  72. package/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
  73. package/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
  74. package/behaviors/exports/organisms/std-lms.orb +658 -362
  75. package/behaviors/exports/organisms/std-platformer-app.orb +56 -8
  76. package/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
  77. package/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
  78. package/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
  79. package/behaviors/exports/organisms/std-rpg-game.orb +397 -56
  80. package/behaviors/exports/organisms/std-social-feed.orb +12 -8
  81. package/behaviors/exports/organisms/std-stem-lab.orb +175 -290
  82. package/behaviors/exports/organisms/std-strategy-game.orb +252 -395
  83. package/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
  84. package/behaviors/exports/validation-report.json +747 -0
  85. package/behaviors/exports/verify-results.json +13 -0
  86. package/dist/behaviors/exports/atoms/std-async.orb +41 -24
  87. package/dist/behaviors/exports/atoms/std-browse.orb +12 -5
  88. package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  89. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  90. package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
  91. package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
  92. package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
  93. package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
  94. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  95. package/dist/behaviors/exports/atoms/std-display.orb +166 -21
  96. package/dist/behaviors/exports/atoms/std-drawer.orb +208 -104
  97. package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
  98. package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
  99. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  100. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  101. package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
  102. package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
  103. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  104. package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
  105. package/dist/behaviors/exports/atoms/std-input.orb +142 -137
  106. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  107. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  108. package/dist/behaviors/exports/atoms/std-loading.orb +27 -76
  109. package/dist/behaviors/exports/atoms/std-modal.orb +177 -93
  110. package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
  111. package/dist/behaviors/exports/atoms/std-notification.orb +46 -95
  112. package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
  113. package/dist/behaviors/exports/atoms/std-pagination.orb +26 -89
  114. package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
  115. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  116. package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
  117. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  118. package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
  119. package/dist/behaviors/exports/atoms/std-score.orb +211 -11
  120. package/dist/behaviors/exports/atoms/std-search.orb +28 -27
  121. package/dist/behaviors/exports/atoms/std-selection.orb +160 -121
  122. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  123. package/dist/behaviors/exports/atoms/std-sort.orb +134 -24
  124. package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
  125. package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
  126. package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
  127. package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
  128. package/dist/behaviors/exports/atoms/std-wizard.orb +31 -34
  129. package/dist/behaviors/exports/molecules/std-builder-game.orb +6 -1
  130. package/dist/behaviors/exports/molecules/std-cart.orb +6 -1
  131. package/dist/behaviors/exports/molecules/std-classifier-game.orb +6 -1
  132. package/dist/behaviors/exports/molecules/std-debugger-game.orb +6 -1
  133. package/dist/behaviors/exports/molecules/std-detail.orb +12 -5
  134. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
  135. package/dist/behaviors/exports/molecules/std-geospatial.orb +28 -9
  136. package/dist/behaviors/exports/molecules/std-inventory.orb +28 -9
  137. package/dist/behaviors/exports/molecules/std-list.orb +392 -5
  138. package/dist/behaviors/exports/molecules/std-messaging.orb +12 -5
  139. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
  140. package/dist/behaviors/exports/molecules/std-platformer-game.orb +40 -1
  141. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
  142. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
  143. package/dist/behaviors/exports/molecules/std-simulator-game.orb +6 -1
  144. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
  145. package/dist/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
  146. package/dist/behaviors/exports/organisms/std-arcade-game.orb +214 -16
  147. package/dist/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
  148. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
  149. package/dist/behaviors/exports/organisms/std-cms.orb +1713 -947
  150. package/dist/behaviors/exports/organisms/std-coding-academy.orb +180 -380
  151. package/dist/behaviors/exports/organisms/std-crm.orb +1669 -1153
  152. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
  153. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
  154. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
  155. package/dist/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
  156. package/dist/behaviors/exports/organisms/std-helpdesk.orb +626 -407
  157. package/dist/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
  158. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
  159. package/dist/behaviors/exports/organisms/std-lms.orb +658 -362
  160. package/dist/behaviors/exports/organisms/std-platformer-app.orb +56 -8
  161. package/dist/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
  162. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
  163. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
  164. package/dist/behaviors/exports/organisms/std-rpg-game.orb +397 -56
  165. package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -8
  166. package/dist/behaviors/exports/organisms/std-stem-lab.orb +175 -290
  167. package/dist/behaviors/exports/organisms/std-strategy-game.orb +252 -395
  168. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
  169. package/dist/behaviors/exports/validation-report.json +747 -0
  170. package/dist/behaviors/exports/verify-results.json +13 -0
  171. package/dist/behaviors/functions/index.js +715 -593
  172. package/dist/behaviors/functions/index.js.map +1 -1
  173. package/dist/behaviors/index.js +715 -593
  174. package/dist/behaviors/index.js.map +1 -1
  175. package/dist/exports/atoms/std-async.orb +41 -24
  176. package/dist/exports/atoms/std-browse.orb +12 -5
  177. package/dist/exports/atoms/std-cache-aside.orb +256 -42
  178. package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
  179. package/dist/exports/atoms/std-collision.orb +278 -206
  180. package/dist/exports/atoms/std-combat-log.orb +6 -1
  181. package/dist/exports/atoms/std-combat.orb +6 -1
  182. package/dist/exports/atoms/std-confirmation.orb +212 -7
  183. package/dist/exports/atoms/std-dialogue-box.orb +6 -1
  184. package/dist/exports/atoms/std-display.orb +166 -21
  185. package/dist/exports/atoms/std-drawer.orb +208 -104
  186. package/dist/exports/atoms/std-filter.orb +211 -18
  187. package/dist/exports/atoms/std-game-audio.orb +6 -1
  188. package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
  189. package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
  190. package/dist/exports/atoms/std-game-hud.orb +6 -1
  191. package/dist/exports/atoms/std-game-menu.orb +6 -1
  192. package/dist/exports/atoms/std-game-over-screen.orb +6 -1
  193. package/dist/exports/atoms/std-gameflow.orb +100 -5
  194. package/dist/exports/atoms/std-input.orb +142 -137
  195. package/dist/exports/atoms/std-inventory-panel.orb +6 -1
  196. package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
  197. package/dist/exports/atoms/std-loading.orb +27 -76
  198. package/dist/exports/atoms/std-modal.orb +177 -93
  199. package/dist/exports/atoms/std-movement.orb +401 -31
  200. package/dist/exports/atoms/std-notification.orb +46 -95
  201. package/dist/exports/atoms/std-overworld.orb +44 -16
  202. package/dist/exports/atoms/std-pagination.orb +26 -89
  203. package/dist/exports/atoms/std-physics2d.orb +6 -1
  204. package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
  205. package/dist/exports/atoms/std-quest.orb +309 -34
  206. package/dist/exports/atoms/std-rate-limiter.orb +410 -157
  207. package/dist/exports/atoms/std-score-board.orb +6 -1
  208. package/dist/exports/atoms/std-score.orb +211 -11
  209. package/dist/exports/atoms/std-search.orb +28 -27
  210. package/dist/exports/atoms/std-selection.orb +160 -121
  211. package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
  212. package/dist/exports/atoms/std-sort.orb +134 -24
  213. package/dist/exports/atoms/std-sprite.orb +6 -1
  214. package/dist/exports/atoms/std-tabs.orb +25 -15
  215. package/dist/exports/atoms/std-timer.orb +483 -91
  216. package/dist/exports/atoms/std-undo.orb +211 -81
  217. package/dist/exports/atoms/std-wizard.orb +31 -34
  218. package/dist/exports/molecules/std-builder-game.orb +6 -1
  219. package/dist/exports/molecules/std-cart.orb +6 -1
  220. package/dist/exports/molecules/std-classifier-game.orb +6 -1
  221. package/dist/exports/molecules/std-debugger-game.orb +6 -1
  222. package/dist/exports/molecules/std-detail.orb +12 -5
  223. package/dist/exports/molecules/std-event-handler-game.orb +6 -1
  224. package/dist/exports/molecules/std-geospatial.orb +28 -9
  225. package/dist/exports/molecules/std-inventory.orb +28 -9
  226. package/dist/exports/molecules/std-list.orb +392 -5
  227. package/dist/exports/molecules/std-messaging.orb +12 -5
  228. package/dist/exports/molecules/std-negotiator-game.orb +6 -1
  229. package/dist/exports/molecules/std-platformer-game.orb +40 -1
  230. package/dist/exports/molecules/std-puzzle-game.orb +26 -1
  231. package/dist/exports/molecules/std-sequencer-game.orb +6 -1
  232. package/dist/exports/molecules/std-simulator-game.orb +6 -1
  233. package/dist/exports/molecules/std-turn-based-battle.orb +40 -1
  234. package/dist/exports/organisms/std-api-gateway.orb +1145 -403
  235. package/dist/exports/organisms/std-arcade-game.orb +214 -16
  236. package/dist/exports/organisms/std-booking-system.orb +2165 -1605
  237. package/dist/exports/organisms/std-cicd-pipeline.orb +581 -47
  238. package/dist/exports/organisms/std-cms.orb +1713 -947
  239. package/dist/exports/organisms/std-coding-academy.orb +180 -380
  240. package/dist/exports/organisms/std-crm.orb +1669 -1153
  241. package/dist/exports/organisms/std-devops-dashboard.orb +1430 -378
  242. package/dist/exports/organisms/std-ecommerce.orb +2361 -1601
  243. package/dist/exports/organisms/std-finance-tracker.orb +622 -438
  244. package/dist/exports/organisms/std-healthcare.orb +1687 -1125
  245. package/dist/exports/organisms/std-helpdesk.orb +626 -407
  246. package/dist/exports/organisms/std-hr-portal.orb +1309 -714
  247. package/dist/exports/organisms/std-iot-dashboard.orb +1247 -335
  248. package/dist/exports/organisms/std-lms.orb +658 -362
  249. package/dist/exports/organisms/std-platformer-app.orb +56 -8
  250. package/dist/exports/organisms/std-project-manager.orb +1697 -1183
  251. package/dist/exports/organisms/std-puzzle-app.orb +20 -0
  252. package/dist/exports/organisms/std-realtime-chat.orb +552 -28
  253. package/dist/exports/organisms/std-rpg-game.orb +397 -56
  254. package/dist/exports/organisms/std-social-feed.orb +12 -8
  255. package/dist/exports/organisms/std-stem-lab.orb +175 -290
  256. package/dist/exports/organisms/std-strategy-game.orb +252 -395
  257. package/dist/exports/organisms/std-trading-dashboard.orb +718 -524
  258. package/dist/exports/validation-report.json +747 -0
  259. package/dist/exports/verify-results.json +13 -0
  260. package/dist/index.js +715 -593
  261. package/dist/index.js.map +1 -1
  262. package/package.json +1 -1
@@ -22,7 +22,12 @@
22
22
  {
23
23
  "name": "status",
24
24
  "type": "string",
25
- "default": "active"
25
+ "default": "active",
26
+ "values": [
27
+ "active",
28
+ "inactive",
29
+ "pending"
30
+ ]
26
31
  },
27
32
  {
28
33
  "name": "createdAt",
@@ -103,23 +108,36 @@
103
108
  "type": "stack",
104
109
  "direction": "vertical",
105
110
  "gap": "lg",
106
- "align": "center",
107
111
  "children": [
108
112
  {
109
113
  "type": "stack",
110
114
  "direction": "horizontal",
111
115
  "gap": "md",
112
116
  "align": "center",
117
+ "justify": "space-between",
113
118
  "children": [
114
119
  {
115
- "type": "icon",
116
- "name": "crosshair",
117
- "size": "lg"
120
+ "type": "stack",
121
+ "direction": "horizontal",
122
+ "gap": "md",
123
+ "align": "center",
124
+ "children": [
125
+ {
126
+ "type": "icon",
127
+ "name": "crosshair",
128
+ "size": "lg"
129
+ },
130
+ {
131
+ "type": "typography",
132
+ "content": "CollidableBody Collision",
133
+ "variant": "h2"
134
+ }
135
+ ]
118
136
  },
119
137
  {
120
- "type": "typography",
121
- "content": "CollidableBody Collision",
122
- "variant": "h2"
138
+ "type": "status-dot",
139
+ "status": "inactive",
140
+ "label": "Idle"
123
141
  }
124
142
  ]
125
143
  },
@@ -127,39 +145,31 @@
127
145
  "type": "divider"
128
146
  },
129
147
  {
130
- "type": "card",
148
+ "type": "simple-grid",
149
+ "columns": 2,
131
150
  "children": [
132
151
  {
133
- "type": "stack",
134
- "direction": "vertical",
135
- "gap": "sm",
136
- "children": [
137
- {
138
- "type": "typography",
139
- "content": "Position",
140
- "variant": "caption"
141
- },
142
- {
143
- "type": "stack",
144
- "direction": "horizontal",
145
- "gap": "md",
146
- "children": [
147
- {
148
- "type": "typography",
149
- "content": "@entity.x",
150
- "variant": "body"
151
- },
152
- {
153
- "type": "typography",
154
- "content": "@entity.y",
155
- "variant": "body"
156
- }
157
- ]
158
- },
159
- {
160
- "type": "badge",
161
- "label": "@entity.collisionStatus"
162
- }
152
+ "type": "stat-display",
153
+ "label": "X",
154
+ "value": [
155
+ "object/get",
156
+ [
157
+ "array/first",
158
+ "@entity"
159
+ ],
160
+ "x"
161
+ ]
162
+ },
163
+ {
164
+ "type": "stat-display",
165
+ "label": "Y",
166
+ "value": [
167
+ "object/get",
168
+ [
169
+ "array/first",
170
+ "@entity"
171
+ ],
172
+ "y"
163
173
  ]
164
174
  }
165
175
  ]
@@ -201,23 +211,37 @@
201
211
  "type": "stack",
202
212
  "direction": "vertical",
203
213
  "gap": "lg",
204
- "align": "center",
205
214
  "children": [
206
215
  {
207
216
  "type": "stack",
208
217
  "direction": "horizontal",
209
218
  "gap": "md",
210
219
  "align": "center",
220
+ "justify": "space-between",
211
221
  "children": [
212
222
  {
213
- "type": "icon",
214
- "name": "crosshair",
215
- "size": "lg"
223
+ "type": "stack",
224
+ "direction": "horizontal",
225
+ "gap": "md",
226
+ "align": "center",
227
+ "children": [
228
+ {
229
+ "type": "icon",
230
+ "name": "crosshair",
231
+ "size": "lg"
232
+ },
233
+ {
234
+ "type": "typography",
235
+ "content": "CollidableBody Collision",
236
+ "variant": "h2"
237
+ }
238
+ ]
216
239
  },
217
240
  {
218
- "type": "typography",
219
- "content": "CollidableBody Collision",
220
- "variant": "h2"
241
+ "type": "status-dot",
242
+ "status": "warning",
243
+ "pulse": true,
244
+ "label": "Detecting"
221
245
  }
222
246
  ]
223
247
  },
@@ -225,48 +249,53 @@
225
249
  "type": "divider"
226
250
  },
227
251
  {
228
- "type": "card",
252
+ "type": "alert",
253
+ "variant": "warning",
254
+ "message": "Collision detection in progress..."
255
+ },
256
+ {
257
+ "type": "simple-grid",
258
+ "columns": 2,
229
259
  "children": [
230
260
  {
231
- "type": "stack",
232
- "direction": "vertical",
233
- "gap": "sm",
234
- "children": [
235
- {
236
- "type": "typography",
237
- "content": "Position",
238
- "variant": "caption"
239
- },
240
- {
241
- "type": "stack",
242
- "direction": "horizontal",
243
- "gap": "md",
244
- "children": [
245
- {
246
- "type": "typography",
247
- "content": "@entity.x",
248
- "variant": "body"
249
- },
250
- {
251
- "type": "typography",
252
- "content": "@entity.y",
253
- "variant": "body"
254
- }
255
- ]
256
- },
257
- {
258
- "type": "badge",
259
- "label": "Detecting..."
260
- },
261
- {
262
- "type": "typography",
263
- "content": "@entity.targetId",
264
- "variant": "body"
265
- }
261
+ "type": "stat-display",
262
+ "label": "X",
263
+ "value": [
264
+ "object/get",
265
+ [
266
+ "array/first",
267
+ "@entity"
268
+ ],
269
+ "x"
270
+ ]
271
+ },
272
+ {
273
+ "type": "stat-display",
274
+ "label": "Y",
275
+ "value": [
276
+ "object/get",
277
+ [
278
+ "array/first",
279
+ "@entity"
280
+ ],
281
+ "y"
266
282
  ]
267
283
  }
268
284
  ]
269
285
  },
286
+ {
287
+ "type": "typography",
288
+ "variant": "caption",
289
+ "color": "muted",
290
+ "content": [
291
+ "object/get",
292
+ [
293
+ "array/first",
294
+ "@entity"
295
+ ],
296
+ "targetId"
297
+ ]
298
+ },
270
299
  {
271
300
  "type": "stack",
272
301
  "direction": "horizontal",
@@ -309,23 +338,37 @@
309
338
  "type": "stack",
310
339
  "direction": "vertical",
311
340
  "gap": "lg",
312
- "align": "center",
313
341
  "children": [
314
342
  {
315
343
  "type": "stack",
316
344
  "direction": "horizontal",
317
345
  "gap": "md",
318
346
  "align": "center",
347
+ "justify": "space-between",
319
348
  "children": [
320
349
  {
321
- "type": "icon",
322
- "name": "crosshair",
323
- "size": "lg"
350
+ "type": "stack",
351
+ "direction": "horizontal",
352
+ "gap": "md",
353
+ "align": "center",
354
+ "children": [
355
+ {
356
+ "type": "icon",
357
+ "name": "crosshair",
358
+ "size": "lg"
359
+ },
360
+ {
361
+ "type": "typography",
362
+ "content": "CollidableBody Collision",
363
+ "variant": "h2"
364
+ }
365
+ ]
324
366
  },
325
367
  {
326
- "type": "typography",
327
- "content": "CollidableBody Collision",
328
- "variant": "h2"
368
+ "type": "status-dot",
369
+ "status": "warning",
370
+ "pulse": true,
371
+ "label": "Detecting"
329
372
  }
330
373
  ]
331
374
  },
@@ -333,48 +376,53 @@
333
376
  "type": "divider"
334
377
  },
335
378
  {
336
- "type": "card",
379
+ "type": "alert",
380
+ "variant": "warning",
381
+ "message": "Collision detection in progress..."
382
+ },
383
+ {
384
+ "type": "simple-grid",
385
+ "columns": 2,
337
386
  "children": [
338
387
  {
339
- "type": "stack",
340
- "direction": "vertical",
341
- "gap": "sm",
342
- "children": [
343
- {
344
- "type": "typography",
345
- "content": "Position",
346
- "variant": "caption"
347
- },
348
- {
349
- "type": "stack",
350
- "direction": "horizontal",
351
- "gap": "md",
352
- "children": [
353
- {
354
- "type": "typography",
355
- "content": "@entity.x",
356
- "variant": "body"
357
- },
358
- {
359
- "type": "typography",
360
- "content": "@entity.y",
361
- "variant": "body"
362
- }
363
- ]
364
- },
365
- {
366
- "type": "badge",
367
- "label": "Detecting..."
368
- },
369
- {
370
- "type": "typography",
371
- "content": "@entity.targetId",
372
- "variant": "body"
373
- }
388
+ "type": "stat-display",
389
+ "label": "X",
390
+ "value": [
391
+ "object/get",
392
+ [
393
+ "array/first",
394
+ "@entity"
395
+ ],
396
+ "x"
397
+ ]
398
+ },
399
+ {
400
+ "type": "stat-display",
401
+ "label": "Y",
402
+ "value": [
403
+ "object/get",
404
+ [
405
+ "array/first",
406
+ "@entity"
407
+ ],
408
+ "y"
374
409
  ]
375
410
  }
376
411
  ]
377
412
  },
413
+ {
414
+ "type": "typography",
415
+ "variant": "caption",
416
+ "color": "muted",
417
+ "content": [
418
+ "object/get",
419
+ [
420
+ "array/first",
421
+ "@entity"
422
+ ],
423
+ "targetId"
424
+ ]
425
+ },
378
426
  {
379
427
  "type": "stack",
380
428
  "direction": "horizontal",
@@ -417,23 +465,36 @@
417
465
  "type": "stack",
418
466
  "direction": "vertical",
419
467
  "gap": "lg",
420
- "align": "center",
421
468
  "children": [
422
469
  {
423
470
  "type": "stack",
424
471
  "direction": "horizontal",
425
472
  "gap": "md",
426
473
  "align": "center",
474
+ "justify": "space-between",
427
475
  "children": [
428
476
  {
429
- "type": "icon",
430
- "name": "crosshair",
431
- "size": "lg"
477
+ "type": "stack",
478
+ "direction": "horizontal",
479
+ "gap": "md",
480
+ "align": "center",
481
+ "children": [
482
+ {
483
+ "type": "icon",
484
+ "name": "crosshair",
485
+ "size": "lg"
486
+ },
487
+ {
488
+ "type": "typography",
489
+ "content": "CollidableBody Collision",
490
+ "variant": "h2"
491
+ }
492
+ ]
432
493
  },
433
494
  {
434
- "type": "typography",
435
- "content": "CollidableBody Collision",
436
- "variant": "h2"
495
+ "type": "status-dot",
496
+ "status": "inactive",
497
+ "label": "Idle"
437
498
  }
438
499
  ]
439
500
  },
@@ -441,39 +502,31 @@
441
502
  "type": "divider"
442
503
  },
443
504
  {
444
- "type": "card",
505
+ "type": "simple-grid",
506
+ "columns": 2,
445
507
  "children": [
446
508
  {
447
- "type": "stack",
448
- "direction": "vertical",
449
- "gap": "sm",
450
- "children": [
451
- {
452
- "type": "typography",
453
- "content": "Position",
454
- "variant": "caption"
455
- },
456
- {
457
- "type": "stack",
458
- "direction": "horizontal",
459
- "gap": "md",
460
- "children": [
461
- {
462
- "type": "typography",
463
- "content": "@entity.x",
464
- "variant": "body"
465
- },
466
- {
467
- "type": "typography",
468
- "content": "@entity.y",
469
- "variant": "body"
470
- }
471
- ]
472
- },
473
- {
474
- "type": "badge",
475
- "label": "@entity.collisionStatus"
476
- }
509
+ "type": "stat-display",
510
+ "label": "X",
511
+ "value": [
512
+ "object/get",
513
+ [
514
+ "array/first",
515
+ "@entity"
516
+ ],
517
+ "x"
518
+ ]
519
+ },
520
+ {
521
+ "type": "stat-display",
522
+ "label": "Y",
523
+ "value": [
524
+ "object/get",
525
+ [
526
+ "array/first",
527
+ "@entity"
528
+ ],
529
+ "y"
477
530
  ]
478
531
  }
479
532
  ]
@@ -510,23 +563,37 @@
510
563
  "type": "stack",
511
564
  "direction": "vertical",
512
565
  "gap": "lg",
513
- "align": "center",
514
566
  "children": [
515
567
  {
516
568
  "type": "stack",
517
569
  "direction": "horizontal",
518
570
  "gap": "md",
519
571
  "align": "center",
572
+ "justify": "space-between",
520
573
  "children": [
521
574
  {
522
- "type": "icon",
523
- "name": "crosshair",
524
- "size": "lg"
575
+ "type": "stack",
576
+ "direction": "horizontal",
577
+ "gap": "md",
578
+ "align": "center",
579
+ "children": [
580
+ {
581
+ "type": "icon",
582
+ "name": "crosshair",
583
+ "size": "lg"
584
+ },
585
+ {
586
+ "type": "typography",
587
+ "content": "CollidableBody Collision",
588
+ "variant": "h2"
589
+ }
590
+ ]
525
591
  },
526
592
  {
527
- "type": "typography",
528
- "content": "CollidableBody Collision",
529
- "variant": "h2"
593
+ "type": "status-dot",
594
+ "status": "warning",
595
+ "pulse": true,
596
+ "label": "Detecting"
530
597
  }
531
598
  ]
532
599
  },
@@ -534,48 +601,53 @@
534
601
  "type": "divider"
535
602
  },
536
603
  {
537
- "type": "card",
604
+ "type": "alert",
605
+ "variant": "warning",
606
+ "message": "Collision detection in progress..."
607
+ },
608
+ {
609
+ "type": "simple-grid",
610
+ "columns": 2,
538
611
  "children": [
539
612
  {
540
- "type": "stack",
541
- "direction": "vertical",
542
- "gap": "sm",
543
- "children": [
544
- {
545
- "type": "typography",
546
- "content": "Position",
547
- "variant": "caption"
548
- },
549
- {
550
- "type": "stack",
551
- "direction": "horizontal",
552
- "gap": "md",
553
- "children": [
554
- {
555
- "type": "typography",
556
- "content": "@entity.x",
557
- "variant": "body"
558
- },
559
- {
560
- "type": "typography",
561
- "content": "@entity.y",
562
- "variant": "body"
563
- }
564
- ]
565
- },
566
- {
567
- "type": "badge",
568
- "label": "Detecting..."
569
- },
570
- {
571
- "type": "typography",
572
- "content": "@entity.targetId",
573
- "variant": "body"
574
- }
613
+ "type": "stat-display",
614
+ "label": "X",
615
+ "value": [
616
+ "object/get",
617
+ [
618
+ "array/first",
619
+ "@entity"
620
+ ],
621
+ "x"
622
+ ]
623
+ },
624
+ {
625
+ "type": "stat-display",
626
+ "label": "Y",
627
+ "value": [
628
+ "object/get",
629
+ [
630
+ "array/first",
631
+ "@entity"
632
+ ],
633
+ "y"
575
634
  ]
576
635
  }
577
636
  ]
578
637
  },
638
+ {
639
+ "type": "typography",
640
+ "variant": "caption",
641
+ "color": "muted",
642
+ "content": [
643
+ "object/get",
644
+ [
645
+ "array/first",
646
+ "@entity"
647
+ ],
648
+ "targetId"
649
+ ]
650
+ },
579
651
  {
580
652
  "type": "stack",
581
653
  "direction": "horizontal",
@@ -22,7 +22,12 @@
22
22
  {
23
23
  "name": "status",
24
24
  "type": "string",
25
- "default": "active"
25
+ "default": "active",
26
+ "values": [
27
+ "active",
28
+ "inactive",
29
+ "pending"
30
+ ]
26
31
  },
27
32
  {
28
33
  "name": "createdAt",