@almadar/std 16.173.0 → 16.174.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 (203) 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/organisms/ui-chat-bar.lolo +1 -1
  32. package/behaviors/lolo/ui/core/organisms/ui-dashboard-grid.lolo +1 -1
  33. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  34. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +1 -1
  35. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +1 -1
  36. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  37. package/behaviors/lolo/ui/core/organisms/ui-form-section.lolo +9 -3
  38. package/behaviors/lolo/ui/core/organisms/ui-form.lolo +9 -3
  39. package/behaviors/lolo/ui/core/organisms/ui-master-detail.lolo +1 -1
  40. package/behaviors/lolo/ui/core/organisms/ui-media-gallery.lolo +1 -1
  41. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +7 -1
  42. package/behaviors/lolo/ui/core/organisms/ui-stat-card.lolo +1 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +1 -1
  44. package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
  45. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +41 -9
  46. package/behaviors/lolo/ui/game/atoms/ui-draw-shape.lolo +40 -8
  47. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +13 -3
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +12 -2
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +3 -3
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text.lolo +2 -2
  51. package/behaviors/lolo/ui/game/organisms/std-tactics-board-3d.lolo +32 -2
  52. package/behaviors/lolo/ui/learning/atoms/std-learn-classify.lolo +1 -1
  53. package/behaviors/lolo/ui/learning/atoms/std-learn-compare.lolo +397 -0
  54. package/behaviors/lolo/ui/learning/atoms/std-learn-coupled-sim.lolo +537 -0
  55. package/behaviors/lolo/ui/learning/atoms/std-learn-estimate.lolo +419 -0
  56. package/behaviors/lolo/ui/learning/atoms/std-learn-goal-seek.lolo +591 -0
  57. package/behaviors/lolo/ui/learning/atoms/std-learn-grid-sim.lolo +425 -0
  58. package/behaviors/lolo/ui/learning/atoms/std-learn-hotspot.lolo +398 -0
  59. package/behaviors/lolo/ui/learning/atoms/std-learn-measure.lolo +325 -0
  60. package/behaviors/lolo/ui/learning/atoms/std-learn-perturb.lolo +494 -0
  61. package/behaviors/lolo/ui/learning/atoms/std-learn-predict.lolo +408 -0
  62. package/behaviors/lolo/ui/learning/atoms/std-learn-scenario.lolo +307 -0
  63. package/behaviors/lolo/ui/learning/atoms/std-learn-sim-3d.lolo +318 -0
  64. package/behaviors/lolo/ui/learning/atoms/std-learn-speed-drill.lolo +336 -0
  65. package/behaviors/lolo/ui/learning/atoms/std-learn-tour-3d.lolo +380 -0
  66. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +43 -4
  67. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +41 -4
  68. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +43 -4
  69. package/behaviors/lolo/ui/marketing/organisms/ui-book-viewer.lolo +1 -1
  70. package/behaviors/lolo/ui/marketing/organisms/ui-case-study-organism.lolo +1 -1
  71. package/behaviors/lolo/ui/marketing/organisms/ui-feature-grid-organism.lolo +1 -1
  72. package/behaviors/lolo/ui/marketing/organisms/ui-hero-organism.lolo +1 -1
  73. package/behaviors/lolo/ui/marketing/organisms/ui-pricing-organism.lolo +1 -1
  74. package/behaviors/lolo/ui/marketing/organisms/ui-showcase-organism.lolo +1 -1
  75. package/behaviors/lolo/ui/marketing/organisms/ui-stats-organism.lolo +1 -1
  76. package/behaviors/lolo/ui/marketing/organisms/ui-step-flow-organism.lolo +1 -1
  77. package/behaviors/lolo/ui/marketing/organisms/ui-team-organism.lolo +1 -1
  78. package/behaviors/registry/agent/atoms/std-agent-session.orb +22 -1
  79. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +38 -2
  80. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +38 -2
  81. package/behaviors/registry/agent/organisms/std-agent-rabit.orb +23 -1
  82. package/behaviors/registry/infra/atoms/std-approval-gate.orb +8 -16
  83. package/behaviors/registry/infra/atoms/std-cache-aside.orb +31 -62
  84. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +16 -32
  85. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -4
  86. package/behaviors/registry/infra/atoms/std-data-erasure.orb +8 -16
  87. package/behaviors/registry/infra/atoms/std-mod-queue.orb +8 -16
  88. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +14 -28
  89. package/behaviors/registry/infra/atoms/std-row-access-control.orb +30 -2
  90. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +1 -2
  91. package/behaviors/registry/ui/core/atoms/std-board.orb +19 -5
  92. package/behaviors/registry/ui/core/atoms/std-browse.orb +29 -7
  93. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +1 -2
  94. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +3 -5
  95. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +3 -6
  96. package/behaviors/registry/ui/core/atoms/std-event-log.orb +17 -3
  97. package/behaviors/registry/ui/core/atoms/std-export.orb +2 -4
  98. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +1 -1
  99. package/behaviors/registry/ui/core/atoms/std-gallery.orb +9 -18
  100. package/behaviors/registry/ui/core/atoms/std-graphs.orb +15 -1
  101. package/behaviors/registry/ui/core/atoms/std-import.orb +2 -4
  102. package/behaviors/registry/ui/core/atoms/std-list.orb +4 -6
  103. package/behaviors/registry/ui/core/atoms/std-modal.orb +2 -2
  104. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -2
  105. package/behaviors/registry/ui/core/atoms/std-pagination.orb +15 -1
  106. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +19 -5
  107. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +17 -3
  108. package/behaviors/registry/ui/core/atoms/std-rich-editor.orb +15 -1
  109. package/behaviors/registry/ui/core/atoms/std-scatter.orb +15 -1
  110. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  111. package/behaviors/registry/ui/core/atoms/std-stats.orb +15 -1
  112. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -2
  113. package/behaviors/registry/ui/core/atoms/std-thread.orb +2 -2
  114. package/behaviors/registry/ui/core/atoms/std-vote.orb +2 -2
  115. package/behaviors/registry/ui/core/atoms/std-wizard.orb +17 -3
  116. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +4 -1
  117. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +4 -1
  118. package/behaviors/registry/ui/core/atoms/ui-center.orb +4 -1
  119. package/behaviors/registry/ui/core/atoms/ui-hstack.orb +4 -1
  120. package/behaviors/registry/ui/core/atoms/ui-icon.orb +4 -1
  121. package/behaviors/registry/ui/core/atoms/ui-stack.orb +4 -1
  122. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -1
  123. package/behaviors/registry/ui/core/atoms/ui-vstack.orb +4 -1
  124. package/behaviors/registry/ui/core/molecules/ui-accordion.orb +3 -3
  125. package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +4 -1
  126. package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +4 -1
  127. package/behaviors/registry/ui/core/molecules/ui-grid.orb +4 -1
  128. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +2 -2
  129. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  130. package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +4 -1
  131. package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +5 -2
  132. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +5 -2
  133. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +4 -1
  134. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +4 -1
  135. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +4 -1
  136. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +34 -2
  137. package/behaviors/registry/ui/core/organisms/ui-form.orb +34 -2
  138. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +4 -1
  139. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -1
  140. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +24 -2
  141. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +4 -1
  142. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +4 -1
  143. package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +1 -1
  144. package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +1 -1
  145. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +35 -1
  146. package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
  147. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +183 -13
  148. package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +104 -9
  149. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +56 -2
  150. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +36 -4
  151. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +21 -2
  152. package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +19 -4
  153. package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +173 -2
  154. package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +1 -1
  155. package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +2814 -0
  156. package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +3183 -0
  157. package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +2394 -0
  158. package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +3951 -0
  159. package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +3458 -0
  160. package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +2646 -0
  161. package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +1979 -0
  162. package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +2994 -0
  163. package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +2682 -0
  164. package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +1842 -0
  165. package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +1648 -0
  166. package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +2307 -0
  167. package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +2947 -0
  168. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +173 -4
  169. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +267 -7
  170. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +263 -8
  171. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +116 -1
  172. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +200 -4
  173. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +264 -7
  174. package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
  175. package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +1 -2
  176. package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
  177. package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +1 -2
  178. package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +1 -2
  179. package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +1 -2
  180. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +4 -1
  181. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +4 -1
  182. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +4 -1
  183. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +4 -1
  184. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +4 -1
  185. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +4 -1
  186. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +4 -1
  187. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +4 -1
  188. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +4 -1
  189. package/dist/behaviors/exports-reader.js +3440 -2189
  190. package/dist/behaviors/functions/index.d.ts +1751 -154
  191. package/dist/behaviors/functions/index.js +3402 -2190
  192. package/dist/behaviors/index.d.ts +1 -1
  193. package/dist/behaviors/index.js +3441 -2190
  194. package/dist/behaviors/query.js +3440 -2189
  195. package/dist/behaviors-embeddings.hash.json +3 -3
  196. package/dist/behaviors-embeddings.json +230 -178
  197. package/dist/behaviors-registry.json +4397 -171
  198. package/dist/index.d.ts +1 -1
  199. package/dist/index.js +3441 -2190
  200. package/dist/knob-embeddings.hash.json +3 -3
  201. package/dist/knob-embeddings.json +1 -1
  202. package/dist/registry/factory-signatures.json +1 -1
  203. package/package.json +2 -2
