@almadar/std 13.7.0 → 13.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/package.json +1 -1
|
@@ -213,13 +213,13 @@
|
|
|
213
213
|
"render-ui",
|
|
214
214
|
"main",
|
|
215
215
|
{
|
|
216
|
+
"type": "dialogue-box",
|
|
216
217
|
"typewriterSpeed": 30.0,
|
|
218
|
+
"position": "bottom",
|
|
217
219
|
"dialogue": {
|
|
218
220
|
"text": "@entity.text",
|
|
219
221
|
"speaker": "@entity.speaker"
|
|
220
|
-
}
|
|
221
|
-
"position": "bottom",
|
|
222
|
-
"type": "dialogue-box"
|
|
222
|
+
}
|
|
223
223
|
}
|
|
224
224
|
]
|
|
225
225
|
]
|
|
@@ -234,8 +234,8 @@
|
|
|
234
234
|
"DialogueNode",
|
|
235
235
|
{
|
|
236
236
|
"emit": {
|
|
237
|
-
"
|
|
238
|
-
"
|
|
237
|
+
"failure": "DialogueNodeLoadFailed",
|
|
238
|
+
"success": "DialogueNodeLoaded"
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
],
|
|
@@ -243,12 +243,12 @@
|
|
|
243
243
|
"render-ui",
|
|
244
244
|
"main",
|
|
245
245
|
{
|
|
246
|
-
"position": "bottom",
|
|
247
|
-
"type": "dialogue-box",
|
|
248
246
|
"dialogue": {
|
|
249
247
|
"speaker": "@entity.speaker",
|
|
250
248
|
"text": "@entity.text"
|
|
251
249
|
},
|
|
250
|
+
"type": "dialogue-box",
|
|
251
|
+
"position": "bottom",
|
|
252
252
|
"typewriterSpeed": 30.0
|
|
253
253
|
}
|
|
254
254
|
]
|
|
@@ -263,13 +263,13 @@
|
|
|
263
263
|
"render-ui",
|
|
264
264
|
"main",
|
|
265
265
|
{
|
|
266
|
-
"position": "bottom",
|
|
267
|
-
"typewriterSpeed": 30.0,
|
|
268
266
|
"dialogue": {
|
|
269
|
-
"
|
|
270
|
-
"
|
|
267
|
+
"text": "@entity.text",
|
|
268
|
+
"speaker": "@entity.speaker"
|
|
271
269
|
},
|
|
272
|
-
"type": "dialogue-box"
|
|
270
|
+
"type": "dialogue-box",
|
|
271
|
+
"position": "bottom",
|
|
272
|
+
"typewriterSpeed": 30.0
|
|
273
273
|
}
|
|
274
274
|
]
|
|
275
275
|
]
|
|
@@ -283,7 +283,8 @@
|
|
|
283
283
|
"render-ui",
|
|
284
284
|
"main",
|
|
285
285
|
{
|
|
286
|
-
"
|
|
286
|
+
"gap": "md",
|
|
287
|
+
"direction": "vertical",
|
|
287
288
|
"children": [
|
|
288
289
|
{
|
|
289
290
|
"content": "Dialogue complete",
|
|
@@ -291,16 +292,15 @@
|
|
|
291
292
|
"type": "typography"
|
|
292
293
|
},
|
|
293
294
|
{
|
|
295
|
+
"label": "New Dialogue",
|
|
294
296
|
"type": "button",
|
|
295
297
|
"action": "START_DIALOGUE",
|
|
296
|
-
"
|
|
297
|
-
"variant": "primary"
|
|
298
|
-
"icon": "message-circle"
|
|
298
|
+
"icon": "message-circle",
|
|
299
|
+
"variant": "primary"
|
|
299
300
|
}
|
|
300
301
|
],
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"type": "stack"
|
|
302
|
+
"type": "stack",
|
|
303
|
+
"align": "center"
|
|
304
304
|
}
|
|
305
305
|
]
|
|
306
306
|
]
|
|
@@ -315,8 +315,8 @@
|
|
|
315
315
|
"DialogueNode",
|
|
316
316
|
{
|
|
317
317
|
"emit": {
|
|
318
|
-
"
|
|
319
|
-
"
|
|
318
|
+
"failure": "DialogueNodeLoadFailed",
|
|
319
|
+
"success": "DialogueNodeLoaded"
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
322
|
],
|
|
@@ -324,13 +324,13 @@
|
|
|
324
324
|
"render-ui",
|
|
325
325
|
"main",
|
|
326
326
|
{
|
|
327
|
-
"position": "bottom",
|
|
328
|
-
"typewriterSpeed": 30.0,
|
|
329
327
|
"dialogue": {
|
|
330
328
|
"speaker": "@entity.speaker",
|
|
331
329
|
"text": "@entity.text"
|
|
332
330
|
},
|
|
333
|
-
"type": "dialogue-box"
|
|
331
|
+
"type": "dialogue-box",
|
|
332
|
+
"typewriterSpeed": 30.0,
|
|
333
|
+
"position": "bottom"
|
|
334
334
|
}
|
|
335
335
|
]
|
|
336
336
|
]
|
|
@@ -353,4 +353,4 @@
|
|
|
353
353
|
]
|
|
354
354
|
}
|
|
355
355
|
]
|
|
356
|
-
}
|
|
356
|
+
}
|
|
@@ -167,46 +167,46 @@
|
|
|
167
167
|
"main",
|
|
168
168
|
{
|
|
169
169
|
"type": "stack",
|
|
170
|
-
"
|
|
170
|
+
"direction": "vertical",
|
|
171
171
|
"children": [
|
|
172
172
|
{
|
|
173
173
|
"children": [
|
|
174
174
|
{
|
|
175
|
-
"
|
|
176
|
-
"
|
|
175
|
+
"type": "icon",
|
|
176
|
+
"name": "monitor"
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"type": "typography",
|
|
180
179
|
"content": "GameCanvas2d Canvas",
|
|
181
|
-
"variant": "h3"
|
|
180
|
+
"variant": "h3",
|
|
181
|
+
"type": "typography"
|
|
182
182
|
}
|
|
183
183
|
],
|
|
184
184
|
"type": "stack",
|
|
185
|
-
"
|
|
185
|
+
"direction": "horizontal",
|
|
186
186
|
"align": "center",
|
|
187
|
-
"
|
|
187
|
+
"gap": "sm"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
+
"variant": "caption",
|
|
190
191
|
"type": "typography",
|
|
191
192
|
"content": "800x600 @ 60fps",
|
|
192
|
-
"color": "muted"
|
|
193
|
-
"variant": "caption"
|
|
193
|
+
"color": "muted"
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
|
-
"type": "game-canvas-2d",
|
|
197
|
-
"width": 800.0,
|
|
198
196
|
"height": 600.0,
|
|
199
|
-
"
|
|
197
|
+
"width": 800.0,
|
|
198
|
+
"fps": 60.0,
|
|
199
|
+
"type": "game-canvas-2d"
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
|
-
"type": "button",
|
|
203
202
|
"label": "Start",
|
|
203
|
+
"action": "START",
|
|
204
|
+
"type": "button",
|
|
204
205
|
"variant": "primary",
|
|
205
|
-
"icon": "play"
|
|
206
|
-
"action": "START"
|
|
206
|
+
"icon": "play"
|
|
207
207
|
}
|
|
208
208
|
],
|
|
209
|
-
"
|
|
209
|
+
"gap": "md"
|
|
210
210
|
}
|
|
211
211
|
]
|
|
212
212
|
]
|
|
@@ -220,12 +220,11 @@
|
|
|
220
220
|
"render-ui",
|
|
221
221
|
"main",
|
|
222
222
|
{
|
|
223
|
-
"
|
|
223
|
+
"type": "stack",
|
|
224
224
|
"children": [
|
|
225
225
|
{
|
|
226
|
-
"direction": "horizontal",
|
|
227
|
-
"gap": "sm",
|
|
228
226
|
"type": "stack",
|
|
227
|
+
"direction": "horizontal",
|
|
229
228
|
"align": "center",
|
|
230
229
|
"children": [
|
|
231
230
|
{
|
|
@@ -237,23 +236,24 @@
|
|
|
237
236
|
"variant": "h3",
|
|
238
237
|
"content": "GameCanvas2d Canvas"
|
|
239
238
|
}
|
|
240
|
-
]
|
|
239
|
+
],
|
|
240
|
+
"gap": "sm"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
|
+
"fps": 60.0,
|
|
243
244
|
"width": 800.0,
|
|
244
|
-
"height": 600.0,
|
|
245
245
|
"type": "game-canvas-2d",
|
|
246
|
-
"
|
|
246
|
+
"height": 600.0
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
|
-
"action": "STOP",
|
|
250
249
|
"variant": "ghost",
|
|
251
|
-
"label": "Stop",
|
|
252
250
|
"icon": "square",
|
|
253
|
-
"
|
|
251
|
+
"action": "STOP",
|
|
252
|
+
"type": "button",
|
|
253
|
+
"label": "Stop"
|
|
254
254
|
}
|
|
255
255
|
],
|
|
256
|
-
"
|
|
256
|
+
"direction": "vertical",
|
|
257
257
|
"gap": "md"
|
|
258
258
|
}
|
|
259
259
|
]
|
|
@@ -276,40 +276,40 @@
|
|
|
276
276
|
"gap": "md",
|
|
277
277
|
"children": [
|
|
278
278
|
{
|
|
279
|
-
"gap": "sm",
|
|
280
|
-
"type": "stack",
|
|
281
|
-
"direction": "horizontal",
|
|
282
|
-
"align": "center",
|
|
283
279
|
"children": [
|
|
284
280
|
{
|
|
285
|
-
"
|
|
286
|
-
"
|
|
281
|
+
"name": "monitor",
|
|
282
|
+
"type": "icon"
|
|
287
283
|
},
|
|
288
284
|
{
|
|
289
|
-
"content": "GameCanvas2d Canvas",
|
|
290
285
|
"variant": "h3",
|
|
286
|
+
"content": "GameCanvas2d Canvas",
|
|
291
287
|
"type": "typography"
|
|
292
288
|
}
|
|
293
|
-
]
|
|
289
|
+
],
|
|
290
|
+
"align": "center",
|
|
291
|
+
"gap": "sm",
|
|
292
|
+
"direction": "horizontal",
|
|
293
|
+
"type": "stack"
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"content": "800x600 @ 60fps",
|
|
297
|
-
"color": "muted",
|
|
298
297
|
"type": "typography",
|
|
299
|
-
"variant": "caption"
|
|
298
|
+
"variant": "caption",
|
|
299
|
+
"color": "muted"
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
|
-
"type": "game-canvas-2d",
|
|
303
302
|
"width": 800.0,
|
|
303
|
+
"height": 600.0,
|
|
304
304
|
"fps": 60.0,
|
|
305
|
-
"
|
|
305
|
+
"type": "game-canvas-2d"
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
|
-
"icon": "play",
|
|
309
308
|
"type": "button",
|
|
309
|
+
"label": "Start",
|
|
310
310
|
"variant": "primary",
|
|
311
|
-
"
|
|
312
|
-
"
|
|
311
|
+
"icon": "play",
|
|
312
|
+
"action": "START"
|
|
313
313
|
}
|
|
314
314
|
],
|
|
315
315
|
"type": "stack",
|
|
@@ -336,4 +336,4 @@
|
|
|
336
336
|
]
|
|
337
337
|
}
|
|
338
338
|
]
|
|
339
|
-
}
|
|
339
|
+
}
|
|
@@ -151,8 +151,8 @@
|
|
|
151
151
|
"WorldRegion",
|
|
152
152
|
{
|
|
153
153
|
"emit": {
|
|
154
|
-
"
|
|
155
|
-
"
|
|
154
|
+
"success": "WorldRegionLoaded",
|
|
155
|
+
"failure": "WorldRegionLoadFailed"
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
],
|
|
@@ -160,21 +160,21 @@
|
|
|
160
160
|
"render-ui",
|
|
161
161
|
"main",
|
|
162
162
|
{
|
|
163
|
-
"direction": "vertical",
|
|
164
|
-
"gap": "md",
|
|
165
163
|
"align": "center",
|
|
164
|
+
"gap": "md",
|
|
165
|
+
"type": "stack",
|
|
166
|
+
"direction": "vertical",
|
|
166
167
|
"children": [
|
|
167
168
|
{
|
|
168
169
|
"type": "spinner"
|
|
169
170
|
},
|
|
170
171
|
{
|
|
171
|
-
"
|
|
172
|
+
"type": "typography",
|
|
172
173
|
"content": "Loading map…",
|
|
173
174
|
"color": "muted",
|
|
174
|
-
"
|
|
175
|
+
"variant": "caption"
|
|
175
176
|
}
|
|
176
177
|
],
|
|
177
|
-
"type": "stack",
|
|
178
178
|
"className": "py-12"
|
|
179
179
|
}
|
|
180
180
|
]
|
|
@@ -192,11 +192,13 @@
|
|
|
192
192
|
"type": "stack",
|
|
193
193
|
"children": [
|
|
194
194
|
{
|
|
195
|
-
"type": "stack",
|
|
196
195
|
"gap": "md",
|
|
196
|
+
"justify": "between",
|
|
197
|
+
"type": "stack",
|
|
197
198
|
"direction": "horizontal",
|
|
198
199
|
"children": [
|
|
199
200
|
{
|
|
201
|
+
"direction": "horizontal",
|
|
200
202
|
"type": "stack",
|
|
201
203
|
"children": [
|
|
202
204
|
{
|
|
@@ -209,28 +211,27 @@
|
|
|
209
211
|
"content": "World Map"
|
|
210
212
|
}
|
|
211
213
|
],
|
|
212
|
-
"direction": "horizontal",
|
|
213
214
|
"gap": "md"
|
|
214
215
|
},
|
|
215
216
|
{
|
|
216
|
-
"
|
|
217
|
-
"pulse": false,
|
|
217
|
+
"status": "online",
|
|
218
218
|
"label": "Exploring",
|
|
219
|
-
"
|
|
219
|
+
"pulse": false,
|
|
220
|
+
"type": "status-dot"
|
|
220
221
|
}
|
|
221
|
-
]
|
|
222
|
-
"justify": "between"
|
|
222
|
+
]
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"type": "divider"
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
|
-
"type": "map-view",
|
|
229
228
|
"height": "200px",
|
|
229
|
+
"type": "map-view",
|
|
230
230
|
"zoom": 10.0,
|
|
231
231
|
"markers": []
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
+
"entity": "@payload.data",
|
|
234
235
|
"itemActions": [
|
|
235
236
|
{
|
|
236
237
|
"event": "TRAVEL",
|
|
@@ -238,53 +239,52 @@
|
|
|
238
239
|
}
|
|
239
240
|
],
|
|
240
241
|
"fields": [],
|
|
241
|
-
"entity": "@payload.data",
|
|
242
|
-
"type": "data-grid",
|
|
243
242
|
"renderItem": [
|
|
244
243
|
"fn",
|
|
245
244
|
"item",
|
|
246
245
|
{
|
|
247
|
-
"type": "stack",
|
|
248
246
|
"gap": "sm",
|
|
247
|
+
"type": "stack",
|
|
249
248
|
"direction": "vertical",
|
|
250
249
|
"children": [
|
|
251
250
|
{
|
|
252
|
-
"type": "stack",
|
|
253
|
-
"direction": "horizontal",
|
|
254
|
-
"justify": "between",
|
|
255
|
-
"align": "center",
|
|
256
251
|
"children": [
|
|
257
252
|
{
|
|
258
|
-
"type": "stack",
|
|
259
|
-
"direction": "horizontal",
|
|
260
|
-
"align": "center",
|
|
261
|
-
"gap": "sm",
|
|
262
253
|
"children": [
|
|
263
254
|
{
|
|
264
255
|
"name": "map-pin",
|
|
265
256
|
"type": "icon"
|
|
266
257
|
},
|
|
267
258
|
{
|
|
259
|
+
"content": "@item.name",
|
|
268
260
|
"type": "typography",
|
|
269
|
-
"variant": "h4"
|
|
270
|
-
"content": "@item.name"
|
|
261
|
+
"variant": "h4"
|
|
271
262
|
}
|
|
272
|
-
]
|
|
263
|
+
],
|
|
264
|
+
"gap": "sm",
|
|
265
|
+
"type": "stack",
|
|
266
|
+
"align": "center",
|
|
267
|
+
"direction": "horizontal"
|
|
273
268
|
},
|
|
274
269
|
{
|
|
275
270
|
"label": "@item.description",
|
|
276
271
|
"type": "badge"
|
|
277
272
|
}
|
|
278
|
-
]
|
|
273
|
+
],
|
|
274
|
+
"align": "center",
|
|
275
|
+
"type": "stack",
|
|
276
|
+
"direction": "horizontal",
|
|
277
|
+
"justify": "between"
|
|
279
278
|
},
|
|
280
279
|
{
|
|
281
|
-
"variant": "caption",
|
|
282
280
|
"type": "typography",
|
|
281
|
+
"variant": "caption",
|
|
283
282
|
"content": "@item.status"
|
|
284
283
|
}
|
|
285
284
|
]
|
|
286
285
|
}
|
|
287
|
-
]
|
|
286
|
+
],
|
|
287
|
+
"type": "data-grid"
|
|
288
288
|
}
|
|
289
289
|
],
|
|
290
290
|
"gap": "lg",
|
|
@@ -302,36 +302,36 @@
|
|
|
302
302
|
"render-ui",
|
|
303
303
|
"main",
|
|
304
304
|
{
|
|
305
|
-
"className": "py-12",
|
|
306
|
-
"align": "center",
|
|
307
305
|
"type": "stack",
|
|
306
|
+
"align": "center",
|
|
308
307
|
"direction": "vertical",
|
|
308
|
+
"className": "py-12",
|
|
309
|
+
"gap": "md",
|
|
309
310
|
"children": [
|
|
310
311
|
{
|
|
312
|
+
"name": "alert-triangle",
|
|
311
313
|
"color": "destructive",
|
|
312
|
-
"type": "icon"
|
|
313
|
-
"name": "alert-triangle"
|
|
314
|
+
"type": "icon"
|
|
314
315
|
},
|
|
315
316
|
{
|
|
316
317
|
"type": "typography",
|
|
317
|
-
"
|
|
318
|
-
"
|
|
318
|
+
"variant": "h3",
|
|
319
|
+
"content": "Failed to load map"
|
|
319
320
|
},
|
|
320
321
|
{
|
|
321
|
-
"color": "muted",
|
|
322
322
|
"type": "typography",
|
|
323
323
|
"variant": "body",
|
|
324
|
-
"content": "@payload.error"
|
|
324
|
+
"content": "@payload.error",
|
|
325
|
+
"color": "muted"
|
|
325
326
|
},
|
|
326
327
|
{
|
|
327
|
-
"
|
|
328
|
+
"icon": "rotate-ccw",
|
|
329
|
+
"type": "button",
|
|
328
330
|
"variant": "primary",
|
|
329
331
|
"label": "Retry",
|
|
330
|
-
"
|
|
331
|
-
"type": "button"
|
|
332
|
+
"action": "INIT"
|
|
332
333
|
}
|
|
333
|
-
]
|
|
334
|
-
"gap": "md"
|
|
334
|
+
]
|
|
335
335
|
}
|
|
336
336
|
]
|
|
337
337
|
]
|
|
@@ -345,14 +345,9 @@
|
|
|
345
345
|
"render-ui",
|
|
346
346
|
"main",
|
|
347
347
|
{
|
|
348
|
-
"gap": "lg",
|
|
349
348
|
"direction": "vertical",
|
|
350
|
-
"align": "center",
|
|
351
349
|
"children": [
|
|
352
350
|
{
|
|
353
|
-
"direction": "horizontal",
|
|
354
|
-
"type": "stack",
|
|
355
|
-
"gap": "md",
|
|
356
351
|
"children": [
|
|
357
352
|
{
|
|
358
353
|
"name": "loader",
|
|
@@ -360,21 +355,26 @@
|
|
|
360
355
|
},
|
|
361
356
|
{
|
|
362
357
|
"type": "typography",
|
|
363
|
-
"
|
|
364
|
-
"
|
|
358
|
+
"variant": "h2",
|
|
359
|
+
"content": "Traveling..."
|
|
365
360
|
}
|
|
366
|
-
]
|
|
361
|
+
],
|
|
362
|
+
"direction": "horizontal",
|
|
363
|
+
"type": "stack",
|
|
364
|
+
"gap": "md"
|
|
367
365
|
},
|
|
368
366
|
{
|
|
369
367
|
"type": "divider"
|
|
370
368
|
},
|
|
371
369
|
{
|
|
372
|
-
"
|
|
370
|
+
"type": "typography",
|
|
373
371
|
"content": "Traveling to the destination region.",
|
|
374
|
-
"
|
|
372
|
+
"variant": "body"
|
|
375
373
|
}
|
|
376
374
|
],
|
|
377
|
-
"type": "stack"
|
|
375
|
+
"type": "stack",
|
|
376
|
+
"gap": "lg",
|
|
377
|
+
"align": "center"
|
|
378
378
|
}
|
|
379
379
|
]
|
|
380
380
|
]
|
|
@@ -445,4 +445,4 @@
|
|
|
445
445
|
]
|
|
446
446
|
}
|
|
447
447
|
]
|
|
448
|
-
}
|
|
448
|
+
}
|