@almadar/std 16.207.0 → 16.209.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 (259) 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 +168 -4
  68. package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
  69. package/behaviors/registry/infra/atoms/std-mod-queue.orb +102 -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/infra/atoms/std-status-lifecycle.orb +2 -0
  74. package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
  75. package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
  76. package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
  77. package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
  78. package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
  79. package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
  80. package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
  81. package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
  82. package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
  83. package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
  84. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
  85. package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
  86. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
  87. package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
  88. package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
  89. package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
  90. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
  91. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
  92. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
  93. package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
  94. package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
  95. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
  96. package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
  97. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +144 -4
  98. package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
  99. package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
  100. package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
  101. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
  102. package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
  103. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +324 -13
  104. package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
  105. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
  106. package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
  107. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +86 -2
  108. package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
  109. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +76 -2
  110. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
  111. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +254 -6
  112. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +70 -2
  113. package/behaviors/registry/ui/core/atoms/std-thread.orb +108 -2
  114. package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
  115. package/behaviors/registry/ui/core/atoms/std-version-history.orb +212 -4
  116. package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
  117. package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
  118. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
  119. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
  120. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
  121. package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
  122. package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
  123. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
  124. package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
  125. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
  126. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
  127. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
  128. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
  129. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
  130. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
  131. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
  132. package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
  133. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
  134. package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
  135. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
  136. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
  137. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
  138. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
  139. package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
  140. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
  141. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
  142. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
  143. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
  144. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
  145. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
  146. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
  147. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
  148. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
  149. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
  150. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  151. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
  152. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
  153. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
  154. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
  155. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
  156. package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
  157. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
  158. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
  159. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
  160. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
  161. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
  162. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
  163. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
  164. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
  165. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
  166. package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
  167. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
  168. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
  169. package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
  170. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
  171. package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
  172. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
  173. package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
  174. package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
  175. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
  176. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
  177. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
  178. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
  179. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
  180. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
  181. package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
  182. package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
  183. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
  184. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
  185. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
  186. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
  187. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
  188. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
  189. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
  190. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
  191. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
  192. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
  193. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
  194. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
  195. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
  196. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
  197. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
  198. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
  199. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
  200. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
  201. package/canonical-operators.json +0 -40
  202. package/dist/behaviors/exports-reader.js +8025 -869
  203. package/dist/behaviors/functions/index.d.ts +190 -184
  204. package/dist/behaviors/functions/index.js +8025 -869
  205. package/dist/behaviors/index.d.ts +1 -1
  206. package/dist/behaviors/index.js +8025 -869
  207. package/dist/behaviors/query.js +8025 -869
  208. package/dist/behaviors-embeddings.hash.json +3 -3
  209. package/dist/behaviors-embeddings.json +9 -9
  210. package/dist/behaviors-registry.json +910 -229
  211. package/dist/index.d.ts +3 -3
  212. package/dist/index.js +8025 -891
  213. package/dist/knob-embeddings.hash.json +3 -3
  214. package/dist/knob-embeddings.json +1 -1
  215. package/dist/modules/anim.d.ts +1 -1
  216. package/dist/modules/array.d.ts +1 -1
  217. package/dist/modules/array.js +0 -11
  218. package/dist/modules/async.d.ts +1 -1
  219. package/dist/modules/behavior.d.ts +1 -1
  220. package/dist/modules/browser.d.ts +1 -1
  221. package/dist/modules/composition.d.ts +1 -1
  222. package/dist/modules/contract.d.ts +1 -1
  223. package/dist/modules/core.d.ts +1 -1
  224. package/dist/modules/data.d.ts +1 -1
  225. package/dist/modules/ease.d.ts +1 -1
  226. package/dist/modules/format.d.ts +1 -1
  227. package/dist/modules/geo.d.ts +1 -1
  228. package/dist/modules/graph.d.ts +1 -1
  229. package/dist/modules/grid.d.ts +1 -1
  230. package/dist/modules/index.d.ts +1 -1
  231. package/dist/modules/index.js +0 -22
  232. package/dist/modules/integration.d.ts +1 -1
  233. package/dist/modules/llm.d.ts +1 -1
  234. package/dist/modules/math.d.ts +1 -1
  235. package/dist/modules/memory.d.ts +1 -1
  236. package/dist/modules/nn.d.ts +1 -1
  237. package/dist/modules/noise.d.ts +1 -1
  238. package/dist/modules/object.d.ts +1 -1
  239. package/dist/modules/object.js +0 -11
  240. package/dist/modules/os.d.ts +1 -1
  241. package/dist/modules/path.d.ts +1 -1
  242. package/dist/modules/prob.d.ts +1 -1
  243. package/dist/modules/session.d.ts +1 -1
  244. package/dist/modules/str.d.ts +1 -1
  245. package/dist/modules/tensor.d.ts +1 -1
  246. package/dist/modules/time.d.ts +1 -1
  247. package/dist/modules/trace.d.ts +1 -1
  248. package/dist/modules/train.d.ts +1 -1
  249. package/dist/modules/validate.d.ts +1 -1
  250. package/dist/modules/vector.d.ts +1 -1
  251. package/dist/modules/workspace.d.ts +1 -1
  252. package/dist/registry/factory-signatures.json +1 -1
  253. package/dist/registry.d.ts +1 -1
  254. package/dist/registry.js +0 -22
  255. package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
  256. package/i18n/ar.json +433 -0
  257. package/i18n/en.json +433 -0
  258. package/i18n/sl.json +433 -0
  259. package/package.json +21 -8
