@almadar/std 16.173.0 → 16.175.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 (220) hide show
  1. package/behaviors/lolo/infra/atoms/std-cross-reference.lolo +2 -4
  2. package/behaviors/lolo/ui/core/atoms/std-board.lolo +5 -9
  3. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +8 -1
  4. package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +2 -2
  5. package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +3 -7
  6. package/behaviors/lolo/ui/core/atoms/std-form-advanced.lolo +1 -1
  7. package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +1 -1
  8. package/behaviors/lolo/ui/core/atoms/std-list.lolo +3 -3
  9. package/behaviors/lolo/ui/core/atoms/std-modal.lolo +2 -2
  10. package/behaviors/lolo/ui/core/atoms/std-multi-party-flow.lolo +2 -4
  11. package/behaviors/lolo/ui/core/atoms/std-rating-review.lolo +5 -13
  12. package/behaviors/lolo/ui/core/atoms/std-recurrence.lolo +3 -7
  13. package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +1 -1
  14. package/behaviors/lolo/ui/core/atoms/std-signature-capture.lolo +2 -2
  15. package/behaviors/lolo/ui/core/atoms/std-step-flow.lolo +2 -4
  16. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +1 -1
  17. package/behaviors/lolo/ui/core/atoms/std-thread.lolo +2 -2
  18. package/behaviors/lolo/ui/core/atoms/std-vote.lolo +2 -2
  19. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +3 -7
  20. package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +1 -1
  21. package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +1 -1
  22. package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
  23. package/behaviors/lolo/ui/core/atoms/ui-hstack.lolo +1 -1
  24. package/behaviors/lolo/ui/core/atoms/ui-icon.lolo +1 -1
  25. package/behaviors/lolo/ui/core/atoms/ui-stack.lolo +1 -1
  26. package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +1 -1
  27. package/behaviors/lolo/ui/core/atoms/ui-vstack.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-content-renderer.lolo +1 -1
  29. package/behaviors/lolo/ui/core/molecules/ui-form-layout.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-grid.lolo +1 -1
  31. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +4 -9
  32. package/behaviors/lolo/ui/core/organisms/ui-chat-bar.lolo +1 -1
  33. package/behaviors/lolo/ui/core/organisms/ui-dashboard-grid.lolo +1 -1
  34. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  35. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +1 -1
  36. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +1 -1
  37. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  38. package/behaviors/lolo/ui/core/organisms/ui-form-section.lolo +9 -3
  39. package/behaviors/lolo/ui/core/organisms/ui-form.lolo +9 -3
  40. package/behaviors/lolo/ui/core/organisms/ui-master-detail.lolo +1 -1
  41. package/behaviors/lolo/ui/core/organisms/ui-media-gallery.lolo +1 -1
  42. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +7 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-stat-card.lolo +1 -1
  44. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +1 -1
  45. package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
  46. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +41 -9
  47. package/behaviors/lolo/ui/game/atoms/ui-draw-shape.lolo +40 -8
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +13 -3
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +12 -2
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +3 -3
  51. package/behaviors/lolo/ui/game/atoms/ui-draw-text.lolo +2 -2
  52. package/behaviors/lolo/ui/game/organisms/std-tactics-board-3d.lolo +32 -2
  53. package/behaviors/lolo/ui/learning/atoms/std-learn-classify.lolo +133 -23
  54. package/behaviors/lolo/ui/learning/atoms/std-learn-compare.lolo +397 -0
  55. package/behaviors/lolo/ui/learning/atoms/std-learn-coupled-sim.lolo +537 -0
  56. package/behaviors/lolo/ui/learning/atoms/std-learn-derivation.lolo +428 -0
  57. package/behaviors/lolo/ui/learning/atoms/std-learn-doser.lolo +520 -0
  58. package/behaviors/lolo/ui/learning/atoms/std-learn-estimate.lolo +419 -0
  59. package/behaviors/lolo/ui/learning/atoms/std-learn-goal-seek.lolo +591 -0
  60. package/behaviors/lolo/ui/learning/atoms/std-learn-grid-sim.lolo +425 -0
  61. package/behaviors/lolo/ui/learning/atoms/std-learn-hotspot.lolo +398 -0
  62. package/behaviors/lolo/ui/learning/atoms/std-learn-measure.lolo +325 -0
  63. package/behaviors/lolo/ui/learning/atoms/std-learn-perturb.lolo +494 -0
  64. package/behaviors/lolo/ui/learning/atoms/std-learn-predict.lolo +408 -0
  65. package/behaviors/lolo/ui/learning/atoms/std-learn-scatter-fit.lolo +805 -0
  66. package/behaviors/lolo/ui/learning/atoms/std-learn-scenario.lolo +307 -0
  67. package/behaviors/lolo/ui/learning/atoms/std-learn-sim-3d.lolo +318 -0
  68. package/behaviors/lolo/ui/learning/atoms/std-learn-speed-drill.lolo +336 -0
  69. package/behaviors/lolo/ui/learning/atoms/std-learn-tour-3d.lolo +409 -0
  70. package/behaviors/lolo/ui/learning/atoms/std-learn-transport.lolo +186 -0
  71. package/behaviors/lolo/ui/learning/atoms/std-learn-tree.lolo +522 -0
  72. package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +192 -0
  73. package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +111 -2
  74. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +193 -5
  75. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +173 -5
  76. package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +48 -1
  77. package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +141 -1
  78. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +242 -5
  79. package/behaviors/lolo/ui/marketing/organisms/ui-book-viewer.lolo +1 -1
  80. package/behaviors/lolo/ui/marketing/organisms/ui-case-study-organism.lolo +1 -1
  81. package/behaviors/lolo/ui/marketing/organisms/ui-feature-grid-organism.lolo +1 -1
  82. package/behaviors/lolo/ui/marketing/organisms/ui-hero-organism.lolo +1 -1
  83. package/behaviors/lolo/ui/marketing/organisms/ui-pricing-organism.lolo +1 -1
  84. package/behaviors/lolo/ui/marketing/organisms/ui-showcase-organism.lolo +1 -1
  85. package/behaviors/lolo/ui/marketing/organisms/ui-stats-organism.lolo +1 -1
  86. package/behaviors/lolo/ui/marketing/organisms/ui-step-flow-organism.lolo +1 -1
  87. package/behaviors/lolo/ui/marketing/organisms/ui-team-organism.lolo +1 -1
  88. package/behaviors/registry/agent/atoms/std-agent-session.orb +22 -1
  89. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +38 -2
  90. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +38 -2
  91. package/behaviors/registry/agent/organisms/std-agent-rabit.orb +23 -1
  92. package/behaviors/registry/infra/atoms/std-approval-gate.orb +8 -16
  93. package/behaviors/registry/infra/atoms/std-cache-aside.orb +31 -62
  94. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +16 -32
  95. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -4
  96. package/behaviors/registry/infra/atoms/std-data-erasure.orb +8 -16
  97. package/behaviors/registry/infra/atoms/std-mod-queue.orb +8 -16
  98. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +14 -28
  99. package/behaviors/registry/infra/atoms/std-row-access-control.orb +30 -2
  100. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +1 -2
  101. package/behaviors/registry/ui/core/atoms/std-board.orb +19 -5
  102. package/behaviors/registry/ui/core/atoms/std-browse.orb +29 -7
  103. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +1 -2
  104. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +3 -5
  105. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +3 -6
  106. package/behaviors/registry/ui/core/atoms/std-event-log.orb +17 -3
  107. package/behaviors/registry/ui/core/atoms/std-export.orb +2 -4
  108. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +1 -1
  109. package/behaviors/registry/ui/core/atoms/std-gallery.orb +9 -18
  110. package/behaviors/registry/ui/core/atoms/std-graphs.orb +15 -1
  111. package/behaviors/registry/ui/core/atoms/std-import.orb +2 -4
  112. package/behaviors/registry/ui/core/atoms/std-list.orb +4 -6
  113. package/behaviors/registry/ui/core/atoms/std-modal.orb +2 -2
  114. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -2
  115. package/behaviors/registry/ui/core/atoms/std-pagination.orb +15 -1
  116. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +19 -5
  117. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +17 -3
  118. package/behaviors/registry/ui/core/atoms/std-rich-editor.orb +15 -1
  119. package/behaviors/registry/ui/core/atoms/std-scatter.orb +15 -1
  120. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  121. package/behaviors/registry/ui/core/atoms/std-stats.orb +15 -1
  122. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -2
  123. package/behaviors/registry/ui/core/atoms/std-thread.orb +2 -2
  124. package/behaviors/registry/ui/core/atoms/std-vote.orb +2 -2
  125. package/behaviors/registry/ui/core/atoms/std-wizard.orb +17 -3
  126. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +4 -1
  127. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +4 -1
  128. package/behaviors/registry/ui/core/atoms/ui-center.orb +4 -1
  129. package/behaviors/registry/ui/core/atoms/ui-hstack.orb +4 -1
  130. package/behaviors/registry/ui/core/atoms/ui-icon.orb +4 -1
  131. package/behaviors/registry/ui/core/atoms/ui-stack.orb +4 -1
  132. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -1
  133. package/behaviors/registry/ui/core/atoms/ui-vstack.orb +4 -1
  134. package/behaviors/registry/ui/core/molecules/ui-accordion.orb +3 -3
  135. package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +4 -1
  136. package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +4 -1
  137. package/behaviors/registry/ui/core/molecules/ui-grid.orb +4 -1
  138. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +4 -39
  139. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +2 -2
  140. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  141. package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +4 -1
  142. package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +5 -2
  143. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +5 -2
  144. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +4 -1
  145. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +4 -1
  146. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +4 -1
  147. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +34 -2
  148. package/behaviors/registry/ui/core/organisms/ui-form.orb +34 -2
  149. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +4 -1
  150. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -1
  151. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +24 -2
  152. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +4 -1
  153. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +4 -1
  154. package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +1 -1
  155. package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +1 -1
  156. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +35 -1
  157. package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
  158. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +183 -13
  159. package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +104 -9
  160. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +56 -2
  161. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +36 -4
  162. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +21 -2
  163. package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +19 -4
  164. package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +173 -2
  165. package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +1288 -197
  166. package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +2814 -0
  167. package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +3183 -0
  168. package/behaviors/registry/ui/learning/atoms/std-learn-derivation.orb +2512 -0
  169. package/behaviors/registry/ui/learning/atoms/std-learn-doser.orb +3678 -0
  170. package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +2394 -0
  171. package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +3951 -0
  172. package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +3458 -0
  173. package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +2646 -0
  174. package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +1979 -0
  175. package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +2994 -0
  176. package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +2682 -0
  177. package/behaviors/registry/ui/learning/atoms/std-learn-scatter-fit.orb +6539 -0
  178. package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +1842 -0
  179. package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +1648 -0
  180. package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +2307 -0
  181. package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +3118 -0
  182. package/behaviors/registry/ui/learning/atoms/std-learn-transport.orb +986 -0
  183. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +3333 -0
  184. package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +716 -0
  185. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +679 -5
  186. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +962 -18
  187. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +919 -30
  188. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +372 -1
  189. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +936 -16
  190. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +1328 -43
  191. package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
  192. package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +1 -2
  193. package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
  194. package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +1 -2
  195. package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +1 -2
  196. package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +1 -2
  197. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +4 -1
  198. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +4 -1
  199. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +4 -1
  200. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +4 -1
  201. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +4 -1
  202. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +4 -1
  203. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +4 -1
  204. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +4 -1
  205. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +4 -1
  206. package/dist/behaviors/exports-reader.js +3704 -2189
  207. package/dist/behaviors/functions/index.d.ts +2638 -254
  208. package/dist/behaviors/functions/index.js +3648 -2190
  209. package/dist/behaviors/index.d.ts +1 -1
  210. package/dist/behaviors/index.js +3705 -2190
  211. package/dist/behaviors/query.js +3704 -2189
  212. package/dist/behaviors-embeddings.hash.json +3 -3
  213. package/dist/behaviors-embeddings.json +289 -213
  214. package/dist/behaviors-registry.json +7900 -587
  215. package/dist/index.d.ts +1 -1
  216. package/dist/index.js +3705 -2190
  217. package/dist/knob-embeddings.hash.json +3 -3
  218. package/dist/knob-embeddings.json +1 -1
  219. package/dist/registry/factory-signatures.json +1 -1
  220. package/package.json +2 -2
