@almadar/std 8.2.0 → 8.4.0
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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -108,98 +108,97 @@
|
|
|
108
108
|
"render-ui",
|
|
109
109
|
"main",
|
|
110
110
|
{
|
|
111
|
-
"
|
|
112
|
-
"type": "stack",
|
|
111
|
+
"direction": "vertical",
|
|
113
112
|
"children": [
|
|
114
113
|
{
|
|
115
|
-
"type": "stack",
|
|
116
|
-
"direction": "vertical",
|
|
117
|
-
"gap": "md",
|
|
118
114
|
"children": [
|
|
119
115
|
{
|
|
120
|
-
"direction": "horizontal",
|
|
121
|
-
"type": "stack",
|
|
122
|
-
"align": "center",
|
|
123
116
|
"children": [
|
|
124
117
|
{
|
|
125
118
|
"name": "clock",
|
|
126
119
|
"type": "icon"
|
|
127
120
|
},
|
|
128
121
|
{
|
|
129
|
-
"content": "Timer",
|
|
130
122
|
"variant": "h2",
|
|
123
|
+
"content": "Timer",
|
|
131
124
|
"type": "typography"
|
|
132
125
|
}
|
|
133
126
|
],
|
|
127
|
+
"align": "center",
|
|
128
|
+
"direction": "horizontal",
|
|
129
|
+
"type": "stack",
|
|
134
130
|
"gap": "sm"
|
|
135
131
|
},
|
|
136
132
|
{
|
|
137
133
|
"type": "divider"
|
|
138
134
|
},
|
|
139
135
|
{
|
|
136
|
+
"type": "animated-counter",
|
|
140
137
|
"value": "@entity.remaining",
|
|
141
|
-
"duration": 500.0
|
|
142
|
-
"label": "",
|
|
143
|
-
"type": "animated-counter"
|
|
138
|
+
"duration": 500.0
|
|
144
139
|
},
|
|
145
140
|
{
|
|
146
|
-
"value": "@entity.remaining",
|
|
147
141
|
"type": "stat-display",
|
|
148
142
|
"max": 60.0,
|
|
143
|
+
"value": "@entity.remaining",
|
|
149
144
|
"label": "Time Remaining"
|
|
150
145
|
},
|
|
151
146
|
{
|
|
152
147
|
"max": 60.0,
|
|
153
|
-
"min": 0.0,
|
|
154
148
|
"type": "meter",
|
|
155
|
-
"value": "@entity.remaining"
|
|
149
|
+
"value": "@entity.remaining",
|
|
150
|
+
"min": 0.0
|
|
156
151
|
},
|
|
157
152
|
{
|
|
158
|
-
"value": "@entity.remaining",
|
|
159
|
-
"showPercentage": true,
|
|
160
|
-
"color": "primary",
|
|
161
153
|
"max": 60.0,
|
|
162
|
-
"type": "progress-bar"
|
|
154
|
+
"type": "progress-bar",
|
|
155
|
+
"color": "primary",
|
|
156
|
+
"value": "@entity.remaining",
|
|
157
|
+
"showPercentage": true
|
|
163
158
|
},
|
|
164
159
|
{
|
|
165
|
-
"
|
|
166
|
-
"
|
|
160
|
+
"type": "badge",
|
|
161
|
+
"label": "@entity.status"
|
|
167
162
|
}
|
|
168
163
|
],
|
|
169
|
-
"
|
|
164
|
+
"type": "stack",
|
|
165
|
+
"gap": "md",
|
|
166
|
+
"align": "center",
|
|
167
|
+
"direction": "vertical"
|
|
170
168
|
},
|
|
171
169
|
{
|
|
172
|
-
"type": "stack",
|
|
173
|
-
"gap": "sm",
|
|
174
170
|
"direction": "horizontal",
|
|
171
|
+
"gap": "sm",
|
|
175
172
|
"children": [
|
|
176
173
|
{
|
|
174
|
+
"variant": "primary",
|
|
175
|
+
"icon": "play",
|
|
177
176
|
"action": "START",
|
|
178
177
|
"type": "button",
|
|
179
|
-
"label": "Start"
|
|
180
|
-
"variant": "primary",
|
|
181
|
-
"icon": "play"
|
|
178
|
+
"label": "Start"
|
|
182
179
|
},
|
|
183
180
|
{
|
|
184
181
|
"label": "Pause",
|
|
185
|
-
"
|
|
186
|
-
"action": "PAUSE",
|
|
182
|
+
"type": "button",
|
|
187
183
|
"variant": "ghost",
|
|
188
|
-
"
|
|
184
|
+
"icon": "pause",
|
|
185
|
+
"action": "PAUSE"
|
|
189
186
|
},
|
|
190
187
|
{
|
|
191
|
-
"action": "RESET",
|
|
192
188
|
"icon": "rotate-ccw",
|
|
193
|
-
"label": "Reset",
|
|
194
189
|
"variant": "ghost",
|
|
195
|
-
"type": "button"
|
|
190
|
+
"type": "button",
|
|
191
|
+
"label": "Reset",
|
|
192
|
+
"action": "RESET"
|
|
196
193
|
}
|
|
197
194
|
],
|
|
195
|
+
"type": "stack",
|
|
198
196
|
"justify": "center"
|
|
199
197
|
}
|
|
200
198
|
],
|
|
201
199
|
"align": "center",
|
|
202
|
-
"
|
|
200
|
+
"type": "stack",
|
|
201
|
+
"gap": "lg"
|
|
203
202
|
}
|
|
204
203
|
]
|
|
205
204
|
]
|
|
@@ -223,37 +222,40 @@
|
|
|
223
222
|
"render-ui",
|
|
224
223
|
"main",
|
|
225
224
|
{
|
|
225
|
+
"type": "stack",
|
|
226
|
+
"align": "center",
|
|
227
|
+
"direction": "vertical",
|
|
226
228
|
"children": [
|
|
227
229
|
{
|
|
228
|
-
"direction": "vertical",
|
|
229
|
-
"gap": "md",
|
|
230
230
|
"align": "center",
|
|
231
|
+
"gap": "md",
|
|
232
|
+
"direction": "vertical",
|
|
233
|
+
"type": "stack",
|
|
231
234
|
"children": [
|
|
232
235
|
{
|
|
236
|
+
"type": "stack",
|
|
233
237
|
"children": [
|
|
234
238
|
{
|
|
235
|
-
"
|
|
236
|
-
"
|
|
239
|
+
"name": "clock",
|
|
240
|
+
"type": "icon"
|
|
237
241
|
},
|
|
238
242
|
{
|
|
243
|
+
"content": "Timer",
|
|
239
244
|
"type": "typography",
|
|
240
|
-
"variant": "h2"
|
|
241
|
-
"content": "Timer"
|
|
245
|
+
"variant": "h2"
|
|
242
246
|
}
|
|
243
247
|
],
|
|
244
|
-
"gap": "sm",
|
|
245
|
-
"align": "center",
|
|
246
248
|
"direction": "horizontal",
|
|
247
|
-
"
|
|
249
|
+
"align": "center",
|
|
250
|
+
"gap": "sm"
|
|
248
251
|
},
|
|
249
252
|
{
|
|
250
253
|
"type": "divider"
|
|
251
254
|
},
|
|
252
255
|
{
|
|
253
|
-
"label": "",
|
|
254
|
-
"duration": 500.0,
|
|
255
256
|
"type": "animated-counter",
|
|
256
|
-
"value": "@entity.remaining"
|
|
257
|
+
"value": "@entity.remaining",
|
|
258
|
+
"duration": 500.0
|
|
257
259
|
},
|
|
258
260
|
{
|
|
259
261
|
"type": "stat-display",
|
|
@@ -262,52 +264,48 @@
|
|
|
262
264
|
"value": "@entity.remaining"
|
|
263
265
|
},
|
|
264
266
|
{
|
|
265
|
-
"
|
|
266
|
-
"max": 60.0,
|
|
267
|
+
"type": "meter",
|
|
267
268
|
"min": 0.0,
|
|
268
|
-
"
|
|
269
|
+
"value": "@entity.remaining",
|
|
270
|
+
"max": 60.0
|
|
269
271
|
},
|
|
270
272
|
{
|
|
271
|
-
"color": "primary",
|
|
272
273
|
"value": "@entity.remaining",
|
|
274
|
+
"color": "primary",
|
|
273
275
|
"showPercentage": true,
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
+
"type": "progress-bar",
|
|
277
|
+
"max": 60.0
|
|
276
278
|
},
|
|
277
279
|
{
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
+
"label": "@entity.status",
|
|
281
|
+
"type": "badge"
|
|
280
282
|
}
|
|
281
|
-
]
|
|
282
|
-
"type": "stack"
|
|
283
|
+
]
|
|
283
284
|
},
|
|
284
285
|
{
|
|
285
|
-
"
|
|
286
|
-
"type": "stack",
|
|
286
|
+
"direction": "horizontal",
|
|
287
287
|
"justify": "center",
|
|
288
|
+
"type": "stack",
|
|
288
289
|
"children": [
|
|
289
290
|
{
|
|
290
|
-
"
|
|
291
|
+
"type": "button",
|
|
291
292
|
"action": "PAUSE",
|
|
292
293
|
"variant": "secondary",
|
|
293
|
-
"
|
|
294
|
-
"
|
|
294
|
+
"icon": "pause",
|
|
295
|
+
"label": "Pause"
|
|
295
296
|
},
|
|
296
297
|
{
|
|
297
|
-
"type": "button",
|
|
298
298
|
"label": "Reset",
|
|
299
|
-
"variant": "ghost",
|
|
300
299
|
"icon": "rotate-ccw",
|
|
301
|
-
"
|
|
300
|
+
"variant": "ghost",
|
|
301
|
+
"action": "RESET",
|
|
302
|
+
"type": "button"
|
|
302
303
|
}
|
|
303
304
|
],
|
|
304
|
-
"
|
|
305
|
+
"gap": "sm"
|
|
305
306
|
}
|
|
306
307
|
],
|
|
307
|
-
"
|
|
308
|
-
"gap": "lg",
|
|
309
|
-
"align": "center",
|
|
310
|
-
"type": "stack"
|
|
308
|
+
"gap": "lg"
|
|
311
309
|
}
|
|
312
310
|
]
|
|
313
311
|
]
|
|
@@ -323,13 +321,16 @@
|
|
|
323
321
|
{
|
|
324
322
|
"children": [
|
|
325
323
|
{
|
|
324
|
+
"gap": "md",
|
|
325
|
+
"direction": "vertical",
|
|
326
326
|
"type": "stack",
|
|
327
327
|
"align": "center",
|
|
328
|
-
"gap": "md",
|
|
329
328
|
"children": [
|
|
330
329
|
{
|
|
330
|
+
"direction": "horizontal",
|
|
331
331
|
"type": "stack",
|
|
332
332
|
"gap": "sm",
|
|
333
|
+
"align": "center",
|
|
333
334
|
"children": [
|
|
334
335
|
{
|
|
335
336
|
"type": "icon",
|
|
@@ -340,18 +341,15 @@
|
|
|
340
341
|
"variant": "h2",
|
|
341
342
|
"type": "typography"
|
|
342
343
|
}
|
|
343
|
-
]
|
|
344
|
-
"direction": "horizontal",
|
|
345
|
-
"align": "center"
|
|
344
|
+
]
|
|
346
345
|
},
|
|
347
346
|
{
|
|
348
347
|
"type": "divider"
|
|
349
348
|
},
|
|
350
349
|
{
|
|
351
|
-
"
|
|
352
|
-
"duration": 500.0,
|
|
350
|
+
"value": "@entity.remaining",
|
|
353
351
|
"type": "animated-counter",
|
|
354
|
-
"
|
|
352
|
+
"duration": 500.0
|
|
355
353
|
},
|
|
356
354
|
{
|
|
357
355
|
"max": 60.0,
|
|
@@ -360,51 +358,50 @@
|
|
|
360
358
|
"value": "@entity.remaining"
|
|
361
359
|
},
|
|
362
360
|
{
|
|
363
|
-
"type": "meter",
|
|
364
361
|
"min": 0.0,
|
|
365
362
|
"max": 60.0,
|
|
363
|
+
"type": "meter",
|
|
366
364
|
"value": "@entity.remaining"
|
|
367
365
|
},
|
|
368
366
|
{
|
|
369
|
-
"color": "primary",
|
|
370
|
-
"showPercentage": true,
|
|
371
367
|
"type": "progress-bar",
|
|
372
368
|
"value": "@entity.remaining",
|
|
373
|
-
"max": 60.0
|
|
369
|
+
"max": 60.0,
|
|
370
|
+
"color": "primary",
|
|
371
|
+
"showPercentage": true
|
|
374
372
|
},
|
|
375
373
|
{
|
|
376
|
-
"
|
|
377
|
-
"
|
|
374
|
+
"type": "badge",
|
|
375
|
+
"label": "@entity.status"
|
|
378
376
|
}
|
|
379
|
-
]
|
|
380
|
-
"direction": "vertical"
|
|
377
|
+
]
|
|
381
378
|
},
|
|
382
379
|
{
|
|
380
|
+
"type": "stack",
|
|
381
|
+
"direction": "horizontal",
|
|
383
382
|
"justify": "center",
|
|
383
|
+
"gap": "sm",
|
|
384
384
|
"children": [
|
|
385
385
|
{
|
|
386
|
-
"action": "PAUSE",
|
|
387
|
-
"label": "Pause",
|
|
388
386
|
"type": "button",
|
|
387
|
+
"label": "Pause",
|
|
388
|
+
"action": "PAUSE",
|
|
389
389
|
"variant": "secondary",
|
|
390
390
|
"icon": "pause"
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
|
-
"icon": "rotate-ccw",
|
|
394
393
|
"type": "button",
|
|
395
|
-
"label": "Reset",
|
|
396
394
|
"action": "RESET",
|
|
397
|
-
"variant": "ghost"
|
|
395
|
+
"variant": "ghost",
|
|
396
|
+
"icon": "rotate-ccw",
|
|
397
|
+
"label": "Reset"
|
|
398
398
|
}
|
|
399
|
-
]
|
|
400
|
-
"gap": "sm",
|
|
401
|
-
"direction": "horizontal",
|
|
402
|
-
"type": "stack"
|
|
399
|
+
]
|
|
403
400
|
}
|
|
404
401
|
],
|
|
405
402
|
"type": "stack",
|
|
406
|
-
"gap": "lg",
|
|
407
403
|
"direction": "vertical",
|
|
404
|
+
"gap": "lg",
|
|
408
405
|
"align": "center"
|
|
409
406
|
}
|
|
410
407
|
]
|
|
@@ -424,91 +421,90 @@
|
|
|
424
421
|
"render-ui",
|
|
425
422
|
"main",
|
|
426
423
|
{
|
|
427
|
-
"align": "center",
|
|
428
424
|
"type": "stack",
|
|
429
|
-
"gap": "lg",
|
|
430
425
|
"children": [
|
|
431
426
|
{
|
|
427
|
+
"align": "center",
|
|
432
428
|
"gap": "md",
|
|
429
|
+
"type": "stack",
|
|
433
430
|
"children": [
|
|
434
431
|
{
|
|
435
|
-
"align": "center",
|
|
436
|
-
"type": "stack",
|
|
437
|
-
"gap": "sm",
|
|
438
432
|
"direction": "horizontal",
|
|
433
|
+
"gap": "sm",
|
|
434
|
+
"align": "center",
|
|
439
435
|
"children": [
|
|
440
436
|
{
|
|
441
|
-
"
|
|
442
|
-
"
|
|
437
|
+
"type": "icon",
|
|
438
|
+
"name": "clock"
|
|
443
439
|
},
|
|
444
440
|
{
|
|
445
441
|
"content": "Timer",
|
|
446
442
|
"variant": "h2",
|
|
447
443
|
"type": "typography"
|
|
448
444
|
}
|
|
449
|
-
]
|
|
445
|
+
],
|
|
446
|
+
"type": "stack"
|
|
450
447
|
},
|
|
451
448
|
{
|
|
452
449
|
"type": "divider"
|
|
453
450
|
},
|
|
454
451
|
{
|
|
455
|
-
"label": "",
|
|
456
452
|
"value": "@entity.remaining",
|
|
457
|
-
"
|
|
458
|
-
"
|
|
453
|
+
"type": "animated-counter",
|
|
454
|
+
"duration": 500.0
|
|
459
455
|
},
|
|
460
456
|
{
|
|
461
457
|
"max": 60.0,
|
|
462
|
-
"value": "@entity.remaining",
|
|
463
458
|
"type": "stat-display",
|
|
464
|
-
"label": "Time Remaining"
|
|
459
|
+
"label": "Time Remaining",
|
|
460
|
+
"value": "@entity.remaining"
|
|
465
461
|
},
|
|
466
462
|
{
|
|
467
|
-
"
|
|
468
|
-
"max": 60.0,
|
|
463
|
+
"type": "meter",
|
|
469
464
|
"value": "@entity.remaining",
|
|
470
|
-
"
|
|
465
|
+
"min": 0.0,
|
|
466
|
+
"max": 60.0
|
|
471
467
|
},
|
|
472
468
|
{
|
|
473
|
-
"showPercentage": true,
|
|
474
469
|
"value": "@entity.remaining",
|
|
470
|
+
"type": "progress-bar",
|
|
471
|
+
"showPercentage": true,
|
|
475
472
|
"max": 60.0,
|
|
476
|
-
"color": "primary"
|
|
477
|
-
"type": "progress-bar"
|
|
473
|
+
"color": "primary"
|
|
478
474
|
},
|
|
479
475
|
{
|
|
480
|
-
"
|
|
481
|
-
"
|
|
476
|
+
"type": "badge",
|
|
477
|
+
"label": "@entity.status"
|
|
482
478
|
}
|
|
483
479
|
],
|
|
484
|
-
"direction": "vertical"
|
|
485
|
-
"type": "stack",
|
|
486
|
-
"align": "center"
|
|
480
|
+
"direction": "vertical"
|
|
487
481
|
},
|
|
488
482
|
{
|
|
483
|
+
"gap": "sm",
|
|
489
484
|
"direction": "horizontal",
|
|
485
|
+
"type": "stack",
|
|
490
486
|
"justify": "center",
|
|
491
|
-
"gap": "sm",
|
|
492
487
|
"children": [
|
|
493
488
|
{
|
|
489
|
+
"action": "RESUME",
|
|
494
490
|
"type": "button",
|
|
495
491
|
"label": "Resume",
|
|
496
492
|
"icon": "play",
|
|
497
|
-
"action": "RESUME",
|
|
498
493
|
"variant": "primary"
|
|
499
494
|
},
|
|
500
495
|
{
|
|
501
|
-
"
|
|
502
|
-
"action": "RESET",
|
|
496
|
+
"label": "Reset",
|
|
503
497
|
"variant": "ghost",
|
|
498
|
+
"action": "RESET",
|
|
504
499
|
"type": "button",
|
|
505
|
-
"
|
|
500
|
+
"icon": "rotate-ccw"
|
|
506
501
|
}
|
|
507
|
-
]
|
|
508
|
-
"type": "stack"
|
|
502
|
+
]
|
|
509
503
|
}
|
|
510
504
|
],
|
|
511
|
-
"direction": "vertical"
|
|
505
|
+
"direction": "vertical",
|
|
506
|
+
"gap": "lg",
|
|
507
|
+
"align": "center"
|
|
512
508
|
}
|
|
513
509
|
]
|
|
514
510
|
]
|
|
@@ -528,17 +524,17 @@
|
|
|
528
524
|
"main",
|
|
529
525
|
{
|
|
530
526
|
"type": "stack",
|
|
527
|
+
"gap": "lg",
|
|
531
528
|
"direction": "vertical",
|
|
532
529
|
"align": "center",
|
|
533
|
-
"gap": "lg",
|
|
534
530
|
"children": [
|
|
535
531
|
{
|
|
536
|
-
"
|
|
537
|
-
"align": "center",
|
|
538
|
-
"type": "stack",
|
|
532
|
+
"gap": "md",
|
|
539
533
|
"children": [
|
|
540
534
|
{
|
|
541
535
|
"type": "stack",
|
|
536
|
+
"direction": "horizontal",
|
|
537
|
+
"gap": "sm",
|
|
542
538
|
"children": [
|
|
543
539
|
{
|
|
544
540
|
"name": "clock",
|
|
@@ -550,24 +546,21 @@
|
|
|
550
546
|
"variant": "h2"
|
|
551
547
|
}
|
|
552
548
|
],
|
|
553
|
-
"align": "center"
|
|
554
|
-
"direction": "horizontal",
|
|
555
|
-
"gap": "sm"
|
|
549
|
+
"align": "center"
|
|
556
550
|
},
|
|
557
551
|
{
|
|
558
552
|
"type": "divider"
|
|
559
553
|
},
|
|
560
554
|
{
|
|
561
|
-
"type": "animated-counter",
|
|
562
|
-
"value": "@entity.remaining",
|
|
563
555
|
"duration": 500.0,
|
|
564
|
-
"
|
|
556
|
+
"value": "@entity.remaining",
|
|
557
|
+
"type": "animated-counter"
|
|
565
558
|
},
|
|
566
559
|
{
|
|
567
|
-
"
|
|
560
|
+
"type": "stat-display",
|
|
568
561
|
"label": "Time Remaining",
|
|
569
562
|
"max": 60.0,
|
|
570
|
-
"
|
|
563
|
+
"value": "@entity.remaining"
|
|
571
564
|
},
|
|
572
565
|
{
|
|
573
566
|
"max": 60.0,
|
|
@@ -576,38 +569,40 @@
|
|
|
576
569
|
"min": 0.0
|
|
577
570
|
},
|
|
578
571
|
{
|
|
579
|
-
"color": "primary",
|
|
580
|
-
"type": "progress-bar",
|
|
581
572
|
"showPercentage": true,
|
|
573
|
+
"color": "primary",
|
|
582
574
|
"max": 60.0,
|
|
583
|
-
"value": "@entity.remaining"
|
|
575
|
+
"value": "@entity.remaining",
|
|
576
|
+
"type": "progress-bar"
|
|
584
577
|
},
|
|
585
578
|
{
|
|
586
579
|
"label": "@entity.status",
|
|
587
580
|
"type": "badge"
|
|
588
581
|
}
|
|
589
582
|
],
|
|
590
|
-
"
|
|
583
|
+
"direction": "vertical",
|
|
584
|
+
"type": "stack",
|
|
585
|
+
"align": "center"
|
|
591
586
|
},
|
|
592
587
|
{
|
|
593
|
-
"
|
|
588
|
+
"type": "typography",
|
|
594
589
|
"content": "Time is up!",
|
|
595
|
-
"
|
|
590
|
+
"variant": "h3"
|
|
596
591
|
},
|
|
597
592
|
{
|
|
598
593
|
"type": "stack",
|
|
599
|
-
"justify": "center",
|
|
600
|
-
"direction": "horizontal",
|
|
601
|
-
"gap": "sm",
|
|
602
594
|
"children": [
|
|
603
595
|
{
|
|
596
|
+
"type": "button",
|
|
604
597
|
"variant": "primary",
|
|
598
|
+
"label": "Reset",
|
|
605
599
|
"action": "RESET",
|
|
606
|
-
"
|
|
607
|
-
"icon": "rotate-ccw",
|
|
608
|
-
"label": "Reset"
|
|
600
|
+
"icon": "rotate-ccw"
|
|
609
601
|
}
|
|
610
|
-
]
|
|
602
|
+
],
|
|
603
|
+
"direction": "horizontal",
|
|
604
|
+
"gap": "sm",
|
|
605
|
+
"justify": "center"
|
|
611
606
|
}
|
|
612
607
|
]
|
|
613
608
|
}
|
|
@@ -628,18 +623,19 @@
|
|
|
628
623
|
"render-ui",
|
|
629
624
|
"main",
|
|
630
625
|
{
|
|
631
|
-
"direction": "vertical",
|
|
632
626
|
"gap": "lg",
|
|
633
|
-
"type": "stack",
|
|
634
627
|
"align": "center",
|
|
628
|
+
"direction": "vertical",
|
|
629
|
+
"type": "stack",
|
|
635
630
|
"children": [
|
|
636
631
|
{
|
|
632
|
+
"gap": "md",
|
|
633
|
+
"type": "stack",
|
|
634
|
+
"direction": "vertical",
|
|
637
635
|
"children": [
|
|
638
636
|
{
|
|
639
|
-
"gap": "sm",
|
|
640
|
-
"type": "stack",
|
|
641
637
|
"align": "center",
|
|
642
|
-
"
|
|
638
|
+
"type": "stack",
|
|
643
639
|
"children": [
|
|
644
640
|
{
|
|
645
641
|
"type": "icon",
|
|
@@ -647,77 +643,75 @@
|
|
|
647
643
|
},
|
|
648
644
|
{
|
|
649
645
|
"type": "typography",
|
|
650
|
-
"
|
|
651
|
-
"
|
|
646
|
+
"variant": "h2",
|
|
647
|
+
"content": "Timer"
|
|
652
648
|
}
|
|
653
|
-
]
|
|
649
|
+
],
|
|
650
|
+
"gap": "sm",
|
|
651
|
+
"direction": "horizontal"
|
|
654
652
|
},
|
|
655
653
|
{
|
|
656
654
|
"type": "divider"
|
|
657
655
|
},
|
|
658
656
|
{
|
|
659
657
|
"type": "animated-counter",
|
|
660
|
-
"duration": 500.0,
|
|
661
658
|
"value": "@entity.remaining",
|
|
662
|
-
"
|
|
659
|
+
"duration": 500.0
|
|
663
660
|
},
|
|
664
661
|
{
|
|
665
662
|
"max": 60.0,
|
|
666
663
|
"type": "stat-display",
|
|
667
|
-
"
|
|
668
|
-
"
|
|
664
|
+
"label": "Time Remaining",
|
|
665
|
+
"value": "@entity.remaining"
|
|
669
666
|
},
|
|
670
667
|
{
|
|
671
|
-
"value": "@entity.remaining",
|
|
672
668
|
"max": 60.0,
|
|
673
669
|
"min": 0.0,
|
|
670
|
+
"value": "@entity.remaining",
|
|
674
671
|
"type": "meter"
|
|
675
672
|
},
|
|
676
673
|
{
|
|
677
|
-
"color": "primary",
|
|
678
674
|
"showPercentage": true,
|
|
679
|
-
"value": "@entity.remaining",
|
|
680
675
|
"type": "progress-bar",
|
|
676
|
+
"value": "@entity.remaining",
|
|
677
|
+
"color": "primary",
|
|
681
678
|
"max": 60.0
|
|
682
679
|
},
|
|
683
680
|
{
|
|
684
|
-
"
|
|
685
|
-
"
|
|
681
|
+
"label": "@entity.status",
|
|
682
|
+
"type": "badge"
|
|
686
683
|
}
|
|
687
684
|
],
|
|
688
|
-
"
|
|
689
|
-
"align": "center",
|
|
690
|
-
"direction": "vertical",
|
|
691
|
-
"gap": "md"
|
|
685
|
+
"align": "center"
|
|
692
686
|
},
|
|
693
687
|
{
|
|
694
|
-
"justify": "center",
|
|
695
|
-
"gap": "sm",
|
|
696
|
-
"type": "stack",
|
|
697
|
-
"direction": "horizontal",
|
|
698
688
|
"children": [
|
|
699
689
|
{
|
|
700
690
|
"variant": "primary",
|
|
701
|
-
"
|
|
691
|
+
"type": "button",
|
|
702
692
|
"label": "Start",
|
|
703
|
-
"
|
|
704
|
-
"
|
|
693
|
+
"icon": "play",
|
|
694
|
+
"action": "START"
|
|
705
695
|
},
|
|
706
696
|
{
|
|
707
|
-
"
|
|
697
|
+
"type": "button",
|
|
708
698
|
"icon": "pause",
|
|
709
|
-
"variant": "ghost",
|
|
710
699
|
"action": "PAUSE",
|
|
711
|
-
"
|
|
700
|
+
"label": "Pause",
|
|
701
|
+
"variant": "ghost"
|
|
712
702
|
},
|
|
713
703
|
{
|
|
714
|
-
"variant": "ghost",
|
|
715
704
|
"type": "button",
|
|
716
705
|
"action": "RESET",
|
|
706
|
+
"icon": "rotate-ccw",
|
|
717
707
|
"label": "Reset",
|
|
718
|
-
"
|
|
708
|
+
"variant": "ghost"
|
|
719
709
|
}
|
|
720
|
-
]
|
|
710
|
+
],
|
|
711
|
+
"gap": "sm",
|
|
712
|
+
"type": "stack",
|
|
713
|
+
"direction": "horizontal",
|
|
714
|
+
"justify": "center"
|
|
721
715
|
}
|
|
722
716
|
]
|
|
723
717
|
}
|
|
@@ -739,90 +733,89 @@
|
|
|
739
733
|
"main",
|
|
740
734
|
{
|
|
741
735
|
"type": "stack",
|
|
742
|
-
"direction": "vertical",
|
|
743
|
-
"gap": "lg",
|
|
744
736
|
"align": "center",
|
|
745
737
|
"children": [
|
|
746
738
|
{
|
|
747
739
|
"type": "stack",
|
|
748
740
|
"direction": "vertical",
|
|
741
|
+
"gap": "md",
|
|
749
742
|
"align": "center",
|
|
750
743
|
"children": [
|
|
751
744
|
{
|
|
745
|
+
"align": "center",
|
|
752
746
|
"children": [
|
|
753
747
|
{
|
|
754
|
-
"
|
|
755
|
-
"
|
|
748
|
+
"name": "clock",
|
|
749
|
+
"type": "icon"
|
|
756
750
|
},
|
|
757
751
|
{
|
|
758
|
-
"type": "typography",
|
|
759
752
|
"variant": "h2",
|
|
753
|
+
"type": "typography",
|
|
760
754
|
"content": "Timer"
|
|
761
755
|
}
|
|
762
756
|
],
|
|
763
757
|
"gap": "sm",
|
|
764
758
|
"type": "stack",
|
|
765
|
-
"align": "center",
|
|
766
759
|
"direction": "horizontal"
|
|
767
760
|
},
|
|
768
761
|
{
|
|
769
762
|
"type": "divider"
|
|
770
763
|
},
|
|
771
764
|
{
|
|
772
|
-
"duration": 500.0,
|
|
773
|
-
"label": "",
|
|
774
765
|
"value": "@entity.remaining",
|
|
766
|
+
"duration": 500.0,
|
|
775
767
|
"type": "animated-counter"
|
|
776
768
|
},
|
|
777
769
|
{
|
|
778
|
-
"max": 60.0,
|
|
779
|
-
"value": "@entity.remaining",
|
|
780
770
|
"label": "Time Remaining",
|
|
781
|
-
"
|
|
771
|
+
"value": "@entity.remaining",
|
|
772
|
+
"type": "stat-display",
|
|
773
|
+
"max": 60.0
|
|
782
774
|
},
|
|
783
775
|
{
|
|
784
|
-
"
|
|
776
|
+
"max": 60.0,
|
|
785
777
|
"type": "meter",
|
|
786
|
-
"
|
|
787
|
-
"
|
|
778
|
+
"min": 0.0,
|
|
779
|
+
"value": "@entity.remaining"
|
|
788
780
|
},
|
|
789
781
|
{
|
|
790
|
-
"type": "progress-bar",
|
|
791
782
|
"showPercentage": true,
|
|
792
|
-
"color": "primary",
|
|
793
783
|
"max": 60.0,
|
|
784
|
+
"type": "progress-bar",
|
|
785
|
+
"color": "primary",
|
|
794
786
|
"value": "@entity.remaining"
|
|
795
787
|
},
|
|
796
788
|
{
|
|
797
789
|
"type": "badge",
|
|
798
790
|
"label": "@entity.status"
|
|
799
791
|
}
|
|
800
|
-
]
|
|
801
|
-
"gap": "md"
|
|
792
|
+
]
|
|
802
793
|
},
|
|
803
794
|
{
|
|
804
795
|
"gap": "sm",
|
|
796
|
+
"direction": "horizontal",
|
|
797
|
+
"justify": "center",
|
|
805
798
|
"children": [
|
|
806
799
|
{
|
|
800
|
+
"action": "PAUSE",
|
|
807
801
|
"type": "button",
|
|
808
802
|
"variant": "secondary",
|
|
809
|
-
"
|
|
810
|
-
"
|
|
811
|
-
"icon": "pause"
|
|
803
|
+
"icon": "pause",
|
|
804
|
+
"label": "Pause"
|
|
812
805
|
},
|
|
813
806
|
{
|
|
814
807
|
"label": "Reset",
|
|
815
|
-
"icon": "rotate-ccw",
|
|
816
808
|
"type": "button",
|
|
809
|
+
"icon": "rotate-ccw",
|
|
817
810
|
"action": "RESET",
|
|
818
811
|
"variant": "ghost"
|
|
819
812
|
}
|
|
820
813
|
],
|
|
821
|
-
"
|
|
822
|
-
"type": "stack",
|
|
823
|
-
"justify": "center"
|
|
814
|
+
"type": "stack"
|
|
824
815
|
}
|
|
825
|
-
]
|
|
816
|
+
],
|
|
817
|
+
"direction": "vertical",
|
|
818
|
+
"gap": "lg"
|
|
826
819
|
}
|
|
827
820
|
]
|
|
828
821
|
]
|
|
@@ -841,39 +834,36 @@
|
|
|
841
834
|
"render-ui",
|
|
842
835
|
"main",
|
|
843
836
|
{
|
|
844
|
-
"direction": "vertical",
|
|
845
|
-
"type": "stack",
|
|
846
837
|
"align": "center",
|
|
838
|
+
"type": "stack",
|
|
847
839
|
"children": [
|
|
848
840
|
{
|
|
849
|
-
"gap": "md",
|
|
850
841
|
"align": "center",
|
|
851
|
-
"type": "stack",
|
|
852
842
|
"direction": "vertical",
|
|
843
|
+
"type": "stack",
|
|
853
844
|
"children": [
|
|
854
845
|
{
|
|
855
846
|
"children": [
|
|
856
847
|
{
|
|
857
|
-
"
|
|
858
|
-
"
|
|
848
|
+
"type": "icon",
|
|
849
|
+
"name": "clock"
|
|
859
850
|
},
|
|
860
851
|
{
|
|
861
|
-
"
|
|
852
|
+
"content": "Timer",
|
|
862
853
|
"variant": "h2",
|
|
863
|
-
"
|
|
854
|
+
"type": "typography"
|
|
864
855
|
}
|
|
865
856
|
],
|
|
866
|
-
"type": "stack",
|
|
867
857
|
"direction": "horizontal",
|
|
868
858
|
"gap": "sm",
|
|
869
|
-
"align": "center"
|
|
859
|
+
"align": "center",
|
|
860
|
+
"type": "stack"
|
|
870
861
|
},
|
|
871
862
|
{
|
|
872
863
|
"type": "divider"
|
|
873
864
|
},
|
|
874
865
|
{
|
|
875
866
|
"value": "@entity.remaining",
|
|
876
|
-
"label": "",
|
|
877
867
|
"duration": 500.0,
|
|
878
868
|
"type": "animated-counter"
|
|
879
869
|
},
|
|
@@ -884,54 +874,56 @@
|
|
|
884
874
|
"max": 60.0
|
|
885
875
|
},
|
|
886
876
|
{
|
|
887
|
-
"
|
|
877
|
+
"min": 0.0,
|
|
888
878
|
"type": "meter",
|
|
889
879
|
"max": 60.0,
|
|
890
|
-
"
|
|
880
|
+
"value": "@entity.remaining"
|
|
891
881
|
},
|
|
892
882
|
{
|
|
893
883
|
"type": "progress-bar",
|
|
894
|
-
"
|
|
884
|
+
"value": "@entity.remaining",
|
|
895
885
|
"max": 60.0,
|
|
896
886
|
"color": "primary",
|
|
897
|
-
"
|
|
887
|
+
"showPercentage": true
|
|
898
888
|
},
|
|
899
889
|
{
|
|
900
890
|
"type": "badge",
|
|
901
891
|
"label": "@entity.status"
|
|
902
892
|
}
|
|
903
|
-
]
|
|
893
|
+
],
|
|
894
|
+
"gap": "md"
|
|
904
895
|
},
|
|
905
896
|
{
|
|
906
|
-
"
|
|
897
|
+
"type": "stack",
|
|
898
|
+
"justify": "center",
|
|
907
899
|
"gap": "sm",
|
|
900
|
+
"direction": "horizontal",
|
|
908
901
|
"children": [
|
|
909
902
|
{
|
|
910
903
|
"variant": "primary",
|
|
911
|
-
"
|
|
912
|
-
"action": "START",
|
|
904
|
+
"label": "Start",
|
|
913
905
|
"icon": "play",
|
|
914
|
-
"
|
|
906
|
+
"type": "button",
|
|
907
|
+
"action": "START"
|
|
915
908
|
},
|
|
916
909
|
{
|
|
910
|
+
"type": "button",
|
|
917
911
|
"variant": "ghost",
|
|
918
912
|
"icon": "pause",
|
|
919
|
-
"type": "button",
|
|
920
913
|
"action": "PAUSE",
|
|
921
914
|
"label": "Pause"
|
|
922
915
|
},
|
|
923
916
|
{
|
|
924
|
-
"label": "Reset",
|
|
925
|
-
"type": "button",
|
|
926
917
|
"variant": "ghost",
|
|
927
918
|
"icon": "rotate-ccw",
|
|
928
|
-
"
|
|
919
|
+
"type": "button",
|
|
920
|
+
"action": "RESET",
|
|
921
|
+
"label": "Reset"
|
|
929
922
|
}
|
|
930
|
-
]
|
|
931
|
-
"type": "stack",
|
|
932
|
-
"justify": "center"
|
|
923
|
+
]
|
|
933
924
|
}
|
|
934
925
|
],
|
|
926
|
+
"direction": "vertical",
|
|
935
927
|
"gap": "lg"
|
|
936
928
|
}
|
|
937
929
|
]
|
|
@@ -952,64 +944,64 @@
|
|
|
952
944
|
"main",
|
|
953
945
|
{
|
|
954
946
|
"type": "stack",
|
|
955
|
-
"
|
|
947
|
+
"direction": "vertical",
|
|
948
|
+
"align": "center",
|
|
956
949
|
"children": [
|
|
957
950
|
{
|
|
958
|
-
"direction": "vertical",
|
|
959
|
-
"type": "stack",
|
|
960
|
-
"align": "center",
|
|
961
|
-
"gap": "md",
|
|
962
951
|
"children": [
|
|
963
952
|
{
|
|
953
|
+
"align": "center",
|
|
954
|
+
"gap": "sm",
|
|
955
|
+
"direction": "horizontal",
|
|
964
956
|
"children": [
|
|
965
957
|
{
|
|
966
|
-
"
|
|
967
|
-
"
|
|
958
|
+
"type": "icon",
|
|
959
|
+
"name": "clock"
|
|
968
960
|
},
|
|
969
961
|
{
|
|
970
|
-
"
|
|
962
|
+
"variant": "h2",
|
|
971
963
|
"content": "Timer",
|
|
972
|
-
"
|
|
964
|
+
"type": "typography"
|
|
973
965
|
}
|
|
974
966
|
],
|
|
975
|
-
"
|
|
976
|
-
"direction": "horizontal",
|
|
977
|
-
"type": "stack",
|
|
978
|
-
"gap": "sm"
|
|
967
|
+
"type": "stack"
|
|
979
968
|
},
|
|
980
969
|
{
|
|
981
970
|
"type": "divider"
|
|
982
971
|
},
|
|
983
972
|
{
|
|
984
|
-
"label": "",
|
|
985
973
|
"duration": 500.0,
|
|
986
|
-
"
|
|
987
|
-
"
|
|
974
|
+
"value": "@entity.remaining",
|
|
975
|
+
"type": "animated-counter"
|
|
988
976
|
},
|
|
989
977
|
{
|
|
990
|
-
"label": "Time Remaining",
|
|
991
|
-
"max": 60.0,
|
|
992
978
|
"value": "@entity.remaining",
|
|
993
|
-
"type": "stat-display"
|
|
979
|
+
"type": "stat-display",
|
|
980
|
+
"max": 60.0,
|
|
981
|
+
"label": "Time Remaining"
|
|
994
982
|
},
|
|
995
983
|
{
|
|
996
984
|
"type": "meter",
|
|
997
|
-
"value": "@entity.remaining",
|
|
998
985
|
"max": 60.0,
|
|
999
|
-
"min": 0.0
|
|
986
|
+
"min": 0.0,
|
|
987
|
+
"value": "@entity.remaining"
|
|
1000
988
|
},
|
|
1001
989
|
{
|
|
1002
990
|
"value": "@entity.remaining",
|
|
1003
991
|
"type": "progress-bar",
|
|
1004
992
|
"max": 60.0,
|
|
1005
|
-
"
|
|
1006
|
-
"
|
|
993
|
+
"color": "primary",
|
|
994
|
+
"showPercentage": true
|
|
1007
995
|
},
|
|
1008
996
|
{
|
|
1009
|
-
"
|
|
1010
|
-
"
|
|
997
|
+
"label": "@entity.status",
|
|
998
|
+
"type": "badge"
|
|
1011
999
|
}
|
|
1012
|
-
]
|
|
1000
|
+
],
|
|
1001
|
+
"direction": "vertical",
|
|
1002
|
+
"gap": "md",
|
|
1003
|
+
"type": "stack",
|
|
1004
|
+
"align": "center"
|
|
1013
1005
|
},
|
|
1014
1006
|
{
|
|
1015
1007
|
"type": "stack",
|
|
@@ -1018,31 +1010,30 @@
|
|
|
1018
1010
|
"children": [
|
|
1019
1011
|
{
|
|
1020
1012
|
"variant": "primary",
|
|
1021
|
-
"
|
|
1013
|
+
"label": "Start",
|
|
1022
1014
|
"icon": "play",
|
|
1023
1015
|
"action": "START",
|
|
1024
|
-
"
|
|
1016
|
+
"type": "button"
|
|
1025
1017
|
},
|
|
1026
1018
|
{
|
|
1027
|
-
"label": "Pause",
|
|
1028
1019
|
"icon": "pause",
|
|
1029
|
-
"
|
|
1020
|
+
"action": "PAUSE",
|
|
1021
|
+
"label": "Pause",
|
|
1030
1022
|
"type": "button",
|
|
1031
|
-
"
|
|
1023
|
+
"variant": "ghost"
|
|
1032
1024
|
},
|
|
1033
1025
|
{
|
|
1034
|
-
"
|
|
1026
|
+
"type": "button",
|
|
1027
|
+
"label": "Reset",
|
|
1035
1028
|
"action": "RESET",
|
|
1036
1029
|
"variant": "ghost",
|
|
1037
|
-
"
|
|
1038
|
-
"type": "button"
|
|
1030
|
+
"icon": "rotate-ccw"
|
|
1039
1031
|
}
|
|
1040
1032
|
],
|
|
1041
1033
|
"gap": "sm"
|
|
1042
1034
|
}
|
|
1043
1035
|
],
|
|
1044
|
-
"
|
|
1045
|
-
"direction": "vertical"
|
|
1036
|
+
"gap": "lg"
|
|
1046
1037
|
}
|
|
1047
1038
|
]
|
|
1048
1039
|
]
|
|
@@ -1065,4 +1056,4 @@
|
|
|
1065
1056
|
]
|
|
1066
1057
|
}
|
|
1067
1058
|
]
|
|
1068
|
-
}
|
|
1059
|
+
}
|