@@ -90,6 +90,11 @@
90
90
  "description": "asset prop",
91
91
  "label": "Asset",
92
92
  "properties": {
93
+ "atlas": {
94
+ "name": "atlas",
95
+ "required": false,
96
+ "type": "string"
97
+ },
93
98
  "category": {
94
99
  "name": "category",
95
100
  "required": false,
@@ -99,6 +104,16 @@
99
104
  "name": "name",
100
105
  "required": false,
101
106
  "type": "string"
107
+ },
108
+ "sprite": {
109
+ "name": "sprite",
110
+ "required": false,
111
+ "type": "string"
112
+ },
113
+ "url": {
114
+ "name": "url",
115
+ "required": false,
116
+ "type": "string"
102
117
  }
103
118
  },
104
119
  "tier": "presentation",
@@ -222,6 +237,18 @@
222
237
  ],
223
238
  "types": {
224
239
  "AtlasImageAsset": [
240
+ {
241
+ "name": "url",
242
+ "type": "string"
243
+ },
244
+ {
245
+ "name": "atlas",
246
+ "type": "string"
247
+ },
248
+ {
249
+ "name": "sprite",
250
+ "type": "string"
251
+ },
225
252
  {
226
253
  "name": "name",
227
254
  "type": "string"
@@ -84,6 +84,11 @@
84
84
  "description": "asset prop",
85
85
  "label": "Asset",
86
86
  "properties": {
87
+ "atlas": {
88
+ "name": "atlas",
89
+ "required": false,
90
+ "type": "string"
91
+ },
87
92
  "category": {
88
93
  "name": "category",
89
94
  "required": false,
@@ -93,6 +98,16 @@
93
98
  "name": "name",
94
99
  "required": false,
95
100
  "type": "string"
101
+ },
102
+ "sprite": {
103
+ "name": "sprite",
104
+ "required": false,
105
+ "type": "string"
106
+ },
107
+ "url": {
108
+ "name": "url",
109
+ "required": false,
110
+ "type": "string"
96
111
  }
97
112
  },
98
113
  "tier": "presentation",
@@ -208,6 +223,18 @@
208
223
  ],
209
224
  "types": {
210
225
  "AtlasPanelAsset": [
226
+ {
227
+ "name": "url",
228
+ "type": "string"
229
+ },
230
+ {
231
+ "name": "atlas",
232
+ "type": "string"
233
+ },
234
+ {
235
+ "name": "sprite",
236
+ "type": "string"
237
+ },
211
238
  {
212
239
  "name": "name",
213
240
  "type": "string"
@@ -121,7 +121,7 @@
121
121
  "description": "Badge content (e.g., notification count)",
122
122
  "label": "Badge",
123
123
  "tier": "presentation",
124
- "type": "string"
124
+ "type": "scalar"
125
125
  },
126
126
  "className": {
127
127
  "description": "Additional CSS classes",
@@ -190,7 +190,7 @@
190
190
  "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.",
191
191
  "label": "Label",
192
192
  "tier": "presentation",
193
- "type": "string"
193
+ "type": "scalar"
194
194
  },
195
195
  "onRemove": {
196
196
  "default": "",
@@ -124,7 +124,7 @@
124
124
  "description": "Minimum height (useful for vertical centering)",
125
125
  "label": "Min Height",
126
126
  "tier": "presentation",
127
- "type": "string"
127
+ "type": "scalar"
128
128
  },
129
129
  "style": {
130
130
  "default": {},
@@ -28,15 +28,6 @@
28
28
  "parent": "trt_01KXG04JXPQ231AMD3EVKSSHJR",
29
29
  "renames": []
30
30
  },
31
- "evt_01KXG04JXT46MJ76EJ607RB563": {
32
- "bakedName": "CLICK",
33
- "curName": "CLICK",
34
- "id": "evt_01KXG04JXT46MJ76EJ607RB563",
35
- "kind": "event",
36
- "owner": "workspace",
37
- "parent": "trt_01KXG04JXPQ231AMD3EVKSSHJR",
38
- "renames": []
39
- },
40
31
  "orb_01KXG04JXP8CEQBB782E2BTKKB": {
41
32
  "bakedName": "FilterPillOrbital",
42
33
  "curName": "FilterPillOrbital",
@@ -73,10 +64,6 @@
73
64
  "name": "id",
74
65
  "required": true,
75
66
  "type": "string"
76
- },
77
- {
78
- "name": "label",
79
- "type": "string"
80
67
  }
81
68
  ],
82
69
  "id": "ent_01KXG04JXPN9MDWZQS1VWZN8ZY",
@@ -112,7 +99,6 @@
112
99
  "default": "CLICK",
113
100
  "description": "Event name dispatched via event bus when the pill body is clicked. Payload: { label }",
114
101
  "label": "Click Event",
115
- "refId": "evt_01KXG04JXT46MJ76EJ607RB563",
116
102
  "tier": "presentation",
117
103
  "type": "event"
118
104
  },
@@ -126,7 +112,7 @@
126
112
  "description": "Pill label text (alternative to children for schema-driven rendering).",
127
113
  "label": "Label",
128
114
  "tier": "presentation",
129
- "type": "string"
115
+ "type": "scalar"
130
116
  },
131
117
  "onClick": {
132
118
  "default": "CLICK",
@@ -190,10 +176,6 @@
190
176
  {
191
177
  "kind": "render-ui",
192
178
  "resource": "main"
193
- },
194
- {
195
- "kind": "set",
196
- "resource": "@entity.label"
197
179
  }
198
180
  ],
199
181
  "emits": [
@@ -214,9 +196,7 @@
214
196
  }
215
197
  ],
