@almadar/std 3.2.1 → 3.2.3

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 (295) hide show
  1. package/behaviors/exports/atoms/std-async.orb +41 -24
  2. package/behaviors/exports/atoms/std-browse.orb +44 -44
  3. package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  4. package/behaviors/exports/atoms/std-calendar.orb +770 -0
  5. package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  6. package/behaviors/exports/atoms/std-collision.orb +278 -206
  7. package/behaviors/exports/atoms/std-combat-log.orb +6 -1
  8. package/behaviors/exports/atoms/std-combat.orb +6 -1
  9. package/behaviors/exports/atoms/std-confirmation.orb +212 -7
  10. package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  11. package/behaviors/exports/atoms/std-display.orb +1186 -376
  12. package/behaviors/exports/atoms/std-drawer.orb +307 -101
  13. package/behaviors/exports/atoms/std-filter.orb +211 -18
  14. package/behaviors/exports/atoms/std-flip-card.orb +596 -0
  15. package/behaviors/exports/atoms/std-gallery.orb +382 -0
  16. package/behaviors/exports/atoms/std-game-audio.orb +6 -1
  17. package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  18. package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  19. package/behaviors/exports/atoms/std-game-hud.orb +6 -1
  20. package/behaviors/exports/atoms/std-game-menu.orb +6 -1
  21. package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  22. package/behaviors/exports/atoms/std-gameflow.orb +100 -5
  23. package/behaviors/exports/atoms/std-input.orb +142 -137
  24. package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  25. package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  26. package/behaviors/exports/atoms/std-loading.orb +149 -170
  27. package/behaviors/exports/atoms/std-modal.orb +159 -94
  28. package/behaviors/exports/atoms/std-movement.orb +401 -31
  29. package/behaviors/exports/atoms/std-notification.orb +117 -95
  30. package/behaviors/exports/atoms/std-overworld.orb +44 -16
  31. package/behaviors/exports/atoms/std-pagination.orb +44 -115
  32. package/behaviors/exports/atoms/std-physics2d.orb +6 -1
  33. package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  34. package/behaviors/exports/atoms/std-quest.orb +309 -34
  35. package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  36. package/behaviors/exports/atoms/std-rating.orb +328 -0
  37. package/behaviors/exports/atoms/std-score-board.orb +6 -1
  38. package/behaviors/exports/atoms/std-score.orb +252 -11
  39. package/behaviors/exports/atoms/std-search.orb +62 -47
  40. package/behaviors/exports/atoms/std-selection.orb +180 -149
  41. package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  42. package/behaviors/exports/atoms/std-sort.orb +192 -60
  43. package/behaviors/exports/atoms/std-sprite.orb +6 -1
  44. package/behaviors/exports/atoms/std-tabs.orb +25 -15
  45. package/behaviors/exports/atoms/std-text-effects.orb +658 -0
  46. package/behaviors/exports/atoms/std-theme.orb +573 -0
  47. package/behaviors/exports/atoms/std-timer.orb +483 -91
  48. package/behaviors/exports/atoms/std-undo.orb +211 -81
  49. package/behaviors/exports/atoms/std-upload.orb +535 -0
  50. package/behaviors/exports/atoms/std-wizard.orb +677 -240
  51. package/behaviors/exports/molecules/std-builder-game.orb +49 -4
  52. package/behaviors/exports/molecules/std-cart.orb +325 -102
  53. package/behaviors/exports/molecules/std-classifier-game.orb +49 -4
  54. package/behaviors/exports/molecules/std-debugger-game.orb +49 -4
  55. package/behaviors/exports/molecules/std-detail.orb +52 -48
  56. package/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
  57. package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  58. package/behaviors/exports/molecules/std-geospatial.orb +70 -51
  59. package/behaviors/exports/molecules/std-inventory.orb +92 -53
  60. package/behaviors/exports/molecules/std-list.orb +416 -52
  61. package/behaviors/exports/molecules/std-messaging.orb +41 -49
  62. package/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
  63. package/behaviors/exports/molecules/std-platformer-game.orb +58 -3
  64. package/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
  65. package/behaviors/exports/molecules/std-quiz.orb +1045 -0
  66. package/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
  67. package/behaviors/exports/molecules/std-simulator-game.orb +49 -4
  68. package/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
  69. package/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
  70. package/behaviors/exports/organisms/std-arcade-game.orb +399 -197
  71. package/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
  72. package/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
  73. package/behaviors/exports/organisms/std-cms.orb +1150 -277
  74. package/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
  75. package/behaviors/exports/organisms/std-crm.orb +2357 -821
  76. package/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
  77. package/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
  78. package/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
  79. package/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
  80. package/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
  81. package/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
  82. package/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
  83. package/behaviors/exports/organisms/std-lms.orb +2548 -1192
  84. package/behaviors/exports/organisms/std-logic-training.orb +220 -66
  85. package/behaviors/exports/organisms/std-platformer-app.orb +373 -194
  86. package/behaviors/exports/organisms/std-project-manager.orb +2347 -806
  87. package/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
  88. package/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
  89. package/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
  90. package/behaviors/exports/organisms/std-social-feed.orb +184 -168
  91. package/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
  92. package/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
  93. package/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
  94. package/behaviors/exports/validation-report.json +3 -750
  95. package/behaviors/exports/verify-results.json +13 -0
  96. package/dist/behaviors/exports/atoms/std-async.orb +41 -24
  97. package/dist/behaviors/exports/atoms/std-browse.orb +44 -44
  98. package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  99. package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
  100. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  101. package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
  102. package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
  103. package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
  104. package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
  105. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  106. package/dist/behaviors/exports/atoms/std-display.orb +1186 -376
  107. package/dist/behaviors/exports/atoms/std-drawer.orb +307 -101
  108. package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
  109. package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
  110. package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
  111. package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
  112. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  113. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  114. package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
  115. package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
  116. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  117. package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
  118. package/dist/behaviors/exports/atoms/std-input.orb +142 -137
  119. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  120. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  121. package/dist/behaviors/exports/atoms/std-loading.orb +149 -170
  122. package/dist/behaviors/exports/atoms/std-modal.orb +159 -94
  123. package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
  124. package/dist/behaviors/exports/atoms/std-notification.orb +117 -95
  125. package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
  126. package/dist/behaviors/exports/atoms/std-pagination.orb +44 -115
  127. package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
  128. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  129. package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
  130. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  131. package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
  132. package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
  133. package/dist/behaviors/exports/atoms/std-score.orb +252 -11
  134. package/dist/behaviors/exports/atoms/std-search.orb +62 -47
  135. package/dist/behaviors/exports/atoms/std-selection.orb +180 -149
  136. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  137. package/dist/behaviors/exports/atoms/std-sort.orb +192 -60
  138. package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
  139. package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
  140. package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
  141. package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
  142. package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
  143. package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
  144. package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
  145. package/dist/behaviors/exports/atoms/std-wizard.orb +677 -240
  146. package/dist/behaviors/exports/molecules/std-builder-game.orb +49 -4
  147. package/dist/behaviors/exports/molecules/std-cart.orb +325 -102
  148. package/dist/behaviors/exports/molecules/std-classifier-game.orb +49 -4
  149. package/dist/behaviors/exports/molecules/std-debugger-game.orb +49 -4
  150. package/dist/behaviors/exports/molecules/std-detail.orb +52 -48
  151. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
  152. package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  153. package/dist/behaviors/exports/molecules/std-geospatial.orb +70 -51
  154. package/dist/behaviors/exports/molecules/std-inventory.orb +92 -53
  155. package/dist/behaviors/exports/molecules/std-list.orb +416 -52
  156. package/dist/behaviors/exports/molecules/std-messaging.orb +41 -49
  157. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
  158. package/dist/behaviors/exports/molecules/std-platformer-game.orb +58 -3
  159. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
  160. package/dist/behaviors/exports/molecules/std-quiz.orb +1045 -0
  161. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
  162. package/dist/behaviors/exports/molecules/std-simulator-game.orb +49 -4
  163. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
  164. package/dist/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
  165. package/dist/behaviors/exports/organisms/std-arcade-game.orb +399 -197
  166. package/dist/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
  167. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
  168. package/dist/behaviors/exports/organisms/std-cms.orb +1150 -277
  169. package/dist/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
  170. package/dist/behaviors/exports/organisms/std-crm.orb +2357 -821
  171. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
  172. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
  173. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
  174. package/dist/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
  175. package/dist/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
  176. package/dist/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
  177. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
  178. package/dist/behaviors/exports/organisms/std-lms.orb +2548 -1192
  179. package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
  180. package/dist/behaviors/exports/organisms/std-platformer-app.orb +373 -194
  181. package/dist/behaviors/exports/organisms/std-project-manager.orb +2347 -806
  182. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
  183. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
  184. package/dist/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
  185. package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -168
  186. package/dist/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
  187. package/dist/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
  188. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
  189. package/dist/behaviors/exports/validation-report.json +3 -750
  190. package/dist/behaviors/exports/verify-results.json +13 -0
  191. package/dist/behaviors/functions/index.d.ts +270 -1
  192. package/dist/behaviors/functions/index.js +3811 -1333
  193. package/dist/behaviors/functions/index.js.map +1 -1
  194. package/dist/behaviors/index.d.ts +1 -1
  195. package/dist/behaviors/index.js +3811 -1333
  196. package/dist/behaviors/index.js.map +1 -1
  197. package/dist/exports/atoms/std-async.orb +41 -24
  198. package/dist/exports/atoms/std-browse.orb +44 -44
  199. package/dist/exports/atoms/std-cache-aside.orb +256 -42
  200. package/dist/exports/atoms/std-calendar.orb +770 -0
  201. package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
  202. package/dist/exports/atoms/std-collision.orb +278 -206
  203. package/dist/exports/atoms/std-combat-log.orb +6 -1
  204. package/dist/exports/atoms/std-combat.orb +6 -1
  205. package/dist/exports/atoms/std-confirmation.orb +212 -7
  206. package/dist/exports/atoms/std-dialogue-box.orb +6 -1
  207. package/dist/exports/atoms/std-display.orb +1186 -376
  208. package/dist/exports/atoms/std-drawer.orb +307 -101
  209. package/dist/exports/atoms/std-filter.orb +211 -18
  210. package/dist/exports/atoms/std-flip-card.orb +596 -0
  211. package/dist/exports/atoms/std-gallery.orb +382 -0
  212. package/dist/exports/atoms/std-game-audio.orb +6 -1
  213. package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
  214. package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
  215. package/dist/exports/atoms/std-game-hud.orb +6 -1
  216. package/dist/exports/atoms/std-game-menu.orb +6 -1
  217. package/dist/exports/atoms/std-game-over-screen.orb +6 -1
  218. package/dist/exports/atoms/std-gameflow.orb +100 -5
  219. package/dist/exports/atoms/std-input.orb +142 -137
  220. package/dist/exports/atoms/std-inventory-panel.orb +6 -1
  221. package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
  222. package/dist/exports/atoms/std-loading.orb +149 -170
  223. package/dist/exports/atoms/std-modal.orb +159 -94
  224. package/dist/exports/atoms/std-movement.orb +401 -31
  225. package/dist/exports/atoms/std-notification.orb +117 -95
  226. package/dist/exports/atoms/std-overworld.orb +44 -16
  227. package/dist/exports/atoms/std-pagination.orb +44 -115
  228. package/dist/exports/atoms/std-physics2d.orb +6 -1
  229. package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
  230. package/dist/exports/atoms/std-quest.orb +309 -34
  231. package/dist/exports/atoms/std-rate-limiter.orb +410 -157
  232. package/dist/exports/atoms/std-rating.orb +328 -0
  233. package/dist/exports/atoms/std-score-board.orb +6 -1
  234. package/dist/exports/atoms/std-score.orb +252 -11
  235. package/dist/exports/atoms/std-search.orb +62 -47
  236. package/dist/exports/atoms/std-selection.orb +180 -149
  237. package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
  238. package/dist/exports/atoms/std-sort.orb +192 -60
  239. package/dist/exports/atoms/std-sprite.orb +6 -1
  240. package/dist/exports/atoms/std-tabs.orb +25 -15
  241. package/dist/exports/atoms/std-text-effects.orb +658 -0
  242. package/dist/exports/atoms/std-theme.orb +573 -0
  243. package/dist/exports/atoms/std-timer.orb +483 -91
  244. package/dist/exports/atoms/std-undo.orb +211 -81
  245. package/dist/exports/atoms/std-upload.orb +535 -0
  246. package/dist/exports/atoms/std-wizard.orb +677 -240
  247. package/dist/exports/molecules/std-builder-game.orb +49 -4
  248. package/dist/exports/molecules/std-cart.orb +325 -102
  249. package/dist/exports/molecules/std-classifier-game.orb +49 -4
  250. package/dist/exports/molecules/std-debugger-game.orb +49 -4
  251. package/dist/exports/molecules/std-detail.orb +52 -48
  252. package/dist/exports/molecules/std-event-handler-game.orb +49 -4
  253. package/dist/exports/molecules/std-form-advanced.orb +654 -0
  254. package/dist/exports/molecules/std-geospatial.orb +70 -51
  255. package/dist/exports/molecules/std-inventory.orb +92 -53
  256. package/dist/exports/molecules/std-list.orb +416 -52
  257. package/dist/exports/molecules/std-messaging.orb +41 -49
  258. package/dist/exports/molecules/std-negotiator-game.orb +49 -4
  259. package/dist/exports/molecules/std-platformer-game.orb +58 -3
  260. package/dist/exports/molecules/std-puzzle-game.orb +58 -7
  261. package/dist/exports/molecules/std-quiz.orb +1045 -0
  262. package/dist/exports/molecules/std-sequencer-game.orb +49 -4
  263. package/dist/exports/molecules/std-simulator-game.orb +49 -4
  264. package/dist/exports/molecules/std-turn-based-battle.orb +66 -1
  265. package/dist/exports/organisms/std-api-gateway.orb +2615 -867
  266. package/dist/exports/organisms/std-arcade-game.orb +399 -197
  267. package/dist/exports/organisms/std-booking-system.orb +3154 -1305
  268. package/dist/exports/organisms/std-cicd-pipeline.orb +2298 -779
  269. package/dist/exports/organisms/std-cms.orb +1150 -277
  270. package/dist/exports/organisms/std-coding-academy.orb +1222 -533
  271. package/dist/exports/organisms/std-crm.orb +2357 -821
  272. package/dist/exports/organisms/std-devops-dashboard.orb +4230 -1281
  273. package/dist/exports/organisms/std-ecommerce.orb +2660 -1098
  274. package/dist/exports/organisms/std-finance-tracker.orb +1749 -737
  275. package/dist/exports/organisms/std-healthcare.orb +3593 -1478
  276. package/dist/exports/organisms/std-helpdesk.orb +1870 -738
  277. package/dist/exports/organisms/std-hr-portal.orb +3290 -1385
  278. package/dist/exports/organisms/std-iot-dashboard.orb +2704 -788
  279. package/dist/exports/organisms/std-lms.orb +2548 -1192
  280. package/dist/exports/organisms/std-logic-training.orb +220 -66
  281. package/dist/exports/organisms/std-platformer-app.orb +373 -194
  282. package/dist/exports/organisms/std-project-manager.orb +2347 -806
  283. package/dist/exports/organisms/std-puzzle-app.orb +240 -95
  284. package/dist/exports/organisms/std-realtime-chat.orb +2020 -660
  285. package/dist/exports/organisms/std-rpg-game.orb +1303 -740
  286. package/dist/exports/organisms/std-social-feed.orb +184 -168
  287. package/dist/exports/organisms/std-stem-lab.orb +1223 -512
  288. package/dist/exports/organisms/std-strategy-game.orb +1412 -731
  289. package/dist/exports/organisms/std-trading-dashboard.orb +1869 -695
  290. package/dist/exports/validation-report.json +3 -750
  291. package/dist/exports/verify-results.json +13 -0
  292. package/dist/index.d.ts +1 -1
  293. package/dist/index.js +3808 -1330
  294. package/dist/index.js.map +1 -1
  295. 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
  },