@@ -580,19 +580,215 @@
580
580
  "payloadSchema": [
581
581
  {
582
582
  "name": "curves",
583
- "type": "[MathCanvasCurvesItem]"
583
+ "properties": [
584
+ {
585
+ "name": "label",
586
+ "type": "string"
587
+ },
588
+ {
589
+ "name": "color",
590
+ "type": "string"
591
+ },
592
+ {
593
+ "name": "samples",
594
+ "properties": [
595
+ {
596
+ "name": "x",
597
+ "required": true,
598
+ "type": "number"
599
+ },
600
+ {
601
+ "name": "y",
602
+ "required": true,
603
+ "type": "number"
604
+ }
605
+ ],
606
+ "required": true,
607
+ "type": "[object]"
608
+ }
609
+ ],
610
+ "type": "[object]"
584
611
  },
585
612
  {
586
613
  "name": "points",
587
- "type": "[MathCanvasPointsItem]"
614
+ "properties": [
615
+ {
616
+ "name": "x",
617
+ "required": true,
618
+ "type": "number"
619
+ },
620
+ {
621
+ "name": "y",
622
+ "required": true,
623
+ "type": "number"
624
+ },
625
+ {
626
+ "name": "label",
627
+ "type": "string"
628
+ },
629
+ {
630
+ "name": "color",
631
+ "type": "string"
632
+ },
633
+ {
634
+ "name": "radius",
635
+ "type": "number"
636
+ }
637
+ ],
638
+ "type": "[object]"
588
639
  },
589
640
  {
590
641
  "name": "vectors",
591
- "type": "[MathCanvasVectorsItem]"
642
+ "properties": [
643
+ {
644
+ "name": "x",
645
+ "required": true,
646
+ "type": "number"
647
+ },
648
+ {
649
+ "name": "y",
650
+ "required": true,
651
+ "type": "number"
652
+ },
653
+ {
654
+ "name": "vx",
655
+ "required": true,
656
+ "type": "number"
657
+ },
658
+ {
659
+ "name": "vy",
660
+ "required": true,
661
+ "type": "number"
662
+ },
663
+ {
664
+ "name": "color",
665
+ "type": "string"
666
+ },
667
+ {
668
+ "name": "label",
669
+ "type": "string"
670
+ }
671
+ ],
672
+ "type": "[object]"
592
673
  },
593
674
  {
594
675
  "name": "shapes",
595
- "type": "[MathCanvasShapesItem]"
676
+ "properties": [
677
+ {
678
+ "name": "type",
679
+ "required": true,
680
+ "type": "string"
681
+ },
682
+ {
683
+ "name": "id",
684
+ "type": "string"
685
+ },
686
+ {
687
+ "name": "x",
688
+ "type": "number"
689
+ },
690
+ {
691
+ "name": "y",
692
+ "type": "number"
693
+ },
694
+ {
695
+ "name": "x1",
696
+ "type": "number"
697
+ },
698
+ {
699
+ "name": "y1",
700
+ "type": "number"
701
+ },
702
+ {
703
+ "name": "x2",
704
+ "type": "number"
705
+ },
706
+ {
707
+ "name": "y2",
708
+ "type": "number"
709
+ },
710
+ {
711
+ "name": "radius",
712
+ "type": "number"
713
+ },
714
+ {
715
+ "name": "width",
716
+ "type": "number"
717
+ },
718
+ {
719
+ "name": "height",
720
+ "type": "number"
721
+ },
722
+ {
723
+ "name": "points",
724
+ "properties": [
725
+ {
726
+ "name": "x",
727
+ "required": true,
728
+ "type": "number"
729
+ },
730
+ {
731
+ "name": "y",
732
+ "required": true,
733
+ "type": "number"
734
+ }
735
+ ],
736
+ "type": "[object]"
737
+ },
738
+ {
739
+ "name": "path",
740
+ "type": "string"
741
+ },
742
+ {
743
+ "name": "text",
744
+ "type": "string"
745
+ },
746
+ {
747
+ "name": "label",
748
+ "type": "string"
749
+ },
750
+ {
751
+ "name": "fontSize",
752
+ "type": "number"
753
+ },
754
+ {
755
+ "name": "align",
756
+ "type": "string"
757
+ },
758
+ {
759
+ "name": "axis",
760
+ "type": "string"
761
+ },
762
+ {
763
+ "name": "min",
764
+ "type": "number"
765
+ },
766
+ {
767
+ "name": "max",
768
+ "type": "number"
769
+ },
770
+ {
771
+ "name": "step",
772
+ "type": "number"
773
+ },
774
+ {
775
+ "name": "color",
776
+ "type": "string"
777
+ },
778
+ {
779
+ "name": "fill",
780
+ "type": "string"
781
+ },
782
+ {
783
+ "name": "lineWidth",
784
+ "type": "number"
785
+ },
786
+ {
787
+ "name": "opacity",
788
+ "type": "number"
789
+ }
790
+ ],
791
+ "type": "[object]"
596
792
  }
597
793
  ],