216
198
  "entityContract": {
217
- "provides": [
218
- "label"
219
- ],
199
+ "provides": [],
220
200
  "requires": []
221
201
  },
222
202
  "entityRebindable": true,
@@ -235,18 +215,6 @@
235
215
  "key": "INIT",
236
216
  "name": "Initialize"
237
217
  },
238
- {
239
- "id": "evt_01KXG04JXT46MJ76EJ607RB563",
240
- "key": "CLICK",
241
- "name": "Click",
242
- "payloadSchema": [
243
- {
244
- "name": "label",
245
- "required": true,
246
- "type": "string"
247
- }
248
- ]
249
- },
250
218
  {
251
219
  "description": "Click handler for the body of the pill (filter toggle)",
252
220
  "id": "evt_01KXG04JXT2CWA0Z099RECHPWV",
@@ -271,11 +239,6 @@
271
239
  "transitions": [
272
240
  {
273
241
  "effects": [
274
- [
275
- "set",
276
- "@entity.label",
277
- "@config.label"
278
- ],
279
242
  [
280
243
  "render-ui",
281
244
  "main",
@@ -283,7 +246,7 @@
283
246
  "className": "@config.className",
284
247
  "clickEvent": "@config.clickEvent",
285
248
  "icon": "@config.icon",
286
- "label": "@entity.label",
249
+ "label": "@config.label",
287
250
  "onClick": "@config.onClick",
288
251
  "onRemove": "@config.onRemove",
289
252
  "removable": "@config.removable",
@@ -298,36 +261,6 @@
298
261
  "eventId": "evt_01KXG04JXP1T754BE3C0JWRGR4",
299
262
  "from": "idle",
300
263
  "to": "idle"
301
- },
302
- {
303
- "effects": [
304
- [
305
- "set",
306
- "@entity.label",
307
- "@payload.label"
308
- ],
309
- [
310
- "render-ui",
311
- "main",
312
- {
313
- "className": "@config.className",
314
- "clickEvent": "@config.clickEvent",
315
- "icon": "@config.icon",
316
- "label": "@entity.label",
317
- "onClick": "@config.onClick",
318
- "onRemove": "@config.onRemove",
319
- "removable": "@config.removable",
320
- "removeEvent": "@config.removeEvent",
321
- "size": "@config.size",
322
- "type": "filter-pill",
323
- "variant": "@config.variant"
324
- }
325
- ]
326
- ],
327
- "event": "CLICK",
328
- "eventId": "evt_01KXG04JXT46MJ76EJ607RB563",
329
- "from": "idle",
330
- "to": "idle"
331
264
  }
332
265
  ]
333
266
  }
@@ -46,15 +46,6 @@
46
46
  "parent": "trt_01KXG04K5057YVFF1B3PV99GKM",
47
47
  "renames": []
48
48
  },
49
- "evt_01M1CHY499RCNKSQJM41X5JZZM": {
50
- "bakedName": "ACTION",
51
- "curName": "ACTION",
52
- "id": "evt_01M1CHY499RCNKSQJM41X5JZZM",
53
- "kind": "event",
54
- "owner": "workspace",
55
- "parent": "trt_01KXG04K5057YVFF1B3PV99GKM",
56
- "renames": []
57
- },
58
49
  "orb_01KXG04K50WKX8F8BPSCNP5VHK": {
59
50
  "bakedName": "InputOrbital",
60
51
  "curName": "InputOrbital",
@@ -91,10 +82,6 @@
91
82
  "name": "id",
92
83
  "required": true,
93
84
  "type": "string"
94
- },
95
- {
96
- "name": "value",
97
- "type": "string"
98
85
  }
99
86
  ],
