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