@almadar/std 16.207.0 → 16.208.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 (258) hide show
  1. package/behaviors/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
  2. package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
  3. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
  4. package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
  5. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
  6. package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
  7. package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
  8. package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
  9. package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
  10. package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
  11. package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
  12. package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
  13. package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
  14. package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
  15. package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
  16. package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
  17. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  18. package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
  19. package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
  20. package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
  21. package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
  22. package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
  23. package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
  24. package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
  25. package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
  26. package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
  27. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
  29. package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
  31. package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
  32. package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
  34. package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
  35. package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
  36. package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
  37. package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
  38. package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
  39. package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
  40. package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
  41. package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
  42. package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  44. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  45. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
  46. package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
  47. package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
  51. package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
  52. package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
  53. package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
  54. package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
  55. package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
  56. package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
  57. package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
  58. package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
  59. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
  60. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
  61. package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
  62. package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
  63. package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
  64. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
  65. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
  66. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
  67. package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -4
  68. package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
  69. package/behaviors/registry/infra/atoms/std-mod-queue.orb +100 -2
  70. package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
  71. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
  72. package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
  73. package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
  74. package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
  75. package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
  76. package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
  77. package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
  78. package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
  79. package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
  80. package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
  81. package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
  82. package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
  83. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
  84. package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
  85. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
  86. package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
  87. package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
  88. package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
  89. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
  90. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
  91. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
  92. package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
  93. package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
  94. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
  95. package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
  96. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +142 -4
  97. package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
  98. package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
  99. package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
  100. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
  101. package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
  102. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +320 -13
  103. package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
  104. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
  105. package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
  106. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +84 -2
  107. package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
  108. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +74 -2
  109. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
  110. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +252 -6
  111. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +68 -2
  112. package/behaviors/registry/ui/core/atoms/std-thread.orb +106 -2
  113. package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
  114. package/behaviors/registry/ui/core/atoms/std-version-history.orb +210 -4
  115. package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
  116. package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
  117. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
  118. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
  119. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
  120. package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
  121. package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
  122. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
  123. package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
  124. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
  125. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
  126. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
  127. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
  128. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
  129. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
  130. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
  131. package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
  132. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
  133. package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
  134. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
  135. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
  136. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
  137. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
  138. package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
  139. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
  140. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
  141. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
  142. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
  143. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
  144. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
  145. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
  146. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
  147. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
  148. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
  149. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  150. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
  151. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
  152. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
  153. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
  154. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
  155. package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
  156. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
  157. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
  158. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
  159. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
  160. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
  161. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
  162. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
  163. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
  164. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
  165. package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
  166. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
  167. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
  168. package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
  169. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
  170. package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
  171. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
  172. package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
  173. package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
  174. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
  175. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
  176. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
  177. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
  178. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
  179. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
  180. package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
  181. package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
  182. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
  183. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
  184. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
  185. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
  186. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
  187. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
  188. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
  189. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
  190. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
  191. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
  192. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
  193. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
  194. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
  195. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
  196. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
  197. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
  198. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
  199. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
  200. package/canonical-operators.json +0 -40
  201. package/dist/behaviors/exports-reader.js +8003 -869
  202. package/dist/behaviors/functions/index.d.ts +190 -184
  203. package/dist/behaviors/functions/index.js +8003 -869
  204. package/dist/behaviors/index.d.ts +1 -1
  205. package/dist/behaviors/index.js +8003 -869
  206. package/dist/behaviors/query.js +8003 -869
  207. package/dist/behaviors-embeddings.hash.json +3 -3
  208. package/dist/behaviors-embeddings.json +9 -9
  209. package/dist/behaviors-registry.json +910 -229
  210. package/dist/index.d.ts +3 -3
  211. package/dist/index.js +8003 -891
  212. package/dist/knob-embeddings.hash.json +3 -3
  213. package/dist/knob-embeddings.json +1 -1
  214. package/dist/modules/anim.d.ts +1 -1
  215. package/dist/modules/array.d.ts +1 -1
  216. package/dist/modules/array.js +0 -11
  217. package/dist/modules/async.d.ts +1 -1
  218. package/dist/modules/behavior.d.ts +1 -1
  219. package/dist/modules/browser.d.ts +1 -1
  220. package/dist/modules/composition.d.ts +1 -1
  221. package/dist/modules/contract.d.ts +1 -1
  222. package/dist/modules/core.d.ts +1 -1
  223. package/dist/modules/data.d.ts +1 -1
  224. package/dist/modules/ease.d.ts +1 -1
  225. package/dist/modules/format.d.ts +1 -1
  226. package/dist/modules/geo.d.ts +1 -1
  227. package/dist/modules/graph.d.ts +1 -1
  228. package/dist/modules/grid.d.ts +1 -1
  229. package/dist/modules/index.d.ts +1 -1
  230. package/dist/modules/index.js +0 -22
  231. package/dist/modules/integration.d.ts +1 -1
  232. package/dist/modules/llm.d.ts +1 -1
  233. package/dist/modules/math.d.ts +1 -1
  234. package/dist/modules/memory.d.ts +1 -1
  235. package/dist/modules/nn.d.ts +1 -1
  236. package/dist/modules/noise.d.ts +1 -1
  237. package/dist/modules/object.d.ts +1 -1
  238. package/dist/modules/object.js +0 -11
  239. package/dist/modules/os.d.ts +1 -1
  240. package/dist/modules/path.d.ts +1 -1
  241. package/dist/modules/prob.d.ts +1 -1
  242. package/dist/modules/session.d.ts +1 -1
  243. package/dist/modules/str.d.ts +1 -1
  244. package/dist/modules/tensor.d.ts +1 -1
  245. package/dist/modules/time.d.ts +1 -1
  246. package/dist/modules/trace.d.ts +1 -1
  247. package/dist/modules/train.d.ts +1 -1
  248. package/dist/modules/validate.d.ts +1 -1
  249. package/dist/modules/vector.d.ts +1 -1
  250. package/dist/modules/workspace.d.ts +1 -1
  251. package/dist/registry/factory-signatures.json +1 -1
  252. package/dist/registry.d.ts +1 -1
  253. package/dist/registry.js +0 -22
  254. package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
  255. package/i18n/ar.json +433 -0
  256. package/i18n/en.json +433 -0
  257. package/i18n/sl.json +433 -0
  258. package/package.json +21 -8
@@ -1,5 +1,5 @@
1
1
  {
2
- "$generated": "2026-09-05T03:28:41.146Z",
2
+ "$generated": "2026-09-07T06:18:33.428Z",
3
3
  "$source": "tools/almadar-pattern-sync/behaviors",
4
4
  "$package": "@almadar/std",
5
5
  "totalBehaviors": 462,
@@ -3877,7 +3877,7 @@
3877
3877
  },
3878
3878
  {
3879
3879
  "name": "payload",
3880
- "type": "opaque",
3880
+ "type": "object",
3881
3881
  "default": {}
3882
3882
  }
3883
3883
  ]
@@ -4634,12 +4634,12 @@
4634
4634
  },
4635
4635
  {
4636
4636
  "name": "before",
4637
- "type": "opaque",
4637
+ "type": "object",
4638
4638
  "default": {}
4639
4639
  },
4640
4640
  {
4641
4641
  "name": "after",
4642
- "type": "opaque",
4642
+ "type": "object",
4643
4643
  "default": {}
4644
4644
  },
4645
4645
  {
@@ -9159,12 +9159,12 @@
9159
9159
  },
9160
9160
  {
9161
9161
  "name": "document",
9162
- "type": "opaque",
9162
+ "type": "object",
9163
9163
  "default": {}
9164
9164
  },
9165
9165
  {
9166
9166
  "name": "stats",
9167
- "type": "opaque",
9167
+ "type": "object",
9168
9168
  "default": {}
9169
9169
  },
9170
9170
  {
@@ -13131,7 +13131,7 @@
13131
13131
  },