100
87
  "id": "ent_01KXG04K506NHGV0CWCPV995AS",
@@ -256,17 +243,13 @@
256
243
  "description": "Current value",
257
244
  "label": "Value",
258
245
  "tier": "presentation",
259
- "type": "string"
246
+ "type": "scalar"
260
247
  }
261
248
  },
262
249
  "effectRow": [
263
250
  {
264
251
  "kind": "render-ui",
265
252
  "resource": "main"
266
- },
267
- {
268
- "kind": "set",
269
- "resource": "@entity.value"
270
253
  }
271
254
  ],
272
255
  "emits": [
@@ -310,9 +293,7 @@
310
293
  }
311
294
  ],
312
295
  "entityContract": {
313
- "provides": [
314
- "value"
315
- ],
296
+ "provides": [],
316
297
  "requires": []
317
298
  },
318
299
  "entityRebindable": true,
@@ -331,25 +312,6 @@
331
312
  "key": "INIT",
332
313
  "name": "Initialize"
333
314
  },
334
- {
335
- "id": "evt_01M1CHY499RCNKSQJM41X5JZZM",
336
- "key": "ACTION",
337
- "name": "Action",
338
- "payloadSchema": [
339
- {
340
- "name": "value",
341
- "required": true,
342
- "type": "string",
343
- "typeWhen": [
344
- {
345
- "equals": "number",
346
- "knob": "inputType",
347
- "type": "number"
348
- }
349
- ]
350
- }
351
- ]
352
- },
353
315
  {
354
316
  "description": "Declarative event name for trait dispatch.",
355
317
  "id": "evt_01KXG04K52E0KDCQQZ6PGG6PRA",
@@ -395,11 +357,6 @@
395
357
  "transitions": [
396
358
  {
397
359
  "effects": [
398
- [
399
- "set",
400
- "@entity.value",
401
- "@config.value"
402
- ],
403
360
  [
404
361
  "render-ui",
405
362
  "main",
@@ -421,7 +378,7 @@
421
378
  "rightIcon": "@config.rightIcon",
422
379
  "rows": "@config.rows",
423
380
  "type": "input",
424
- "value": "@entity.value"
381
+ "value": "@config.value"
425
382
  }
426
383
  ]
427
384
  ],
@@ -429,43 +386,6 @@
429
386
  "eventId": "evt_01KXG04K50J83YMA6ZCR56ZMNH",
430
387
  "from": "idle",
431
388
  "to": "idle"
432
- },
433
- {
434
- "effects": [
435
- [
436
- "set",
437
- "@entity.value",
438
- "@payload.value"
439
- ],
440
- [
441
- "render-ui",
442
- "main",
443
- {
444
- "action": "@config.action",
445
- "className": "@config.className",
446
- "clearable": "@config.clearable",
447
- "disabled": "@config.disabled",
448
- "error": "@config.error",
449
- "helperText": "@config.helperText",
450
- "icon": "@config.icon",
451
- "inputType": "@config.inputType",
452
- "label": "@config.label",
453
- "leftIcon": "@config.leftIcon",
454
- "onChange": "@config.onChange",
455
- "onClear": "@config.onClear",
456
- "options": "@config.options",
457
- "placeholder": "@config.placeholder",
458
- "rightIcon": "@config.rightIcon",
459
- "rows": "@config.rows",
460
- "type": "input",
461
- "value": "@entity.value"
462
- }
463
- ]
464
- ],
465
- "event": "ACTION",
466
- "eventId": "evt_01M1CHY499RCNKSQJM41X5JZZM",
467
- "from": "idle",
468
- "to": "idle"
469
389
  }
470
390
  ]