@@ -142,15 +142,40 @@
142
142
  },
143
143
  "gradient": {
144
144
  "angle": 1.0,
145
+ "center": {
146
+ "x": 1.0,
147
+ "y": 1.0
148
+ },
149
+ "from": {
150
+ "x": 1.0,
151
+ "y": 1.0
152
+ },
145
153
  "kind": "linear",
146
154
  "radius": 1.0,
147
- "stops": []
155
+ "stops": [],
156
+ "to": {
157
+ "x": 1.0,
158
+ "y": 1.0
159
+ }
148
160
  },
149
161
  "height": 1.0,
150
162
  "offsetX": 1.0,
151
163
  "offsetY": 1.0,
152
164
  "opacity": 1.0,
153
- "points": [],
165
+ "pivot": {
166
+ "x": 1.0,
167
+ "y": 1.0
168
+ },
169
+ "points": [
170
+ {
171
+ "x": 1.0,
172
+ "y": 1.0
173
+ },
174
+ {
175
+ "x": 2.0,
176
+ "y": 2.0
177
+ }
178
+ ],
154
179
  "position": {
155
180
  "x": 1.0,
156
181
  "y": 1.0,
@@ -172,9 +197,21 @@
172
197
  "strokeDashOffset": 1.0,
173
198
  "strokeGradient": {
174
199
  "angle": 1.0,
200
+ "center": {
201
+ "x": 1.0,
202
+ "y": 1.0
203
+ },
204
+ "from": {
205
+ "x": 1.0,
206
+ "y": 1.0
207
+ },
175
208
  "kind": "linear",
176
209
  "radius": 1.0,
177
- "stops": []
210
+ "stops": [],
211
+ "to": {
212
+ "x": 1.0,
213
+ "y": 1.0
214
+ }
178
215
  },
179
216
  "strokeWidth": 1.0,
180
217
  "type": "Type",
@@ -240,15 +277,40 @@
240
277
  },
