@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"
@@ -152,6 +152,11 @@
152
152
  "description": "atoms prop",
153
153
  "items": {
154
154
  "properties": {
155
+ "charge": {
156
+ "name": "charge",
157
+ "required": false,
158
+ "type": "string"
159
+ },
155
160
  "color": {
156
161
  "name": "color",
157
162
  "required": false,
@@ -167,6 +172,11 @@
167
172
  "required": false,
168
173
  "type": "string"
169
174
  },
175
+ "lonePairs": {
176
+ "name": "lonePairs",
177
+ "required": false,
178
+ "type": "number"
179
+ },
170
180
  "radius": {
171
181
  "name": "radius",
172
182
  "required": false,
@@ -181,6 +191,11 @@
181
191
  "name": "y",
182
192
  "required": true,
183
193
  "type": "number"
194
+ },
195
+ "z": {
196
+ "name": "z",
197
+ "required": false,
198
+ "type": "number"
184
199
  }
185
200
  },
186
201
  "type": "object"
@@ -195,6 +210,17 @@
195
210
  "tier": "presentation",
196
211
  "type": "string"
197
212
  },
213
+ "bondStyle": {
214
+ "default": "thick",
215
+ "description": "Bond line rendering: 'thick' varies stroke width by order (default), 'parallel' draws offset parallel strokes. 2D only.",
216
+ "label": "Bond Style",
217
+ "tier": "presentation",
218
+ "type": "string",
219
+ "values": [
220
+ "thick",
221
+ "parallel"
222
+ ]
223
+ },
198
224
  "bonds": {
199
225
  "default": [],
200
226
  "description": "bonds prop",
@@ -210,6 +236,17 @@
210
236
  "required": true,
211
237
  "type": "string"
212
238
  },
239
+ "state": {
240
+ "name": "state",
241
+ "required": false,
242
+ "type": "string",
243
+ "values": [
244
+ "default",
245
+ "forming",
246
+ "breaking",
247
+ "highlight"
248
+ ]
249
+ },
213
250
  "to": {
214
251
  "name": "to",
215
252
  "required": true,
@@ -232,12 +269,121 @@
232
269
  "tier": "presentation",
233
270
  "type": "[ChemistryCanvasBondsItem]"
234
271
  },
272
+ "camera": {
273
+ "default": {},
274
+ "description": "3D only: neutral camera pose ({ mode, zoom, fov, azimuth, target }).",
275
+ "label": "Camera",
276
+ "tier": "presentation",
277
+ "type": "json"
278
+ },
235
279
  "className": {
236
280
  "description": "className prop",
237
281
  "label": "Class Name",
238
282
  "tier": "presentation",
239
283
  "type": "string"
240
284
  },
285
+ "containers": {
286
+ "default": [],
287
+ "description": "Beaker/flask/container outlines (2D only).",
288
+ "items": {
289
+ "properties": {
290
+ "color": {
291
+ "name": "color",
292
+ "required": false,
293
+ "type": "string"
294
+ },
295
+ "divider": {
296
+ "name": "divider",
297
+ "required": false,
298
+ "type": "string",
299
+ "values": [
300
+ "none",
301
+ "solid",
302
+ "dashed",
303
+ "dotted"
304
+ ]
305
+ },
306
+ "dividerColor": {
307
+ "name": "dividerColor",
308
+ "required": false,
309
+ "type": "string"
310
+ },
311
+ "fill": {
312
+ "name": "fill",
313
+ "required": false,
314
+ "type": "string"
315
+ },
316
+ "height": {
317
+ "name": "height",
318
+ "required": true,
319
+ "type": "number"
320
+ },
321
+ "label": {
322
+ "name": "label",
323
+ "required": false,
324
+ "type": "string"
325
+ },
326
+ "leftLabel": {
327
+ "name": "leftLabel",
328
+ "required": false,
329
+ "type": "string"
330
+ },
331
+ "level": {
332
+ "name": "level",
333
+ "required": false,
334
+ "type": "number"
335
+ },
336
+ "levelColor": {
337
+ "name": "levelColor",
338
+ "required": false,
339
+ "type": "string"
340
+ },
341
+ "lineWidth": {
342
+ "name": "lineWidth",
343
+ "required": false,
344
+ "type": "number"
345
+ },
346
+ "rightLabel": {
347
+ "name": "rightLabel",
348
+ "required": false,
349
+ "type": "string"
350
+ },
351
+ "width": {
352
+ "name": "width",
353
+ "required": true,
354
+ "type": "number"
355
+ },
356
+ "x": {
357
+ "name": "x",
358
+ "required": true,
359
+ "type": "number"
360
+ },
361
+ "y": {
362
+ "name": "y",
363
+ "required": true,
364
+ "type": "number"
365
+ }
366
+ },
367
+ "type": "object"
368
+ },
369
+ "label": "Containers",
370
+ "synonyms": "beaker, flask, box, membrane, burette",
371
+ "tier": "presentation",
372
+ "type": "[ChemistryCanvasContainersItem]"
373
+ },
374
+ "equation": {
375
+ "description": "Reaction equation text centered at the top of the canvas. 2D only.",
376
+ "label": "Equation",
377
+ "synonyms": "reaction equation, formula",
378
+ "tier": "presentation",
379
+ "type": "string"
380
+ },
381
+ "equationColor": {
382
+ "description": "Equation text color (default '#111827').",
383
+ "label": "Equation Color",
384
+ "tier": "presentation",
385
+ "type": "string"
386
+ },
241
387
  "error": {
242
388
  "description": "error prop",
243
389
  "label": "Error",
@@ -274,8 +420,7 @@
274
420
  "type": "number"
275
421
  },