598
794
  "synonyms": "tick, redraw, animate, frame",
@@ -100,7 +100,7 @@
100
100
  "config": {
101
101
  "animate": {
102
102
  "default": false,
103
- "description": "animate prop",
103
+ "description": "2D only: continuous redraw loop. 3D motion is entity-state driven.",
104
104
  "label": "Animate",
105
105
  "tier": "presentation",
106
106
  "type": "boolean"
@@ -131,6 +131,11 @@
131
131
  "required": false,
132
132
  "type": "number"
133
133
  },
134
+ "fz": {
135
+ "name": "fz",
136
+ "required": false,
137
+ "type": "number"
138
+ },
134
139
  "id": {
135
140
  "name": "id",
136
141
  "required": false,
@@ -156,6 +161,11 @@
156
161
  "required": false,
157
162
  "type": "number"
158
163
  },
164
+ "vz": {
165
+ "name": "vz",
166
+ "required": false,
167
+ "type": "number"
168
+ },
159
169
  "x": {
160
170
  "name": "x",
161
171
  "required": true,
@@ -165,6 +175,11 @@
165
175
  "name": "y",
166
176
  "required": true,
167
177
  "type": "number"
178
+ },
179
+ "z": {
180
+ "name": "z",
181
+ "required": false,
182
+ "type": "number"
168
183
  }
169
184
  },
