@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
@@ -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,12 +111,104 @@
111
111
  "tier": "presentation",
112
112
  "type": "string"
113
113
  },
114
+ "bands": {
115
+ "default": [],
116
+ "description": "Full-width horizontal background stripes, drawn first (2D only).",
117
+ "items": {
118
+ "properties": {
119
+ "color": {
120
+ "name": "color",
121
+ "required": false,
122
+ "type": "string"
123
+ },
124
+ "label": {
125
+ "name": "label",
126
+ "required": false,
127
+ "type": "string"
128
+ }
129
+ },
130
+ "type": "object"
131
+ },
132
+ "label": "Bands",
133
+ "synonyms": "trophic levels, zones, layers",
134
+ "tier": "presentation",
135
+ "type": "[BiologyCanvasBandsItem]"
136
+ },
137
+ "camera": {
138
+ "default": {},
139
+ "description": "3D only: neutral camera pose ({ mode, zoom, fov, azimuth, target }).",
140
+ "label": "Camera",
141
+ "tier": "presentation",
142
+ "type": "json"
143
+ },
114
144
  "className": {
115
145
  "description": "className prop",
116
146
  "label": "Class Name",
117
147
  "tier": "presentation",
118
148
  "type": "string"
119
149
  },
150
+ "compartments": {
151
+ "default": [],
152
+ "description": "Organelle/membrane/cell-boundary ellipses (2D only).",
153
+ "items": {
154
+ "properties": {
155
+ "color": {
156
+ "name": "color",
157
+ "required": false,
158
+ "type": "string"
159
+ },
160
+ "dash": {
161
+ "name": "dash",
162
+ "required": false,
163
+ "type": "string",
164
+ "values": [
165
+ "dashed",
166
+ "dotted"
167
+ ]
168
+ },
169
+ "fill": {
170
+ "name": "fill",
171
+ "required": false,
172
+ "type": "string"
173
+ },
174
+ "height": {
175
+ "name": "height",
176
+ "required": true,
177
+ "type": "number"
178
+ },
179
+ "label": {
180
+ "name": "label",
181
+ "required": false,
182
+ "type": "string"
183
+ },
184
+ "lineWidth": {
185
+ "name": "lineWidth",
186
+ "required": false,
187
+ "type": "number"
188
+ },
189
+ "width": {
190
+ "name": "width",
191
+ "required": true,
192
+ "type": "number"
193
+ },
194
+ "x": {
195
+ "name": "x",
196
+ "required": true,
197
+ "type": "number"
198
+ },
199
+ "y": {
200
+ "name": "y",
201
+ "required": true,
202
+ "type": "number"
203
+ }
204
+ },
205
+ "type": "object"
206
+ },
207
+ "label": "Compartments",
208
+ "synonyms": "membrane, organelle region, cell boundary",
209
+ "tier": "presentation",
210
+ "type": "[BiologyCanvasCompartmentsItem]"
211
+ },
120
212
  "edges": {
121
213
  "default": [],
122
214
  "description": "edges prop",
@@ -127,6 +219,11 @@
127
219
  "required": false,
128
220
  "type": "string"
129
221
  },
222
+ "directed": {
223
+ "name": "directed",
224
+ "required": false,
225
+ "type": "boolean"
226
+ },
130
227
  "from": {
131
228
  "name": "from",
132
229
  "required": true,
@@ -184,9 +281,195 @@
184
281
  "tier": "presentation",
185
282
  "type": "number"
186
283
  },