276
422
  "interactive": {
277
- "default": false,
278
- "description": "interactive prop",
423
+ "description": "2D: pointer interaction (click/hover). 3D: orbit camera controls.",
279
424
  "label": "Interactive",
280
425
  "tier": "presentation",
281
426
  "type": "boolean"
@@ -286,6 +431,182 @@
286
431
  "tier": "presentation",
287
432
  "type": "boolean"
288
433
  },
434
+ "lattice3d": {
435
+ "description": "A 3D crystal lattice block (simple cubic, BCC, FCC, rock salt, diamond, ...). 3D only.",
436
+ "label": "Lattice3d",
437
+ "properties": {
438
+ "basis": {
439
+ "items": {
440
+ "properties": {
441
+ "color": {
442
+ "name": "color",
443
+ "required": false,
444
+ "type": "string"
445
+ },
446
+ "dx": {
447
+ "name": "dx",
448
+ "required": true,
449
+ "type": "number"
450
+ },
451
+ "dy": {
452
+ "name": "dy",
453
+ "required": true,
454
+ "type": "number"
455
+ },
456
+ "dz": {
457
+ "name": "dz",
458
+ "required": true,
459
+ "type": "number"
460
+ },
461
+ "element": {
462
+ "name": "element",
463
+ "required": false,
464
+ "type": "string"
465
+ },
466
+ "key": {
467
+ "name": "key",
468
+ "required": true,
469
+ "type": "string"
470
+ },
471
+ "radius": {
472
+ "name": "radius",
473
+ "required": false,
474
+ "type": "number"
475
+ },
476
+ "xEdge": {
477
+ "name": "xEdge",
478
+ "required": false,
479
+ "type": "boolean"
480
+ },
481
+ "yEdge": {
482
+ "name": "yEdge",
483
+ "required": false,
484
+ "type": "boolean"
485
+ },
486
+ "zEdge": {
487
+ "name": "zEdge",
488
+ "required": false,
489
+ "type": "boolean"
490
+ }
491
+ },
492
+ "type": "object"
493
+ },
494
+ "name": "basis",
495
+ "required": true,
496
+ "type": "array"
497
+ },
498
+ "bondRadius": {
499
+ "name": "bondRadius",
500
+ "required": false,
501
+ "type": "number"
502
+ },
503
+ "bonds": {
504
+ "items": {
505
+ "properties": {
506
+ "color": {
507
+ "name": "color",
508
+ "required": false,
509
+ "type": "string"
510
+ },
511
+ "dx": {
512
+ "name": "dx",
513
+ "required": false,
514
+ "type": "number"
515
+ },
516
+ "dy": {
517
+ "name": "dy",
518
+ "required": false,
519
+ "type": "number"
520
+ },
521
+ "dz": {
522
+ "name": "dz",
523
+ "required": false,
524
+ "type": "number"
525
+ },
526
+ "from": {
527
+ "name": "from",
528
+ "required": true,
529
+ "type": "string"
530
+ },
531
+ "to": {
532
+ "name": "to",
533
+ "required": true,
534
+ "type": "string"
535
+ }
536
+ },
537
+ "type": "object"
538
+ },
539
+ "name": "bonds",
540
+ "required": false,
541
+ "type": "array"
542
+ },
543
+ "dimColor": {
544
+ "name": "dimColor",
545
+ "required": false,
546
+ "type": "string"
547
+ },
548
+ "highlightCell": {
549
+ "name": "highlightCell",
550
+ "required": false,
551
+ "type": "boolean"
552
+ },
553
+ "latticeConstant": {
554
+ "name": "latticeConstant",
555
+ "required": false,
556
+ "type": "number"
557
+ },
558
+ "nx": {
559
+ "name": "nx",
560
+ "required": false,
561
+ "type": "number"
562
+ },
563
+ "ny": {
564
+ "name": "ny",
565
+ "required": false,
566
+ "type": "number"
567
+ },
568
+ "nz": {
569
+ "name": "nz",
570
+ "required": false,
571
+ "type": "number"
572
+ },
573
+ "selectedColor": {
574
+ "name": "selectedColor",
575
+ "required": false,
576
+ "type": "string"
577
+ },
578
+ "selectedId": {
579
+ "name": "selectedId",
580
+ "required": false,
581
+ "type": "string"
582
+ },
583
+ "showLabels": {
584
+ "name": "showLabels",
585
+ "required": false,
586
+ "type": "boolean"
587
+ }
588
+ },
589
+ "tier": "presentation",
590
+ "type": "ChemistryCanvasLattice3d"
591
+ },
592
+ "lighting": {
593
+ "default": {},
594
+ "description": "3D only: scene light rig as data.",
595
+ "label": "Lighting",
596
+ "tier": "presentation",
597
+ "type": "json"
598
+ },
599
+ "mode": {
600
+ "default": "2d",
601
+ "description": "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
602
+ "label": "Mode",
603
+ "tier": "presentation",
604
+ "type": "string",
605
+ "values": [
606
+ "2d",
607
+ "3d"
608
+ ]
609
+ },
289
610
  "onShapeClick": {
290
611
  "default": "SHAPE_CLICK",
291
612
  "description": "onShapeClick prop",
@@ -293,9 +614,49 @@
293
614
  "tier": "presentation",
294
615
  "type": "string"
295
616
  },
