@almadar/std 8.2.0 → 8.3.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 +83 -83
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  27. package/behaviors/registry/app/organisms/std-cms.orb +445 -445
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  29. package/behaviors/registry/app/organisms/std-crm.orb +781 -781
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  37. package/behaviors/registry/app/organisms/std-lms.orb +863 -863
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  42. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  44. package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +371 -371
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +46 -46
  50. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  51. package/behaviors/registry/core/atoms/std-modal.orb +14 -32
  52. package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  55. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  56. package/behaviors/registry/core/atoms/std-search.orb +71 -71
  57. package/behaviors/registry/core/atoms/std-selection.orb +89 -89
  58. package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  59. package/behaviors/registry/core/molecules/std-cart.orb +54 -54
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  62. package/behaviors/registry/core/molecules/std-list.orb +60 -60
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  64. package/behaviors/registry/game/atoms/std-collision.orb +143 -143
  65. package/behaviors/registry/game/atoms/std-combat.orb +80 -80
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  69. package/behaviors/registry/game/atoms/std-movement.orb +300 -300
  70. package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  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 +251 -260
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  83. package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  84. package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  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 +251 -260
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  187. 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
  },
@@ -308,48 +314,48 @@
308
314
  "render-ui",
309
315
  "main",
310
316
  {
311
- "type": "stack",
312
317
  "direction": "vertical",
313
318
  "gap": "lg",
319
+ "type": "stack",
314
320
  "children": [
315
321
  {
322
+ "direction": "horizontal",
316
323
  "type": "stack",
324
+ "gap": "md",
325
+ "justify": "between",
317
326
  "children": [
318
327
  {
328
+ "gap": "md",
329
+ "type": "stack",
330
+ "direction": "horizontal",
319
331
  "children": [
320
332
  {
321
- "name": "tag",
322
- "type": "icon"
333
+ "type": "icon",
334
+ "name": "tag"
323
335
  },
324
336
  {
325
- "variant": "h2",
326
337
  "type": "typography",
327
- "content": "AgentClassifier"
338
+ "content": "AgentClassifier",
339
+ "variant": "h2"
328
340
  }
329
- ],
330
- "direction": "horizontal",
331
- "type": "stack",
332
- "gap": "md"
341
+ ]
333
342
  },
334
343
  {
344
+ "variant": "primary",
345
+ "icon": "tag",
335
346
  "action": "CLASSIFY",
336
347
  "type": "button",
337
- "variant": "primary",
338
- "label": "Open",
339
- "icon": "tag"
348
+ "label": "Open"
340
349
  }
341
- ],
342
- "gap": "md",
343
- "justify": "between",
344
- "direction": "horizontal"
350
+ ]
345
351
  },
346
352
  {
347
353
  "type": "divider"
348
354
  },
349
355
  {
350
- "type": "empty-state",
351
356
  "icon": "tag",
352
357
  "title": "Nothing open",
358
+ "type": "empty-state",
353
359
  "description": "Click Open to view details in a modal overlay."
354
360
  }
355
361
  ]
@@ -367,19 +373,20 @@
367
373
  "modal",
368
374
  {
369
375
  "direction": "vertical",
376
+ "type": "stack",
370
377
  "children": [
371
378
  {
372
- "direction": "horizontal",
373
379
  "type": "stack",
380
+ "direction": "horizontal",
374
381
  "children": [
375
382
  {
376
383
  "type": "icon",
377
384
  "name": "tag"
378
385
  },
379
386
  {
380
- "content": "AgentClassifier",
381
387
  "variant": "h3",
382
- "type": "typography"
388
+ "type": "typography",
389
+ "content": "AgentClassifier"
383
390
  }
384
391
  ],
385
392
  "gap": "sm"
@@ -389,6 +396,8 @@
389
396
  },
390
397
  {
391
398
  "type": "stack",
399
+ "direction": "horizontal",
400
+ "gap": "sm",
392
401
  "children": [
393
402
  {
394
403
  "variant": "caption",
@@ -396,9 +405,9 @@
396
405
  "type": "typography"
397
406
  },
398
407
  {
399
- "variant": "secondary",
408
+ "type": "badge",
400
409
  "label": "positive",
401
- "type": "badge"
410
+ "variant": "secondary"
402
411
  },
403
412
  {
404
413
  "variant": "secondary",
@@ -406,25 +415,22 @@
406
415
  "label": "negative"
407
416
  },
408
417
  {
409
- "variant": "secondary",
418
+ "type": "badge",
410
419
  "label": "neutral",
411
- "type": "badge"
420
+ "variant": "secondary"
412
421
  }
413
- ],
414
- "direction": "horizontal",
415
- "gap": "sm"
422
+ ]
416
423
  },
417
424
  {
418
- "cancelEvent": "CLOSE",
419
425
  "mode": "create",
420
- "submitEvent": "SAVE",
421
426
  "fields": [
422
427
  "input"
423
428
  ],
424
- "type": "form-section"
429
+ "type": "form-section",
430
+ "cancelEvent": "CLOSE",
431
+ "submitEvent": "SAVE"
425
432
  }
426
433
  ],
