@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
@@ -507,19 +507,188 @@
507
507
  "payloadSchema": [
508
508
  {
509
509
  "name": "bars",
510
- "type": "[AlgorithmCanvasBarsItem]"
510
+ "properties": [
511
+ {
512
+ "name": "value",
513
+ "required": true,
514
+ "type": "number"
515
+ },
516
+ {
517
+ "name": "color",
518
+ "type": "string"
519
+ },
520
+ {
521
+ "name": "label",
522
+ "type": "string"
523
+ }
524
+ ],
525
+ "type": "[object]"
511
526
  },
512
527
  {
513
528
  "name": "cells",
514
- "type": "[AlgorithmCanvasCellsItem]"
529
+ "properties": [
530
+ {
531
+ "name": "row",
532
+ "required": true,
533
+ "type": "number"
534
+ },
535
+ {
536
+ "name": "col",
537
+ "required": true,
538
+ "type": "number"
539
+ },
540
+ {
541
+ "name": "value",
542
+ "type": "number"
543
+ },
544
+ {
545
+ "name": "color",
546
+ "type": "string"
547
+ },
548
+ {
549
+ "name": "label",
550
+ "type": "string"
551
+ }
552
+ ],
553
+ "type": "[object]"
515
554
  },
516
555
  {
517
556
  "name": "pointers",
518
- "type": "[AlgorithmCanvasPointersItem]"
557
+ "properties": [
558
+ {
559
+ "name": "index",
560
+ "required": true,
561
+ "type": "number"
562
+ },
563
+ {
564
+ "name": "label",
565
+ "type": "string"
566
+ },
567
+ {
568
+ "name": "color",
569
+ "type": "string"
570
+ }
571
+ ],
572
+ "type": "[object]"
519
573
  },
520
574
  {
521
575
  "name": "shapes",
522
- "type": "[AlgorithmCanvasShapesItem]"
576
+ "properties": [
577
+ {
578
+ "name": "type",
579
+ "required": true,
580
+ "type": "string"
581
+ },
582
+ {
583
+ "name": "id",
584
+ "type": "string"
585
+ },
586
+ {
587
+ "name": "x",
588
+ "type": "number"
589
+ },
590
+ {
591
+ "name": "y",
592
+ "type": "number"
593
+ },
594
+ {
595
+ "name": "x1",
596
+ "type": "number"
597
+ },
598
+ {
599
+ "name": "y1",
600
+ "type": "number"
601
+ },
602
+ {
603
+ "name": "x2",
604
+ "type": "number"
605
+ },
606
+ {
607
+ "name": "y2",
608
+ "type": "number"
609
+ },
610
+ {
611
+ "name": "radius",
612
+ "type": "number"
613
+ },
614
+ {
615
+ "name": "width",
616
+ "type": "number"
617
+ },
618
+ {
619
+ "name": "height",
620
+ "type": "number"
621
+ },
622
+ {
623
+ "name": "points",
624
+ "properties": [
625
+ {
626
+ "name": "x",
627
+ "required": true,
628
+ "type": "number"
629
+ },
630
+ {
631
+ "name": "y",
632
+ "required": true,
633
+ "type": "number"
634
+ }
635
+ ],
636
+ "type": "[object]"
637
+ },
638
+ {
639
+ "name": "path",
640
+ "type": "string"
641
+ },
642
+ {
643
+ "name": "text",
644
+ "type": "string"
645
+ },
646
+ {
647
+ "name": "label",
648
+ "type": "string"
649
+ },
650
+ {
651
+ "name": "fontSize",
652
+ "type": "number"
653
+ },
654
+ {
655
+ "name": "align",
656
+ "type": "string"
657
+ },
658
+ {
659
+ "name": "axis",
660
+ "type": "string"
661
+ },
662
+ {
663
+ "name": "min",
664
+ "type": "number"
665
+ },
666
+ {
667
+ "name": "max",
668
+ "type": "number"
669
+ },
670
+ {
671
+ "name": "step",
672
+ "type": "number"
673
+ },
674
+ {
675
+ "name": "color",
676
+ "type": "string"
677
+ },
678
+ {
679
+ "name": "fill",
680
+ "type": "string"
681
+ },
682
+ {
683
+ "name": "lineWidth",
684
+ "type": "number"
685
+ },
686
+ {
687
+ "name": "opacity",
688
+ "type": "number"
689
+ }
690
+ ],
691
+ "type": "[object]"
523
692
  }
524
693
  ],
525
694
  "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"
@@ -111,6 +111,13 @@
111
111
  "tier": "presentation",
112
112
  "type": "string"
113
113
  },
114
+ "camera": {
115
+ "default": {},
116
+ "description": "3D only: neutral camera pose ({ mode, zoom, fov, azimuth, target }).",
117
+ "label": "Camera",
118
+ "tier": "presentation",
119
+ "type": "json"
120
+ },
114
121
  "className": {
115
122
  "description": "className prop",
116
123
  "label": "Class Name",
@@ -185,8 +192,7 @@
185
192
  "type": "number"
186
193
  },