13132
13132
  {
13133
13133
  "key": "label",
13134
- "type": "string",
13134
+ "type": "scalar",
13135
13135
  "default": "@config.currentStatus",
13136
13136
  "label": "Label",
13137
13137
  "description": "Badge label text (alternative to children for schema-driven rendering). Numeric values are auto-coerced to string for rendering — common case is unread counts, error counts, status codes, etc.",
@@ -14140,7 +14140,7 @@
14140
14140
  "fields": [
14141
14141
  {
14142
14142
  "name": "input",
14143
- "type": "opaque",
14143
+ "type": "object",
14144
14144
  "default": {}
14145
14145
  },
14146
14146
  {
@@ -14165,7 +14165,7 @@
14165
14165
  },
14166
14166
  {
14167
14167
  "name": "request",
14168
- "type": "opaque",
14168
+ "type": "object",
14169
14169
  "default": {}
14170
14170
  },
14171
14171
  {
@@ -14469,11 +14469,11 @@
14469
14469
  },
14470
14470
  {
14471
14471
  "name": "input",
14472
- "type": "opaque"
14472
+ "type": "object"
14473
14473
  },
14474
14474
  {
14475
14475
  "name": "verdict",
14476
- "type": "opaque"
14476
+ "type": "object"
14477
14477
  },
14478
14478
  {
14479
14479
  "name": "source",
@@ -14482,7 +14482,7 @@
14482
14482
  },
14483
14483
  {
14484
14484
  "name": "outcome",
14485
- "type": "opaque"
14485
+ "type": "object"
14486
14486
  },
14487
14487
  {
14488
14488
  "name": "sink",
@@ -15458,7 +15458,7 @@
15458
15458
  },
15459
15459
  {
15460
15460
  "name": "request",
15461
- "type": "opaque",
15461
+ "type": "object",
15462
15462
  "default": {}
15463
15463
  },
15464
15464
  {
@@ -16598,11 +16598,13 @@
16598
16598
  },
16599
16599
  {
16600
16600
  "name": "input",
16601
- "type": "opaque"
16601
+ "type": "object",
16602
+ "default": {}
16602
16603
  },
16603
16604
  {
16604
16605
  "name": "verdict",
16605
- "type": "opaque"
16606
+ "type": "object",
16607
+ "default": {}
16606
16608
  },
16607
16609
  {
16608
16610
  "name": "source",
@@ -16611,7 +16613,8 @@
16611
16613
  },
16612
16614
  {
16613
16615
  "name": "outcome",
16614
- "type": "opaque"
16616
+ "type": "object",
16617
+ "default": {}
16615
16618
  },
16616
16619
  {
16617
16620
  "name": "sink",
@@ -36557,6 +36560,7 @@
36557
36560
  "dnd-dungeon-gen",
36558
36561
  "dnd-hero",
36559
36562
  "dnd-narrator",
36563
+ "dnd-token-art",
36560
36564
  "std-app-layout",
36561
36565
  "std-app-search",
36562
36566
  "std-approval-chain",
@@ -38340,6 +38344,7 @@
38340
38344
  "dnd-dungeon-gen",
38341
38345
  "dnd-hero",
38342
38346
  "dnd-narrator",
38347
+ "dnd-token-art",
38343
38348
  "std-app-layout",
38344
38349
  "std-app-search",
38345
38350
  "std-approval-chain",
@@ -40597,6 +40602,7 @@
40597
40602
  "dnd-dungeon-gen",
40598
40603
  "dnd-hero",
40599
40604
  "dnd-narrator",
40605
+ "dnd-token-art",
40600
40606
  "std-app-layout",
40601
40607
  "std-app-search",
40602
40608
  "std-approval-chain",
@@ -45240,6 +45246,7 @@
45240
45246
  "dnd-dungeon-gen",
45241
45247
  "dnd-hero",
45242
45248
  "dnd-narrator",
45249
+ "dnd-token-art",
45243
45250
  "std-app-layout",
45244
45251
  "std-app-search",
45245
45252
  "std-application",
@@ -50282,6 +50289,7 @@
50282
50289
  "dnd-dungeon-gen",
50283
50290
  "dnd-hero",
50284
50291
  "dnd-narrator",
50292
+ "dnd-token-art",
50285
50293
  "std-app-layout",
50286
50294
  "std-app-search",
50287
50295
  "std-approval-chain",
@@ -51654,6 +51662,11 @@
51654
51662
  "description": "asset prop",
51655
51663
  "tier": "presentation",
51656
51664
  "properties": {
51665
+ "atlas": {
51666
+ "name": "atlas",
51667
+ "required": false,
51668
+ "type": "string"
51669
+ },
51657
51670
  "category": {
51658
51671
  "name": "category",
51659
51672
  "required": false,
@@ -51663,6 +51676,16 @@
51663
51676
  "name": "name",
51664
51677
  "required": false,
51665
51678
  "type": "string"
51679
+ },
51680
+ "sprite": {
51681
+ "name": "sprite",
51682
+ "required": false,
51683
+ "type": "string"
51684
+ },
51685
+ "url": {
51686
+ "name": "url",
51687
+ "required": false,
51688
+ "type": "string"
51666
51689
  }
51667
51690
  }
51668
51691
  },
@@ -52089,6 +52112,11 @@
52089
52112
  "description": "asset prop",
52090
52113
  "tier": "presentation",
52091
52114
  "properties": {
52115
+ "atlas": {
52116
+ "name": "atlas",
52117
+ "required": false,
52118
+ "type": "string"
52119
+ },
52092
52120
  "category": {
52093
52121
  "name": "category",
52094
52122
  "required": false,
@@ -52098,6 +52126,16 @@
52098
52126
  "name": "name",
52099
52127
  "required": false,
52100
52128
  "type": "string"
52129
+ },
52130
+ "sprite": {
52131
+ "name": "sprite",
52132
+ "required": false,
52133
+ "type": "string"
52134
+ },
52135
+ "url": {
52136
+ "name": "url",
52137
+ "required": false,
52138
+ "type": "string"
52101
52139
  }
52102
52140
  }
52103
52141
  },
@@ -52542,7 +52580,7 @@
52542
52580
  },
52543
52581
  {
52544
52582
  "key": "badge",
52545
- "type": "string",
52583
+ "type": "scalar",
52546
52584
  "label": "Badge",
52547
52585
  "description": "Badge content (e.g., notification count)",
52548
52586
  "tier": "presentation"
@@ -53103,7 +53141,7 @@
53103
53141
  },
53104
53142
  {
53105
53143
  "key": "label",
53106
- "type": "string",
53144
+ "type": "scalar",
53107
53145
  "label": "Label",
53108
53146
  "description": "Badge label text (alternative to children for schema-driven rendering). Numeric values are auto-coerced to string for rendering — common case is unread counts, error counts, status codes, etc.",
53109
53147
  "tier": "presentation"
@@ -55242,7 +55280,7 @@
55242
55280
  },
55243
55281
  {
55244
55282
  "key": "minHeight",
55245
- "type": "string",
55283
+ "type": "scalar",
55246
55284
  "label": "Min Height",
55247
55285
  "description": "Minimum height (useful for vertical centering)",
55248
55286
  "tier": "presentation"
@@ -57915,8 +57953,8 @@
57915
57953
  "statePattern": "idle",
57916
57954
  "complexity": {
57917
57955
  "states": 1,
57918
- "events": 3,
57919
- "transitions": 2
57956
+ "events": 2,
57957
+ "transitions": 1
57920
57958
  },
57921
57959
  "defaultEntity": {
57922
57960
  "name": "FilterPillItem",
@@ -57926,10 +57964,6 @@
57926
57964
  "name": "id",
57927
57965
  "type": "string",
57928
57966
  "required": true
57929
- },
57930
- {
57931
- "name": "label",
57932
- "type": "string"
57933
57967
  }
57934
57968
  ]
57935
57969
  },
@@ -58220,7 +58254,6 @@
58220
58254
  "ui-wizard-progress"
58221
58255
  ],
58222
58256
  "connectableEvents": [
58223
- "CLICK",
58224
58257
  "@config.onClick"
58225
58258
  ],
58226
58259
  "eventPayloads": {},
@@ -58260,7 +58293,7 @@
58260
58293
  },
58261
58294
  {
58262
58295
  "key": "label",
58263
- "type": "string",
58296
+ "type": "scalar",
58264
58297
  "label": "Label",
58265
58298
  "description": "Pill label text (alternative to children for schema-driven rendering).",
58266
58299
  "tier": "presentation"
@@ -58337,22 +58370,15 @@
58337
58370
  "linkedEntity": "FilterPillItem",
58338
58371
  "entityContract": {
58339
58372
  "requires": [],
58340
- "provides": [
58341
- "label"
58342
- ]
58373
+ "provides": []
58343
58374
  },
58344
58375
  "effectRow": [
58345
58376
  {
58346
58377
  "kind": "render-ui",
58347
58378
  "resource": "main"
58348
- },
58349
- {
58350
- "kind": "set",
58351
- "resource": "@entity.label"
58352
58379
  }
58353
58380
  ],
58354
58381
  "transitionEvents": [
58355
- "CLICK",
58356
58382
  "INIT"
58357
58383
  ],
58358
58384
  "events": [
@@ -60618,8 +60644,8 @@
60618
60644
  "statePattern": "idle",
60619
60645
  "complexity": {
60620
60646
  "states": 1,
60621
- "events": 5,
60622
- "transitions": 2
60647
+ "events": 4,
60648
+ "transitions": 1
60623
60649
  },
60624
60650
  "defaultEntity": {
60625
60651
  "name": "InputItem",
@@ -60629,10 +60655,6 @@
60629
60655
  "name": "id",
60630
60656
  "type": "string",
60631
60657
  "required": true
60632
- },
60633
- {
60634
- "name": "value",
60635
- "type": "string"
60636
60658
  }
60637
60659
  ]
60638
60660
  },
@@ -60672,7 +60694,6 @@
60672
60694
  "std-multi-party-flow",
60673
60695
  "std-notification-panel",
60674
60696
  "std-pagination",
60675
- "std-public-help-center",
60676
60697
  "std-rating-review",
60677
60698
  "std-record-detail",
60678
60699
  "std-recurrence",
@@ -60923,7 +60944,6 @@
60923
60944
  "ui-wizard-progress"
60924
60945
  ],
60925
60946
  "connectableEvents": [
60926
- "ACTION",
60927
60947
  "@config.action",
60928
60948
  "@config.onClear",
60929
60949
  "@config.onChange"
@@ -61093,7 +61113,7 @@
61093
61113
  },
