@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
@@ -314,20 +314,14 @@
314
314
  "render-ui",
315
315
  "main",
316
316
  {
317
- "direction": "vertical",
318
317
  "gap": "lg",
319
- "type": "stack",
320
318
  "children": [
321
319
  {
322
- "direction": "horizontal",
323
- "type": "stack",
324
- "gap": "md",
325
320
  "justify": "between",
321
+ "gap": "md",
326
322
  "children": [
327
323
  {
328
- "gap": "md",
329
324
  "type": "stack",
330
- "direction": "horizontal",
331
325
  "children": [
332
326
  {
333
327
  "type": "icon",
@@ -338,27 +332,33 @@
338
332
  "content": "AgentClassifier",
339
333
  "variant": "h2"
340
334
  }
341
- ]
335
+ ],
336
+ "direction": "horizontal",
337
+ "gap": "md"
342
338
  },
343
339
  {
344
- "variant": "primary",
345
- "icon": "tag",
346
340
  "action": "CLASSIFY",
347
- "type": "button",
348
- "label": "Open"
341
+ "label": "Open",
342
+ "icon": "tag",
343
+ "variant": "primary",
344
+ "type": "button"
349
345
  }
350
- ]
346
+ ],
347
+ "type": "stack",
348
+ "direction": "horizontal"
351
349
  },
352
350
  {
353
351
  "type": "divider"
354
352
  },
355
353
  {
354
+ "type": "empty-state",
356
355
  "icon": "tag",
357
356
  "title": "Nothing open",
358
- "type": "empty-state",
359
357
  "description": "Click Open to view details in a modal overlay."
360
358
  }
361
- ]
359
+ ],
360
+ "direction": "vertical",
361
+ "type": "stack"
362
362
  }
363
363
  ]
364
364
  ]
@@ -372,66 +372,66 @@
372
372
  "render-ui",
373
373
  "modal",
374
374
  {
375
+ "gap": "md",
375
376
  "direction": "vertical",
376
377
  "type": "stack",
377
378
  "children": [
378
379
  {
379
380
  "type": "stack",
380
- "direction": "horizontal",
381
381
  "children": [
382
382
  {
383
383
  "type": "icon",
384
384
  "name": "tag"
385
385
  },
386
386
  {
387
+ "content": "AgentClassifier",
387
388
  "variant": "h3",
388
- "type": "typography",
389
- "content": "AgentClassifier"
389
+ "type": "typography"
390
390
  }
391
391
  ],
392
+ "direction": "horizontal",
392
393
  "gap": "sm"
393
394
  },
394
395
  {
395
396
  "type": "divider"
396
397
  },
397
398
  {
398
- "type": "stack",
399
- "direction": "horizontal",
400
- "gap": "sm",
401
399
  "children": [
402
400
  {
401
+ "type": "typography",
403
402
  "variant": "caption",
404
- "content": "Categories:",
405
- "type": "typography"
403
+ "content": "Categories:"
406
404
  },
407
405
  {
406
+ "variant": "secondary",
408
407
  "type": "badge",
409
- "label": "positive",
410
- "variant": "secondary"
408
+ "label": "positive"
411
409
  },
412
410
  {
411
+ "label": "negative",
413
412
  "variant": "secondary",
414
- "type": "badge",
415
- "label": "negative"
413
+ "type": "badge"
416
414
  },
417
415
  {
418
416
  "type": "badge",
419
- "label": "neutral",
420
- "variant": "secondary"
417
+ "variant": "secondary",
418
+ "label": "neutral"
421
419
  }
422
- ]
420
+ ],
421
+ "direction": "horizontal",
422
+ "type": "stack",
423
+ "gap": "sm"
423
424
  },
424
425
  {
426
+ "cancelEvent": "CLOSE",
425
427
  "mode": "create",
428
+ "type": "form-section",
429
+ "submitEvent": "SAVE",
426
430
  "fields": [
427
431
  "input"
428
- ],
429
- "type": "form-section",
430
- "cancelEvent": "CLOSE",
431
- "submitEvent": "SAVE"
432
+ ]
432
433
  }