187
194
  "interactive": {
188
- "default": false,
189
- "description": "interactive prop",
195
+ "description": "2D: pointer interaction (click/hover). 3D: orbit camera controls.",
190
196
  "label": "Interactive",
191
197
  "tier": "presentation",
192
198
  "type": "boolean"
@@ -197,6 +203,24 @@
197
203
  "tier": "presentation",
198
204
  "type": "boolean"
199
205
  },
206
+ "lighting": {
207
+ "default": {},
208
+ "description": "3D only: scene light rig as data.",
209
+ "label": "Lighting",
210
+ "tier": "presentation",
211
+ "type": "json"
212
+ },
213
+ "mode": {
214
+ "default": "2d",
215
+ "description": "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
216
+ "label": "Mode",
217
+ "tier": "presentation",
218
+ "type": "string",
219
+ "values": [
220
+ "2d",
221
+ "3d"
222
+ ]
223
+ },
200
224
  "nodes": {
201
225
  "default": [],
202
226
  "description": "nodes prop",
@@ -228,11 +252,32 @@
228
252
  "required": false,
229
253
  "type": "string"
230
254
  },
255
+ "opacity": {
256
+ "name": "opacity",
257
+ "required": false,
258
+ "type": "number"
259
+ },
231
260
  "radius": {
232
261
  "name": "radius",
233
262
  "required": false,
234
263
  "type": "number"
235
264
  },
265
+ "shape": {
266
+ "name": "shape",
267
+ "required": false,
268
+ "type": "string",
269
+ "values": [
270
+ "box",
271
+ "sphere",
272
+ "capsule",
273
+ "cylinder",
274
+ "cone",
275
+ "torus",
276
+ "plane",
277
+ "circle",
278
+ "polyhedron"
279
+ ]
280
+ },
236
281
  "x": {
237
282
  "name": "x",
238
283
  "required": true,
@@ -242,6 +287,11 @@
242
287
  "name": "y",
243
288
  "required": true,
244
289
  "type": "number"
290
+ },
291
+ "z": {
292
+ "name": "z",
293
+ "required": false,
294
+ "type": "number"
245
295
  }
246
296
  },
247
297
  "type": "object"
@@ -257,9 +307,22 @@
257
307
  "tier": "presentation",
258
308
  "type": "string"
