@almadar/std 8.3.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.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  27. package/behaviors/registry/app/organisms/std-cms.orb +469 -469
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  29. package/behaviors/registry/app/organisms/std-crm.orb +832 -832
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  37. package/behaviors/registry/app/organisms/std-lms.orb +839 -839
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  42. package/behaviors/registry/core/atoms/std-browse.orb +53 -53
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  44. package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  47. package/behaviors/registry/core/atoms/std-display.orb +383 -383
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +42 -42
  50. package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  55. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  59. package/behaviors/registry/core/molecules/std-cart.orb +45 -45
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  62. package/behaviors/registry/core/molecules/std-list.orb +46 -46
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  64. package/behaviors/registry/game/atoms/std-collision.orb +121 -121
  65. package/behaviors/registry/game/atoms/std-combat.orb +68 -68
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +306 -306
  70. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  72. package/behaviors/registry/game/atoms/std-quest.orb +124 -124
  73. package/behaviors/registry/game/atoms/std-timer.orb +274 -274
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  83. package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  84. package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  187. package/package.json +1 -1
@@ -338,10 +338,15 @@
338
338
  "render-ui",
339
339
  "main",
340
340
  {
341
+ "direction": "vertical",
342
+ "type": "stack",
343
+ "gap": "lg",
341
344
  "children": [
342
345
  {
346
+ "justify": "between",
343
347
  "children": [
344
348
  {
349
+ "type": "stack",
345
350
  "direction": "horizontal",
346
351
  "children": [
347
352
  {
@@ -349,40 +354,35 @@
349
354
  "name": "repeat"
350
355
  },
351
356
  {
352
- "variant": "h2",
353
357
  "content": "Switch Provider",
358
+ "variant": "h2",
354
359
  "type": "typography"
355
360
  }
356
361
  ],
357
- "type": "stack",
358
362
  "gap": "md"
359
363
  },
360
364
  {
361
- "type": "button",
362
- "icon": "repeat",
363
365
  "label": "Open",
364
366
  "action": "SWITCH",
365
- "variant": "primary"
367
+ "type": "button",
368
+ "variant": "primary",
369
+ "icon": "repeat"
366
370
  }
367
371
  ],
368
- "direction": "horizontal",
369
- "justify": "between",
370
372
  "type": "stack",
373
+ "direction": "horizontal",
371
374
  "gap": "md"
372
375
  },
373
376
  {
374
377
  "type": "divider"
375
378
  },
376
379
  {
380
+ "type": "empty-state",
377
381
  "title": "Nothing open",
378
382
  "description": "Click Open to view details in a modal overlay.",
379
- "type": "empty-state",
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
- "failure": "AgentProviderLoadFailed",
401
- "success": "AgentProviderRowLoaded"
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
+ "gap": "md",
411
+ "type": "stack",
411
412
  "children": [
412
413
  {
413
414
  "type": "spinner"
414
415
  },
415
416
  {
416
417
  "type": "typography",
418
+ "content": "Loading…",
417
419
  "variant": "caption",
418
- "color": "muted",
419
- "content": "Loading…"
420
+ "color": "muted"
420
421
  }
421
422
  ],
422
- "gap": "md",
423
- "align": "center",
424
- "type": "stack"
423
+ "direction": "vertical",
424
+ "align": "center"
425
425
  }
426
426
  ]
427
427
  ]
@@ -435,7 +435,7 @@
435
435
  "render-ui",
436
436
  "modal",
437
437
  {
438
- "type": "stack",
438
+ "direction": "vertical",
439
439
  "children": [
440
440
  {
441
441
  "type": "stack",
@@ -447,8 +447,8 @@
447
447
  },
448
448
  {
449
449
  "content": "Switch Provider",
450
- "type": "typography",
451
- "variant": "h3"
450
+ "variant": "h3",
451
+ "type": "typography"
452
452
  }
453
453
  ],
454
454
  "gap": "sm"
@@ -457,12 +457,14 @@
457
457
  "type": "divider"
458
458
  },