170
185
  "type": "object"
@@ -173,6 +188,13 @@
173
188
  "tier": "presentation",
174
189
  "type": "[PhysicsCanvasBodiesItem]"
175
190
  },
191
+ "camera": {
192
+ "default": {},
193
+ "description": "3D only: neutral camera pose ({ mode, zoom, fov, azimuth, target }).",
194
+ "label": "Camera",
195
+ "tier": "presentation",
196
+ "type": "json"
197
+ },
176
198
  "className": {
177
199
  "description": "className prop",
178
200
  "label": "Class Name",
@@ -249,8 +271,7 @@
249
271
  "type": "number"
250
272
  },
251
273
  "interactive": {
252
- "default": false,
253
- "description": "interactive prop",
274
+ "description": "2D: pointer interaction (click/hover). 3D: orbit camera controls.",
254
275
  "label": "Interactive",
255
276
  "tier": "presentation",
256
277
  "type": "boolean"
@@ -261,6 +282,24 @@
261
282
  "tier": "presentation",
262
283
  "type": "boolean"
263
284
  },
285
+ "lighting": {
286
+ "default": {},
287
+ "description": "3D only: scene light rig as data.",
288
+ "label": "Lighting",
289
+ "tier": "presentation",
290
+ "type": "json"
291
+ },
292
+ "mode": {
293
+ "default": "2d",
294
+ "description": "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
295
+ "label": "Mode",
296
+ "tier": "presentation",
297
+ "type": "string",
298
+ "values": [
299
+ "2d",
300
+ "3d"
301
+ ]
302
+ },
264
303
  "onShapeClick": {
265
304
  "default": "SHAPE_CLICK",
266
305
  "description": "onShapeClick prop",
@@ -268,9 +307,22 @@
268
307
  "tier": "presentation",
269
308
  "type": "string"
270
309
  },
