@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,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",
@@ -159,25 +164,68 @@
159
164
  "type": "divider"
160
165
  },
161
166
  {
162
- "type": "typography",
163
- "content": "@entity.remaining",
164
- "variant": "h1"
167
+ "type": "animated-counter",
168
+ "value": [
169
+ "object/get",
170
+ [
171
+ "array/first",
172
+ "@entity"
173
+ ],
174
+ "remaining"
175
+ ],
176
+ "suffix": "s",
177
+ "duration": 500
178
+ },
179
+ {
180
+ "type": "stat-display",
181
+ "label": "Time Remaining",
182
+ "value": [
183
+ "object/get",
184
+ [
185
+ "array/first",
186
+ "@entity"
187
+ ],
188
+ "remaining"
189
+ ],
190
+ "max": 60
165
191
  },
166
192
  {
167
- "type": "typography",
168
- "content": "seconds remaining",
169
- "variant": "caption",
170
- "color": "muted"
193
+ "type": "meter",
194
+ "value": [
195
+ "object/get",
196
+ [
197
+ "array/first",
198
+ "@entity"
199
+ ],
200
+ "remaining"
201
+ ],
202
+ "min": 0,
203
+ "max": 60
171
204
  },
172
205
  {
173
206
  "type": "progress-bar",
174
- "value": "@entity.remaining",
207
+ "value": [
208
+ "object/get",
209
+ [
210
+ "array/first",
211
+ "@entity"
212
+ ],
213
+ "remaining"
214
+ ],
175
215
  "max": 60,
176
- "color": "primary"
216
+ "color": "primary",
217
+ "showPercentage": true
177
218
  },
178
219
  {
179
220
  "type": "badge",
180
- "label": "@entity.status"
221
+ "label": [
222
+ "object/get",
223
+ [
224
+ "array/first",
225
+ "@entity"
226
+ ],
227
+ "status"
228
+ ]
181
229
  }
182
230
  ]
183
231
  },
@@ -269,25 +317,68 @@
269
317
  "type": "divider"
270
318
  },
271
319
  {
272
- "type": "typography",
273
- "content": "@entity.remaining",
274
- "variant": "h1"
320
+ "type": "animated-counter",
321
+ "value": [
322
+ "object/get",
323
+ [
324
+ "array/first",
325
+ "@entity"
326
+ ],
327
+ "remaining"
328
+ ],
329
+ "suffix": "s",
330
+ "duration": 500
275
331
  },
276
332
  {
277
- "type": "typography",
278
- "content": "seconds remaining",
279
- "variant": "caption",
280
- "color": "muted"
333
+ "type": "stat-display",
334
+ "label": "Time Remaining",
335
+ "value": [
336
+ "object/get",
337
+ [
338
+ "array/first",
339
+ "@entity"
340
+ ],
341
+ "remaining"
342
+ ],
343
+ "max": 60
344
+ },
345
+ {
346
+ "type": "meter",
347
+ "value": [
348
+ "object/get",
349
+ [
350
+ "array/first",
351
+ "@entity"
352
+ ],
353
+ "remaining"
354
+ ],
355
+ "min": 0,
356
+ "max": 60
281
357
  },
282
358
  {
283
359
  "type": "progress-bar",
284
- "value": "@entity.remaining",
360
+ "value": [
361
+ "object/get",
362
+ [
363
+ "array/first",
364
+ "@entity"
365
+ ],
366
+ "remaining"
367
+ ],
285
368
  "max": 60,
286
- "color": "primary"
369
+ "color": "primary",
370
+ "showPercentage": true
287
371
  },
288
372
  {
289
373
  "type": "badge",
290
- "label": "@entity.status"
374
+ "label": [
375
+ "object/get",
376
+ [
377
+ "array/first",
378
+ "@entity"
379
+ ],
380
+ "status"
381
+ ]
291
382
  }
292
383
  ]
293
384
  },
@@ -360,25 +451,68 @@
360
451
  "type": "divider"
361
452
  },
362
453
  {
363
- "type": "typography",
364
- "content": "@entity.remaining",
365
- "variant": "h1"
454
+ "type": "animated-counter",
455
+ "value": [
456
+ "object/get",
457
+ [
458
+ "array/first",
459
+ "@entity"
460
+ ],
461
+ "remaining"
462
+ ],
463
+ "suffix": "s",
464
+ "duration": 500
366
465
  },