241
278
  "gradient": {
242
279
  "angle": 2.0,
280
+ "center": {
281
+ "x": 2.0,
282
+ "y": 2.0
283
+ },
284
+ "from": {
285
+ "x": 2.0,
286
+ "y": 2.0
287
+ },
243
288
  "kind": "radial",
244
289
  "radius": 2.0,
245
- "stops": []
290
+ "stops": [],
291
+ "to": {
292
+ "x": 2.0,
293
+ "y": 2.0
294
+ }
246
295
  },
247
296
  "height": 2.0,
248
297
  "offsetX": 2.0,
249
298
  "offsetY": 2.0,
250
299
  "opacity": 2.0,
251
- "points": [],
300
+ "pivot": {
301
+ "x": 2.0,
302
+ "y": 2.0
303
+ },
304
+ "points": [
305
+ {
306
+ "x": 1.0,
307
+ "y": 1.0
308
+ },
309
+ {
310
+ "x": 2.0,
311
+ "y": 2.0
312
+ }
313
+ ],
252
314
  "position": {
253
315
  "x": 2.0,
254
316
  "y": 2.0,
@@ -270,9 +332,21 @@
270
332
  "strokeDashOffset": 2.0,
271
333
  "strokeGradient": {
272
334
  "angle": 2.0,
335
+ "center": {
336
+ "x": 2.0,
337
+ "y": 2.0
338
+ },
339
+ "from": {
340
+ "x": 2.0,
341
+ "y": 2.0
342
+ },
273
343
  "kind": "radial",
274
344
  "radius": 2.0,
275
- "stops": []
345
+ "stops": [],
346
+ "to": {
347
+ "x": 2.0,
348
+ "y": 2.0
349
+ }
276
350
  },
277
351
  "strokeWidth": 2.0,
278
352
  "type": "Type 2",
@@ -490,13 +564,37 @@
490
564
  },