310
+ "post": {
311
+ "default": {},
312
+ "description": "3D only: post-processing stack (bloom/vignette).",
313
+ "label": "Post",
314
+ "tier": "presentation",
315
+ "type": "json"
316
+ },
317
+ "shadows": {
318
+ "description": "3D only: enable shadows. Omitted → the host default.",
319
+ "label": "Shadows",
320
+ "tier": "presentation",
321
+ "type": "boolean"
322
+ },
271
323
  "shapes": {
272
324
  "default": [],
273
- "description": "Extra declarative shapes in canvas pixel coordinates.",
325
+ "description": "Extra declarative shapes in canvas pixel coordinates (2D mode only — ignored in 3D).",
274
326
  "items": {
275
327
  "properties": {
276
328
  "align": {
@@ -447,6 +499,12 @@
447
499
  "tier": "presentation",
448
500
  "type": "boolean"
449
501
  },
502
+ "showGrid": {
503
+ "description": "3D only: show the ground grid (default off).",
504
+ "label": "Show Grid",
505
+ "tier": "presentation",
506
+ "type": "boolean"
507
+ },
450
508
  "showVelocity": {
451
509
  "default": true,
452
510
  "description": "showVelocity prop",
@@ -533,15 +591,202 @@
533
591
  "payloadSchema": [
534
592
  {
535
593
  "name": "bodies",
536
- "type": "[PhysicsCanvasBodiesItem]"
594
+ "properties": [
595
+ {
596
+ "name": "id",
597
+ "type": "string"
598
+ },
599
+ {
600
+ "name": "x",
601
+ "required": true,
602
+ "type": "number"
603
+ },
604
+ {
605
+ "name": "y",
606
+ "required": true,
607
+ "type": "number"
608
+ },
609
+ {
610
+ "name": "z",
611
+ "type": "number"
612
+ },
613
+ {
614
+ "name": "radius",
615
+ "type": "number"
616
+ },
617
+ {
618
+ "name": "color",
619
+ "type": "string"
620
+ },
621
+ {
622
+ "name": "label",
623
+ "type": "string"
624
+ },
625
+ {
626
+ "name": "vx",
627
+ "type": "number"
628
+ },
629
+ {
630
+ "name": "vy",
631
+ "type": "number"
632
+ },
633
+ {
634
+ "name": "vz",
635
+ "type": "number"
636
+ },
637
+ {
638
+ "name": "fx",
639
+ "type": "number"
640
+ },
641
+ {
642
+ "name": "fy",
643
+ "type": "number"
644
+ },
645
+ {
646
+ "name": "fz",
647
+ "type": "number"
648
+ }
649
+ ],
650
+ "type": "[object]"
537
651
  },
538
652
  {
539
653
  "name": "constraints",
540
- "type": "[PhysicsCanvasConstraintsItem]"
654
+ "properties": [
655
+ {
656
+ "name": "from",
657
+ "required": true,
658
+ "type": "string"
659
+ },
660
+ {
661
+ "name": "to",
662
+ "required": true,
663
+ "type": "string"
664
+ },
665
+ {
666
+ "name": "color",
667
+ "type": "string"
668
+ }
669
+ ],
670
+ "type": "[object]"
541
671
  },
542
672
  {
543
673
  "name": "shapes",
544
- "type": "[PhysicsCanvasShapesItem]"
674
+ "properties": [
675
+ {
676
+ "name": "type",
677
+ "required": true,
678
+ "type": "string"
679
+ },
680
+ {
681
+ "name": "id",
682
+ "type": "string"
683
+ },
684
+ {
685
+ "name": "x",
686
+ "type": "number"
687
+ },
688
+ {
689
+ "name": "y",
690
+ "type": "number"
691
+ },
692
+ {
693
+ "name": "x1",
694
+ "type": "number"
695
+ },
696
+ {
697
+ "name": "y1",
698
+ "type": "number"
699
+ },
700
+ {
701
+ "name": "x2",
702
+ "type": "number"
703
+ },
704
+ {
705
+ "name": "y2",
706
+ "type": "number"
707
+ },
708
+ {
709
+ "name": "radius",
710
+ "type": "number"
711
+ },
712
+ {
713
+ "name": "width",
714
+ "type": "number"
715
+ },
716
+ {
717
+ "name": "height",
718
+ "type": "number"
719
+ },
720
+ {
721
+ "name": "points",
722
+ "properties": [
723
+ {
724
+ "name": "x",
725
+ "required": true,
726
+ "type": "number"
727
+ },
728
+ {
729
+ "name": "y",
730
+ "required": true,
731
+ "type": "number"
732
+ }
733
+ ],
734
+ "type": "[object]"
735
+ },
736
+ {
737
+ "name": "path",
738
+ "type": "string"
739
+ },
740
+ {
741
+ "name": "text",
742
+ "type": "string"
743
+ },
744
+ {
745
+ "name": "label",
746
+ "type": "string"
747
+ },
748
+ {
749
+ "name": "fontSize",
750
+ "type": "number"
751
+ },
752
+ {
753
+ "name": "align",
754
+ "type": "string"
755
+ },
756
+ {
757
+ "name": "axis",
758
+ "type": "string"
759
+ },
760
+ {
761
+ "name": "min",
762
+ "type": "number"
763
+ },
764
+ {
765
+ "name": "max",
766
+ "type": "number"
767
+ },
768
+ {
769
+ "name": "step",
770
+ "type": "number"
771
+ },
772
+ {
773
+ "name": "color",
774
+ "type": "string"
775
+ },
776
+ {
777
+ "name": "fill",
778
+ "type": "string"
779
+ },
780
+ {
781
+ "name": "lineWidth",
782
+ "type": "number"
783
+ },
784
+ {
785
+ "name": "opacity",
786
+ "type": "number"
787
+ }
788
+ ],
789
+ "type": "[object]"
545
790
  }
546
791
  ],
547
792
  "synonyms": "tick, redraw, animate, frame",
@@ -592,6 +837,7 @@
592
837
  "animate": "@config.animate",
593
838
  "backgroundColor": "@config.backgroundColor",
594
839
  "bodies": "@config.bodies",
840
+ "camera": "@config.camera",
595
841
  "className": "@config.className",
596
842
  "constraints": "@config.constraints",
597
843
  "error": "@config.error",
@@ -599,9 +845,14 @@
599
845
  "height": "@config.height",
600
846
  "interactive": "@config.interactive",
601
847
  "isLoading": "@config.isLoading",
848
+ "lighting": "@config.lighting",
849
+ "mode": "@config.mode",
602
850
  "onShapeClick": "@config.onShapeClick",
851
+ "post": "@config.post",
852
+ "shadows": "@config.shadows",
603
853
  "shapes": "@config.shapes",
604
854
  "showForces": "@config.showForces",
855
+ "showGrid": "@config.showGrid",
605
856
  "showVelocity": "@config.showVelocity",
606
857
  "title": "@config.title",
607
858
  "type": "physics-canvas",
@@ -624,6 +875,7 @@
624
875
  "animate": "@config.animate",
625
876
  "backgroundColor": "@config.backgroundColor",
626
877
  "bodies": "@payload.bodies",
878
+ "camera": "@config.camera",
627
879
  "className": "@config.className",
628
880
  "constraints": "@payload.constraints",
629
881
  "error": "@config.error",
@@ -631,9 +883,14 @@
631
883
  "height": "@config.height",
632
884
  "interactive": "@config.interactive",
633
885
  "isLoading": "@config.isLoading",
886
+ "lighting": "@config.lighting",
887
+ "mode": "@config.mode",
634
888
  "onShapeClick": "@config.onShapeClick",
889
+ "post": "@config.post",
890
+ "shadows": "@config.shadows",
635
891
  "shapes": "@payload.shapes",
636
892
  "showForces": "@config.showForces",
893
+ "showGrid": "@config.showGrid",
637
894
  "showVelocity": "@config.showVelocity",
638
895
  "title": "@config.title",
639
896
  "type": "physics-canvas",
@@ -105,8 +105,7 @@
105
105
  "linkedEntity": "ArticleItem",
106
106
  "linkedEntityId": "ent_01KXG053GJBVCZEB9SV11MTCSP",
107
107
  "name": "ArticleItemArticle",
108
- "ref": "ArticleSection.traits.ArticleSectionRender",
109
- "refId": "trt_01KXG0546GH8N2J7TDFT0XG61W"
108
+ "ref": "ArticleSection.traits.ArticleSectionRender"
110
109
  }
111
110
  ],
112
111
  "uses": [
@@ -198,8 +198,7 @@
198
198
  "linkedEntity": "FooterItem",
199
199
  "linkedEntityId": "ent_01KXG053KSM75X86NYKSZBVV8M",
200
200
  "name": "FooterItemFooter",
201
- "ref": "MarketingFooter.traits.MarketingFooterRender",
202
- "refId": "trt_01KXG054K7W0YBC4QSBXWCZ2Z5"
201
+ "ref": "MarketingFooter.traits.MarketingFooterRender"
203
202
  }
204
203
  ],
205
204
  "uses": [
@@ -136,8 +136,7 @@
136
136
  "linkedEntity": "SplitItem",
137
137
  "linkedEntityId": "ent_01KXG053S2HT3JWK3SQCA0JH46",
138
138
  "name": "SplitItemSplit",
139
- "ref": "SplitSection.traits.SplitSectionRender",
140
- "refId": "trt_01KXG054SZQ1ZPM3CT55A9Q4CC"
139
+ "ref": "SplitSection.traits.SplitSectionRender"
141
140
  }
142
141
  ],