471
391
  }
@@ -236,8 +236,36 @@
236
236
  "eventId": "evt_01KXG04MW60PDXJ66CPBENGY37",
237
237
  "payloadSchema": [
238
238
  {
239
+ "entity": "BranchingLogicBuilderRULESCHANGERulesItem",
239
240
  "name": "rules",
240
- "type": "[BranchingLogicBuilderRULESCHANGERulesItem]"
241
+ "properties": [
242
+ {
243
+ "name": "id",
244
+ "required": true,
245
+ "type": "string"
246
+ },
247
+ {
248
+ "name": "sourceQuestionId",
249
+ "required": true,
250
+ "type": "string"
251
+ },
252
+ {
253
+ "name": "operator",
254
+ "required": true,
255
+ "type": "string"
256
+ },
257
+ {
258
+ "name": "value",
259
+ "required": true,
260
+ "type": "string"
261
+ },
262
+ {
263
+ "name": "targetQuestionId",
264
+ "required": true,
265
+ "type": "string"
266
+ }
267
+ ],
268
+ "type": "[object]"
241
269
  }
242
270
  ],
243
271
  "scope": "external",
@@ -271,8 +299,36 @@
271
299
  "name": "@config.on rules change",
272
300
  "payloadSchema": [
273
301
  {
302
+ "entity": "BranchingLogicBuilderRULESCHANGERulesItem",
274
303
  "name": "rules",
275
- "type": "[BranchingLogicBuilderRULESCHANGERulesItem]"
304
+ "properties": [
305
+ {
306
+ "name": "id",
307
+ "required": true,
308
+ "type": "string"
309
+ },
310
+ {
311
+ "name": "sourceQuestionId",
312
+ "required": true,
313
+ "type": "string"
314
+ },
315
+ {
316
+ "name": "operator",
317
+ "required": true,
318
+ "type": "string"
319
+ },
320
+ {
321
+ "name": "value",
322
+ "required": true,
323
+ "type": "string"
324
+ },
325
+ {
326
+ "name": "targetQuestionId",
327
+ "required": true,
328
+ "type": "string"
329
+ }
330
+ ],
331
+ "type": "[object]"
276
332
  }
277
333
  ],