491
565
  "center": {
492
566
  "name": "center",
567
+ "properties": {
568
+ "x": {
569
+ "name": "x",
570
+ "required": true,
571
+ "type": "number"
572
+ },
573
+ "y": {
574
+ "name": "y",
575
+ "required": true,
576
+ "type": "number"
577
+ }
578
+ },
493
579
  "required": false,
494
- "type": "string"
580
+ "type": "object"
495
581
  },
496
582
  "from": {
497
583
  "name": "from",
584
+ "properties": {
585
+ "x": {
586
+ "name": "x",
587
+ "required": true,
588
+ "type": "number"
589
+ },
590
+ "y": {
591
+ "name": "y",
592
+ "required": true,
593
+ "type": "number"
594
+ }
595
+ },
498
596
  "required": false,
499
- "type": "string"
597
+ "type": "object"
500
598
  },
501
599
  "kind": {
502
600
  "name": "kind",
@@ -523,8 +621,20 @@
523
621
  },
524
622
  "to": {
525
623
  "name": "to",
624
+ "properties": {
625
+ "x": {
626
+ "name": "x",
627
+ "required": true,
628
+ "type": "number"
629
+ },
630
+ "y": {
631
+ "name": "y",
632
+ "required": true,
633
+ "type": "number"
634
+ }
635
+ },
526
636
  "required": false,
527
- "type": "string"
637
+ "type": "object"
528
638
  }