367
466
  {
368
- "type": "typography",
369
- "content": "seconds remaining",
370
- "variant": "caption",
371
- "color": "muted"
467
+ "type": "stat-display",
468
+ "label": "Time Remaining",
469
+ "value": [
470
+ "object/get",
471
+ [
472
+ "array/first",
473
+ "@entity"
474
+ ],
475
+ "remaining"
476
+ ],
477
+ "max": 60
478
+ },
479
+ {
480
+ "type": "meter",
481
+ "value": [
482
+ "object/get",
483
+ [
484
+ "array/first",
485
+ "@entity"
486
+ ],
487
+ "remaining"
488
+ ],
489
+ "min": 0,
490
+ "max": 60
372
491
  },
373
492
  {
374
493
  "type": "progress-bar",
375
- "value": "@entity.remaining",
494
+ "value": [
495
+ "object/get",
496
+ [
497
+ "array/first",
498
+ "@entity"
499
+ ],
500
+ "remaining"
501
+ ],
376
502
  "max": 60,
377
- "color": "primary"
503
+ "color": "primary",
504
+ "showPercentage": true
378
505
  },
379
506
  {
380
507
  "type": "badge",
381
- "label": "@entity.status"
508
+ "label": [
509
+ "object/get",
510
+ [
511
+ "array/first",
512
+ "@entity"
513
+ ],
514
+ "status"
515
+ ]
382
516
  }
383
517
  ]
384
518
  },
@@ -456,25 +590,68 @@
456
590
  "type": "divider"
457
591
  },
458
592
  {
459
- "type": "typography",
460
- "content": "@entity.remaining",
461
- "variant": "h1"
593
+ "type": "animated-counter",
594
+ "value": [
595
+ "object/get",
596
+ [
597
+ "array/first",
598
+ "@entity"
599
+ ],
600
+ "remaining"
601
+ ],
602
+ "suffix": "s",
603
+ "duration": 500
462
604
  },
463
605
  {
464
- "type": "typography",
465
- "content": "seconds remaining",
466
- "variant": "caption",
467
- "color": "muted"
606
+ "type": "stat-display",
607
+ "label": "Time Remaining",
608
+ "value": [
609
+ "object/get",
610
+ [
611
+ "array/first",
612
+ "@entity"
613
+ ],
614
+ "remaining"
615
+ ],
616
+ "max": 60
617
+ },
618
+ {
619
+ "type": "meter",
620
+ "value": [
621
+ "object/get",
622
+ [
623
+ "array/first",
624
+ "@entity"
625
+ ],
626
+ "remaining"
627
+ ],
628
+ "min": 0,
629
+ "max": 60
468
630
  },
469
631
  {
470
632
  "type": "progress-bar",
471
- "value": "@entity.remaining",
633
+ "value": [
634
+ "object/get",
635
+ [
636
+ "array/first",
637
+ "@entity"
638
+ ],
639
+ "remaining"
640
+ ],
472
641
  "max": 60,
473
- "color": "primary"
642
+ "color": "primary",
643
+ "showPercentage": true
474
644
  },
475
645
  {
476
646
  "type": "badge",
477
- "label": "@entity.status"
647
+ "label": [
648
+ "object/get",
649
+ [
650
+ "array/first",
651
+ "@entity"
652
+ ],
653
+ "status"
654
+ ]
478
655
  }
479
656
  ]
480
657
  },
@@ -552,25 +729,68 @@
552
729
  "type": "divider"
553
730
  },
554
731
  {
555
- "type": "typography",
556
- "content": "@entity.remaining",
557
- "variant": "h1"
732
+ "type": "animated-counter",
733
+ "value": [
734
+ "object/get",
735
+ [
736
+ "array/first",
737
+ "@entity"
738
+ ],
739
+ "remaining"
740
+ ],
741
+ "suffix": "s",
742
+ "duration": 500
743
+ },
744
+ {
745
+ "type": "stat-display",
746
+ "label": "Time Remaining",
747
+ "value": [
748
+ "object/get",
749
+ [
750
+ "array/first",
751
+ "@entity"
752
+ ],
753
+ "remaining"
754
+ ],
755
+ "max": 60
558
756
  },
559
757
  {
560
- "type": "typography",
561
- "content": "seconds remaining",
562
- "variant": "caption",
563
- "color": "muted"
758
+ "type": "meter",
759
+ "value": [
760
+ "object/get",
761
+ [
762
+ "array/first",
763
+ "@entity"
764
+ ],
765
+ "remaining"
766
+ ],
767
+ "min": 0,
768
+ "max": 60
564
769
  },