427
- "type": "stack",
428
434
  "gap": "md"
429
435
  }
430
436
  ]
@@ -453,51 +459,51 @@
453
459
  "render-ui",
454
460
  "main",
455
461
  {
456
- "direction": "vertical",
457
- "type": "stack",
458
- "gap": "lg",
459
462
  "children": [
460
463
  {
461
- "justify": "between",
462
464
  "type": "stack",
463
- "direction": "horizontal",
464
465
  "gap": "md",
465
466
  "children": [
466
467
  {
467
- "gap": "md",
468
468
  "type": "stack",
469
+ "direction": "horizontal",
469
470
  "children": [
470
471
  {
471
472
  "name": "tag",
472
473
  "type": "icon"
473
474
  },
474
475
  {
475
- "variant": "h2",
476
476
  "content": "AgentClassifier",
477
- "type": "typography"
477
+ "type": "typography",
478
+ "variant": "h2"
478
479
  }
479
480
  ],
480
- "direction": "horizontal"
481
+ "gap": "md"
481
482
  },
482
483
  {
483
- "icon": "tag",
484
484
  "label": "Open",
485
+ "icon": "tag",
485
486
  "action": "CLASSIFY",
486
487
  "type": "button",
487
488
  "variant": "primary"
488
489
  }
489
- ]
490
+ ],
491
+ "justify": "between",
492
+ "direction": "horizontal"
490
493
  },
491
494
  {
492
495
  "type": "divider"
493
496
  },
494
497
  {
495
- "type": "empty-state",
498
+ "description": "Click Open to view details in a modal overlay.",
496
499
  "icon": "tag",
497
500
  "title": "Nothing open",
498
- "description": "Click Open to view details in a modal overlay."
501
+ "type": "empty-state"
499
502
  }
500
- ]
503
+ ],
504
+ "gap": "lg",
505
+ "type": "stack",
506
+ "direction": "vertical"
501
507
  }
502
508
  ]
503
509
  ]
@@ -514,8 +520,8 @@
514
520
  "@payload.data",
515
521
  {
516
522
  "emit": {
517
- "success": "AgentClassifierSaved",
518
- "failure": "AgentClassifierSaveFailed"
523
+ "failure": "AgentClassifierSaveFailed",
524
+ "success": "AgentClassifierSaved"
519
525
  }
520
526
  }
521
527
  ],
@@ -537,20 +543,16 @@
537
543
  "main",
538
544
  {
539
545
  "direction": "vertical",
540
- "gap": "lg",
541
- "type": "stack",
542
546
  "children": [
543
547
  {
544
- "direction": "horizontal",
545
- "justify": "between",
548
+ "type": "stack",
546
549
  "children": [
547
550
  {
548
- "gap": "md",
549
551
  "direction": "horizontal",
550
552
  "children": [
551
553
  {
552
- "type": "icon",
553
- "name": "tag"
554
+ "name": "tag",
555
+ "type": "icon"
554
556
  },
555
557
  {
556
558
  "type": "typography",
@@ -558,29 +560,33 @@
558
560
  "variant": "h2"
559
561
  }
560
562
  ],
561
- "type": "stack"
563
+ "type": "stack",
564
+ "gap": "md"
562
565
  },
563
566
  {
564
- "label": "Open",
567
+ "icon": "tag",
565
568
  "variant": "primary",
569
+ "label": "Open",
566
570
  "action": "CLASSIFY",
567
- "icon": "tag",
568
571
  "type": "button"
569
572
  }
570
573
  ],
574
+ "direction": "horizontal",
571
575
  "gap": "md",
572
- "type": "stack"
576
+ "justify": "between"
573
577
  },
574
578
  {
575
579
  "type": "divider"
576
580
  },
577
581
  {
578
- "description": "Click Open to view details in a modal overlay.",
579
582
  "icon": "tag",
580
583
  "title": "Nothing open",
581
- "type": "empty-state"
584
+ "type": "empty-state",
585
+ "description": "Click Open to view details in a modal overlay."
582
586
  }
583
- ]
587
+ ],
588
+ "type": "stack",
589
+ "gap": "lg"
584
590
  }
585
591
  ]
586
592
  ]
@@ -789,38 +795,38 @@
789
795
  "render-ui",
790
796
  "main",
