@almadar/std 8.4.2 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/package.json +1 -1
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
{
|
|
30
30
|
"event": "PUSH_RECEIVED",
|
|
31
31
|
"scope": "external",
|
|
32
|
-
"
|
|
32
|
+
"payloadSchema": [
|
|
33
33
|
{
|
|
34
34
|
"name": "message",
|
|
35
35
|
"type": "string"
|
|
@@ -39,28 +39,18 @@
|
|
|
39
39
|
{
|
|
40
40
|
"event": "PUSH_DISCONNECTED",
|
|
41
41
|
"scope": "external",
|
|
42
|
-
"
|
|
42
|
+
"payloadSchema": [
|
|
43
43
|
{
|
|
44
44
|
"name": "reason",
|
|
45
45
|
"type": "string"
|
|
46
46
|
}
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
|
-
{
|
|
50
|
-
"event": "PUSH_DISCONNECTED",
|
|
51
|
-
"scope": "internal",
|
|
52
|
-
"payload": [
|
|
53
|
-
{
|
|
54
|
-
"name": "data",
|
|
55
|
-
"type": "object"
|
|
56
|
-
}
|
|
57
|
-
]
|
|
58
|
-
},
|
|
59
49
|
{
|
|
60
50
|
"event": "PushDisconnected",
|
|
61
51
|
"description": "Fired when the push connection drops",
|
|
62
52
|
"scope": "internal",
|
|
63
|
-
"
|
|
53
|
+
"payloadSchema": [
|
|
64
54
|
{
|
|
65
55
|
"name": "reason",
|
|
66
56
|
"type": "string"
|
|
@@ -71,7 +61,7 @@
|
|
|
71
61
|
"event": "PushReceived",
|
|
72
62
|
"description": "Fired on every incoming push frame",
|
|
73
63
|
"scope": "internal",
|
|
74
|
-
"
|
|
64
|
+
"payloadSchema": [
|
|
75
65
|
{
|
|
76
66
|
"name": "message",
|
|
77
67
|
"type": "string"
|
|
@@ -81,7 +71,7 @@
|
|
|
81
71
|
{
|
|
82
72
|
"event": "PushSubscriberLoadFailed",
|
|
83
73
|
"scope": "internal",
|
|
84
|
-
"
|
|
74
|
+
"payloadSchema": [
|
|
85
75
|
{
|
|
86
76
|
"name": "error",
|
|
87
77
|
"type": "string"
|
|
@@ -95,7 +85,7 @@
|
|
|
95
85
|
{
|
|
96
86
|
"event": "PushSubscriberLoaded",
|
|
97
87
|
"scope": "internal",
|
|
98
|
-
"
|
|
88
|
+
"payloadSchema": [
|
|
99
89
|
{
|
|
100
90
|
"name": "data",
|
|
101
91
|
"type": "[PushSubscriber]"
|
|
@@ -127,7 +117,7 @@
|
|
|
127
117
|
{
|
|
128
118
|
"key": "PUSH_RECEIVED",
|
|
129
119
|
"name": "Push Received",
|
|
130
|
-
"
|
|
120
|
+
"payloadSchema": [
|
|
131
121
|
{
|
|
132
122
|
"name": "message",
|
|
133
123
|
"type": "string"
|
|
@@ -137,7 +127,7 @@
|
|
|
137
127
|
{
|
|
138
128
|
"key": "PUSH_DISCONNECTED",
|
|
139
129
|
"name": "Push Disconnected",
|
|
140
|
-
"
|
|
130
|
+
"payloadSchema": [
|
|
141
131
|
{
|
|
142
132
|
"name": "reason",
|
|
143
133
|
"type": "string"
|
|
@@ -147,7 +137,7 @@
|
|
|
147
137
|
{
|
|
148
138
|
"key": "PushDisconnected",
|
|
149
139
|
"name": "Push disconnected",
|
|
150
|
-
"
|
|
140
|
+
"payloadSchema": [
|
|
151
141
|
{
|
|
152
142
|
"name": "reason",
|
|
153
143
|
"type": "string"
|
|
@@ -157,7 +147,7 @@
|
|
|
157
147
|
{
|
|
158
148
|
"key": "PushReceived",
|
|
159
149
|
"name": "Push received",
|
|
160
|
-
"
|
|
150
|
+
"payloadSchema": [
|
|
161
151
|
{
|
|
162
152
|
"name": "message",
|
|
163
153
|
"type": "string"
|
|
@@ -167,7 +157,7 @@
|
|
|
167
157
|
{
|
|
168
158
|
"key": "PushSubscriberLoadFailed",
|
|
169
159
|
"name": "PushSubscriber load failed",
|
|
170
|
-
"
|
|
160
|
+
"payloadSchema": [
|
|
171
161
|
{
|
|
172
162
|
"name": "error",
|
|
173
163
|
"type": "string"
|
|
@@ -181,7 +171,7 @@
|
|
|
181
171
|
{
|
|
182
172
|
"key": "PushSubscriberLoaded",
|
|
183
173
|
"name": "PushSubscriber loaded",
|
|
184
|
-
"
|
|
174
|
+
"payloadSchema": [
|
|
185
175
|
{
|
|
186
176
|
"name": "data",
|
|
187
177
|
"type": "[PushSubscriber]"
|
|
@@ -220,19 +210,19 @@
|
|
|
220
210
|
"main",
|
|
221
211
|
{
|
|
222
212
|
"type": "stack",
|
|
213
|
+
"direction": "horizontal",
|
|
214
|
+
"gap": "sm",
|
|
215
|
+
"align": "center",
|
|
223
216
|
"children": [
|
|
224
217
|
{
|
|
225
218
|
"type": "spinner"
|
|
226
219
|
},
|
|
227
220
|
{
|
|
228
|
-
"variant": "caption",
|
|
229
221
|
"type": "typography",
|
|
230
|
-
"content": "Connecting…"
|
|
222
|
+
"content": "Connecting…",
|
|
223
|
+
"variant": "caption"
|
|
231
224
|
}
|
|
232
|
-
]
|
|
233
|
-
"align": "center",
|
|
234
|
-
"direction": "horizontal",
|
|
235
|
-
"gap": "sm"
|
|
225
|
+
]
|
|
236
226
|
}
|
|
237
227
|
]
|
|
238
228
|
]
|
|
@@ -251,22 +241,22 @@
|
|
|
251
241
|
"render-ui",
|
|
252
242
|
"main",
|
|
253
243
|
{
|
|
254
|
-
"gap": "sm",
|
|
255
244
|
"children": [
|
|
256
245
|
{
|
|
257
|
-
"type": "icon",
|
|
258
246
|
"color": "success",
|
|
259
|
-
"name": "wifi"
|
|
247
|
+
"name": "wifi",
|
|
248
|
+
"type": "icon"
|
|
260
249
|
},
|
|
261
250
|
{
|
|
262
|
-
"type": "typography",
|
|
263
251
|
"variant": "caption",
|
|
252
|
+
"type": "typography",
|
|
264
253
|
"content": "Connected"
|
|
265
254
|
}
|
|
266
255
|
],
|
|
256
|
+
"type": "stack",
|
|
267
257
|
"direction": "horizontal",
|
|
268
258
|
"align": "center",
|
|
269
|
-
"
|
|
259
|
+
"gap": "sm"
|
|
270
260
|
}
|
|
271
261
|
]
|
|
272
262
|
]
|
|
@@ -285,22 +275,22 @@
|
|
|
285
275
|
"render-ui",
|
|
286
276
|
"main",
|
|
287
277
|
{
|
|
278
|
+
"direction": "horizontal",
|
|
279
|
+
"gap": "sm",
|
|
280
|
+
"type": "stack",
|
|
288
281
|
"align": "center",
|
|
289
282
|
"children": [
|
|
290
283
|
{
|
|
291
|
-
"
|
|
284
|
+
"name": "wifi-off",
|
|
292
285
|
"type": "icon",
|
|
293
|
-
"
|
|
286
|
+
"color": "warning"
|
|
294
287
|
},
|
|
295
288
|
{
|
|
296
289
|
"content": "Reconnecting…",
|
|
297
290
|
"variant": "caption",
|
|
298
291
|
"type": "typography"
|
|
299
292
|
}
|
|
300
|
-
]
|
|
301
|
-
"type": "stack",
|
|
302
|
-
"direction": "horizontal",
|
|
303
|
-
"gap": "sm"
|
|
293
|
+
]
|
|
304
294
|
}
|
|
305
295
|
]
|
|
306
296
|
]
|
|
@@ -319,10 +309,10 @@
|
|
|
319
309
|
"render-ui",
|
|
320
310
|
"main",
|
|
321
311
|
{
|
|
322
|
-
"gap": "sm",
|
|
323
312
|
"align": "center",
|
|
324
|
-
"type": "stack",
|
|
325
313
|
"direction": "horizontal",
|
|
314
|
+
"type": "stack",
|
|
315
|
+
"gap": "sm",
|
|
326
316
|
"children": [
|
|
327
317
|
{
|
|
328
318
|
"color": "success",
|
|
@@ -353,22 +343,22 @@
|
|
|
353
343
|
"render-ui",
|
|
354
344
|
"main",
|
|
355
345
|
{
|
|
356
|
-
"
|
|
357
|
-
"direction": "horizontal",
|
|
346
|
+
"gap": "sm",
|
|
358
347
|
"type": "stack",
|
|
348
|
+
"direction": "horizontal",
|
|
349
|
+
"align": "center",
|
|
359
350
|
"children": [
|
|
360
351
|
{
|
|
361
|
-
"color": "warning",
|
|
362
352
|
"type": "icon",
|
|
363
|
-
"name": "wifi-off"
|
|
353
|
+
"name": "wifi-off",
|
|
354
|
+
"color": "warning"
|
|
364
355
|
},
|
|
365
356
|
{
|
|
366
|
-
"
|
|
357
|
+
"content": "Reconnecting…",
|
|
367
358
|
"type": "typography",
|
|
368
|
-
"
|
|
359
|
+
"variant": "caption"
|
|
369
360
|
}
|
|
370
|
-
]
|
|
371
|
-
"gap": "sm"
|
|
361
|
+
]
|
|
372
362
|
}
|
|
373
363
|
]
|
|
374
364
|
]
|
|
@@ -390,18 +380,18 @@
|
|
|
390
380
|
"align": "center",
|
|
391
381
|
"children": [
|
|
392
382
|
{
|
|
393
|
-
"type": "icon",
|
|
394
383
|
"color": "success",
|
|
395
|
-
"name": "wifi"
|
|
384
|
+
"name": "wifi",
|
|
385
|
+
"type": "icon"
|
|
396
386
|
},
|
|
397
387
|
{
|
|
398
|
-
"
|
|
388
|
+
"type": "typography",
|
|
399
389
|
"variant": "caption",
|
|
400
|
-
"
|
|
390
|
+
"content": "Connected"
|
|
401
391
|
}
|
|
402
392
|
],
|
|
403
|
-
"type": "stack",
|
|
404
393
|
"gap": "sm",
|
|
394
|
+
"type": "stack",
|
|
405
395
|
"direction": "horizontal"
|
|
406
396
|
}
|
|
407
397
|
]
|
|
@@ -416,21 +406,21 @@
|
|
|
416
406
|
"render-ui",
|
|
417
407
|
"main",
|
|
418
408
|
{
|
|
419
|
-
"align": "center",
|
|
420
409
|
"type": "stack",
|
|
421
|
-
"
|
|
410
|
+
"align": "center",
|
|
422
411
|
"children": [
|
|
423
412
|
{
|
|
424
|
-
"name": "wifi-off",
|
|
425
413
|
"type": "icon",
|
|
414
|
+
"name": "wifi-off",
|
|
426
415
|
"color": "destructive"
|
|
427
416
|
},
|
|
428
417
|
{
|
|
429
|
-
"content": "Disconnected",
|
|
430
418
|
"type": "typography",
|
|
431
|
-
"variant": "caption"
|
|
419
|
+
"variant": "caption",
|
|
420
|
+
"content": "Disconnected"
|
|
432
421
|
}
|
|
433
422
|
],
|
|
423
|
+
"gap": "sm",
|
|
434
424
|
"direction": "horizontal"
|
|
435
425
|
}
|
|
436
426
|
]
|
|
@@ -454,4 +444,4 @@
|
|
|
454
444
|
]
|
|
455
445
|
}
|
|
456
446
|
]
|
|
457
|
-
}
|
|
447
|
+
}
|