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