61094
61114
  {
61095
61115
  "key": "value",
61096
- "type": "string",
61116
+ "type": "scalar",
61097
61117
  "label": "Value",
61098
61118
  "description": "Current value",
61099
61119
  "tier": "presentation"
@@ -61107,22 +61127,15 @@
61107
61127
  "linkedEntity": "InputItem",
61108
61128
  "entityContract": {
61109
61129
  "requires": [],
61110
- "provides": [
61111
- "value"
61112
- ]
61130
+ "provides": []
61113
61131
  },
61114
61132
  "effectRow": [
61115
61133
  {
61116
61134
  "kind": "render-ui",
61117
61135
  "resource": "main"
61118
- },
61119
- {
61120
- "kind": "set",
61121
- "resource": "@entity.value"
61122
61136
  }
61123
61137
  ],
61124
61138
  "transitionEvents": [
61125
- "ACTION",
61126
61139
  "INIT"
61127
61140
  ],
61128
61141
  "events": [
@@ -81033,11 +81046,42 @@
81033
81046
  },
81034
81047
  {
81035
81048
  "key": "items",
81036
- "type": "[opaque]",
81037
- "default": [],
81049
+ "type": "[CarouselItemsItem]",
81050
+ "default": [
81051
+ {
81052
+ "id": "Id",
81053
+ "image": "https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png",
81054
+ "title": "Title"
81055
+ },
81056
+ {
81057
+ "id": "Id 2",
81058
+ "image": "https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png",
81059
+ "title": "Title 2"
81060
+ }
81061
+ ],
81038
81062
  "label": "Items",
81039
81063
  "description": "Array of items to display as slides",
81040
- "tier": "presentation"
81064
+ "tier": "presentation",
81065
+ "items": {
81066
+ "properties": {
81067
+ "id": {
81068
+ "name": "id",
81069
+ "required": false,
81070
+ "type": "string"
81071
+ },
81072
+ "image": {
81073
+ "name": "image",
81074
+ "required": false,
81075
+ "type": "string"
81076
+ },
81077
+ "title": {
81078
+ "name": "title",
81079
+ "required": false,
81080
+ "type": "string"
81081
+ }
81082
+ },
81083
+ "type": "object"
81084
+ }
81041
81085
  },
81042
81086
  {
81043
81087
  "key": "loop",
@@ -82804,7 +82848,7 @@
82804
82848
  },
82805
82849
  {
82806
82850
  "key": "maxHeight",
82807
- "type": "string",
82851
+ "type": "scalar",
82808
82852
  "default": "60vh",
82809
82853
  "label": "Max Height",
82810
82854
  "description": "Maximum height before scrolling",
@@ -83463,7 +83507,7 @@
83463
83507
  "type": "[CommandPaletteCommandsItem]",
83464
83508
  "default": [
83465
83509
  {
83466
- "action": "Action",
83510
+ "action": "INIT",
83467
83511
  "disabled": false,
83468
83512
  "group": "Group",
83469
83513
  "icon": "circle",
@@ -83476,7 +83520,7 @@
83476
83520
  "shortcut": "Shortcut"
83477
83521
  },
83478
83522
  {
83479
- "action": "Action 2",
83523
+ "action": "INIT",
83480
83524
  "disabled": true,
83481
83525
  "group": "Group 2",
83482
83526
  "icon": "circle",
@@ -83497,15 +83541,12 @@
83497
83541
  "action": {
83498
83542
  "name": "action",
83499
83543
  "required": false,
83500
- "type": "string"
83544
+ "type": "event"
83501
83545
  },
83502
83546
  "actionPayload": {
83503
83547
  "name": "actionPayload",
83504
83548
  "required": false,
83505
- "type": "object",
83506
- "items": {
83507
- "type": "scalar"
83508
- }
83549
+ "type": "object"
83509
83550
  },
83510
83551
  "disabled": {
83511
83552
  "name": "disabled",
@@ -83515,7 +83556,7 @@
83515
83556
  "event": {
83516
83557
  "name": "event",
83517
83558
  "required": false,
83518
- "type": "string"
83559
+ "type": "event"
83519
83560
  },
83520
83561
  "group": {
83521
83562
  "name": "group",
@@ -91680,7 +91721,8 @@
91680
91721
  },
91681
91722
  {
91682
91723
  "key": "height",
91683
- "type": "string",
91724
+ "type": "scalar",
91725
+ "default": 600,
91684
91726
  "label": "Height",
91685
91727
  "description": "Viewer height",
91686
91728
  "tier": "presentation"
@@ -96297,7 +96339,7 @@
96297
96339
  },
96298
96340
  {
96299
96341
  "key": "basis",
96300
- "type": "string",
96342
+ "type": "scalar",
96301
96343
  "label": "Basis",
96302
96344
  "description": "Flex basis",
96303
96345
  "tier": "presentation"
@@ -96349,7 +96391,7 @@
96349
96391
  },
96350
96392
  {
96351
96393
  "key": "grow",
96352
- "type": "number",
96394
+ "type": "scalar",
96353
96395
  "label": "Grow",
96354
96396
  "description": "Flex grow",
96355
96397
  "tier": "presentation"
@@ -96380,7 +96422,7 @@
96380
96422
  },
96381
96423
  {
96382
96424
  "key": "shrink",
96383
- "type": "number",
96425
+ "type": "scalar",
96384
96426
  "label": "Shrink",
96385
96427
  "description": "Flex shrink",
96386
96428
  "tier": "presentation"
@@ -97680,7 +97722,7 @@
97680
97722
  "type": "[FloatingToolbarItemsItem]",
97681
97723
  "default": [
97682
97724
  {
97683
- "action": "Action",
97725
+ "action": "INIT",
97684
97726
  "active": false,
97685
97727
  "disabled": false,
97686
97728
  "icon": "circle",
@@ -97689,7 +97731,7 @@
97689
97731
  "testId": "Test Id"
97690
97732
  },
97691
97733
  {
97692
- "action": "Action 2",
97734
+ "action": "INIT",
97693
97735
  "active": true,
97694
97736
  "disabled": true,
97695
97737
  "icon": "circle",
@@ -97706,15 +97748,12 @@
97706
97748
  "action": {
97707
97749
  "name": "action",
97708
97750
  "required": false,
97709
- "type": "string"
97751
+ "type": "event"
97710
97752
  },
97711
97753
  "actionPayload": {
97712
97754
  "name": "actionPayload",
97713
97755
  "required": false,
97714
- "type": "object",
97715
- "items": {
97716
- "type": "scalar"
97717
- }
97756
+ "type": "object"
97718
97757
  },
97719
97758
  "active": {
97720
97759
  "name": "active",
@@ -97729,7 +97768,7 @@
97729
97768
  "event": {
97730
97769
  "name": "event",
97731
97770
  "required": false,
97732
- "type": "string"
97771
+ "type": "event"
97733
97772
  },
97734
97773
  "icon": {
97735
97774
  "name": "icon",
@@ -98261,7 +98300,7 @@
98261
98300
  "event": {
98262
98301
  "name": "event",
98263
98302
  "required": false,
98264
- "type": "string"
98303
+ "type": "event"
98265
98304
  },
98266
98305
  "label": {
98267
98306
  "name": "label",
@@ -104516,8 +104555,8 @@
104516
104555
  "statePattern": "idle",
104517
104556
  "complexity": {
104518
104557
  "states": 1,
104519
- "events": 5,
104520
- "transitions": 2
104558
+ "events": 4,
104559
+ "transitions": 1
104521
104560
  },
104522
104561
  "defaultEntity": {
104523
104562
  "name": "InputGroupItem",
@@ -104527,10 +104566,6 @@
104527
104566
  "name": "id",
104528
104567
  "type": "string",
104529
104568
  "required": true
104530
- },
104531
- {
104532
- "name": "value",
104533
- "type": "string"
104534
104569
  }
104535
104570
  ]
104536
104571
  },
@@ -104570,7 +104605,6 @@
104570
104605
  "std-multi-party-flow",
104571
104606
  "std-notification-panel",
104572
104607
  "std-pagination",
104573
- "std-public-help-center",
104574
104608
  "std-rating-review",
104575
104609
  "std-record-detail",
104576
104610
  "std-recurrence",
@@ -104821,7 +104855,6 @@
104821
104855
  "ui-wizard-progress"
104822
104856
  ],
104823
104857
  "connectableEvents": [
104824
- "ACTION",
104825
104858
  "@config.action",
104826
104859
  "@config.onClear",
104827
104860
  "@config.onChange"
@@ -104997,7 +105030,7 @@
104997
105030
  },
104998
105031
  {
104999
105032
  "key": "value",
105000
- "type": "string",
105033
+ "type": "scalar",
105001
105034
  "label": "Value",
105002
105035
  "description": "Current value",
105003
105036
  "tier": "presentation"
@@ -105011,22 +105044,15 @@
105011
105044
  "linkedEntity": "InputGroupItem",
105012
105045
  "entityContract": {
105013
105046
  "requires": [],
105014
- "provides": [
105015
- "value"
105016
- ]
105047
+ "provides": []
105017
105048
  },
105018
105049
  "effectRow": [
105019
105050
  {
105020
105051
  "kind": "render-ui",
105021
105052
  "resource": "main"
105022
- },
105023
- {
105024
- "kind": "set",
105025
- "resource": "@entity.value"
105026
105053
  }
105027
105054
  ],
105028
105055
  "transitionEvents": [
105029
- "ACTION",
105030
105056
  "INIT"
105031
105057
  ],
105032
105058
  "events": [
@@ -106393,7 +106419,7 @@
106393
106419
  },
106394
106420
  {
106395
106421
  "key": "value",
106396
- "type": "string",
106422
+ "type": "scalar",
106397
106423
  "label": "Value",
106398
106424
  "description": "Selected value (controlled)",
106399
106425
  "tier": "presentation"
@@ -111131,7 +111157,7 @@
111131
111157
  },
111132
111158
  {
111133
111159
  "key": "badge",
111134
- "type": "string",
111160
+ "type": "scalar",
111135
111161
  "label": "Badge",
111136
111162
  "description": "Badge count (optional)",
111137
111163
  "tier": "presentation"
@@ -112631,30 +112657,18 @@
112631
112657
  "key": "schema",
112632
112658
  "type": "OrbitalVisualizationSchema",
112633
112659
  "label": "Schema",
112634
- "description": "Full KFlow schema object",
112660
+ "description": "Complexity-scoring summary of a KFlow schema (counts only — see {@link OrbitalVisualizationSchemaSummary}).",
112635
112661
  "tier": "presentation",
112636
112662
  "properties": {
112637
112663
  "dataEntities": {
112638
112664
  "name": "dataEntities",
112639
112665
  "required": false,
112640
- "type": "array",
112641
- "items": {
112642
- "type": "object",
112643
- "items": {
112644
- "type": "scalar"
112645
- }
112646
- }
112666
+ "type": "number"
112647
112667
  },
112648
112668
  "traits": {
112649
112669
  "name": "traits",
112650
112670
  "required": false,
112651
- "type": "array",
112652
- "items": {
112653
- "type": "object",
112654
- "items": {
112655
- "type": "scalar"
112656
- }
112657
- }
112671
+ "type": "number"
112658
112672
  },
112659
112673
  "ui": {
112660
112674
  "name": "ui",
@@ -112669,13 +112683,7 @@
112669
112683
  "sections": {
112670
112684
  "name": "sections",
112671
112685
  "required": false,
112672
- "type": "array",
112673
- "items": {
112674
- "type": "object",
112675
- "items": {
112676
- "type": "scalar"
112677
- }
112678
- }
112686
+ "type": "number"
112679
112687
  }
112680
112688
  },
112681
112689
  "type": "object"
@@ -113264,7 +113272,7 @@
113264
113272
  },
113265
113273
  {
113266
113274
  "key": "subtitle",
113267
- "type": "string",
113275
+ "type": "scalar",
113268
113276
  "label": "Subtitle",
113269
113277
  "description": "Optional subtitle/description",
113270
113278
  "tier": "presentation"
@@ -113299,7 +113307,7 @@
113299
113307
  },
113300
113308
  {
113301
113309
  "key": "title",
113302
- "type": "string",
113310
+ "type": "scalar",
113303
113311
  "label": "Title",
113304
113312
  "description": "Page title - accepts string or number from generated code accessing dynamic entity data",
113305
113313
  "tier": "presentation"
@@ -122529,7 +122537,8 @@
122529
122537
  },
122530
122538
  {
122531
122539
  "key": "minChildWidth",
122532
- "type": "string",
122540
+ "type": "scalar",
122541
+ "default": 250,
122533
122542
  "label": "Min Child Width",
122534
122543
  "description": "Minimum width of each child (e.g., 200, '200px', '15rem')",
122535
122544
  "tier": "presentation"
@@ -125318,7 +125327,7 @@
125318
125327
  },
125319
125328
  {
125320
125329
  "key": "value",
125321
- "type": "string",
125330
+ "type": "scalar",
125322
125331
  "default": "",
125323
125332
  "label": "Value",
125324
125333
  "description": "Primary value (number or formatted string)",
@@ -125386,8 +125395,8 @@
125386
125395
  "statePattern": "idle",
125387
125396
  "complexity": {
125388
125397
  "states": 1,
125389
- "events": 1,
125390
- "transitions": 1
125398
+ "events": 2,
125399
+ "transitions": 3
125391
125400
  },
125392
125401
  "defaultEntity": {
125393
125402
  "name": "SwipeableRowItem",
@@ -125684,7 +125693,9 @@
125684
125693
  "ui-wizard-navigation",
125685
125694
  "ui-wizard-progress"
125686
125695
  ],
125687
- "connectableEvents": [],
125696
+ "connectableEvents": [
125697
+ "SwipeableRowLoaded"
125698
+ ],
125688
125699
  "eventPayloads": {},
125689
125700
  "exposure": "palette",
125690
125701
  "provenance": "generated",
@@ -125693,7 +125704,9 @@
125693
125704
  "name": "SwipeableRowRender",
125694
125705
  "orbital": "SwipeableRowOrbital",
125695
125706
  "role": "renderer",
125696
- "emittedEvents": [],
125707
+ "emittedEvents": [
125708
+ "SwipeableRowLoaded"
125709
+ ],
125697
125710
  "listenedEvents": [],
125698
125711
  "overridableConfigKeys": [
125699
125712
  {
@@ -125710,17 +125723,6 @@
125710
125723
  "description": "className prop",
125711
125724
  "tier": "presentation"
125712
125725
  },
125713
- {
125714
- "key": "itemData",
125715
- "type": "Map<string,scalar>",
125716
- "default": {},
125717
- "label": "Item Data",
125718
- "description": "itemData prop",
125719
- "tier": "presentation",
125720
- "items": {
125721
- "type": "scalar"
125722
- }
125723
- },
125724
125726
  {
125725
125727
  "key": "leftActions",
125726
125728
  "type": "[SwipeableRowLeftActionsItem]",
@@ -125738,10 +125740,7 @@
125738
125740
  "eventPayload": {
125739
125741
  "name": "eventPayload",
125740
125742
  "required": false,
125741
- "type": "object",
125742
- "items": {
125743
- "type": "scalar"
125744
- }
125743
+ "type": "object"
125745
125744
  },
125746
125745
  "icon": {
125747
125746
  "name": "icon",
@@ -125785,10 +125784,7 @@
125785
125784
  "eventPayload": {
125786
125785
  "name": "eventPayload",
125787
125786
  "required": false,
125788
- "type": "object",
125789
- "items": {
125790
- "type": "scalar"
125791
- }
125787
+ "type": "object"
125792
125788
  },
125793
125789
  "icon": {
125794
125790
  "name": "icon",
@@ -125815,6 +125811,14 @@
125815
125811
  "type": "object"
125816
125812
  }
125817
125813
  },
125814
+ {
125815
+ "key": "selfFetch",
125816
+ "type": "boolean",
125817
+ "default": true,
125818
+ "label": "Fetch its own rows on mount?",
125819
+ "description": "true (default) = standalone mount self-populates on INIT. false = a composing atom owns the fetch and routes its loaded event here — suppresses the wrapper's own un-hydrated fetch so it cannot race the composer's.",
125820
+ "tier": "internal"
125821
+ },
125818
125822
  {
125819
125823
  "key": "threshold",
125820
125824
  "type": "number",
@@ -125835,15 +125839,27 @@
125835
125839
  "provides": []
125836
125840
  },
125837
125841
  "effectRow": [
125842
+ {
125843
+ "kind": "fetch",
125844
+ "resource": "SwipeableRowItem"
125845
+ },
125838
125846
  {
125839
125847
  "kind": "render-ui",
125840
125848
  "resource": "main"
125841
125849
  }
125842
125850
  ],
125843
125851
  "transitionEvents": [
125844
- "INIT"
125852
+ "INIT",
125853
+ "SwipeableRowLoaded"
125845
125854
  ],
125846
125855
  "events": [
125856
+ {
125857
+ "name": "SwipeableRowLoaded",
125858
+ "direction": "emit",
125859
+ "description": "SwipeableRow rows finished loading; payload.data holds the collection.",
125860
+ "synonyms": "loaded, fetched, retrieved",
125861
+ "tier": "essential"
125862
+ },
125847
125863
  {
125848
125864
  "name": "INIT",
125849
125865
  "direction": "listen"
@@ -130601,7 +130617,7 @@
130601
130617
  },
130602
130618
  {
130603
130619
  "key": "currentStep",
130604
- "type": "string",
130620
+ "type": "scalar",
130605
130621
  "label": "Current Step",
130606
130622
  "description": "Current step index (controlled) - accepts number or string for generated code compatibility",
130607
130623
  "tier": "presentation"
@@ -134851,7 +134867,7 @@
134851
134867
  "event": {
134852
134868
  "name": "event",
134853
134869
  "required": false,
134854
- "type": "string"
134870
+ "type": "event"
134855
134871
  },
134856
134872
  "icon": {
134857
134873
  "name": "icon",
@@ -138228,7 +138244,7 @@
138228
138244
  "event": {
138229
138245
  "name": "event",
138230
138246
  "required": false,
138231
- "type": "string"
138247
+ "type": "event"
138232
138248
  },
138233
138249
  "label": {
138234
138250
  "name": "label",
@@ -146460,32 +146476,68 @@
146460
146476
  "description": "Additional CSS classes",
146461
146477
  "tier": "presentation"
146462
146478
  },
146463
- {
146464
- "key": "coordinatorActivities",
146465
- "type": "[Map<string,scalar>]",
146466
- "default": [],
146467
- "label": "Coordinator Activities",
146468
- "description": "Full coordinator activities (tool calls, results, messages, errors).",
146469
- "tier": "presentation",
146470
- "items": {
146471
- "type": "object",
146472
- "items": {
146473
- "type": "scalar"
146474
- }
146475
- }
146476
- },
146477
146479
  {
146478
146480
  "key": "coordinatorMessages",
146479
- "type": "[Map<string,scalar>]",
146481
+ "type": "[SubagentTracePanelCoordinatorMessagesItem]",
146480
146482
  "default": [],
146481
146483
  "label": "Coordinator Messages",
146482
146484
  "description": "Canonical Coordinator conversation — same shape live and on reload. When present, takes precedence over `coordinatorActivities` for the Coordinator section.",
146483
146485
  "tier": "presentation",
146484
146486
  "items": {
146485
- "type": "object",
146486
- "items": {
146487
- "type": "scalar"
146488
- }
146487
+ "properties": {
146488
+ "content": {
146489
+ "name": "content",
146490
+ "required": true,
146491
+ "type": "string"
146492
+ },
146493
+ "reasoningContent": {
146494
+ "name": "reasoningContent",
146495
+ "required": false,
146496
+ "type": "string"
146497
+ },
146498
+ "role": {
146499
+ "name": "role",
146500
+ "required": true,
146501
+ "type": "string",
146502
+ "values": [
146503
+ "system",
146504
+ "user",
146505
+ "assistant",
146506
+ "tool"
146507
+ ]
146508
+ },
146509
+ "toolCallId": {
146510
+ "name": "toolCallId",
146511
+ "required": false,
146512
+ "type": "string"
146513
+ },
146514
+ "toolCalls": {
146515
+ "name": "toolCalls",
146516
+ "required": false,
146517
+ "type": "array",
146518
+ "items": {
146519
+ "properties": {
146520
+ "id": {
146521
+ "name": "id",
146522
+ "required": true,
146523
+ "type": "string"
146524
+ },
146525
+ "name": {
146526
+ "name": "name",
146527
+ "required": true,
146528
+ "type": "string"
146529
+ }
146530
+ },
146531
+ "type": "object"
146532
+ }
146533
+ },
146534
+ "toolName": {
146535
+ "name": "toolName",
146536
+ "required": false,
146537
+ "type": "string"
146538
+ }
146539
+ },
146540
+ "type": "object"
146489
146541
  }
146490
146542
  },
146491
146543
  {
@@ -146621,16 +146673,132 @@
146621
146673
  },
146622
146674
  {
146623
146675
  "key": "subagents",
146624
- "type": "[Map<string,scalar>]",
146625
- "default": [],
146676
+ "type": "[SubagentTracePanelSubagentsItem]",
146677
+ "default": [
146678
+ {
146679
+ "durationMs": 1,
146680
+ "id": "Id",
146681
+ "messages": [
146682
+ {
146683
+ "message": "Message",
146684
+ "timestamp": 1,
146685
+ "tool": "Tool"
146686
+ },
146687
+ {
146688
+ "message": "Message 2",
146689
+ "timestamp": 2,
146690
+ "tool": "Tool 2"
146691
+ }
146692
+ ],
146693
+ "name": "Name",
146694
+ "orbitalName": "Orbital Name",
146695
+ "parentId": "Parent Id",
146696
+ "role": "Role",
146697
+ "status": "running",
146698
+ "task": "Task",
146699
+ "timeline": []
146700
+ },
146701
+ {
146702
+ "durationMs": 2,
146703
+ "id": "Id 2",
146704
+ "messages": [
146705
+ {
146706
+ "message": "Message",
146707
+ "timestamp": 1,
146708
+ "tool": "Tool"
146709
+ },
146710
+ {
146711
+ "message": "Message 2",
146712
+ "timestamp": 2,
146713
+ "tool": "Tool 2"
146714
+ }
146715
+ ],
146716
+ "name": "Name 2",
146717
+ "orbitalName": "Orbital Name 2",
146718
+ "parentId": "Parent Id 2",
146719
+ "role": "Role 2",
146720
+ "status": "complete",
146721
+ "task": "Task 2",
146722
+ "timeline": []
146723
+ }
146724
+ ],
146626
146725
  "label": "Subagents",
146627
146726
  "description": "All known subagents from the runner.",
146628
146727
  "tier": "presentation",
146629
146728
  "items": {
146630
- "type": "object",
146631
- "items": {
146632
- "type": "scalar"
146633
- }
146729
+ "properties": {
146730
+ "durationMs": {
146731
+ "name": "durationMs",
146732
+ "required": false,
146733
+ "type": "number"
146734
+ },
146735
+ "id": {
146736
+ "name": "id",
146737
+ "required": true,
146738
+ "type": "string"
146739
+ },
146740
+ "messages": {
146741
+ "name": "messages",
146742
+ "required": true,
146743
+ "type": "array",
146744
+ "items": {
146745
+ "properties": {
146746
+ "message": {
146747
+ "name": "message",
146748
+ "required": true,
146749
+ "type": "string"
146750
+ },
146751
+ "timestamp": {
146752
+ "name": "timestamp",
146753
+ "required": true,
146754
+ "type": "number"
146755
+ },
146756
+ "tool": {
146757
+ "name": "tool",
146758
+ "required": false,
146759
+ "type": "string"
146760
+ }
146761
+ },
146762
+ "type": "object"
146763
+ }
146764
+ },
146765
+ "name": {
146766
+ "name": "name",
146767
+ "required": true,
146768
+ "type": "string"
146769
+ },
146770
+ "orbitalName": {
146771
+ "name": "orbitalName",
146772
+ "required": false,
146773
+ "type": "string"
146774
+ },
146775
+ "parentId": {
146776
+ "name": "parentId",
146777
+ "required": false,
146778
+ "type": "string"
146779
+ },
146780
+ "role": {
146781
+ "name": "role",
146782
+ "required": true,
146783
+ "type": "string"
146784
+ },
146785
+ "status": {
146786
+ "name": "status",
146787
+ "required": true,
146788
+ "type": "string",
146789
+ "values": [
146790
+ "running",
146791
+ "complete",
146792
+ "error"
146793
+ ]
146794
+ },
146795
+ "task": {
146796
+ "name": "task",
146797
+ "required": true,
146798
+ "type": "string"
146799
+ }
146800
+ },
146801
+ "type": "object"
146634
146802
  }
146635
146803
  },
146636
146804
  {
@@ -149845,6 +150013,7 @@
149845
150013
  "dnd-dungeon-gen",
149846
150014
  "dnd-hero",
149847
150015
  "dnd-narrator",
150016
+ "dnd-token-art",
149848
150017
  "std-approval-chain",
149849
150018
  "std-arcade-board-3d",
149850
150019
  "std-arcade-play",
@@ -150172,6 +150341,7 @@
150172
150341
  "dnd-dungeon-gen",
150173
150342
  "dnd-hero",
150174
150343
  "dnd-narrator",
150344
+ "dnd-token-art",
150175
150345
  "std-approval-chain",
150176
150346
  "std-arcade-board-3d",
150177
150347
  "std-arcade-flow",
@@ -150554,6 +150724,7 @@
150554
150724
  "dnd-dungeon-gen",
150555
150725
  "dnd-hero",
150556
150726
  "dnd-narrator",
150727
+ "dnd-token-art",
150557
150728
  "std-approval-chain",
150558
150729
  "std-arcade-board-3d",
150559
150730
  "std-arcade-flow",
@@ -150942,6 +151113,7 @@
150942
151113
  "dnd-dungeon-gen",
150943
151114
  "dnd-hero",
150944
151115
  "dnd-narrator",
151116
+ "dnd-token-art",
150945
151117
  "std-approval-chain",
150946
151118
  "std-arcade-board-3d",
150947
151119
  "std-arcade-flow",
@@ -151400,6 +151572,7 @@
151400
151572
  "dnd-dungeon-gen",
151401
151573
  "dnd-hero",
151402
151574
  "dnd-narrator",
151575
+ "dnd-token-art",
151403
151576
  "std-approval-chain",
151404
151577
  "std-arcade-board-3d",
151405
151578
  "std-arcade-flow",
@@ -152278,6 +152451,7 @@
152278
152451
  "dnd-dungeon-gen",
152279
152452
  "dnd-hero",
152280
152453
  "dnd-narrator",
152454
+ "dnd-token-art",
152281
152455
  "std-approval-chain",
152282
152456
  "std-arcade-board-3d",
152283
152457
  "std-arcade-flow",
@@ -152664,6 +152838,7 @@
152664
152838
  "dnd-dungeon-gen",
152665
152839
  "dnd-hero",
152666
152840
  "dnd-narrator",
152841
+ "dnd-token-art",
152667
152842
  "std-approval-chain",
152668
152843
  "std-arcade-board-3d",
152669
152844
  "std-arcade-flow",
@@ -153082,6 +153257,7 @@
153082
153257
  "dnd-dungeon-gen",
153083
153258
  "dnd-hero",
153084
153259
  "dnd-narrator",
153260
+ "dnd-token-art",
153085
153261
  "std-approval-chain",
153086
153262
  "std-arcade-board-3d",
153087
153263
  "std-arcade-flow",
@@ -153391,6 +153567,7 @@
153391
153567
  "dnd-dungeon-gen",
153392
153568
  "dnd-hero",
153393
153569
  "dnd-narrator",
153570
+ "dnd-token-art",
153394
153571
  "std-approval-chain",
153395
153572
  "std-arcade-board-3d",
153396
153573
  "std-arcade-flow",
@@ -154210,6 +154387,7 @@
154210
154387
  "dnd-dungeon-gen",
154211
154388
  "dnd-hero",
154212
154389
  "dnd-narrator",
154390
+ "dnd-token-art",
154213
154391
  "std-approval-chain",
154214
154392
  "std-arcade-board-3d",
154215
154393
  "std-arcade-flow",
@@ -154615,6 +154793,7 @@
154615
154793
  "dnd-dungeon-gen",
154616
154794
  "dnd-hero",
154617
154795
  "dnd-narrator",
154796
+ "dnd-token-art",
154618
154797
  "std-approval-chain",
154619
154798
  "std-arcade-board-3d",
154620
154799
  "std-arcade-flow",
@@ -154902,6 +155081,7 @@
154902
155081
  "dnd-dungeon-gen",
154903
155082
  "dnd-hero",
154904
155083
  "dnd-narrator",
155084
+ "dnd-token-art",
154905
155085
  "std-approval-chain",
154906
155086
  "std-arcade-board-3d",
154907
155087
  "std-arcade-flow",
@@ -155281,6 +155461,7 @@
155281
155461
  "dnd-dungeon-gen",
155282
155462
  "dnd-hero",
155283
155463
  "dnd-narrator",
155464
+ "dnd-token-art",
155284
155465
  "std-approval-chain",
155285
155466
  "std-arcade-board-3d",
155286
155467
  "std-arcade-flow",
@@ -155739,6 +155920,7 @@
155739
155920
  "dnd-dungeon-gen",
155740
155921
  "dnd-hero",
155741
155922
  "dnd-narrator",
155923
+ "dnd-token-art",
155742
155924
  "std-approval-chain",
155743
155925
  "std-arcade-board-3d",
155744
155926
  "std-arcade-flow",
@@ -156478,6 +156660,7 @@
156478
156660
  "dnd-dungeon-gen",
156479
156661
  "dnd-hero",
156480
156662
  "dnd-narrator",
156663
+ "dnd-token-art",
156481
156664
  "std-approval-chain",
156482
156665
  "std-arcade-board-3d",
156483
156666
  "std-arcade-flow",
@@ -156929,6 +157112,7 @@
156929
157112
  "dnd-dungeon-gen",
156930
157113
  "dnd-hero",
156931
157114
  "dnd-narrator",
157115
+ "dnd-token-art",
156932
157116
  "std-approval-chain",
156933
157117
  "std-arcade-board-3d",
156934
157118
  "std-arcade-flow",
@@ -157330,6 +157514,7 @@
157330
157514
  "dnd-dungeon-gen",
157331
157515
  "dnd-hero",
157332
157516
  "dnd-narrator",
157517
+ "dnd-token-art",
157333
157518
  "std-approval-chain",
157334
157519
  "std-arcade-board-3d",
157335
157520
  "std-arcade-flow",
@@ -157678,6 +157863,7 @@
157678
157863
  "dnd-dungeon-gen",
157679
157864
  "dnd-hero",
157680
157865
  "dnd-narrator",
157866
+ "dnd-token-art",
157681
157867
  "std-approval-chain",
157682
157868
  "std-arcade-board-3d",
157683
157869
  "std-arcade-flow",
@@ -158122,11 +158308,20 @@
158122
158308
  "overridableConfigKeys": [
158123
158309
  {
158124
158310
  "key": "seedArt",
158125
- "type": "Map<string,opaque>",
158311
+ "type": "Map<string,Map<string,[node]>>",
158126
158312
  "default": {},
158127
158313
  "label": "Seed Art",
158128
158314
  "description": "Initial kind → (state → draw-group items of draw-mesh descriptors) catalog merged under bus-published entries (published entries win). Lets a 3D board ship volumetric art with zero asset imports.",
158129
- "tier": "presentation"
158315
+ "tier": "presentation",
158316
+ "items": {
158317
+ "type": "object",
158318
+ "items": {
158319
+ "type": "array",
158320
+ "items": {
158321
+ "type": "node"
158322
+ }
158323
+ }
158324
+ }
158130
158325
  }
158131
158326
  ],
158132
158327
  "capabilities": [],
@@ -158238,6 +158433,7 @@
158238
158433
  "dnd-dungeon-gen",
158239
158434
  "dnd-hero",
158240
158435
  "dnd-narrator",
158436
+ "dnd-token-art",
158241
158437
  "std-approval-chain",
158242
158438
  "std-arcade-board-3d",
158243
158439
  "std-arcade-flow",
@@ -158673,6 +158869,7 @@
158673
158869
  "dnd-dungeon-gen",
158674
158870
  "dnd-hero",
158675
158871
  "dnd-narrator",
158872
+ "dnd-token-art",
158676
158873
  "std-approval-chain",
158677
158874
  "std-arcade-board-3d",
158678
158875
  "std-arcade-flow",
@@ -158981,6 +159178,7 @@
158981
159178
  "dnd-dungeon-gen",
158982
159179
  "dnd-hero",
158983
159180
  "dnd-narrator",
159181
+ "dnd-token-art",
158984
159182
  "std-approval-chain",
158985
159183
  "std-arcade-board-3d",
158986
159184
  "std-arcade-flow",
@@ -159459,6 +159657,7 @@
159459
159657
  "dnd-dungeon-gen",
159460
159658
  "dnd-hero",
159461
159659
  "dnd-narrator",
159660
+ "dnd-token-art",
159462
159661
  "std-approval-chain",
159463
159662
  "std-arcade-board-3d",
159464
159663
  "std-arcade-flow",
@@ -159834,6 +160033,7 @@
159834
160033
  "dnd-dungeon-gen",
159835
160034
  "dnd-hero",
159836
160035
  "dnd-narrator",
160036
+ "dnd-token-art",
159837
160037
  "std-approval-chain",
159838
160038
  "std-arcade-board-3d",
159839
160039
  "std-arcade-flow",
@@ -160324,6 +160524,7 @@
160324
160524
  "dnd-dungeon-gen",
160325
160525
  "dnd-hero",
160326
160526
  "dnd-narrator",
160527
+ "dnd-token-art",
160327
160528
  "std-approval-chain",
160328
160529
  "std-arcade-board-3d",
160329
160530
  "std-arcade-flow",
@@ -160741,6 +160942,7 @@
160741
160942
  "dnd-dungeon-gen",
160742
160943
  "dnd-hero",
160743
160944
  "dnd-narrator",
160945
+ "dnd-token-art",
160744
160946
  "std-approval-chain",
160745
160947
  "std-arcade-board-3d",
160746
160948
  "std-arcade-flow",
@@ -161191,6 +161393,7 @@
161191
161393
  "dnd-dungeon-gen",
161192
161394
  "dnd-hero",
161193
161395
  "dnd-narrator",
161396
+ "dnd-token-art",
161194
161397
  "std-approval-chain",
161195
161398
  "std-arcade-board-3d",
161196
161399
  "std-arcade-flow",
@@ -162826,6 +163029,7 @@
162826
163029
  "dnd-dungeon-gen",
162827
163030
  "dnd-hero",
162828
163031
  "dnd-narrator",
163032
+ "dnd-token-art",
162829
163033
  "std-approval-chain",
162830
163034
  "std-arcade-board-3d",
162831
163035
  "std-arcade-flow",
@@ -163260,11 +163464,20 @@
163260
163464
  "overridableConfigKeys": [
163261
163465
  {
163262
163466
  "key": "seedArt",
163263
- "type": "Map<string,opaque>",
163467
+ "type": "Map<string,Map<string,[node]>>",
163264
163468
  "default": {},
163265
163469
  "label": "Seed Art",
163266
163470
  "description": "Initial kind → (state → draw-group items) catalog merged under bus-published entries (published entries win). Lets a board ship vector art with zero asset imports.",
163267
- "tier": "presentation"
163471
+ "tier": "presentation",
163472
+ "items": {
163473
+ "type": "object",
163474
+ "items": {
163475
+ "type": "array",
163476
+ "items": {
163477
+ "type": "node"
163478
+ }
163479
+ }
163480
+ }
163268
163481
  }
163269
163482
  ],
163270
163483
  "capabilities": [],
@@ -164123,6 +164336,7 @@
164123
164336
  "dnd-dungeon-gen",
164124
164337
  "dnd-hero",
164125
164338
  "dnd-narrator",
164339
+ "dnd-token-art",
164126
164340
  "std-approval-chain",
164127
164341
  "std-arcade-board-3d",
164128
164342
  "std-arcade-flow",
@@ -164853,6 +165067,7 @@
164853
165067
  "dnd-dungeon-gen",
164854
165068
  "dnd-hero",
164855
165069
  "dnd-narrator",
165070
+ "dnd-token-art",
164856
165071
  "std-approval-chain",
164857
165072
  "std-arcade-board-3d",
164858
165073
  "std-arcade-flow",
@@ -171172,6 +171387,7 @@
171172
171387
  }
171173
171388
  },
171174
171389
  "height": 1,
171390
+ "id": "Id",
171175
171391
  "offsetX": 1,
171176
171392
  "offsetY": 1,
171177
171393
  "opacity": 1,
@@ -171326,6 +171542,7 @@
171326
171542
  }
171327
171543
  },
171328
171544
  "height": 2,
171545
+ "id": "Id 2",
171329
171546
  "offsetX": 2,
171330
171547
  "offsetY": 2,
171331
171548
  "opacity": 2,
@@ -171705,6 +171922,11 @@
171705
171922
  "required": false,
171706
171923
  "type": "number"
171707
171924
  },
171925
+ "id": {
171926
+ "name": "id",
171927
+ "required": false,
171928
+ "type": "string"
171929
+ },
171708
171930
  "offsetX": {
171709
171931
  "name": "offsetX",
171710
171932
  "required": false,
@@ -172994,6 +173216,7 @@
172994
173216
  "y": 1
172995
173217
  },
172996
173218
  "height": 1,
173219
+ "id": "Id",
172997
173220
  "loop": false,
172998
173221
  "opacity": 1,
172999
173222
  "position": {
@@ -173038,6 +173261,7 @@
173038
173261
  "y": 2
173039
173262
  },
173040
173263
  "height": 2,
173264
+ "id": "Id 2",
173041
173265
  "loop": true,
173042
173266
  "opacity": 2,
173043
173267
  "position": {
@@ -173203,6 +173427,11 @@
173203
173427
  "required": false,
173204
173428
  "type": "number"
173205
173429
  },
173430
+ "id": {
173431
+ "name": "id",
173432
+ "required": false,
173433
+ "type": "string"
173434
+ },
173206
173435
  "loop": {
173207
173436
  "name": "loop",
173208
173437
  "required": false,
@@ -173907,6 +174136,7 @@
173907
174136
  "baseline": "alphabetic",
173908
174137
  "color": "Color",
173909
174138
  "font": "Font",
174139
+ "id": "Id",
173910
174140
  "offsetX": 1,
173911
174141
  "offsetY": 1,
173912
174142
  "opacity": 1,
@@ -173924,6 +174154,7 @@
173924
174154
  "baseline": "bottom",
173925
174155
  "color": "Color 2",
173926
174156
  "font": "Font 2",
174157
+ "id": "Id 2",
173927
174158
  "offsetX": 2,
173928
174159
  "offsetY": 2,
173929
174160
  "opacity": 2,
@@ -173986,6 +174217,11 @@
173986
174217
  "required": false,
173987
174218
  "type": "string"
173988
174219
  },
174220
+ "id": {
174221
+ "name": "id",
174222
+ "required": false,
174223
+ "type": "string"
174224
+ },
173989
174225
  "offsetX": {
173990
174226
  "name": "offsetX",
173991
174227
  "required": false,
@@ -175381,24 +175617,256 @@
175381
175617
  },
175382
175618
  "type": "object"
175383
175619
  },
175384
- "bind": {
175385
- "name": "bind",
175386
- "required": false,
175387
- "type": "string"
175388
- },
175389
- "format": {
175390
- "name": "format",
175391
- "required": false,
175392
- "type": "string"
175393
- },
175394
- "icon": {
175395
- "name": "icon",
175396
- "required": false,
175397
- "type": "string"
175398
- },
175620
+ "bind": {
175621
+ "name": "bind",
175622
+ "required": false,
175623
+ "type": "string"
175624
+ },
175625
+ "format": {
175626
+ "name": "format",
175627
+ "required": false,
175628
+ "type": "string"
175629
+ },
175630
+ "icon": {
175631
+ "name": "icon",
175632
+ "required": false,
175633
+ "type": "string"
175634
+ },
175635
+ "label": {
175636
+ "name": "label",
175637
+ "required": false,
175638
+ "type": "string"
175639
+ },
175640
+ "max": {
175641
+ "name": "max",
175642
+ "required": false,
175643
+ "type": "number"
175644
+ },
175645
+ "position": {
175646
+ "name": "position",
175647
+ "required": false,
175648
+ "type": "string"
175649
+ },
175650
+ "type": {
175651
+ "name": "type",
175652
+ "required": false,
175653
+ "type": "string"
175654
+ },
175655
+ "value": {
175656
+ "name": "value",
175657
+ "required": false,
175658
+ "type": "string"
175659
+ }
175660
+ },
175661
+ "type": "object"
175662
+ }
175663
+ },
175664
+ {
175665
+ "key": "items",
175666
+ "type": "[GameHudItemsItem]",
175667
+ "default": [],
175668
+ "label": "Items",
175669
+ "description": "Alias for stats (schema compatibility)",
175670
+ "tier": "presentation",
175671
+ "items": {
175672
+ "properties": {
175673
+ "assetUrl": {
175674
+ "name": "assetUrl",
175675
+ "required": false,
175676
+ "properties": {
175677
+ "animations": {
175678
+ "name": "animations",
175679
+ "required": false,
175680
+ "type": "array",
175681
+ "items": {
175682
+ "type": "string"
175683
+ }
175684
+ },
175685
+ "aspect": {
175686
+ "name": "aspect",
175687
+ "required": false,
175688
+ "type": "string",
175689
+ "values": [
175690
+ "1:1",
175691
+ "16:9",
175692
+ "5:7",
175693
+ "8:1"
175694
+ ]
175695
+ },
175696
+ "atlas": {
175697
+ "name": "atlas",
175698
+ "required": false,
175699
+ "type": "string"
175700
+ },
175701
+ "category": {
175702
+ "name": "category",
175703
+ "required": true,
175704
+ "type": "string"
175705
+ },
175706
+ "dimension": {
175707
+ "name": "dimension",
175708
+ "required": false,
175709
+ "type": "string",
175710
+ "values": [
175711
+ "2d",
175712
+ "3d"
175713
+ ]
175714
+ },
175715
+ "name": {
175716
+ "name": "name",
175717
+ "required": false,
175718
+ "type": "string"
175719
+ },
175720
+ "role": {
175721
+ "name": "role",
175722
+ "required": true,
175723
+ "type": "string"
175724
+ },
175725
+ "sprite": {
175726
+ "name": "sprite",
175727
+ "required": false,
175728
+ "type": "string"
175729
+ },
175730
+ "style": {
175731
+ "name": "style",
175732
+ "required": false,
175733
+ "type": "string",
175734
+ "values": [
175735
+ "pixel",
175736
+ "vector",
175737
+ "hd",
175738
+ "1-bit",
175739
+ "isometric"
175740
+ ]
175741
+ },
175742
+ "thumbnailUrl": {
175743
+ "name": "thumbnailUrl",
175744
+ "required": false,
175745
+ "type": "string"
175746
+ },
175747
+ "url": {
175748
+ "name": "url",
175749
+ "required": true,
175750
+ "type": "string"
175751
+ },
175752
+ "variant": {
175753
+ "name": "variant",
175754
+ "required": false,
175755
+ "type": "string"
175756
+ }
175757
+ },
175758
+ "type": "object"
175759
+ },
175760
+ "className": {
175761
+ "name": "className",
175762
+ "required": false,
175763
+ "type": "string"
175764
+ },
175765
+ "field": {
175766
+ "name": "field",
175767
+ "required": false,
175768
+ "type": "string"
175769
+ },
175770
+ "format": {
175771
+ "name": "format",
175772
+ "required": false,
175773
+ "type": "string"
175774
+ },
175775
+ "icon": {
175776
+ "name": "icon",
175777
+ "required": false,
175778
+ "type": "string"
175779
+ },
175780
+ "iconUrl": {
175781
+ "name": "iconUrl",
175782
+ "required": false,
175783
+ "properties": {
175784
+ "animations": {
175785
+ "name": "animations",
175786
+ "required": false,
175787
+ "type": "array",
175788
+ "items": {
175789
+ "type": "string"
175790
+ }
175791
+ },
175792
+ "aspect": {
175793
+ "name": "aspect",
175794
+ "required": false,
175795
+ "type": "string",
175796
+ "values": [
175797
+ "1:1",
175798
+ "16:9",
175799
+ "5:7",
175800
+ "8:1"
175801
+ ]
175802
+ },
175803
+ "atlas": {
175804
+ "name": "atlas",
175805
+ "required": false,
175806
+ "type": "string"
175807
+ },
175808
+ "category": {
175809
+ "name": "category",
175810
+ "required": true,
175811
+ "type": "string"
175812
+ },
175813
+ "dimension": {
175814
+ "name": "dimension",
175815
+ "required": false,
175816
+ "type": "string",
175817
+ "values": [
175818
+ "2d",
175819
+ "3d"
175820
+ ]
175821
+ },
175822
+ "name": {
175823
+ "name": "name",
175824
+ "required": false,
175825
+ "type": "string"
175826
+ },
175827
+ "role": {
175828
+ "name": "role",
175829
+ "required": true,
175830
+ "type": "string"
175831
+ },
175832
+ "sprite": {
175833
+ "name": "sprite",
175834
+ "required": false,
175835
+ "type": "string"
175836
+ },
175837
+ "style": {
175838
+ "name": "style",
175839
+ "required": false,
175840
+ "type": "string",
175841
+ "values": [
175842
+ "pixel",
175843
+ "vector",
175844
+ "hd",
175845
+ "1-bit",
175846
+ "isometric"
175847
+ ]
175848
+ },
175849
+ "thumbnailUrl": {
175850
+ "name": "thumbnailUrl",
175851
+ "required": false,
175852
+ "type": "string"
175853
+ },
175854
+ "url": {
175855
+ "name": "url",
175856
+ "required": true,
175857
+ "type": "string"
175858
+ },
175859
+ "variant": {
175860
+ "name": "variant",
175861
+ "required": false,
175862
+ "type": "string"
175863
+ }
175864
+ },
175865
+ "type": "object"
175866
+ },
175399
175867
  "label": {
175400
175868
  "name": "label",
175401
- "required": false,
175869
+ "required": true,
175402
175870
  "type": "string"
175403
175871
  },
175404
175872
  "max": {
@@ -175406,13 +175874,8 @@
175406
175874
  "required": false,
175407
175875
  "type": "number"
175408
175876
  },
175409
- "position": {
175410
- "name": "position",
175411
- "required": false,
175412
- "type": "string"
175413
- },
175414
- "type": {
175415
- "name": "type",
175877
+ "source": {
175878
+ "name": "source",
175416
175879
  "required": false,
175417
175880
  "type": "string"
175418
175881
  },
@@ -175420,27 +175883,9 @@
175420
175883
  "name": "value",
175421
175884
  "required": false,
175422
175885
  "type": "string"
175423
- }
175424
- },
175425
- "type": "object"
175426
- }
175427
- },
175428
- {
175429
- "key": "items",
175430
- "type": "[GameHudItemsItem]",
175431
- "default": [],
175432
- "label": "Items",
175433
- "description": "Alias for stats (schema compatibility)",
175434
- "tier": "presentation",
175435
- "items": {
175436
- "properties": {
175437
- "field": {
175438
- "name": "field",
175439
- "required": false,
175440
- "type": "string"
175441
175886
  },
175442
- "source": {
175443
- "name": "source",
175887
+ "variant": {
175888
+ "name": "variant",
175444
175889
  "required": false,
175445
175890
  "type": "string"
175446
175891
  }
@@ -175477,15 +175922,224 @@
175477
175922
  "tier": "presentation",
175478
175923
  "items": {
175479
175924
  "properties": {
175925
+ "assetUrl": {
175926
+ "name": "assetUrl",
175927
+ "required": false,
175928
+ "properties": {
175929
+ "animations": {
175930
+ "name": "animations",
175931
+ "required": false,
175932
+ "type": "array",
175933
+ "items": {
175934
+ "type": "string"
175935
+ }
175936
+ },
175937
+ "aspect": {
175938
+ "name": "aspect",
175939
+ "required": false,
175940
+ "type": "string",
175941
+ "values": [
175942
+ "1:1",
175943
+ "16:9",
175944
+ "5:7",
175945
+ "8:1"
175946
+ ]
175947
+ },
175948
+ "atlas": {
175949
+ "name": "atlas",
175950
+ "required": false,
175951
+ "type": "string"
175952
+ },
175953
+ "category": {
175954
+ "name": "category",
175955
+ "required": true,
175956
+ "type": "string"
175957
+ },
175958
+ "dimension": {
175959
+ "name": "dimension",
175960
+ "required": false,
175961
+ "type": "string",
175962
+ "values": [
175963
+ "2d",
175964
+ "3d"
175965
+ ]
175966
+ },
175967
+ "name": {
175968
+ "name": "name",
175969
+ "required": false,
175970
+ "type": "string"
175971
+ },
175972
+ "role": {
175973
+ "name": "role",
175974
+ "required": true,
175975
+ "type": "string"
175976
+ },
175977
+ "sprite": {
175978
+ "name": "sprite",
175979
+ "required": false,
175980
+ "type": "string"
175981
+ },
175982
+ "style": {
175983
+ "name": "style",
175984
+ "required": false,
175985
+ "type": "string",
175986
+ "values": [
175987
+ "pixel",
175988
+ "vector",
175989
+ "hd",
175990
+ "1-bit",
175991
+ "isometric"
175992
+ ]
175993
+ },
175994
+ "thumbnailUrl": {
175995
+ "name": "thumbnailUrl",
175996
+ "required": false,
175997
+ "type": "string"
175998
+ },
175999
+ "url": {
176000
+ "name": "url",
176001
+ "required": true,
176002
+ "type": "string"
176003
+ },
176004
+ "variant": {
176005
+ "name": "variant",
176006
+ "required": false,
176007
+ "type": "string"
176008
+ }
176009
+ },
176010
+ "type": "object"
176011
+ },
176012
+ "className": {
176013
+ "name": "className",
176014
+ "required": false,
176015
+ "type": "string"
176016
+ },
175480
176017
  "field": {
175481
176018
  "name": "field",
175482
176019
  "required": false,
175483
176020
  "type": "string"
175484
176021
  },
176022
+ "format": {
176023
+ "name": "format",
176024
+ "required": false,
176025
+ "type": "string"
176026
+ },
176027
+ "icon": {
176028
+ "name": "icon",
176029
+ "required": false,
176030
+ "type": "string"
176031
+ },
176032
+ "iconUrl": {
176033
+ "name": "iconUrl",
176034
+ "required": false,
176035
+ "properties": {
176036
+ "animations": {
176037
+ "name": "animations",
176038
+ "required": false,
176039
+ "type": "array",
176040
+ "items": {
176041
+ "type": "string"
176042
+ }
176043
+ },
176044
+ "aspect": {
176045
+ "name": "aspect",
176046
+ "required": false,
176047
+ "type": "string",
176048
+ "values": [
176049
+ "1:1",
176050
+ "16:9",
176051
+ "5:7",
176052
+ "8:1"
176053
+ ]
176054
+ },
176055
+ "atlas": {
176056
+ "name": "atlas",
176057
+ "required": false,
176058
+ "type": "string"
176059
+ },
176060
+ "category": {
176061
+ "name": "category",
176062
+ "required": true,
176063
+ "type": "string"
176064
+ },
176065
+ "dimension": {
176066
+ "name": "dimension",
176067
+ "required": false,
176068
+ "type": "string",
176069
+ "values": [
176070
+ "2d",
176071
+ "3d"
176072
+ ]
176073
+ },
176074
+ "name": {
176075
+ "name": "name",
176076
+ "required": false,
176077
+ "type": "string"
176078
+ },
176079
+ "role": {
176080
+ "name": "role",
176081
+ "required": true,
176082
+ "type": "string"
176083
+ },
176084
+ "sprite": {
176085
+ "name": "sprite",
176086
+ "required": false,
176087
+ "type": "string"
176088
+ },
176089
+ "style": {
176090
+ "name": "style",
176091
+ "required": false,
176092
+ "type": "string",
176093
+ "values": [
176094
+ "pixel",
176095
+ "vector",
176096
+ "hd",
176097
+ "1-bit",
176098
+ "isometric"
176099
+ ]
176100
+ },
176101
+ "thumbnailUrl": {
176102
+ "name": "thumbnailUrl",
176103
+ "required": false,
176104
+ "type": "string"
176105
+ },
176106
+ "url": {
176107
+ "name": "url",
176108
+ "required": true,
176109
+ "type": "string"
176110
+ },
176111
+ "variant": {
176112
+ "name": "variant",
176113
+ "required": false,
176114
+ "type": "string"
176115
+ }
176116
+ },
176117
+ "type": "object"
176118
+ },
176119
+ "label": {
176120
+ "name": "label",
176121
+ "required": true,
176122
+ "type": "string"
176123
+ },
176124
+ "max": {
176125
+ "name": "max",
176126
+ "required": false,
176127
+ "type": "number"
176128
+ },
175485
176129
  "source": {
175486
176130
  "name": "source",
175487
176131
  "required": false,
175488
176132
  "type": "string"
176133
+ },
176134
+ "value": {
176135
+ "name": "value",
176136
+ "required": false,
176137
+ "type": "string"
176138
+ },
176139
+ "variant": {
176140
+ "name": "variant",
176141
+ "required": false,
176142
+ "type": "string"
175489
176143
  }
175490
176144
  },
175491
176145
  "type": "object"
@@ -177770,7 +178424,7 @@
177770
178424
  },
177771
178425
  {
177772
178426
  "key": "value",
177773
- "type": "string",
178427
+ "type": "scalar",
177774
178428
  "label": "Value",
177775
178429
  "description": "Current value (defaults to 0 if not provided)",
177776
178430
  "tier": "presentation"
@@ -179753,6 +180407,7 @@
179753
180407
  "dnd-dungeon-gen",
179754
180408
  "dnd-hero",
179755
180409
  "dnd-narrator",
180410
+ "dnd-token-art",
179756
180411
  "std-approval-chain",
179757
180412
  "std-arcade-flow",
179758
180413
  "std-arcade-play",
@@ -183779,6 +184434,7 @@
183779
184434
  "dnd-dungeon-gen",
183780
184435
  "dnd-hero",
183781
184436
  "dnd-narrator",
184437
+ "dnd-token-art",
183782
184438
  "std-approval-chain",
183783
184439
  "std-arcade-board-3d",
183784
184440
  "std-arcade-flow",
@@ -186710,6 +187366,7 @@
186710
187366
  "dnd-dungeon-gen",
186711
187367
  "dnd-hero",
186712
187368
  "dnd-narrator",
187369
+ "dnd-token-art",
186713
187370
  "std-approval-chain",
186714
187371
  "std-arcade-board-3d",
186715
187372
  "std-arcade-flow",
@@ -189098,6 +189755,7 @@
189098
189755
  "dnd-dungeon-gen",
189099
189756
  "dnd-hero",
189100
189757
  "dnd-narrator",
189758
+ "dnd-token-art",
189101
189759
  "std-approval-chain",
189102
189760
  "std-arcade-board-3d",
189103
189761
  "std-arcade-flow",
@@ -191014,6 +191672,7 @@
191014
191672
  "dnd-dungeon-gen",
191015
191673
  "dnd-hero",
191016
191674
  "dnd-narrator",
191675
+ "dnd-token-art",
191017
191676
  "std-approval-chain",
191018
191677
  "std-arcade-board-3d",
191019
191678
  "std-arcade-flow",
@@ -194877,6 +195536,7 @@
194877
195536
  "dnd-dungeon-gen",
194878
195537
  "dnd-hero",
194879
195538
  "dnd-narrator",
195539
+ "dnd-token-art",
194880
195540
  "std-approval-chain",
194881
195541
  "std-arcade-board-3d",
194882
195542
  "std-arcade-flow",
@@ -197505,11 +198165,20 @@
197505
198165
  "overridableConfigKeys": [
197506
198166
  {
197507
198167
  "key": "seedArt",
197508
- "type": "Map<string,opaque>",
198168
+ "type": "Map<string,Map<string,[node]>>",
197509
198169
  "default": {},
197510
198170
  "label": "Seed Art",
197511
198171
  "description": "Initial kind → (state → draw-group items) catalog merged under bus-published entries (published entries win). Lets a board ship vector art with zero asset imports.",
197512
- "tier": "presentation"
198172
+ "tier": "presentation",
198173
+ "items": {
198174
+ "type": "object",
198175
+ "items": {
198176
+ "type": "array",
198177
+ "items": {
198178
+ "type": "node"
198179
+ }
198180
+ }
198181
+ }
197513
198182
  }
197514
198183
  ],
197515
198184
  "capabilities": [],
@@ -199504,11 +200173,20 @@
199504
200173
  "overridableConfigKeys": [
199505
200174
  {
199506
200175
  "key": "seedArt",
199507
- "type": "Map<string,opaque>",
200176
+ "type": "Map<string,Map<string,[node]>>",
199508
200177
  "default": {},
199509
200178
  "label": "Seed Art",
199510
200179
  "description": "Initial kind → (state → draw-group items of draw-mesh descriptors) catalog merged under bus-published entries (published entries win). Lets a 3D board ship volumetric art with zero asset imports.",
199511
- "tier": "presentation"
200180
+ "tier": "presentation",
200181
+ "items": {
200182
+ "type": "object",
200183
+ "items": {
200184
+ "type": "array",
200185
+ "items": {
200186
+ "type": "node"
200187
+ }
200188
+ }
200189
+ }
199512
200190
  }
199513
200191
  ],
199514
200192
  "capabilities": [],
@@ -217951,6 +218629,7 @@
217951
218629
  "dnd-dungeon-gen",
217952
218630
  "dnd-hero",
217953
218631
  "dnd-narrator",
218632
+ "dnd-token-art",
217954
218633
  "learning-algorithms",
217955
218634
  "learning-astronomy-lab",
217956
218635
  "learning-biology",
@@ -219244,6 +219923,7 @@
219244
219923
  "dnd-dungeon-gen",
219245
219924
  "dnd-hero",
219246
219925
  "dnd-narrator",
219926
+ "dnd-token-art",
219247
219927
  "std-approval-chain",
219248
219928
  "std-arcade-board-3d",
219249
219929
  "std-arcade-flow",
@@ -222071,6 +222751,7 @@
222071
222751
  "dnd-dungeon-gen",
222072
222752
  "dnd-hero",
222073
222753
  "dnd-narrator",
222754
+ "dnd-token-art",
222074
222755
  "learning-algorithms",
222075
222756
  "learning-astronomy-lab",
222076
222757
  "learning-biology",
@@ -234781,7 +235462,7 @@
234781
235462
  },
234782
235463
  {
234783
235464
  "key": "value",
234784
- "type": "string",
235465
+ "type": "scalar",
234785
235466
  "default": "",
234786
235467
  "label": "Value",
234787
235468
  "description": "The target value to animate to. Strings are parsed numerically (e.g. '500', '99.9').",
@@ -235024,7 +235705,7 @@
235024
235705
  },
235025
235706
  {
235026
235707
  "key": "height",
235027
- "type": "string",
235708
+ "type": "scalar",
235028
235709
  "label": "Height",
235029
235710
  "description": "Height of the graphic container",
235030
235711
  "tier": "presentation"
@@ -235053,7 +235734,7 @@
235053
235734
  },
235054
235735
  {
235055
235736
  "key": "width",
235056
- "type": "string",
235737
+ "type": "scalar",
235057
235738
  "label": "Width",
235058
235739
  "description": "Width of the graphic container",
235059
235740
  "tier": "presentation"