@almadar/std 3.2.1 → 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 +94 -4
  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 +252 -252
  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 +94 -4
  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 +252 -252
  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 +94 -4
  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 +252 -252
  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,11 +22,26 @@
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",
29
34
  "type": "string"
35
+ },
36
+ {
37
+ "name": "x",
38
+ "type": "number",
39
+ "default": 0
40
+ },
41
+ {
42
+ "name": "y",
43
+ "type": "number",
44
+ "default": 0
30
45
  }
31
46
  ]
32
47
  },
@@ -139,7 +154,8 @@
139
154
  ]
140
155
  },
141
156
  {
142
- "type": "badge",
157
+ "type": "status-dot",
158
+ "status": "inactive",
143
159
  "label": "Idle"
144
160
  }
145
161
  ]
@@ -147,6 +163,36 @@
147
163
  {
148
164
  "type": "divider"
149
165
  },
166
+ {
167
+ "type": "simple-grid",
168
+ "columns": 2,
169
+ "children": [
170
+ {
171
+ "type": "stat-display",
172
+ "label": "X",
173
+ "value": [
174
+ "object/get",
175
+ [
176
+ "array/first",
177
+ "@entity"
178
+ ],
179
+ "x"
180
+ ]
181
+ },
182
+ {
183
+ "type": "stat-display",
184
+ "label": "Y",
185
+ "value": [
186
+ "object/get",
187
+ [
188
+ "array/first",
189
+ "@entity"
190
+ ],
191
+ "y"
192
+ ]
193
+ }
194
+ ]
195
+ },
150
196
  {
151
197
  "type": "stack",
152
198
  "direction": "horizontal",
@@ -160,7 +206,14 @@
160
206
  {
161
207
  "type": "typography",
162
208
  "variant": "body",
163
- "content": "@entity.name"
209
+ "content": [
210
+ "object/get",
211
+ [
212
+ "array/first",
213
+ "@entity"
214
+ ],
215
+ "name"
216
+ ]
164
217
  }
165
218
  ]
166
219
  },
@@ -177,7 +230,14 @@
177
230
  {
178
231
  "type": "typography",
179
232
  "variant": "body",
180
- "content": "@entity.description"
233
+ "content": [
234
+ "object/get",
235
+ [
236
+ "array/first",
237
+ "@entity"
238
+ ],
239
+ "description"
240
+ ]
181
241
  }
182
242
  ]
183
243
  },
@@ -194,7 +254,14 @@
194
254
  {
195
255
  "type": "typography",
196
256
  "variant": "body",
197
- "content": "@entity.status"
257
+ "content": [
258
+ "object/get",
259
+ [
260
+ "array/first",
261
+ "@entity"
262
+ ],
263
+ "status"
264
+ ]
198
265
  }
199
266
  ]
200
267
  },
@@ -211,7 +278,14 @@
211
278
  {
212
279
  "type": "typography",
213
280
  "variant": "body",
214
- "content": "@entity.createdAt"
281
+ "content": [
282
+ "object/get",
283
+ [
284
+ "array/first",
285
+ "@entity"
286
+ ],
287
+ "createdAt"
288
+ ]
215
289
  }
216
290
  ]
217
291
  },
@@ -279,7 +353,9 @@
279
353
  ]
280
354
  },
281
355
  {
282
- "type": "badge",
356
+ "type": "status-dot",
357
+ "status": "active",
358
+ "pulse": true,
283
359
  "label": "Moving"
284
360
  }
285
361
  ]
@@ -287,6 +363,36 @@
287
363
  {
288
364
  "type": "divider"
289
365
  },
366
+ {
367
+ "type": "simple-grid",
368
+ "columns": 2,
369
+ "children": [
370
+ {
371
+ "type": "stat-display",
372
+ "label": "X",
373
+ "value": [
374
+ "object/get",
375
+ [
376
+ "array/first",
377
+ "@entity"
378
+ ],
379
+ "x"
380
+ ]
381
+ },
382
+ {
383
+ "type": "stat-display",
384
+ "label": "Y",
385
+ "value": [
386
+ "object/get",
387
+ [
388
+ "array/first",
389
+ "@entity"
390
+ ],
391
+ "y"
392
+ ]
393
+ }
394
+ ]
395
+ },
290
396
  {
291
397
  "type": "stack",
292
398
  "direction": "horizontal",
@@ -300,7 +406,14 @@
300
406
  {
301
407
  "type": "typography",
302
408
  "variant": "body",
303
- "content": "@entity.name"
409
+ "content": [
410
+ "object/get",
411
+ [
412
+ "array/first",
413
+ "@entity"
414
+ ],
415
+ "name"
416
+ ]
304
417
  }
305
418
  ]