459
459
  {
460
+ "direction": "horizontal",
460
461
  "type": "stack",
462
+ "gap": "md",
461
463
  "children": [
462
464
  {
463
- "content": "Current:",
465
+ "variant": "caption",
464
466
  "type": "typography",
465
- "variant": "caption"
467
+ "content": "Current:"
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
480
  "submitEvent": "SAVE",
481
- "cancelEvent": "CLOSE",
482
481
  "mode": "edit",
483
- "entity": "@payload.row",
482
+ "cancelEvent": "CLOSE",
484
483
  "type": "form-section",
485
484
  "fields": [
486
485
  "currentProvider",
487
486
  "currentModel"
488
- ]
487
+ ],
488
+ "entity": "@payload.row"
489
489
  }
490
490
  ],
491
491
  "gap": "md",
492
- "direction": "vertical"
492
+ "type": "stack"
493
493
  }
494
494
  ]
495
495
  ]
@@ -517,17 +517,15 @@
517
517
  "render-ui",
518
518
  "main",
519
519
  {
520
- "type": "stack",
521
- "direction": "vertical",
522
520
  "gap": "lg",
521
+ "direction": "vertical",
523
522
  "children": [
524
523
  {
525
- "direction": "horizontal",
526
- "type": "stack",
527
524
  "gap": "md",
528
- "justify": "between",
529
525
  "children": [
530
526
  {
527
+ "direction": "horizontal",
528
+ "type": "stack",
531
529
  "gap": "md",
532
530
  "children": [
533
531
  {
@@ -539,29 +537,31 @@
539
537
  "variant": "h2",
540
538
  "type": "typography"
541
539
  }
542
- ],
543
- "type": "stack",
544
- "direction": "horizontal"
540
+ ]
545
541
  },
546
542
  {
547
543
  "icon": "repeat",
548
544
  "type": "button",
549
545
  "variant": "primary",
550
- "label": "Open",
551
- "action": "SWITCH"
546
+ "action": "SWITCH",
547
+ "label": "Open"
552
548
  }
553
- ]
549
+ ],
550
+ "direction": "horizontal",
551
+ "type": "stack",
552
+ "justify": "between"
554
553
  },
555
554
  {
556
555
  "type": "divider"
557
556
  },
558
557
  {
558
+ "icon": "repeat",
559
559
  "type": "empty-state",
560
560
  "description": "Click Open to view details in a modal overlay.",
561
- "icon": "repeat",
562
561
  "title": "Nothing open"
563
562
  }
564
- ]
563
+ ],
564
+ "type": "stack"
565
565
  }
566
566
  ]
567
567
  ]
@@ -589,51 +589,51 @@
589
589
  "render-ui",
590
590
  "main",
591
591
  {
592
+ "direction": "vertical",
592
593
  "children": [
593
594
  {
595
+ "justify": "between",
596
+ "gap": "md",
594
597
  "children": [
595
598
  {
596
- "type": "stack",
597
- "gap": "md",
598
599
  "direction": "horizontal",
600
+ "gap": "md",
599
601
  "children": [
600
602
  {
601
- "name": "repeat",
602
- "type": "icon"
603
+ "type": "icon",
604
+ "name": "repeat"
603
605
  },
604
606
  {
605
- "type": "typography",
606
607
  "content": "Switch Provider",
608
+ "type": "typography",
607
609
  "variant": "h2"
608
610
  }
609
- ]
611
+ ],
612
+ "type": "stack"
610
613
  },
611
614
  {
615
+ "label": "Open",
616
+ "action": "SWITCH",
612
617
  "icon": "repeat",
613
- "type": "button",
614
618
  "variant": "primary",
615
- "label": "Open",
616
- "action": "SWITCH"
619
+ "type": "button"
617
620
  }
618
621
  ],
619
622
  "direction": "horizontal",
620
- "gap": "md",
621
- "type": "stack",
622
- "justify": "between"
623
+ "type": "stack"
623
624
  },
624
625
  {
625
626
  "type": "divider"
626
627
  },
627
628
  {
628
- "description": "Click Open to view details in a modal overlay.",
629
- "type": "empty-state",
629
+ "icon": "repeat",
630
630
  "title": "Nothing open",
631
- "icon": "repeat"
631
+ "description": "Click Open to view details in a modal overlay.",
632
+ "type": "empty-state"
632
633
  }
633
634
  ],