529
639
  },
530
640
  "required": false,
@@ -552,11 +662,35 @@
552
662
  },
553
663
  "pivot": {
554
664
  "name": "pivot",
665
+ "properties": {
666
+ "x": {
667
+ "name": "x",
668
+ "required": true,
669
+ "type": "number"
670
+ },
671
+ "y": {
672
+ "name": "y",
673
+ "required": true,
674
+ "type": "number"
675
+ }
676
+ },
555
677
  "required": false,
556
- "type": "string"
678
+ "type": "object"
557
679
  },
558
680
  "points": {
559
681
  "items": {
682
+ "properties": {
683
+ "x": {
684
+ "name": "x",
685
+ "required": true,
686
+ "type": "number"
687
+ },
688
+ "y": {
689
+ "name": "y",
690
+ "required": true,
691
+ "type": "number"
692
+ }
693
+ },
560
694
  "type": "object"
561
695
  },
562
696
  "name": "points",
@@ -657,13 +791,37 @@
657
791
  },
658
792
  "center": {
659
793
  "name": "center",
794
+ "properties": {
795
+ "x": {
796
+ "name": "x",
797
+ "required": true,
798
+ "type": "number"
799
+ },
800
+ "y": {
801
+ "name": "y",
802
+ "required": true,
803
+ "type": "number"
804
+ }
805
+ },
660
806
  "required": false,
661
- "type": "string"
807
+ "type": "object"
662
808
  },
