@almadar/std 8.5.1 → 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 +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- 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 +49 -49
- 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 +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- 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 +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- 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 +49 -49
- 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 +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
{
|
|
195
195
|
"event": "TASK_SUCCEEDED",
|
|
196
196
|
"scope": "external",
|
|
197
|
-
"
|
|
197
|
+
"payloadSchema": [
|
|
198
198
|
{
|
|
199
199
|
"name": "outcome",
|
|
200
200
|
"type": "string"
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
{
|
|
238
238
|
"key": "TASK_SUCCEEDED",
|
|
239
239
|
"name": "Task Succeeded",
|
|
240
|
-
"
|
|
240
|
+
"payloadSchema": [
|
|
241
241
|
{
|
|
242
242
|
"name": "outcome",
|
|
243
243
|
"type": "string"
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
{
|
|
252
252
|
"key": "TASK_FAILED",
|
|
253
253
|
"name": "Task Failed",
|
|
254
|
-
"
|
|
254
|
+
"payloadSchema": [
|
|
255
255
|
{
|
|
256
256
|
"name": "outcome",
|
|
257
257
|
"type": "string"
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
{
|
|
270
270
|
"key": "RECORDED",
|
|
271
271
|
"name": "Recorded",
|
|
272
|
-
"
|
|
272
|
+
"payloadSchema": [
|
|
273
273
|
{
|
|
274
274
|
"name": "memoryId",
|
|
275
275
|
"type": "string",
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
{
|
|
281
281
|
"key": "FAILED",
|
|
282
282
|
"name": "Failed",
|
|
283
|
-
"
|
|
283
|
+
"payloadSchema": [
|
|
284
284
|
{
|
|
285
285
|
"name": "error",
|
|
286
286
|
"type": "string",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
{
|
|
292
292
|
"key": "ANALYSIS_DONE",
|
|
293
293
|
"name": "Analysis Done",
|
|
294
|
-
"
|
|
294
|
+
"payloadSchema": [
|
|
295
295
|
{
|
|
296
296
|
"name": "impact",
|
|
297
297
|
"type": "string",
|
|
@@ -317,8 +317,14 @@
|
|
|
317
317
|
"render-ui",
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
|
+
"type": "stack",
|
|
321
|
+
"direction": "vertical",
|
|
322
|
+
"gap": "lg",
|
|
320
323
|
"children": [
|
|
321
324
|
{
|
|
325
|
+
"type": "stack",
|
|
326
|
+
"align": "center",
|
|
327
|
+
"gap": "sm",
|
|
322
328
|
"children": [
|
|
323
329
|
{
|
|
324
330
|
"name": "graduation-cap",
|
|
@@ -326,103 +332,97 @@
|
|
|
326
332
|
},
|
|
327
333
|
{
|
|
328
334
|
"variant": "h2",
|
|
329
|
-
"
|
|
330
|
-
"
|
|
335
|
+
"type": "typography",
|
|
336
|
+
"content": "Outcome Learner"
|
|
331
337
|
}
|
|
332
338
|
],
|
|
333
|
-
"direction": "horizontal"
|
|
334
|
-
"type": "stack",
|
|
335
|
-
"gap": "sm",
|
|
336
|
-
"align": "center"
|
|
339
|
+
"direction": "horizontal"
|
|
337
340
|
},
|
|
338
341
|
{
|
|
339
342
|
"type": "divider"
|
|
340
343
|
},
|
|
341
344
|
{
|
|
342
|
-
"type": "simple-grid",
|
|
343
345
|
"children": [
|
|
344
346
|
{
|
|
345
347
|
"label": "Successes",
|
|
346
|
-
"icon": "check-circle",
|
|
347
348
|
"type": "stat-display",
|
|
349
|
+
"icon": "check-circle",
|
|
348
350
|
"value": "@entity.totalSuccesses"
|
|
349
351
|
},
|
|
350
352
|
{
|
|
353
|
+
"label": "Failures",
|
|
351
354
|
"type": "stat-display",
|
|
352
355
|
"icon": "x-circle",
|
|
353
|
-
"value": "@entity.totalFailures"
|
|
354
|
-
"label": "Failures"
|
|
356
|
+
"value": "@entity.totalFailures"
|
|
355
357
|
},
|
|
356
358
|
{
|
|
357
|
-
"icon": "cpu",
|
|
358
|
-
"type": "stat-display",
|
|
359
359
|
"label": "Current Provider",
|
|
360
|
-
"value": "@entity.provider"
|
|
360
|
+
"value": "@entity.provider",
|
|
361
|
+
"type": "stat-display",
|
|
362
|
+
"icon": "cpu"
|
|
361
363
|
}
|
|
362
364
|
],
|
|
365
|
+
"type": "simple-grid",
|
|
363
366
|
"cols": 3.0
|
|
364
367
|
},
|
|
365
368
|
{
|
|
366
369
|
"type": "divider"
|
|
367
370
|
},
|
|
368
371
|
{
|
|
372
|
+
"type": "card",
|
|
369
373
|
"children": [
|
|
370
374
|
{
|
|
371
|
-
"type": "stack",
|
|
372
375
|
"children": [
|
|
373
376
|
{
|
|
377
|
+
"type": "typography",
|
|
374
378
|
"content": "Listening for task outcomes...",
|
|
375
|
-
"variant": "body"
|
|
376
|
-
"type": "typography"
|
|
379
|
+
"variant": "body"
|
|
377
380
|
},
|
|
378
381
|
{
|
|
379
382
|
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
|
|
380
|
-
"
|
|
381
|
-
"
|
|
383
|
+
"type": "typography",
|
|
384
|
+
"variant": "caption"
|
|
382
385
|
}
|
|
383
386
|
],
|
|
387
|
+
"type": "stack",
|
|
384
388
|
"direction": "vertical",
|
|
385
389
|
"gap": "md"
|
|
386
390
|
}
|
|
387
|
-
]
|
|
388
|
-
"type": "card"
|
|
391
|
+
]
|
|
389
392
|
},
|
|
390
393
|
{
|
|
391
394
|
"children": [
|
|
392
395
|
{
|
|
393
396
|
"direction": "vertical",
|
|
397
|
+
"gap": "sm",
|
|
394
398
|
"children": [
|
|
395
399
|
{
|
|
396
400
|
"type": "typography",
|
|
397
|
-
"
|
|
398
|
-
"
|
|
401
|
+
"content": "Last Outcome",
|
|
402
|
+
"variant": "caption"
|
|
399
403
|
},
|
|
400
404
|
{
|
|
401
|
-
"
|
|
405
|
+
"content": "@entity.outcome",
|
|
402
406
|
"type": "typography",
|
|
403
|
-
"
|
|
407
|
+
"variant": "body"
|
|
404
408
|
},
|
|
405
409
|
{
|
|
406
410
|
"content": "Impact Analysis",
|
|
407
|
-
"
|
|
408
|
-
"
|
|
411
|
+
"type": "typography",
|
|
412
|
+
"variant": "caption"
|
|
409
413
|
},
|
|
410
414
|
{
|
|
411
|
-
"content": "@entity.impact",
|
|
412
415
|
"variant": "body",
|
|
416
|
+
"content": "@entity.impact",
|
|
413
417
|
"type": "typography"
|
|
414
418
|
}
|
|
415
419
|
],
|
|
416
|
-
"type": "stack"
|
|
417
|
-
"gap": "sm"
|
|
420
|
+
"type": "stack"
|
|
418
421
|
}
|
|
419
422
|
],
|
|
420
423
|
"type": "card"
|
|
421
424
|
}
|
|
422
|
-
]
|
|
423
|
-
"gap": "lg",
|
|
424
|
-
"direction": "vertical",
|
|
425
|
-
"type": "stack"
|
|
425
|
+
]
|
|
426
426
|
}
|
|
427
427
|
]
|
|
428
428
|
]
|
|
@@ -479,8 +479,9 @@
|
|
|
479
479
|
"render-ui",
|
|
480
480
|
"main",
|
|
481
481
|
{
|
|
482
|
-
"direction": "vertical",
|
|
483
482
|
"type": "stack",
|
|
483
|
+
"direction": "vertical",
|
|
484
|
+
"gap": "lg",
|
|
484
485
|
"align": "center",
|
|
485
486
|
"children": [
|
|
486
487
|
{
|
|
@@ -488,19 +489,18 @@
|
|
|
488
489
|
"name": "save"
|
|
489
490
|
},
|
|
490
491
|
{
|
|
491
|
-
"type": "typography",
|
|
492
492
|
"content": "Recording outcome...",
|
|
493
|
+
"type": "typography",
|
|
493
494
|
"variant": "h3"
|
|
494
495
|
},
|
|
495
496
|
{
|
|
496
497
|
"type": "spinner"
|
|
497
498
|
},
|
|
498
499
|
{
|
|
499
|
-
"
|
|
500
|
-
"
|
|
500
|
+
"type": "badge",
|
|
501
|
+
"label": "@entity.outcome"
|
|
501
502
|
}
|
|
502
|
-
]
|
|
503
|
-
"gap": "lg"
|
|
503
|
+
]
|
|
504
504
|
}
|
|
505
505
|
]
|
|
506
506
|
]
|
|
@@ -561,15 +561,15 @@
|
|
|
561
561
|
"render-ui",
|
|
562
562
|
"main",
|
|
563
563
|
{
|
|
564
|
-
"
|
|
564
|
+
"align": "center",
|
|
565
565
|
"children": [
|
|
566
566
|
{
|
|
567
|
-
"
|
|
568
|
-
"
|
|
567
|
+
"type": "icon",
|
|
568
|
+
"name": "save"
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
|
-
"variant": "h3",
|
|
572
571
|
"content": "Recording outcome...",
|
|
572
|
+
"variant": "h3",
|
|
573
573
|
"type": "typography"
|
|
574
574
|
},
|
|
575
575
|
{
|
|
@@ -580,8 +580,8 @@
|
|
|
580
580
|
"type": "badge"
|
|
581
581
|
}
|
|
582
582
|
],
|
|
583
|
-
"align": "center",
|
|
584
583
|
"direction": "vertical",
|
|
584
|
+
"gap": "lg",
|
|
585
585
|
"type": "stack"
|
|
586
586
|
}
|
|
587
587
|
]
|
|
@@ -603,51 +603,50 @@
|
|
|
603
603
|
"render-ui",
|
|
604
604
|
"main",
|
|
605
605
|
{
|
|
606
|
-
"direction": "vertical",
|
|
607
606
|
"children": [
|
|
608
607
|
{
|
|
609
|
-
"
|
|
608
|
+
"align": "center",
|
|
609
|
+
"gap": "sm",
|
|
610
610
|
"children": [
|
|
611
611
|
{
|
|
612
|
-
"
|
|
613
|
-
"
|
|
612
|
+
"type": "icon",
|
|
613
|
+
"name": "graduation-cap"
|
|
614
614
|
},
|
|
615
615
|
{
|
|
616
|
-
"variant": "h2",
|
|
617
616
|
"type": "typography",
|
|
618
|
-
"content": "Outcome Learner"
|
|
617
|
+
"content": "Outcome Learner",
|
|
618
|
+
"variant": "h2"
|
|
619
619
|
}
|
|
620
620
|
],
|
|
621
621
|
"type": "stack",
|
|
622
|
-
"
|
|
623
|
-
"gap": "sm"
|
|
622
|
+
"direction": "horizontal"
|
|
624
623
|
},
|
|
625
624
|
{
|
|
626
625
|
"type": "divider"
|
|
627
626
|
},
|
|
628
627
|
{
|
|
629
|
-
"type": "simple-grid",
|
|
630
|
-
"cols": 3.0,
|
|
631
628
|
"children": [
|
|
632
629
|
{
|
|
633
630
|
"icon": "check-circle",
|
|
634
|
-
"
|
|
631
|
+
"type": "stat-display",
|
|
635
632
|
"value": "@entity.totalSuccesses",
|
|
636
|
-
"
|
|
633
|
+
"label": "Successes"
|
|
637
634
|
},
|
|
638
635
|
{
|
|
639
|
-
"icon": "x-circle",
|
|
640
|
-
"value": "@entity.totalFailures",
|
|
641
636
|
"type": "stat-display",
|
|
642
|
-
"
|
|
637
|
+
"value": "@entity.totalFailures",
|
|
638
|
+
"label": "Failures",
|
|
639
|
+
"icon": "x-circle"
|
|
643
640
|
},
|
|
644
641
|
{
|
|
645
|
-
"type": "stat-display",
|
|
646
|
-
"value": "@entity.provider",
|
|
647
642
|
"label": "Current Provider",
|
|
648
|
-
"
|
|
643
|
+
"type": "stat-display",
|
|
644
|
+
"icon": "cpu",
|
|
645
|
+
"value": "@entity.provider"
|
|
649
646
|
}
|
|
650
|
-
]
|
|
647
|
+
],
|
|
648
|
+
"cols": 3.0,
|
|
649
|
+
"type": "simple-grid"
|
|
651
650
|
},
|
|
652
651
|
{
|
|
653
652
|
"type": "divider"
|
|
@@ -655,6 +654,9 @@
|
|
|
655
654
|
{
|
|
656
655
|
"children": [
|
|
657
656
|
{
|
|
657
|
+
"gap": "md",
|
|
658
|
+
"type": "stack",
|
|
659
|
+
"direction": "vertical",
|
|
658
660
|
"children": [
|
|
659
661
|
{
|
|
660
662
|
"type": "typography",
|
|
@@ -662,14 +664,11 @@
|
|
|
662
664
|
"variant": "body"
|
|
663
665
|
},
|
|
664
666
|
{
|
|
665
|
-
"type": "typography",
|
|
666
667
|
"variant": "caption",
|
|
667
|
-
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
|
|
668
|
+
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
|
|
669
|
+
"type": "typography"
|
|
668
670
|
}
|
|
669
|
-
]
|
|
670
|
-
"gap": "md",
|
|
671
|
-
"type": "stack",
|
|
672
|
-
"direction": "vertical"
|
|
671
|
+
]
|
|
673
672
|
}
|
|
674
673
|
],
|
|
675
674
|
"type": "card"
|
|
@@ -678,24 +677,24 @@
|
|
|
678
677
|
"type": "card",
|
|
679
678
|
"children": [
|
|
680
679
|
{
|
|
680
|
+
"type": "stack",
|
|
681
681
|
"gap": "sm",
|
|
682
682
|
"direction": "vertical",
|
|
683
|
-
"type": "stack",
|
|
684
683
|
"children": [
|
|
685
684
|
{
|
|
686
|
-
"variant": "caption",
|
|
687
685
|
"type": "typography",
|
|
688
|
-
"content": "Last Outcome"
|
|
686
|
+
"content": "Last Outcome",
|
|
687
|
+
"variant": "caption"
|
|
689
688
|
},
|
|
690
689
|
{
|
|
691
|
-
"
|
|
690
|
+
"type": "typography",
|
|
692
691
|
"content": "@entity.outcome",
|
|
693
|
-
"
|
|
692
|
+
"variant": "body"
|
|
694
693
|
},
|
|
695
694
|
{
|
|
696
|
-
"
|
|
695
|
+
"content": "Impact Analysis",
|
|
697
696
|
"variant": "caption",
|
|
698
|
-
"
|
|
697
|
+
"type": "typography"
|
|
699
698
|
},
|
|
700
699
|
{
|
|
701
700
|
"type": "typography",
|
|
@@ -707,8 +706,9 @@
|
|
|
707
706
|
]
|
|
708
707
|
}
|
|
709
708
|
],
|
|
709
|
+
"gap": "lg",
|
|
710
710
|
"type": "stack",
|
|
711
|
-
"
|
|
711
|
+
"direction": "vertical"
|
|
712
712
|
}
|
|
713
713
|
]
|
|
714
714
|
]
|
|
@@ -786,14 +786,13 @@
|
|
|
786
786
|
"render-ui",
|
|
787
787
|
"main",
|
|
788
788
|
{
|
|
789
|
-
"direction": "vertical",
|
|
790
789
|
"type": "stack",
|
|
790
|
+
"direction": "vertical",
|
|
791
791
|
"gap": "lg",
|
|
792
|
-
"align": "center",
|
|
793
792
|
"children": [
|
|
794
793
|
{
|
|
795
|
-
"
|
|
796
|
-
"
|
|
794
|
+
"type": "icon",
|
|
795
|
+
"name": "cpu"
|
|
797
796
|
},
|
|
798
797
|
{
|
|
799
798
|
"type": "typography",
|
|
@@ -804,22 +803,23 @@
|
|
|
804
803
|
"type": "spinner"
|
|
805
804
|
},
|
|
806
805
|
{
|
|
807
|
-
"justify": "center",
|
|
808
806
|
"type": "stack",
|
|
809
|
-
"direction": "horizontal",
|
|
810
807
|
"gap": "md",
|
|
808
|
+
"justify": "center",
|
|
811
809
|
"children": [
|
|
812
810
|
{
|
|
813
|
-
"
|
|
814
|
-
"
|
|
811
|
+
"type": "badge",
|
|
812
|
+
"label": "@entity.category"
|
|
815
813
|
},
|
|
816
814
|
{
|
|
817
815
|
"label": "@entity.isSuccess",
|
|
818
816
|
"type": "badge"
|
|
819
817
|
}
|
|
820
|
-
]
|
|
818
|
+
],
|
|
819
|
+
"direction": "horizontal"
|
|
821
820
|
}
|
|
822
|
-
]
|
|
821
|
+
],
|
|
822
|
+
"align": "center"
|
|
823
823
|
}
|
|
824
824
|
]
|
|
825
825
|
]
|
|
@@ -844,50 +844,51 @@
|
|
|
844
844
|
"main",
|
|
845
845
|
{
|
|
846
846
|
"direction": "vertical",
|
|
847
|
+
"gap": "lg",
|
|
847
848
|
"children": [
|
|
848
849
|
{
|
|
849
|
-
"type": "stack",
|
|
850
850
|
"align": "center",
|
|
851
|
+
"type": "stack",
|
|
852
|
+
"gap": "sm",
|
|
851
853
|
"children": [
|
|
852
854
|
{
|
|
853
855
|
"type": "icon",
|
|
854
856
|
"name": "graduation-cap"
|
|
855
857
|
},
|
|
856
858
|
{
|
|
859
|
+
"content": "Outcome Learner",
|
|
857
860
|
"variant": "h2",
|
|
858
|
-
"type": "typography"
|
|
859
|
-
"content": "Outcome Learner"
|
|
861
|
+
"type": "typography"
|
|
860
862
|
}
|
|
861
863
|
],
|
|
862
|
-
"direction": "horizontal"
|
|
863
|
-
"gap": "sm"
|
|
864
|
+
"direction": "horizontal"
|
|
864
865
|
},
|
|
865
866
|
{
|
|
866
867
|
"type": "divider"
|
|
867
868
|
},
|
|
868
869
|
{
|
|
869
|
-
"cols": 3.0,
|
|
870
|
-
"type": "simple-grid",
|
|
871
870
|
"children": [
|
|
872
871
|
{
|
|
873
|
-
"label": "Successes",
|
|
874
872
|
"type": "stat-display",
|
|
875
873
|
"value": "@entity.totalSuccesses",
|
|
874
|
+
"label": "Successes",
|
|
876
875
|
"icon": "check-circle"
|
|
877
876
|
},
|
|
878
877
|
{
|
|
879
|
-
"type": "stat-display",
|
|
880
878
|
"label": "Failures",
|
|
879
|
+
"type": "stat-display",
|
|
881
880
|
"icon": "x-circle",
|
|
882
881
|
"value": "@entity.totalFailures"
|
|
883
882
|
},
|
|
884
883
|
{
|
|
885
|
-
"label": "Current Provider",
|
|
886
884
|
"icon": "cpu",
|
|
885
|
+
"value": "@entity.provider",
|
|
887
886
|
"type": "stat-display",
|
|
888
|
-
"
|
|
887
|
+
"label": "Current Provider"
|
|
889
888
|
}
|
|
890
|
-
]
|
|
889
|
+
],
|
|
890
|
+
"type": "simple-grid",
|
|
891
|
+
"cols": 3.0
|
|
891
892
|
},
|
|
892
893
|
{
|
|
893
894
|
"type": "divider"
|
|
@@ -896,43 +897,43 @@
|
|
|
896
897
|
"type": "card",
|
|
897
898
|
"children": [
|
|
898
899
|
{
|
|
899
|
-
"direction": "vertical",
|
|
900
|
-
"gap": "md",
|
|
901
900
|
"children": [
|
|
902
901
|
{
|
|
903
|
-
"
|
|
902
|
+
"type": "typography",
|
|
904
903
|
"variant": "body",
|
|
905
|
-
"
|
|
904
|
+
"content": "Listening for task outcomes..."
|
|
906
905
|
},
|
|
907
906
|
{
|
|
908
|
-
"
|
|
907
|
+
"type": "typography",
|
|
909
908
|
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
|
|
910
|
-
"
|
|
909
|
+
"variant": "caption"
|
|
911
910
|
}
|
|
912
911
|
],
|
|
913
|
-
"
|
|
912
|
+
"gap": "md",
|
|
913
|
+
"type": "stack",
|
|
914
|
+
"direction": "vertical"
|
|
914
915
|
}
|
|
915
916
|
]
|
|
916
917
|
},
|
|
917
918
|
{
|
|
918
|
-
"type": "card",
|
|
919
919
|
"children": [
|
|
920
920
|
{
|
|
921
|
+
"type": "stack",
|
|
921
922
|
"children": [
|
|
922
923
|
{
|
|
923
|
-
"content": "Last Outcome",
|
|
924
924
|
"variant": "caption",
|
|
925
|
-
"type": "typography"
|
|
925
|
+
"type": "typography",
|
|
926
|
+
"content": "Last Outcome"
|
|
926
927
|
},
|
|
927
928
|
{
|
|
928
|
-
"
|
|
929
|
+
"type": "typography",
|
|
929
930
|
"variant": "body",
|
|
930
|
-
"
|
|
931
|
+
"content": "@entity.outcome"
|
|
931
932
|
},
|
|
932
933
|
{
|
|
933
|
-
"type": "typography",
|
|
934
934
|
"content": "Impact Analysis",
|
|
935
|
-
"variant": "caption"
|
|
935
|
+
"variant": "caption",
|
|
936
|
+
"type": "typography"
|
|
936
937
|
},
|
|
937
938
|
{
|
|
938
939
|
"variant": "body",
|
|
@@ -941,14 +942,13 @@
|
|
|
941
942
|
}
|
|
942
943
|
],
|
|
943
944
|
"direction": "vertical",
|
|
944
|
-
"gap": "sm"
|
|
945
|
-
"type": "stack"
|
|
945
|
+
"gap": "sm"
|
|
946
946
|
}
|
|
947
|
-
]
|
|
947
|
+
],
|
|
948
|
+
"type": "card"
|
|
948
949
|
}
|
|
949
950
|
],
|
|
950
|
-
"type": "stack"
|
|
951
|
-
"gap": "lg"
|
|
951
|
+
"type": "stack"
|
|
952
952
|
}
|
|
953
953
|
]
|
|
954
954
|
]
|
|
@@ -980,50 +980,52 @@
|
|
|
980
980
|
"main",
|
|
981
981
|
{
|
|
982
982
|
"type": "stack",
|
|
983
|
+
"direction": "vertical",
|
|
984
|
+
"gap": "lg",
|
|
983
985
|
"children": [
|
|
984
986
|
{
|
|
987
|
+
"type": "stack",
|
|
985
988
|
"children": [
|
|
986
989
|
{
|
|
987
|
-
"
|
|
988
|
-
"
|
|
990
|
+
"name": "graduation-cap",
|
|
991
|
+
"type": "icon"
|
|
989
992
|
},
|
|
990
993
|
{
|
|
991
|
-
"variant": "h2",
|
|
992
994
|
"type": "typography",
|
|
993
|
-
"content": "Outcome Learner"
|
|
995
|
+
"content": "Outcome Learner",
|
|
996
|
+
"variant": "h2"
|
|
994
997
|
}
|
|
995
998
|
],
|
|
996
|
-
"align": "center",
|
|
997
999
|
"gap": "sm",
|
|
998
|
-
"
|
|
1000
|
+
"align": "center",
|
|
999
1001
|
"direction": "horizontal"
|
|
1000
1002
|
},
|
|
1001
1003
|
{
|
|
1002
1004
|
"type": "divider"
|
|
1003
1005
|
},
|
|
1004
1006
|
{
|
|
1005
|
-
"type": "simple-grid",
|
|
1006
1007
|
"cols": 3.0,
|
|
1007
1008
|
"children": [
|
|
1008
1009
|
{
|
|
1009
|
-
"icon": "check-circle",
|
|
1010
1010
|
"value": "@entity.totalSuccesses",
|
|
1011
|
-
"
|
|
1012
|
-
"type": "stat-display"
|
|
1011
|
+
"icon": "check-circle",
|
|
1012
|
+
"type": "stat-display",
|
|
1013
|
+
"label": "Successes"
|
|
1013
1014
|
},
|
|
1014
1015
|
{
|
|
1015
1016
|
"type": "stat-display",
|
|
1016
1017
|
"label": "Failures",
|
|
1017
|
-
"
|
|
1018
|
-
"
|
|
1018
|
+
"value": "@entity.totalFailures",
|
|
1019
|
+
"icon": "x-circle"
|
|
1019
1020
|
},
|
|
1020
1021
|
{
|
|
1021
1022
|
"type": "stat-display",
|
|
1022
|
-
"value": "@entity.provider",
|
|
1023
1023
|
"label": "Current Provider",
|
|
1024
|
+
"value": "@entity.provider",
|
|
1024
1025
|
"icon": "cpu"
|
|
1025
1026
|
}
|
|
1026
|
-
]
|
|
1027
|
+
],
|
|
1028
|
+
"type": "simple-grid"
|
|
1027
1029
|
},
|
|
1028
1030
|
{
|
|
1029
1031
|
"type": "divider"
|
|
@@ -1034,19 +1036,19 @@
|
|
|
1034
1036
|
{
|
|
1035
1037
|
"children": [
|
|
1036
1038
|
{
|
|
1039
|
+
"content": "Listening for task outcomes...",
|
|
1037
1040
|
"variant": "body",
|
|
1038
|
-
"type": "typography"
|
|
1039
|
-
"content": "Listening for task outcomes..."
|
|
1041
|
+
"type": "typography"
|
|
1040
1042
|
},
|
|
1041
1043
|
{
|
|
1042
1044
|
"variant": "caption",
|
|
1043
|
-
"
|
|
1044
|
-
"
|
|
1045
|
+
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
|
|
1046
|
+
"type": "typography"
|
|
1045
1047
|
}
|
|
1046
1048
|
],
|
|
1047
|
-
"direction": "vertical",
|
|
1048
1049
|
"gap": "md",
|
|
1049
|
-
"type": "stack"
|
|
1050
|
+
"type": "stack",
|
|
1051
|
+
"direction": "vertical"
|
|
1050
1052
|
}
|
|
1051
1053
|
]
|
|
1052
1054
|
},
|
|
@@ -1054,37 +1056,35 @@
|
|
|
1054
1056
|
"type": "card",
|
|
1055
1057
|
"children": [
|
|
1056
1058
|
{
|
|
1059
|
+
"type": "stack",
|
|
1057
1060
|
"children": [
|
|
1058
1061
|
{
|
|
1059
1062
|
"content": "Last Outcome",
|
|
1060
|
-
"
|
|
1061
|
-
"
|
|
1063
|
+
"variant": "caption",
|
|
1064
|
+
"type": "typography"
|
|
1062
1065
|
},
|
|
1063
1066
|
{
|
|
1064
|
-
"
|
|
1067
|
+
"content": "@entity.outcome",
|
|
1065
1068
|
"type": "typography",
|
|
1066
|
-
"
|
|
1069
|
+
"variant": "body"
|
|
1067
1070
|
},
|
|
1068
1071
|
{
|
|
1069
|
-
"type": "typography",
|
|
1070
1072
|
"content": "Impact Analysis",
|
|
1071
|
-
"variant": "caption"
|
|
1073
|
+
"variant": "caption",
|
|
1074
|
+
"type": "typography"
|
|
1072
1075
|
},
|
|
1073
1076
|
{
|
|
1074
|
-
"content": "@entity.impact",
|
|
1075
1077
|
"variant": "body",
|
|
1076
|
-
"type": "typography"
|
|
1078
|
+
"type": "typography",
|
|
1079
|
+
"content": "@entity.impact"
|
|
1077
1080
|
}
|
|
1078
1081
|
],
|
|
1079
|
-
"type": "stack",
|
|
1080
1082
|
"direction": "vertical",
|
|
1081
1083
|
"gap": "sm"
|
|
1082
1084
|
}
|
|
1083
1085
|
]
|
|
1084
1086
|
}
|
|
1085
|
-
]
|
|
1086
|
-
"direction": "vertical",
|
|
1087
|
-
"gap": "lg"
|
|
1087
|
+
]
|
|
1088
1088
|
}
|
|
1089
1089
|
]
|
|
1090
1090
|
]
|
|
@@ -1109,9 +1109,11 @@
|
|
|
1109
1109
|
"main",
|
|
1110
1110
|
{
|
|
1111
1111
|
"direction": "vertical",
|
|
1112
|
+
"gap": "lg",
|
|
1113
|
+
"type": "stack",
|
|
1112
1114
|
"children": [
|
|
1113
1115
|
{
|
|
1114
|
-
"
|
|
1116
|
+
"gap": "sm",
|
|
1115
1117
|
"children": [
|
|
1116
1118
|
{
|
|
1117
1119
|
"name": "graduation-cap",
|
|
@@ -1123,9 +1125,9 @@
|
|
|
1123
1125
|
"variant": "h2"
|
|
1124
1126
|
}
|
|
1125
1127
|
],
|
|
1126
|
-
"align": "center",
|
|
1127
1128
|
"direction": "horizontal",
|
|
1128
|
-
"
|
|
1129
|
+
"type": "stack",
|
|
1130
|
+
"align": "center"
|
|
1129
1131
|
},
|
|
1130
1132
|
{
|
|
1131
1133
|
"type": "divider"
|
|
@@ -1137,20 +1139,20 @@
|
|
|
1137
1139
|
{
|
|
1138
1140
|
"value": "@entity.totalSuccesses",
|
|
1139
1141
|
"label": "Successes",
|
|
1140
|
-
"
|
|
1141
|
-
"
|
|
1142
|
+
"icon": "check-circle",
|
|
1143
|
+
"type": "stat-display"
|
|
1142
1144
|
},
|
|
1143
1145
|
{
|
|
1144
|
-
"value": "@entity.totalFailures",
|
|
1145
|
-
"type": "stat-display",
|
|
1146
1146
|
"label": "Failures",
|
|
1147
|
-
"icon": "x-circle"
|
|
1147
|
+
"icon": "x-circle",
|
|
1148
|
+
"value": "@entity.totalFailures",
|
|
1149
|
+
"type": "stat-display"
|
|
1148
1150
|
},
|
|
1149
1151
|
{
|
|
1150
1152
|
"icon": "cpu",
|
|
1151
1153
|
"type": "stat-display",
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1154
|
+
"label": "Current Provider",
|
|
1155
|
+
"value": "@entity.provider"
|
|
1154
1156
|
}
|
|
1155
1157
|
]
|
|
1156
1158
|
},
|
|
@@ -1158,33 +1160,33 @@
|
|
|
1158
1160
|
"type": "divider"
|
|
1159
1161
|
},
|
|
1160
1162
|
{
|
|
1163
|
+
"type": "card",
|
|
1161
1164
|
"children": [
|
|
1162
1165
|
{
|
|
1166
|
+
"type": "stack",
|
|
1167
|
+
"gap": "md",
|
|
1163
1168
|
"direction": "vertical",
|
|
1164
1169
|
"children": [
|
|
1165
1170
|
{
|
|
1166
1171
|
"type": "typography",
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1172
|
+
"variant": "body",
|
|
1173
|
+
"content": "Listening for task outcomes..."
|
|
1169
1174
|
},
|
|
1170
1175
|
{
|
|
1176
|
+
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
|
|
1171
1177
|
"variant": "caption",
|
|
1172
|
-
"type": "typography"
|
|
1173
|
-
"content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
|
|
1178
|
+
"type": "typography"
|
|
1174
1179
|
}
|
|
1175
|
-
]
|
|
1176
|
-
"type": "stack",
|
|
1177
|
-
"gap": "md"
|
|
1180
|
+
]
|
|
1178
1181
|
}
|
|
1179
|
-
]
|
|
1180
|
-
"type": "card"
|
|
1182
|
+
]
|
|
1181
1183
|
},
|
|
1182
1184
|
{
|
|
1185
|
+
"type": "card",
|
|
1183
1186
|
"children": [
|
|
1184
1187
|
{
|
|
1185
|
-
"gap": "sm",
|
|
1186
|
-
"type": "stack",
|
|
1187
1188
|
"direction": "vertical",
|
|
1189
|
+
"gap": "sm",
|
|
1188
1190
|
"children": [
|
|
1189
1191
|
{
|
|
1190
1192
|
"type": "typography",
|
|
@@ -1192,28 +1194,26 @@
|
|
|
1192
1194
|
"variant": "caption"
|
|
1193
1195
|
},
|
|
1194
1196
|
{
|
|
1195
|
-
"content": "@entity.outcome",
|
|
1196
1197
|
"type": "typography",
|
|
1197
|
-
"variant": "body"
|
|
1198
|
+
"variant": "body",
|
|
1199
|
+
"content": "@entity.outcome"
|
|
1198
1200
|
},
|
|
1199
1201
|
{
|
|
1200
1202
|
"type": "typography",
|
|
1201
|
-
"
|
|
1202
|
-
"
|
|
1203
|
+
"variant": "caption",
|
|
1204
|
+
"content": "Impact Analysis"
|
|
1203
1205
|
},
|
|
1204
1206
|
{
|
|
1205
|
-
"
|
|
1207
|
+
"type": "typography",
|
|
1206
1208
|
"variant": "body",
|
|
1207
|
-
"
|
|
1209
|
+
"content": "@entity.impact"
|
|
1208
1210
|
}
|
|
1209
|
-
]
|
|
1211
|
+
],
|
|
1212
|
+
"type": "stack"
|
|
1210
1213
|
}
|
|
1211
|
-
]
|
|
1212
|
-
"type": "card"
|
|
1214
|
+
]
|
|
1213
1215
|
}
|
|
1214
|
-
]
|
|
1215
|
-
"type": "stack",
|
|
1216
|
-
"gap": "lg"
|
|
1216
|
+
]
|
|
1217
1217
|
}
|
|
1218
1218
|
]
|
|
1219
1219
|
]
|
|
@@ -1271,4 +1271,4 @@
|
|
|
1271
1271
|
]
|
|
1272
1272
|
}
|
|
1273
1273
|
]
|
|
1274
|
-
}
|
|
1274
|
+
}
|