@almadar/std 16.206.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
@@ -331,7 +331,7 @@
331
331
  },
332
332
  {
333
333
  "name": "event",
334
- "type": "string"
334
+ "type": "event"
335
335
  },
336
336
  {
337
337
  "name": "navigatesTo",
@@ -397,7 +397,7 @@
397
397
  },
398
398
  {
399
399
  "name": "event",
400
- "type": "string"
400
+ "type": "event"
401
401
  },
402
402
  {
403
403
  "name": "navigatesTo",
@@ -584,7 +584,7 @@
584
584
  },
585
585
  {
586
586
  "name": "event",
587
- "type": "string"
587
+ "type": "event"
588
588
  },
589
589
  {
590
590
  "name": "navigatesTo",
@@ -311,7 +311,7 @@
311
311
  "description": "Current value (defaults to 0 if not provided)",
312
312
  "label": "Value",
313
313
  "tier": "presentation",
314
- "type": "string"
314
+ "type": "scalar"
315
315
  },
316
316
  "variant": {
317
317
  "default": "default",
@@ -1764,8 +1764,83 @@
1764
1764
  "eventId": "evt_01M0H2T3N350892H1162B1XNWH",
1765
1765
  "payloadSchema": [
1766
1766
  {
1767
+ "entity": "Fx",
1767
1768
  "name": "particles",
1768
- "type": "[Fx]"
1769
+ "properties": [
1770
+ {
1771
+ "name": "id",
1772
+ "required": true,
1773
+ "type": "string"
1774
+ },
1775
+ {
1776
+ "name": "type",
1777
+ "required": true,
1778
+ "type": "string"
1779
+ },
1780
+ {
1781
+ "name": "x",
1782
+ "required": true,
1783
+ "type": "number"
1784
+ },
1785
+ {
1786
+ "name": "z",
1787
+ "type": "number"
1788
+ },
1789
+ {
1790
+ "name": "y",
1791
+ "type": "number"
1792
+ },
1793
+ {
1794
+ "name": "message",
1795
+ "type": "string"
1796
+ },
1797
+ {
1798
+ "name": "ttl",
1799
+ "required": true,
1800
+ "type": "number"
1801
+ },
1802
+ {
1803
+ "name": "maxTtl",
1804
+ "type": "number"
1805
+ },
1806
+ {
1807
+ "name": "bornAt",
1808
+ "type": "number"
1809
+ },
1810
+ {
1811
+ "name": "space",
1812
+ "type": "string"
1813
+ },
1814
+ {
1815
+ "name": "effect",
1816
+ "type": "string"
1817
+ },
1818
+ {
1819
+ "name": "color",
1820
+ "type": "string"
1821
+ },
1822
+ {
1823
+ "name": "size",
1824
+ "type": "number"
1825
+ },
1826
+ {
1827
+ "name": "vx",
1828
+ "type": "number"
1829
+ },
1830
+ {
1831
+ "name": "vy",
1832
+ "type": "number"
1833
+ },
1834
+ {
1835
+ "name": "vz",
1836
+ "type": "number"
1837
+ },
1838
+ {
1839
+ "name": "particleCount",
1840
+ "type": "number"
1841
+ }
1842
+ ],
1843
+ "type": "[object]"
1769
1844
  }
1770
1845
  ],
1771
1846
  "scope": "external",
@@ -2045,8 +2120,83 @@
2045
2120
  "name": "Burst",
2046
2121
  "payloadSchema": [
2047
2122
  {
2123
+ "entity": "Fx",
2048
2124
  "name": "particles",
2049
- "type": "[Fx]"
2125
+ "properties": [
2126
+ {
2127
+ "name": "id",
2128
+ "required": true,
2129
+ "type": "string"
2130
+ },
2131
+ {
2132
+ "name": "type",
2133
+ "required": true,
2134
+ "type": "string"
2135
+ },
2136
+ {
2137
+ "name": "x",
2138
+ "required": true,
2139
+ "type": "number"
2140
+ },
2141
+ {
2142
+ "name": "z",
2143
+ "type": "number"
2144
+ },
2145
+ {
2146
+ "name": "y",
2147
+ "type": "number"
2148
+ },
2149
+ {
2150
+ "name": "message",
2151
+ "type": "string"
2152
+ },
2153
+ {
2154
+ "name": "ttl",
2155
+ "required": true,
2156
+ "type": "number"
2157
+ },
2158
+ {
2159
+ "name": "maxTtl",
2160
+ "type": "number"
2161
+ },
2162
+ {
2163
+ "name": "bornAt",
2164
+ "type": "number"
2165
+ },
2166
+ {
2167
+ "name": "space",
2168
+ "type": "string"
2169
+ },
2170
+ {
2171
+ "name": "effect",
2172
+ "type": "string"
2173
+ },
2174
+ {
2175
+ "name": "color",
2176
+ "type": "string"
2177
+ },
2178
+ {
2179
+ "name": "size",
2180
+ "type": "number"
2181
+ },
2182
+ {
2183
+ "name": "vx",
2184
+ "type": "number"
2185
+ },
2186
+ {
2187
+ "name": "vy",
2188
+ "type": "number"
2189
+ },
2190
+ {
2191
+ "name": "vz",
2192
+ "type": "number"
2193
+ },
2194
+ {
2195
+ "name": "particleCount",
2196
+ "type": "number"
2197
+ }
2198
+ ],
2199
+ "type": "[object]"
2050
2200
  }
2051
2201
  ],
2052
2202
  "tier": "domain"
@@ -685,8 +685,63 @@
685
685
  "eventId": "evt_01M0GTSZ99DZY51R4K3X3E934F",
686
686
  "payloadSchema": [
687
687
  {
688
+ "entity": "Fx",
688
689
  "name": "particles",
689
- "type": "[Fx]"
690
+ "properties": [
691
+ {
692
+ "name": "id",
693
+ "required": true,
694
+ "type": "string"
695
+ },
696
+ {
697
+ "name": "type",
698
+ "required": true,
699
+ "type": "string"
700
+ },
701
+ {
702
+ "name": "x",
703
+ "required": true,
704
+ "type": "number"
705
+ },
706
+ {
707
+ "name": "z",
708
+ "type": "number"
709
+ },
710
+ {
711
+ "name": "y",
712
+ "type": "number"
713
+ },
714
+ {
715
+ "name": "message",
716
+ "type": "string"
717
+ },
718
+ {
719
+ "name": "ttl",
720
+ "required": true,
721
+ "type": "number"
722
+ },
723
+ {
724
+ "name": "space",
725
+ "type": "string"
726
+ },
727
+ {
728
+ "name": "effect",
729
+ "type": "string"
730
+ },
731
+ {
732
+ "name": "color",
733
+ "type": "string"
734
+ },
735
+ {
736
+ "name": "size",
737
+ "type": "number"
738
+ },
739
+ {
740
+ "name": "particleCount",
741
+ "type": "number"
742
+ }
743
+ ],
744
+ "type": "[object]"
690
745
  }
691
746
  ],
692
747
  "scope": "external",
@@ -879,8 +934,63 @@
879
934
  "name": "Burst",
880
935
  "payloadSchema": [
881
936
  {
937
+ "entity": "Fx",
882
938
  "name": "particles",
883
- "type": "[Fx]"
939
+ "properties": [
940
+ {
941
+ "name": "id",
942
+ "required": true,
943
+ "type": "string"
944
+ },
945
+ {
946
+ "name": "type",
947
+ "required": true,
948
+ "type": "string"
949
+ },
950
+ {
951
+ "name": "x",
952
+ "required": true,
953
+ "type": "number"
954
+ },
955
+ {
956
+ "name": "z",
957
+ "type": "number"
958
+ },
959
+ {
960
+ "name": "y",
961
+ "type": "number"
962
+ },
963
+ {
964
+ "name": "message",
965
+ "type": "string"
966
+ },
967
+ {
968
+ "name": "ttl",
969
+ "required": true,
970
+ "type": "number"
971
+ },
972
+ {
973
+ "name": "space",
974
+ "type": "string"
975
+ },
976
+ {
977
+ "name": "effect",
978
+ "type": "string"
979
+ },
980
+ {
981
+ "name": "color",
982
+ "type": "string"
983
+ },
984
+ {
985
+ "name": "size",
986
+ "type": "number"
987
+ },
988
+ {
989
+ "name": "particleCount",
990
+ "type": "number"
991
+ }
992
+ ],
993
+ "type": "[object]"
884
994
  }
885
995
  ],
886
996
  "synonyms": "fx, cue, celebration, feedback burst, confetti, shake",
@@ -590,12 +590,53 @@
590
590
  "eventId": "evt_01M0CG89EJHJA09VKDPZYYKAMF",
591
591
  "payloadSchema": [
592
592
  {
593
+ "entity": "LearnTreeNode",
593
594
  "name": "nodes",
594
- "type": "[LearnTreeNode]"
595
+ "properties": [
596
+ {
597
+ "name": "id",
598
+ "required": true,
599
+ "type": "string"
600
+ },
601
+ {
602
+ "name": "label",
603
+ "type": "string"
604
+ },
605
+ {
606
+ "name": "state",
607
+ "type": "string"
608
+ }
609
+ ],
610
+ "type": "[object]"
595
611
  },
596
612
  {
613
+ "entity": "LearnTreeEdge",
597
614
  "name": "edges",
598
- "type": "[LearnTreeEdge]"
615
+ "properties": [
616
+ {
617
+ "name": "from",
618
+ "required": true,
619
+ "type": "string"
620
+ },
621
+ {
622
+ "name": "to",
623
+ "required": true,
624
+ "type": "string"
625
+ },
626
+ {
627
+ "name": "directed",
628
+ "type": "boolean"
629
+ },
630
+ {
631
+ "name": "label",
632
+ "type": "string"
633
+ },
634
+ {
635
+ "name": "state",
636
+ "type": "string"
637
+ }
638
+ ],
639
+ "type": "[object]"
599
640
  },
600
641
  {
601
642
  "name": "count",
@@ -714,12 +755,53 @@
714
755
  "name": "Tree Updated",
715
756
  "payloadSchema": [
716
757
  {
758
+ "entity": "LearnTreeNode",
717
759
  "name": "nodes",
718
- "type": "[LearnTreeNode]"
760
+ "properties": [
761
+ {
762
+ "name": "id",
763
+ "required": true,
764
+ "type": "string"
765
+ },
766
+ {
767
+ "name": "label",
768
+ "type": "string"
769
+ },
770
+ {
771
+ "name": "state",
772
+ "type": "string"
773
+ }
774
+ ],
775
+ "type": "[object]"
719
776
  },
720
777
  {
778
+ "entity": "LearnTreeEdge",
721
779
  "name": "edges",
722
- "type": "[LearnTreeEdge]"
780
+ "properties": [
781
+ {
782
+ "name": "from",
783
+ "required": true,
784
+ "type": "string"
785
+ },
786
+ {
787
+ "name": "to",
788
+ "required": true,
789
+ "type": "string"
790
+ },
791
+ {
792
+ "name": "directed",
793
+ "type": "boolean"
794
+ },
795
+ {
796
+ "name": "label",
797
+ "type": "string"
798
+ },
799
+ {
800
+ "name": "state",
801
+ "type": "string"
802
+ }
803
+ ],
804
+ "type": "[object]"
723
805
  },
724
806
  {
725
807
  "name": "count",
@@ -116,7 +116,7 @@
116
116
  "description": "The target value to animate to. Strings are parsed numerically (e.g. '500', '99.9').",
117
117
  "label": "Value",
118
118
  "tier": "presentation",
119
- "type": "string"
119
+ "type": "scalar"
120
120
  }
121
121
  },
122
122
  "effectRow": [
@@ -143,7 +143,7 @@
143
143
  "description": "Height of the graphic container",
144
144
  "label": "Height",
145
145
  "tier": "presentation",
146
- "type": "string"
146
+ "type": "scalar"
147
147
  },
148
148
  "src": {
149
149
  "default": "https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png",
@@ -168,7 +168,7 @@
168
168
  "description": "Width of the graphic container",
169
169
  "label": "Width",
170
170
  "tier": "presentation",
171
- "type": "string"
171
+ "type": "scalar"
172
172
  }
173
173
  },
174
174
  "effectRow": [
@@ -131,8 +131,16 @@
131
131
  "eventId": "evt_01KXG054ZY1M9GJMGHBGNR9K2M",
132
132
  "payloadSchema": [
133
133
  {
134
+ "entity": "BookChapterViewItem",
134
135
  "name": "data",
135
- "type": "[BookChapterViewItem]"
136
+ "properties": [
137
+ {
138
+ "name": "id",
139
+ "required": true,
140
+ "type": "string"
141
+ }
142
+ ],
143
+ "type": "[object]"
136
144
  }
137
145
  ],
138
146
  "scope": "internal",
@@ -167,8 +175,16 @@
167
175
  "name": "Book chapter view loaded",
168
176
  "payloadSchema": [
169
177
  {
178
+ "entity": "BookChapterViewItem",
170
179
  "name": "data",
171
- "type": "[BookChapterViewItem]"
180
+ "properties": [
181
+ {
182
+ "name": "id",
183
+ "required": true,
184
+ "type": "string"
185
+ }
186
+ ],
187
+ "type": "[object]"
172
188
  }
173
189
  ],
174
190
  "synonyms": "loaded, fetched, retrieved",
@@ -137,8 +137,16 @@
137
137
  "eventId": "evt_01KXG05543M5W9TV4RYCSCJYT2",
138
138
  "payloadSchema": [
139
139
  {
140
+ "entity": "BookTableOfContentsItem",
140
141
  "name": "data",
141
- "type": "[BookTableOfContentsItem]"
142
+ "properties": [
143
+ {
144
+ "name": "id",
145
+ "required": true,
146
+ "type": "string"
147
+ }
148
+ ],
149
+ "type": "[object]"
142
150
  }
143
151
  ],
144
152
  "scope": "internal",
@@ -173,8 +181,16 @@
173
181
  "name": "Book table of contents loaded",
174
182
  "payloadSchema": [
175
183
  {
184
+ "entity": "BookTableOfContentsItem",
176
185
  "name": "data",
177
- "type": "[BookTableOfContentsItem]"
186
+ "properties": [
187
+ {
188
+ "name": "id",
189
+ "required": true,
190
+ "type": "string"
191
+ }
192
+ ],
193
+ "type": "[object]"
178
194
  }
179
195
  ],
180
196
  "synonyms": "loaded, fetched, retrieved",
@@ -291,8 +291,16 @@
291
291
  "eventId": "evt_01KXG05556YDD0EJN9YZADF01P",
292
292
  "payloadSchema": [
293
293
  {
294
+ "entity": "BookViewerItem",
294
295
  "name": "data",
295
- "type": "[BookViewerItem]"
296
+ "properties": [
297
+ {
298
+ "name": "id",
299
+ "required": true,
300
+ "type": "string"
301
+ }
302
+ ],
303
+ "type": "[object]"
296
304
  }
297
305
  ],
298
306
  "scope": "internal",
@@ -327,8 +335,16 @@
327
335
  "name": "Book viewer loaded",
328
336
  "payloadSchema": [
329
337
  {
338
+ "entity": "BookViewerItem",
330
339
  "name": "data",
331
- "type": "[BookViewerItem]"
340
+ "properties": [
341
+ {
342
+ "name": "id",
343
+ "required": true,
344
+ "type": "string"
345
+ }
346
+ ],
347
+ "type": "[object]"
332
348
  }
333
349
  ],
334
350
  "synonyms": "loaded, fetched, retrieved",
@@ -259,8 +259,40 @@
259
259
  "eventId": "evt_01KXG05566FNBJRR4RF7EBM0V7",
260
260
  "payloadSchema": [
261
261
  {
262
+ "entity": "CaseStudyOrganismItem",
262
263
  "name": "data",
263
- "type": "[CaseStudyOrganismItem]"
264
+ "properties": [
265
+ {
266
+ "name": "id",
267
+ "required": true,
268
+ "type": "string"
269
+ },
270
+ {
271
+ "name": "title",
272
+ "type": "string"
273
+ },
274
+ {
275
+ "name": "description",
276
+ "type": "string"
277
+ },
278
+ {
279
+ "name": "category",
280
+ "type": "string"
281
+ },
282
+ {
283
+ "name": "categoryColor",
284
+ "type": "string"
285
+ },
286
+ {
287
+ "name": "href",
288
+ "type": "string"
289
+ },
290
+ {
291
+ "name": "linkLabel",
292
+ "type": "string"
293
+ }
294
+ ],
295
+ "type": "[object]"
264
296
  }
265
297
  ],
266
298
  "scope": "internal",
@@ -295,8 +327,40 @@
295
327
  "name": "Case study organism loaded",
296
328
  "payloadSchema": [
297
329
  {
330
+ "entity": "CaseStudyOrganismItem",
298
331
  "name": "data",
299
- "type": "[CaseStudyOrganismItem]"
332
+ "properties": [
333
+ {
334
+ "name": "id",
335
+ "required": true,
336
+ "type": "string"
337
+ },
338
+ {
339
+ "name": "title",
340
+ "type": "string"
341
+ },
342
+ {
343
+ "name": "description",
344
+ "type": "string"
345
+ },
346
+ {
347
+ "name": "category",
348
+ "type": "string"
349
+ },
350
+ {
351
+ "name": "categoryColor",
352
+ "type": "string"
353
+ },
354
+ {
355
+ "name": "href",
356
+ "type": "string"
357
+ },
358
+ {
359
+ "name": "linkLabel",
360
+ "type": "string"
361
+ }
362
+ ],
363
+ "type": "[object]"
300
364
  }
301
365
  ],
302
366
  "synonyms": "loaded, fetched, retrieved",