663
809
  "from": {
664
810
  "name": "from",
811
+ "properties": {
812
+ "x": {
813
+ "name": "x",
814
+ "required": true,
815
+ "type": "number"
816
+ },
817
+ "y": {
818
+ "name": "y",
819
+ "required": true,
820
+ "type": "number"
821
+ }
822
+ },
665
823
  "required": false,
666
- "type": "string"
824
+ "type": "object"
667
825
  },
668
826
  "kind": {
669
827
  "name": "kind",
@@ -690,8 +848,20 @@
690
848
  },
691
849
  "to": {
692
850
  "name": "to",
851
+ "properties": {
852
+ "x": {
853
+ "name": "x",
854
+ "required": true,
855
+ "type": "number"
856
+ },
857
+ "y": {
858
+ "name": "y",
859
+ "required": true,
860
+ "type": "number"
861
+ }
862
+ },
693
863
  "required": false,
694
- "type": "string"
864
+ "type": "object"
695
865
  }
696
866
  },
697
867
  "required": false,
@@ -298,13 +298,37 @@
298
298
  },
299
299
  "center": {
300
300
  "name": "center",
301
+ "properties": {
302
+ "x": {
303
+ "name": "x",
304
+ "required": true,
305
+ "type": "number"
306
+ },
307
+ "y": {
308
+ "name": "y",
309
+ "required": true,
310
+ "type": "number"
311
+ }
312
+ },
301
313
  "required": false,
302
- "type": "string"
314
+ "type": "object"
303
315
  },
304
316
  "from": {
305
317
  "name": "from",
318
+ "properties": {
319
+ "x": {
320
+ "name": "x",
321
+ "required": true,
322
+ "type": "number"
323
+ },
324
+ "y": {
325
+ "name": "y",
326
+ "required": true,
327
+ "type": "number"
328
+ }
329
+ },
306
330
  "required": false,
307
- "type": "string"
331
+ "type": "object"
308
332
  },
309
333
  "kind": {
310
334
  "name": "kind",
@@ -331,8 +355,20 @@
331
355
  },
332
356
  "to": {
333
357
  "name": "to",
358
+ "properties": {
359
+ "x": {
360
+ "name": "x",
361
+ "required": true,
362
+ "type": "number"
363
+ },
364
+ "y": {
365
+ "name": "y",
366
+ "required": true,
367
+ "type": "number"
368
+ }
369
+ },
334
370
  "required": false,
335
- "type": "string"
371
+ "type": "object"
336
372
  }
337
373
  },
338
374
  "tier": "presentation",
@@ -363,21 +399,44 @@
363
399
  "type": "number"
364
400
  },
365
401
  "pivot": {
366
- "default": {},
367
402
  "description": "Rotation pivot in world units relative to the cell's projected top-left; default `{x:0.5, y:0.5}` (cell center).",
368
403
  "label": "Pivot",
404
+ "properties": {
405
+ "x": {
406
+ "name": "x",
407
+ "required": true,
408
+ "type": "number"
409
+ },
410
+ "y": {
411
+ "name": "y",
412
+ "required": true,
413
+ "type": "number"
414
+ }
415
+ },
369
416
  "tier": "presentation",
370
- "type": "json"
417
+ "type": "DrawShapePivot"
371
418
  },
372
419
  "points": {
373
420
  "default": [],
374
421
  "description": "Poly vertices as world-unit offsets relative to the cell's projected top-left.",
375
422
  "items": {
423
+ "properties": {
424
+ "x": {
425
+ "name": "x",
426
+ "required": true,
427
+ "type": "number"
428
+ },
429
+ "y": {
430
+ "name": "y",
431
+ "required": true,
432
+ "type": "number"
433
+ }
434
+ },
376
435
  "type": "object"
377
436
  },
378
437
  "label": "Points",
379
438
  "tier": "presentation",
380
- "type": "[json]"
439
+ "type": "[DrawShapePointsItem]"
381
440
  },