284
+ "helix": {
285
+ "description": "A DNA double-helix ladder panel (2D only).",
286
+ "label": "Helix",
287
+ "properties": {
288
+ "colorA": {
289
+ "name": "colorA",
290
+ "required": false,
291
+ "type": "string"
292
+ },
293
+ "colorB": {
294
+ "name": "colorB",
295
+ "required": false,
296
+ "type": "string"
297
+ },
298
+ "fork": {
299
+ "name": "fork",
300
+ "required": false,
301
+ "type": "number"
302
+ },
303
+ "height": {
304
+ "name": "height",
305
+ "required": false,
306
+ "type": "number"
307
+ },
308
+ "rungColor": {
309
+ "name": "rungColor",
310
+ "required": false,
311
+ "type": "string"
312
+ },
313
+ "rungs": {
314
+ "items": {
315
+ "properties": {
316
+ "a": {
317
+ "name": "a",
318
+ "required": false,
319
+ "type": "string"
320
+ },
321
+ "b": {
322
+ "name": "b",
323
+ "required": false,
324
+ "type": "string"
325
+ },
326
+ "color": {
327
+ "name": "color",
328
+ "required": false,
329
+ "type": "string"
330
+ },
331
+ "state": {
332
+ "name": "state",
333
+ "required": false,
334
+ "type": "string",
335
+ "values": [
336
+ "paired",
337
+ "open",
338
+ "new"
339
+ ]
340
+ }
341
+ },
342
+ "type": "object"
343
+ },
344
+ "name": "rungs",
345
+ "required": true,
346
+ "type": "array"
347
+ },
348
+ "width": {
349
+ "name": "width",
350
+ "required": false,
351
+ "type": "number"
352
+ },
353
+ "x": {
354
+ "name": "x",
355
+ "required": false,
356
+ "type": "number"
357
+ },
358
+ "y": {
359
+ "name": "y",
360
+ "required": false,
361
+ "type": "number"
362
+ }
363
+ },
364
+ "synonyms": "DNA ladder, replication fork, base pairs",
365
+ "tier": "presentation",
366
+ "type": "BiologyCanvasHelix"
367
+ },
368
+ "helix3d": {
369
+ "description": "A 3D DNA double-helix ladder. 3D only.",
370
+ "label": "Helix3d",
371
+ "properties": {
372
+ "backboneRadius": {
373
+ "name": "backboneRadius",
374
+ "required": false,
375
+ "type": "number"
376
+ },
377
+ "count": {
378
+ "name": "count",
379
+ "required": false,
380
+ "type": "number"
381
+ },
382
+ "radius": {
383
+ "name": "radius",
384
+ "required": false,
385
+ "type": "number"
386
+ },
387
+ "rise": {
388
+ "name": "rise",
389
+ "required": false,
390
+ "type": "number"
391
+ },
392
+ "rungRadius": {
393
+ "name": "rungRadius",
394
+ "required": false,
395
+ "type": "number"
396
+ },
397
+ "rungs": {
398
+ "items": {
399
+ "properties": {
400
+ "color": {
401
+ "name": "color",
402
+ "required": false,
403
+ "type": "string"
404
+ },
405
+ "id": {
406
+ "name": "id",
407
+ "required": false,
408
+ "type": "string"
409
+ },
410
+ "label": {
411
+ "name": "label",
412
+ "required": false,
413
+ "type": "string"
414
+ },
415
+ "radius": {
416
+ "name": "radius",
417
+ "required": false,
418
+ "type": "number"
419
+ }
420
+ },
421
+ "type": "object"
422
+ },
423
+ "name": "rungs",
424
+ "required": false,
425
+ "type": "array"
426
+ },
427
+ "strandAColor": {
428
+ "name": "strandAColor",
429
+ "required": false,
430
+ "type": "string"
431
+ },
432
+ "strandBColor": {
433
+ "name": "strandBColor",
434
+ "required": false,
435
+ "type": "string"
436
+ },
437
+ "twistDeg": {
438
+ "name": "twistDeg",
439
+ "required": false,
440
+ "type": "number"
441
+ },
442
+ "unwindSpread": {
443
+ "name": "unwindSpread",
444
+ "required": false,
445
+ "type": "number"
446
+ },
447
+ "unwoundCount": {
448
+ "name": "unwoundCount",
449
+ "required": false,
450
+ "type": "number"
451
+ },
452
+ "x": {
453
+ "name": "x",
454
+ "required": false,
455
+ "type": "number"
456
+ },
457
+ "y": {
458
+ "name": "y",
459
+ "required": false,
460
+ "type": "number"
461
+ },
462
+ "z": {
463
+ "name": "z",
464
+ "required": false,
465
+ "type": "number"
466
+ }
467
+ },
468
+ "tier": "presentation",
469
+ "type": "BiologyCanvasHelix3d"
470
+ },
187
471
  "interactive": {
188
- "default": false,
189
- "description": "interactive prop",
472
+ "description": "2D: pointer interaction (click/hover). 3D: orbit camera controls.",
190
473
  "label": "Interactive",
191
474
  "tier": "presentation",
192
475
  "type": "boolean"
@@ -197,6 +480,24 @@
197
480
  "tier": "presentation",
198
481
  "type": "boolean"
199
482
  },
