@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
@@ -164,7 +164,9 @@
164
164
  }
165
165
  ],
166
166
  "className": "transition-shadow hover:shadow-md cursor-pointer",
167
- "children": [
167
+ "renderItem": [
168
+ "fn",
169
+ "item",
168
170
  {
169
171
  "type": "stack",
170
172
  "direction": "vertical",
@@ -190,13 +192,13 @@
190
192
  {
191
193
  "type": "typography",
192
194
  "variant": "h4",
193
- "content": "@entity.title"
195
+ "content": "@item.title"
194
196
  }
195
197
  ]
196
198
  },
197
199
  {
198
200
  "type": "badge",
199
- "label": "@entity.content"
201
+ "label": "@item.content"
200
202
  }
201
203
  ]
202
204
  },
@@ -204,7 +206,7 @@
204
206
  "type": "typography",
205
207
  "variant": "caption",
206
208
  "color": "muted",
207
- "content": "@entity.author"
209
+ "content": "@item.author"
208
210
  }
209
211
  ]
210
212
  }
@@ -790,7 +792,9 @@
790
792
  }
791
793
  ],
792
794
  "className": "transition-shadow hover:shadow-md cursor-pointer",
793
- "children": [
795
+ "renderItem": [
796
+ "fn",
797
+ "item",
794
798
  {
795
799
  "type": "stack",
796
800
  "direction": "vertical",
@@ -816,13 +820,13 @@
816
820
  {
817
821
  "type": "typography",
818
822
  "variant": "h4",
819
- "content": "@entity.body"
823
+ "content": "@item.body"
820
824
  }
821
825
  ]
822
826
  },
823
827
  {
824
828
  "type": "badge",
825
- "label": "@entity.author"
829
+ "label": "@item.author"
826
830
  }
827
831
  ]
828
832
  },
@@ -830,7 +834,7 @@
830
834
  "type": "typography",
831
835
  "variant": "caption",
832
836
  "color": "muted",
833
- "content": "@entity.postId"
837
+ "content": "@item.postId"
834
838
  }
835
839
  ]
836
840
  }
@@ -492,69 +492,39 @@
492
492
  "columns": 3,