634
- "gap": "lg",
635
635
  "type": "stack",
636
- "direction": "vertical"
636
+ "gap": "lg"
637
637
  }
638
638
  ]
639
639
  ]
@@ -650,8 +650,8 @@
650
650
  "@payload.data",
651
651
  {
652
652
  "emit": {
653
- "failure": "AgentProviderUpdateFailed",
654
- "success": "AgentProviderUpdated"
653
+ "success": "AgentProviderUpdated",
654
+ "failure": "AgentProviderUpdateFailed"
655
655
  }
656
656
  }
657
657
  ],
@@ -672,9 +672,9 @@
672
672
  "render-ui",
673
673
  "main",
674
674
  {
675
- "direction": "vertical",
676
675
  "type": "stack",
677
676
  "gap": "lg",
677
+ "direction": "vertical",
678
678
  "children": [
679
679
  {
680
680
  "type": "stack",
@@ -686,23 +686,23 @@
686
686
  "direction": "horizontal",
687
687
  "children": [
688
688
  {
689
- "name": "repeat",
690
- "type": "icon"
689
+ "type": "icon",
690
+ "name": "repeat"
691
691
  },
692
692
  {
693
- "type": "typography",
694
693
  "content": "Switch Provider",
694
+ "type": "typography",
695
695
  "variant": "h2"
696
696
  }
697
697
  ],
698
698
  "gap": "md"
699
699
  },
700
700
  {
701
- "type": "button",
702
- "action": "SWITCH",
703
701
  "label": "Open",
704
702
  "variant": "primary",
705
- "icon": "repeat"
703
+ "icon": "repeat",
704
+ "type": "button",
705
+ "action": "SWITCH"
706
706
  }
707
707
  ],
708
708
  "direction": "horizontal"
@@ -712,9 +712,9 @@
712
712
  },
713
713
  {
714
714
  "type": "empty-state",
715
- "icon": "repeat",
715
+ "description": "Click Open to view details in a modal overlay.",
716
716
  "title": "Nothing open",
717
- "description": "Click Open to view details in a modal overlay."
717
+ "icon": "repeat"
718
718
  }
719
719
  ]
720
720
  }
@@ -899,8 +899,8 @@
899
899
  "AgentProvider",
900
900
  {
901
901
  "emit": {
902
- "success": "AgentProviderLoaded",
903
- "failure": "AgentProviderLoadFailed"
902
+ "failure": "AgentProviderLoadFailed",
903
+ "success": "AgentProviderLoaded"
904
904
  }
905
905
  }
906
906
  ]
@@ -925,58 +925,58 @@
925
925
  "render-ui",
926
926
  "main",
927
927
  {
928
+ "direction": "vertical",
928
929
  "children": [
929
930
  {
931
+ "direction": "horizontal",
932
+ "gap": "md",
933
+ "justify": "between",
934
+ "align": "center",
935
+ "type": "stack",
930
936
  "children": [
931
937
  {
938
+ "type": "stack",
932
939
  "children": [
933
940
  {
934
941
  "type": "icon",
935
942
  "name": "server"
936
943
  },
937
944
  {
938
- "variant": "h2",
939
945
  "type": "typography",
946
+ "variant": "h2",
940
947
  "content": "Provider Status"
941
948
  }
942
949
  ],
943
- "type": "stack",
944
- "gap": "md",
950
+ "direction": "horizontal",
945
951
  "align": "center",
946
- "direction": "horizontal"
952
+ "gap": "md"
947
953
  },
948
954
  {
949
955
  "variant": "ghost",
950
- "icon": "x",
951
956
  "type": "button",
952
- "action": "HIDE",
953
- "label": "Dismiss"
957
+ "icon": "x",
958
+ "label": "Dismiss",
959
+ "action": "HIDE"
954
960
  }
955
- ],
956
- "direction": "horizontal",
957
- "type": "stack",
958
- "justify": "between",
959
- "gap": "md",
960
- "align": "center"
961
+ ]
961
962
  },
962
963
  {
963
964
  "type": "divider"
964
965
  },
965
966
  {
966
- "message": "@entity.message",
967
+ "variant": "@entity.notificationType",
967
968
  "type": "alert",
968
- "variant": "@entity.notificationType"
969
+ "message": "@entity.message"
969
970
  },
970
971
  {
971
972
  "type": "toast-slot"
972
973
  },
973
974
  {
975
+ "variant": "warning",
974
976
  "message": "@entity.message",
975
- "type": "alert",
976
- "variant": "warning"
977
+ "type": "alert"
977
978
  }
978
979
  ],
