@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -64,7 +64,13 @@
|
|
|
64
64
|
{
|
|
65
65
|
"name": "notificationType",
|
|
66
66
|
"type": "string",
|
|
67
|
-
"default": "info"
|
|
67
|
+
"default": "info",
|
|
68
|
+
"values": [
|
|
69
|
+
"info",
|
|
70
|
+
"success",
|
|
71
|
+
"warning",
|
|
72
|
+
"error"
|
|
73
|
+
]
|
|
68
74
|
}
|
|
69
75
|
]
|
|
70
76
|
},
|
|
@@ -332,38 +338,40 @@
|
|
|
332
338
|
"render-ui",
|
|
333
339
|
"main",
|
|
334
340
|
{
|
|
341
|
+
"direction": "vertical",
|
|
335
342
|
"type": "stack",
|
|
343
|
+
"gap": "lg",
|
|
336
344
|
"children": [
|
|
337
345
|
{
|
|
338
|
-
"direction": "horizontal",
|
|
339
|
-
"gap": "md",
|
|
340
|
-
"type": "stack",
|
|
341
346
|
"justify": "between",
|
|
342
347
|
"children": [
|
|
343
348
|
{
|
|
349
|
+
"type": "stack",
|
|
344
350
|
"direction": "horizontal",
|
|
345
|
-
"gap": "md",
|
|
346
351
|
"children": [
|
|
347
352
|
{
|
|
348
353
|
"type": "icon",
|
|
349
354
|
"name": "repeat"
|
|
350
355
|
},
|
|
351
356
|
{
|
|
352
|
-
"
|
|
357
|
+
"content": "Switch Provider",
|
|
353
358
|
"variant": "h2",
|
|
354
|
-
"
|
|
359
|
+
"type": "typography"
|
|
355
360
|
}
|
|
356
361
|
],
|
|
357
|
-
"
|
|
362
|
+
"gap": "md"
|
|
358
363
|
},
|
|
359
364
|
{
|
|
360
|
-
"action": "SWITCH",
|
|
361
365
|
"label": "Open",
|
|
366
|
+
"action": "SWITCH",
|
|
367
|
+
"type": "button",
|
|
362
368
|
"variant": "primary",
|
|
363
|
-
"icon": "repeat"
|
|
364
|
-
"type": "button"
|
|
369
|
+
"icon": "repeat"
|
|
365
370
|
}
|
|
366
|
-
]
|
|
371
|
+
],
|
|
372
|
+
"type": "stack",
|
|
373
|
+
"direction": "horizontal",
|
|
374
|
+
"gap": "md"
|
|
367
375
|
},
|
|
368
376
|
{
|
|
369
377
|
"type": "divider"
|
|
@@ -371,12 +379,10 @@
|
|
|
371
379
|
{
|
|
372
380
|
"type": "empty-state",
|
|
373
381
|
"title": "Nothing open",
|
|
374
|
-
"
|
|
375
|
-
"
|
|
382
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
383
|
+
"icon": "repeat"
|
|
376
384
|
}
|
|
377
|
-
]
|
|
378
|
-
"gap": "lg",
|
|
379
|
-
"direction": "vertical"
|
|
385
|
+
]
|
|
380
386
|
}
|
|
381
387
|
]
|
|
382
388
|
]
|
|
@@ -391,8 +397,8 @@
|
|
|
391
397
|
"AgentProvider",
|
|
392
398
|
{
|
|
393
399
|
"emit": {
|
|
394
|
-
"
|
|
395
|
-
"
|
|
400
|
+
"success": "AgentProviderRowLoaded",
|
|
401
|
+
"failure": "AgentProviderLoadFailed"
|
|
396
402
|
}
|
|
397
403
|
}
|
|
398
404
|
],
|
|
@@ -400,22 +406,22 @@
|
|
|
400
406
|
"render-ui",
|
|
401
407
|
"modal",
|
|
402
408
|
{
|
|
409
|
+
"className": "py-12",
|
|
403
410
|
"gap": "md",
|
|
404
|
-
"
|
|
411
|
+
"type": "stack",
|
|
405
412
|
"children": [
|
|
406
413
|
{
|
|
407
414
|
"type": "spinner"
|
|
408
415
|
},
|
|
409
416
|
{
|
|
410
417
|
"type": "typography",
|
|
411
|
-
"color": "muted",
|
|
412
418
|
"content": "Loading…",
|
|
413
|
-
"variant": "caption"
|
|
419
|
+
"variant": "caption",
|
|
420
|
+
"color": "muted"
|
|
414
421
|
}
|
|
415
422
|
],
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
"direction": "vertical"
|
|
423
|
+
"direction": "vertical",
|
|
424
|
+
"align": "center"
|
|
419
425
|
}
|
|
420
426
|
]
|
|
421
427
|
]
|
|
@@ -429,61 +435,61 @@
|
|
|
429
435
|
"render-ui",
|
|
430
436
|
"modal",
|
|
431
437
|
{
|
|
432
|
-
"
|
|
438
|
+
"direction": "vertical",
|
|
433
439
|
"children": [
|
|
434
440
|
{
|
|
441
|
+
"type": "stack",
|
|
442
|
+
"direction": "horizontal",
|
|
435
443
|
"children": [
|
|
436
444
|
{
|
|
437
445
|
"type": "icon",
|
|
438
446
|
"name": "repeat"
|
|
439
447
|
},
|
|
440
448
|
{
|
|
441
|
-
"variant": "h3",
|
|
442
449
|
"content": "Switch Provider",
|
|
450
|
+
"variant": "h3",
|
|
443
451
|
"type": "typography"
|
|
444
452
|
}
|
|
445
453
|
],
|
|
446
|
-
"gap": "sm"
|
|
447
|
-
"type": "stack",
|
|
448
|
-
"direction": "horizontal"
|
|
454
|
+
"gap": "sm"
|
|
449
455
|
},
|
|
450
456
|
{
|
|
451
457
|
"type": "divider"
|
|
452
458
|
},
|
|
453
459
|
{
|
|
454
460
|
"direction": "horizontal",
|
|
461
|
+
"type": "stack",
|
|
462
|
+
"gap": "md",
|
|
455
463
|
"children": [
|
|
456
464
|
{
|
|
457
465
|
"variant": "caption",
|
|
458
|
-
"
|
|
459
|
-
"
|
|
466
|
+
"type": "typography",
|
|
467
|
+
"content": "Current:"
|
|
460
468
|
},
|
|
461
469
|
{
|
|
462
470
|
"label": "@entity.currentProvider",
|
|
463
471
|
"type": "badge"
|
|
464
472
|
},
|
|
465
473
|
{
|
|
466
|
-
"
|
|
467
|
-
"
|
|
474
|
+
"label": "@entity.currentModel",
|
|
475
|
+
"type": "badge"
|
|
468
476
|
}
|
|
469
|
-
]
|
|
470
|
-
"type": "stack",
|
|
471
|
-
"gap": "md"
|
|
477
|
+
]
|
|
472
478
|
},
|
|
473
479
|
{
|
|
474
480
|
"submitEvent": "SAVE",
|
|
481
|
+
"mode": "edit",
|
|
475
482
|
"cancelEvent": "CLOSE",
|
|
483
|
+
"type": "form-section",
|
|
476
484
|
"fields": [
|
|
477
485
|
"currentProvider",
|
|
478
486
|
"currentModel"
|
|
479
487
|
],
|
|
480
|
-
"
|
|
481
|
-
"entity": "@payload.row",
|
|
482
|
-
"mode": "edit"
|
|
488
|
+
"entity": "@payload.row"
|
|
483
489
|
}
|
|
484
490
|
],
|
|
485
491
|
"gap": "md",
|
|
486
|
-
"
|
|
492
|
+
"type": "stack"
|
|
487
493
|
}
|
|
488
494
|
]
|
|
489
495
|
]
|
|
@@ -511,39 +517,39 @@
|
|
|
511
517
|
"render-ui",
|
|
512
518
|
"main",
|
|
513
519
|
{
|
|
514
|
-
"direction": "vertical",
|
|
515
520
|
"gap": "lg",
|
|
521
|
+
"direction": "vertical",
|
|
516
522
|
"children": [
|
|
517
523
|
{
|
|
524
|
+
"gap": "md",
|
|
518
525
|
"children": [
|
|
519
526
|
{
|
|
520
|
-
"type": "stack",
|
|
521
527
|
"direction": "horizontal",
|
|
528
|
+
"type": "stack",
|
|
522
529
|
"gap": "md",
|
|
523
530
|
"children": [
|
|
524
531
|
{
|
|
525
|
-
"
|
|
526
|
-
"
|
|
532
|
+
"name": "repeat",
|
|
533
|
+
"type": "icon"
|
|
527
534
|
},
|
|
528
535
|
{
|
|
536
|
+
"content": "Switch Provider",
|
|
529
537
|
"variant": "h2",
|
|
530
|
-
"type": "typography"
|
|
531
|
-
"content": "Switch Provider"
|
|
538
|
+
"type": "typography"
|
|
532
539
|
}
|
|
533
540
|
]
|
|
534
541
|
},
|
|
535
542
|
{
|
|
536
|
-
"
|
|
543
|
+
"icon": "repeat",
|
|
544
|
+
"type": "button",
|
|
537
545
|
"variant": "primary",
|
|
538
546
|
"action": "SWITCH",
|
|
539
|
-
"
|
|
540
|
-
"icon": "repeat"
|
|
547
|
+
"label": "Open"
|
|
541
548
|
}
|
|
542
549
|
],
|
|
543
|
-
"
|
|
544
|
-
"gap": "md",
|
|
550
|
+
"direction": "horizontal",
|
|
545
551
|
"type": "stack",
|
|
546
|
-
"
|
|
552
|
+
"justify": "between"
|
|
547
553
|
},
|
|
548
554
|
{
|
|
549
555
|
"type": "divider"
|
|
@@ -586,44 +592,44 @@
|
|
|
586
592
|
"direction": "vertical",
|
|
587
593
|
"children": [
|
|
588
594
|
{
|
|
589
|
-
"direction": "horizontal",
|
|
590
595
|
"justify": "between",
|
|
591
|
-
"type": "stack",
|
|
592
596
|
"gap": "md",
|
|
593
597
|
"children": [
|
|
594
598
|
{
|
|
595
|
-
"type": "stack",
|
|
596
599
|
"direction": "horizontal",
|
|
600
|
+
"gap": "md",
|
|
597
601
|
"children": [
|
|
598
602
|
{
|
|
599
|
-
"
|
|
600
|
-
"
|
|
603
|
+
"type": "icon",
|
|
604
|
+
"name": "repeat"
|
|
601
605
|
},
|
|
602
606
|
{
|
|
603
|
-
"variant": "h2",
|
|
604
607
|
"content": "Switch Provider",
|
|
605
|
-
"type": "typography"
|
|
608
|
+
"type": "typography",
|
|
609
|
+
"variant": "h2"
|
|
606
610
|
}
|
|
607
611
|
],
|
|
608
|
-
"
|
|
612
|
+
"type": "stack"
|
|
609
613
|
},
|
|
610
614
|
{
|
|
611
|
-
"action": "SWITCH",
|
|
612
|
-
"type": "button",
|
|
613
615
|
"label": "Open",
|
|
616
|
+
"action": "SWITCH",
|
|
617
|
+
"icon": "repeat",
|
|
614
618
|
"variant": "primary",
|
|
615
|
-
"
|
|
619
|
+
"type": "button"
|
|
616
620
|
}
|
|
617
|
-
]
|
|
621
|
+
],
|
|
622
|
+
"direction": "horizontal",
|
|
623
|
+
"type": "stack"
|
|
618
624
|
},
|
|
619
625
|
{
|
|
620
626
|
"type": "divider"
|
|
621
627
|
},
|
|
622
628
|
{
|
|
623
|
-
"
|
|
624
|
-
"type": "empty-state",
|
|
629
|
+
"icon": "repeat",
|
|
625
630
|
"title": "Nothing open",
|
|
626
|
-
"
|
|
631
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
632
|
+
"type": "empty-state"
|
|
627
633
|
}
|
|
628
634
|
],
|
|
629
635
|
"type": "stack",
|
|
@@ -666,49 +672,49 @@
|
|
|
666
672
|
"render-ui",
|
|
667
673
|
"main",
|
|
668
674
|
{
|
|
669
|
-
"direction": "vertical",
|
|
670
675
|
"type": "stack",
|
|
671
676
|
"gap": "lg",
|
|
677
|
+
"direction": "vertical",
|
|
672
678
|
"children": [
|
|
673
679
|
{
|
|
680
|
+
"type": "stack",
|
|
674
681
|
"justify": "between",
|
|
682
|
+
"gap": "md",
|
|
675
683
|
"children": [
|
|
676
684
|
{
|
|
685
|
+
"type": "stack",
|
|
677
686
|
"direction": "horizontal",
|
|
678
|
-
"gap": "md",
|
|
679
687
|
"children": [
|
|
680
688
|
{
|
|
681
|
-
"
|
|
682
|
-
"
|
|
689
|
+
"type": "icon",
|
|
690
|
+
"name": "repeat"
|
|
683
691
|
},
|
|
684
692
|
{
|
|
685
|
-
"type": "typography",
|
|
686
693
|
"content": "Switch Provider",
|
|
694
|
+
"type": "typography",
|
|
687
695
|
"variant": "h2"
|
|
688
696
|
}
|
|
689
697
|
],
|
|
690
|
-
"
|
|
698
|
+
"gap": "md"
|
|
691
699
|
},
|
|
692
700
|
{
|
|
693
701
|
"label": "Open",
|
|
702
|
+
"variant": "primary",
|
|
694
703
|
"icon": "repeat",
|
|
695
704
|
"type": "button",
|
|
696
|
-
"action": "SWITCH"
|
|
697
|
-
"variant": "primary"
|
|
705
|
+
"action": "SWITCH"
|
|
698
706
|
}
|
|
699
707
|
],
|
|
700
|
-
"direction": "horizontal"
|
|
701
|
-
"type": "stack",
|
|
702
|
-
"gap": "md"
|
|
708
|
+
"direction": "horizontal"
|
|
703
709
|
},
|
|
704
710
|
{
|
|
705
711
|
"type": "divider"
|
|
706
712
|
},
|
|
707
713
|
{
|
|
714
|
+
"type": "empty-state",
|
|
708
715
|
"description": "Click Open to view details in a modal overlay.",
|
|
709
716
|
"title": "Nothing open",
|
|
710
|
-
"icon": "repeat"
|
|
711
|
-
"type": "empty-state"
|
|
717
|
+
"icon": "repeat"
|
|
712
718
|
}
|
|
713
719
|
]
|
|
714
720
|
}
|
|
@@ -919,18 +925,21 @@
|
|
|
919
925
|
"render-ui",
|
|
920
926
|
"main",
|
|
921
927
|
{
|
|
928
|
+
"direction": "vertical",
|
|
922
929
|
"children": [
|
|
923
930
|
{
|
|
931
|
+
"direction": "horizontal",
|
|
924
932
|
"gap": "md",
|
|
933
|
+
"justify": "between",
|
|
934
|
+
"align": "center",
|
|
935
|
+
"type": "stack",
|
|
925
936
|
"children": [
|
|
926
937
|
{
|
|
927
938
|
"type": "stack",
|
|
928
|
-
"align": "center",
|
|
929
|
-
"gap": "md",
|
|
930
939
|
"children": [
|
|
931
940
|
{
|
|
932
|
-
"
|
|
933
|
-
"
|
|
941
|
+
"type": "icon",
|
|
942
|
+
"name": "server"
|
|
934
943
|
},
|
|
935
944
|
{
|
|
936
945
|
"type": "typography",
|
|
@@ -938,28 +947,26 @@
|
|
|
938
947
|
"content": "Provider Status"
|
|
939
948
|
}
|
|
940
949
|
],
|
|
941
|
-
"direction": "horizontal"
|
|
950
|
+
"direction": "horizontal",
|
|
951
|
+
"align": "center",
|
|
952
|
+
"gap": "md"
|
|
942
953
|
},
|
|
943
954
|
{
|
|
944
|
-
"label": "Dismiss",
|
|
945
|
-
"type": "button",
|
|
946
955
|
"variant": "ghost",
|
|
956
|
+
"type": "button",
|
|
947
957
|
"icon": "x",
|
|
958
|
+
"label": "Dismiss",
|
|
948
959
|
"action": "HIDE"
|
|
949
960
|
}
|
|
950
|
-
]
|
|
951
|
-
"type": "stack",
|
|
952
|
-
"direction": "horizontal",
|
|
953
|
-
"justify": "between",
|
|
954
|
-
"align": "center"
|
|
961
|
+
]
|
|
955
962
|
},
|
|
956
963
|
{
|
|
957
964
|
"type": "divider"
|
|
958
965
|
},
|
|
959
966
|
{
|
|
967
|
+
"variant": "@entity.notificationType",
|
|
960
968
|
"type": "alert",
|
|
961
|
-
"message": "@entity.message"
|
|
962
|
-
"variant": "@entity.notificationType"
|
|
969
|
+
"message": "@entity.message"
|
|
963
970
|
},
|
|
964
971
|
{
|
|
965
972
|
"type": "toast-slot"
|
|
@@ -970,7 +977,6 @@
|
|
|
970
977
|
"type": "alert"
|
|
971
978
|
}
|
|
972
979
|
],
|
|
973
|
-
"direction": "vertical",
|
|
974
980
|
"gap": "lg",
|
|
975
981
|
"type": "stack"
|
|
976
982
|
}
|
|
@@ -996,16 +1002,15 @@
|
|
|
996
1002
|
"render-ui",
|
|
997
1003
|
"main",
|
|
998
1004
|
{
|
|
999
|
-
"gap": "lg",
|
|
1000
1005
|
"type": "stack",
|
|
1006
|
+
"direction": "vertical",
|
|
1001
1007
|
"children": [
|
|
1002
1008
|
{
|
|
1009
|
+
"justify": "between",
|
|
1003
1010
|
"align": "center",
|
|
1004
|
-
"type": "stack",
|
|
1005
|
-
"gap": "md",
|
|
1006
1011
|
"children": [
|
|
1007
1012
|
{
|
|
1008
|
-
"
|
|
1013
|
+
"align": "center",
|
|
1009
1014
|
"direction": "horizontal",
|
|
1010
1015
|
"children": [
|
|
1011
1016
|
{
|
|
@@ -1018,38 +1023,39 @@
|
|
|
1018
1023
|
"content": "Provider Status"
|
|
1019
1024
|
}
|
|
1020
1025
|
],
|
|
1021
|
-
"
|
|
1022
|
-
"
|
|
1026
|
+
"type": "stack",
|
|
1027
|
+
"gap": "md"
|
|
1023
1028
|
},
|
|
1024
1029
|
{
|
|
1025
|
-
"
|
|
1030
|
+
"action": "HIDE",
|
|
1026
1031
|
"type": "button",
|
|
1027
1032
|
"label": "Dismiss",
|
|
1028
|
-
"
|
|
1029
|
-
"
|
|
1033
|
+
"variant": "ghost",
|
|
1034
|
+
"icon": "x"
|
|
1030
1035
|
}
|
|
1031
1036
|
],
|
|
1037
|
+
"type": "stack",
|
|
1032
1038
|
"direction": "horizontal",
|
|
1033
|
-
"
|
|
1039
|
+
"gap": "md"
|
|
1034
1040
|
},
|
|
1035
1041
|
{
|
|
1036
1042
|
"type": "divider"
|
|
1037
1043
|
},
|
|
1038
1044
|
{
|
|
1045
|
+
"message": "@entity.message",
|
|
1039
1046
|
"type": "alert",
|
|
1040
|
-
"variant": "@entity.notificationType"
|
|
1041
|
-
"message": "@entity.message"
|
|
1047
|
+
"variant": "@entity.notificationType"
|
|
1042
1048
|
},
|
|
1043
1049
|
{
|
|
1044
1050
|
"type": "toast-slot"
|
|
1045
1051
|
},
|
|
1046
1052
|
{
|
|
1047
|
-
"type": "alert",
|
|
1048
1053
|
"variant": "warning",
|
|
1049
|
-
"message": "@entity.message"
|
|
1054
|
+
"message": "@entity.message",
|
|
1055
|
+
"type": "alert"
|
|
1050
1056
|
}
|
|
1051
1057
|
],
|
|
1052
|
-
"
|
|
1058
|
+
"gap": "lg"
|
|
1053
1059
|
}
|
|
1054
1060
|
]
|
|
1055
1061
|
]
|
|
@@ -1291,9 +1297,9 @@
|
|
|
1291
1297
|
"main",
|
|
1292
1298
|
{
|
|
1293
1299
|
"description": "Provider is ready",
|
|
1294
|
-
"title": "Provider",
|
|
1295
1300
|
"type": "empty-state",
|
|
1296
|
-
"icon": "repeat"
|
|
1301
|
+
"icon": "repeat",
|
|
1302
|
+
"title": "Provider"
|
|
1297
1303
|
}
|
|
1298
1304
|
]
|
|
1299
1305
|
]
|
|
@@ -1420,4 +1426,4 @@
|
|
|
1420
1426
|
]
|
|
1421
1427
|
}
|
|
1422
1428
|
]
|
|
1423
|
-
}
|
|
1429
|
+
}
|