306
419
  },
@@ -317,7 +430,14 @@
317
430
  {
318
431
  "type": "typography",
319
432
  "variant": "body",
320
- "content": "@entity.description"
433
+ "content": [
434
+ "object/get",
435
+ [
436
+ "array/first",
437
+ "@entity"
438
+ ],
439
+ "description"
440
+ ]
321
441
  }
322
442
  ]
323
443
  },
@@ -334,7 +454,14 @@
334
454
  {
335
455
  "type": "typography",
336
456
  "variant": "body",
337
- "content": "@entity.status"
457
+ "content": [
458
+ "object/get",
459
+ [
460
+ "array/first",
461
+ "@entity"
462
+ ],
463
+ "status"
464
+ ]
338
465
  }
339
466
  ]
340
467
  },
@@ -351,7 +478,14 @@
351
478
  {
352
479
  "type": "typography",
353
480
  "variant": "body",
354
- "content": "@entity.createdAt"
481
+ "content": [
482
+ "object/get",
483
+ [
484
+ "array/first",
485
+ "@entity"
486
+ ],
487
+ "createdAt"
488
+ ]
355
489
  }
356
490
  ]
357
491
  },
@@ -419,7 +553,8 @@
419
553
  ]
420
554
  },
421
555
  {
422
- "type": "badge",
556
+ "type": "status-dot",
557
+ "status": "inactive",
423
558
  "label": "Idle"
424
559
  }
425
560
  ]
@@ -427,6 +562,36 @@
427
562
  {
428
563
  "type": "divider"
429
564
  },
565
+ {
566
+ "type": "simple-grid",
567
+ "columns": 2,
568
+ "children": [
569
+ {
570
+ "type": "stat-display",
571
+ "label": "X",
572
+ "value": [
573
+ "object/get",
574
+ [
575
+ "array/first",
576
+ "@entity"
577
+ ],
578
+ "x"
579
+ ]
580
+ },
581
+ {
582
+ "type": "stat-display",
583
+ "label": "Y",
584
+ "value": [
585
+ "object/get",
586
+ [
587
+ "array/first",
588
+ "@entity"
589
+ ],
590
+ "y"
591
+ ]
592
+ }
593
+ ]
594
+ },
430
595
  {
431
596
  "type": "stack",
432
597
  "direction": "horizontal",
@@ -440,7 +605,14 @@
440
605
  {
441
606
  "type": "typography",
442
607
  "variant": "body",
443
- "content": "@entity.name"
608
+ "content": [
609
+ "object/get",
610
+ [
611
+ "array/first",
612
+ "@entity"
613
+ ],
614
+ "name"
615
+ ]
444
616
  }
445
617
  ]
446
618
  },
@@ -457,7 +629,14 @@
457
629
  {
458
630
  "type": "typography",
459
631
  "variant": "body",
460
- "content": "@entity.description"
632
+ "content": [
633
+ "object/get",
634
+ [
635
+ "array/first",
636
+ "@entity"
637
+ ],
638
+ "description"
639
+ ]
461
640
  }
462
641
  ]
463
642
  },
@@ -474,7 +653,14 @@
474
653
  {
475
654
  "type": "typography",
476
655
  "variant": "body",
477
- "content": "@entity.status"
656
+ "content": [
657
+ "object/get",
658
+ [
659
+ "array/first",
660
+ "@entity"
661
+ ],
662
+ "status"
663
+ ]
478
664
  }
479
665
  ]
480
666
  },
@@ -491,7 +677,14 @@
491
677
  {
492
678
  "type": "typography",
493
679
  "variant": "body",
494
- "content": "@entity.createdAt"
680
+ "content": [
681
+ "object/get",
682
+ [
683
+ "array/first",
684
+ "@entity"
685
+ ],
686
+ "createdAt"
687
+ ]
495
688
  }
496
689
  ]
497
690
  },