259
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
+ },
260
323
  "shapes": {
261
324
  "default": [],
262
- "description": "Extra declarative shapes in canvas pixel coordinates.",
325
+ "description": "Extra declarative shapes in canvas pixel coordinates (2D mode only — ignored in 3D).",
263
326
  "items": {
264
327
  "properties": {
265
328
  "align": {
@@ -429,6 +492,12 @@
429
492
  "tier": "presentation",
430
493
  "type": "[BiologyCanvasShapesItem]"
431
494
  },
495
+ "showGrid": {
496
+ "description": "3D only: show the ground grid (default off).",
497
+ "label": "Show Grid",
498
+ "tier": "presentation",
499
+ "type": "boolean"
500
+ },
432
501
  "title": {
433
502
  "description": "title prop",
434
503
  "label": "Title",
@@ -501,15 +570,194 @@
501
570
  "payloadSchema": [
502
571
  {
503
572
  "name": "nodes",
504
- "type": "[BiologyCanvasNodesItem]"
573
+ "properties": [
574
+ {
575
+ "name": "id",
576
+ "type": "string"
577
+ },
578
+ {
579
+ "name": "x",
580
+ "required": true,
581
+ "type": "number"
582
+ },
583
+ {
584
+ "name": "y",
585
+ "required": true,
586
+ "type": "number"
587
+ },
588
+ {
589
+ "name": "z",
590
+ "type": "number"
591
+ },
592
+ {
593
+ "name": "radius",
594
+ "type": "number"
595
+ },
596
+ {
597
+ "name": "color",
598
+ "type": "string"
599
+ },
600
+ {
601
+ "name": "label",
602
+ "type": "string"
603
+ },
604
+ {
605
+ "name": "kind",
606
+ "type": "string"
607
+ },
608
+ {
609
+ "name": "shape",
610
+ "type": "string"
611
+ },
612
+ {
613
+ "name": "opacity",
614
+ "type": "number"
615
+ }
616
+ ],
617
+ "type": "[object]"
505
618
  },
506
619
  {
507
620
  "name": "edges",
508
- "type": "[BiologyCanvasEdgesItem]"
621
+ "properties": [
622
+ {
623
+ "name": "from",
624
+ "required": true,
625
+ "type": "string"
626
+ },
627
+ {
628
+ "name": "to",
629
+ "required": true,
630
+ "type": "string"
631
+ },
632
+ {
633
+ "name": "color",
634
+ "type": "string"
635
+ },
636
+ {
637
+ "name": "label",
638
+ "type": "string"
639
+ }
640
+ ],
641
+ "type": "[object]"
509
642
  },
510
643
  {
511
644
  "name": "shapes",
512
- "type": "[BiologyCanvasShapesItem]"
645
+ "properties": [
646
+ {
647
+ "name": "type",
648
+ "required": true,
649
+ "type": "string"
650
+ },
651
+ {
652
+ "name": "id",
653
+ "type": "string"
654
+ },
655
+ {
656
+ "name": "x",
657
+ "type": "number"
658
+ },
659
+ {
660
+ "name": "y",
661
+ "type": "number"
662
+ },
663
+ {
664
+ "name": "x1",
665
+ "type": "number"
666
+ },
667
+ {
668
+ "name": "y1",
669
+ "type": "number"
670
+ },
671
+ {
672
+ "name": "x2",
673
+ "type": "number"
674
+ },
675
+ {
676
+ "name": "y2",
677
+ "type": "number"
678
+ },
679
+ {
680
+ "name": "radius",
681
+ "type": "number"
682
+ },
683
+ {
684
+ "name": "width",
685
+ "type": "number"
686
+ },
687
+ {
688
+ "name": "height",
689
+ "type": "number"
690
+ },
691
+ {
692
+ "name": "points",
693
+ "properties": [
694
+ {
695
+ "name": "x",
696
+ "required": true,
697
+ "type": "number"
698
+ },
699
+ {
700
+ "name": "y",
701
+ "required": true,
702
+ "type": "number"
703
+ }
704
+ ],
705
+ "type": "[object]"
706
+ },
707
+ {
708
+ "name": "path",
709
+ "type": "string"
710
+ },
711
+ {
712
+ "name": "text",
713
+ "type": "string"
714
+ },
715
+ {
716
+ "name": "label",
717
+ "type": "string"
718
+ },
719
+ {
720
+ "name": "fontSize",
721
+ "type": "number"
722
+ },
723
+ {
724
+ "name": "align",
725
+ "type": "string"
726
+ },
727
+ {
728
+ "name": "axis",
729
+ "type": "string"
730
+ },
731
+ {
732
+ "name": "min",
733
+ "type": "number"
734
+ },
735
+ {
736
+ "name": "max",
737
+ "type": "number"
738
+ },
739
+ {
740
+ "name": "step",
741
+ "type": "number"
742
+ },
743
+ {
744
+ "name": "color",
745
+ "type": "string"
746
+ },
747
+ {
748
+ "name": "fill",
749
+ "type": "string"
750
+ },
751
+ {
752
+ "name": "lineWidth",
753
+ "type": "number"
754
+ },
755
+ {
756
+ "name": "opacity",
757
+ "type": "number"
758
+ }
759
+ ],
760
+ "type": "[object]"
513
761
  }
514
762
  ],
515
763
  "synonyms": "tick, redraw, animate, frame",
@@ -559,15 +807,21 @@
559
807
  {
560
808
  "animate": "@config.animate",
561
809
  "backgroundColor": "@config.backgroundColor",
810
+ "camera": "@config.camera",
562
811
  "className": "@config.className",
563
812
  "edges": "@config.edges",
564
813
  "error": "@config.error",
565
814
  "height": "@config.height",
566
815
  "interactive": "@config.interactive",
567
816
  "isLoading": "@config.isLoading",
817
+ "lighting": "@config.lighting",
818
+ "mode": "@config.mode",
568
819
  "nodes": "@config.nodes",
569
820
  "onShapeClick": "@config.onShapeClick",
821
+ "post": "@config.post",
822
+ "shadows": "@config.shadows",
570
823
  "shapes": "@config.shapes",
824
+ "showGrid": "@config.showGrid",
571
825
  "title": "@config.title",
572
826
  "type": "biology-canvas",
573
827
  "width": "@config.width"
@@ -587,15 +841,21 @@
587
841
  {
588
842
  "animate": "@config.animate",
589
843
  "backgroundColor": "@config.backgroundColor",
844
+ "camera": "@config.camera",
590
845
  "className": "@config.className",
591
846
  "edges": "@payload.edges",
592
847
  "error": "@config.error",
593
848
  "height": "@config.height",
594
849
  "interactive": "@config.interactive",
595
850
  "isLoading": "@config.isLoading",
851
+ "lighting": "@config.lighting",
852
+ "mode": "@config.mode",
596
853
  "nodes": "@payload.nodes",
597
854
  "onShapeClick": "@config.onShapeClick",
855
+ "post": "@config.post",
856
+ "shadows": "@config.shadows",
598
857
  "shapes": "@payload.shapes",
858
+ "showGrid": "@config.showGrid",
599
859
  "title": "@config.title",
600
860
  "type": "biology-canvas",
601
861
  "width": "@config.width"