483
+ "lighting": {
484
+ "default": {},
485
+ "description": "3D only: scene light rig as data.",
486
+ "label": "Lighting",
487
+ "tier": "presentation",
488
+ "type": "json"
489
+ },
490
+ "mode": {
491
+ "default": "2d",
492
+ "description": "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
493
+ "label": "Mode",
494
+ "tier": "presentation",
495
+ "type": "string",
496
+ "values": [
497
+ "2d",
498
+ "3d"
499
+ ]
500
+ },
200
501
  "nodes": {
201
502
  "default": [],
202
503
  "description": "nodes prop",
@@ -228,11 +529,42 @@
228
529
  "required": false,
229
530
  "type": "string"
230
531
  },
532
+ "opacity": {
533
+ "name": "opacity",
534
+ "required": false,
535
+ "type": "number"
536
+ },
231
537
  "radius": {
232
538
  "name": "radius",
233
539
  "required": false,
234
540
  "type": "number"
235
541
  },
542
+ "shape": {
543
+ "name": "shape",
544
+ "required": false,
545
+ "type": "string",
546
+ "values": [
547
+ "box",
548
+ "sphere",
549
+ "capsule",
550
+ "cylinder",
551
+ "cone",
552
+ "torus",
553
+ "plane",
554
+ "circle",
555
+ "polyhedron"
556
+ ]
557
+ },
558
+ "state": {
559
+ "name": "state",
560
+ "required": false,
561
+ "type": "string",
562
+ "values": [
563
+ "default",
564
+ "highlight",
565
+ "muted"
566
+ ]
567
+ },
236
568
  "x": {
237
569
  "name": "x",
238
570
  "required": true,
@@ -242,6 +574,11 @@
242
574
  "name": "y",
243
575
  "required": true,
244
576
  "type": "number"
577
+ },
578
+ "z": {
579
+ "name": "z",
580
+ "required": false,
581
+ "type": "number"
245
582
  }
246
583
  },
247
584
  "type": "object"
@@ -257,9 +594,49 @@
257
594
  "tier": "presentation",
258
595
  "type": "string"
259
596
  },