565
770
  {
566
771
  "type": "progress-bar",
567
- "value": "@entity.remaining",
772
+ "value": [
773
+ "object/get",
774
+ [
775
+ "array/first",
776
+ "@entity"
777
+ ],
778
+ "remaining"
779
+ ],
568
780
  "max": 60,
569
- "color": "primary"
781
+ "color": "primary",
782
+ "showPercentage": true
570
783
  },
571
784
  {
572
785
  "type": "badge",
573
- "label": "@entity.status"
786
+ "label": [
787
+ "object/get",
788
+ [
789
+ "array/first",
790
+ "@entity"
791
+ ],
792
+ "status"
793
+ ]
574
794
  }
575
795
  ]
576
796
  },
@@ -648,25 +868,68 @@
648
868
  "type": "divider"
649
869
  },
650
870
  {
651
- "type": "typography",
652
- "content": "@entity.remaining",
653
- "variant": "h1"
871
+ "type": "animated-counter",
872
+ "value": [
873
+ "object/get",
874
+ [
875
+ "array/first",
876
+ "@entity"
877
+ ],
878
+ "remaining"
879
+ ],
880
+ "suffix": "s",
881
+ "duration": 500
882
+ },
883
+ {
884
+ "type": "stat-display",
885
+ "label": "Time Remaining",
886
+ "value": [
887
+ "object/get",
888
+ [
889
+ "array/first",
890
+ "@entity"
891
+ ],
892
+ "remaining"
893
+ ],
894
+ "max": 60
654
895
  },
655
896
  {
656
- "type": "typography",
657
- "content": "seconds remaining",
658
- "variant": "caption",
659
- "color": "muted"
897
+ "type": "meter",
898
+ "value": [
899
+ "object/get",
900
+ [
901
+ "array/first",
902
+ "@entity"
903
+ ],
904
+ "remaining"
905
+ ],
906
+ "min": 0,
907
+ "max": 60
660
908
  },
661
909
  {
662
910
  "type": "progress-bar",
663
- "value": "@entity.remaining",
911
+ "value": [
912
+ "object/get",
913
+ [
914
+ "array/first",
915
+ "@entity"
916
+ ],
917
+ "remaining"
918
+ ],
664
919
  "max": 60,
665
- "color": "primary"
920
+ "color": "primary",
921
+ "showPercentage": true
666
922
  },
667
923
  {
668
924
  "type": "badge",
669
- "label": "@entity.status"
925
+ "label": [
926
+ "object/get",
927
+ [
928
+ "array/first",
929
+ "@entity"
930
+ ],
931
+ "status"
932
+ ]
670
933
  }
671
934
  ]
672
935
  },
@@ -742,25 +1005,68 @@
742
1005
  "type": "divider"
743
1006
  },
744
1007
  {
745
- "type": "typography",
746
- "content": "@entity.remaining",
747
- "variant": "h1"
1008
+ "type": "animated-counter",
1009
+ "value": [
1010
+ "object/get",
1011
+ [
1012
+ "array/first",
1013
+ "@entity"
1014
+ ],
1015
+ "remaining"
1016
+ ],
1017
+ "suffix": "s",
1018
+ "duration": 500
1019
+ },
1020
+ {
1021
+ "type": "stat-display",
1022
+ "label": "Time Remaining",
1023
+ "value": [
1024
+ "object/get",
1025
+ [
1026
+ "array/first",
1027
+ "@entity"
1028
+ ],
1029
+ "remaining"
1030
+ ],
1031
+ "max": 60
748
1032
  },
749
1033
  {
750
- "type": "typography",
751
- "content": "seconds remaining",
752
- "variant": "caption",
753
- "color": "muted"
1034
+ "type": "meter",
1035
+ "value": [
1036
+ "object/get",
1037
+ [
1038
+ "array/first",
1039
+ "@entity"
1040
+ ],
1041
+ "remaining"
1042
+ ],
1043
+ "min": 0,
1044
+ "max": 60
754
1045
  },
755
1046
  {
756
1047
  "type": "progress-bar",
757
- "value": "@entity.remaining",
1048
+ "value": [
1049
+ "object/get",
1050
+ [
1051
+ "array/first",
1052
+ "@entity"
1053
+ ],
1054
+ "remaining"
1055
+ ],
758
1056
  "max": 60,
759
- "color": "primary"
1057
+ "color": "primary",
1058
+ "showPercentage": true
760
1059
  },
