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