597
+ "post": {
598
+ "default": {},
599
+ "description": "3D only: post-processing stack (bloom/vignette).",
600
+ "label": "Post",
601
+ "tier": "presentation",
602
+ "type": "json"
603
+ },
604
+ "readouts": {
605
+ "default": [],
606
+ "description": "Top-right status chip row, forwarded to LearningCanvas verbatim.",
607
+ "items": {
608
+ "properties": {
609
+ "color": {
610
+ "name": "color",
611
+ "required": false,
612
+ "type": "string"
613
+ },
614
+ "label": {
615
+ "name": "label",
616
+ "required": true,
617
+ "type": "string"
618
+ },
619
+ "value": {
620
+ "name": "value",
621
+ "required": true,
622
+ "type": "string"
623
+ }
624
+ },
625
+ "type": "object"
626
+ },
627
+ "label": "Readouts",
628
+ "tier": "presentation",
629
+ "type": "[BiologyCanvasReadoutsItem]"
630
+ },
631
+ "shadows": {
632
+ "description": "3D only: enable shadows. Omitted → the host default.",
633
+ "label": "Shadows",
634
+ "tier": "presentation",
635
+ "type": "boolean"
636
+ },
260
637
  "shapes": {
261
638
  "default": [],
262
- "description": "Extra declarative shapes in canvas pixel coordinates.",
639
+ "description": "Extra declarative shapes in canvas pixel coordinates (2D mode only — ignored in 3D).",
263
640
  "items": {
264
641
  "properties": {
265
642
  "align": {
@@ -286,6 +663,20 @@
286
663
  "required": false,
287
664
  "type": "string"
288
665
  },
666
+ "dash": {
667
+ "name": "dash",
668
+ "required": false,
669
+ "type": "string",
670
+ "values": [
671
+ "dashed",
672
+ "dotted"
673
+ ]
674
+ },
675
+ "endAngle": {
676
+ "name": "endAngle",
677
+ "required": false,
678
+ "type": "number"
679
+ },
289
680
  "fill": {
290
681
  "name": "fill",
291
682
  "required": false,
@@ -361,6 +752,11 @@
361
752
  "required": false,
362
753
  "type": "number"
363
754
  },
755
+ "startAngle": {
756
+ "name": "startAngle",
757
+ "required": false,
758
+ "type": "number"
759
+ },
364
760
  "step": {
365
761
  "name": "step",
366
762
  "required": false,
@@ -379,6 +775,7 @@
379
775
  "line",
380
776
  "arrow",
381
777
  "circle",
778
+ "ellipse",
382
779
  "rect",
383
780
  "polygon",
384
781
  "path",
@@ -429,23 +826,170 @@
429
826
  "tier": "presentation",
430
827
  "type": "[BiologyCanvasShapesItem]"
431
828
  },
829
+ "showGrid": {
830
+ "description": "3D only: show the ground grid (default off).",
831
+ "label": "Show Grid",
832
+ "tier": "presentation",
833
+ "type": "boolean"
834
+ },
835
+ "stageStyle": {
836
+ "default": "timeline",
837
+ "description": "Layout for `stages`: a bottom timeline strip (default) or a radial ring.",
838
+ "label": "Stage Style",
839
+ "tier": "presentation",
840
+ "type": "string",
841
+ "values": [
842
+ "timeline",
843
+ "ring"
844
+ ]
845
+ },
846
+ "stages": {
847
+ "default": [],
848
+ "description": "Phase/step chips (2D only).",
849
+ "items": {
850
+ "properties": {
851
+ "color": {
852
+ "name": "color",
853
+ "required": false,
854
+ "type": "string"
855
+ },
856
+ "label": {
857
+ "name": "label",
858
+ "required": true,
859
+ "type": "string"
860
+ },
861
+ "state": {
862
+ "name": "state",
863
+ "required": false,
864
+ "type": "string",
865
+ "values": [
866
+ "pending",
867
+ "active",
868
+ "done"
869
+ ]
870
+ }
871
+ },
872
+ "type": "object"
873
+ },
874
+ "label": "Stages",
875
+ "synonyms": "phases, timeline, cycle",
876
+ "tier": "presentation",
877
+ "type": "[BiologyCanvasStagesItem]"
878
+ },
432
879
  "title": {
433
880
  "description": "title prop",
434
881
  "label": "Title",
435
882
  "tier": "presentation",
436
883
  "type": "string"
437
884
  },
438
- "width": {
439
- "default": 600.0,
440
- "description": "width prop",
441
- "label": "Width",
442
- "tier": "presentation",
443
- "type": "number"
444
- }
445
- },
446
- "emits": [
447
- {
448
- "description": "onShapeClick prop",
885
+ "traces": {
886
+ "default": [],
887
+ "description": "Inset sparkline panels, forwarded to LearningCanvas verbatim.",
888
+ "items": {
889
+ "properties": {
890
+ "backgroundColor": {
891
+ "name": "backgroundColor",
892
+ "required": false,
893
+ "type": "string"
894
+ },
895
+ "backgroundOpacity": {
896
+ "name": "backgroundOpacity",
897
+ "required": false,
898
+ "type": "number"
899
+ },
900
+ "frameColor": {
901
+ "name": "frameColor",
902
+ "required": false,
903
+ "type": "string"
904
+ },
905
+ "height": {
906
+ "name": "height",
907
+ "required": false,
908
+ "type": "number"
909
+ },
910
+ "series": {
911
+ "items": {
912
+ "properties": {
913
+ "color": {
914
+ "name": "color",
915
+ "required": false,
916
+ "type": "string"
917
+ },
918
+ "label": {
919
+ "name": "label",
920
+ "required": false,
921
+ "type": "string"
922
+ },
923
+ "samples": {
924
+ "items": {
925
+ "properties": {
926
+ "x": {
927
+ "name": "x",
928
+ "required": true,
929
+ "type": "number"
930
+ },
931
+ "y": {
932
+ "name": "y",
933
+ "required": true,
934
+ "type": "number"
935
+ }
936
+ },
937
+ "type": "object"
938
+ },
939
+ "name": "samples",
940
+ "required": true,
941
+ "type": "array"
942
+ }
943
+ },
944
+ "type": "object"
945
+ },
946
+ "name": "series",
947
+ "required": true,
948
+ "type": "array"
949
+ },
950
+ "width": {
951
+ "name": "width",
952
+ "required": false,
953
+ "type": "number"
954
+ },
955
+ "x": {
956
+ "name": "x",
957
+ "required": false,
958
+ "type": "number"
959
+ },
960
+ "xLabel": {
961
+ "name": "xLabel",
962
+ "required": false,
963
+ "type": "string"
964
+ },
965
+ "y": {
966
+ "name": "y",
967
+ "required": false,
968
+ "type": "number"
969
+ },
970
+ "yLabel": {
971
+ "name": "yLabel",
972
+ "required": false,
973
+ "type": "string"
974
+ }
975
+ },
976
+ "type": "object"
977
+ },
978
+ "label": "Traces",
979
+ "tier": "presentation",
980
+ "type": "[BiologyCanvasTracesItem]"
981
+ },
982
+ "width": {
983
+ "default": 600.0,
984
+ "description": "width prop",
985
+ "label": "Width",
986
+ "tier": "presentation",
987
+ "type": "number"
988
+ }
989
+ },
990
+ "emits": [
991
+ {
992
+ "description": "onShapeClick prop",
449
993
  "event": "@config.onShapeClick",
450
994
  "eventId": "evt_01M055GQ7S3MM2NWVW02EYXE3G",
451
995
  "payloadSchema": [
@@ -501,15 +1045,387 @@
501
1045
  "payloadSchema": [
502
1046
  {
503
1047
  "name": "nodes",
504
- "type": "[BiologyCanvasNodesItem]"
1048
+ "properties": [
1049
+ {
1050
+ "name": "id",
1051
+ "type": "string"
1052
+ },
1053
+ {
1054
+ "name": "x",
1055
+ "required": true,
1056
+ "type": "number"
1057
+ },
1058
+ {
1059
+ "name": "y",
1060
+ "required": true,
1061
+ "type": "number"
1062
+ },
1063
+ {
1064
+ "name": "z",
1065
+ "type": "number"
1066
+ },
1067
+ {
1068
+ "name": "radius",
1069
+ "type": "number"
1070
+ },
1071
+ {
1072
+ "name": "color",
1073
+ "type": "string"
1074
+ },
1075
+ {
1076
+ "name": "label",
1077
+ "type": "string"
1078
+ },
1079
+ {
1080
+ "name": "kind",
1081
+ "type": "string"
1082
+ },
1083
+ {
1084
+ "name": "shape",
1085
+ "type": "string"
1086
+ },
1087
+ {
1088
+ "name": "opacity",
1089
+ "type": "number"
1090
+ },
1091
+ {
1092
+ "name": "state",
1093
+ "type": "string"
1094
+ }
1095
+ ],
1096
+ "type": "[object]"
505
1097
  },
506
1098
  {
507
1099
  "name": "edges",
508
- "type": "[BiologyCanvasEdgesItem]"
1100
+ "properties": [
1101
+ {
1102
+ "name": "from",
1103
+ "required": true,
1104
+ "type": "string"
1105
+ },
1106
+ {
1107
+ "name": "to",
1108
+ "required": true,
1109
+ "type": "string"
1110
+ },
1111
+ {
1112
+ "name": "color",
1113
+ "type": "string"
1114
+ },
1115
+ {
1116
+ "name": "label",
1117
+ "type": "string"
1118
+ },
1119
+ {
1120
+ "name": "directed",
1121
+ "type": "boolean"
1122
+ }
1123
+ ],
1124
+ "type": "[object]"
1125
+ },
1126
+ {
1127
+ "name": "compartments",
1128
+ "properties": [
1129
+ {
1130
+ "name": "x",
1131
+ "required": true,
1132
+ "type": "number"
1133
+ },
1134
+ {
1135
+ "name": "y",
1136
+ "required": true,
1137
+ "type": "number"
1138
+ },
1139
+ {
1140
+ "name": "width",
1141
+ "required": true,
1142
+ "type": "number"
1143
+ },
1144
+ {
1145
+ "name": "height",
1146
+ "required": true,
1147
+ "type": "number"
1148
+ },
1149
+ {
1150
+ "name": "label",
1151
+ "type": "string"
1152
+ },
1153
+ {
1154
+ "name": "color",
1155
+ "type": "string"
1156
+ },
1157
+ {
1158
+ "name": "fill",
1159
+ "type": "string"
1160
+ },
1161
+ {
1162
+ "name": "dash",
1163
+ "type": "string"
1164
+ },
1165
+ {
1166
+ "name": "lineWidth",
1167
+ "type": "number"
1168
+ }
1169
+ ],
1170
+ "type": "[object]"
1171
+ },
1172
+ {
1173
+ "name": "bands",
1174
+ "properties": [
1175
+ {
1176
+ "name": "label",
1177
+ "type": "string"
1178
+ },
1179
+ {
1180
+ "name": "color",
1181
+ "type": "string"
1182
+ }
1183
+ ],
1184
+ "type": "[object]"
1185
+ },
1186
+ {
1187
+ "name": "stages",
1188
+ "properties": [
1189
+ {
1190
+ "name": "label",
1191
+ "required": true,
1192
+ "type": "string"
1193
+ },
1194
+ {
1195
+ "name": "state",
1196
+ "type": "string"
1197
+ },
1198
+ {
1199
+ "name": "color",
1200
+ "type": "string"
1201
+ }
1202
+ ],
1203
+ "type": "[object]"
509
1204
  },
510
1205
  {
511
1206
  "name": "shapes",
512
- "type": "[BiologyCanvasShapesItem]"
1207
+ "properties": [
1208
+ {
1209
+ "name": "type",
1210
+ "required": true,
1211
+ "type": "string"
1212
+ },
1213
+ {
1214
+ "name": "id",
1215
+ "type": "string"
1216
+ },
1217
+ {
1218
+ "name": "x",
1219
+ "type": "number"
1220
+ },
1221
+ {
1222
+ "name": "y",
1223
+ "type": "number"
1224
+ },
1225
+ {
1226
+ "name": "x1",
1227
+ "type": "number"
1228
+ },
1229
+ {
1230
+ "name": "y1",
1231
+ "type": "number"
1232
+ },
1233
+ {
1234
+ "name": "x2",
1235
+ "type": "number"
1236
+ },
1237
+ {
1238
+ "name": "y2",
1239
+ "type": "number"
1240
+ },
1241
+ {
1242
+ "name": "radius",
1243
+ "type": "number"
1244
+ },
1245
+ {
1246
+ "name": "width",
1247
+ "type": "number"
1248
+ },
1249
+ {
1250
+ "name": "height",
1251
+ "type": "number"
1252
+ },
1253
+ {
1254
+ "name": "points",
1255
+ "properties": [
1256
+ {
1257
+ "name": "x",
1258
+ "required": true,
1259
+ "type": "number"
1260
+ },
1261
+ {
1262
+ "name": "y",
1263
+ "required": true,
1264
+ "type": "number"
1265
+ }
1266
+ ],
1267
+ "type": "[object]"
1268
+ },
1269
+ {
1270
+ "name": "path",
1271
+ "type": "string"
1272
+ },
1273
+ {
1274
+ "name": "text",
1275
+ "type": "string"
1276
+ },
1277
+ {
1278
+ "name": "label",
1279
+ "type": "string"
1280
+ },
1281
+ {
1282
+ "name": "fontSize",
1283
+ "type": "number"
1284
+ },
1285
+ {
1286
+ "name": "align",
1287
+ "type": "string"
1288
+ },
1289
+ {
1290
+ "name": "axis",
1291
+ "type": "string"
1292
+ },
1293
+ {
1294
+ "name": "min",
1295
+ "type": "number"
1296
+ },
1297
+ {
1298
+ "name": "max",
1299
+ "type": "number"
1300
+ },
1301
+ {
1302
+ "name": "step",
1303
+ "type": "number"
1304
+ },
1305
+ {
1306
+ "name": "color",
1307
+ "type": "string"
1308
+ },
1309
+ {
1310
+ "name": "fill",
1311
+ "type": "string"
1312
+ },
1313
+ {
1314
+ "name": "lineWidth",
1315
+ "type": "number"
1316
+ },
1317
+ {
1318
+ "name": "opacity",
1319
+ "type": "number"
1320
+ },
1321
+ {
1322
+ "name": "startAngle",
1323
+ "type": "number"
1324
+ },
1325
+ {
1326
+ "name": "endAngle",
1327
+ "type": "number"
1328
+ },
1329
+ {
1330
+ "name": "dash",
1331
+ "type": "string"
1332
+ }
1333
+ ],
1334
+ "type": "[object]"
1335
+ },
1336
+ {
1337
+ "name": "readouts",
1338
+ "properties": [
1339
+ {
1340
+ "name": "label",
1341
+ "required": true,
1342
+ "type": "string"
1343
+ },
1344
+ {
1345
+ "name": "value",
1346
+ "required": true,
1347
+ "type": "string"
1348
+ },
1349
+ {
1350
+ "name": "color",
1351
+ "type": "string"
1352
+ }
1353
+ ],
1354
+ "type": "[object]"
1355
+ },
1356
+ {
1357
+ "name": "traces",
1358
+ "properties": [
1359
+ {
1360
+ "name": "x",
1361
+ "type": "number"
1362
+ },
1363
+ {
1364
+ "name": "y",
1365
+ "type": "number"
1366
+ },
1367
+ {
1368
+ "name": "width",
1369
+ "type": "number"
1370
+ },
1371
+ {
1372
+ "name": "height",
1373
+ "type": "number"
1374
+ },
1375
+ {
1376
+ "name": "series",
1377
+ "properties": [
1378
+ {
1379
+ "name": "samples",
1380
+ "properties": [
1381
+ {
1382
+ "name": "x",
1383
+ "required": true,
1384
+ "type": "number"
1385
+ },
1386
+ {
1387
+ "name": "y",
1388
+ "required": true,
1389
+ "type": "number"
1390
+ }
1391
+ ],
1392
+ "required": true,
1393
+ "type": "[object]"
1394
+ },
1395
+ {
1396
+ "name": "color",
1397
+ "type": "string"
1398
+ },
1399
+ {
1400
+ "name": "label",
1401
+ "type": "string"
1402
+ }
1403
+ ],
1404
+ "required": true,
1405
+ "type": "[object]"
1406
+ },
1407
+ {
1408
+ "name": "xLabel",
1409
+ "type": "string"
1410
+ },
1411
+ {
1412
+ "name": "yLabel",
1413
+ "type": "string"
1414
+ },
1415
+ {
1416
+ "name": "frameColor",
1417
+ "type": "string"
1418
+ },
1419
+ {
1420
+ "name": "backgroundColor",
1421
+ "type": "string"
1422
+ },
1423
+ {
1424
+ "name": "backgroundOpacity",
1425
+ "type": "number"
1426
+ }
1427
+ ],
1428
+ "type": "[object]"
513
1429
  }
514
1430
  ],
515
1431
  "synonyms": "tick, redraw, animate, frame",
@@ -559,16 +1475,30 @@
559
1475
  {
560
1476
  "animate": "@config.animate",
561
1477
  "backgroundColor": "@config.backgroundColor",
1478
+ "bands": "@config.bands",
1479
+ "camera": "@config.camera",
562
1480
  "className": "@config.className",
1481
+ "compartments": "@config.compartments",
563
1482
  "edges": "@config.edges",
564
1483
  "error": "@config.error",
565
1484
  "height": "@config.height",
1485
+ "helix": "@config.helix",
1486
+ "helix3d": "@config.helix3d",
566
1487
  "interactive": "@config.interactive",
567
1488
  "isLoading": "@config.isLoading",
1489
+ "lighting": "@config.lighting",
1490
+ "mode": "@config.mode",
568
1491
  "nodes": "@config.nodes",
569
1492
  "onShapeClick": "@config.onShapeClick",
1493
+ "post": "@config.post",
1494
+ "readouts": "@config.readouts",
1495
+ "shadows": "@config.shadows",
570
1496
  "shapes": "@config.shapes",
1497
+ "showGrid": "@config.showGrid",
1498
+ "stageStyle": "@config.stageStyle",
1499
+ "stages": "@config.stages",
571
1500
  "title": "@config.title",
1501
+ "traces": "@config.traces",
572
1502
  "type": "biology-canvas",
573
1503
  "width": "@config.width"
574
1504
  }
@@ -587,16 +1517,30 @@
587
1517
  {
588
1518
  "animate": "@config.animate",
589
1519
  "backgroundColor": "@config.backgroundColor",
1520
+ "bands": "@payload.bands",
1521
+ "camera": "@config.camera",
590
1522
  "className": "@config.className",
1523
+ "compartments": "@payload.compartments",
591
1524
  "edges": "@payload.edges",
592
1525
  "error": "@config.error",
593
1526
  "height": "@config.height",
1527
+ "helix": "@config.helix",
1528
+ "helix3d": "@config.helix3d",
594
1529
  "interactive": "@config.interactive",
595
1530
  "isLoading": "@config.isLoading",
1531
+ "lighting": "@config.lighting",
1532
+ "mode": "@config.mode",
596
1533
  "nodes": "@payload.nodes",
597
1534
  "onShapeClick": "@config.onShapeClick",
1535
+ "post": "@config.post",
1536
+ "readouts": "@payload.readouts",
1537
+ "shadows": "@config.shadows",
598
1538
  "shapes": "@payload.shapes",
1539
+ "showGrid": "@config.showGrid",
1540
+ "stageStyle": "@config.stageStyle",
1541
+ "stages": "@payload.stages",
599
1542
  "title": "@config.title",
1543
+ "traces": "@payload.traces",
600
1544
  "type": "biology-canvas",
601
1545
  "width": "@config.width"
602
1546
  }