@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
|
@@ -231,8 +231,8 @@
|
|
|
231
231
|
"QuestLog",
|
|
232
232
|
{
|
|
233
233
|
"emit": {
|
|
234
|
-
"
|
|
235
|
-
"
|
|
234
|
+
"failure": "QuestLogLoadFailed",
|
|
235
|
+
"success": "QuestLogLoaded"
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
238
|
],
|
|
@@ -240,22 +240,22 @@
|
|
|
240
240
|
"render-ui",
|
|
241
241
|
"main",
|
|
242
242
|
{
|
|
243
|
-
"type": "stack",
|
|
244
|
-
"align": "center",
|
|
245
243
|
"className": "py-12",
|
|
246
|
-
"gap": "md",
|
|
247
|
-
"direction": "vertical",
|
|
248
244
|
"children": [
|
|
249
245
|
{
|
|
250
246
|
"type": "spinner"
|
|
251
247
|
},
|
|
252
248
|
{
|
|
253
249
|
"color": "muted",
|
|
254
|
-
"variant": "caption",
|
|
255
250
|
"type": "typography",
|
|
251
|
+
"variant": "caption",
|
|
256
252
|
"content": "Loading quests…"
|
|
257
253
|
}
|
|
258
|
-
]
|
|
254
|
+
],
|
|
255
|
+
"direction": "vertical",
|
|
256
|
+
"gap": "md",
|
|
257
|
+
"type": "stack",
|
|
258
|
+
"align": "center"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
261
261
|
]
|
|
@@ -269,47 +269,37 @@
|
|
|
269
269
|
"render-ui",
|
|
270
270
|
"main",
|
|
271
271
|
{
|
|
272
|
-
"
|
|
273
|
-
"gap": "lg",
|
|
272
|
+
"direction": "vertical",
|
|
274
273
|
"children": [
|
|
275
274
|
{
|
|
275
|
+
"type": "stack",
|
|
276
|
+
"direction": "horizontal",
|
|
277
|
+
"gap": "md",
|
|
278
|
+
"justify": "between",
|
|
276
279
|
"children": [
|
|
277
280
|
{
|
|
278
|
-
"gap": "md",
|
|
279
|
-
"direction": "horizontal",
|
|
280
|
-
"type": "stack",
|
|
281
281
|
"children": [
|
|
282
282
|
{
|
|
283
283
|
"name": "flag",
|
|
284
284
|
"type": "icon"
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
|
-
"
|
|
287
|
+
"content": "QuestLogs Board",
|
|
288
288
|
"type": "typography",
|
|
289
|
-
"
|
|
289
|
+
"variant": "h2"
|
|
290
290
|
}
|
|
291
|
-
]
|
|
291
|
+
],
|
|
292
|
+
"direction": "horizontal",
|
|
293
|
+
"type": "stack",
|
|
294
|
+
"gap": "md"
|
|
292
295
|
}
|
|
293
|
-
]
|
|
294
|
-
"justify": "between",
|
|
295
|
-
"gap": "md",
|
|
296
|
-
"type": "stack",
|
|
297
|
-
"direction": "horizontal"
|
|
296
|
+
]
|
|
298
297
|
},
|
|
299
298
|
{
|
|
300
299
|
"type": "divider"
|
|
301
300
|
},
|
|
302
301
|
{
|
|
303
|
-
"fields": [],
|
|
304
302
|
"entity": "@payload.data",
|
|
305
|
-
"groupBy": "status",
|
|
306
|
-
"itemActions": [
|
|
307
|
-
{
|
|
308
|
-
"event": "ACCEPT",
|
|
309
|
-
"label": "Accept"
|
|
310
|
-
}
|
|
311
|
-
],
|
|
312
|
-
"type": "data-list",
|
|
313
303
|
"renderItem": [
|
|
314
304
|
"fn",
|
|
315
305
|
"item",
|
|
@@ -318,46 +308,56 @@
|
|
|
318
308
|
"type": "stack",
|
|
319
309
|
"children": [
|
|
320
310
|
{
|
|
321
|
-
"
|
|
311
|
+
"type": "stack",
|
|
312
|
+
"direction": "horizontal",
|
|
322
313
|
"align": "center",
|
|
314
|
+
"justify": "between",
|
|
323
315
|
"children": [
|
|
324
316
|
{
|
|
325
317
|
"type": "stack",
|
|
326
|
-
"direction": "horizontal",
|
|
327
|
-
"gap": "sm",
|
|
328
|
-
"align": "center",
|
|
329
318
|
"children": [
|
|
330
319
|
{
|
|
331
|
-
"
|
|
332
|
-
"
|
|
320
|
+
"name": "flag",
|
|
321
|
+
"type": "icon"
|
|
333
322
|
},
|
|
334
323
|
{
|
|
335
|
-
"variant": "h4",
|
|
336
324
|
"content": "@item.name",
|
|
337
|
-
"type": "typography"
|
|
325
|
+
"type": "typography",
|
|
326
|
+
"variant": "h4"
|
|
338
327
|
}
|
|
339
|
-
]
|
|
328
|
+
],
|
|
329
|
+
"direction": "horizontal",
|
|
330
|
+
"gap": "sm",
|
|
331
|
+
"align": "center"
|
|
340
332
|
},
|
|
341
333
|
{
|
|
342
|
-
"
|
|
343
|
-
"
|
|
334
|
+
"label": "@item.description",
|
|
335
|
+
"type": "badge"
|
|
344
336
|
}
|
|
345
|
-
]
|
|
346
|
-
"direction": "horizontal",
|
|
347
|
-
"type": "stack"
|
|
337
|
+
]
|
|
348
338
|
},
|
|
349
339
|
{
|
|
350
|
-
"type": "typography",
|
|
351
340
|
"variant": "caption",
|
|
341
|
+
"type": "typography",
|
|
352
342
|
"content": "@item.status"
|
|
353
343
|
}
|
|
354
344
|
],
|
|
355
345
|
"direction": "vertical"
|
|
356
346
|
}
|
|
347
|
+
],
|
|
348
|
+
"type": "data-list",
|
|
349
|
+
"groupBy": "status",
|
|
350
|
+
"fields": [],
|
|
351
|
+
"itemActions": [
|
|
352
|
+
{
|
|
353
|
+
"label": "Accept",
|
|
354
|
+
"event": "ACCEPT"
|
|
355
|
+
}
|
|
357
356
|
]
|
|
358
357
|
}
|
|
359
358
|
],
|
|
360
|
-
"
|
|
359
|
+
"gap": "lg",
|
|
360
|
+
"type": "stack"
|
|
361
361
|
}
|
|
362
362
|
]
|
|
363
363
|
]
|
|
@@ -372,35 +372,35 @@
|
|
|
372
372
|
"main",
|
|
373
373
|
{
|
|
374
374
|
"type": "stack",
|
|
375
|
+
"className": "py-12",
|
|
376
|
+
"direction": "vertical",
|
|
377
|
+
"gap": "md",
|
|
375
378
|
"align": "center",
|
|
376
379
|
"children": [
|
|
377
380
|
{
|
|
381
|
+
"type": "icon",
|
|
378
382
|
"color": "destructive",
|
|
379
|
-
"name": "alert-triangle"
|
|
380
|
-
"type": "icon"
|
|
383
|
+
"name": "alert-triangle"
|
|
381
384
|
},
|
|
382
385
|
{
|
|
383
386
|
"variant": "h3",
|
|
384
|
-
"
|
|
385
|
-
"
|
|
387
|
+
"content": "Failed to load quests",
|
|
388
|
+
"type": "typography"
|
|
386
389
|
},
|
|
387
390
|
{
|
|
388
|
-
"color": "muted",
|
|
389
391
|
"variant": "body",
|
|
390
|
-
"
|
|
391
|
-
"content": "@payload.error"
|
|
392
|
+
"color": "muted",
|
|
393
|
+
"content": "@payload.error",
|
|
394
|
+
"type": "typography"
|
|
392
395
|
},
|
|
393
396
|
{
|
|
394
|
-
"label": "Retry",
|
|
395
|
-
"action": "INIT",
|
|
396
|
-
"type": "button",
|
|
397
397
|
"variant": "primary",
|
|
398
|
-
"
|
|
398
|
+
"action": "INIT",
|
|
399
|
+
"label": "Retry",
|
|
400
|
+
"icon": "rotate-ccw",
|
|
401
|
+
"type": "button"
|
|
399
402
|
}
|
|
400
|
-
]
|
|
401
|
-
"className": "py-12",
|
|
402
|
-
"direction": "vertical",
|
|
403
|
-
"gap": "md"
|
|
403
|
+
]
|
|
404
404
|
}
|
|
405
405
|
]
|
|
406
406
|
]
|
|
@@ -424,7 +424,10 @@
|
|
|
424
424
|
"render-ui",
|
|
425
425
|
"main",
|
|
426
426
|
{
|
|
427
|
+
"align": "center",
|
|
427
428
|
"type": "stack",
|
|
429
|
+
"gap": "lg",
|
|
430
|
+
"direction": "vertical",
|
|
428
431
|
"children": [
|
|
429
432
|
{
|
|
430
433
|
"content": "@entity.activeName",
|
|
@@ -438,33 +441,30 @@
|
|
|
438
441
|
},
|
|
439
442
|
{
|
|
440
443
|
"gap": "sm",
|
|
441
|
-
"direction": "horizontal",
|
|
442
444
|
"type": "stack",
|
|
445
|
+
"direction": "horizontal",
|
|
443
446
|
"children": [
|
|
444
447
|
{
|
|
445
|
-
"
|
|
446
|
-
"label": "Progress",
|
|
448
|
+
"action": "PROGRESS",
|
|
447
449
|
"variant": "primary",
|
|
448
|
-
"
|
|
450
|
+
"type": "button",
|
|
451
|
+
"label": "Progress"
|
|
449
452
|
},
|
|
450
453
|
{
|
|
451
|
-
"type": "button",
|
|
452
|
-
"variant": "success",
|
|
453
454
|
"action": "COMPLETE",
|
|
454
|
-
"
|
|
455
|
+
"type": "button",
|
|
456
|
+
"label": "Complete",
|
|
457
|
+
"variant": "success"
|
|
455
458
|
},
|
|
456
459
|
{
|
|
457
|
-
"type": "button",
|
|
458
|
-
"variant": "danger",
|
|
459
460
|
"label": "Fail",
|
|
460
|
-
"
|
|
461
|
+
"type": "button",
|
|
462
|
+
"action": "FAIL",
|
|
463
|
+
"variant": "danger"
|
|
461
464
|
}
|
|
462
465
|
]
|
|
463
466
|
}
|
|
464
|
-
]
|
|
465
|
-
"gap": "lg",
|
|
466
|
-
"direction": "vertical",
|
|
467
|
-
"align": "center"
|
|
467
|
+
]
|
|
468
468
|
}
|
|
469
469
|
]
|
|
470
470
|
]
|
|
@@ -479,8 +479,8 @@
|
|
|
479
479
|
"update",
|
|
480
480
|
"QuestLog",
|
|
481
481
|
{
|
|
482
|
-
"
|
|
483
|
-
"
|
|
482
|
+
"id": "@entity.activeId",
|
|
483
|
+
"status": "active"
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
486
|
"emit": {
|
|
@@ -493,41 +493,41 @@
|
|
|
493
493
|
"render-ui",
|
|
494
494
|
"main",
|
|
495
495
|
{
|
|
496
|
-
"direction": "vertical",
|
|
497
|
-
"gap": "lg",
|
|
498
|
-
"align": "center",
|
|
499
496
|
"children": [
|
|
500
497
|
{
|
|
498
|
+
"variant": "h2",
|
|
501
499
|
"content": "@entity.activeName",
|
|
502
|
-
"type": "typography"
|
|
503
|
-
"variant": "h2"
|
|
500
|
+
"type": "typography"
|
|
504
501
|
},
|
|
505
502
|
{
|
|
506
503
|
"type": "progress-bar",
|
|
507
|
-
"
|
|
508
|
-
"
|
|
504
|
+
"value": 75.0,
|
|
505
|
+
"showPercentage": true
|
|
509
506
|
},
|
|
510
507
|
{
|
|
511
|
-
"direction": "horizontal",
|
|
512
508
|
"gap": "sm",
|
|
509
|
+
"direction": "horizontal",
|
|
510
|
+
"type": "stack",
|
|
513
511
|
"children": [
|
|
514
512
|
{
|
|
515
|
-
"
|
|
516
|
-
"variant": "success",
|
|
513
|
+
"label": "Complete",
|
|
517
514
|
"action": "COMPLETE",
|
|
518
|
-
"
|
|
515
|
+
"type": "button",
|
|
516
|
+
"variant": "success"
|
|
519
517
|
},
|
|
520
518
|
{
|
|
521
519
|
"type": "button",
|
|
522
|
-
"
|
|
520
|
+
"action": "FAIL",
|
|
523
521
|
"variant": "danger",
|
|
524
|
-
"
|
|
522
|
+
"label": "Fail"
|
|
525
523
|
}
|
|
526
|
-
]
|
|
527
|
-
"type": "stack"
|
|
524
|
+
]
|
|
528
525
|
}
|
|
529
526
|
],
|
|
530
|
-
"type": "stack"
|
|
527
|
+
"type": "stack",
|
|
528
|
+
"gap": "lg",
|
|
529
|
+
"direction": "vertical",
|
|
530
|
+
"align": "center"
|
|
531
531
|
}
|
|
532
532
|
]
|
|
533
533
|
]
|
|
@@ -547,8 +547,8 @@
|
|
|
547
547
|
},
|
|
548
548
|
{
|
|
549
549
|
"emit": {
|
|
550
|
-
"
|
|
551
|
-
"
|
|
550
|
+
"success": "QuestLogUpdated",
|
|
551
|
+
"failure": "QuestLogUpdateFailed"
|
|
552
552
|
}
|
|
553
553
|
}
|
|
554
554
|
],
|
|
@@ -556,33 +556,33 @@
|
|
|
556
556
|
"render-ui",
|
|
557
557
|
"main",
|
|
558
558
|
{
|
|
559
|
-
"gap": "lg",
|
|
560
559
|
"children": [
|
|
561
560
|
{
|
|
562
561
|
"type": "icon",
|
|
563
562
|
"name": "check-circle"
|
|
564
563
|
},
|
|
565
564
|
{
|
|
566
|
-
"variant": "h2",
|
|
567
565
|
"type": "typography",
|
|
568
|
-
"content": "Quest Complete"
|
|
566
|
+
"content": "Quest Complete",
|
|
567
|
+
"variant": "h2"
|
|
569
568
|
},
|
|
570
569
|
{
|
|
571
|
-
"message": "Congratulations! The quest has been completed.",
|
|
572
570
|
"variant": "success",
|
|
571
|
+
"message": "Congratulations! The quest has been completed.",
|
|
573
572
|
"type": "alert"
|
|
574
573
|
},
|
|
575
574
|
{
|
|
576
|
-
"action": "RESET",
|
|
577
|
-
"label": "View Quests",
|
|
578
575
|
"variant": "primary",
|
|
579
576
|
"type": "button",
|
|
580
|
-
"
|
|
577
|
+
"action": "RESET",
|
|
578
|
+
"icon": "arrow-left",
|
|
579
|
+
"label": "View Quests"
|
|
581
580
|
}
|
|
582
581
|
],
|
|
582
|
+
"gap": "lg",
|
|
583
583
|
"direction": "vertical",
|
|
584
|
-
"
|
|
585
|
-
"
|
|
584
|
+
"type": "stack",
|
|
585
|
+
"align": "center"
|
|
586
586
|
}
|
|
587
587
|
]
|
|
588
588
|
]
|
|
@@ -611,14 +611,17 @@
|
|
|
611
611
|
"render-ui",
|
|
612
612
|
"main",
|
|
613
613
|
{
|
|
614
|
+
"direction": "vertical",
|
|
615
|
+
"gap": "lg",
|
|
616
|
+
"align": "center",
|
|
614
617
|
"children": [
|
|
615
618
|
{
|
|
616
619
|
"name": "x-circle",
|
|
617
620
|
"type": "icon"
|
|
618
621
|
},
|
|
619
622
|
{
|
|
620
|
-
"content": "Quest Failed",
|
|
621
623
|
"type": "typography",
|
|
624
|
+
"content": "Quest Failed",
|
|
622
625
|
"variant": "h2"
|
|
623
626
|
},
|
|
624
627
|
{
|
|
@@ -627,17 +630,14 @@
|
|
|
627
630
|
"message": "The quest was not completed. You can try again."
|
|
628
631
|
},
|
|
629
632
|
{
|
|
633
|
+
"type": "button",
|
|
630
634
|
"action": "RESET",
|
|
631
635
|
"variant": "primary",
|
|
632
|
-
"icon": "arrow-left",
|
|
633
636
|
"label": "View Quests",
|
|
634
|
-
"
|
|
637
|
+
"icon": "arrow-left"
|
|
635
638
|
}
|
|
636
639
|
],
|
|
637
|
-
"
|
|
638
|
-
"direction": "vertical",
|
|
639
|
-
"type": "stack",
|
|
640
|
-
"align": "center"
|
|
640
|
+
"type": "stack"
|
|
641
641
|
}
|
|
642
642
|
]
|
|
643
643
|
]
|
|
@@ -652,13 +652,13 @@
|
|
|
652
652
|
"update",
|
|
653
653
|
"QuestLog",
|
|
654
654
|
{
|
|
655
|
-
"
|
|
656
|
-
"
|
|
655
|
+
"status": "complete",
|
|
656
|
+
"id": "@entity.activeId"
|
|
657
657
|
},
|
|
658
658
|
{
|
|
659
659
|
"emit": {
|
|
660
|
-
"
|
|
661
|
-
"
|
|
660
|
+
"failure": "QuestLogUpdateFailed",
|
|
661
|
+
"success": "QuestLogUpdated"
|
|
662
662
|
}
|
|
663
663
|
}
|
|
664
664
|
],
|
|
@@ -666,33 +666,33 @@
|
|
|
666
666
|
"render-ui",
|
|
667
667
|
"main",
|
|
668
668
|
{
|
|
669
|
+
"type": "stack",
|
|
670
|
+
"direction": "vertical",
|
|
671
|
+
"align": "center",
|
|
669
672
|
"children": [
|
|
670
673
|
{
|
|
671
674
|
"name": "check-circle",
|
|
672
675
|
"type": "icon"
|
|
673
676
|
},
|
|
674
677
|
{
|
|
675
|
-
"variant": "h2",
|
|
676
678
|
"type": "typography",
|
|
677
|
-
"content": "Quest Complete"
|
|
679
|
+
"content": "Quest Complete",
|
|
680
|
+
"variant": "h2"
|
|
678
681
|
},
|
|
679
682
|
{
|
|
680
|
-
"type": "alert",
|
|
681
683
|
"variant": "success",
|
|
684
|
+
"type": "alert",
|
|
682
685
|
"message": "Congratulations! The quest has been completed."
|
|
683
686
|
},
|
|
684
687
|
{
|
|
685
|
-
"
|
|
686
|
-
"label": "View Quests",
|
|
687
|
-
"icon": "arrow-left",
|
|
688
|
+
"action": "RESET",
|
|
688
689
|
"variant": "primary",
|
|
689
|
-
"
|
|
690
|
+
"icon": "arrow-left",
|
|
691
|
+
"label": "View Quests",
|
|
692
|
+
"type": "button"
|
|
690
693
|
}
|
|
691
694
|
],
|
|
692
|
-
"gap": "lg"
|
|
693
|
-
"align": "center",
|
|
694
|
-
"direction": "vertical",
|
|
695
|
-
"type": "stack"
|
|
695
|
+
"gap": "lg"
|
|
696
696
|
}
|
|
697
697
|
]
|
|
698
698
|
]
|
|
@@ -712,8 +712,8 @@
|
|
|
712
712
|
},
|
|
713
713
|
{
|
|
714
714
|
"emit": {
|
|
715
|
-
"
|
|
716
|
-
"
|
|
715
|
+
"success": "QuestLogUpdated",
|
|
716
|
+
"failure": "QuestLogUpdateFailed"
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
719
|
],
|
|
@@ -721,33 +721,33 @@
|
|
|
721
721
|
"render-ui",
|
|
722
722
|
"main",
|
|
723
723
|
{
|
|
724
|
-
"gap": "lg",
|
|
725
|
-
"align": "center",
|
|
726
724
|
"direction": "vertical",
|
|
725
|
+
"type": "stack",
|
|
727
726
|
"children": [
|
|
728
727
|
{
|
|
729
728
|
"name": "x-circle",
|
|
730
729
|
"type": "icon"
|
|
731
730
|
},
|
|
732
731
|
{
|
|
733
|
-
"type": "typography",
|
|
734
732
|
"content": "Quest Failed",
|
|
733
|
+
"type": "typography",
|
|
735
734
|
"variant": "h2"
|
|
736
735
|
},
|
|
737
736
|
{
|
|
738
|
-
"type": "alert",
|
|
739
737
|
"variant": "error",
|
|
740
|
-
"message": "The quest was not completed. You can try again."
|
|
738
|
+
"message": "The quest was not completed. You can try again.",
|
|
739
|
+
"type": "alert"
|
|
741
740
|
},
|
|
742
741
|
{
|
|
743
|
-
"type": "button",
|
|
744
742
|
"variant": "primary",
|
|
745
|
-
"icon": "arrow-left",
|
|
746
743
|
"action": "RESET",
|
|
744
|
+
"icon": "arrow-left",
|
|
745
|
+
"type": "button",
|
|
747
746
|
"label": "View Quests"
|
|
748
747
|
}
|
|
749
748
|
],
|
|
750
|
-
"
|
|
749
|
+
"gap": "lg",
|
|
750
|
+
"align": "center"
|
|
751
751
|
}
|
|
752
752
|
]
|
|
753
753
|
]
|
|
@@ -842,4 +842,4 @@
|
|
|
842
842
|
]
|
|
843
843
|
}
|
|
844
844
|
]
|
|
845
|
-
}
|
|
845
|
+
}
|