@almadar/std 8.3.0 → 8.4.1
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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -338,51 +338,51 @@
|
|
|
338
338
|
"render-ui",
|
|
339
339
|
"main",
|
|
340
340
|
{
|
|
341
|
+
"type": "stack",
|
|
342
|
+
"gap": "lg",
|
|
343
|
+
"direction": "vertical",
|
|
341
344
|
"children": [
|
|
342
345
|
{
|
|
343
346
|
"children": [
|
|
344
347
|
{
|
|
345
|
-
"direction": "horizontal",
|
|
346
348
|
"children": [
|
|
347
349
|
{
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
+
"name": "repeat",
|
|
351
|
+
"type": "icon"
|
|
350
352
|
},
|
|
351
353
|
{
|
|
352
354
|
"variant": "h2",
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
+
"type": "typography",
|
|
356
|
+
"content": "Switch Provider"
|
|
355
357
|
}
|
|
356
358
|
],
|
|
357
359
|
"type": "stack",
|
|
360
|
+
"direction": "horizontal",
|
|
358
361
|
"gap": "md"
|
|
359
362
|
},
|
|
360
363
|
{
|
|
361
|
-
"
|
|
362
|
-
"icon": "repeat",
|
|
364
|
+
"variant": "primary",
|
|
363
365
|
"label": "Open",
|
|
364
366
|
"action": "SWITCH",
|
|
365
|
-
"
|
|
367
|
+
"type": "button",
|
|
368
|
+
"icon": "repeat"
|
|
366
369
|
}
|
|
367
370
|
],
|
|
368
|
-
"direction": "horizontal",
|
|
369
|
-
"justify": "between",
|
|
370
371
|
"type": "stack",
|
|
371
|
-
"
|
|
372
|
+
"justify": "between",
|
|
373
|
+
"gap": "md",
|
|
374
|
+
"direction": "horizontal"
|
|
372
375
|
},
|
|
373
376
|
{
|
|
374
377
|
"type": "divider"
|
|
375
378
|
},
|
|
376
379
|
{
|
|
377
|
-
"title": "Nothing open",
|
|
378
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
379
380
|
"type": "empty-state",
|
|
381
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
382
|
+
"title": "Nothing open",
|
|
380
383
|
"icon": "repeat"
|
|
381
384
|
}
|
|
382
|
-
]
|
|
383
|
-
"type": "stack",
|
|
384
|
-
"gap": "lg",
|
|
385
|
-
"direction": "vertical"
|
|
385
|
+
]
|
|
386
386
|
}
|
|
387
387
|
]
|
|
388
388
|
]
|
|
@@ -397,8 +397,8 @@
|
|
|
397
397
|
"AgentProvider",
|
|
398
398
|
{
|
|
399
399
|
"emit": {
|
|
400
|
-
"
|
|
401
|
-
"
|
|
400
|
+
"success": "AgentProviderRowLoaded",
|
|
401
|
+
"failure": "AgentProviderLoadFailed"
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
404
|
],
|
|
@@ -406,22 +406,22 @@
|
|
|
406
406
|
"render-ui",
|
|
407
407
|
"modal",
|
|
408
408
|
{
|
|
409
|
-
"direction": "vertical",
|
|
410
409
|
"className": "py-12",
|
|
410
|
+
"type": "stack",
|
|
411
|
+
"gap": "md",
|
|
411
412
|
"children": [
|
|
412
413
|
{
|
|
413
414
|
"type": "spinner"
|
|
414
415
|
},
|
|
415
416
|
{
|
|
416
|
-
"type": "typography",
|
|
417
|
-
"variant": "caption",
|
|
418
417
|
"color": "muted",
|
|
418
|
+
"variant": "caption",
|
|
419
|
+
"type": "typography",
|
|
419
420
|
"content": "Loading…"
|
|
420
421
|
}
|
|
421
422
|
],
|
|
422
|
-
"
|
|
423
|
-
"align": "center"
|
|
424
|
-
"type": "stack"
|
|
423
|
+
"direction": "vertical",
|
|
424
|
+
"align": "center"
|
|
425
425
|
}
|
|
426
426
|
]
|
|
427
427
|
]
|
|
@@ -435,10 +435,9 @@
|
|
|
435
435
|
"render-ui",
|
|
436
436
|
"modal",
|
|
437
437
|
{
|
|
438
|
-
"
|
|
438
|
+
"direction": "vertical",
|
|
439
439
|
"children": [
|
|
440
440
|
{
|
|
441
|
-
"type": "stack",
|
|
442
441
|
"direction": "horizontal",
|
|
443
442
|
"children": [
|
|
444
443
|
{
|
|
@@ -446,23 +445,26 @@
|
|
|
446
445
|
"name": "repeat"
|
|
447
446
|
},
|
|
448
447
|
{
|
|
448
|
+
"variant": "h3",
|
|
449
449
|
"content": "Switch Provider",
|
|
450
|
-
"type": "typography"
|
|
451
|
-
"variant": "h3"
|
|
450
|
+
"type": "typography"
|
|
452
451
|
}
|
|
453
452
|
],
|
|
454
|
-
"gap": "sm"
|
|
453
|
+
"gap": "sm",
|
|
454
|
+
"type": "stack"
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
"type": "divider"
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
460
|
"type": "stack",
|
|
461
|
+
"direction": "horizontal",
|
|
462
|
+
"gap": "md",
|
|
461
463
|
"children": [
|
|
462
464
|
{
|
|
463
465
|
"content": "Current:",
|
|
464
|
-
"
|
|
465
|
-
"
|
|
466
|
+
"variant": "caption",
|
|
467
|
+
"type": "typography"
|
|
466
468
|
},
|
|
467
469
|
{
|
|
468
470
|
"label": "@entity.currentProvider",
|
|
@@ -472,24 +474,22 @@
|
|
|
472
474
|
"label": "@entity.currentModel",
|
|
473
475
|
"type": "badge"
|
|
474
476
|
}
|
|
475
|
-
]
|
|
476
|
-
"direction": "horizontal",
|
|
477
|
-
"gap": "md"
|
|
477
|
+
]
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
|
-
"submitEvent": "SAVE",
|
|
481
|
-
"cancelEvent": "CLOSE",
|
|
482
|
-
"mode": "edit",
|
|
483
480
|
"entity": "@payload.row",
|
|
484
|
-
"
|
|
481
|
+
"cancelEvent": "CLOSE",
|
|
485
482
|
"fields": [
|
|
486
483
|
"currentProvider",
|
|
487
484
|
"currentModel"
|
|
488
|
-
]
|
|
485
|
+
],
|
|
486
|
+
"type": "form-section",
|
|
487
|
+
"mode": "edit",
|
|
488
|
+
"submitEvent": "SAVE"
|
|
489
489
|
}
|
|
490
490
|
],
|
|
491
|
-
"
|
|
492
|
-
"
|
|
491
|
+
"type": "stack",
|
|
492
|
+
"gap": "md"
|
|
493
493
|
}
|
|
494
494
|
]
|
|
495
495
|
]
|
|
@@ -517,51 +517,51 @@
|
|
|
517
517
|
"render-ui",
|
|
518
518
|
"main",
|
|
519
519
|
{
|
|
520
|
-
"type": "stack",
|
|
521
520
|
"direction": "vertical",
|
|
522
|
-
"gap": "lg",
|
|
523
521
|
"children": [
|
|
524
522
|
{
|
|
525
523
|
"direction": "horizontal",
|
|
526
|
-
"type": "stack",
|
|
527
|
-
"gap": "md",
|
|
528
524
|
"justify": "between",
|
|
529
525
|
"children": [
|
|
530
526
|
{
|
|
527
|
+
"type": "stack",
|
|
531
528
|
"gap": "md",
|
|
529
|
+
"direction": "horizontal",
|
|
532
530
|
"children": [
|
|
533
531
|
{
|
|
534
|
-
"
|
|
535
|
-
"
|
|
532
|
+
"type": "icon",
|
|
533
|
+
"name": "repeat"
|
|
536
534
|
},
|
|
537
535
|
{
|
|
538
536
|
"content": "Switch Provider",
|
|
539
|
-
"
|
|
540
|
-
"
|
|
537
|
+
"type": "typography",
|
|
538
|
+
"variant": "h2"
|
|
541
539
|
}
|
|
542
|
-
]
|
|
543
|
-
"type": "stack",
|
|
544
|
-
"direction": "horizontal"
|
|
540
|
+
]
|
|
545
541
|
},
|
|
546
542
|
{
|
|
547
|
-
"
|
|
543
|
+
"action": "SWITCH",
|
|
548
544
|
"type": "button",
|
|
549
|
-
"
|
|
545
|
+
"icon": "repeat",
|
|
550
546
|
"label": "Open",
|
|
551
|
-
"
|
|
547
|
+
"variant": "primary"
|
|
552
548
|
}
|
|
553
|
-
]
|
|
549
|
+
],
|
|
550
|
+
"gap": "md",
|
|
551
|
+
"type": "stack"
|
|
554
552
|
},
|
|
555
553
|
{
|
|
556
554
|
"type": "divider"
|
|
557
555
|
},
|
|
558
556
|
{
|
|
557
|
+
"title": "Nothing open",
|
|
559
558
|
"type": "empty-state",
|
|
560
559
|
"description": "Click Open to view details in a modal overlay.",
|
|
561
|
-
"icon": "repeat"
|
|
562
|
-
"title": "Nothing open"
|
|
560
|
+
"icon": "repeat"
|
|
563
561
|
}
|
|
564
|
-
]
|
|
562
|
+
],
|
|
563
|
+
"type": "stack",
|
|
564
|
+
"gap": "lg"
|
|
565
565
|
}
|
|
566
566
|
]
|
|
567
567
|
]
|
|
@@ -589,51 +589,51 @@
|
|
|
589
589
|
"render-ui",
|
|
590
590
|
"main",
|
|
591
591
|
{
|
|
592
|
+
"type": "stack",
|
|
593
|
+
"direction": "vertical",
|
|
594
|
+
"gap": "lg",
|
|
592
595
|
"children": [
|
|
593
596
|
{
|
|
597
|
+
"gap": "md",
|
|
598
|
+
"type": "stack",
|
|
599
|
+
"justify": "between",
|
|
600
|
+
"direction": "horizontal",
|
|
594
601
|
"children": [
|
|
595
602
|
{
|
|
596
603
|
"type": "stack",
|
|
597
|
-
"gap": "md",
|
|
598
604
|
"direction": "horizontal",
|
|
605
|
+
"gap": "md",
|
|
599
606
|
"children": [
|
|
600
607
|
{
|
|
601
608
|
"name": "repeat",
|
|
602
609
|
"type": "icon"
|
|
603
610
|
},
|
|
604
611
|
{
|
|
605
|
-
"type": "typography",
|
|
606
612
|
"content": "Switch Provider",
|
|
607
|
-
"variant": "h2"
|
|
613
|
+
"variant": "h2",
|
|
614
|
+
"type": "typography"
|
|
608
615
|
}
|
|
609
616
|
]
|
|
610
617
|
},
|
|
611
618
|
{
|
|
619
|
+
"label": "Open",
|
|
620
|
+
"action": "SWITCH",
|
|
612
621
|
"icon": "repeat",
|
|
613
622
|
"type": "button",
|
|
614
|
-
"variant": "primary"
|
|
615
|
-
"label": "Open",
|
|
616
|
-
"action": "SWITCH"
|
|
623
|
+
"variant": "primary"
|
|
617
624
|
}
|
|
618
|
-
]
|
|
619
|
-
"direction": "horizontal",
|
|
620
|
-
"gap": "md",
|
|
621
|
-
"type": "stack",
|
|
622
|
-
"justify": "between"
|
|
625
|
+
]
|
|
623
626
|
},
|
|
624
627
|
{
|
|
625
628
|
"type": "divider"
|
|
626
629
|
},
|
|
627
630
|
{
|
|
628
|
-
"
|
|
631
|
+
"icon": "repeat",
|
|
629
632
|
"type": "empty-state",
|
|
630
633
|
"title": "Nothing open",
|
|
631
|
-
"
|
|
634
|
+
"description": "Click Open to view details in a modal overlay."
|
|
632
635
|
}
|
|
633
|
-
]
|
|
634
|
-
"gap": "lg",
|
|
635
|
-
"type": "stack",
|
|
636
|
-
"direction": "vertical"
|
|
636
|
+
]
|
|
637
637
|
}
|
|
638
638
|
]
|
|
639
639
|
]
|
|
@@ -672,16 +672,13 @@
|
|
|
672
672
|
"render-ui",
|
|
673
673
|
"main",
|
|
674
674
|
{
|
|
675
|
-
"direction": "vertical",
|
|
676
|
-
"type": "stack",
|
|
677
675
|
"gap": "lg",
|
|
676
|
+
"direction": "vertical",
|
|
678
677
|
"children": [
|
|
679
678
|
{
|
|
680
|
-
"type": "stack",
|
|
681
|
-
"justify": "between",
|
|
682
|
-
"gap": "md",
|
|
683
679
|
"children": [
|
|
684
680
|
{
|
|
681
|
+
"gap": "md",
|
|
685
682
|
"type": "stack",
|
|
686
683
|
"direction": "horizontal",
|
|
687
684
|
"children": [
|
|
@@ -690,33 +687,36 @@
|
|
|
690
687
|
"type": "icon"
|
|
691
688
|
},
|
|
692
689
|
{
|
|
690
|
+
"variant": "h2",
|
|
693
691
|
"type": "typography",
|
|
694
|
-
"content": "Switch Provider"
|
|
695
|
-
"variant": "h2"
|
|
692
|
+
"content": "Switch Provider"
|
|
696
693
|
}
|
|
697
|
-
]
|
|
698
|
-
"gap": "md"
|
|
694
|
+
]
|
|
699
695
|
},
|
|
700
696
|
{
|
|
701
|
-
"type": "button",
|
|
702
|
-
"action": "SWITCH",
|
|
703
|
-
"label": "Open",
|
|
704
697
|
"variant": "primary",
|
|
705
|
-
"
|
|
698
|
+
"action": "SWITCH",
|
|
699
|
+
"type": "button",
|
|
700
|
+
"icon": "repeat",
|
|
701
|
+
"label": "Open"
|
|
706
702
|
}
|
|
707
703
|
],
|
|
708
|
-
"
|
|
704
|
+
"type": "stack",
|
|
705
|
+
"justify": "between",
|
|
706
|
+
"direction": "horizontal",
|
|
707
|
+
"gap": "md"
|
|
709
708
|
},
|
|
710
709
|
{
|
|
711
710
|
"type": "divider"
|
|
712
711
|
},
|
|
713
712
|
{
|
|
714
|
-
"type": "empty-state",
|
|
715
|
-
"icon": "repeat",
|
|
716
713
|
"title": "Nothing open",
|
|
717
|
-
"
|
|
714
|
+
"type": "empty-state",
|
|
715
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
716
|
+
"icon": "repeat"
|
|
718
717
|
}
|
|
719
|
-
]
|
|
718
|
+
],
|
|
719
|
+
"type": "stack"
|
|
720
720
|
}
|
|
721
721
|
]
|
|
722
722
|
]
|
|
@@ -899,8 +899,8 @@
|
|
|
899
899
|
"AgentProvider",
|
|
900
900
|
{
|
|
901
901
|
"emit": {
|
|
902
|
-
"
|
|
903
|
-
"
|
|
902
|
+
"failure": "AgentProviderLoadFailed",
|
|
903
|
+
"success": "AgentProviderLoaded"
|
|
904
904
|
}
|
|
905
905
|
}
|
|
906
906
|
]
|
|
@@ -925,60 +925,60 @@
|
|
|
925
925
|
"render-ui",
|
|
926
926
|
"main",
|
|
927
927
|
{
|
|
928
|
+
"direction": "vertical",
|
|
929
|
+
"gap": "lg",
|
|
930
|
+
"type": "stack",
|
|
928
931
|
"children": [
|
|
929
932
|
{
|
|
933
|
+
"direction": "horizontal",
|
|
930
934
|
"children": [
|
|
931
935
|
{
|
|
936
|
+
"type": "stack",
|
|
932
937
|
"children": [
|
|
933
938
|
{
|
|
934
|
-
"
|
|
935
|
-
"
|
|
939
|
+
"name": "server",
|
|
940
|
+
"type": "icon"
|
|
936
941
|
},
|
|
937
942
|
{
|
|
938
|
-
"variant": "h2",
|
|
939
943
|
"type": "typography",
|
|
944
|
+
"variant": "h2",
|
|
940
945
|
"content": "Provider Status"
|
|
941
946
|
}
|
|
942
947
|
],
|
|
943
|
-
"
|
|
944
|
-
"gap": "md",
|
|
948
|
+
"direction": "horizontal",
|
|
945
949
|
"align": "center",
|
|
946
|
-
"
|
|
950
|
+
"gap": "md"
|
|
947
951
|
},
|
|
948
952
|
{
|
|
953
|
+
"label": "Dismiss",
|
|
954
|
+
"action": "HIDE",
|
|
949
955
|
"variant": "ghost",
|
|
950
|
-
"icon": "x",
|
|
951
956
|
"type": "button",
|
|
952
|
-
"
|
|
953
|
-
"label": "Dismiss"
|
|
957
|
+
"icon": "x"
|
|
954
958
|
}
|
|
955
959
|
],
|
|
956
|
-
"direction": "horizontal",
|
|
957
960
|
"type": "stack",
|
|
958
|
-
"
|
|
961
|
+
"align": "center",
|
|
959
962
|
"gap": "md",
|
|
960
|
-
"
|
|
963
|
+
"justify": "between"
|
|
961
964
|
},
|
|
962
965
|
{
|
|
963
966
|
"type": "divider"
|
|
964
967
|
},
|
|
965
968
|
{
|
|
969
|
+
"variant": "@entity.notificationType",
|
|
966
970
|
"message": "@entity.message",
|
|
967
|
-
"type": "alert"
|
|
968
|
-
"variant": "@entity.notificationType"
|
|
971
|
+
"type": "alert"
|
|
969
972
|
},
|
|
970
973
|
{
|
|
971
974
|
"type": "toast-slot"
|
|
972
975
|
},
|
|
973
976
|
{
|
|
974
|
-
"message": "@entity.message",
|
|
975
977
|
"type": "alert",
|
|
976
|
-
"variant": "warning"
|
|
978
|
+
"variant": "warning",
|
|
979
|
+
"message": "@entity.message"
|
|
977
980
|
}
|
|
978
|
-
]
|
|
979
|
-
"direction": "vertical",
|
|
980
|
-
"gap": "lg",
|
|
981
|
-
"type": "stack"
|
|
981
|
+
]
|
|
982
982
|
}
|
|
983
983
|
]
|
|
984
984
|
]
|
|
@@ -1003,59 +1003,59 @@
|
|
|
1003
1003
|
"main",
|
|
1004
1004
|
{
|
|
1005
1005
|
"direction": "vertical",
|
|
1006
|
+
"gap": "lg",
|
|
1006
1007
|
"type": "stack",
|
|
1007
1008
|
"children": [
|
|
1008
1009
|
{
|
|
1009
|
-
"
|
|
1010
|
-
"align": "center",
|
|
1011
|
-
"type": "stack",
|
|
1010
|
+
"direction": "horizontal",
|
|
1012
1011
|
"children": [
|
|
1013
1012
|
{
|
|
1014
|
-
"type": "stack",
|
|
1015
1013
|
"direction": "horizontal",
|
|
1016
1014
|
"align": "center",
|
|
1017
1015
|
"gap": "md",
|
|
1016
|
+
"type": "stack",
|
|
1018
1017
|
"children": [
|
|
1019
1018
|
{
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1019
|
+
"name": "server",
|
|
1020
|
+
"type": "icon"
|
|
1022
1021
|
},
|
|
1023
1022
|
{
|
|
1024
|
-
"type": "typography",
|
|
1025
1023
|
"variant": "h2",
|
|
1024
|
+
"type": "typography",
|
|
1026
1025
|
"content": "Provider Status"
|
|
1027
1026
|
}
|
|
1028
1027
|
]
|
|
1029
1028
|
},
|
|
1030
1029
|
{
|
|
1031
|
-
"label": "Dismiss",
|
|
1032
|
-
"icon": "x",
|
|
1033
|
-
"type": "button",
|
|
1034
1030
|
"action": "HIDE",
|
|
1035
|
-
"variant": "ghost"
|
|
1031
|
+
"variant": "ghost",
|
|
1032
|
+
"type": "button",
|
|
1033
|
+
"label": "Dismiss",
|
|
1034
|
+
"icon": "x"
|
|
1036
1035
|
}
|
|
1037
1036
|
],
|
|
1038
|
-
"
|
|
1039
|
-
"
|
|
1037
|
+
"type": "stack",
|
|
1038
|
+
"gap": "md",
|
|
1039
|
+
"justify": "between",
|
|
1040
|
+
"align": "center"
|
|
1040
1041
|
},
|
|
1041
1042
|
{
|
|
1042
1043
|
"type": "divider"
|
|
1043
1044
|
},
|
|
1044
1045
|
{
|
|
1045
1046
|
"variant": "@entity.notificationType",
|
|
1046
|
-
"
|
|
1047
|
-
"
|
|
1047
|
+
"message": "@entity.message",
|
|
1048
|
+
"type": "alert"
|
|
1048
1049
|
},
|
|
1049
1050
|
{
|
|
1050
1051
|
"type": "toast-slot"
|
|
1051
1052
|
},
|
|
1052
1053
|
{
|
|
1053
1054
|
"variant": "warning",
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1055
|
+
"message": "@entity.message",
|
|
1056
|
+
"type": "alert"
|
|
1056
1057
|
}
|
|
1057
|
-
]
|
|
1058
|
-
"gap": "lg"
|
|
1058
|
+
]
|
|
1059
1059
|
}
|
|
1060
1060
|
]
|
|
1061
1061
|
]
|
|
@@ -1086,11 +1086,12 @@
|
|
|
1086
1086
|
"scope": "internal",
|
|
1087
1087
|
"payload": [
|
|
1088
1088
|
{
|
|
1089
|
-
"name": "
|
|
1090
|
-
"type": "string"
|
|
1089
|
+
"name": "message",
|
|
1090
|
+
"type": "string",
|
|
1091
|
+
"required": true
|
|
1091
1092
|
},
|
|
1092
1093
|
{
|
|
1093
|
-
"name": "
|
|
1094
|
+
"name": "notificationType",
|
|
1094
1095
|
"type": "string"
|
|
1095
1096
|
}
|
|
1096
1097
|
]
|
|
@@ -1296,9 +1297,9 @@
|
|
|
1296
1297
|
"render-ui",
|
|
1297
1298
|
"main",
|
|
1298
1299
|
{
|
|
1299
|
-
"description": "Provider is ready",
|
|
1300
1300
|
"type": "empty-state",
|
|
1301
1301
|
"title": "Provider",
|
|
1302
|
+
"description": "Provider is ready",
|
|
1302
1303
|
"icon": "repeat"
|
|
1303
1304
|
}
|
|
1304
1305
|
]
|
|
@@ -1398,7 +1399,11 @@
|
|
|
1398
1399
|
],
|
|
1399
1400
|
[
|
|
1400
1401
|
"emit",
|
|
1401
|
-
"SHOW"
|
|
1402
|
+
"SHOW",
|
|
1403
|
+
{
|
|
1404
|
+
"notificationType": "info",
|
|
1405
|
+
"message": "Provider switched"
|
|
1406
|
+
}
|
|
1402
1407
|
]
|
|
1403
1408
|
]
|
|
1404
1409
|
}
|