@@ -628,7 +821,8 @@
628
821
  ]
629
822
  },
630
823
  {
631
- "type": "badge",
824
+ "type": "status-dot",
825
+ "status": "inactive",
632
826
  "label": "Idle"
633
827
  }
634
828
  ]
@@ -636,6 +830,36 @@
636
830
  {
637
831
  "type": "divider"
638
832
  },
833
+ {
834
+ "type": "simple-grid",
835
+ "columns": 2,
836
+ "children": [
837
+ {
838
+ "type": "stat-display",
839
+ "label": "X",
840
+ "value": [
841
+ "object/get",
842
+ [
843
+ "array/first",
844
+ "@entity"
845
+ ],
846
+ "x"
847
+ ]
848
+ },
849
+ {
850
+ "type": "stat-display",
851
+ "label": "Y",
852
+ "value": [
853
+ "object/get",
854
+ [
855
+ "array/first",
856
+ "@entity"
857
+ ],
858
+ "y"
859
+ ]
860
+ }
861
+ ]
862
+ },
639
863
  {
640
864
  "type": "stack",
641
865
  "direction": "horizontal",
@@ -649,7 +873,14 @@
649
873
  {
650
874
  "type": "typography",
651
875
  "variant": "body",
652
- "content": "@entity.name"
876
+ "content": [
877
+ "object/get",
878
+ [
879
+ "array/first",
880
+ "@entity"
881
+ ],
882
+ "name"
883
+ ]
653
884
  }
654
885
  ]
655
886
  },
@@ -666,7 +897,14 @@
666
897
  {
667
898
  "type": "typography",
668
899
  "variant": "body",
669
- "content": "@entity.description"
900
+ "content": [
901
+ "object/get",
902
+ [
903
+ "array/first",
904
+ "@entity"
905
+ ],
906
+ "description"
907
+ ]
670
908
  }
671
909
  ]
672
910
  },
@@ -683,7 +921,14 @@
683
921
  {
684
922
  "type": "typography",
685
923
  "variant": "body",
686
- "content": "@entity.status"
924
+ "content": [
925
+ "object/get",
926
+ [
927
+ "array/first",
928
+ "@entity"
929
+ ],
930
+ "status"
931
+ ]
687
932
  }
688
933
  ]
689
934
  },
@@ -700,7 +945,14 @@
700
945
  {
701
946
  "type": "typography",
702
947
  "variant": "body",
703
- "content": "@entity.createdAt"
948
+ "content": [
949
+ "object/get",
950
+ [
951
+ "array/first",
952
+ "@entity"
953
+ ],
954
+ "createdAt"
955
+ ]
704
956
  }
705
957
  ]
706
958
  },
@@ -773,7 +1025,8 @@
773
1025
  ]
774
1026
  },
775
1027
  {
776
- "type": "badge",
1028
+ "type": "status-dot",
1029
+ "status": "inactive",
777
1030
  "label": "Idle"
778
1031
  }
779
1032
  ]
@@ -781,6 +1034,36 @@
781
1034
  {
782
1035
  "type": "divider"
783
1036
  },
1037
+ {
1038
+ "type": "simple-grid",
1039
+ "columns": 2,
1040
+ "children": [
1041
+ {
1042
+ "type": "stat-display",
1043
+ "label": "X",
1044
+ "value": [
1045
+ "object/get",
1046
+ [
1047
+ "array/first",
1048
+ "@entity"
1049
+ ],
1050
+ "x"
1051
+ ]
1052
+ },
1053
+ {
1054
+ "type": "stat-display",
1055
+ "label": "Y",
1056
+ "value": [
1057
+ "object/get",
1058
+ [
1059
+ "array/first",
1060
+ "@entity"
1061
+ ],
1062
+ "y"
1063
+ ]
1064
+ }
1065
+ ]
1066
+ },
784
1067
  {
785
1068
  "type": "stack",
786
1069
  "direction": "horizontal",
@@ -794,7 +1077,14 @@
794
1077
  {
795
1078
  "type": "typography",
796
1079
  "variant": "body",
797
- "content": "@entity.name"
1080
+ "content": [
1081
+ "object/get",
1082
+ [
1083
+ "array/first",
1084
+ "@entity"
1085
+ ],
1086
+ "name"
1087
+ ]
798
1088
  }
799
1089
  ]