433
- ],
434
- "gap": "md"
434
+ ]
435
435
  }
436
436
  ]
437
437
  ]
@@ -462,34 +462,34 @@
462
462
  "children": [
463
463
  {
464
464
  "type": "stack",
465
- "gap": "md",
465
+ "direction": "horizontal",
466
466
  "children": [
467
467
  {
468
468
  "type": "stack",
469
469
  "direction": "horizontal",
470
+ "gap": "md",
470
471
  "children": [
471
472
  {
472
473
  "name": "tag",
473
474
  "type": "icon"
474
475
  },
475
476
  {
476
- "content": "AgentClassifier",
477
+ "variant": "h2",
477
478
  "type": "typography",
478
- "variant": "h2"
479
+ "content": "AgentClassifier"
479
480
  }
480
- ],
481
- "gap": "md"
481
+ ]
482
482
  },
483
483
  {
484
+ "action": "CLASSIFY",
484
485
  "label": "Open",
485
486
  "icon": "tag",
486
- "action": "CLASSIFY",
487
487
  "type": "button",
488
488
  "variant": "primary"
489
489
  }
490
490
  ],
491
491
  "justify": "between",
492
- "direction": "horizontal"
492
+ "gap": "md"
493
493
  },
494
494
  {
495
495
  "type": "divider"
@@ -497,13 +497,13 @@
497
497
  {
498
498
  "description": "Click Open to view details in a modal overlay.",
499
499
  "icon": "tag",
500
- "title": "Nothing open",
501
- "type": "empty-state"
500
+ "type": "empty-state",
501
+ "title": "Nothing open"
502
502
  }
503
503
  ],
504
- "gap": "lg",
505
504
  "type": "stack",
506
- "direction": "vertical"
505
+ "direction": "vertical",
506
+ "gap": "lg"
507
507
  }
508
508
  ]
509
509
  ]
@@ -543,9 +543,13 @@
543
543
  "main",
544
544
  {
545
545
  "direction": "vertical",
546
+ "gap": "lg",
547
+ "type": "stack",
546
548
  "children": [
547
549
  {
548
- "type": "stack",
550
+ "gap": "md",
551
+ "direction": "horizontal",
552
+ "justify": "between",
549
553
  "children": [
550
554
  {
551
555
  "direction": "horizontal",
@@ -564,29 +568,25 @@
564
568
  "gap": "md"
565
569
  },
566
570
  {
567
- "icon": "tag",
568
- "variant": "primary",
569
- "label": "Open",
571
+ "type": "button",
570
572
  "action": "CLASSIFY",
571
- "type": "button"
573
+ "label": "Open",
574
+ "icon": "tag",
575
+ "variant": "primary"
572
576
  }
573
577
  ],
574
- "direction": "horizontal",
575
- "gap": "md",
576
- "justify": "between"
578
+ "type": "stack"
577
579
  },
578
580
  {
579
581
  "type": "divider"
580
582
  },
581
583
  {
582
- "icon": "tag",
584
+ "description": "Click Open to view details in a modal overlay.",
583
585
  "title": "Nothing open",
584
- "type": "empty-state",
585
- "description": "Click Open to view details in a modal overlay."
586
+ "icon": "tag",
587
+ "type": "empty-state"
586
588
  }
587
- ],
588
- "type": "stack",
589
- "gap": "lg"
589
+ ]
590
590
  }
591
591
  ]
592
592
  ]
@@ -796,59 +796,59 @@
796
796
  "main",
