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