382
441
  "position": {
383
442
  "default": {
@@ -490,13 +549,37 @@
490
549
  },
491
550
  "center": {
492
551
  "name": "center",
552
+ "properties": {
553
+ "x": {
554
+ "name": "x",
555
+ "required": true,
556
+ "type": "number"
557
+ },
558
+ "y": {
559
+ "name": "y",
560
+ "required": true,
561
+ "type": "number"
562
+ }
563
+ },
493
564
  "required": false,
494
- "type": "string"
565
+ "type": "object"
495
566
  },
496
567
  "from": {
497
568
  "name": "from",
569
+ "properties": {
570
+ "x": {
571
+ "name": "x",
572
+ "required": true,
573
+ "type": "number"
574
+ },
575
+ "y": {
576
+ "name": "y",
577
+ "required": true,
578
+ "type": "number"
579
+ }
580
+ },
498
581
  "required": false,
499
- "type": "string"
582
+ "type": "object"
500
583
  },
501
584
  "kind": {
502
585
  "name": "kind",
@@ -523,8 +606,20 @@
523
606
  },
524
607
  "to": {
525
608
  "name": "to",
609
+ "properties": {
610
+ "x": {
611
+ "name": "x",
612
+ "required": true,
613
+ "type": "number"
614
+ },
615
+ "y": {
616
+ "name": "y",
617
+ "required": true,
618
+ "type": "number"
619
+ }
620
+ },
526
621
  "required": false,
527
- "type": "string"
622
+ "type": "object"
528
623
  }
529
624
  },
530
625
  "tier": "presentation",
@@ -102,6 +102,12 @@
102
102
  "url": "https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"
103
103
  },
104
104
  "flipX": false,
105
+ "frame": {
106
+ "h": 1.0,
107
+ "w": 1.0,
108
+ "x": 1.0,
109
+ "y": 1.0
110
+ },
105
111
  "height": 1.0,
106
112
  "loop": false,
107
113
  "opacity": 1.0,
@@ -111,6 +117,10 @@
111
117
  "z": 1.0
112
118
  },
113
119
  "rotation": 1.0,
120
+ "shadow": {
121
+ "blur": 1.0,
122
+ "color": "Color"
123
+ },
114
124
  "type": "Type",
115
125
  "width": 1.0
116
126
  },
@@ -134,6 +144,12 @@
134
144
  "url": "https://almadar-kflow-assets.web.app/shared/ui-roguelike-board/default/units/player.png"
135
145
  },
136
146
  "flipX": true,
147
+ "frame": {
148
+ "h": 2.0,
149
+ "w": 2.0,
150
+ "x": 2.0,
151
+ "y": 2.0
152
+ },
137
153
  "height": 2.0,
138
154
  "loop": true,
139
155
  "opacity": 2.0,
@@ -143,6 +159,10 @@
143
159
  "z": 2.0
144
160
  },
145
161
  "rotation": 2.0,
162
+ "shadow": {
163
+ "blur": 2.0,
164
+ "color": "Color 2"
165
+ },
146
166
  "type": "Type 2",
147
167
  "width": 2.0
148
168
  }
@@ -254,8 +274,30 @@
254
274
  },
255
275
  "frame": {
256
276
  "name": "frame",
277
+ "properties": {
278
+ "h": {
279
+ "name": "h",
280
+ "required": true,
281
+ "type": "number"
282
+ },
283
+ "w": {
284
+ "name": "w",
285
+ "required": true,
286
+ "type": "number"
287
+ },
288
+ "x": {
289
+ "name": "x",
290
+ "required": true,
291
+ "type": "number"
292
+ },
293
+ "y": {
294
+ "name": "y",
295
+ "required": true,
296
+ "type": "number"
297
+ }
298
+ },
257
299
  "required": false,
258
- "type": "string"
300
+ "type": "object"
259
301
  },
260
302
  "height": {
261
303
  "name": "height",
@@ -301,8 +343,20 @@
301
343
  },