800
1090
  },
@@ -811,7 +1101,14 @@
811
1101
  {
812
1102
  "type": "typography",
813
1103
  "variant": "body",
814
- "content": "@entity.description"
1104
+ "content": [
1105
+ "object/get",
1106
+ [
1107
+ "array/first",
1108
+ "@entity"
1109
+ ],
1110
+ "description"
1111
+ ]
815
1112
  }
816
1113
  ]
817
1114
  },
@@ -828,7 +1125,14 @@
828
1125
  {
829
1126
  "type": "typography",
830
1127
  "variant": "body",
831
- "content": "@entity.status"
1128
+ "content": [
1129
+ "object/get",
1130
+ [
1131
+ "array/first",
1132
+ "@entity"
1133
+ ],
1134
+ "status"
1135
+ ]
832
1136
  }
833
1137
  ]
834
1138
  },
@@ -845,7 +1149,14 @@
845
1149
  {
846
1150
  "type": "typography",
847
1151
  "variant": "body",
848
- "content": "@entity.createdAt"
1152
+ "content": [
1153
+ "object/get",
1154
+ [
1155
+ "array/first",
1156
+ "@entity"
1157
+ ],
1158
+ "createdAt"
1159
+ ]
849
1160
  }
850
1161
  ]
851
1162
  },
@@ -918,7 +1229,8 @@
918
1229
  ]
919
1230
  },
920
1231
  {
921
- "type": "badge",
1232
+ "type": "status-dot",
1233
+ "status": "inactive",
922
1234
  "label": "Idle"
923
1235
  }
924
1236
  ]
@@ -926,6 +1238,36 @@
926
1238
  {
927
1239
  "type": "divider"
928
1240
  },
1241
+ {
1242
+ "type": "simple-grid",
1243
+ "columns": 2,
1244
+ "children": [
1245
+ {
1246
+ "type": "stat-display",
1247
+ "label": "X",
1248
+ "value": [
1249
+ "object/get",
1250
+ [
1251
+ "array/first",
1252
+ "@entity"
1253
+ ],
1254
+ "x"
1255
+ ]
1256
+ },
1257
+ {
1258
+ "type": "stat-display",
1259
+ "label": "Y",
1260
+ "value": [
1261
+ "object/get",
1262
+ [
1263
+ "array/first",
1264
+ "@entity"
1265
+ ],
1266
+ "y"
1267
+ ]
1268
+ }
1269
+ ]
1270
+ },
929
1271
  {
930
1272
  "type": "stack",
931
1273
  "direction": "horizontal",
@@ -939,7 +1281,14 @@
939
1281
  {
940
1282
  "type": "typography",
941
1283
  "variant": "body",
942
- "content": "@entity.name"
1284
+ "content": [
1285
+ "object/get",
1286
+ [
1287
+ "array/first",
1288
+ "@entity"
1289
+ ],
1290
+ "name"
1291
+ ]
943
1292
  }
944
1293
  ]
945
1294
  },
@@ -956,7 +1305,14 @@
956
1305
  {
957
1306
  "type": "typography",
958
1307
  "variant": "body",
959
- "content": "@entity.description"
1308
+ "content": [
1309
+ "object/get",
1310
+ [
1311
+ "array/first",
1312
+ "@entity"
1313
+ ],
1314
+ "description"
1315
+ ]
960
1316
  }
961
1317
  ]
962
1318
  },
@@ -973,7 +1329,14 @@
973
1329
  {
974
1330
  "type": "typography",
975
1331
  "variant": "body",
976
- "content": "@entity.status"
1332
+ "content": [
1333
+ "object/get",
1334
+ [
1335
+ "array/first",
1336
+ "@entity"
1337
+ ],
1338
+ "status"
1339
+ ]
977
1340
  }
978
1341
  ]
979
1342
  },
@@ -990,7 +1353,14 @@
990
1353
  {
991
1354
  "type": "typography",
992
1355
  "variant": "body",
993
- "content": "@entity.createdAt"
1356
+ "content": [
1357
+ "object/get",
1358
+ [
1359
+ "array/first",
1360
+ "@entity"
1361
+ ],
1362
+ "createdAt"
1363
+ ]
994
1364
  }
995
1365
  ]
996
1366
  },