278
334
  "tier": "essential"
@@ -374,8 +374,32 @@
374
374
  "eventId": "evt_01KXG04MYCCGJMVREER2WBW7VS",
375
375
  "payloadSchema": [
376
376
  {
377
+ "entity": "CalendarGridItem",
377
378
  "name": "data",
378
- "type": "[CalendarGridItem]"
379
+ "properties": [
380
+ {
381
+ "name": "id",
382
+ "required": true,
383
+ "type": "string"
384
+ },
385
+ {
386
+ "name": "title",
387
+ "type": "string"
388
+ },
389
+ {
390
+ "name": "startTime",
391
+ "type": "string"
392
+ },
393
+ {
394
+ "name": "endTime",
395
+ "type": "string"
396
+ },
397
+ {
398
+ "name": "color",
399
+ "type": "string"
400
+ }
401
+ ],
402
+ "type": "[object]"
379
403
  }
380
404
  ],
381
405
  "scope": "internal",
@@ -410,8 +434,32 @@
410
434
  "name": "Calendar grid loaded",
411
435
  "payloadSchema": [
412
436
  {
437
+ "entity": "CalendarGridItem",
413
438
  "name": "data",
414
- "type": "[CalendarGridItem]"
439
+ "properties": [
440
+ {
441
+ "name": "id",
442
+ "required": true,
443
+ "type": "string"
444
+ },
445
+ {
446
+ "name": "title",
447
+ "type": "string"
448
+ },
449
+ {
450
+ "name": "startTime",
451
+ "type": "string"
452
+ },
453
+ {
454
+ "name": "endTime",
455
+ "type": "string"
456
+ },
457
+ {
458
+ "name": "color",
459
+ "type": "string"
460
+ }
461
+ ],
462
+ "type": "[object]"
415
463
  }
416
464
  ],
417
465
  "synonyms": "loaded, fetched, retrieved",
@@ -110,14 +110,42 @@
110
110
  "type": "string"
111
111
  },
112
112
  "items": {
113
- "default": [],
113
+ "default": [
114
+ {
115
+ "id": "Id",
116
+ "image": "https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png",
117
+ "title": "Title"
118
+ },
119
+ {
120
+ "id": "Id 2",
121
+ "image": "https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png",
122
+ "title": "Title 2"
123
+ }
124
+ ],
114
125
  "description": "Array of items to display as slides",
115
126
  "items": {
116
- "type": "opaque"
127
+ "properties": {
128
+ "id": {
129
+ "name": "id",
130
+ "required": false,
131
+ "type": "string"
132
+ },
133
+ "image": {
134
+ "name": "image",
135
+ "required": false,
136
+ "type": "string"
137
+ },
138
+ "title": {
139
+ "name": "title",
140
+ "required": false,
141
+ "type": "string"
142
+ }
143
+ },
144
+ "type": "object"
117
145
  },
118
146
  "label": "Items",
119
147
  "tier": "presentation",
120
- "type": "[opaque]"
148
+ "type": "[CarouselItemsItem]"
121
149
  },
122
150
  "loop": {
123
151
  "default": false,
@@ -246,7 +274,23 @@
246
274
  ]
247
275
  }
248
276
  }
249
- ]
277
+ ],
278
+ "types": {
279
+ "CarouselItemsItem": [
280
+ {
281
+ "name": "id",
282
+ "type": "string"
283
+ },
284
+ {
285
+ "name": "title",
286
+ "type": "string"
287
+ },
288
+ {
289
+ "name": "image",
290
+ "type": "asset"
291
+ }
292
+ ]
293
+ }
250
294
  }
251
295
  ],
252
296
  "schemaVersion": 1,
@@ -440,7 +440,7 @@
440
440
  "description": "Maximum height before scrolling",
441
441
  "label": "Max Height",
442
442
  "tier": "presentation",
443
- "type": "string"
443
+ "type": "scalar"
444
444
  },
445
445
  "mode": {
446
446
  "default": "code",