979
- "direction": "vertical",
980
980
  "gap": "lg",
981
981
  "type": "stack"
982
982
  }
@@ -1002,57 +1002,57 @@
1002
1002
  "render-ui",
1003
1003
  "main",
1004
1004
  {
1005
- "direction": "vertical",
1006
1005
  "type": "stack",
1006
+ "direction": "vertical",
1007
1007
  "children": [
1008
1008
  {
1009
- "gap": "md",
1009
+ "justify": "between",
1010
1010
  "align": "center",
1011
- "type": "stack",
1012
1011
  "children": [
1013
1012
  {
1014
- "type": "stack",
1015
- "direction": "horizontal",
1016
1013
  "align": "center",
1017
- "gap": "md",
1014
+ "direction": "horizontal",
1018
1015
  "children": [
1019
1016
  {
1020
1017
  "type": "icon",
1021
1018
  "name": "server"
1022
1019
  },
1023
1020
  {
1024
- "type": "typography",
1025
1021
  "variant": "h2",
1022
+ "type": "typography",
1026
1023
  "content": "Provider Status"
1027
1024
  }
1028
- ]
1025
+ ],
1026
+ "type": "stack",
1027
+ "gap": "md"
1029
1028
  },
1030
1029
  {
1031
- "label": "Dismiss",
1032
- "icon": "x",
1033
- "type": "button",
1034
1030
  "action": "HIDE",
1035
- "variant": "ghost"
1031
+ "type": "button",
1032
+ "label": "Dismiss",
1033
+ "variant": "ghost",
1034
+ "icon": "x"
1036
1035
  }
1037
1036
  ],
1037
+ "type": "stack",
1038
1038
  "direction": "horizontal",
1039
- "justify": "between"
1039
+ "gap": "md"
1040
1040
  },
1041
1041
  {
1042
1042
  "type": "divider"
1043
1043
  },
1044
1044
  {
1045
- "variant": "@entity.notificationType",
1045
+ "message": "@entity.message",
1046
1046
  "type": "alert",
1047
- "message": "@entity.message"
1047
+ "variant": "@entity.notificationType"
1048
1048
  },
1049
1049
  {
1050
1050
  "type": "toast-slot"
1051
1051
  },
1052
1052
  {
1053
1053
  "variant": "warning",
1054
- "type": "alert",
1055
- "message": "@entity.message"
1054
+ "message": "@entity.message",
1055
+ "type": "alert"
1056
1056
  }
1057
1057
  ],
1058
1058
  "gap": "lg"
@@ -1281,8 +1281,8 @@
1281
1281
  "AgentProvider",
1282
1282
  {
1283
1283
  "emit": {
1284
- "success": "AgentProviderLoaded",
1285
- "failure": "AgentProviderLoadFailed"
1284
+ "failure": "AgentProviderLoadFailed",
1285
+ "success": "AgentProviderLoaded"
1286
1286
  }
1287
1287
  }
1288
1288
  ],
@@ -1298,8 +1298,8 @@
1298
1298
  {
1299
1299
  "description": "Provider is ready",
1300
1300
  "type": "empty-state",
1301
- "title": "Provider",
1302
- "icon": "repeat"
1301
+ "icon": "repeat",
1302
+ "title": "Provider"
1303
1303
  }
1304
1304
  ]
1305
1305
  ]