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