797
797
  {
798
798
  "gap": "lg",
799
+ "type": "stack",
800
+ "direction": "vertical",
799
801
  "children": [
800
802
  {
801
- "type": "stack",
802
- "gap": "md",
803
- "direction": "horizontal",
804
- "justify": "between",
805
- "align": "center",
806
803
  "children": [
807
804
  {
808
- "type": "stack",
805
+ "direction": "horizontal",
809
806
  "gap": "md",
810
- "align": "center",
811
807
  "children": [
812
808
  {
813
- "name": "tag",
814
- "type": "icon"
809
+ "type": "icon",
810
+ "name": "tag"
815
811
  },
816
812
  {
817
- "variant": "h2",
813
+ "content": "AgentClassifier Result",
818
814
  "type": "typography",
819
- "content": "AgentClassifier Result"
815
+ "variant": "h2"
820
816
  }
821
817
  ],
822
- "direction": "horizontal"
818
+ "type": "stack",
819
+ "align": "center"
823
820
  },
824
821
  {
825
- "icon": "x",
822
+ "label": "Dismiss",
826
823
  "variant": "ghost",
824
+ "type": "button",
827
825
  "action": "HIDE",
828
- "label": "Dismiss",
829
- "type": "button"
826
+ "icon": "x"
830
827
  }
831
- ]
828
+ ],
829
+ "type": "stack",
830
+ "direction": "horizontal",
831
+ "gap": "md",
832
+ "align": "center",
833
+ "justify": "between"
832
834
  },
833
835
  {
834
836
  "type": "divider"
835
837
  },
836
838
  {
837
839
  "type": "alert",
838
- "message": "@entity.message",
839
- "variant": "@entity.notificationType"
840
+ "variant": "@entity.notificationType",
841
+ "message": "@entity.message"
840
842
  },
841
843
  {
842
844
  "type": "toast-slot"
843
845
  },
844
846
  {
845
847
  "message": "@entity.message",
846
- "type": "alert",
847
- "variant": "warning"
848
+ "variant": "warning",
849
+ "type": "alert"
848
850
  }
849
- ],
850
- "type": "stack",
851
- "direction": "vertical"
851
+ ]
852
852
  }
853
853
  ]
854
854
  ]
@@ -874,12 +874,14 @@
874
874
  {
875
875
  "direction": "vertical",
876
876
  "gap": "lg",
877
+ "type": "stack",
877
878
  "children": [
878
879
  {
880
+ "type": "stack",
881
+ "justify": "between",
882
+ "direction": "horizontal",
879
883
  "children": [
880
884
  {
881
- "direction": "horizontal",
882
- "align": "center",
883
885
  "children": [
884
886
  {
885
887
  "name": "tag",
@@ -887,45 +889,43 @@
887
889
  },
888
890
  {
889
891
  "content": "AgentClassifier Result",
890
- "type": "typography",
891
- "variant": "h2"
892
+ "variant": "h2",
893
+ "type": "typography"
892
894
  }
893
895
  ],
896
+ "direction": "horizontal",
897
+ "align": "center",
894
898
  "type": "stack",
895
899
  "gap": "md"
896
900
  },
897
901
  {
898
- "action": "HIDE",
899
902
  "variant": "ghost",
900
- "icon": "x",
903
+ "action": "HIDE",
904
+ "label": "Dismiss",
901
905
  "type": "button",
902
- "label": "Dismiss"
906
+ "icon": "x"
903
907
  }
904
908
  ],
905
909
  "gap": "md",
906
- "align": "center",
907
- "type": "stack",
908
- "justify": "between",
909
- "direction": "horizontal"
910
+ "align": "center"
910
911
  },
911
912
  {
912
913
  "type": "divider"
913
914
  },
914
915
  {
915
- "type": "alert",
916
916
  "variant": "@entity.notificationType",
917
+ "type": "alert",
917
918
  "message": "@entity.message"
918
919
  },
919
920
  {
920
921
  "type": "toast-slot"
921
922
  },
922
923
  {
923
- "variant": "warning",
924
+ "message": "@entity.message",
924
925
  "type": "alert",
925
- "message": "@entity.message"
926
+ "variant": "warning"
926
927
  }
927
- ],
928
- "type": "stack"
928
+ ]
929
929
  }
930
930
  ]
931
931
  ]