143
142
  "uses": [
@@ -121,8 +121,7 @@
121
121
  "linkedEntity": "StatItem",
122
122
  "linkedEntityId": "ent_01KXG053T5Y695NJB0G408M0Q2",
123
123
  "name": "StatItemStats",
124
- "ref": "StatsGrid.traits.StatsGridRender",
125
- "refId": "trt_01KXG054V0YTYBS3NCKTY0P254"
124
+ "ref": "StatsGrid.traits.StatsGridRender"
126
125
  }
127
126
  ],
128
127
  "uses": [
@@ -178,8 +178,7 @@
178
178
  "linkedEntity": "StepSectionItem",
179
179
  "linkedEntityId": "ent_01KXG053VA1BNTFCZ844SWG3A4",
180
180
  "name": "StepSectionItemSteps",
181
- "ref": "StepFlowOrganism.traits.StepFlowOrganismRender",
182
- "refId": "trt_01KXG055C336KJTBGBNPA8HD77"
181
+ "ref": "StepFlowOrganism.traits.StepFlowOrganismRender"
183
182
  }
184
183
  ],
185
184
  "uses": [
@@ -191,8 +191,7 @@
191
191
  "linkedEntity": "TeamItem",
192
192
  "linkedEntityId": "ent_01KXG053WB0VFQE4M1DH8T7CH6",
193
193
  "name": "TeamItemTeam",
194
- "ref": "TeamOrganism.traits.TeamOrganismRender",
195
- "refId": "trt_01KXG055D3RKADEM2GAY9318M2"
194
+ "ref": "TeamOrganism.traits.TeamOrganismRender"
196
195
  }
197
196
  ],
198
197
  "uses": [
@@ -92,9 +92,12 @@
92
92
  "activeFilters": {
93
93
  "default": {},
94
94
  "description": "Active filters",
95
+ "items": {
96
+ "type": "string"
97
+ },
95
98
  "label": "Active Filters",
96
99
  "tier": "presentation",
97
- "type": "json"
100
+ "type": "Map<string,string>"
98
101
  },
99
102
  "className": {
100
103
  "description": "Additional CSS classes",