761
1060
  {
762
1061
  "type": "badge",
763
- "label": "@entity.status"
1062
+ "label": [
1063
+ "object/get",
1064
+ [
1065
+ "array/first",
1066
+ "@entity"
1067
+ ],
1068
+ "status"
1069
+ ]
764
1070
  }
765
1071
  ]
766
1072
  },
@@ -847,25 +1153,68 @@
847
1153
  "type": "divider"
848
1154
  },
849
1155
  {
850
- "type": "typography",
851
- "content": "@entity.remaining",
852
- "variant": "h1"
1156
+ "type": "animated-counter",
1157
+ "value": [
1158
+ "object/get",
1159
+ [
1160
+ "array/first",
1161
+ "@entity"
1162
+ ],
1163
+ "remaining"
1164
+ ],
1165
+ "suffix": "s",
1166
+ "duration": 500
1167
+ },
1168
+ {
1169
+ "type": "stat-display",
1170
+ "label": "Time Remaining",
1171
+ "value": [
1172
+ "object/get",
1173
+ [
1174
+ "array/first",
1175
+ "@entity"
1176
+ ],
1177
+ "remaining"
1178
+ ],
1179
+ "max": 60
853
1180
  },
854
1181
  {
855
- "type": "typography",
856
- "content": "seconds remaining",
857
- "variant": "caption",
858
- "color": "muted"
1182
+ "type": "meter",
1183
+ "value": [
1184
+ "object/get",
1185
+ [
1186
+ "array/first",
1187
+ "@entity"
1188
+ ],
1189
+ "remaining"
1190
+ ],
1191
+ "min": 0,
1192
+ "max": 60
859
1193
  },
860
1194
  {
861
1195
  "type": "progress-bar",
862
- "value": "@entity.remaining",
1196
+ "value": [
1197
+ "object/get",
1198
+ [
1199
+ "array/first",
1200
+ "@entity"
1201
+ ],
1202
+ "remaining"
1203
+ ],
863
1204
  "max": 60,
864
- "color": "primary"
1205
+ "color": "primary",
1206
+ "showPercentage": true
865
1207
  },
866
1208
  {
867
1209
  "type": "badge",
868
- "label": "@entity.status"
1210
+ "label": [
1211
+ "object/get",
1212
+ [
1213
+ "array/first",
1214
+ "@entity"
1215
+ ],
1216
+ "status"
1217
+ ]
869
1218
  }
870
1219
  ]
871
1220
  },
@@ -952,25 +1301,68 @@
952
1301
  "type": "divider"
953
1302
  },
954
1303
  {
955
- "type": "typography",
956
- "content": "@entity.remaining",
957
- "variant": "h1"
1304
+ "type": "animated-counter",
1305
+ "value": [
1306
+ "object/get",
1307
+ [
1308
+ "array/first",
1309
+ "@entity"
1310
+ ],
1311
+ "remaining"
1312
+ ],
1313
+ "suffix": "s",
1314
+ "duration": 500
958
1315
  },
959
1316
  {
960
- "type": "typography",
961
- "content": "seconds remaining",
962
- "variant": "caption",
963
- "color": "muted"
1317
+ "type": "stat-display",
1318
+ "label": "Time Remaining",
1319
+ "value": [
1320
+ "object/get",
1321
+ [
1322
+ "array/first",
1323
+ "@entity"
1324
+ ],
1325
+ "remaining"
1326
+ ],
1327
+ "max": 60
1328
+ },
1329
+ {
1330
+ "type": "meter",
1331
+ "value": [
1332
+ "object/get",
1333
+ [
1334
+ "array/first",
1335
+ "@entity"
1336
+ ],
1337
+ "remaining"
1338
+ ],
1339
+ "min": 0,
1340
+ "max": 60
964
1341
  },
965
1342
  {
966
1343
  "type": "progress-bar",
967
- "value": "@entity.remaining",
1344
+ "value": [
1345
+ "object/get",
1346
+ [
1347
+ "array/first",
1348
+ "@entity"
1349
+ ],
1350
+ "remaining"
1351
+ ],
968
1352
  "max": 60,
969
- "color": "primary"
1353
+ "color": "primary",
1354
+ "showPercentage": true
970
1355
  },
971
1356
  {
972
1357
  "type": "badge",
973
- "label": "@entity.status"
1358
+ "label": [
1359
+ "object/get",
1360
+ [
1361
+ "array/first",
1362
+ "@entity"
1363
+ ],
1364
+ "status"
1365
+ ]
974
1366
  }
975
1367
  ]
976
1368
  },