493
493
  "children": [
494
494
  {
495
- "type": "card",
496
- "children": [
497
- {
498
- "type": "stack",
499
- "direction": "vertical",
500
- "gap": "sm",
501
- "children": [
502
- {
503
- "type": "typography",
504
- "variant": "caption",
505
- "content": "ExperimentCount"
506
- },
507
- {
508
- "type": "typography",
509
- "variant": "h3",
510
- "content": "@entity.experimentCount"
511
- }
512
- ]
513
- }
495
+ "type": "stat-display",
496
+ "label": "ExperimentCount",
497
+ "value": [
498
+ "object/get",
499
+ [
500
+ "array/first",
501
+ "@entity"
502
+ ],
503
+ "experimentCount"
514
504
  ]
515
505
  },
516
506
  {
517
- "type": "card",
518
- "children": [
519
- {
520
- "type": "stack",
521
- "direction": "vertical",
522
- "gap": "sm",
523
- "children": [
524
- {
525
- "type": "typography",
526
- "variant": "caption",
527
- "content": "AvgAccuracy"
528
- },
529
- {
530
- "type": "typography",
531
- "variant": "h3",
532
- "content": "@entity.avgAccuracy"
533
- }
534
- ]
535
- }
507
+ "type": "stat-display",
508
+ "label": "AvgAccuracy",
509
+ "value": [
510
+ "object/get",
511
+ [
512
+ "array/first",
513
+ "@entity"
514
+ ],
515
+ "avgAccuracy"
536
516
  ]
537
517
  },
538
518
  {
539
- "type": "card",
540
- "children": [
541
- {
542
- "type": "stack",
543
- "direction": "vertical",
544
- "gap": "sm",
545
- "children": [
546
- {
547
- "type": "typography",
548
- "variant": "caption",
549
- "content": "TotalScore"
550
- },
551
- {
552
- "type": "typography",
553
- "variant": "h3",
554
- "content": "@entity.totalScore"
555
- }
556
- ]
557
- }
519
+ "type": "stat-display",
520
+ "label": "TotalScore",
521
+ "value": [
522
+ "object/get",
523
+ [
524
+ "array/first",
525
+ "@entity"
526
+ ],
527
+ "totalScore"
558
528
  ]
559
529
  },
560
530
  {
@@ -573,7 +543,14 @@
573
543
  {
574
544
  "type": "typography",
575
545
  "variant": "h3",
576
- "content": "@entity.grade"
546
+ "content": [
547
+ "object/get",
548
+ [
549
+ "array/first",
550
+ "@entity"
551
+ ],
552
+ "grade"
553
+ ]
577
554
  }
578
555
  ]
579
556
  }
@@ -643,69 +620,39 @@
643
620
  "columns": 3,
644
621
  "children": [
645
622
  {
646
- "type": "card",
647
- "children": [
648
- {
649
- "type": "stack",
650
- "direction": "vertical",
651
- "gap": "sm",
652
- "children": [
653
- {
654
- "type": "typography",
655
- "variant": "caption",
656
- "content": "ExperimentCount"
657
- },
658
- {
659
- "type": "typography",
660
- "variant": "h3",
661
- "content": "@entity.experimentCount"
662
- }
663
- ]
664
- }
623
+ "type": "stat-display",
624
+ "label": "ExperimentCount",
625
+ "value": [
626
+ "object/get",
627
+ [
628
+ "array/first",
629
+ "@entity"
630
+ ],
631
+ "experimentCount"
665
632
  ]
666
633
  },
667
634
  {
668
- "type": "card",
669
- "children": [
670
- {
671
- "type": "stack",
672
- "direction": "vertical",
673
- "gap": "sm",
674
- "children": [
675
- {
676
- "type": "typography",
677
- "variant": "caption",
678
- "content": "AvgAccuracy"
679
- },
680
- {
681
- "type": "typography",
682
- "variant": "h3",
683
- "content": "@entity.avgAccuracy"
684
- }
685
- ]
686
- }
635
+ "type": "stat-display",
636
+ "label": "AvgAccuracy",
637
+ "value": [
638
+ "object/get",
639
+ [
640
+ "array/first",
641
+ "@entity"
642
+ ],
643
+ "avgAccuracy"
687
644
  ]
688
645
  },
689
646
  {
690
- "type": "card",
691
- "children": [
692
- {
693
- "type": "stack",
694
- "direction": "vertical",
695
- "gap": "sm",
696
- "children": [
697
- {
698
- "type": "typography",
699
- "variant": "caption",
700
- "content": "TotalScore"
701
- },
702
- {
703
- "type": "typography",
704
- "variant": "h3",
705
- "content": "@entity.totalScore"
706
- }
707
- ]
708
- }
647
+ "type": "stat-display",
648
+ "label": "TotalScore",
649
+ "value": [
650
+ "object/get",
651
+ [
652
+ "array/first",
653
+ "@entity"
654
+ ],
655
+ "totalScore"
709
656
  ]
710
657
  },
711
658
  {
@@ -724,7 +671,14 @@
724
671
  {
725
672
  "type": "typography",
726
673
  "variant": "h3",
727
- "content": "@entity.grade"
674
+ "content": [
675
+ "object/get",
676
+ [
677
+ "array/first",
678
+ "@entity"
679
+ ],
680
+ "grade"
681
+ ]
728
682
  }
729
683
  ]
730
684
  }
@@ -794,69 +748,39 @@
794
748
  "columns": 3,
795
749
  "children": [
796
750
  {
797
- "type": "card",
798
- "children": [
799
- {
800
- "type": "stack",
801
- "direction": "vertical",
802
- "gap": "sm",
803
- "children": [
804
- {
805
- "type": "typography",
806
- "variant": "caption",
807
- "content": "ExperimentCount"
808
- },
809
- {
810
- "type": "typography",
811
- "variant": "h3",
812
- "content": "@entity.experimentCount"
813
- }
814
- ]
815
- }
751
+ "type": "stat-display",
752
+ "label": "ExperimentCount",
753
+ "value": [
754
+ "object/get",
755
+ [
756
+ "array/first",
757
+ "@entity"
758
+ ],
759
+ "experimentCount"
816
760
  ]
817
761
  },
818
762
  {
819
- "type": "card",
820
- "children": [
821
- {
822
- "type": "stack",
823
- "direction": "vertical",
824
- "gap": "sm",
825
- "children": [
826
- {
827
- "type": "typography",
828
- "variant": "caption",
829
- "content": "AvgAccuracy"
830
- },
831
- {
832
- "type": "typography",
833
- "variant": "h3",
834
- "content": "@entity.avgAccuracy"
835
- }
836
- ]
837
- }
763
+ "type": "stat-display",
764
+ "label": "AvgAccuracy",
765
+ "value": [
766
+ "object/get",
767
+ [
768
+ "array/first",
769
+ "@entity"
770
+ ],
771
+ "avgAccuracy"
838
772
  ]
839
773
  },
840
774
  {
841
- "type": "card",
842
- "children": [
843
- {
844
- "type": "stack",
845
- "direction": "vertical",
846
- "gap": "sm",
847
- "children": [
848
- {
849
- "type": "typography",
850
- "variant": "caption",
851
- "content": "TotalScore"
852
- },
853
- {
854
- "type": "typography",
855
- "variant": "h3",
856
- "content": "@entity.totalScore"
857
- }
858
- ]
859
- }
775
+ "type": "stat-display",
776
+ "label": "TotalScore",
777
+ "value": [
778
+ "object/get",
779
+ [
780
+ "array/first",
781
+ "@entity"
782
+ ],
783
+ "totalScore"
860
784
  ]
861
785
  },
862
786
  {
@@ -875,7 +799,14 @@
875
799
  {
876
800
  "type": "typography",
877
801
  "variant": "h3",
878
- "content": "@entity.grade"
802
+ "content": [
803
+ "object/get",
804
+ [
805
+ "array/first",
806
+ "@entity"
807
+ ],
808
+ "grade"
809
+ ]
879
810
  }
880
811
  ]
881
812
  }
@@ -945,69 +876,39 @@
945
876
  "columns": 3,
946
877
  "children": [
947
878
  {
948
- "type": "card",
949
- "children": [
950
- {
951
- "type": "stack",
952
- "direction": "vertical",
953
- "gap": "sm",
954
- "children": [
955
- {
956
- "type": "typography",
957
- "variant": "caption",
958
- "content": "ExperimentCount"
959
- },
960
- {
961
- "type": "typography",
962
- "variant": "h3",
963
- "content": "@entity.experimentCount"
964
- }
965
- ]
966
- }
879
+ "type": "stat-display",
880
+ "label": "ExperimentCount",
881
+ "value": [
882
+ "object/get",
883
+ [
884
+ "array/first",
885
+ "@entity"
886
+ ],
887
+ "experimentCount"
967
888
  ]
968
889
  },
969
890
  {
970
- "type": "card",
971
- "children": [
972
- {
973
- "type": "stack",
974
- "direction": "vertical",
975
- "gap": "sm",
976
- "children": [
977
- {
978
- "type": "typography",
979
- "variant": "caption",
980
- "content": "AvgAccuracy"
981
- },
982
- {
983
- "type": "typography",
984
- "variant": "h3",
985
- "content": "@entity.avgAccuracy"
986
- }
987
- ]
988
- }
891
+ "type": "stat-display",
892
+ "label": "AvgAccuracy",
893
+ "value": [
894
+ "object/get",
895
+ [
896
+ "array/first",
897
+ "@entity"
898
+ ],
899
+ "avgAccuracy"
989
900
  ]
990
901
  },
991
902
  {
992
- "type": "card",
993
- "children": [
994
- {
995
- "type": "stack",
996
- "direction": "vertical",
997
- "gap": "sm",
998
- "children": [
999
- {
1000
- "type": "typography",
1001
- "variant": "caption",
1002
- "content": "TotalScore"
1003
- },
1004
- {
1005
- "type": "typography",
1006
- "variant": "h3",
1007
- "content": "@entity.totalScore"
1008
- }
1009
- ]
1010
- }
903
+ "type": "stat-display",
904
+ "label": "TotalScore",
905
+ "value": [
906
+ "object/get",
907
+ [
908
+ "array/first",
909
+ "@entity"
910
+ ],
911
+ "totalScore"
1011
912
  ]
1012
913
  },
1013
914
  {
@@ -1026,7 +927,14 @@
1026
927
  {
1027
928
  "type": "typography",
1028
929
  "variant": "h3",
1029
- "content": "@entity.grade"
930
+ "content": [
931
+ "object/get",
932
+ [
933
+ "array/first",
934
+ "@entity"
935
+ ],
936
+ "grade"
937
+ ]
1030
938
  }
1031
939
  ]
1032
940
  }
@@ -1096,69 +1004,39 @@
1096
1004
  "columns": 3,
1097
1005
  "children": [
1098
1006
  {
1099
- "type": "card",
1100
- "children": [
1101
- {
1102
- "type": "stack",
1103
- "direction": "vertical",
1104
- "gap": "sm",
1105
- "children": [
1106
- {
1107
- "type": "typography",
1108
- "variant": "caption",
1109
- "content": "ExperimentCount"
1110
- },
1111
- {
1112
- "type": "typography",
1113
- "variant": "h3",
1114
- "content": "@entity.experimentCount"
1115
- }
1116
- ]
1117
- }
1007
+ "type": "stat-display",
1008
+ "label": "ExperimentCount",
1009
+ "value": [
1010
+ "object/get",
1011
+ [
1012
+ "array/first",
1013
+ "@entity"
1014
+ ],
1015
+ "experimentCount"
1118
1016
  ]
1119
1017
  },
1120
1018
  {
1121
- "type": "card",
1122
- "children": [
1123
- {
1124
- "type": "stack",
1125
- "direction": "vertical",
1126
- "gap": "sm",
1127
- "children": [
1128
- {
1129
- "type": "typography",
1130
- "variant": "caption",
1131
- "content": "AvgAccuracy"
1132
- },
1133
- {
1134
- "type": "typography",
1135
- "variant": "h3",
1136
- "content": "@entity.avgAccuracy"
1137
- }
1138
- ]
1139
- }
1019
+ "type": "stat-display",
1020
+ "label": "AvgAccuracy",
1021
+ "value": [
1022
+ "object/get",
1023
+ [
1024
+ "array/first",
1025
+ "@entity"
1026
+ ],
1027
+ "avgAccuracy"
1140
1028
  ]
1141
1029
  },
1142
1030
  {
1143
- "type": "card",
1144
- "children": [
1145
- {
1146
- "type": "stack",
1147
- "direction": "vertical",
1148
- "gap": "sm",
1149
- "children": [
1150
- {
1151
- "type": "typography",
1152
- "variant": "caption",
1153
- "content": "TotalScore"
1154
- },
1155
- {
1156
- "type": "typography",
1157
- "variant": "h3",
1158
- "content": "@entity.totalScore"
1159
- }
1160
- ]
1161
- }
1031
+ "type": "stat-display",
1032
+ "label": "TotalScore",
1033
+ "value": [
1034
+ "object/get",
1035
+ [
1036
+ "array/first",
1037
+ "@entity"
1038
+ ],
1039
+ "totalScore"
1162
1040
  ]
1163
1041
  },
1164
1042
  {
@@ -1177,7 +1055,14 @@
1177
1055
  {
1178
1056
  "type": "typography",
1179
1057
  "variant": "h3",
1180
- "content": "@entity.grade"
1058
+ "content": [
1059
+ "object/get",
1060
+ [
1061
+ "array/first",
1062
+ "@entity"
1063
+ ],
1064
+ "grade"
1065
+ ]
1181
1066
  }
1182
1067
  ]
1183
1068
  }