617
+ "post": {
618
+ "default": {},
619
+ "description": "3D only: post-processing stack (bloom/vignette).",
620
+ "label": "Post",
621
+ "tier": "presentation",
622
+ "type": "json"
623
+ },
624
+ "readouts": {
625
+ "default": [],
626
+ "description": "Top-right status chip row, forwarded to LearningCanvas verbatim.",
627
+ "items": {
628
+ "properties": {
629
+ "color": {
630
+ "name": "color",
631
+ "required": false,
632
+ "type": "string"
633
+ },
634
+ "label": {
635
+ "name": "label",
636
+ "required": true,
637
+ "type": "string"
638
+ },
639
+ "value": {
640
+ "name": "value",
641
+ "required": true,
642
+ "type": "string"
643
+ }
644
+ },
645
+ "type": "object"
646
+ },
647
+ "label": "Readouts",
648
+ "tier": "presentation",
649
+ "type": "[ChemistryCanvasReadoutsItem]"
650
+ },
651
+ "shadows": {
652
+ "description": "3D only: enable shadows. Omitted → the host default.",
653
+ "label": "Shadows",
654
+ "tier": "presentation",
655
+ "type": "boolean"
656
+ },
296
657
  "shapes": {
297
658
  "default": [],
298
- "description": "Extra declarative shapes in canvas pixel coordinates.",
659
+ "description": "Extra declarative shapes in canvas pixel coordinates (2D mode only — ignored in 3D).",
299
660
  "items": {
300
661
  "properties": {
301
662
  "align": {
@@ -322,6 +683,20 @@
322
683
  "required": false,
323
684
  "type": "string"
324
685
  },
686
+ "dash": {
687
+ "name": "dash",
688
+ "required": false,
689
+ "type": "string",
690
+ "values": [
691
+ "dashed",
692
+ "dotted"
693
+ ]
694
+ },
695
+ "endAngle": {
696
+ "name": "endAngle",
697
+ "required": false,
698
+ "type": "number"
699
+ },
325
700
  "fill": {
326
701
  "name": "fill",
327
702
  "required": false,
@@ -397,6 +772,11 @@
397
772
  "required": false,
398
773
  "type": "number"
399
774
  },
775
+ "startAngle": {
776
+ "name": "startAngle",
777
+ "required": false,
778
+ "type": "number"
779
+ },
400
780
  "step": {
401
781
  "name": "step",
402
782
  "required": false,
@@ -415,6 +795,7 @@
415
795
  "line",
416
796
  "arrow",
417
797
  "circle",
798
+ "ellipse",
418
799
  "rect",
419
800
  "polygon",
420
801
  "path",
@@ -465,35 +846,138 @@
465
846
  "tier": "presentation",
466
847
  "type": "[ChemistryCanvasShapesItem]"
467
848
  },
849
+ "showGrid": {
850
+ "description": "3D only: show the ground grid (default off).",
851
+ "label": "Show Grid",
852
+ "tier": "presentation",
853
+ "type": "boolean"
854
+ },
468
855
  "title": {
469
856
  "description": "title prop",
470
857
  "label": "Title",
471
858
  "tier": "presentation",
472
859
  "type": "string"
473
860
  },
474
- "width": {
475
- "default": 600.0,
476
- "description": "width prop",
477
- "label": "Width",
478
- "tier": "presentation",
479
- "type": "number"
480
- }
481
- },
482
- "emits": [
483
- {
484
- "description": "onShapeClick prop",
485
- "event": "@config.onShapeClick",
486
- "eventId": "evt_01M055GQ8C5H9A0AR44RJC0331",
487
- "payloadSchema": [
488
- {
489
- "name": "payload",
490
- "properties": [
491
- {
492
- "name": "id",
493
- "type": "string"
861
+ "traces": {
862
+ "default": [],
863
+ "description": "Inset sparkline panels, forwarded to LearningCanvas verbatim.",
864
+ "items": {
865
+ "properties": {
866
+ "backgroundColor": {
867
+ "name": "backgroundColor",
868
+ "required": false,
869
+ "type": "string"
870
+ },
871
+ "backgroundOpacity": {
872
+ "name": "backgroundOpacity",
873
+ "required": false,
874
+ "type": "number"
875
+ },
876
+ "frameColor": {
877
+ "name": "frameColor",
878
+ "required": false,
879
+ "type": "string"
880
+ },
881
+ "height": {
882
+ "name": "height",
883
+ "required": false,
884
+ "type": "number"
885
+ },
886
+ "series": {
887
+ "items": {
888
+ "properties": {
889
+ "color": {
890
+ "name": "color",
891
+ "required": false,
892
+ "type": "string"
893
+ },
894
+ "label": {
895
+ "name": "label",
896
+ "required": false,
897
+ "type": "string"
898
+ },
899
+ "samples": {
900
+ "items": {
901
+ "properties": {
902
+ "x": {
903
+ "name": "x",
904
+ "required": true,
905
+ "type": "number"
906
+ },
907
+ "y": {
908
+ "name": "y",
909
+ "required": true,
910
+ "type": "number"
911
+ }
912
+ },
913
+ "type": "object"
914
+ },
915
+ "name": "samples",
916
+ "required": true,
917
+ "type": "array"
918
+ }
919
+ },
920
+ "type": "object"
494
921
  },
495
- {
496
- "name": "type",
922
+ "name": "series",
923
+ "required": true,
924
+ "type": "array"
925
+ },
926
+ "width": {
927
+ "name": "width",
928
+ "required": false,
929
+ "type": "number"
930
+ },
931
+ "x": {
932
+ "name": "x",
933
+ "required": false,
934
+ "type": "number"
935
+ },
936
+ "xLabel": {
937
+ "name": "xLabel",
938
+ "required": false,
939
+ "type": "string"
940
+ },
941
+ "y": {
942
+ "name": "y",
943
+ "required": false,
944
+ "type": "number"
945
+ },
946
+ "yLabel": {
947
+ "name": "yLabel",
948
+ "required": false,
949
+ "type": "string"
950
+ }
951
+ },
952
+ "type": "object"
953
+ },
954
+ "label": "Traces",
955
+ "tier": "presentation",
956
+ "type": "[ChemistryCanvasTracesItem]"
957
+ },
958
+ "width": {
959
+ "default": 600.0,
960
+ "description": "width prop",
961
+ "label": "Width",
962
+ "tier": "presentation",
963
+ "type": "number"
964
+ }
965
+ },
966
+ "emits": [
967
+ {
968
+ "description": "onShapeClick prop",
969
+ "event": "@config.onShapeClick",
970
+ "eventId": "evt_01M055GQ8C5H9A0AR44RJC0331",
971
+ "payloadSchema": [
972
+ {
973
+ "name": "payload",
974
+ "properties": [
975
+ {
976
+ "name": "id",
977
+ "type": "string"
978
+ },
979
+ {
980
+ "name": "type",
497
981
  "type": "string"
498
982
  },
499
983
  {
@@ -537,19 +1021,398 @@
537
1021
  "payloadSchema": [
538
1022
  {
539
1023
  "name": "atoms",
540
- "type": "[ChemistryCanvasAtomsItem]"
1024
+ "properties": [
1025
+ {
1026
+ "name": "id",
1027
+ "type": "string"
1028
+ },
1029
+ {
1030
+ "name": "x",
1031
+ "required": true,
1032
+ "type": "number"
1033
+ },
1034
+ {
1035
+ "name": "y",
1036
+ "required": true,
1037
+ "type": "number"
1038
+ },
1039
+ {
1040
+ "name": "z",
1041
+ "type": "number"
1042
+ },
1043
+ {
1044
+ "name": "element",
1045
+ "type": "string"
1046
+ },
1047
+ {
1048
+ "name": "radius",
1049
+ "type": "number"
1050
+ },
1051
+ {
1052
+ "name": "color",
1053
+ "type": "string"
1054
+ },
1055
+ {
1056
+ "name": "charge",
1057
+ "type": "string"
1058
+ },
1059
+ {
1060
+ "name": "lonePairs",
1061
+ "type": "number"
1062
+ }
1063
+ ],
1064
+ "type": "[object]"
541
1065
  },
542
1066
  {
543
1067
  "name": "bonds",
544
- "type": "[ChemistryCanvasBondsItem]"
1068
+ "properties": [
1069
+ {
1070
+ "name": "from",
1071
+ "required": true,
1072
+ "type": "string"
1073
+ },
1074
+ {
1075
+ "name": "to",
1076
+ "required": true,
1077
+ "type": "string"
1078
+ },
1079
+ {
1080
+ "name": "type",
1081
+ "type": "string"
1082
+ },
1083
+ {
1084
+ "name": "color",
1085
+ "type": "string"
1086
+ },
1087
+ {
1088
+ "name": "state",
1089
+ "type": "string"
1090
+ }
1091
+ ],
1092
+ "type": "[object]"
545
1093
  },
546
1094
  {
547
1095
  "name": "arrows",
548
- "type": "[ChemistryCanvasArrowsItem]"
1096
+ "properties": [
1097
+ {
1098
+ "name": "x",
1099
+ "required": true,
1100
+ "type": "number"
1101
+ },
1102
+ {
1103
+ "name": "y",
1104
+ "required": true,
1105
+ "type": "number"
1106
+ },
1107
+ {
1108
+ "name": "angle",
1109
+ "type": "number"
1110
+ },
1111
+ {
1112
+ "name": "length",
1113
+ "type": "number"
1114
+ },
1115
+ {
1116
+ "name": "color",
1117
+ "type": "string"
1118
+ },
1119
+ {
1120
+ "name": "label",
1121
+ "type": "string"
1122
+ }
1123
+ ],
1124
+ "type": "[object]"
1125
+ },
1126
+ {
1127
+ "name": "containers",
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": "color",
1151
+ "type": "string"
1152
+ },
1153
+ {
1154
+ "name": "fill",
1155
+ "type": "string"
1156
+ },
1157
+ {
1158
+ "name": "lineWidth",
1159
+ "type": "number"
1160
+ },
1161
+ {
1162
+ "name": "divider",
1163
+ "type": "string"
1164
+ },
1165
+ {
1166
+ "name": "dividerColor",
1167
+ "type": "string"
1168
+ },
1169
+ {
1170
+ "name": "leftLabel",
1171
+ "type": "string"
1172
+ },
1173
+ {
1174
+ "name": "rightLabel",
1175
+ "type": "string"
1176
+ },
1177
+ {
1178
+ "name": "label",
1179
+ "type": "string"
1180
+ },
1181
+ {
1182
+ "name": "level",
1183
+ "type": "number"
1184
+ },
1185
+ {
1186
+ "name": "levelColor",
1187
+ "type": "string"
1188
+ }
1189
+ ],
1190
+ "type": "[object]"
549
1191
  },
550
1192
  {
551
1193
  "name": "shapes",
552
- "type": "[ChemistryCanvasShapesItem]"
1194
+ "properties": [
1195
+ {
1196
+ "name": "type",
1197
+ "required": true,
1198
+ "type": "string"
1199
+ },
1200
+ {
1201
+ "name": "id",
1202
+ "type": "string"
1203
+ },
1204
+ {
1205
+ "name": "x",
1206
+ "type": "number"
1207
+ },
1208
+ {
1209
+ "name": "y",
1210
+ "type": "number"
1211
+ },
1212
+ {
1213
+ "name": "x1",
1214
+ "type": "number"
1215
+ },
1216
+ {
1217
+ "name": "y1",
1218
+ "type": "number"
1219
+ },
1220
+ {
1221
+ "name": "x2",
1222
+ "type": "number"
1223
+ },
1224
+ {
1225
+ "name": "y2",
1226
+ "type": "number"
1227
+ },
1228
+ {
1229
+ "name": "radius",
1230
+ "type": "number"
1231
+ },
1232
+ {
1233
+ "name": "width",
1234
+ "type": "number"
1235
+ },
1236
+ {
1237
+ "name": "height",
1238
+ "type": "number"
1239
+ },
1240
+ {
1241
+ "name": "points",
1242
+ "properties": [
1243
+ {
1244
+ "name": "x",
1245
+ "required": true,
1246
+ "type": "number"
1247
+ },
1248
+ {
1249
+ "name": "y",
1250
+ "required": true,
1251
+ "type": "number"
1252
+ }
1253
+ ],
1254
+ "type": "[object]"
1255
+ },
1256
+ {
1257
+ "name": "path",
1258
+ "type": "string"
1259
+ },
1260
+ {
1261
+ "name": "text",
1262
+ "type": "string"
1263
+ },
1264
+ {
1265
+ "name": "label",
1266
+ "type": "string"
1267
+ },
1268
+ {
1269
+ "name": "fontSize",
1270
+ "type": "number"
1271
+ },
1272
+ {
1273
+ "name": "align",
1274
+ "type": "string"
1275
+ },
1276
+ {
1277
+ "name": "axis",
1278
+ "type": "string"
1279
+ },
1280
+ {
1281
+ "name": "min",
1282
+ "type": "number"
1283
+ },
1284
+ {
1285
+ "name": "max",
1286
+ "type": "number"
1287
+ },
1288
+ {
1289
+ "name": "step",
1290
+ "type": "number"
1291
+ },
1292
+ {
1293
+ "name": "color",
1294
+ "type": "string"
1295
+ },
1296
+ {
1297
+ "name": "fill",
1298
+ "type": "string"
1299
+ },
1300
+ {
1301
+ "name": "lineWidth",
1302
+ "type": "number"
1303
+ },
1304
+ {
1305
+ "name": "opacity",
1306
+ "type": "number"
1307
+ },
1308
+ {
1309
+ "name": "startAngle",
1310
+ "type": "number"
1311
+ },
1312
+ {
1313
+ "name": "endAngle",
1314
+ "type": "number"
1315
+ },
1316
+ {
1317
+ "name": "dash",
1318
+ "type": "string"
1319
+ }
1320
+ ],
1321
+ "type": "[object]"
1322
+ },
1323
+ {
1324
+ "name": "readouts",
1325
+ "properties": [
1326
+ {
1327
+ "name": "label",
1328
+ "required": true,
1329
+ "type": "string"
1330
+ },
1331
+ {
1332
+ "name": "value",
1333
+ "required": true,
1334
+ "type": "string"
1335
+ },
1336
+ {
1337
+ "name": "color",
1338
+ "type": "string"
1339
+ }
1340
+ ],
1341
+ "type": "[object]"
1342
+ },
1343
+ {
1344
+ "name": "traces",
1345
+ "properties": [
1346
+ {
1347
+ "name": "x",
1348
+ "type": "number"
1349
+ },
1350
+ {
1351
+ "name": "y",
1352
+ "type": "number"
1353
+ },
1354
+ {
1355
+ "name": "width",
1356
+ "type": "number"
1357
+ },
1358
+ {
1359
+ "name": "height",
1360
+ "type": "number"
1361
+ },
1362
+ {
1363
+ "name": "series",
1364
+ "properties": [
1365
+ {
1366
+ "name": "samples",
1367
+ "properties": [
1368
+ {
1369
+ "name": "x",
1370
+ "required": true,
1371
+ "type": "number"
1372
+ },
1373
+ {
1374
+ "name": "y",
1375
+ "required": true,
1376
+ "type": "number"
1377
+ }
1378
+ ],
1379
+ "required": true,
1380
+ "type": "[object]"
1381
+ },
1382
+ {
1383
+ "name": "color",
1384
+ "type": "string"
1385
+ },
1386
+ {
1387
+ "name": "label",
1388
+ "type": "string"
1389
+ }
1390
+ ],
1391
+ "required": true,
1392
+ "type": "[object]"
1393
+ },
1394
+ {
1395
+ "name": "xLabel",
1396
+ "type": "string"
1397
+ },
1398
+ {
1399
+ "name": "yLabel",
1400
+ "type": "string"
1401
+ },
1402
+ {
1403
+ "name": "frameColor",
1404
+ "type": "string"
1405
+ },
1406
+ {
1407
+ "name": "backgroundColor",
1408
+ "type": "string"
1409
+ },
1410
+ {
1411
+ "name": "backgroundOpacity",
1412
+ "type": "number"
1413
+ }
1414
+ ],
1415
+ "type": "[object]"
553
1416
  }
554
1417
  ],
555
1418
  "synonyms": "tick, redraw, animate, frame",
@@ -601,15 +1464,28 @@
601
1464
  "arrows": "@config.arrows",
602
1465
  "atoms": "@config.atoms",
603
1466
  "backgroundColor": "@config.backgroundColor",
1467
+ "bondStyle": "@config.bondStyle",
604
1468
  "bonds": "@config.bonds",
1469
+ "camera": "@config.camera",
605
1470
  "className": "@config.className",
1471
+ "containers": "@config.containers",
1472
+ "equation": "@config.equation",
1473
+ "equationColor": "@config.equationColor",
606
1474
  "error": "@config.error",
607
1475
  "height": "@config.height",
608
1476
  "interactive": "@config.interactive",
609
1477
  "isLoading": "@config.isLoading",
1478
+ "lattice3d": "@config.lattice3d",
1479
+ "lighting": "@config.lighting",
1480
+ "mode": "@config.mode",
610
1481
  "onShapeClick": "@config.onShapeClick",
1482
+ "post": "@config.post",
1483
+ "readouts": "@config.readouts",
1484
+ "shadows": "@config.shadows",
611
1485
  "shapes": "@config.shapes",
1486
+ "showGrid": "@config.showGrid",
612
1487
  "title": "@config.title",
1488
+ "traces": "@config.traces",
613
1489
  "type": "chemistry-canvas",
614
1490
  "width": "@config.width"
615
1491
  }
@@ -630,15 +1506,28 @@
630
1506
  "arrows": "@payload.arrows",
631
1507
  "atoms": "@payload.atoms",
632
1508
  "backgroundColor": "@config.backgroundColor",
1509
+ "bondStyle": "@config.bondStyle",
633
1510
  "bonds": "@payload.bonds",
1511
+ "camera": "@config.camera",
634
1512
  "className": "@config.className",
1513
+ "containers": "@payload.containers",
1514
+ "equation": "@config.equation",
1515
+ "equationColor": "@config.equationColor",
635
1516
  "error": "@config.error",
636
1517
  "height": "@config.height",
637
1518
  "interactive": "@config.interactive",
638
1519
  "isLoading": "@config.isLoading",
1520
+ "lattice3d": "@config.lattice3d",
1521
+ "lighting": "@config.lighting",
1522
+ "mode": "@config.mode",
639
1523
  "onShapeClick": "@config.onShapeClick",
1524
+ "post": "@config.post",
1525
+ "readouts": "@payload.readouts",
1526
+ "shadows": "@config.shadows",
640
1527
  "shapes": "@payload.shapes",
1528
+ "showGrid": "@config.showGrid",
641
1529
  "title": "@config.title",
1530
+ "traces": "@payload.traces",
642
1531
  "type": "chemistry-canvas",
643
1532
  "width": "@config.width"
644
1533
  }