302
344
  "shadow": {
303
345
  "name": "shadow",
346
+ "properties": {
347
+ "blur": {
348
+ "name": "blur",
349
+ "required": true,
350
+ "type": "number"
351
+ },
352
+ "color": {
353
+ "name": "color",
354
+ "required": true,
355
+ "type": "string"
356
+ }
357
+ },
304
358
  "required": false,
305
- "type": "string"
359
+ "type": "object"
306
360
  },
307
361
  "type": {
308
362
  "name": "type",
@@ -188,11 +188,32 @@
188
188
  "type": "boolean"
189
189
  },
190
190
  "frame": {
191
- "default": {},
192
191
  "description": "Explicit atlas sub-rect override (px); omitted → resolved from `asset.atlas`/`asset.sprite`.",
193
192
  "label": "Frame",
193
+ "properties": {
194
+ "h": {
195
+ "name": "h",
196
+ "required": true,
197
+ "type": "number"
198
+ },
199
+ "w": {
200
+ "name": "w",
201
+ "required": true,
202
+ "type": "number"
203
+ },
204
+ "x": {
205
+ "name": "x",
206
+ "required": true,
207
+ "type": "number"
208
+ },
209
+ "y": {
210
+ "name": "y",
211
+ "required": true,
212
+ "type": "number"
213
+ }
214
+ },
194
215
  "tier": "presentation",
195
- "type": "json"
216
+ "type": "DrawSpriteFrame"
196
217
  },
197
218
  "height": {
198
219
  "description": "Draw height in world units (fractions of `projector.tileWidth`). Omitted → one cell on tile grids (`flat`/`iso`/`hex`); native source px on `free`/`side`.",
@@ -247,11 +268,22 @@
247
268
  "type": "number"
248
269
  },
249
270
  "shadow": {
250
- "default": {},
251
271
  "description": "Drop shadow (e.g. a team-colored glow).",
252
272
  "label": "Shadow",
273
+ "properties": {
274
+ "blur": {
275
+ "name": "blur",
276
+ "required": true,
277
+ "type": "number"
278
+ },
279
+ "color": {
280
+ "name": "color",
281
+ "required": true,
282
+ "type": "string"
283
+ }
284
+ },
253
285
  "tier": "presentation",
254
- "type": "json"
286
+ "type": "DrawSpriteShadow"
255
287
  },
256
288
  "width": {
257
289
  "description": "Draw width in world units (fractions of `projector.tileWidth`). Omitted → one cell on tile grids (`flat`/`iso`/`hex`); native source px on `free`/`side`.",
@@ -83,6 +83,8 @@
83
83
  "items": {
84
84
  "default": [
85
85
  {
86
+ "align": "center",
87
+ "baseline": "alphabetic",
86
88
  "color": "Color",
87
89
  "font": "Font",
88
90
  "offsetX": 1.0,
@@ -97,6 +99,8 @@
97
99
  "type": "Type"
98
100
  },
99
101
  {
102
+ "align": "end",
103
+ "baseline": "bottom",
100
104
  "color": "Color 2",
101
105
  "font": "Font 2",
102
106
  "offsetX": 2.0,
@@ -117,7 +121,14 @@
117
121
  "align": {
118
122
  "name": "align",
119
123
  "required": false,
120
- "type": "string"
124
+ "type": "string",
125
+ "values": [
126
+ "center",
127
+ "end",
128
+ "left",
129
+ "right",
130
+ "start"
131
+ ]
121
132
  },
122
133
  "anchor": {
123
134
  "name": "anchor",
@@ -127,7 +138,15 @@
127
138
  "baseline": {
128
139
  "name": "baseline",
129
140
  "required": false,
130
- "type": "string"
141
+ "type": "string",
142
+ "values": [
143
+ "alphabetic",
144
+ "bottom",
145
+ "hanging",
146
+ "ideographic",
147
+ "middle",
148
+ "top"
149
+ ]
131
150
  },
132
151
  "color": {
133
152
  "name": "color",