791
797
  {
792
- "direction": "vertical",
798
+ "gap": "lg",
793
799
  "children": [
794
800
  {
795
- "gap": "md",
796
- "justify": "between",
797
801
  "type": "stack",
802
+ "gap": "md",
798
803
  "direction": "horizontal",
804
+ "justify": "between",
799
805
  "align": "center",
800
806
  "children": [
801
807
  {
802
- "direction": "horizontal",
803
808
  "type": "stack",
809
+ "gap": "md",
810
+ "align": "center",
804
811
  "children": [
805
812
  {
806
- "type": "icon",
807
- "name": "tag"
813
+ "name": "tag",
814
+ "type": "icon"
808
815
  },
809
816
  {
810
- "content": "AgentClassifier Result",
811
817
  "variant": "h2",
812
- "type": "typography"
818
+ "type": "typography",
819
+ "content": "AgentClassifier Result"
813
820
  }
814
821
  ],
815
- "gap": "md",
816
- "align": "center"
822
+ "direction": "horizontal"
817
823
  },
818
824
  {
819
- "label": "Dismiss",
820
825
  "icon": "x",
821
826
  "variant": "ghost",
822
- "type": "button",
823
- "action": "HIDE"
827
+ "action": "HIDE",
828
+ "label": "Dismiss",
829
+ "type": "button"
824
830
  }
825
831
  ]
826
832
  },
@@ -828,21 +834,21 @@
828
834
  "type": "divider"
829
835
  },
830
836
  {
831
- "variant": "@entity.notificationType",
832
837
  "type": "alert",
833
- "message": "@entity.message"
838
+ "message": "@entity.message",
839
+ "variant": "@entity.notificationType"
834
840
  },
835
841
  {
836
842
  "type": "toast-slot"
837
843
  },
838
844
  {
839
- "variant": "warning",
840
845
  "message": "@entity.message",
841
- "type": "alert"
846
+ "type": "alert",
847
+ "variant": "warning"
842
848
  }
843
849
  ],
844
850
  "type": "stack",
845
- "gap": "lg"
851
+ "direction": "vertical"
846
852
  }
847
853
  ]
848
854
  ]
@@ -866,48 +872,48 @@
866
872
  "render-ui",
867
873
  "main",
868
874
  {
869
- "type": "stack",
870
875
  "direction": "vertical",
876
+ "gap": "lg",
871
877
  "children": [
872
878
  {
873
879
  "children": [
874
880
  {
875
- "gap": "md",
876
- "align": "center",
877
881
  "direction": "horizontal",
882
+ "align": "center",
878
883
  "children": [
879
884
  {
880
- "type": "icon",
881
- "name": "tag"
885
+ "name": "tag",
886
+ "type": "icon"
882
887
  },
883
888
  {
884
889
  "content": "AgentClassifier Result",
885
- "variant": "h2",
886
- "type": "typography"
890
+ "type": "typography",
891
+ "variant": "h2"
887
892
  }
888
893
  ],
889
- "type": "stack"
894
+ "type": "stack",
895
+ "gap": "md"
890
896
  },
891
897
  {
892
- "label": "Dismiss",
893
- "type": "button",
898
+ "action": "HIDE",
894
899
  "variant": "ghost",
895
900
  "icon": "x",
896
- "action": "HIDE"
901
+ "type": "button",
902
+ "label": "Dismiss"
897
903
  }
898
904
  ],
905
+ "gap": "md",
899
906
  "align": "center",
900
907
  "type": "stack",
901
- "gap": "md",
902
- "direction": "horizontal",
903
- "justify": "between"
908
+ "justify": "between",
909
+ "direction": "horizontal"
904
910
  },
905
911
  {
906
912
  "type": "divider"
907
913
  },
908
914
  {
909
- "variant": "@entity.notificationType",
910
915
  "type": "alert",
916
+ "variant": "@entity.notificationType",
911
917
  "message": "@entity.message"
912
918
  },
913
919
  {
@@ -919,7 +925,7 @@
919
925
  "message": "@entity.message"
920
926
  }
921
927
  ],
922
- "gap": "lg"
928
+ "type": "stack"
923
929
  }
924
930
  ]
925
931
  ]
@@ -1145,8 +1151,8 @@
1145
1151
  "AgentClassifier",
1146
1152
  {
1147
1153
  "emit": {
1148
- "success": "AgentClassifierLoaded",
1149
- "failure": "AgentClassifierLoadFailed"
1154
+ "failure": "AgentClassifierLoadFailed",
1155
+ "success": "AgentClassifierLoaded"
1150
1156
  }
1151
1157
  }
1152
1158
  ],
@@ -1154,10 +1160,10 @@
1154
1160
  "render-ui",
1155
1161
  "main",
1156
1162
  {
1157
- "description": "Classifier is ready",
1158
1163
  "icon": "tag",
1159
1164
  "title": "Classifier",
1160
- "type": "empty-state"
1165
+ "type": "empty-state",
1166
+ "description": "Classifier is ready"
1161
1167
  }
1162
1168
  ]
1163
1169
  ]
@@ -1260,4 +1266,4 @@
1260
1266
  ]
1261
1267
  }
1262
1268
  ]
1263
- }
1269
+ }