molstar 4.3.0 → 4.4.1

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 (1384) hide show
  1. package/LICENSE +20 -20
  2. package/README.md +197 -197
  3. package/build/viewer/embedded.html +52 -52
  4. package/build/viewer/index.html +129 -129
  5. package/build/viewer/molstar.css +1 -1
  6. package/build/viewer/molstar.js +1 -1
  7. package/build/viewer/molstar.js.LICENSE.txt +0 -9
  8. package/lib/apps/docking-viewer/index.html +36 -36
  9. package/lib/apps/docking-viewer/viewport.d.ts +1 -1
  10. package/lib/apps/docking-viewer/viewport.js +2 -1
  11. package/lib/apps/mesoscale-explorer/app.d.ts +3 -1
  12. package/lib/apps/mesoscale-explorer/app.js +12 -1
  13. package/lib/apps/mesoscale-explorer/behavior/camera.d.ts +12 -0
  14. package/lib/apps/mesoscale-explorer/behavior/camera.js +32 -6
  15. package/lib/apps/mesoscale-explorer/behavior/select.d.ts +1 -0
  16. package/lib/apps/mesoscale-explorer/behavior/select.js +58 -9
  17. package/lib/apps/mesoscale-explorer/data/cellpack/model.js +4 -6
  18. package/lib/apps/mesoscale-explorer/data/cellpack/preset.js +8 -5
  19. package/lib/apps/mesoscale-explorer/data/generic/model.d.ts +1 -0
  20. package/lib/apps/mesoscale-explorer/data/generic/model.js +2 -1
  21. package/lib/apps/mesoscale-explorer/data/generic/preset.js +7 -6
  22. package/lib/apps/mesoscale-explorer/data/mmcif/model.js +3 -1
  23. package/lib/apps/mesoscale-explorer/data/mmcif/preset.js +6 -3
  24. package/lib/apps/mesoscale-explorer/data/petworld/model.js +3 -1
  25. package/lib/apps/mesoscale-explorer/data/petworld/preset.js +6 -3
  26. package/lib/apps/mesoscale-explorer/data/state.d.ts +48 -10
  27. package/lib/apps/mesoscale-explorer/data/state.js +83 -8
  28. package/lib/apps/mesoscale-explorer/index.html +106 -101
  29. package/lib/apps/mesoscale-explorer/style.scss +66 -33
  30. package/lib/apps/mesoscale-explorer/ui/entities.d.ts +23 -1
  31. package/lib/apps/mesoscale-explorer/ui/entities.js +301 -32
  32. package/lib/apps/mesoscale-explorer/ui/panels.d.ts +1 -0
  33. package/lib/apps/mesoscale-explorer/ui/panels.js +42 -5
  34. package/lib/apps/mesoscale-explorer/ui/states.d.ts +60 -2
  35. package/lib/apps/mesoscale-explorer/ui/states.js +471 -11
  36. package/lib/apps/viewer/app.d.ts +10 -4
  37. package/lib/apps/viewer/app.js +28 -0
  38. package/lib/apps/viewer/embedded.html +52 -52
  39. package/lib/apps/viewer/index.html +129 -129
  40. package/lib/cli/chem-comp-dict/create-ions.js +9 -9
  41. package/lib/cli/chem-comp-dict/create-saccharides.js +9 -9
  42. package/lib/cli/cifschema/util/generate.js +12 -12
  43. package/lib/cli/lipid-params/index.js +9 -9
  44. package/lib/commonjs/apps/docking-viewer/viewport.d.ts +1 -1
  45. package/lib/commonjs/apps/docking-viewer/viewport.js +2 -1
  46. package/lib/commonjs/apps/mesoscale-explorer/app.d.ts +3 -1
  47. package/lib/commonjs/apps/mesoscale-explorer/app.js +12 -1
  48. package/lib/commonjs/apps/mesoscale-explorer/behavior/camera.d.ts +12 -0
  49. package/lib/commonjs/apps/mesoscale-explorer/behavior/camera.js +34 -8
  50. package/lib/commonjs/apps/mesoscale-explorer/behavior/select.d.ts +1 -0
  51. package/lib/commonjs/apps/mesoscale-explorer/behavior/select.js +58 -9
  52. package/lib/commonjs/apps/mesoscale-explorer/data/cellpack/model.js +4 -6
  53. package/lib/commonjs/apps/mesoscale-explorer/data/cellpack/preset.js +8 -6
  54. package/lib/commonjs/apps/mesoscale-explorer/data/generic/model.d.ts +1 -0
  55. package/lib/commonjs/apps/mesoscale-explorer/data/generic/model.js +2 -1
  56. package/lib/commonjs/apps/mesoscale-explorer/data/generic/preset.js +9 -9
  57. package/lib/commonjs/apps/mesoscale-explorer/data/mmcif/model.js +3 -1
  58. package/lib/commonjs/apps/mesoscale-explorer/data/mmcif/preset.js +6 -4
  59. package/lib/commonjs/apps/mesoscale-explorer/data/petworld/model.js +3 -1
  60. package/lib/commonjs/apps/mesoscale-explorer/data/petworld/preset.js +6 -4
  61. package/lib/commonjs/apps/mesoscale-explorer/data/state.d.ts +48 -10
  62. package/lib/commonjs/apps/mesoscale-explorer/data/state.js +107 -28
  63. package/lib/commonjs/apps/mesoscale-explorer/data/util.js +2 -3
  64. package/lib/commonjs/apps/mesoscale-explorer/ui/entities.d.ts +23 -1
  65. package/lib/commonjs/apps/mesoscale-explorer/ui/entities.js +302 -30
  66. package/lib/commonjs/apps/mesoscale-explorer/ui/panels.d.ts +1 -0
  67. package/lib/commonjs/apps/mesoscale-explorer/ui/panels.js +39 -2
  68. package/lib/commonjs/apps/mesoscale-explorer/ui/states.d.ts +60 -2
  69. package/lib/commonjs/apps/mesoscale-explorer/ui/states.js +477 -13
  70. package/lib/commonjs/apps/viewer/app.d.ts +10 -4
  71. package/lib/commonjs/apps/viewer/app.js +28 -0
  72. package/lib/commonjs/cli/chem-comp-dict/create-ions.js +9 -9
  73. package/lib/commonjs/cli/chem-comp-dict/create-saccharides.js +9 -9
  74. package/lib/commonjs/cli/chem-comp-dict/util.js +7 -7
  75. package/lib/commonjs/cli/cif2bcif/converter.js +1 -2
  76. package/lib/commonjs/cli/cifschema/util/cif-dic.js +2 -3
  77. package/lib/commonjs/cli/cifschema/util/generate.js +13 -14
  78. package/lib/commonjs/cli/cifschema/util/helper.js +1 -2
  79. package/lib/commonjs/cli/cifschema/util/schema.js +9 -10
  80. package/lib/commonjs/cli/lipid-params/index.js +9 -9
  81. package/lib/commonjs/cli/state-docs/pd-to-md.js +1 -2
  82. package/lib/commonjs/cli/structure-info/helpers.js +2 -3
  83. package/lib/commonjs/cli/structure-info/model.js +11 -12
  84. package/lib/commonjs/examples/alpha-orbitals/controls.js +1 -2
  85. package/lib/commonjs/examples/alpha-orbitals/example-data.js +160 -160
  86. package/lib/commonjs/examples/basic-wrapper/custom-theme.js +2 -2
  87. package/lib/commonjs/examples/basic-wrapper/superposition.js +3 -3
  88. package/lib/commonjs/examples/domain-annotation-server/mapping.js +1 -2
  89. package/lib/commonjs/examples/lighting/index.d.ts +1 -1
  90. package/lib/commonjs/examples/lighting/index.js +2 -1
  91. package/lib/commonjs/examples/proteopedia-wrapper/coloring.d.ts +5 -20
  92. package/lib/commonjs/examples/proteopedia-wrapper/coloring.js +1 -2
  93. package/lib/commonjs/examples/proteopedia-wrapper/ui/controls.js +1 -2
  94. package/lib/commonjs/examples/task.js +6 -6
  95. package/lib/commonjs/extensions/alpha-orbitals/collocation.js +1 -2
  96. package/lib/commonjs/extensions/alpha-orbitals/data-model.js +4 -5
  97. package/lib/commonjs/extensions/alpha-orbitals/density.js +2 -3
  98. package/lib/commonjs/extensions/alpha-orbitals/gpu/compute.js +2 -3
  99. package/lib/commonjs/extensions/alpha-orbitals/gpu/shader.frag.js +136 -136
  100. package/lib/commonjs/extensions/alpha-orbitals/orbitals.js +2 -3
  101. package/lib/commonjs/extensions/alpha-orbitals/spherical-functions.js +2 -2
  102. package/lib/commonjs/extensions/alpha-orbitals/transforms.d.ts +3 -3
  103. package/lib/commonjs/extensions/anvil/algorithm.js +5 -5
  104. package/lib/commonjs/extensions/anvil/behavior.d.ts +1 -0
  105. package/lib/commonjs/extensions/anvil/behavior.js +2 -2
  106. package/lib/commonjs/extensions/anvil/representation.d.ts +4 -0
  107. package/lib/commonjs/extensions/anvil/representation.js +3 -3
  108. package/lib/commonjs/extensions/assembly-symmetry/behavior.d.ts +1 -0
  109. package/lib/commonjs/extensions/assembly-symmetry/behavior.js +3 -3
  110. package/lib/commonjs/extensions/assembly-symmetry/color.d.ts +2 -2
  111. package/lib/commonjs/extensions/assembly-symmetry/color.js +3 -3
  112. package/lib/commonjs/extensions/assembly-symmetry/prop.js +27 -27
  113. package/lib/commonjs/extensions/assembly-symmetry/representation.d.ts +1 -0
  114. package/lib/commonjs/extensions/assembly-symmetry/representation.js +2 -2
  115. package/lib/commonjs/extensions/dnatco/confal-pyramids/behavior.js +7 -7
  116. package/lib/commonjs/extensions/dnatco/confal-pyramids/color.js +3 -3
  117. package/lib/commonjs/extensions/dnatco/confal-pyramids/representation.d.ts +3 -0
  118. package/lib/commonjs/extensions/dnatco/confal-pyramids/representation.js +3 -3
  119. package/lib/commonjs/extensions/dnatco/ntc-tube/behavior.js +7 -7
  120. package/lib/commonjs/extensions/dnatco/ntc-tube/color.js +3 -3
  121. package/lib/commonjs/extensions/dnatco/ntc-tube/representation.d.ts +3 -0
  122. package/lib/commonjs/extensions/dnatco/ntc-tube/representation.js +3 -3
  123. package/lib/commonjs/extensions/g3d/data.js +2 -3
  124. package/lib/commonjs/extensions/g3d/format.d.ts +3 -3
  125. package/lib/commonjs/extensions/g3d/model.js +5 -5
  126. package/lib/commonjs/extensions/geo-export/mesh-exporter.d.ts +2 -2
  127. package/lib/commonjs/extensions/geo-export/ui.d.ts +0 -1
  128. package/lib/commonjs/extensions/geo-export/usdz-exporter.js +41 -41
  129. package/lib/commonjs/extensions/meshes/examples.js +9 -9
  130. package/lib/commonjs/extensions/meshes/mesh-extension.d.ts +3 -6
  131. package/lib/commonjs/extensions/meshes/mesh-extension.js +2 -2
  132. package/lib/commonjs/extensions/meshes/mesh-streaming/behavior.d.ts +3 -3
  133. package/lib/commonjs/extensions/meshes/mesh-streaming/server-info.d.ts +3 -3
  134. package/lib/commonjs/extensions/meshes/mesh-utils.js +9 -9
  135. package/lib/commonjs/extensions/model-archive/quality-assessment/color/plddt.d.ts +1 -1
  136. package/lib/commonjs/extensions/model-archive/quality-assessment/color/plddt.js +11 -8
  137. package/lib/commonjs/extensions/model-archive/quality-assessment/color/qmean.js +3 -3
  138. package/lib/commonjs/extensions/model-export/export.js +2 -2
  139. package/lib/commonjs/extensions/model-export/ui.d.ts +0 -1
  140. package/lib/commonjs/extensions/mp4-export/controls.d.ts +1 -1
  141. package/lib/commonjs/extensions/mp4-export/encoder.js +1 -2
  142. package/lib/commonjs/extensions/mp4-export/ui.d.ts +0 -1
  143. package/lib/commonjs/extensions/mvs/camera.js +4 -5
  144. package/lib/commonjs/extensions/mvs/components/annotation-color-theme.js +2 -2
  145. package/lib/commonjs/extensions/mvs/components/annotation-label/representation.d.ts +32 -32
  146. package/lib/commonjs/extensions/mvs/components/annotation-label/representation.js +2 -2
  147. package/lib/commonjs/extensions/mvs/components/annotation-label/visual.d.ts +16 -16
  148. package/lib/commonjs/extensions/mvs/components/annotation-label/visual.js +2 -2
  149. package/lib/commonjs/extensions/mvs/components/annotation-prop.js +2 -2
  150. package/lib/commonjs/extensions/mvs/components/annotation-structure-component.js +4 -4
  151. package/lib/commonjs/extensions/mvs/components/custom-label/representation.d.ts +32 -32
  152. package/lib/commonjs/extensions/mvs/components/custom-label/representation.js +2 -2
  153. package/lib/commonjs/extensions/mvs/components/custom-label/visual.d.ts +16 -16
  154. package/lib/commonjs/extensions/mvs/components/custom-label/visual.js +2 -2
  155. package/lib/commonjs/extensions/mvs/components/formats.d.ts +6 -6
  156. package/lib/commonjs/extensions/mvs/components/formats.js +2 -2
  157. package/lib/commonjs/extensions/mvs/components/is-mvs-model-prop.js +3 -3
  158. package/lib/commonjs/extensions/mvs/components/multilayer-color-theme.js +3 -3
  159. package/lib/commonjs/extensions/mvs/components/selector.js +3 -3
  160. package/lib/commonjs/extensions/mvs/helpers/indexing.d.ts +2 -2
  161. package/lib/commonjs/extensions/mvs/helpers/label-text.js +1 -2
  162. package/lib/commonjs/extensions/mvs/helpers/param-definition.js +2 -3
  163. package/lib/commonjs/extensions/mvs/helpers/schemas.d.ts +1 -1
  164. package/lib/commonjs/extensions/mvs/helpers/schemas.js +2 -2
  165. package/lib/commonjs/extensions/mvs/helpers/selections.js +6 -7
  166. package/lib/commonjs/extensions/mvs/helpers/utils.d.ts +1 -1
  167. package/lib/commonjs/extensions/mvs/helpers/utils.js +7 -7
  168. package/lib/commonjs/extensions/mvs/load-helpers.d.ts +1 -1
  169. package/lib/commonjs/extensions/mvs/load-helpers.js +17 -17
  170. package/lib/commonjs/extensions/mvs/load.js +1 -2
  171. package/lib/commonjs/extensions/mvs/tree/generic/params-schema.js +8 -8
  172. package/lib/commonjs/extensions/mvs/tree/generic/tree-schema.js +8 -9
  173. package/lib/commonjs/extensions/mvs/tree/generic/tree-utils.js +10 -11
  174. package/lib/commonjs/extensions/mvs/tree/molstar/conversion.js +4 -4
  175. package/lib/commonjs/extensions/mvs/tree/mvs/mvs-builder.d.ts +0 -8
  176. package/lib/commonjs/extensions/mvs/tree/mvs/mvs-builder.js +3 -3
  177. package/lib/commonjs/extensions/pdbe/structure-quality-report/color.js +2 -2
  178. package/lib/commonjs/extensions/rcsb/validation-report/color/density-fit.js +2 -2
  179. package/lib/commonjs/extensions/rcsb/validation-report/color/geometry-quality.js +3 -3
  180. package/lib/commonjs/extensions/rcsb/validation-report/color/random-coil-index.js +2 -2
  181. package/lib/commonjs/extensions/rcsb/validation-report/representation.d.ts +5 -0
  182. package/lib/commonjs/extensions/rcsb/validation-report/representation.js +5 -5
  183. package/lib/commonjs/extensions/sb-ncbr/partial-charges/color.js +3 -3
  184. package/lib/commonjs/extensions/sb-ncbr/partial-charges/labels.js +1 -2
  185. package/lib/commonjs/extensions/sb-ncbr/partial-charges/property.js +2 -2
  186. package/lib/commonjs/extensions/sb-ncbr/tunnels/algorithm.js +2 -3
  187. package/lib/commonjs/extensions/sb-ncbr/tunnels/behavior.js +2 -2
  188. package/lib/commonjs/extensions/sb-ncbr/tunnels/data-model.d.ts +6 -6
  189. package/lib/commonjs/extensions/sb-ncbr/tunnels/examples.js +3 -3
  190. package/lib/commonjs/extensions/sb-ncbr/tunnels/props.js +2 -2
  191. package/lib/commonjs/extensions/volumes-and-segmentations/entry-root.d.ts +3 -3
  192. package/lib/commonjs/extensions/volumes-and-segmentations/entry-root.js +3 -3
  193. package/lib/commonjs/extensions/volumes-and-segmentations/entry-state.d.ts +3 -3
  194. package/lib/commonjs/extensions/volumes-and-segmentations/external-api.js +2 -3
  195. package/lib/commonjs/extensions/volumes-and-segmentations/global-state.d.ts +3 -3
  196. package/lib/commonjs/extensions/volumes-and-segmentations/helpers.js +6 -6
  197. package/lib/commonjs/extensions/volumes-and-segmentations/ui.d.ts +0 -1
  198. package/lib/commonjs/extensions/zenodo/ui.d.ts +0 -1
  199. package/lib/commonjs/mol-canvas3d/camera/transition.d.ts +1 -1
  200. package/lib/commonjs/mol-canvas3d/camera/transition.js +23 -6
  201. package/lib/commonjs/mol-canvas3d/camera/util.js +3 -4
  202. package/lib/commonjs/mol-canvas3d/canvas3d.d.ts +9 -1
  203. package/lib/commonjs/mol-canvas3d/helper/bounding-sphere-helper.d.ts +1 -6
  204. package/lib/commonjs/mol-canvas3d/helper/camera-helper.js +2 -2
  205. package/lib/commonjs/mol-canvas3d/helper/handle-helper.d.ts +1 -0
  206. package/lib/commonjs/mol-canvas3d/helper/handle-helper.js +2 -2
  207. package/lib/commonjs/mol-canvas3d/helper/helper.d.ts +2 -0
  208. package/lib/commonjs/mol-canvas3d/passes/image.d.ts +2 -0
  209. package/lib/commonjs/mol-canvas3d/passes/multi-sample.d.ts +2 -1
  210. package/lib/commonjs/mol-canvas3d/passes/multi-sample.js +4 -3
  211. package/lib/commonjs/mol-canvas3d/passes/postprocessing.d.ts +1 -0
  212. package/lib/commonjs/mol-canvas3d/passes/postprocessing.js +7 -2
  213. package/lib/commonjs/mol-canvas3d/util.js +3 -4
  214. package/lib/commonjs/mol-data/db/column-helpers.js +6 -7
  215. package/lib/commonjs/mol-data/db/column.d.ts +1 -1
  216. package/lib/commonjs/mol-data/generic/hash-set.js +1 -2
  217. package/lib/commonjs/mol-data/generic/linked-list.js +1 -2
  218. package/lib/commonjs/mol-data/int/impl/interval.js +15 -15
  219. package/lib/commonjs/mol-data/int/impl/ordered-set.js +25 -25
  220. package/lib/commonjs/mol-data/int/impl/segmentation.js +7 -7
  221. package/lib/commonjs/mol-data/int/impl/sorted-array.js +31 -31
  222. package/lib/commonjs/mol-data/int/linked-index.js +1 -2
  223. package/lib/commonjs/mol-data/util/array.js +5 -6
  224. package/lib/commonjs/mol-data/util/buckets.js +1 -2
  225. package/lib/commonjs/mol-data/util/combination.js +2 -2
  226. package/lib/commonjs/mol-data/util/equivalence-classes.js +2 -2
  227. package/lib/commonjs/mol-data/util/grouping.js +2 -3
  228. package/lib/commonjs/mol-data/util/hash-functions.js +9 -10
  229. package/lib/commonjs/mol-data/util/sort.js +5 -6
  230. package/lib/commonjs/mol-geo/geometry/base.d.ts +1 -1
  231. package/lib/commonjs/mol-geo/geometry/base.js +3 -3
  232. package/lib/commonjs/mol-geo/geometry/clipping-data.js +4 -5
  233. package/lib/commonjs/mol-geo/geometry/color-data.js +4 -5
  234. package/lib/commonjs/mol-geo/geometry/cylinders/cylinders.d.ts +1 -0
  235. package/lib/commonjs/mol-geo/geometry/cylinders/cylinders.js +3 -0
  236. package/lib/commonjs/mol-geo/geometry/direct-volume/direct-volume.d.ts +1 -0
  237. package/lib/commonjs/mol-geo/geometry/direct-volume/direct-volume.js +3 -0
  238. package/lib/commonjs/mol-geo/geometry/direct-volume/transfer-function.js +3 -4
  239. package/lib/commonjs/mol-geo/geometry/emissive-data.js +5 -6
  240. package/lib/commonjs/mol-geo/geometry/image/image.d.ts +1 -1
  241. package/lib/commonjs/mol-geo/geometry/marker-data.js +3 -4
  242. package/lib/commonjs/mol-geo/geometry/mesh/builder/axes.js +1 -2
  243. package/lib/commonjs/mol-geo/geometry/mesh/builder/box.js +2 -3
  244. package/lib/commonjs/mol-geo/geometry/mesh/builder/cylinder.js +4 -5
  245. package/lib/commonjs/mol-geo/geometry/mesh/builder/ellipsoid.js +1 -2
  246. package/lib/commonjs/mol-geo/geometry/mesh/builder/ribbon.js +1 -2
  247. package/lib/commonjs/mol-geo/geometry/mesh/builder/sheet.js +1 -2
  248. package/lib/commonjs/mol-geo/geometry/mesh/builder/sphere.js +2 -3
  249. package/lib/commonjs/mol-geo/geometry/mesh/builder/tube.js +1 -2
  250. package/lib/commonjs/mol-geo/geometry/mesh/color-smoothing.js +7 -8
  251. package/lib/commonjs/mol-geo/geometry/mesh/mesh.d.ts +1 -0
  252. package/lib/commonjs/mol-geo/geometry/mesh/mesh.js +3 -0
  253. package/lib/commonjs/mol-geo/geometry/overpaint-data.js +4 -5
  254. package/lib/commonjs/mol-geo/geometry/points/points.d.ts +1 -1
  255. package/lib/commonjs/mol-geo/geometry/size-data.js +9 -9
  256. package/lib/commonjs/mol-geo/geometry/spheres/spheres.d.ts +1 -0
  257. package/lib/commonjs/mol-geo/geometry/spheres/spheres.js +3 -0
  258. package/lib/commonjs/mol-geo/geometry/substance-data.js +4 -5
  259. package/lib/commonjs/mol-geo/geometry/text/font-atlas.js +3 -3
  260. package/lib/commonjs/mol-geo/geometry/texture-mesh/color-smoothing.js +7 -7
  261. package/lib/commonjs/mol-geo/geometry/texture-mesh/texture-mesh.d.ts +1 -0
  262. package/lib/commonjs/mol-geo/geometry/texture-mesh/texture-mesh.js +3 -0
  263. package/lib/commonjs/mol-geo/geometry/transform-data.js +4 -5
  264. package/lib/commonjs/mol-geo/geometry/transparency-data.js +5 -6
  265. package/lib/commonjs/mol-geo/primitive/box.js +3 -4
  266. package/lib/commonjs/mol-geo/primitive/cage.js +3 -4
  267. package/lib/commonjs/mol-geo/primitive/circle.js +2 -2
  268. package/lib/commonjs/mol-geo/primitive/cylinder.js +2 -2
  269. package/lib/commonjs/mol-geo/primitive/dodecahedron.js +3 -3
  270. package/lib/commonjs/mol-geo/primitive/icosahedron.js +2 -3
  271. package/lib/commonjs/mol-geo/primitive/octahedron.js +4 -4
  272. package/lib/commonjs/mol-geo/primitive/plane.js +2 -3
  273. package/lib/commonjs/mol-geo/primitive/polygon.js +1 -2
  274. package/lib/commonjs/mol-geo/primitive/polyhedron.js +2 -2
  275. package/lib/commonjs/mol-geo/primitive/primitive.js +4 -5
  276. package/lib/commonjs/mol-geo/primitive/prism.js +11 -11
  277. package/lib/commonjs/mol-geo/primitive/pyramid.js +6 -7
  278. package/lib/commonjs/mol-geo/primitive/sphere.js +2 -3
  279. package/lib/commonjs/mol-geo/primitive/spiked-ball.js +1 -2
  280. package/lib/commonjs/mol-geo/primitive/star.js +2 -2
  281. package/lib/commonjs/mol-geo/primitive/tetrahedron.js +3 -3
  282. package/lib/commonjs/mol-geo/primitive/torus.js +2 -2
  283. package/lib/commonjs/mol-geo/primitive/wedge.js +3 -4
  284. package/lib/commonjs/mol-geo/util/location-iterator.js +3 -4
  285. package/lib/commonjs/mol-geo/util/marching-cubes/algorithm.js +2 -3
  286. package/lib/commonjs/mol-geo/util/marching-cubes/builder.js +2 -3
  287. package/lib/commonjs/mol-geo/util/marching-cubes/tables.js +3 -3
  288. package/lib/commonjs/mol-geo/util.js +7 -8
  289. package/lib/commonjs/mol-gl/compute/grid3d.js +2 -3
  290. package/lib/commonjs/mol-gl/compute/hi-z.js +1 -2
  291. package/lib/commonjs/mol-gl/compute/histogram-pyramid/reduction.js +1 -2
  292. package/lib/commonjs/mol-gl/compute/histogram-pyramid/sum.js +1 -2
  293. package/lib/commonjs/mol-gl/compute/marching-cubes/active-voxels.js +1 -2
  294. package/lib/commonjs/mol-gl/compute/marching-cubes/isosurface.js +2 -3
  295. package/lib/commonjs/mol-gl/compute/marching-cubes/tables.js +2 -3
  296. package/lib/commonjs/mol-gl/compute/util.js +5 -5
  297. package/lib/commonjs/mol-gl/render-object.js +3 -3
  298. package/lib/commonjs/mol-gl/renderable/cylinders.d.ts +1 -0
  299. package/lib/commonjs/mol-gl/renderable/cylinders.js +3 -2
  300. package/lib/commonjs/mol-gl/renderable/direct-volume.d.ts +1 -0
  301. package/lib/commonjs/mol-gl/renderable/direct-volume.js +3 -2
  302. package/lib/commonjs/mol-gl/renderable/image.js +2 -2
  303. package/lib/commonjs/mol-gl/renderable/lines.js +2 -2
  304. package/lib/commonjs/mol-gl/renderable/mesh.d.ts +1 -0
  305. package/lib/commonjs/mol-gl/renderable/mesh.js +3 -2
  306. package/lib/commonjs/mol-gl/renderable/points.js +2 -2
  307. package/lib/commonjs/mol-gl/renderable/schema.d.ts +1 -0
  308. package/lib/commonjs/mol-gl/renderable/schema.js +10 -9
  309. package/lib/commonjs/mol-gl/renderable/spheres.d.ts +1 -0
  310. package/lib/commonjs/mol-gl/renderable/spheres.js +3 -2
  311. package/lib/commonjs/mol-gl/renderable/text.js +2 -2
  312. package/lib/commonjs/mol-gl/renderable/texture-mesh.d.ts +1 -0
  313. package/lib/commonjs/mol-gl/renderable/texture-mesh.js +3 -2
  314. package/lib/commonjs/mol-gl/renderable/util.js +7 -8
  315. package/lib/commonjs/mol-gl/renderable.js +2 -3
  316. package/lib/commonjs/mol-gl/renderer.d.ts +1 -0
  317. package/lib/commonjs/mol-gl/renderer.js +6 -0
  318. package/lib/commonjs/mol-gl/shader/background.frag.js +95 -95
  319. package/lib/commonjs/mol-gl/shader/background.vert.js +11 -11
  320. package/lib/commonjs/mol-gl/shader/blend-back-dpoit.frag.js +13 -13
  321. package/lib/commonjs/mol-gl/shader/bloom/blur.frag.js +28 -28
  322. package/lib/commonjs/mol-gl/shader/bloom/composite.frag.js +33 -33
  323. package/lib/commonjs/mol-gl/shader/bloom/luminosity.frag.js +52 -52
  324. package/lib/commonjs/mol-gl/shader/cas.frag.js +144 -144
  325. package/lib/commonjs/mol-gl/shader/chunks/apply-fog.glsl.js +31 -31
  326. package/lib/commonjs/mol-gl/shader/chunks/apply-interior-color.glsl.js +12 -12
  327. package/lib/commonjs/mol-gl/shader/chunks/apply-light-color.glsl.d.ts +2 -1
  328. package/lib/commonjs/mol-gl/shader/chunks/apply-light-color.glsl.js +110 -77
  329. package/lib/commonjs/mol-gl/shader/chunks/apply-marker-color.glsl.js +16 -16
  330. package/lib/commonjs/mol-gl/shader/chunks/assign-clipping-varying.glsl.js +8 -8
  331. package/lib/commonjs/mol-gl/shader/chunks/assign-color-varying.glsl.js +140 -140
  332. package/lib/commonjs/mol-gl/shader/chunks/assign-group.glsl.js +6 -6
  333. package/lib/commonjs/mol-gl/shader/chunks/assign-marker-varying.glsl.js +8 -8
  334. package/lib/commonjs/mol-gl/shader/chunks/assign-material-color.glsl.js +112 -112
  335. package/lib/commonjs/mol-gl/shader/chunks/assign-position.glsl.js +14 -14
  336. package/lib/commonjs/mol-gl/shader/chunks/assign-size.glsl.js +18 -18
  337. package/lib/commonjs/mol-gl/shader/chunks/check-picking-alpha.glsl.js +12 -12
  338. package/lib/commonjs/mol-gl/shader/chunks/check-transparency.glsl.js +16 -16
  339. package/lib/commonjs/mol-gl/shader/chunks/clip-instance.glsl.js +7 -7
  340. package/lib/commonjs/mol-gl/shader/chunks/clip-pixel.glsl.js +5 -5
  341. package/lib/commonjs/mol-gl/shader/chunks/color-frag-params.glsl.js +60 -60
  342. package/lib/commonjs/mol-gl/shader/chunks/color-vert-params.glsl.js +122 -122
  343. package/lib/commonjs/mol-gl/shader/chunks/common-clip.glsl.js +104 -104
  344. package/lib/commonjs/mol-gl/shader/chunks/common-frag-params.glsl.d.ts +1 -1
  345. package/lib/commonjs/mol-gl/shader/chunks/common-frag-params.glsl.js +151 -150
  346. package/lib/commonjs/mol-gl/shader/chunks/common-vert-params.glsl.js +61 -61
  347. package/lib/commonjs/mol-gl/shader/chunks/common.glsl.d.ts +1 -1
  348. package/lib/commonjs/mol-gl/shader/chunks/common.glsl.js +240 -234
  349. package/lib/commonjs/mol-gl/shader/chunks/dpoit-write.glsl.js +62 -62
  350. package/lib/commonjs/mol-gl/shader/chunks/fade-lod.glsl.js +42 -42
  351. package/lib/commonjs/mol-gl/shader/chunks/float-to-rgba.glsl.js +39 -39
  352. package/lib/commonjs/mol-gl/shader/chunks/light-frag-params.glsl.js +127 -127
  353. package/lib/commonjs/mol-gl/shader/chunks/matrix-scale.glsl.js +5 -5
  354. package/lib/commonjs/mol-gl/shader/chunks/normal-frag-params.glsl.js +2 -2
  355. package/lib/commonjs/mol-gl/shader/chunks/read-from-texture.glsl.js +14 -14
  356. package/lib/commonjs/mol-gl/shader/chunks/rgba-to-float.glsl.js +84 -84
  357. package/lib/commonjs/mol-gl/shader/chunks/size-vert-params.glsl.js +11 -11
  358. package/lib/commonjs/mol-gl/shader/chunks/texture3d-from-1d-trilinear.glsl.js +23 -23
  359. package/lib/commonjs/mol-gl/shader/chunks/texture3d-from-2d-linear.glsl.js +17 -17
  360. package/lib/commonjs/mol-gl/shader/chunks/texture3d-from-2d-nearest.glsl.js +8 -8
  361. package/lib/commonjs/mol-gl/shader/chunks/wboit-write.glsl.js +25 -25
  362. package/lib/commonjs/mol-gl/shader/compose.frag.js +12 -12
  363. package/lib/commonjs/mol-gl/shader/compute/color-smoothing/accumulate.frag.js +23 -23
  364. package/lib/commonjs/mol-gl/shader/compute/color-smoothing/accumulate.vert.js +43 -43
  365. package/lib/commonjs/mol-gl/shader/compute/color-smoothing/normalize.frag.js +15 -15
  366. package/lib/commonjs/mol-gl/shader/copy.frag.js +11 -11
  367. package/lib/commonjs/mol-gl/shader/cylinders.frag.d.ts +2 -1
  368. package/lib/commonjs/mol-gl/shader/cylinders.frag.js +275 -266
  369. package/lib/commonjs/mol-gl/shader/cylinders.vert.js +89 -89
  370. package/lib/commonjs/mol-gl/shader/depth-merge.frag.js +23 -23
  371. package/lib/commonjs/mol-gl/shader/direct-volume.frag.d.ts +1 -1
  372. package/lib/commonjs/mol-gl/shader/direct-volume.frag.js +363 -362
  373. package/lib/commonjs/mol-gl/shader/direct-volume.vert.js +41 -41
  374. package/lib/commonjs/mol-gl/shader/dof.frag.js +112 -112
  375. package/lib/commonjs/mol-gl/shader/evaluate-dpoit.frag.js +10 -10
  376. package/lib/commonjs/mol-gl/shader/evaluate-wboit.frag.js +17 -17
  377. package/lib/commonjs/mol-gl/shader/fxaa.frag.js +228 -228
  378. package/lib/commonjs/mol-gl/shader/gaussian-density.frag.js +49 -49
  379. package/lib/commonjs/mol-gl/shader/gaussian-density.vert.js +27 -27
  380. package/lib/commonjs/mol-gl/shader/hi-z.frag.js +18 -18
  381. package/lib/commonjs/mol-gl/shader/histogram-pyramid/reduction.frag.js +58 -58
  382. package/lib/commonjs/mol-gl/shader/histogram-pyramid/sum.frag.js +19 -19
  383. package/lib/commonjs/mol-gl/shader/image.frag.js +169 -169
  384. package/lib/commonjs/mol-gl/shader/image.vert.js +21 -21
  385. package/lib/commonjs/mol-gl/shader/lines.frag.js +42 -42
  386. package/lib/commonjs/mol-gl/shader/lines.vert.js +117 -117
  387. package/lib/commonjs/mol-gl/shader/marching-cubes/active-voxels.frag.js +70 -70
  388. package/lib/commonjs/mol-gl/shader/marching-cubes/isosurface.frag.js +311 -311
  389. package/lib/commonjs/mol-gl/shader/marking/edge.frag.js +28 -28
  390. package/lib/commonjs/mol-gl/shader/marking/overlay.frag.js +26 -26
  391. package/lib/commonjs/mol-gl/shader/mesh.frag.js +65 -65
  392. package/lib/commonjs/mol-gl/shader/mesh.vert.js +49 -49
  393. package/lib/commonjs/mol-gl/shader/outlines.frag.js +95 -95
  394. package/lib/commonjs/mol-gl/shader/points.frag.js +59 -59
  395. package/lib/commonjs/mol-gl/shader/points.vert.js +38 -38
  396. package/lib/commonjs/mol-gl/shader/postprocessing.frag.js +150 -150
  397. package/lib/commonjs/mol-gl/shader/quad.vert.js +10 -10
  398. package/lib/commonjs/mol-gl/shader/shadows.frag.js +123 -123
  399. package/lib/commonjs/mol-gl/shader/smaa/blend.frag.js +56 -56
  400. package/lib/commonjs/mol-gl/shader/smaa/blend.vert.js +25 -25
  401. package/lib/commonjs/mol-gl/shader/smaa/edges.frag.js +66 -66
  402. package/lib/commonjs/mol-gl/shader/smaa/edges.vert.js +26 -26
  403. package/lib/commonjs/mol-gl/shader/smaa/weights.frag.js +206 -206
  404. package/lib/commonjs/mol-gl/shader/smaa/weights.vert.js +32 -32
  405. package/lib/commonjs/mol-gl/shader/spheres.frag.js +148 -148
  406. package/lib/commonjs/mol-gl/shader/spheres.vert.js +132 -132
  407. package/lib/commonjs/mol-gl/shader/ssao-blur.frag.d.ts +1 -1
  408. package/lib/commonjs/mol-gl/shader/ssao-blur.frag.js +100 -97
  409. package/lib/commonjs/mol-gl/shader/ssao.frag.js +211 -211
  410. package/lib/commonjs/mol-gl/shader/text.frag.js +85 -85
  411. package/lib/commonjs/mol-gl/shader/text.vert.js +85 -85
  412. package/lib/commonjs/mol-gl/shader/util/grid3d-template.frag.js +46 -46
  413. package/lib/commonjs/mol-gl/shader-code.js +19 -19
  414. package/lib/commonjs/mol-gl/webgl/buffer.js +8 -9
  415. package/lib/commonjs/mol-gl/webgl/compat.js +44 -45
  416. package/lib/commonjs/mol-gl/webgl/context.js +6 -7
  417. package/lib/commonjs/mol-gl/webgl/extensions.js +1 -2
  418. package/lib/commonjs/mol-gl/webgl/framebuffer.js +3 -4
  419. package/lib/commonjs/mol-gl/webgl/program.js +2 -3
  420. package/lib/commonjs/mol-gl/webgl/render-item.d.ts +2 -2
  421. package/lib/commonjs/mol-gl/webgl/render-item.js +5 -5
  422. package/lib/commonjs/mol-gl/webgl/render-target.js +2 -3
  423. package/lib/commonjs/mol-gl/webgl/renderbuffer.js +3 -4
  424. package/lib/commonjs/mol-gl/webgl/resources.js +1 -2
  425. package/lib/commonjs/mol-gl/webgl/shader.js +2 -3
  426. package/lib/commonjs/mol-gl/webgl/state.js +1 -2
  427. package/lib/commonjs/mol-gl/webgl/texture.js +13 -14
  428. package/lib/commonjs/mol-gl/webgl/timer.js +2 -3
  429. package/lib/commonjs/mol-gl/webgl/uniform.js +6 -7
  430. package/lib/commonjs/mol-gl/webgl/vertex-array.js +1 -2
  431. package/lib/commonjs/mol-io/common/ascii.js +1 -2
  432. package/lib/commonjs/mol-io/common/binary-cif/classifier.js +2 -3
  433. package/lib/commonjs/mol-io/common/binary-cif/decoder.js +1 -2
  434. package/lib/commonjs/mol-io/common/binary.js +3 -3
  435. package/lib/commonjs/mol-io/common/msgpack/decode.js +1 -2
  436. package/lib/commonjs/mol-io/common/msgpack/encode.js +1 -2
  437. package/lib/commonjs/mol-io/common/simple-buffer.d.ts +0 -1
  438. package/lib/commonjs/mol-io/common/typed-array.js +6 -6
  439. package/lib/commonjs/mol-io/common/utf8.js +3 -4
  440. package/lib/commonjs/mol-io/reader/ccp4/parser.js +6 -7
  441. package/lib/commonjs/mol-io/reader/cif/binary/field.js +1 -2
  442. package/lib/commonjs/mol-io/reader/cif/binary/parser.js +1 -2
  443. package/lib/commonjs/mol-io/reader/cif/data-model.js +8 -8
  444. package/lib/commonjs/mol-io/reader/cif/schema/bird.d.ts +1 -1
  445. package/lib/commonjs/mol-io/reader/cif/schema/bird.js +1 -1
  446. package/lib/commonjs/mol-io/reader/cif/schema/ccd.d.ts +1 -1
  447. package/lib/commonjs/mol-io/reader/cif/schema/ccd.js +1 -1
  448. package/lib/commonjs/mol-io/reader/cif/schema/mmcif.d.ts +9 -1
  449. package/lib/commonjs/mol-io/reader/cif/schema/mmcif.js +9 -1
  450. package/lib/commonjs/mol-io/reader/cif/schema.js +4 -4
  451. package/lib/commonjs/mol-io/reader/cif/text/parser.js +1 -2
  452. package/lib/commonjs/mol-io/reader/common/text/column/fixed.d.ts +1 -1
  453. package/lib/commonjs/mol-io/reader/common/text/column/fixed.js +2 -3
  454. package/lib/commonjs/mol-io/reader/common/text/column/token.d.ts +1 -1
  455. package/lib/commonjs/mol-io/reader/common/text/column/token.js +4 -5
  456. package/lib/commonjs/mol-io/reader/common/text/number-parser.js +6 -6
  457. package/lib/commonjs/mol-io/reader/common/text/tokenizer.js +3 -3
  458. package/lib/commonjs/mol-io/reader/csv/data-model.js +3 -3
  459. package/lib/commonjs/mol-io/reader/csv/parser.js +1 -2
  460. package/lib/commonjs/mol-io/reader/cube/parser.js +1 -2
  461. package/lib/commonjs/mol-io/reader/dcd/parser.js +2 -3
  462. package/lib/commonjs/mol-io/reader/dsn6/parser.js +6 -6
  463. package/lib/commonjs/mol-io/reader/dx/parser.js +1 -2
  464. package/lib/commonjs/mol-io/reader/gro/parser.js +1 -2
  465. package/lib/commonjs/mol-io/reader/mol/parser.js +6 -7
  466. package/lib/commonjs/mol-io/reader/mol2/parser.js +1 -2
  467. package/lib/commonjs/mol-io/reader/nctraj/parser.js +1 -2
  468. package/lib/commonjs/mol-io/reader/obj/parser.js +1 -2
  469. package/lib/commonjs/mol-io/reader/pdb/parser.js +1 -2
  470. package/lib/commonjs/mol-io/reader/ply/parser.js +1 -2
  471. package/lib/commonjs/mol-io/reader/ply/schema.d.ts +1 -1
  472. package/lib/commonjs/mol-io/reader/ply/schema.js +3 -3
  473. package/lib/commonjs/mol-io/reader/prmtop/parser.js +1 -2
  474. package/lib/commonjs/mol-io/reader/psf/parser.js +1 -2
  475. package/lib/commonjs/mol-io/reader/sdf/parser-v3-util.js +4 -5
  476. package/lib/commonjs/mol-io/reader/sdf/parser.js +1 -2
  477. package/lib/commonjs/mol-io/reader/top/parser.js +1 -2
  478. package/lib/commonjs/mol-io/reader/trr/parser.js +1 -2
  479. package/lib/commonjs/mol-io/reader/xtc/parser.js +1 -2
  480. package/lib/commonjs/mol-io/reader/xyz/parser.js +1 -2
  481. package/lib/commonjs/mol-io/writer/cif/encoder/util.js +3 -4
  482. package/lib/commonjs/mol-math/approx.js +24 -25
  483. package/lib/commonjs/mol-math/easing.js +18 -19
  484. package/lib/commonjs/mol-math/geometry/boundary.js +2 -3
  485. package/lib/commonjs/mol-math/geometry/common.js +2 -3
  486. package/lib/commonjs/mol-math/geometry/distance-transform.js +1 -2
  487. package/lib/commonjs/mol-math/geometry/gaussian-density/cpu.js +1 -2
  488. package/lib/commonjs/mol-math/geometry/gaussian-density/gpu.js +4 -5
  489. package/lib/commonjs/mol-math/geometry/gaussian-density.js +5 -5
  490. package/lib/commonjs/mol-math/geometry/instance-grid.js +2 -3
  491. package/lib/commonjs/mol-math/geometry/lookup3d/grid.js +1 -2
  492. package/lib/commonjs/mol-math/geometry/molecular-surface.js +2 -2
  493. package/lib/commonjs/mol-math/geometry/polygon.js +1 -2
  494. package/lib/commonjs/mol-math/geometry/primitives/axes3d.js +1 -2
  495. package/lib/commonjs/mol-math/geometry/primitives/box3d.js +1 -2
  496. package/lib/commonjs/mol-math/geometry/primitives/frustum3d.js +1 -2
  497. package/lib/commonjs/mol-math/geometry/primitives/plane3d.js +1 -2
  498. package/lib/commonjs/mol-math/geometry/primitives/sphere3d.js +1 -2
  499. package/lib/commonjs/mol-math/geometry/spacegroup/cell.js +1 -2
  500. package/lib/commonjs/mol-math/geometry/spacegroup/tables.js +4 -4
  501. package/lib/commonjs/mol-math/histogram.js +1 -2
  502. package/lib/commonjs/mol-math/interpolate.js +12 -13
  503. package/lib/commonjs/mol-math/linear-algebra/3d/common.js +2 -2
  504. package/lib/commonjs/mol-math/linear-algebra/3d/euler.js +1 -2
  505. package/lib/commonjs/mol-math/linear-algebra/3d/mat3.js +1 -2
  506. package/lib/commonjs/mol-math/linear-algebra/3d/mat4.js +1 -2
  507. package/lib/commonjs/mol-math/linear-algebra/3d/quat.js +1 -2
  508. package/lib/commonjs/mol-math/linear-algebra/3d/vec2.js +1 -2
  509. package/lib/commonjs/mol-math/linear-algebra/3d/vec3.js +1 -2
  510. package/lib/commonjs/mol-math/linear-algebra/3d/vec4.js +1 -2
  511. package/lib/commonjs/mol-math/linear-algebra/matrix/svd.js +4 -5
  512. package/lib/commonjs/mol-math/misc.js +7 -7
  513. package/lib/commonjs/mol-model/custom-property.js +2 -2
  514. package/lib/commonjs/mol-model/location.js +4 -4
  515. package/lib/commonjs/mol-model/loci.d.ts +1 -1
  516. package/lib/commonjs/mol-model/loci.js +7 -7
  517. package/lib/commonjs/mol-model/sequence/alignment/alignment.d.ts +2 -1
  518. package/lib/commonjs/mol-model/sequence/alignment/alignment.js +1 -2
  519. package/lib/commonjs/mol-model/sequence/alignment/sequence.js +3 -3
  520. package/lib/commonjs/mol-model/sequence/constants.js +3 -4
  521. package/lib/commonjs/mol-model/structure/coordinates/coordinates.js +2 -2
  522. package/lib/commonjs/mol-model/structure/export/categories/atom_site.js +5 -5
  523. package/lib/commonjs/mol-model/structure/export/categories/atom_site_operator_mapping.js +2 -2
  524. package/lib/commonjs/mol-model/structure/export/categories/utils.js +6 -7
  525. package/lib/commonjs/mol-model/structure/export/mmcif.js +3 -3
  526. package/lib/commonjs/mol-model/structure/model/properties/atomic/bonds.js +2 -3
  527. package/lib/commonjs/mol-model/structure/model/properties/atomic/measures.js +4 -4
  528. package/lib/commonjs/mol-model/structure/model/properties/atomic/types.js +14 -14
  529. package/lib/commonjs/mol-model/structure/model/properties/secondary-structure.js +1 -2
  530. package/lib/commonjs/mol-model/structure/model/properties/utils/atomic-derived.js +1 -2
  531. package/lib/commonjs/mol-model/structure/model/properties/utils/atomic-index.js +1 -2
  532. package/lib/commonjs/mol-model/structure/model/properties/utils/atomic-ranges.js +1 -2
  533. package/lib/commonjs/mol-model/structure/model/properties/utils/coarse-keys.js +1 -2
  534. package/lib/commonjs/mol-model/structure/model/properties/utils/coarse-ranges.js +1 -2
  535. package/lib/commonjs/mol-model/structure/model/types/saccharides.js +1 -1
  536. package/lib/commonjs/mol-model/structure/model/types.d.ts +3 -3
  537. package/lib/commonjs/mol-model/structure/model/types.js +12 -12
  538. package/lib/commonjs/mol-model/structure/model/util.js +2 -3
  539. package/lib/commonjs/mol-model/structure/query/queries/atom-set.js +3 -4
  540. package/lib/commonjs/mol-model/structure/query/queries/combinators.js +2 -3
  541. package/lib/commonjs/mol-model/structure/query/queries/filters.js +7 -8
  542. package/lib/commonjs/mol-model/structure/query/queries/generators.js +9 -9
  543. package/lib/commonjs/mol-model/structure/query/queries/internal.js +7 -8
  544. package/lib/commonjs/mol-model/structure/query/queries/modifiers.js +9 -10
  545. package/lib/commonjs/mol-model/structure/query/utils/structure-distance.js +2 -3
  546. package/lib/commonjs/mol-model/structure/query/utils/structure-set.js +5 -6
  547. package/lib/commonjs/mol-model/structure/structure/carbohydrates/compute.js +1 -2
  548. package/lib/commonjs/mol-model/structure/structure/carbohydrates/constants.js +4 -4
  549. package/lib/commonjs/mol-model/structure/structure/element/loci.js +1 -2
  550. package/lib/commonjs/mol-model/structure/structure/element/util.js +6 -7
  551. package/lib/commonjs/mol-model/structure/structure/properties.d.ts +1 -0
  552. package/lib/commonjs/mol-model/structure/structure/properties.js +1 -0
  553. package/lib/commonjs/mol-model/structure/structure/unit/bonds/common.js +6 -6
  554. package/lib/commonjs/mol-model/structure/structure/unit/bonds/inter-compute.js +1 -2
  555. package/lib/commonjs/mol-model/structure/structure/unit/bonds/intra-compute.js +1 -2
  556. package/lib/commonjs/mol-model/structure/structure/unit/resonance.js +1 -2
  557. package/lib/commonjs/mol-model/structure/structure/unit/rings/compute.js +3 -4
  558. package/lib/commonjs/mol-model/structure/structure/util/boundary.js +1 -2
  559. package/lib/commonjs/mol-model/structure/structure/util/lookup3d.js +2 -2
  560. package/lib/commonjs/mol-model/structure/structure/util/polymer.js +6 -7
  561. package/lib/commonjs/mol-model/structure/structure/util/principal-axes.js +2 -3
  562. package/lib/commonjs/mol-model/structure/structure/util/superposition-sifts-mapping.js +1 -2
  563. package/lib/commonjs/mol-model/structure/structure/util/superposition.js +3 -4
  564. package/lib/commonjs/mol-model/structure/util.js +5 -6
  565. package/lib/commonjs/mol-model/volume/volume.d.ts +6 -6
  566. package/lib/commonjs/mol-model-formats/shape/ply.d.ts +2 -0
  567. package/lib/commonjs/mol-model-formats/shape/ply.js +2 -2
  568. package/lib/commonjs/mol-model-formats/structure/basic/atomic.js +1 -2
  569. package/lib/commonjs/mol-model-formats/structure/basic/coarse.js +2 -2
  570. package/lib/commonjs/mol-model-formats/structure/basic/entities.js +2 -3
  571. package/lib/commonjs/mol-model-formats/structure/basic/parser.js +1 -2
  572. package/lib/commonjs/mol-model-formats/structure/basic/properties.js +4 -5
  573. package/lib/commonjs/mol-model-formats/structure/basic/schema.d.ts +1 -0
  574. package/lib/commonjs/mol-model-formats/structure/basic/schema.js +2 -2
  575. package/lib/commonjs/mol-model-formats/structure/basic/sequence.js +1 -2
  576. package/lib/commonjs/mol-model-formats/structure/basic/sort.js +1 -2
  577. package/lib/commonjs/mol-model-formats/structure/basic/util.js +2 -3
  578. package/lib/commonjs/mol-model-formats/structure/cif-core.js +2 -2
  579. package/lib/commonjs/mol-model-formats/structure/common/entity.d.ts +1 -0
  580. package/lib/commonjs/mol-model-formats/structure/cube.js +1 -2
  581. package/lib/commonjs/mol-model-formats/structure/dcd.js +1 -2
  582. package/lib/commonjs/mol-model-formats/structure/gro.js +2 -2
  583. package/lib/commonjs/mol-model-formats/structure/mmcif.js +3 -3
  584. package/lib/commonjs/mol-model-formats/structure/mol.js +3 -3
  585. package/lib/commonjs/mol-model-formats/structure/mol2.js +2 -2
  586. package/lib/commonjs/mol-model-formats/structure/nctraj.js +1 -2
  587. package/lib/commonjs/mol-model-formats/structure/pdb/anisotropic.js +3 -4
  588. package/lib/commonjs/mol-model-formats/structure/pdb/assembly.js +3 -4
  589. package/lib/commonjs/mol-model-formats/structure/pdb/atom-site.js +3 -4
  590. package/lib/commonjs/mol-model-formats/structure/pdb/conect.js +1 -2
  591. package/lib/commonjs/mol-model-formats/structure/pdb/entity.js +2 -3
  592. package/lib/commonjs/mol-model-formats/structure/pdb/header.js +1 -2
  593. package/lib/commonjs/mol-model-formats/structure/pdb/secondary-structure.js +2 -3
  594. package/lib/commonjs/mol-model-formats/structure/pdb/to-cif.js +1 -2
  595. package/lib/commonjs/mol-model-formats/structure/pdb.js +2 -2
  596. package/lib/commonjs/mol-model-formats/structure/prmtop.js +2 -2
  597. package/lib/commonjs/mol-model-formats/structure/property/assembly.js +3 -4
  598. package/lib/commonjs/mol-model-formats/structure/psf.js +2 -2
  599. package/lib/commonjs/mol-model-formats/structure/sdf.js +2 -2
  600. package/lib/commonjs/mol-model-formats/structure/top.js +2 -2
  601. package/lib/commonjs/mol-model-formats/structure/trr.js +1 -2
  602. package/lib/commonjs/mol-model-formats/structure/util.js +2 -3
  603. package/lib/commonjs/mol-model-formats/structure/xtc.js +1 -2
  604. package/lib/commonjs/mol-model-formats/structure/xyz.js +2 -2
  605. package/lib/commonjs/mol-model-formats/volume/ccp4.js +3 -3
  606. package/lib/commonjs/mol-model-formats/volume/cube.js +2 -2
  607. package/lib/commonjs/mol-model-formats/volume/density-server.js +2 -2
  608. package/lib/commonjs/mol-model-formats/volume/dsn6.js +2 -2
  609. package/lib/commonjs/mol-model-formats/volume/dx.js +2 -2
  610. package/lib/commonjs/mol-model-formats/volume/segmentation.js +2 -2
  611. package/lib/commonjs/mol-model-props/computed/accessible-surface-area/shrake-rupley/area.js +1 -2
  612. package/lib/commonjs/mol-model-props/computed/accessible-surface-area/shrake-rupley/radii.js +1 -2
  613. package/lib/commonjs/mol-model-props/computed/chemistry/functional-group.js +16 -17
  614. package/lib/commonjs/mol-model-props/computed/chemistry/geometry.js +5 -5
  615. package/lib/commonjs/mol-model-props/computed/chemistry/util.js +16 -17
  616. package/lib/commonjs/mol-model-props/computed/chemistry/valence-model.js +4 -4
  617. package/lib/commonjs/mol-model-props/computed/helix-orientation/helix-orientation.js +1 -2
  618. package/lib/commonjs/mol-model-props/computed/interactions/common.js +4 -4
  619. package/lib/commonjs/mol-model-props/computed/interactions/contacts.js +3 -3
  620. package/lib/commonjs/mol-model-props/computed/interactions/interactions.js +2 -2
  621. package/lib/commonjs/mol-model-props/computed/interactions/refine.js +1 -2
  622. package/lib/commonjs/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +1 -0
  623. package/lib/commonjs/mol-model-props/computed/representations/interactions-inter-unit-cylinder.js +2 -2
  624. package/lib/commonjs/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +1 -0
  625. package/lib/commonjs/mol-model-props/computed/representations/interactions-intra-unit-cylinder.js +2 -2
  626. package/lib/commonjs/mol-model-props/computed/representations/interactions.d.ts +3 -0
  627. package/lib/commonjs/mol-model-props/computed/representations/interactions.js +3 -3
  628. package/lib/commonjs/mol-model-props/computed/secondary-structure/dssp/backbone-hbonds.js +1 -2
  629. package/lib/commonjs/mol-model-props/computed/secondary-structure/dssp/bends.js +1 -2
  630. package/lib/commonjs/mol-model-props/computed/secondary-structure/dssp/bridges.js +1 -2
  631. package/lib/commonjs/mol-model-props/computed/secondary-structure/dssp/dihedral-angles.js +1 -2
  632. package/lib/commonjs/mol-model-props/computed/secondary-structure/dssp/helices.js +1 -2
  633. package/lib/commonjs/mol-model-props/computed/secondary-structure/dssp/ladders.js +1 -2
  634. package/lib/commonjs/mol-model-props/computed/secondary-structure/dssp/protein-info.js +1 -2
  635. package/lib/commonjs/mol-model-props/computed/secondary-structure/dssp/sheets.js +1 -2
  636. package/lib/commonjs/mol-model-props/computed/secondary-structure/dssp/trace-lookup.js +1 -2
  637. package/lib/commonjs/mol-model-props/computed/secondary-structure/dssp/turns.js +1 -2
  638. package/lib/commonjs/mol-model-props/computed/secondary-structure/dssp.js +2 -2
  639. package/lib/commonjs/mol-model-props/computed/themes/accessible-surface-area.js +3 -3
  640. package/lib/commonjs/mol-model-props/computed/themes/interaction-type.js +3 -3
  641. package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/color.js +3 -3
  642. package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/representation.d.ts +4 -0
  643. package/lib/commonjs/mol-model-props/integrative/cross-link-restraint/representation.js +4 -4
  644. package/lib/commonjs/mol-model-props/sequence/themes/sifts-mapping.d.ts +2 -2
  645. package/lib/commonjs/mol-model-props/sequence/themes/sifts-mapping.js +3 -3
  646. package/lib/commonjs/mol-plugin/behavior/behavior.d.ts +9 -9
  647. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/behavior.d.ts +3 -3
  648. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +4 -4
  649. package/lib/commonjs/mol-plugin/behavior/dynamic/volume-streaming/util.js +8 -9
  650. package/lib/commonjs/mol-plugin/behavior/static/camera.js +6 -7
  651. package/lib/commonjs/mol-plugin/behavior/static/misc.js +2 -3
  652. package/lib/commonjs/mol-plugin/behavior/static/representation.js +4 -5
  653. package/lib/commonjs/mol-plugin/behavior/static/state.js +12 -13
  654. package/lib/commonjs/mol-plugin/command.js +2 -2
  655. package/lib/commonjs/mol-plugin/commands.d.ts +23 -87
  656. package/lib/commonjs/mol-plugin/context.d.ts +3 -2
  657. package/lib/commonjs/mol-plugin/context.js +4 -2
  658. package/lib/commonjs/mol-plugin/state.d.ts +7 -7
  659. package/lib/commonjs/mol-plugin/util/headless-screenshot.d.ts +1 -1
  660. package/lib/commonjs/mol-plugin/util/headless-screenshot.js +7 -5
  661. package/lib/commonjs/mol-plugin/util/viewport-screenshot.d.ts +1 -1
  662. package/lib/commonjs/mol-plugin/util/viewport-screenshot.js +2 -1
  663. package/lib/commonjs/mol-plugin-state/actions/volume.d.ts +1 -1
  664. package/lib/commonjs/mol-plugin-state/actions/volume.js +4 -12
  665. package/lib/commonjs/mol-plugin-state/animation/built-in/model-index.d.ts +2 -2
  666. package/lib/commonjs/mol-plugin-state/animation/helpers.js +5 -5
  667. package/lib/commonjs/mol-plugin-state/builder/structure/hierarchy-preset.js +2 -2
  668. package/lib/commonjs/mol-plugin-state/builder/structure/representation-preset.js +4 -4
  669. package/lib/commonjs/mol-plugin-state/formats/provider.js +2 -3
  670. package/lib/commonjs/mol-plugin-state/formats/registry.d.ts +1 -1
  671. package/lib/commonjs/mol-plugin-state/formats/trajectory.d.ts +9 -9
  672. package/lib/commonjs/mol-plugin-state/formats/volume.d.ts +0 -1
  673. package/lib/commonjs/mol-plugin-state/helpers/structure-clipping.js +1 -2
  674. package/lib/commonjs/mol-plugin-state/helpers/structure-component.js +3 -3
  675. package/lib/commonjs/mol-plugin-state/helpers/structure-emissive.js +2 -3
  676. package/lib/commonjs/mol-plugin-state/helpers/structure-overpaint.js +2 -3
  677. package/lib/commonjs/mol-plugin-state/helpers/structure-representation-params.js +4 -5
  678. package/lib/commonjs/mol-plugin-state/helpers/structure-selection-query.js +9 -9
  679. package/lib/commonjs/mol-plugin-state/helpers/structure-substance.js +2 -3
  680. package/lib/commonjs/mol-plugin-state/helpers/structure-transparency.js +2 -3
  681. package/lib/commonjs/mol-plugin-state/helpers/volume-representation-params.js +4 -5
  682. package/lib/commonjs/mol-plugin-state/manager/focus-camera/focus-first-residue.js +2 -3
  683. package/lib/commonjs/mol-plugin-state/manager/focus-camera/orient-axes.js +4 -4
  684. package/lib/commonjs/mol-plugin-state/manager/structure/hierarchy-state.js +2 -3
  685. package/lib/commonjs/mol-plugin-state/manager/structure/hierarchy.d.ts +3 -3
  686. package/lib/commonjs/mol-plugin-state/manager/structure/measurement.d.ts +4 -0
  687. package/lib/commonjs/mol-plugin-state/manager/volume/hierarchy-state.js +2 -3
  688. package/lib/commonjs/mol-plugin-state/objects.d.ts +97 -97
  689. package/lib/commonjs/mol-plugin-state/transforms/data.d.ts +10 -1
  690. package/lib/commonjs/mol-plugin-state/transforms/data.js +31 -2
  691. package/lib/commonjs/mol-plugin-state/transforms/helpers.js +6 -7
  692. package/lib/commonjs/mol-plugin-state/transforms/representation.d.ts +6 -0
  693. package/lib/commonjs/mol-plugin-state/transforms/shape.js +2 -2
  694. package/lib/commonjs/mol-plugin-ui/base.js +2 -1
  695. package/lib/commonjs/mol-plugin-ui/controls/color.js +3 -3
  696. package/lib/commonjs/mol-plugin-ui/controls/common.js +5 -5
  697. package/lib/commonjs/mol-plugin-ui/controls/icons.d.ts +5 -0
  698. package/lib/commonjs/mol-plugin-ui/controls/icons.js +87 -73
  699. package/lib/commonjs/mol-plugin-ui/controls/legend.js +2 -2
  700. package/lib/commonjs/mol-plugin-ui/controls/parameters.d.ts +3 -3
  701. package/lib/commonjs/mol-plugin-ui/controls/parameters.js +2 -2
  702. package/lib/commonjs/mol-plugin-ui/controls.js +3 -3
  703. package/lib/commonjs/mol-plugin-ui/hooks/use-behavior.js +1 -2
  704. package/lib/commonjs/mol-plugin-ui/index.js +1 -2
  705. package/lib/commonjs/mol-plugin-ui/left-panel.d.ts +0 -1
  706. package/lib/commonjs/mol-plugin-ui/plugin.js +5 -4
  707. package/lib/commonjs/mol-plugin-ui/react18.js +1 -2
  708. package/lib/commonjs/mol-plugin-ui/sequence.js +8 -8
  709. package/lib/commonjs/mol-plugin-ui/spec.d.ts +10 -10
  710. package/lib/commonjs/mol-plugin-ui/spec.js +1 -1
  711. package/lib/commonjs/mol-plugin-ui/state/apply-action.d.ts +1 -1
  712. package/lib/commonjs/mol-plugin-ui/state/update-transform.d.ts +1 -1
  713. package/lib/commonjs/mol-plugin-ui/structure/quick-styles.d.ts +2 -1
  714. package/lib/commonjs/mol-plugin-ui/structure/quick-styles.js +5 -2
  715. package/lib/commonjs/mol-plugin-ui/structure/selection.d.ts +2 -2
  716. package/lib/commonjs/mol-plugin-ui/task.js +2 -3
  717. package/lib/commonjs/mol-repr/representation.d.ts +3 -3
  718. package/lib/commonjs/mol-repr/shape/loci/angle.d.ts +1 -0
  719. package/lib/commonjs/mol-repr/shape/loci/angle.js +2 -2
  720. package/lib/commonjs/mol-repr/shape/loci/dihedral.d.ts +1 -0
  721. package/lib/commonjs/mol-repr/shape/loci/dihedral.js +2 -2
  722. package/lib/commonjs/mol-repr/shape/loci/distance.js +2 -2
  723. package/lib/commonjs/mol-repr/shape/loci/label.js +2 -2
  724. package/lib/commonjs/mol-repr/shape/loci/orientation.d.ts +1 -0
  725. package/lib/commonjs/mol-repr/shape/loci/orientation.js +2 -2
  726. package/lib/commonjs/mol-repr/shape/loci/plane.d.ts +1 -0
  727. package/lib/commonjs/mol-repr/shape/loci/plane.js +2 -2
  728. package/lib/commonjs/mol-repr/shape/model/unitcell.d.ts +1 -0
  729. package/lib/commonjs/mol-repr/shape/model/unitcell.js +3 -3
  730. package/lib/commonjs/mol-repr/shape/representation.js +1 -2
  731. package/lib/commonjs/mol-repr/structure/complex-representation.js +1 -2
  732. package/lib/commonjs/mol-repr/structure/complex-visual.d.ts +5 -0
  733. package/lib/commonjs/mol-repr/structure/complex-visual.js +9 -9
  734. package/lib/commonjs/mol-repr/structure/params.d.ts +5 -0
  735. package/lib/commonjs/mol-repr/structure/params.js +2 -2
  736. package/lib/commonjs/mol-repr/structure/registry.d.ts +11 -0
  737. package/lib/commonjs/mol-repr/structure/representation/backbone.d.ts +3 -0
  738. package/lib/commonjs/mol-repr/structure/representation/backbone.js +3 -3
  739. package/lib/commonjs/mol-repr/structure/representation/ball-and-stick.d.ts +3 -0
  740. package/lib/commonjs/mol-repr/structure/representation/ball-and-stick.js +3 -3
  741. package/lib/commonjs/mol-repr/structure/representation/carbohydrate.d.ts +3 -0
  742. package/lib/commonjs/mol-repr/structure/representation/carbohydrate.js +3 -3
  743. package/lib/commonjs/mol-repr/structure/representation/cartoon.d.ts +3 -0
  744. package/lib/commonjs/mol-repr/structure/representation/cartoon.js +3 -3
  745. package/lib/commonjs/mol-repr/structure/representation/ellipsoid.d.ts +3 -0
  746. package/lib/commonjs/mol-repr/structure/representation/ellipsoid.js +3 -3
  747. package/lib/commonjs/mol-repr/structure/representation/gaussian-surface.d.ts +3 -0
  748. package/lib/commonjs/mol-repr/structure/representation/gaussian-surface.js +3 -3
  749. package/lib/commonjs/mol-repr/structure/representation/gaussian-volume.d.ts +3 -0
  750. package/lib/commonjs/mol-repr/structure/representation/gaussian-volume.js +3 -3
  751. package/lib/commonjs/mol-repr/structure/representation/label.js +3 -3
  752. package/lib/commonjs/mol-repr/structure/representation/line.js +3 -3
  753. package/lib/commonjs/mol-repr/structure/representation/molecular-surface.d.ts +3 -0
  754. package/lib/commonjs/mol-repr/structure/representation/molecular-surface.js +3 -3
  755. package/lib/commonjs/mol-repr/structure/representation/orientation.d.ts +3 -0
  756. package/lib/commonjs/mol-repr/structure/representation/orientation.js +3 -3
  757. package/lib/commonjs/mol-repr/structure/representation/point.js +3 -3
  758. package/lib/commonjs/mol-repr/structure/representation/putty.d.ts +3 -0
  759. package/lib/commonjs/mol-repr/structure/representation/putty.js +3 -3
  760. package/lib/commonjs/mol-repr/structure/representation/spacefill.d.ts +3 -0
  761. package/lib/commonjs/mol-repr/structure/representation/spacefill.js +3 -3
  762. package/lib/commonjs/mol-repr/structure/representation.js +2 -2
  763. package/lib/commonjs/mol-repr/structure/units-representation.js +1 -2
  764. package/lib/commonjs/mol-repr/structure/units-visual.d.ts +5 -0
  765. package/lib/commonjs/mol-repr/structure/units-visual.js +10 -10
  766. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +2 -0
  767. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-cylinder.js +4 -4
  768. package/lib/commonjs/mol-repr/structure/visual/bond-inter-unit-line.js +2 -2
  769. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +2 -0
  770. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-cylinder.js +4 -4
  771. package/lib/commonjs/mol-repr/structure/visual/bond-intra-unit-line.js +2 -2
  772. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +1 -0
  773. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-link-cylinder.js +2 -2
  774. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-symbol-mesh.d.ts +1 -0
  775. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-symbol-mesh.js +2 -2
  776. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +1 -0
  777. package/lib/commonjs/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.js +2 -2
  778. package/lib/commonjs/mol-repr/structure/visual/element-cross.js +3 -3
  779. package/lib/commonjs/mol-repr/structure/visual/element-point.js +3 -3
  780. package/lib/commonjs/mol-repr/structure/visual/element-sphere.d.ts +4 -0
  781. package/lib/commonjs/mol-repr/structure/visual/element-sphere.js +7 -7
  782. package/lib/commonjs/mol-repr/structure/visual/ellipsoid-mesh.d.ts +1 -0
  783. package/lib/commonjs/mol-repr/structure/visual/ellipsoid-mesh.js +3 -3
  784. package/lib/commonjs/mol-repr/structure/visual/gaussian-density-volume.d.ts +2 -0
  785. package/lib/commonjs/mol-repr/structure/visual/gaussian-density-volume.js +3 -3
  786. package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +4 -0
  787. package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-mesh.js +7 -7
  788. package/lib/commonjs/mol-repr/structure/visual/gaussian-surface-wireframe.js +2 -2
  789. package/lib/commonjs/mol-repr/structure/visual/label-text.js +2 -2
  790. package/lib/commonjs/mol-repr/structure/visual/molecular-surface-mesh.d.ts +1 -0
  791. package/lib/commonjs/mol-repr/structure/visual/molecular-surface-mesh.js +3 -3
  792. package/lib/commonjs/mol-repr/structure/visual/molecular-surface-wireframe.js +2 -2
  793. package/lib/commonjs/mol-repr/structure/visual/nucleotide-atomic-bond.d.ts +2 -0
  794. package/lib/commonjs/mol-repr/structure/visual/nucleotide-atomic-bond.js +4 -4
  795. package/lib/commonjs/mol-repr/structure/visual/nucleotide-atomic-element.d.ts +2 -0
  796. package/lib/commonjs/mol-repr/structure/visual/nucleotide-atomic-element.js +4 -4
  797. package/lib/commonjs/mol-repr/structure/visual/nucleotide-atomic-ring-fill.d.ts +1 -0
  798. package/lib/commonjs/mol-repr/structure/visual/nucleotide-atomic-ring-fill.js +2 -2
  799. package/lib/commonjs/mol-repr/structure/visual/nucleotide-block-mesh.d.ts +1 -0
  800. package/lib/commonjs/mol-repr/structure/visual/nucleotide-block-mesh.js +2 -2
  801. package/lib/commonjs/mol-repr/structure/visual/nucleotide-ring-mesh.d.ts +1 -0
  802. package/lib/commonjs/mol-repr/structure/visual/nucleotide-ring-mesh.js +2 -2
  803. package/lib/commonjs/mol-repr/structure/visual/orientation-ellipsoid-mesh.d.ts +1 -0
  804. package/lib/commonjs/mol-repr/structure/visual/orientation-ellipsoid-mesh.js +3 -3
  805. package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-cylinder.d.ts +2 -0
  806. package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-cylinder.js +4 -4
  807. package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-sphere.d.ts +2 -0
  808. package/lib/commonjs/mol-repr/structure/visual/polymer-backbone-sphere.js +4 -4
  809. package/lib/commonjs/mol-repr/structure/visual/polymer-direction-wedge.d.ts +1 -0
  810. package/lib/commonjs/mol-repr/structure/visual/polymer-direction-wedge.js +2 -2
  811. package/lib/commonjs/mol-repr/structure/visual/polymer-gap-cylinder.d.ts +1 -0
  812. package/lib/commonjs/mol-repr/structure/visual/polymer-gap-cylinder.js +2 -2
  813. package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.d.ts +1 -0
  814. package/lib/commonjs/mol-repr/structure/visual/polymer-trace-mesh.js +2 -2
  815. package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.d.ts +1 -0
  816. package/lib/commonjs/mol-repr/structure/visual/polymer-tube-mesh.js +2 -2
  817. package/lib/commonjs/mol-repr/structure/visual/util/bond.js +8 -8
  818. package/lib/commonjs/mol-repr/structure/visual/util/common.js +14 -14
  819. package/lib/commonjs/mol-repr/structure/visual/util/element.js +10 -10
  820. package/lib/commonjs/mol-repr/structure/visual/util/gaussian.js +8 -8
  821. package/lib/commonjs/mol-repr/structure/visual/util/link.js +5 -5
  822. package/lib/commonjs/mol-repr/structure/visual/util/molecular-surface.js +2 -3
  823. package/lib/commonjs/mol-repr/structure/visual/util/nucleotide.d.ts +60 -60
  824. package/lib/commonjs/mol-repr/structure/visual/util/nucleotide.js +11 -11
  825. package/lib/commonjs/mol-repr/structure/visual/util/polymer/backbone.js +3 -4
  826. package/lib/commonjs/mol-repr/structure/visual/util/polymer/curve-segment.js +5 -6
  827. package/lib/commonjs/mol-repr/structure/visual/util/polymer/gap-iterator.js +2 -2
  828. package/lib/commonjs/mol-repr/structure/visual/util/polymer/trace-iterator.js +2 -2
  829. package/lib/commonjs/mol-repr/structure/visual/util/polymer.js +8 -8
  830. package/lib/commonjs/mol-repr/util.js +3 -3
  831. package/lib/commonjs/mol-repr/volume/direct-volume.d.ts +48 -45
  832. package/lib/commonjs/mol-repr/volume/direct-volume.js +9 -9
  833. package/lib/commonjs/mol-repr/volume/isosurface.d.ts +95 -90
  834. package/lib/commonjs/mol-repr/volume/isosurface.js +10 -10
  835. package/lib/commonjs/mol-repr/volume/registry.d.ts +63 -60
  836. package/lib/commonjs/mol-repr/volume/representation.js +4 -4
  837. package/lib/commonjs/mol-repr/volume/segment.d.ts +80 -75
  838. package/lib/commonjs/mol-repr/volume/segment.js +8 -8
  839. package/lib/commonjs/mol-repr/volume/slice.d.ts +45 -45
  840. package/lib/commonjs/mol-repr/volume/slice.js +5 -5
  841. package/lib/commonjs/mol-repr/volume/util.js +5 -6
  842. package/lib/commonjs/mol-script/language/expression-formatter.js +1 -2
  843. package/lib/commonjs/mol-script/language/helpers.js +3 -4
  844. package/lib/commonjs/mol-script/language/parser.js +1 -2
  845. package/lib/commonjs/mol-script/language/symbol-table/core.d.ts +1 -1
  846. package/lib/commonjs/mol-script/language/symbol.js +5 -5
  847. package/lib/commonjs/mol-script/runtime/query/base.js +2 -2
  848. package/lib/commonjs/mol-script/script/mol-script/script-macro.js +4 -5
  849. package/lib/commonjs/mol-script/script/mol-script/symbols.js +3 -3
  850. package/lib/commonjs/mol-script/script.js +1 -2
  851. package/lib/commonjs/mol-script/transpile.js +1 -2
  852. package/lib/commonjs/mol-script/transpilers/helper.js +28 -28
  853. package/lib/commonjs/mol-script/transpilers/jmol/properties.js +2 -2
  854. package/lib/commonjs/mol-script/transpilers/vmd/properties.js +2 -2
  855. package/lib/commonjs/mol-script/util/id-list.js +1 -2
  856. package/lib/commonjs/mol-state/object.d.ts +4 -4
  857. package/lib/commonjs/mol-state/state.d.ts +4 -4
  858. package/lib/commonjs/mol-state/transform.d.ts +1 -1
  859. package/lib/commonjs/mol-state/transformer.d.ts +1 -1
  860. package/lib/commonjs/mol-task/execution/observable.js +4 -5
  861. package/lib/commonjs/mol-task/util/chunked.js +1 -2
  862. package/lib/commonjs/mol-task/util/multistep.js +1 -2
  863. package/lib/commonjs/mol-task/util/scheduler.d.ts +0 -1
  864. package/lib/commonjs/mol-theme/clipping.js +1 -2
  865. package/lib/commonjs/mol-theme/color/atom-id.d.ts +2 -2
  866. package/lib/commonjs/mol-theme/color/atom-id.js +3 -3
  867. package/lib/commonjs/mol-theme/color/carbohydrate-symbol.js +3 -3
  868. package/lib/commonjs/mol-theme/color/cartoon.js +3 -3
  869. package/lib/commonjs/mol-theme/color/chain-id.d.ts +2 -2
  870. package/lib/commonjs/mol-theme/color/chain-id.js +3 -3
  871. package/lib/commonjs/mol-theme/color/element-index.d.ts +2 -2
  872. package/lib/commonjs/mol-theme/color/element-index.js +3 -3
  873. package/lib/commonjs/mol-theme/color/element-symbol.js +4 -4
  874. package/lib/commonjs/mol-theme/color/entity-id.d.ts +2 -2
  875. package/lib/commonjs/mol-theme/color/entity-id.js +3 -3
  876. package/lib/commonjs/mol-theme/color/entity-source.d.ts +2 -2
  877. package/lib/commonjs/mol-theme/color/entity-source.js +3 -3
  878. package/lib/commonjs/mol-theme/color/external-volume.d.ts +2 -2
  879. package/lib/commonjs/mol-theme/color/external-volume.js +2 -2
  880. package/lib/commonjs/mol-theme/color/hydrophobicity.js +4 -4
  881. package/lib/commonjs/mol-theme/color/illustrative.js +3 -3
  882. package/lib/commonjs/mol-theme/color/model-index.d.ts +2 -2
  883. package/lib/commonjs/mol-theme/color/model-index.js +3 -3
  884. package/lib/commonjs/mol-theme/color/molecule-type.js +4 -4
  885. package/lib/commonjs/mol-theme/color/occupancy.js +4 -4
  886. package/lib/commonjs/mol-theme/color/operator-hkl.d.ts +2 -2
  887. package/lib/commonjs/mol-theme/color/operator-hkl.js +3 -3
  888. package/lib/commonjs/mol-theme/color/operator-name.d.ts +2 -2
  889. package/lib/commonjs/mol-theme/color/operator-name.js +3 -3
  890. package/lib/commonjs/mol-theme/color/partial-charge.js +3 -3
  891. package/lib/commonjs/mol-theme/color/polymer-id.d.ts +2 -2
  892. package/lib/commonjs/mol-theme/color/polymer-id.js +3 -3
  893. package/lib/commonjs/mol-theme/color/polymer-index.d.ts +2 -2
  894. package/lib/commonjs/mol-theme/color/polymer-index.js +3 -3
  895. package/lib/commonjs/mol-theme/color/residue-name.js +4 -4
  896. package/lib/commonjs/mol-theme/color/secondary-structure.js +4 -4
  897. package/lib/commonjs/mol-theme/color/sequence-id.js +3 -3
  898. package/lib/commonjs/mol-theme/color/shape-group.js +3 -3
  899. package/lib/commonjs/mol-theme/color/structure-index.d.ts +2 -2
  900. package/lib/commonjs/mol-theme/color/structure-index.js +3 -3
  901. package/lib/commonjs/mol-theme/color/trajectory-index.d.ts +2 -2
  902. package/lib/commonjs/mol-theme/color/trajectory-index.js +3 -3
  903. package/lib/commonjs/mol-theme/color/uncertainty.js +4 -4
  904. package/lib/commonjs/mol-theme/color/uniform.js +3 -3
  905. package/lib/commonjs/mol-theme/color/unit-index.d.ts +2 -2
  906. package/lib/commonjs/mol-theme/color/unit-index.js +3 -3
  907. package/lib/commonjs/mol-theme/color/volume-segment.d.ts +2 -2
  908. package/lib/commonjs/mol-theme/color/volume-segment.js +3 -3
  909. package/lib/commonjs/mol-theme/color/volume-value.js +3 -3
  910. package/lib/commonjs/mol-theme/color.d.ts +16 -16
  911. package/lib/commonjs/mol-theme/color.js +2 -2
  912. package/lib/commonjs/mol-theme/emissive.js +1 -2
  913. package/lib/commonjs/mol-theme/label.js +11 -11
  914. package/lib/commonjs/mol-theme/overpaint.js +1 -2
  915. package/lib/commonjs/mol-theme/size/physical.js +4 -4
  916. package/lib/commonjs/mol-theme/size/shape-group.js +3 -3
  917. package/lib/commonjs/mol-theme/size/uncertainty.js +4 -4
  918. package/lib/commonjs/mol-theme/size/uniform.js +3 -3
  919. package/lib/commonjs/mol-theme/substance.js +1 -2
  920. package/lib/commonjs/mol-theme/theme.d.ts +3 -3
  921. package/lib/commonjs/mol-theme/transparency.js +1 -2
  922. package/lib/commonjs/mol-util/array.js +22 -23
  923. package/lib/commonjs/mol-util/binding.js +1 -2
  924. package/lib/commonjs/mol-util/clip.js +1 -2
  925. package/lib/commonjs/mol-util/color/color.js +6 -7
  926. package/lib/commonjs/mol-util/color/distinct.js +2 -2
  927. package/lib/commonjs/mol-util/color/lists.js +2 -2
  928. package/lib/commonjs/mol-util/color/palette.d.ts +4 -3
  929. package/lib/commonjs/mol-util/color/palette.js +2 -3
  930. package/lib/commonjs/mol-util/color/params.js +1 -2
  931. package/lib/commonjs/mol-util/color/scale.d.ts +2 -1
  932. package/lib/commonjs/mol-util/color/spaces/hcl.js +1 -2
  933. package/lib/commonjs/mol-util/color/spaces/lab.js +1 -2
  934. package/lib/commonjs/mol-util/data-source.d.ts +0 -1
  935. package/lib/commonjs/mol-util/data-source.js +7 -7
  936. package/lib/commonjs/mol-util/date.js +2 -3
  937. package/lib/commonjs/mol-util/debug.js +7 -7
  938. package/lib/commonjs/mol-util/download.js +1 -2
  939. package/lib/commonjs/mol-util/file-info.js +1 -2
  940. package/lib/commonjs/mol-util/id-factory.js +1 -2
  941. package/lib/commonjs/mol-util/index.js +13 -13
  942. package/lib/commonjs/mol-util/input/event-offset.js +1 -2
  943. package/lib/commonjs/mol-util/input/input-observer.js +4 -4
  944. package/lib/commonjs/mol-util/is-little-endian.js +1 -2
  945. package/lib/commonjs/mol-util/json.js +2 -3
  946. package/lib/commonjs/mol-util/legend.js +2 -3
  947. package/lib/commonjs/mol-util/make-dir.js +1 -2
  948. package/lib/commonjs/mol-util/map.js +1 -2
  949. package/lib/commonjs/mol-util/marker-action.js +6 -6
  950. package/lib/commonjs/mol-util/mask.js +2 -2
  951. package/lib/commonjs/mol-util/material.js +1 -2
  952. package/lib/commonjs/mol-util/memoize.js +2 -3
  953. package/lib/commonjs/mol-util/nodejs-shims.d.ts +1 -1
  954. package/lib/commonjs/mol-util/now.js +2 -2
  955. package/lib/commonjs/mol-util/number-packing.js +3 -4
  956. package/lib/commonjs/mol-util/number.js +7 -8
  957. package/lib/commonjs/mol-util/object.js +14 -15
  958. package/lib/commonjs/mol-util/param-mapping.js +1 -2
  959. package/lib/commonjs/mol-util/read.js +6 -7
  960. package/lib/commonjs/mol-util/reference-cache.js +3 -4
  961. package/lib/commonjs/mol-util/retry-if.js +1 -2
  962. package/lib/commonjs/mol-util/sleep.js +1 -2
  963. package/lib/commonjs/mol-util/string.js +18 -18
  964. package/lib/commonjs/mol-util/type-helpers.js +3 -4
  965. package/lib/commonjs/mol-util/url.js +2 -3
  966. package/lib/commonjs/mol-util/zip/bin.js +9 -10
  967. package/lib/commonjs/mol-util/zip/checksum.js +2 -3
  968. package/lib/commonjs/mol-util/zip/deflate.js +1 -2
  969. package/lib/commonjs/mol-util/zip/huffman.js +1 -2
  970. package/lib/commonjs/mol-util/zip/inflate.js +1 -2
  971. package/lib/commonjs/mol-util/zip/util.js +4 -4
  972. package/lib/commonjs/mol-util/zip/zip.js +8 -9
  973. package/lib/commonjs/servers/common/file-handle.js +1 -2
  974. package/lib/commonjs/servers/common/swagger-ui/index.js +2 -3
  975. package/lib/commonjs/servers/common/swagger-ui/indexTemplate.js +66 -66
  976. package/lib/commonjs/servers/common/util.js +1 -2
  977. package/lib/commonjs/servers/model/config.d.ts +4 -4
  978. package/lib/commonjs/servers/model/config.js +2 -2
  979. package/lib/commonjs/servers/model/preprocess/converter.js +1 -2
  980. package/lib/commonjs/servers/model/preprocess/parallel.js +2 -3
  981. package/lib/commonjs/servers/model/preprocess/preprocess.js +1 -2
  982. package/lib/commonjs/servers/model/preprocess/util.js +2 -3
  983. package/lib/commonjs/servers/model/property-provider.js +2 -3
  984. package/lib/commonjs/servers/model/query/atoms.js +1 -2
  985. package/lib/commonjs/servers/model/server/api-local.js +1 -2
  986. package/lib/commonjs/servers/model/server/api-schema.js +2 -2
  987. package/lib/commonjs/servers/model/server/api-web-multiple.js +1 -2
  988. package/lib/commonjs/servers/model/server/api-web.js +2 -3
  989. package/lib/commonjs/servers/model/server/api.js +4 -4
  990. package/lib/commonjs/servers/model/server/jobs.js +3 -3
  991. package/lib/commonjs/servers/model/server/query.js +2 -3
  992. package/lib/commonjs/servers/model/server/structure-wrapper.js +6 -6
  993. package/lib/commonjs/servers/model/utils/fetch-retry.js +1 -2
  994. package/lib/commonjs/servers/model/utils/tar.d.ts +0 -1
  995. package/lib/commonjs/servers/model/utils/tar.js +2 -2
  996. package/lib/commonjs/servers/plugin-state/api-schema.js +2 -2
  997. package/lib/commonjs/servers/plugin-state/config.js +1 -2
  998. package/lib/commonjs/servers/volume/common/binary-schema.d.ts +0 -1
  999. package/lib/commonjs/servers/volume/common/binary-schema.js +5 -5
  1000. package/lib/commonjs/servers/volume/common/data-format.d.ts +0 -1
  1001. package/lib/commonjs/servers/volume/common/data-format.js +2 -3
  1002. package/lib/commonjs/servers/volume/common/file.js +4 -5
  1003. package/lib/commonjs/servers/volume/config.d.ts +1 -5
  1004. package/lib/commonjs/servers/volume/config.js +8 -8
  1005. package/lib/commonjs/servers/volume/pack/data-model.js +2 -3
  1006. package/lib/commonjs/servers/volume/pack/downsampling.js +2 -3
  1007. package/lib/commonjs/servers/volume/pack/format/ccp4.js +2 -2
  1008. package/lib/commonjs/servers/volume/pack/format/dsn6.js +2 -2
  1009. package/lib/commonjs/servers/volume/pack/format.js +4 -5
  1010. package/lib/commonjs/servers/volume/pack/main.js +1 -2
  1011. package/lib/commonjs/servers/volume/pack/sampling.js +2 -3
  1012. package/lib/commonjs/servers/volume/pack/writer.js +1 -2
  1013. package/lib/commonjs/servers/volume/server/algebra/box.js +14 -15
  1014. package/lib/commonjs/servers/volume/server/algebra/coordinate.js +17 -18
  1015. package/lib/commonjs/servers/volume/server/api.js +3 -4
  1016. package/lib/commonjs/servers/volume/server/local-api.js +1 -2
  1017. package/lib/commonjs/servers/volume/server/query/compose.js +1 -2
  1018. package/lib/commonjs/servers/volume/server/query/encode.js +1 -2
  1019. package/lib/commonjs/servers/volume/server/query/execute.js +1 -2
  1020. package/lib/commonjs/servers/volume/server/query/identify.js +1 -2
  1021. package/lib/commonjs/servers/volume/server/web-api.js +1 -2
  1022. package/lib/commonjs/servers/volume/server/web-schema.js +2 -2
  1023. package/lib/examples/alpha-orbitals/example-data.js +160 -160
  1024. package/lib/examples/alpha-orbitals/index.html +72 -72
  1025. package/lib/examples/basic-wrapper/index.html +137 -137
  1026. package/lib/examples/lighting/index.d.ts +1 -1
  1027. package/lib/examples/lighting/index.html +88 -88
  1028. package/lib/examples/lighting/index.js +2 -1
  1029. package/lib/examples/proteopedia-wrapper/coloring.d.ts +5 -20
  1030. package/lib/examples/proteopedia-wrapper/index.html +236 -236
  1031. package/lib/extensions/alpha-orbitals/gpu/shader.frag.js +136 -136
  1032. package/lib/extensions/alpha-orbitals/transforms.d.ts +3 -3
  1033. package/lib/extensions/anvil/behavior.d.ts +1 -0
  1034. package/lib/extensions/anvil/representation.d.ts +4 -0
  1035. package/lib/extensions/assembly-symmetry/behavior.d.ts +1 -0
  1036. package/lib/extensions/assembly-symmetry/color.d.ts +2 -2
  1037. package/lib/extensions/assembly-symmetry/prop.js +24 -24
  1038. package/lib/extensions/assembly-symmetry/representation.d.ts +1 -0
  1039. package/lib/extensions/dnatco/confal-pyramids/behavior.js +5 -5
  1040. package/lib/extensions/dnatco/confal-pyramids/representation.d.ts +3 -0
  1041. package/lib/extensions/dnatco/ntc-tube/behavior.js +5 -5
  1042. package/lib/extensions/dnatco/ntc-tube/representation.d.ts +3 -0
  1043. package/lib/extensions/g3d/format.d.ts +3 -3
  1044. package/lib/extensions/geo-export/mesh-exporter.d.ts +2 -2
  1045. package/lib/extensions/geo-export/ui.d.ts +0 -1
  1046. package/lib/extensions/geo-export/usdz-exporter.js +41 -41
  1047. package/lib/extensions/meshes/mesh-extension.d.ts +3 -6
  1048. package/lib/extensions/meshes/mesh-streaming/behavior.d.ts +3 -3
  1049. package/lib/extensions/meshes/mesh-streaming/server-info.d.ts +3 -3
  1050. package/lib/extensions/model-archive/quality-assessment/color/plddt.d.ts +1 -1
  1051. package/lib/extensions/model-archive/quality-assessment/color/plddt.js +8 -5
  1052. package/lib/extensions/model-export/ui.d.ts +0 -1
  1053. package/lib/extensions/mp4-export/controls.d.ts +1 -1
  1054. package/lib/extensions/mp4-export/ui.d.ts +0 -1
  1055. package/lib/extensions/mvs/components/annotation-label/representation.d.ts +32 -32
  1056. package/lib/extensions/mvs/components/annotation-label/visual.d.ts +16 -16
  1057. package/lib/extensions/mvs/components/custom-label/representation.d.ts +32 -32
  1058. package/lib/extensions/mvs/components/custom-label/visual.d.ts +16 -16
  1059. package/lib/extensions/mvs/components/formats.d.ts +6 -6
  1060. package/lib/extensions/mvs/helpers/indexing.d.ts +2 -2
  1061. package/lib/extensions/mvs/helpers/schemas.d.ts +1 -1
  1062. package/lib/extensions/mvs/helpers/utils.d.ts +1 -1
  1063. package/lib/extensions/mvs/load-helpers.d.ts +1 -1
  1064. package/lib/extensions/mvs/tree/mvs/mvs-builder.d.ts +0 -8
  1065. package/lib/extensions/rcsb/validation-report/representation.d.ts +5 -0
  1066. package/lib/extensions/sb-ncbr/tunnels/data-model.d.ts +6 -6
  1067. package/lib/extensions/volumes-and-segmentations/entry-root.d.ts +3 -3
  1068. package/lib/extensions/volumes-and-segmentations/entry-state.d.ts +3 -3
  1069. package/lib/extensions/volumes-and-segmentations/global-state.d.ts +3 -3
  1070. package/lib/extensions/volumes-and-segmentations/ui.d.ts +0 -1
  1071. package/lib/extensions/zenodo/ui.d.ts +0 -1
  1072. package/lib/mol-canvas3d/camera/transition.d.ts +1 -1
  1073. package/lib/mol-canvas3d/camera/transition.js +23 -6
  1074. package/lib/mol-canvas3d/canvas3d.d.ts +9 -1
  1075. package/lib/mol-canvas3d/helper/bounding-sphere-helper.d.ts +1 -6
  1076. package/lib/mol-canvas3d/helper/handle-helper.d.ts +1 -0
  1077. package/lib/mol-canvas3d/helper/helper.d.ts +2 -0
  1078. package/lib/mol-canvas3d/passes/image.d.ts +2 -0
  1079. package/lib/mol-canvas3d/passes/multi-sample.d.ts +2 -1
  1080. package/lib/mol-canvas3d/passes/multi-sample.js +4 -3
  1081. package/lib/mol-canvas3d/passes/postprocessing.d.ts +1 -0
  1082. package/lib/mol-canvas3d/passes/postprocessing.js +5 -0
  1083. package/lib/mol-data/db/column.d.ts +1 -1
  1084. package/lib/mol-geo/geometry/base.d.ts +1 -1
  1085. package/lib/mol-geo/geometry/cylinders/cylinders.d.ts +1 -0
  1086. package/lib/mol-geo/geometry/cylinders/cylinders.js +3 -0
  1087. package/lib/mol-geo/geometry/direct-volume/direct-volume.d.ts +1 -0
  1088. package/lib/mol-geo/geometry/direct-volume/direct-volume.js +3 -0
  1089. package/lib/mol-geo/geometry/image/image.d.ts +1 -1
  1090. package/lib/mol-geo/geometry/mesh/mesh.d.ts +1 -0
  1091. package/lib/mol-geo/geometry/mesh/mesh.js +3 -0
  1092. package/lib/mol-geo/geometry/points/points.d.ts +1 -1
  1093. package/lib/mol-geo/geometry/spheres/spheres.d.ts +1 -0
  1094. package/lib/mol-geo/geometry/spheres/spheres.js +3 -0
  1095. package/lib/mol-geo/geometry/texture-mesh/texture-mesh.d.ts +1 -0
  1096. package/lib/mol-geo/geometry/texture-mesh/texture-mesh.js +3 -0
  1097. package/lib/mol-gl/renderable/cylinders.d.ts +1 -0
  1098. package/lib/mol-gl/renderable/cylinders.js +1 -0
  1099. package/lib/mol-gl/renderable/direct-volume.d.ts +1 -0
  1100. package/lib/mol-gl/renderable/direct-volume.js +1 -0
  1101. package/lib/mol-gl/renderable/mesh.d.ts +1 -0
  1102. package/lib/mol-gl/renderable/mesh.js +1 -0
  1103. package/lib/mol-gl/renderable/schema.d.ts +1 -0
  1104. package/lib/mol-gl/renderable/schema.js +1 -0
  1105. package/lib/mol-gl/renderable/spheres.d.ts +1 -0
  1106. package/lib/mol-gl/renderable/spheres.js +1 -0
  1107. package/lib/mol-gl/renderable/texture-mesh.d.ts +1 -0
  1108. package/lib/mol-gl/renderable/texture-mesh.js +1 -0
  1109. package/lib/mol-gl/renderer.d.ts +1 -0
  1110. package/lib/mol-gl/renderer.js +6 -0
  1111. package/lib/mol-gl/shader/background.frag.js +95 -95
  1112. package/lib/mol-gl/shader/background.vert.js +11 -11
  1113. package/lib/mol-gl/shader/blend-back-dpoit.frag.js +13 -13
  1114. package/lib/mol-gl/shader/bloom/blur.frag.js +28 -28
  1115. package/lib/mol-gl/shader/bloom/composite.frag.js +33 -33
  1116. package/lib/mol-gl/shader/bloom/luminosity.frag.js +52 -52
  1117. package/lib/mol-gl/shader/cas.frag.js +144 -144
  1118. package/lib/mol-gl/shader/chunks/apply-fog.glsl.js +31 -31
  1119. package/lib/mol-gl/shader/chunks/apply-interior-color.glsl.js +12 -12
  1120. package/lib/mol-gl/shader/chunks/apply-light-color.glsl.d.ts +2 -1
  1121. package/lib/mol-gl/shader/chunks/apply-light-color.glsl.js +110 -77
  1122. package/lib/mol-gl/shader/chunks/apply-marker-color.glsl.js +16 -16
  1123. package/lib/mol-gl/shader/chunks/assign-clipping-varying.glsl.js +8 -8
  1124. package/lib/mol-gl/shader/chunks/assign-color-varying.glsl.js +140 -140
  1125. package/lib/mol-gl/shader/chunks/assign-group.glsl.js +6 -6
  1126. package/lib/mol-gl/shader/chunks/assign-marker-varying.glsl.js +8 -8
  1127. package/lib/mol-gl/shader/chunks/assign-material-color.glsl.js +112 -112
  1128. package/lib/mol-gl/shader/chunks/assign-position.glsl.js +14 -14
  1129. package/lib/mol-gl/shader/chunks/assign-size.glsl.js +18 -18
  1130. package/lib/mol-gl/shader/chunks/check-picking-alpha.glsl.js +12 -12
  1131. package/lib/mol-gl/shader/chunks/check-transparency.glsl.js +16 -16
  1132. package/lib/mol-gl/shader/chunks/clip-instance.glsl.js +7 -7
  1133. package/lib/mol-gl/shader/chunks/clip-pixel.glsl.js +5 -5
  1134. package/lib/mol-gl/shader/chunks/color-frag-params.glsl.js +60 -60
  1135. package/lib/mol-gl/shader/chunks/color-vert-params.glsl.js +122 -122
  1136. package/lib/mol-gl/shader/chunks/common-clip.glsl.js +104 -104
  1137. package/lib/mol-gl/shader/chunks/common-frag-params.glsl.d.ts +1 -1
  1138. package/lib/mol-gl/shader/chunks/common-frag-params.glsl.js +151 -150
  1139. package/lib/mol-gl/shader/chunks/common-vert-params.glsl.js +61 -61
  1140. package/lib/mol-gl/shader/chunks/common.glsl.d.ts +1 -1
  1141. package/lib/mol-gl/shader/chunks/common.glsl.js +240 -234
  1142. package/lib/mol-gl/shader/chunks/dpoit-write.glsl.js +62 -62
  1143. package/lib/mol-gl/shader/chunks/fade-lod.glsl.js +42 -42
  1144. package/lib/mol-gl/shader/chunks/float-to-rgba.glsl.js +39 -39
  1145. package/lib/mol-gl/shader/chunks/light-frag-params.glsl.js +127 -127
  1146. package/lib/mol-gl/shader/chunks/matrix-scale.glsl.js +5 -5
  1147. package/lib/mol-gl/shader/chunks/normal-frag-params.glsl.js +2 -2
  1148. package/lib/mol-gl/shader/chunks/read-from-texture.glsl.js +14 -14
  1149. package/lib/mol-gl/shader/chunks/rgba-to-float.glsl.js +84 -84
  1150. package/lib/mol-gl/shader/chunks/size-vert-params.glsl.js +11 -11
  1151. package/lib/mol-gl/shader/chunks/texture3d-from-1d-trilinear.glsl.js +23 -23
  1152. package/lib/mol-gl/shader/chunks/texture3d-from-2d-linear.glsl.js +17 -17
  1153. package/lib/mol-gl/shader/chunks/texture3d-from-2d-nearest.glsl.js +8 -8
  1154. package/lib/mol-gl/shader/chunks/wboit-write.glsl.js +25 -25
  1155. package/lib/mol-gl/shader/compose.frag.js +12 -12
  1156. package/lib/mol-gl/shader/compute/color-smoothing/accumulate.frag.js +23 -23
  1157. package/lib/mol-gl/shader/compute/color-smoothing/accumulate.vert.js +43 -43
  1158. package/lib/mol-gl/shader/compute/color-smoothing/normalize.frag.js +15 -15
  1159. package/lib/mol-gl/shader/copy.frag.js +11 -11
  1160. package/lib/mol-gl/shader/cylinders.frag.d.ts +2 -1
  1161. package/lib/mol-gl/shader/cylinders.frag.js +275 -266
  1162. package/lib/mol-gl/shader/cylinders.vert.js +89 -89
  1163. package/lib/mol-gl/shader/depth-merge.frag.js +23 -23
  1164. package/lib/mol-gl/shader/direct-volume.frag.d.ts +1 -1
  1165. package/lib/mol-gl/shader/direct-volume.frag.js +363 -362
  1166. package/lib/mol-gl/shader/direct-volume.vert.js +41 -41
  1167. package/lib/mol-gl/shader/dof.frag.js +112 -112
  1168. package/lib/mol-gl/shader/evaluate-dpoit.frag.js +10 -10
  1169. package/lib/mol-gl/shader/evaluate-wboit.frag.js +17 -17
  1170. package/lib/mol-gl/shader/fxaa.frag.js +228 -228
  1171. package/lib/mol-gl/shader/gaussian-density.frag.js +49 -49
  1172. package/lib/mol-gl/shader/gaussian-density.vert.js +27 -27
  1173. package/lib/mol-gl/shader/hi-z.frag.js +18 -18
  1174. package/lib/mol-gl/shader/histogram-pyramid/reduction.frag.js +58 -58
  1175. package/lib/mol-gl/shader/histogram-pyramid/sum.frag.js +19 -19
  1176. package/lib/mol-gl/shader/image.frag.js +169 -169
  1177. package/lib/mol-gl/shader/image.vert.js +21 -21
  1178. package/lib/mol-gl/shader/lines.frag.js +42 -42
  1179. package/lib/mol-gl/shader/lines.vert.js +117 -117
  1180. package/lib/mol-gl/shader/marching-cubes/active-voxels.frag.js +70 -70
  1181. package/lib/mol-gl/shader/marching-cubes/isosurface.frag.js +311 -311
  1182. package/lib/mol-gl/shader/marking/edge.frag.js +28 -28
  1183. package/lib/mol-gl/shader/marking/overlay.frag.js +26 -26
  1184. package/lib/mol-gl/shader/mesh.frag.js +65 -65
  1185. package/lib/mol-gl/shader/mesh.vert.js +49 -49
  1186. package/lib/mol-gl/shader/outlines.frag.js +95 -95
  1187. package/lib/mol-gl/shader/points.frag.js +59 -59
  1188. package/lib/mol-gl/shader/points.vert.js +38 -38
  1189. package/lib/mol-gl/shader/postprocessing.frag.js +150 -150
  1190. package/lib/mol-gl/shader/quad.vert.js +10 -10
  1191. package/lib/mol-gl/shader/shadows.frag.js +123 -123
  1192. package/lib/mol-gl/shader/smaa/blend.frag.js +56 -56
  1193. package/lib/mol-gl/shader/smaa/blend.vert.js +25 -25
  1194. package/lib/mol-gl/shader/smaa/edges.frag.js +66 -66
  1195. package/lib/mol-gl/shader/smaa/edges.vert.js +26 -26
  1196. package/lib/mol-gl/shader/smaa/weights.frag.js +206 -206
  1197. package/lib/mol-gl/shader/smaa/weights.vert.js +32 -32
  1198. package/lib/mol-gl/shader/spheres.frag.js +148 -148
  1199. package/lib/mol-gl/shader/spheres.vert.js +132 -132
  1200. package/lib/mol-gl/shader/ssao-blur.frag.d.ts +1 -1
  1201. package/lib/mol-gl/shader/ssao-blur.frag.js +100 -97
  1202. package/lib/mol-gl/shader/ssao.frag.js +211 -211
  1203. package/lib/mol-gl/shader/text.frag.js +85 -85
  1204. package/lib/mol-gl/shader/text.vert.js +85 -85
  1205. package/lib/mol-gl/shader/util/grid3d-template.frag.js +46 -46
  1206. package/lib/mol-gl/shader-code.js +16 -16
  1207. package/lib/mol-gl/webgl/compat.js +12 -12
  1208. package/lib/mol-gl/webgl/render-item.d.ts +2 -2
  1209. package/lib/mol-io/common/simple-buffer.d.ts +0 -1
  1210. package/lib/mol-io/reader/cif/schema/bird.d.ts +1 -1
  1211. package/lib/mol-io/reader/cif/schema/bird.js +1 -1
  1212. package/lib/mol-io/reader/cif/schema/ccd.d.ts +1 -1
  1213. package/lib/mol-io/reader/cif/schema/ccd.js +1 -1
  1214. package/lib/mol-io/reader/cif/schema/mmcif.d.ts +9 -1
  1215. package/lib/mol-io/reader/cif/schema/mmcif.js +9 -1
  1216. package/lib/mol-io/reader/common/text/column/fixed.d.ts +1 -1
  1217. package/lib/mol-io/reader/common/text/column/token.d.ts +1 -1
  1218. package/lib/mol-io/reader/ply/schema.d.ts +1 -1
  1219. package/lib/mol-model/loci.d.ts +1 -1
  1220. package/lib/mol-model/sequence/alignment/alignment.d.ts +2 -1
  1221. package/lib/mol-model/structure/model/types/saccharides.js +1 -1
  1222. package/lib/mol-model/structure/model/types.d.ts +3 -3
  1223. package/lib/mol-model/structure/query/queries/generators.js +2 -2
  1224. package/lib/mol-model/structure/structure/properties.d.ts +1 -0
  1225. package/lib/mol-model/structure/structure/properties.js +1 -0
  1226. package/lib/mol-model/volume/volume.d.ts +6 -6
  1227. package/lib/mol-model-formats/shape/ply.d.ts +2 -0
  1228. package/lib/mol-model-formats/structure/basic/schema.d.ts +1 -0
  1229. package/lib/mol-model-formats/structure/common/entity.d.ts +1 -0
  1230. package/lib/mol-model-props/computed/representations/interactions-inter-unit-cylinder.d.ts +1 -0
  1231. package/lib/mol-model-props/computed/representations/interactions-intra-unit-cylinder.d.ts +1 -0
  1232. package/lib/mol-model-props/computed/representations/interactions.d.ts +3 -0
  1233. package/lib/mol-model-props/integrative/cross-link-restraint/representation.d.ts +4 -0
  1234. package/lib/mol-model-props/sequence/themes/sifts-mapping.d.ts +2 -2
  1235. package/lib/mol-plugin/behavior/behavior.d.ts +9 -9
  1236. package/lib/mol-plugin/behavior/dynamic/volume-streaming/behavior.d.ts +3 -3
  1237. package/lib/mol-plugin/behavior/dynamic/volume-streaming/model.d.ts +4 -4
  1238. package/lib/mol-plugin/commands.d.ts +23 -87
  1239. package/lib/mol-plugin/context.d.ts +3 -2
  1240. package/lib/mol-plugin/context.js +4 -2
  1241. package/lib/mol-plugin/state.d.ts +7 -7
  1242. package/lib/mol-plugin/util/headless-screenshot.d.ts +1 -1
  1243. package/lib/mol-plugin/util/headless-screenshot.js +3 -1
  1244. package/lib/mol-plugin/util/viewport-screenshot.d.ts +1 -1
  1245. package/lib/mol-plugin/util/viewport-screenshot.js +2 -1
  1246. package/lib/mol-plugin/version.js +2 -2
  1247. package/lib/mol-plugin-state/actions/volume.d.ts +1 -1
  1248. package/lib/mol-plugin-state/actions/volume.js +4 -12
  1249. package/lib/mol-plugin-state/animation/built-in/model-index.d.ts +2 -2
  1250. package/lib/mol-plugin-state/formats/registry.d.ts +1 -1
  1251. package/lib/mol-plugin-state/formats/trajectory.d.ts +9 -9
  1252. package/lib/mol-plugin-state/formats/volume.d.ts +0 -1
  1253. package/lib/mol-plugin-state/manager/structure/hierarchy.d.ts +3 -3
  1254. package/lib/mol-plugin-state/manager/structure/measurement.d.ts +4 -0
  1255. package/lib/mol-plugin-state/objects.d.ts +97 -97
  1256. package/lib/mol-plugin-state/transforms/data.d.ts +10 -1
  1257. package/lib/mol-plugin-state/transforms/data.js +30 -1
  1258. package/lib/mol-plugin-state/transforms/representation.d.ts +6 -0
  1259. package/lib/mol-plugin-ui/base.js +2 -1
  1260. package/lib/mol-plugin-ui/controls/icons.d.ts +5 -0
  1261. package/lib/mol-plugin-ui/controls/icons.js +10 -0
  1262. package/lib/mol-plugin-ui/controls/parameters.d.ts +3 -3
  1263. package/lib/mol-plugin-ui/controls.js +1 -1
  1264. package/lib/mol-plugin-ui/left-panel.d.ts +0 -1
  1265. package/lib/mol-plugin-ui/plugin.js +3 -2
  1266. package/lib/mol-plugin-ui/skin/base/base.scss +37 -37
  1267. package/lib/mol-plugin-ui/skin/base/components/controls-base.scss +333 -333
  1268. package/lib/mol-plugin-ui/skin/base/components/controls.scss +451 -445
  1269. package/lib/mol-plugin-ui/skin/base/components/help.scss +27 -27
  1270. package/lib/mol-plugin-ui/skin/base/components/line-graph.scss +67 -67
  1271. package/lib/mol-plugin-ui/skin/base/components/log.scss +100 -100
  1272. package/lib/mol-plugin-ui/skin/base/components/misc.scss +663 -663
  1273. package/lib/mol-plugin-ui/skin/base/components/sequence.scss +125 -125
  1274. package/lib/mol-plugin-ui/skin/base/components/slider.scss +165 -165
  1275. package/lib/mol-plugin-ui/skin/base/components/tasks.scss +99 -99
  1276. package/lib/mol-plugin-ui/skin/base/components/toast.scss +83 -83
  1277. package/lib/mol-plugin-ui/skin/base/components/transformer.scss +163 -163
  1278. package/lib/mol-plugin-ui/skin/base/components/viewport.scss +194 -194
  1279. package/lib/mol-plugin-ui/skin/base/layout/common.scss +71 -71
  1280. package/lib/mol-plugin-ui/skin/base/layout/controls-landscape.scss +89 -89
  1281. package/lib/mol-plugin-ui/skin/base/layout/controls-outside.scss +98 -98
  1282. package/lib/mol-plugin-ui/skin/base/layout/controls-portrait.scss +108 -108
  1283. package/lib/mol-plugin-ui/skin/base/layout.scss +40 -40
  1284. package/lib/mol-plugin-ui/skin/base/logo.scss +12 -12
  1285. package/lib/mol-plugin-ui/skin/base/normalize.scss +209 -209
  1286. package/lib/mol-plugin-ui/skin/base/ui.scss +40 -40
  1287. package/lib/mol-plugin-ui/skin/base/variables.scss +88 -88
  1288. package/lib/mol-plugin-ui/skin/blue.scss +1 -1
  1289. package/lib/mol-plugin-ui/skin/colors/blue.scss +23 -23
  1290. package/lib/mol-plugin-ui/skin/colors/dark.scss +23 -23
  1291. package/lib/mol-plugin-ui/skin/colors/light.scss +29 -29
  1292. package/lib/mol-plugin-ui/skin/dark.scss +1 -1
  1293. package/lib/mol-plugin-ui/skin/light.scss +1 -1
  1294. package/lib/mol-plugin-ui/spec.d.ts +10 -10
  1295. package/lib/mol-plugin-ui/spec.js +1 -1
  1296. package/lib/mol-plugin-ui/state/apply-action.d.ts +1 -1
  1297. package/lib/mol-plugin-ui/state/update-transform.d.ts +1 -1
  1298. package/lib/mol-plugin-ui/structure/quick-styles.d.ts +2 -1
  1299. package/lib/mol-plugin-ui/structure/quick-styles.js +5 -2
  1300. package/lib/mol-plugin-ui/structure/selection.d.ts +2 -2
  1301. package/lib/mol-repr/representation.d.ts +3 -3
  1302. package/lib/mol-repr/shape/loci/angle.d.ts +1 -0
  1303. package/lib/mol-repr/shape/loci/dihedral.d.ts +1 -0
  1304. package/lib/mol-repr/shape/loci/orientation.d.ts +1 -0
  1305. package/lib/mol-repr/shape/loci/plane.d.ts +1 -0
  1306. package/lib/mol-repr/shape/model/unitcell.d.ts +1 -0
  1307. package/lib/mol-repr/structure/complex-visual.d.ts +5 -0
  1308. package/lib/mol-repr/structure/params.d.ts +5 -0
  1309. package/lib/mol-repr/structure/registry.d.ts +11 -0
  1310. package/lib/mol-repr/structure/representation/backbone.d.ts +3 -0
  1311. package/lib/mol-repr/structure/representation/ball-and-stick.d.ts +3 -0
  1312. package/lib/mol-repr/structure/representation/carbohydrate.d.ts +3 -0
  1313. package/lib/mol-repr/structure/representation/cartoon.d.ts +3 -0
  1314. package/lib/mol-repr/structure/representation/ellipsoid.d.ts +3 -0
  1315. package/lib/mol-repr/structure/representation/gaussian-surface.d.ts +3 -0
  1316. package/lib/mol-repr/structure/representation/gaussian-volume.d.ts +3 -0
  1317. package/lib/mol-repr/structure/representation/molecular-surface.d.ts +3 -0
  1318. package/lib/mol-repr/structure/representation/orientation.d.ts +3 -0
  1319. package/lib/mol-repr/structure/representation/putty.d.ts +3 -0
  1320. package/lib/mol-repr/structure/representation/spacefill.d.ts +3 -0
  1321. package/lib/mol-repr/structure/units-visual.d.ts +5 -0
  1322. package/lib/mol-repr/structure/visual/bond-inter-unit-cylinder.d.ts +2 -0
  1323. package/lib/mol-repr/structure/visual/bond-intra-unit-cylinder.d.ts +2 -0
  1324. package/lib/mol-repr/structure/visual/carbohydrate-link-cylinder.d.ts +1 -0
  1325. package/lib/mol-repr/structure/visual/carbohydrate-symbol-mesh.d.ts +1 -0
  1326. package/lib/mol-repr/structure/visual/carbohydrate-terminal-link-cylinder.d.ts +1 -0
  1327. package/lib/mol-repr/structure/visual/element-sphere.d.ts +4 -0
  1328. package/lib/mol-repr/structure/visual/ellipsoid-mesh.d.ts +1 -0
  1329. package/lib/mol-repr/structure/visual/gaussian-density-volume.d.ts +2 -0
  1330. package/lib/mol-repr/structure/visual/gaussian-surface-mesh.d.ts +4 -0
  1331. package/lib/mol-repr/structure/visual/molecular-surface-mesh.d.ts +1 -0
  1332. package/lib/mol-repr/structure/visual/nucleotide-atomic-bond.d.ts +2 -0
  1333. package/lib/mol-repr/structure/visual/nucleotide-atomic-element.d.ts +2 -0
  1334. package/lib/mol-repr/structure/visual/nucleotide-atomic-ring-fill.d.ts +1 -0
  1335. package/lib/mol-repr/structure/visual/nucleotide-block-mesh.d.ts +1 -0
  1336. package/lib/mol-repr/structure/visual/nucleotide-ring-mesh.d.ts +1 -0
  1337. package/lib/mol-repr/structure/visual/orientation-ellipsoid-mesh.d.ts +1 -0
  1338. package/lib/mol-repr/structure/visual/polymer-backbone-cylinder.d.ts +2 -0
  1339. package/lib/mol-repr/structure/visual/polymer-backbone-sphere.d.ts +2 -0
  1340. package/lib/mol-repr/structure/visual/polymer-direction-wedge.d.ts +1 -0
  1341. package/lib/mol-repr/structure/visual/polymer-gap-cylinder.d.ts +1 -0
  1342. package/lib/mol-repr/structure/visual/polymer-trace-mesh.d.ts +1 -0
  1343. package/lib/mol-repr/structure/visual/polymer-tube-mesh.d.ts +1 -0
  1344. package/lib/mol-repr/structure/visual/util/nucleotide.d.ts +60 -60
  1345. package/lib/mol-repr/volume/direct-volume.d.ts +48 -45
  1346. package/lib/mol-repr/volume/isosurface.d.ts +95 -90
  1347. package/lib/mol-repr/volume/registry.d.ts +63 -60
  1348. package/lib/mol-repr/volume/segment.d.ts +80 -75
  1349. package/lib/mol-repr/volume/slice.d.ts +45 -45
  1350. package/lib/mol-script/language/symbol-table/core.d.ts +1 -1
  1351. package/lib/mol-state/object.d.ts +4 -4
  1352. package/lib/mol-state/state.d.ts +4 -4
  1353. package/lib/mol-state/transform.d.ts +1 -1
  1354. package/lib/mol-state/transformer.d.ts +1 -1
  1355. package/lib/mol-task/util/scheduler.d.ts +0 -1
  1356. package/lib/mol-theme/color/atom-id.d.ts +2 -2
  1357. package/lib/mol-theme/color/chain-id.d.ts +2 -2
  1358. package/lib/mol-theme/color/element-index.d.ts +2 -2
  1359. package/lib/mol-theme/color/entity-id.d.ts +2 -2
  1360. package/lib/mol-theme/color/entity-source.d.ts +2 -2
  1361. package/lib/mol-theme/color/external-volume.d.ts +2 -2
  1362. package/lib/mol-theme/color/model-index.d.ts +2 -2
  1363. package/lib/mol-theme/color/operator-hkl.d.ts +2 -2
  1364. package/lib/mol-theme/color/operator-name.d.ts +2 -2
  1365. package/lib/mol-theme/color/polymer-id.d.ts +2 -2
  1366. package/lib/mol-theme/color/polymer-index.d.ts +2 -2
  1367. package/lib/mol-theme/color/structure-index.d.ts +2 -2
  1368. package/lib/mol-theme/color/trajectory-index.d.ts +2 -2
  1369. package/lib/mol-theme/color/unit-index.d.ts +2 -2
  1370. package/lib/mol-theme/color/volume-segment.d.ts +2 -2
  1371. package/lib/mol-theme/color.d.ts +16 -16
  1372. package/lib/mol-theme/theme.d.ts +3 -3
  1373. package/lib/mol-util/color/palette.d.ts +4 -3
  1374. package/lib/mol-util/color/scale.d.ts +2 -1
  1375. package/lib/mol-util/data-source.d.ts +0 -1
  1376. package/lib/mol-util/nodejs-shims.d.ts +1 -1
  1377. package/lib/servers/common/swagger-ui/indexTemplate.js +66 -66
  1378. package/lib/servers/model/config.d.ts +4 -4
  1379. package/lib/servers/model/utils/tar.d.ts +0 -1
  1380. package/lib/servers/volume/common/binary-schema.d.ts +0 -1
  1381. package/lib/servers/volume/common/data-format.d.ts +0 -1
  1382. package/lib/servers/volume/config.d.ts +1 -5
  1383. package/lib/servers/volume/config.js +5 -5
  1384. package/package.json +197 -196
@@ -1,12 +1,13 @@
1
1
  "use strict";
2
2
  /**
3
- * Copyright (c) 2018-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
3
+ * Copyright (c) 2018-2024 mol* contributors, licensed under MIT, See LICENSE file for more info.
4
4
  *
5
5
  * @author David Sehnal <david.sehnal@gmail.com>
6
6
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
7
+ * @author Neli Fonseca <neli@ebi.ac.uk>
7
8
  */
8
9
  Object.defineProperty(exports, "__esModule", { value: true });
9
- exports.LazyVolume = exports.ParseJson = exports.ImportJson = exports.ImportString = exports.ParseDx = exports.ParseDsn6 = exports.ParseCcp4 = exports.ParsePly = exports.ParseTop = exports.ParsePrmtop = exports.ParsePsf = exports.ParseCube = exports.ParseCif = exports.ParseBlob = exports.ReadFile = exports.RawData = exports.DownloadBlob = exports.Download = void 0;
10
+ exports.LazyVolume = exports.ParseJson = exports.ImportJson = exports.ImportString = exports.ParseDx = exports.ParseDsn6 = exports.ParseCcp4 = exports.ParsePly = exports.ParseTop = exports.ParsePrmtop = exports.ParsePsf = exports.ParseCube = exports.ParseCif = exports.ParseBlob = exports.ReadFile = exports.RawData = exports.DeflateData = exports.DownloadBlob = exports.Download = void 0;
10
11
  const tslib_1 = require("tslib");
11
12
  const CCP4 = tslib_1.__importStar(require("../../mol-io/reader/ccp4/parser"));
12
13
  const cif_1 = require("../../mol-io/reader/cif");
@@ -25,6 +26,8 @@ const names_1 = require("../../mol-util/color/names");
25
26
  const type_helpers_1 = require("../../mol-util/type-helpers");
26
27
  const parser_4 = require("../../mol-io/reader/prmtop/parser");
27
28
  const parser_5 = require("../../mol-io/reader/top/parser");
29
+ const zip_1 = require("../../mol-util/zip/zip");
30
+ const utf8_1 = require("../../mol-io/common/utf8");
28
31
  const Download = objects_1.PluginStateTransform.BuiltIn({
29
32
  name: 'download',
30
33
  display: { name: 'Download', description: 'Download string or binary data from the specified URL' },
@@ -116,6 +119,32 @@ const DownloadBlob = objects_1.PluginStateTransform.BuiltIn({
116
119
  // }
117
120
  });
118
121
  exports.DownloadBlob = DownloadBlob;
122
+ const DeflateData = objects_1.PluginStateTransform.BuiltIn({
123
+ name: 'defalate-data',
124
+ display: { name: 'Deflate', description: 'Deflate compressed data' },
125
+ params: {
126
+ method: param_definition_1.ParamDefinition.Select('gzip', [['gzip', 'gzip']]), // later on we might have to add say brotli
127
+ isString: param_definition_1.ParamDefinition.Boolean(false),
128
+ stringEncoding: param_definition_1.ParamDefinition.Optional(param_definition_1.ParamDefinition.Select('utf-8', [['utf-8', 'UTF8']])),
129
+ label: param_definition_1.ParamDefinition.Optional(param_definition_1.ParamDefinition.Text(''))
130
+ },
131
+ from: [objects_1.PluginStateObject.Data.Binary],
132
+ to: [objects_1.PluginStateObject.Data.Binary, objects_1.PluginStateObject.Data.String]
133
+ })({
134
+ apply({ a, params }, plugin) {
135
+ return mol_task_1.Task.create('Gzip', async (ctx) => {
136
+ const decompressedData = await (0, zip_1.ungzip)(ctx, a.data);
137
+ const label = params.label ? params.label : a.label;
138
+ // handle decoding based on stringEncoding param
139
+ if (params.isString) {
140
+ const textData = (0, utf8_1.utf8Read)(decompressedData, 0, decompressedData.length);
141
+ return new objects_1.PluginStateObject.Data.String(textData, { label });
142
+ }
143
+ return new objects_1.PluginStateObject.Data.Binary(decompressedData, { label });
144
+ });
145
+ }
146
+ });
147
+ exports.DeflateData = DeflateData;
119
148
  const RawData = objects_1.PluginStateTransform.BuiltIn({
120
149
  name: 'raw-data',
121
150
  display: { name: 'Raw Data', description: 'Raw data supplied by value.' },
@@ -5,20 +5,23 @@
5
5
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
6
6
  */
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
- exports.getPlaneDataFromStructureSelections = exports.getOrientationDataFromStructureSelections = exports.getLabelDataFromStructureSelections = exports.getDihedralDataFromStructureSelections = exports.getAngleDataFromStructureSelections = exports.getDistanceDataFromStructureSelections = void 0;
8
+ exports.getDistanceDataFromStructureSelections = getDistanceDataFromStructureSelections;
9
+ exports.getAngleDataFromStructureSelections = getAngleDataFromStructureSelections;
10
+ exports.getDihedralDataFromStructureSelections = getDihedralDataFromStructureSelections;
11
+ exports.getLabelDataFromStructureSelections = getLabelDataFromStructureSelections;
12
+ exports.getOrientationDataFromStructureSelections = getOrientationDataFromStructureSelections;
13
+ exports.getPlaneDataFromStructureSelections = getPlaneDataFromStructureSelections;
9
14
  function getDistanceDataFromStructureSelections(s) {
10
15
  const lociA = s[0].loci;
11
16
  const lociB = s[1].loci;
12
17
  return { pairs: [{ loci: [lociA, lociB] }] };
13
18
  }
14
- exports.getDistanceDataFromStructureSelections = getDistanceDataFromStructureSelections;
15
19
  function getAngleDataFromStructureSelections(s) {
16
20
  const lociA = s[0].loci;
17
21
  const lociB = s[1].loci;
18
22
  const lociC = s[2].loci;
19
23
  return { triples: [{ loci: [lociA, lociB, lociC] }] };
20
24
  }
21
- exports.getAngleDataFromStructureSelections = getAngleDataFromStructureSelections;
22
25
  function getDihedralDataFromStructureSelections(s) {
23
26
  const lociA = s[0].loci;
24
27
  const lociB = s[1].loci;
@@ -26,17 +29,13 @@ function getDihedralDataFromStructureSelections(s) {
26
29
  const lociD = s[3].loci;
27
30
  return { quads: [{ loci: [lociA, lociB, lociC, lociD] }] };
28
31
  }
29
- exports.getDihedralDataFromStructureSelections = getDihedralDataFromStructureSelections;
30
32
  function getLabelDataFromStructureSelections(s) {
31
33
  const loci = s[0].loci;
32
34
  return { infos: [{ loci }] };
33
35
  }
34
- exports.getLabelDataFromStructureSelections = getLabelDataFromStructureSelections;
35
36
  function getOrientationDataFromStructureSelections(s) {
36
37
  return { locis: s.map(v => v.loci) };
37
38
  }
38
- exports.getOrientationDataFromStructureSelections = getOrientationDataFromStructureSelections;
39
39
  function getPlaneDataFromStructureSelections(s) {
40
40
  return { locis: s.map(v => v.loci) };
41
41
  }
42
- exports.getPlaneDataFromStructureSelections = getPlaneDataFromStructureSelections;
@@ -172,6 +172,7 @@ declare const ModelUnitcell3D: StateTransformer<SO.Molecule.Model, SO.Shape.Repr
172
172
  flipSided: boolean;
173
173
  flatShaded: boolean;
174
174
  ignoreLight: boolean;
175
+ celShaded: boolean;
175
176
  xrayShaded: boolean | "inverted";
176
177
  transparentBackfaces: "on" | "off" | "opaque";
177
178
  bumpFrequency: number;
@@ -200,6 +201,7 @@ declare const StructureBoundingBox3D: StateTransformer<SO.Molecule.Structure, SO
200
201
  flipSided: boolean;
201
202
  flatShaded: boolean;
202
203
  ignoreLight: boolean;
204
+ celShaded: boolean;
203
205
  xrayShaded: boolean | "inverted";
204
206
  transparentBackfaces: "on" | "off" | "opaque";
205
207
  bumpFrequency: number;
@@ -320,6 +322,7 @@ declare const StructureSelectionsAngle3D: StateTransformer<SO.Molecule.Structure
320
322
  doubleSided: boolean;
321
323
  flipSided: boolean;
322
324
  flatShaded: boolean;
325
+ celShaded: boolean;
323
326
  xrayShaded: boolean | "inverted";
324
327
  transparentBackfaces: "on" | "off" | "opaque";
325
328
  bumpFrequency: number;
@@ -377,6 +380,7 @@ declare const StructureSelectionsDihedral3D: StateTransformer<SO.Molecule.Struct
377
380
  doubleSided: boolean;
378
381
  flipSided: boolean;
379
382
  flatShaded: boolean;
383
+ celShaded: boolean;
380
384
  xrayShaded: boolean | "inverted";
381
385
  transparentBackfaces: "on" | "off" | "opaque";
382
386
  bumpFrequency: number;
@@ -442,6 +446,7 @@ declare const StructureSelectionsOrientation3D: StateTransformer<SO.Molecule.Str
442
446
  flipSided: boolean;
443
447
  flatShaded: boolean;
444
448
  ignoreLight: boolean;
449
+ celShaded: boolean;
445
450
  xrayShaded: boolean | "inverted";
446
451
  transparentBackfaces: "on" | "off" | "opaque";
447
452
  bumpFrequency: number;
@@ -473,6 +478,7 @@ declare const StructureSelectionsPlane3D: StateTransformer<SO.Molecule.Structure
473
478
  flipSided: boolean;
474
479
  flatShaded: boolean;
475
480
  ignoreLight: boolean;
481
+ celShaded: boolean;
476
482
  xrayShaded: boolean | "inverted";
477
483
  transparentBackfaces: "on" | "off" | "opaque";
478
484
  bumpFrequency: number;
@@ -5,7 +5,8 @@
5
5
  * @author David Sehnal <david.sehnal@gmail.com>
6
6
  */
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
- exports.getBoxMesh = exports.BoxShape3D = void 0;
8
+ exports.BoxShape3D = void 0;
9
+ exports.getBoxMesh = getBoxMesh;
9
10
  const mesh_1 = require("../../mol-geo/geometry/mesh/mesh");
10
11
  const mesh_builder_1 = require("../../mol-geo/geometry/mesh/mesh-builder");
11
12
  const box_1 = require("../../mol-geo/primitive/box");
@@ -63,4 +64,3 @@ function getBoxMesh(box, radius, oldMesh) {
63
64
  mesh.setBoundingSphere(geometry_1.Sphere3D.create(center, sphereRadius));
64
65
  return mesh;
65
66
  }
66
- exports.getBoxMesh = getBoxMesh;
@@ -69,10 +69,11 @@ class CollapsableControls extends PluginUIComponent {
69
69
  var _a;
70
70
  if (this.state.isHidden)
71
71
  return null;
72
+ const divid = this.state.header.toLowerCase().replace(/\s/g, '');
72
73
  const wrapClass = this.state.isCollapsed
73
74
  ? 'msp-transform-wrapper msp-transform-wrapper-collapsed'
74
75
  : 'msp-transform-wrapper';
75
- return (0, jsx_runtime_1.jsxs)("div", { className: wrapClass, children: [(0, jsx_runtime_1.jsx)("div", { className: 'msp-transform-header', children: (0, jsx_runtime_1.jsxs)(common_1.Button, { icon: this.state.brand ? void 0 : this.state.isCollapsed ? icons_1.ArrowRightSvg : icons_1.ArrowDropDownSvg, noOverflow: true, onClick: this.toggleCollapsed, className: this.state.brand ? `msp-transform-header-brand msp-transform-header-brand-${this.state.brand.accent}` : void 0, title: `Click to ${this.state.isCollapsed ? 'expand' : 'collapse'}`, children: [(0, jsx_runtime_1.jsx)(icons_1.Icon, { svg: (_a = this.state.brand) === null || _a === void 0 ? void 0 : _a.svg, inline: true }), this.state.header, (0, jsx_runtime_1.jsx)("small", { style: { margin: '0 6px' }, children: this.state.isCollapsed ? '' : this.state.description })] }) }), !this.state.isCollapsed && this.renderControls()] });
76
+ return (0, jsx_runtime_1.jsxs)("div", { className: wrapClass, children: [(0, jsx_runtime_1.jsx)("div", { id: divid, className: 'msp-transform-header', children: (0, jsx_runtime_1.jsxs)(common_1.Button, { icon: this.state.brand ? void 0 : this.state.isCollapsed ? icons_1.ArrowRightSvg : icons_1.ArrowDropDownSvg, noOverflow: true, onClick: this.toggleCollapsed, className: this.state.brand ? `msp-transform-header-brand msp-transform-header-brand-${this.state.brand.accent}` : void 0, title: `Click to ${this.state.isCollapsed ? 'expand' : 'collapse'}`, children: [(0, jsx_runtime_1.jsx)(icons_1.Icon, { svg: (_a = this.state.brand) === null || _a === void 0 ? void 0 : _a.svg, inline: true }), this.state.header, (0, jsx_runtime_1.jsx)("small", { style: { margin: '0 6px' }, children: this.state.isCollapsed ? '' : this.state.description })] }) }), !this.state.isCollapsed && this.renderControls()] });
76
77
  }
77
78
  constructor(props, context) {
78
79
  super(props, context);
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ColorValueOption = exports.ColorOptions = exports.CombinedColorControl = void 0;
3
+ exports.CombinedColorControl = void 0;
4
+ exports.ColorOptions = ColorOptions;
5
+ exports.ColorValueOption = ColorValueOption;
4
6
  const tslib_1 = require("tslib");
5
7
  const jsx_runtime_1 = require("react/jsx-runtime");
6
8
  /**
@@ -87,7 +89,6 @@ function ColorOptions() {
87
89
  _colors = (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: swatches_1.DefaultColorSwatch.map(v => (0, jsx_runtime_1.jsx)("option", { value: v[1], style: { background: `${color_1.Color.toStyle(v[1])}` }, children: (0, string_1.stringToWords)(v[0]) }, v[1])) });
88
90
  return _colors;
89
91
  }
90
- exports.ColorOptions = ColorOptions;
91
92
  const DefaultColorSwatchMap = (function () {
92
93
  const map = new Map();
93
94
  for (const v of swatches_1.DefaultColorSwatch)
@@ -97,4 +98,3 @@ const DefaultColorSwatchMap = (function () {
97
98
  function ColorValueOption(color) {
98
99
  return !DefaultColorSwatchMap.has(color) ? (0, jsx_runtime_1.jsx)("option", { value: color, style: { background: `${color_1.Color.toStyle(color)}` }, children: color_1.Color.toRgbString(color) }, color_1.Color.toHexString(color)) : null;
99
100
  }
100
- exports.ColorValueOption = ColorValueOption;
@@ -1,6 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ControlRow = exports.ExpandGroup = exports.ToggleButton = exports.IconButton = exports.Button = exports.SectionHeader = exports.ExpandableControlRow = exports.TextInput = exports.ControlGroup = void 0;
3
+ exports.ExpandGroup = exports.ToggleButton = exports.ExpandableControlRow = exports.TextInput = exports.ControlGroup = void 0;
4
+ exports.SectionHeader = SectionHeader;
5
+ exports.Button = Button;
6
+ exports.IconButton = IconButton;
7
+ exports.ControlRow = ControlRow;
4
8
  const tslib_1 = require("tslib");
5
9
  const jsx_runtime_1 = require("react/jsx-runtime");
6
10
  /**
@@ -137,7 +141,6 @@ exports.ExpandableControlRow = ExpandableControlRow;
137
141
  function SectionHeader(props) {
138
142
  return (0, jsx_runtime_1.jsxs)("div", { className: `msp-section-header${props.accent ? ' msp-transform-header-brand-' + props.accent : ''}`, children: [props.icon && (0, jsx_runtime_1.jsx)(icons_1.Icon, { svg: props.icon }), props.title, " ", (0, jsx_runtime_1.jsx)("small", { children: props.desc })] });
139
143
  }
140
- exports.SectionHeader = SectionHeader;
141
144
  function Button(props) {
142
145
  let className = 'msp-btn';
143
146
  if (!props.inline)
@@ -169,7 +172,6 @@ function Button(props) {
169
172
  }
170
173
  return (0, jsx_runtime_1.jsxs)("button", { onClick: props.onClick, title: props.title, disabled: props.disabled, style: style, className: className, "data-id": props['data-id'], "data-color": props['data-color'], onContextMenu: props.onContextMenu, onMouseEnter: props.onMouseEnter, onMouseLeave: props.onMouseLeave, children: [props.icon && (0, jsx_runtime_1.jsx)(icons_1.Icon, { svg: props.icon }), props.children] });
171
174
  }
172
- exports.Button = Button;
173
175
  function IconButton(props) {
174
176
  let className = `msp-btn msp-btn-icon${props.small ? '-small' : ''}${props.className ? ' ' + props.className : ''}`;
175
177
  if (typeof props.toggleState !== 'undefined') {
@@ -195,7 +197,6 @@ function IconButton(props) {
195
197
  }
196
198
  return (0, jsx_runtime_1.jsxs)("button", { className: className, onClick: props.onClick, title: props.title, disabled: props.disabled, "data-id": props['data-id'], style: style, children: [props.svg && (0, jsx_runtime_1.jsx)(icons_1.Icon, { svg: props.svg }), props.extraContent] });
197
199
  }
198
- exports.IconButton = IconButton;
199
200
  class ToggleButton extends React.PureComponent {
200
201
  constructor() {
201
202
  super(...arguments);
@@ -232,4 +233,3 @@ function ControlRow(props) {
232
233
  className += ' ' + props.className;
233
234
  return (0, jsx_runtime_1.jsxs)("div", { className: className, children: [(0, jsx_runtime_1.jsx)("span", { className: 'msp-control-row-label', title: props.title, children: props.label }), (0, jsx_runtime_1.jsx)("div", { className: 'msp-control-row-ctrl', children: props.control }), props.children] });
234
235
  }
235
- exports.ControlRow = ControlRow;
@@ -77,7 +77,12 @@ export declare function SkipPreviousSvg(): import("react/jsx-runtime").JSX.Eleme
77
77
  export declare function StopSvg(): import("react/jsx-runtime").JSX.Element;
78
78
  export declare function SubscriptionsOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
79
79
  export declare function SwapHorizSvg(): import("react/jsx-runtime").JSX.Element;
80
+ export declare function TourSvg(): import("react/jsx-runtime").JSX.Element;
80
81
  export declare function TuneSvg(): import("react/jsx-runtime").JSX.Element;
82
+ export declare function TooltipTextSvg(): import("react/jsx-runtime").JSX.Element;
83
+ export declare function TooltipTextOutlineSvg(): import("react/jsx-runtime").JSX.Element;
84
+ export declare function PlusBoxSvg(): import("react/jsx-runtime").JSX.Element;
85
+ export declare function MinusBoxSvg(): import("react/jsx-runtime").JSX.Element;
81
86
  export declare function VisibilityOffOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
82
87
  export declare function VisibilityOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
83
88
  export declare function WarningSvg(): import("react/jsx-runtime").JSX.Element;
@@ -1,231 +1,245 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LaunchSvg = exports.HomeOutlinedSvg = exports.HelpOutlineSvg = exports.GetAppSvg = exports.FullscreenSvg = exports.FlipToFrontSvg = exports.ExtensionSvg = exports.ErrorSvg = exports.DeleteSvg = exports.DeleteOutlinedSvg = exports.CropOrginalSvg = exports.CropFreeSvg = exports.CropSvg = exports.CopySvg = exports.CodeSvg = exports.CloudUploadSvg = exports.CloseSvg = exports.ClearSvg = exports.CheckSvg = exports.CenterFocusStrongSvg = exports.CancelSvg = exports.CancelOutlinedSvg = exports.CameraSvg = exports.CameraOutlinedSvg = exports.BuildSvg = exports.BuildOutlinedSvg = exports.BrushSvg = exports.BookmarksOutlinedSvg = exports.BlurOnSvg = exports.AutorenewSvg = exports.ArrowUpwardSvg = exports.ArrowRightSvg = exports.ArrowDropDownSvg = exports.ArrowDownwardSvg = exports.AddSvg = exports.AccountTreeOutlinedSvg = exports.PencilRulerSvg = exports.MagicWandSvg = exports.LightbulbOnOutlineSvg = exports.FileOutlineSvg = exports.CursorDefaultOutlineSvg = exports.CubeSendSvg = exports.CubeScanSvg = exports.CubeOutlineSvg = exports.MoleculeSvg = exports.SetSvg = exports.IntersectSvg = exports.SubtractSvg = exports.UnionSvg = exports.Icon = void 0;
4
- exports.SuperpositionSvg = exports.SuperposeChainsSvg = exports.SuperposeAtomsSvg = exports.SelectionModeSvg = exports.ContentCutSvg = exports.WarningSvg = exports.VisibilityOutlinedSvg = exports.VisibilityOffOutlinedSvg = exports.TuneSvg = exports.SwapHorizSvg = exports.SubscriptionsOutlinedSvg = exports.StopSvg = exports.SkipPreviousSvg = exports.SearchSvg = exports.ScatterPlotSvg = exports.SaveOutlinedSvg = exports.RestoreSvg = exports.RemoveSvg = exports.RefreshSvg = exports.PlayArrowSvg = exports.OpenInBrowserSvg = exports.NavigateNextSvg = exports.NavigateBeforeSvg = exports.MoreHorizSvg = exports.LinearScaleSvg = void 0;
3
+ exports.SuperpositionSvg = exports.SuperposeChainsSvg = exports.SuperposeAtomsSvg = exports.SelectionModeSvg = void 0;
4
+ exports.Icon = Icon;
5
+ exports.UnionSvg = UnionSvg;
6
+ exports.SubtractSvg = SubtractSvg;
7
+ exports.IntersectSvg = IntersectSvg;
8
+ exports.SetSvg = SetSvg;
9
+ exports.MoleculeSvg = MoleculeSvg;
10
+ exports.CubeOutlineSvg = CubeOutlineSvg;
11
+ exports.CubeScanSvg = CubeScanSvg;
12
+ exports.CubeSendSvg = CubeSendSvg;
13
+ exports.CursorDefaultOutlineSvg = CursorDefaultOutlineSvg;
14
+ exports.FileOutlineSvg = FileOutlineSvg;
15
+ exports.LightbulbOnOutlineSvg = LightbulbOnOutlineSvg;
16
+ exports.MagicWandSvg = MagicWandSvg;
17
+ exports.PencilRulerSvg = PencilRulerSvg;
18
+ exports.AccountTreeOutlinedSvg = AccountTreeOutlinedSvg;
19
+ exports.AddSvg = AddSvg;
20
+ exports.ArrowDownwardSvg = ArrowDownwardSvg;
21
+ exports.ArrowDropDownSvg = ArrowDropDownSvg;
22
+ exports.ArrowRightSvg = ArrowRightSvg;
23
+ exports.ArrowUpwardSvg = ArrowUpwardSvg;
24
+ exports.AutorenewSvg = AutorenewSvg;
25
+ exports.BlurOnSvg = BlurOnSvg;
26
+ exports.BookmarksOutlinedSvg = BookmarksOutlinedSvg;
27
+ exports.BrushSvg = BrushSvg;
28
+ exports.BuildOutlinedSvg = BuildOutlinedSvg;
29
+ exports.BuildSvg = BuildSvg;
30
+ exports.CameraOutlinedSvg = CameraOutlinedSvg;
31
+ exports.CameraSvg = CameraSvg;
32
+ exports.CancelOutlinedSvg = CancelOutlinedSvg;
33
+ exports.CancelSvg = CancelSvg;
34
+ exports.CenterFocusStrongSvg = CenterFocusStrongSvg;
35
+ exports.CheckSvg = CheckSvg;
36
+ exports.ClearSvg = ClearSvg;
37
+ exports.CloseSvg = CloseSvg;
38
+ exports.CloudUploadSvg = CloudUploadSvg;
39
+ exports.CodeSvg = CodeSvg;
40
+ exports.CopySvg = CopySvg;
41
+ exports.CropSvg = CropSvg;
42
+ exports.CropFreeSvg = CropFreeSvg;
43
+ exports.CropOrginalSvg = CropOrginalSvg;
44
+ exports.DeleteOutlinedSvg = DeleteOutlinedSvg;
45
+ exports.DeleteSvg = DeleteSvg;
46
+ exports.ErrorSvg = ErrorSvg;
47
+ exports.ExtensionSvg = ExtensionSvg;
48
+ exports.FlipToFrontSvg = FlipToFrontSvg;
49
+ exports.FullscreenSvg = FullscreenSvg;
50
+ exports.GetAppSvg = GetAppSvg;
51
+ exports.HelpOutlineSvg = HelpOutlineSvg;
52
+ exports.HomeOutlinedSvg = HomeOutlinedSvg;
53
+ exports.LaunchSvg = LaunchSvg;
54
+ exports.LinearScaleSvg = LinearScaleSvg;
55
+ exports.MoreHorizSvg = MoreHorizSvg;
56
+ exports.NavigateBeforeSvg = NavigateBeforeSvg;
57
+ exports.NavigateNextSvg = NavigateNextSvg;
58
+ exports.OpenInBrowserSvg = OpenInBrowserSvg;
59
+ exports.PlayArrowSvg = PlayArrowSvg;
60
+ exports.RefreshSvg = RefreshSvg;
61
+ exports.RemoveSvg = RemoveSvg;
62
+ exports.RestoreSvg = RestoreSvg;
63
+ exports.SaveOutlinedSvg = SaveOutlinedSvg;
64
+ exports.ScatterPlotSvg = ScatterPlotSvg;
65
+ exports.SearchSvg = SearchSvg;
66
+ exports.SkipPreviousSvg = SkipPreviousSvg;
67
+ exports.StopSvg = StopSvg;
68
+ exports.SubscriptionsOutlinedSvg = SubscriptionsOutlinedSvg;
69
+ exports.SwapHorizSvg = SwapHorizSvg;
70
+ exports.TourSvg = TourSvg;
71
+ exports.TuneSvg = TuneSvg;
72
+ exports.TooltipTextSvg = TooltipTextSvg;
73
+ exports.TooltipTextOutlineSvg = TooltipTextOutlineSvg;
74
+ exports.PlusBoxSvg = PlusBoxSvg;
75
+ exports.MinusBoxSvg = MinusBoxSvg;
76
+ exports.VisibilityOffOutlinedSvg = VisibilityOffOutlinedSvg;
77
+ exports.VisibilityOutlinedSvg = VisibilityOutlinedSvg;
78
+ exports.WarningSvg = WarningSvg;
79
+ exports.ContentCutSvg = ContentCutSvg;
5
80
  const jsx_runtime_1 = require("react/jsx-runtime");
6
81
  function Icon(props) {
7
82
  if (!props.svg)
8
83
  return null;
9
84
  return (0, jsx_runtime_1.jsx)("span", { className: `msp-icon msp-material-icon${props.inline ? ' msp-icon-inline' : ''}`, title: props.title, style: props.style, children: (0, jsx_runtime_1.jsx)(props.svg, {}) });
10
85
  }
11
- exports.Icon = Icon;
12
86
  //
13
87
  const circleLeft = (0, jsx_runtime_1.jsx)("circle", { r: '6px', id: 'circle-left', cy: '12px', cx: '8px', strokeWidth: '1px' });
14
88
  const circleRight = (0, jsx_runtime_1.jsx)("circle", { r: '6px', id: 'circle-right', cy: '12px', cx: '16px', strokeWidth: '1px' });
15
89
  const _Union = (0, jsx_runtime_1.jsxs)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: [(0, jsx_runtime_1.jsxs)("defs", { children: [circleLeft, circleRight] }), (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("use", { href: '#circle-left', className: 'msp-shape-filled' }), (0, jsx_runtime_1.jsx)("use", { href: '#circle-right', className: 'msp-shape-filled' }), (0, jsx_runtime_1.jsx)("use", { href: '#circle-left', className: 'msp-shape-empty' })] })] });
16
90
  function UnionSvg() { return _Union; }
17
- exports.UnionSvg = UnionSvg;
18
91
  const _Subtract = (0, jsx_runtime_1.jsxs)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: [(0, jsx_runtime_1.jsxs)("defs", { children: [circleLeft, circleRight, (0, jsx_runtime_1.jsxs)("mask", { id: 'mask-left', children: [(0, jsx_runtime_1.jsx)("use", { href: '#circle-left', fill: 'white', stroke: 'white' }), (0, jsx_runtime_1.jsx)("use", { href: '#circle-right', fill: 'black', strokeWidth: '0px', stroke: 'white' })] })] }), (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("use", { href: '#circle-left', className: 'msp-shape-filled', mask: 'url(#mask-left)' }), (0, jsx_runtime_1.jsx)("use", { href: '#circle-right', className: 'msp-shape-empty' })] })] });
19
92
  function SubtractSvg() { return _Subtract; }
20
- exports.SubtractSvg = SubtractSvg;
21
93
  const _Intersect = (0, jsx_runtime_1.jsxs)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: [(0, jsx_runtime_1.jsxs)("defs", { children: [circleLeft, circleRight, (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip-left', children: (0, jsx_runtime_1.jsx)("use", { href: '#circle-right' }) })] }), (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("use", { href: '#circle-left', className: 'msp-shape-filled', clipPath: 'url(#clip-left)' }), (0, jsx_runtime_1.jsx)("use", { href: '#circle-left', className: 'msp-shape-empty' }), (0, jsx_runtime_1.jsx)("use", { href: '#circle-right', className: 'msp-shape-empty' })] })] });
22
94
  function IntersectSvg() { return _Intersect; }
23
- exports.IntersectSvg = IntersectSvg;
24
95
  const _Set = (0, jsx_runtime_1.jsxs)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: [(0, jsx_runtime_1.jsxs)("defs", { children: [circleLeft, circleRight] }), (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("use", { href: '#circle-left', className: 'msp-shape-empty' }), (0, jsx_runtime_1.jsx)("use", { href: '#circle-right', className: 'msp-shape-filled' })] })] });
25
96
  function SetSvg() { return _Set; }
26
- exports.SetSvg = SetSvg;
27
97
  const _Molecule = (0, jsx_runtime_1.jsx)("svg", { width: '17px', height: '17px', viewBox: '0 0 299.463 299.463', strokeWidth: '6px', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { d: 'M256.851,173.832v-48.201c22.916-4.918,34.151-30.668,22.556-50.771c-11.547-20.004-39.486-23.251-55.242-5.844 l-41.746-24.106C189.618,22.603,172.861,0,149.734,0c-23.132,0-39.881,22.609-32.685,44.911L75.305,69.016 C59.522,51.586,31.597,54.88,20.061,74.863c-11.63,20.163-0.298,45.862,22.557,50.769v48.2 c-22.821,4.898-34.195,30.591-22.556,50.771c11.529,19.972,39.454,23.285,55.242,5.845l41.746,24.106 c-7.199,22.308,9.559,44.911,32.685,44.911c23.132,0,39.88-22.609,32.685-44.911l41.745-24.106 c15.817,17.469,43.73,14.099,55.242-5.844c0,0,0-0.001,0.001-0.002c4.587-7.953,5.805-17.213,3.431-26.076 C279.392,185.657,269.129,176.461,256.851,173.832z M249.62,72.088c20.568,0,27.428,27.191,10.008,37.239 c-0.003,0.002-0.006,0.003-0.009,0.005c-10.04,5.81-22.85,1.762-27.877-8.475C225.206,87.548,234.938,72.088,249.62,72.088z M149.734,14.4c11.005,0,19.958,8.954,19.958,19.959c0,11.127-9.077,19.958-19.958,19.958c-10.95,0-19.958-8.9-19.958-19.958 C129.776,23.354,138.729,14.4,149.734,14.4z M39.84,109.328c-17.451-10.067-10.534-37.24,10.01-37.24 c15.311,0,24.922,16.653,17.251,29.942C61.681,111.397,49.517,114.925,39.84,109.328z M59.802,224.702 c-9.535,5.503-21.768,2.229-27.268-7.298c-7.639-13.242,1.887-29.945,17.236-29.945c0.013,0,0.027,0,0.04,0 C70.07,187.48,77.49,214.469,59.802,224.702z M149.734,285.062c-11.005,0-19.958-8.954-19.958-19.958 c0-11.127,9.077-19.958,19.958-19.958c10.954,0,19.958,8.903,19.958,19.958C169.693,276.109,160.74,285.062,149.734,285.062z M216.953,217.982l-41.727,24.095c-13.778-15.22-37.459-14.94-50.983,0l-41.728-24.096c6.196-19.289-5.541-39.835-25.498-44.149 V125.63c19.752-4.268,31.762-24.65,25.498-44.149l41.727-24.095c13.629,15.055,37.32,15.093,50.983,0l41.728,24.096 c-6.196,19.29,5.534,39.835,25.498,44.149v48.202C222.61,178.123,210.721,198.581,216.953,217.982z M266.935,217.404 c-5.501,9.528-17.732,12.802-27.261,7.302c-17.682-10.23-10.301-37.247,10.032-37.247 C264.984,187.459,274.602,204.112,266.935,217.404z' }) }) });
28
98
  function MoleculeSvg() { return _Molecule; }
29
- exports.MoleculeSvg = MoleculeSvg;
30
99
  // The following icons are adapted from https://materialdesignicons.com/ and
31
100
  // licensed with https://github.com/Templarian/MaterialDesign/blob/master/LICENSE
32
101
  const _CubeOutline = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', strokeWidth: '0.1px', children: (0, jsx_runtime_1.jsx)("path", { d: 'M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L6.04,7.5L12,10.85L17.96,7.5L12,4.15M5,15.91L11,19.29V12.58L5,9.21V15.91M19,15.91V9.21L13,12.58V19.29L19,15.91Z' }) });
33
102
  function CubeOutlineSvg() { return _CubeOutline; }
34
- exports.CubeOutlineSvg = CubeOutlineSvg;
35
103
  const _CubeScan = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', strokeWidth: '0.1px', children: (0, jsx_runtime_1.jsx)("path", { d: 'M17,22V20H20V17H22V20.5C22,20.89 21.84,21.24 21.54,21.54C21.24,21.84 20.89,22 20.5,22H17M7,22H3.5C3.11,22 2.76,21.84 2.46,21.54C2.16,21.24 2,20.89 2,20.5V17H4V20H7V22M17,2H20.5C20.89,2 21.24,2.16 21.54,2.46C21.84,2.76 22,3.11 22,3.5V7H20V4H17V2M7,2V4H4V7H2V3.5C2,3.11 2.16,2.76 2.46,2.46C2.76,2.16 3.11,2 3.5,2H7M13,17.25L17,14.95V10.36L13,12.66V17.25M12,10.92L16,8.63L12,6.28L8,8.63L12,10.92M7,14.95L11,17.25V12.66L7,10.36V14.95M18.23,7.59C18.73,7.91 19,8.34 19,8.91V15.23C19,15.8 18.73,16.23 18.23,16.55L12.75,19.73C12.25,20.05 11.75,20.05 11.25,19.73L5.77,16.55C5.27,16.23 5,15.8 5,15.23V8.91C5,8.34 5.27,7.91 5.77,7.59L11.25,4.41C11.5,4.28 11.75,4.22 12,4.22C12.25,4.22 12.5,4.28 12.75,4.41L18.23,7.59Z' }) });
36
104
  function CubeScanSvg() { return _CubeScan; }
37
- exports.CubeScanSvg = CubeScanSvg;
38
105
  const _CubeSend = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', strokeWidth: '0.1px', children: (0, jsx_runtime_1.jsx)("path", { d: "M16,4L9,8.04V15.96L16,20L23,15.96V8.04M16,6.31L19.8,8.5L16,10.69L12.21,8.5M0,7V9H7V7M11,10.11L15,12.42V17.11L11,14.81M21,10.11V14.81L17,17.11V12.42M2,11V13H7V11M4,15V17H7V15" }) });
39
106
  function CubeSendSvg() { return _CubeSend; }
40
- exports.CubeSendSvg = CubeSendSvg;
41
107
  const _CursorDefaultOutline = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10.07,14.27C10.57,14.03 11.16,14.25 11.4,14.75L13.7,19.74L15.5,18.89L13.19,13.91C12.95,13.41 13.17,12.81 13.67,12.58L13.95,12.5L16.25,12.05L8,5.12V15.9L9.82,14.43L10.07,14.27M13.64,21.97C13.14,22.21 12.54,22 12.31,21.5L10.13,16.76L7.62,18.78C7.45,18.92 7.24,19 7,19A1,1 0 0,1 6,18V3A1,1 0 0,1 7,2C7.24,2 7.47,2.09 7.64,2.23L7.65,2.22L19.14,11.86C19.57,12.22 19.62,12.85 19.27,13.27C19.12,13.45 18.91,13.57 18.7,13.61L15.54,14.23L17.74,18.96C18,19.46 17.76,20.05 17.26,20.28L13.64,21.97Z' }) });
42
108
  function CursorDefaultOutlineSvg() { return _CursorDefaultOutline; }
43
- exports.CursorDefaultOutlineSvg = CursorDefaultOutlineSvg;
44
109
  const _FileOutline = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', strokeWidth: '0.1px', children: (0, jsx_runtime_1.jsx)("path", { fill: 'currentColor', d: 'M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20Z' }) });
45
110
  function FileOutlineSvg() { return _FileOutline; }
46
- exports.FileOutlineSvg = FileOutlineSvg;
47
111
  const _LightbulbOnOutline = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', strokeWidth: '0.1px', children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M20,11H23V13H20V11M1,11H4V13H1V11M13,1V4H11V1H13M4.92,3.5L7.05,5.64L5.63,7.05L3.5,4.93L4.92,3.5M16.95,5.63L19.07,3.5L20.5,4.93L18.37,7.05L16.95,5.63M12,6A6,6 0 0,1 18,12C18,14.22 16.79,16.16 15,17.2V19A1,1 0 0,1 14,20H10A1,1 0 0,1 9,19V17.2C7.21,16.16 6,14.22 6,12A6,6 0 0,1 12,6M14,21V22A1,1 0 0,1 13,23H11A1,1 0 0,1 10,22V21H14M11,18H13V15.87C14.73,15.43 16,13.86 16,12A4,4 0 0,0 12,8A4,4 0 0,0 8,12C8,13.86 9.27,15.43 11,15.87V18Z" }) });
48
112
  function LightbulbOnOutlineSvg() { return _LightbulbOnOutline; }
49
- exports.LightbulbOnOutlineSvg = LightbulbOnOutlineSvg;
50
113
  const _MagicWand = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { fill: 'currentColor', d: 'M7.5,5.6L5,7L6.4,4.5L5,2L7.5,3.4L10,2L8.6,4.5L10,7L7.5,5.6M19.5,15.4L22,14L20.6,16.5L22,19L19.5,17.6L17,19L18.4,16.5L17,14L19.5,15.4M22,2L20.6,4.5L22,7L19.5,5.6L17,7L18.4,4.5L17,2L19.5,3.4L22,2M13.34,12.78L15.78,10.34L13.66,8.22L11.22,10.66L13.34,12.78M14.37,7.29L16.71,9.63C17.1,10 17.1,10.65 16.71,11.04L5.04,22.71C4.65,23.1 4,23.1 3.63,22.71L1.29,20.37C0.9,20 0.9,19.35 1.29,18.96L12.96,7.29C13.35,6.9 14,6.9 14.37,7.29Z' }) });
51
114
  function MagicWandSvg() { return _MagicWand; }
52
- exports.MagicWandSvg = MagicWandSvg;
53
115
  const _PencilRuler = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', strokeWidth: '0.1px', children: (0, jsx_runtime_1.jsx)("path", { d: 'M3 17.25V21H6.75L17.81 9.93L14.06 6.18L3 17.25M22.61 18.36L18.36 22.61L13.16 17.41L14.93 15.64L15.93 16.64L18.4 14.16L19.82 15.58L18.36 17L19.42 18L20.84 16.6L22.61 18.36M6.61 10.83L1.39 5.64L5.64 1.39L7.4 3.16L4.93 5.64L6 6.7L8.46 4.22L9.88 5.64L8.46 7.05L9.46 8.05L6.61 10.83M20.71 7C21.1 6.61 21.1 6 20.71 5.59L18.37 3.29C18 2.9 17.35 2.9 16.96 3.29L15.12 5.12L18.87 8.87L20.71 7Z' }) });
54
116
  function PencilRulerSvg() { return _PencilRuler; }
55
- exports.PencilRulerSvg = PencilRulerSvg;
56
117
  // The following icons are adapted from https://material-ui.com/components/material-icons/ and
57
118
  // licensed with https://github.com/mui-org/material-ui/blob/master/LICENSE
58
119
  const _AccountTreeOutlined = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3h7zM7 9H4V5h3v4zm10 6h3v4h-3v-4zm0-10h3v4h-3V5z' }) });
59
120
  function AccountTreeOutlinedSvg() { return _AccountTreeOutlined; }
60
- exports.AccountTreeOutlinedSvg = AccountTreeOutlinedSvg;
61
121
  const _Add = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z' }) });
62
122
  function AddSvg() { return _Add; }
63
- exports.AddSvg = AddSvg;
64
123
  const _ArrowDownward = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z' }) });
65
124
  function ArrowDownwardSvg() { return _ArrowDownward; }
66
- exports.ArrowDownwardSvg = ArrowDownwardSvg;
67
125
  const _ArrowDropDown = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M7 10l5 5 5-5z' }) });
68
126
  function ArrowDropDownSvg() { return _ArrowDropDown; }
69
- exports.ArrowDropDownSvg = ArrowDropDownSvg;
70
127
  const _ArrowRight = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10 17l5-5-5-5v10z' }) });
71
128
  function ArrowRightSvg() { return _ArrowRight; }
72
- exports.ArrowRightSvg = ArrowRightSvg;
73
129
  const _ArrowUpward = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z' }) });
74
130
  function ArrowUpwardSvg() { return _ArrowUpward; }
75
- exports.ArrowUpwardSvg = ArrowUpwardSvg;
76
131
  const _Autorenew = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z' }) });
77
132
  function AutorenewSvg() { return _Autorenew; }
78
- exports.AutorenewSvg = AutorenewSvg;
79
133
  const _BlurOn = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z' }) });
80
134
  function BlurOnSvg() { return _BlurOn; }
81
- exports.BlurOnSvg = BlurOnSvg;
82
135
  const _BookmarksOutlined = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M15 7v12.97l-4.21-1.81-.79-.34-.79.34L5 19.97V7h10m4-6H8.99C7.89 1 7 1.9 7 3h10c1.1 0 2 .9 2 2v13l2 1V3c0-1.1-.9-2-2-2zm-4 4H5c-1.1 0-2 .9-2 2v16l7-3 7 3V7c0-1.1-.9-2-2-2z' }) });
83
136
  function BookmarksOutlinedSvg() { return _BookmarksOutlined; }
84
- exports.BookmarksOutlinedSvg = BookmarksOutlinedSvg;
85
137
  const _Brush = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3zm13.71-9.37l-1.34-1.34a.9959.9959 0 00-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41z' }) });
86
138
  function BrushSvg() { return _Brush; }
87
- exports.BrushSvg = BrushSvg;
88
139
  const _BuildOutlined = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M22.61 18.99l-9.08-9.08c.93-2.34.45-5.1-1.44-7C9.79.61 6.21.4 3.66 2.26L7.5 6.11 6.08 7.52 2.25 3.69C.39 6.23.6 9.82 2.9 12.11c1.86 1.86 4.57 2.35 6.89 1.48l9.11 9.11c.39.39 1.02.39 1.41 0l2.3-2.3c.4-.38.4-1.01 0-1.41zm-3 1.6l-9.46-9.46c-.61.45-1.29.72-2 .82-1.36.2-2.79-.21-3.83-1.25C3.37 9.76 2.93 8.5 3 7.26l3.09 3.09 4.24-4.24-3.09-3.09c1.24-.07 2.49.37 3.44 1.31 1.08 1.08 1.49 2.57 1.24 3.96-.12.71-.42 1.37-.88 1.96l9.45 9.45-.88.89z' }) });
89
140
  function BuildOutlinedSvg() { return _BuildOutlined; }
90
- exports.BuildOutlinedSvg = BuildOutlinedSvg;
91
141
  const _Build = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z' }) });
92
142
  function BuildSvg() { return _Build; }
93
- exports.BuildSvg = BuildSvg;
94
143
  const _CameraOutlined = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M14.25 2.26l-.08-.04-.01.02C13.46 2.09 12.74 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-4.75-3.31-8.72-7.75-9.74zM19.41 9h-7.99l2.71-4.7c2.4.66 4.35 2.42 5.28 4.7zM13.1 4.08L10.27 9l-1.15 2L6.4 6.3C7.84 4.88 9.82 4 12 4c.37 0 .74.03 1.1.08zM5.7 7.09L8.54 12l1.15 2H4.26C4.1 13.36 4 12.69 4 12c0-1.85.64-3.55 1.7-4.91zM4.59 15h7.98l-2.71 4.7c-2.4-.67-4.34-2.42-5.27-4.7zm6.31 4.91L14.89 13l2.72 4.7C16.16 19.12 14.18 20 12 20c-.38 0-.74-.04-1.1-.09zm7.4-3l-4-6.91h5.43c.17.64.27 1.31.27 2 0 1.85-.64 3.55-1.7 4.91z' }) });
95
144
  function CameraOutlinedSvg() { return _CameraOutlined; }
96
- exports.CameraOutlinedSvg = CameraOutlinedSvg;
97
145
  const _Camera = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.4 10.5l4.77-8.26C13.47 2.09 12.75 2 12 2c-2.4 0-4.6.85-6.32 2.25l3.66 6.35.06-.1zM21.54 9c-.92-2.92-3.15-5.26-6-6.34L11.88 9h9.66zm.26 1h-7.49l.29.5 4.76 8.25C21 16.97 22 14.61 22 12c0-.69-.07-1.35-.2-2zM8.54 12l-3.9-6.75C3.01 7.03 2 9.39 2 12c0 .69.07 1.35.2 2h7.49l-1.15-2zm-6.08 3c.92 2.92 3.15 5.26 6 6.34L12.12 15H2.46zm11.27 0l-3.9 6.76c.7.15 1.42.24 2.17.24 2.4 0 4.6-.85 6.32-2.25l-3.66-6.35-.93 1.6z' }) });
98
146
  function CameraSvg() { return _Camera; }
99
- exports.CameraSvg = CameraSvg;
100
147
  const _CancelOutlined = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z' }) });
101
148
  function CancelOutlinedSvg() { return _CancelOutlined; }
102
- exports.CancelOutlinedSvg = CancelOutlinedSvg;
103
149
  const _Cancel = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z' }) });
104
150
  function CancelSvg() { return _Cancel; }
105
- exports.CancelSvg = CancelSvg;
106
151
  const _CenterFocusStrong = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-7 7H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z' }) });
107
152
  function CenterFocusStrongSvg() { return _CenterFocusStrong; }
108
- exports.CenterFocusStrongSvg = CenterFocusStrongSvg;
109
153
  const _Check = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' }) });
110
154
  function CheckSvg() { return _Check; }
111
- exports.CheckSvg = CheckSvg;
112
155
  const _Clear = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' }) });
113
156
  function ClearSvg() { return _Clear; }
114
- exports.ClearSvg = ClearSvg;
115
157
  const _Close = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' }) });
116
158
  function CloseSvg() { return _Close; }
117
- exports.CloseSvg = CloseSvg;
118
159
  const _CloudUpload = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z' }) });
119
160
  function CloudUploadSvg() { return _CloudUpload; }
120
- exports.CloudUploadSvg = CloudUploadSvg;
121
161
  const _Code = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z' }) });
122
162
  function CodeSvg() { return _Code; }
123
- exports.CodeSvg = CodeSvg;
124
163
  const _Copy = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm-1 4H8c-1.1 0-1.99.9-1.99 2L6 21c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V11l-6-6zM8 21V7h6v5h5v9H8z' }) });
125
164
  function CopySvg() { return _Copy; }
126
- exports.CopySvg = CopySvg;
127
165
  const _Crop = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M17 15h2V7c0-1.1-.9-2-2-2H9v2h8v8zM7 17V1H5v4H1v2h4v10c0 1.1.9 2 2 2h10v4h2v-4h4v-2H7z' }) });
128
166
  function CropSvg() { return _Crop; }
129
- exports.CropSvg = CropSvg;
130
167
  const _CropFree = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M3 5v4h2V5h4V3H5c-1.1 0-2 .9-2 2zm2 10H3v4c0 1.1.9 2 2 2h4v-2H5v-4zm14 4h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zm0-16h-4v2h4v4h2V5c0-1.1-.9-2-2-2z' }) });
131
168
  function CropFreeSvg() { return _CropFree; }
132
- exports.CropFreeSvg = CropFreeSvg;
133
169
  const _CropOriginal = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-5.04-6.71l-2.75 3.54-1.96-2.36L6.5 17h11l-3.54-4.71z' }) });
134
170
  function CropOrginalSvg() { return _CropOriginal; }
135
- exports.CropOrginalSvg = CropOrginalSvg;
136
171
  const _DeleteOutlined = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M16 9v10H8V9h8m-1.5-6h-5l-1 1H5v2h14V4h-3.5l-1-1zM18 7H6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7z' }) });
137
172
  function DeleteOutlinedSvg() { return _DeleteOutlined; }
138
- exports.DeleteOutlinedSvg = DeleteOutlinedSvg;
139
173
  const _Delete = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z' }) });
140
174
  function DeleteSvg() { return _Delete; }
141
- exports.DeleteSvg = DeleteSvg;
142
175
  const _Error = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z' }) });
143
176
  function ErrorSvg() { return _Error; }
144
- exports.ErrorSvg = ErrorSvg;
145
177
  const _Extension = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z' }) });
146
178
  function ExtensionSvg() { return _Extension; }
147
- exports.ExtensionSvg = ExtensionSvg;
148
179
  const _FlipToFront = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', strokeWidth: '0.1px', children: (0, jsx_runtime_1.jsx)("path", { d: 'M3 13h2v-2H3v2zm0 4h2v-2H3v2zm2 4v-2H3c0 1.1.89 2 2 2zM3 9h2V7H3v2zm12 12h2v-2h-2v2zm4-18H9c-1.11 0-2 .9-2 2v10c0 1.1.89 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 12H9V5h10v10zm-8 6h2v-2h-2v2zm-4 0h2v-2H7v2z' }) });
149
180
  function FlipToFrontSvg() { return _FlipToFront; }
150
- exports.FlipToFrontSvg = FlipToFrontSvg;
151
181
  const _Fullscreen = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z' }) });
152
182
  function FullscreenSvg() { return _Fullscreen; }
153
- exports.FullscreenSvg = FullscreenSvg;
154
183
  const _GetApp = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z' }) });
155
184
  function GetAppSvg() { return _GetApp; }
156
- exports.GetAppSvg = GetAppSvg;
157
185
  const _HelpOutline = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z' }) });
158
186
  function HelpOutlineSvg() { return _HelpOutline; }
159
- exports.HelpOutlineSvg = HelpOutlineSvg;
160
187
  const _HomeOutlined = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z' }) });
161
188
  function HomeOutlinedSvg() { return _HomeOutlined; }
162
- exports.HomeOutlinedSvg = HomeOutlinedSvg;
163
189
  const _Launch = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z' }) });
164
190
  function LaunchSvg() { return _Launch; }
165
- exports.LaunchSvg = LaunchSvg;
166
191
  const _LinearScale = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z' }) });
167
192
  function LinearScaleSvg() { return _LinearScale; }
168
- exports.LinearScaleSvg = LinearScaleSvg;
169
193
  const _MoreHoriz = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z' }) });
170
194
  function MoreHorizSvg() { return _MoreHoriz; }
171
- exports.MoreHorizSvg = MoreHorizSvg;
172
195
  const _NavigateBefore = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z' }) });
173
196
  function NavigateBeforeSvg() { return _NavigateBefore; }
174
- exports.NavigateBeforeSvg = NavigateBeforeSvg;
175
197
  const _NavigateNext = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z' }) });
176
198
  function NavigateNextSvg() { return _NavigateNext; }
177
- exports.NavigateNextSvg = NavigateNextSvg;
178
199
  const _OpenInBrowser = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v-2H5V8h14v10h-4v2h4c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm-7 6l-4 4h3v6h2v-6h3l-4-4z' }) });
179
200
  function OpenInBrowserSvg() { return _OpenInBrowser; }
180
- exports.OpenInBrowserSvg = OpenInBrowserSvg;
181
201
  const _PlayArrow = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M8 5v14l11-7z' }) });
182
202
  function PlayArrowSvg() { return _PlayArrow; }
183
- exports.PlayArrowSvg = PlayArrowSvg;
184
203
  const _Refresh = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z' }) });
185
204
  function RefreshSvg() { return _Refresh; }
186
- exports.RefreshSvg = RefreshSvg;
187
205
  const _Remove = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19 13H5v-2h14v2z' }) });
188
206
  function RemoveSvg() { return _Remove; }
189
- exports.RemoveSvg = RemoveSvg;
190
207
  const _Restore = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z' }) });
191
208
  function RestoreSvg() { return _Restore; }
192
- exports.RestoreSvg = RestoreSvg;
193
209
  const _SaveOutlined = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', strokeWidth: '0.1px', children: (0, jsx_runtime_1.jsx)("path", { d: 'M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6z' }) });
194
210
  function SaveOutlinedSvg() { return _SaveOutlined; }
195
- exports.SaveOutlinedSvg = SaveOutlinedSvg;
196
211
  const _ScatterPlot = (0, jsx_runtime_1.jsxs)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: [(0, jsx_runtime_1.jsx)("circle", { cx: '7', cy: '14', r: '3' }), (0, jsx_runtime_1.jsx)("circle", { cx: '11', cy: '6', r: '3' }), (0, jsx_runtime_1.jsx)("circle", { cx: '16.6', cy: '17.6', r: '3' })] });
197
212
  function ScatterPlotSvg() { return _ScatterPlot; }
198
- exports.ScatterPlotSvg = ScatterPlotSvg;
199
213
  const _Search = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" }) });
200
214
  function SearchSvg() { return _Search; }
201
- exports.SearchSvg = SearchSvg;
202
215
  const _SkipPrevious = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M6 6h2v12H6zm3.5 6l8.5 6V6z' }) });
203
216
  function SkipPreviousSvg() { return _SkipPrevious; }
204
- exports.SkipPreviousSvg = SkipPreviousSvg;
205
217
  const _Stop = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M6 6h12v12H6z' }) });
206
218
  function StopSvg() { return _Stop; }
207
- exports.StopSvg = StopSvg;
208
219
  const _SubscriptionsOutlined = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 6h16v2H4zm2-4h12v2H6zm14 8H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm0 10H4v-8h16v8zm-10-7.27v6.53L16 16z' }) });
209
220
  function SubscriptionsOutlinedSvg() { return _SubscriptionsOutlined; }
210
- exports.SubscriptionsOutlinedSvg = SubscriptionsOutlinedSvg;
211
221
  const _SwapHoriz = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z' }) });
212
222
  function SwapHorizSvg() { return _SwapHoriz; }
213
- exports.SwapHorizSvg = SwapHorizSvg;
223
+ const _Tour = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M21 4H7V2H5v20h2v-8h14l-2-5zm-6 5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2' }) });
224
+ function TourSvg() { return _Tour; }
214
225
  const _Tune = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z' }) });
215
226
  function TuneSvg() { return _Tune; }
216
- exports.TuneSvg = TuneSvg;
217
227
  const _VisibilityOffOutlined = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12 6c3.79 0 7.17 2.13 8.82 5.5-.59 1.22-1.42 2.27-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68C3.06 7.83 1.77 9.53 1 11.5 2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5l2.61 2.61c-.04.01-.08.02-.12.02-1.38 0-2.5-1.12-2.5-2.5 0-.05.01-.08.01-.13zm-3.4-3.4l1.75 1.75c-.23.55-.36 1.15-.36 1.78 0 2.48 2.02 4.5 4.5 4.5.63 0 1.23-.13 1.77-.36l.98.98c-.88.24-1.8.38-2.75.38-3.79 0-7.17-2.13-8.82-5.5.7-1.43 1.72-2.61 2.93-3.53z' }) });
228
+ const _TooltipText = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M6 9h12v2H6zm8 5H6v-2h8zm4-6H6V6h12z' }) });
229
+ function TooltipTextSvg() { return _TooltipText; }
230
+ const _TooltipTextOutline = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 4h16v12H5.17L4 17.17zm0-2c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm2 10h8v2H6zm0-3h12v2H6zm0-3h12v2H6z' }) });
231
+ function TooltipTextOutlineSvg() { return _TooltipTextOutline; }
232
+ const _PlusBox = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4z' }) });
233
+ function PlusBoxSvg() { return _PlusBox; }
234
+ const _MinusBox = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-2 10H7v-2h10z' }) });
235
+ function MinusBoxSvg() { return _MinusBox; }
218
236
  function VisibilityOffOutlinedSvg() { return _VisibilityOffOutlined; }
219
- exports.VisibilityOffOutlinedSvg = VisibilityOffOutlinedSvg;
220
237
  const _VisibilityOutlined = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12 6c3.79 0 7.17 2.13 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5C4.83 8.13 8.21 6 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5c1.38 0 2.5 1.12 2.5 2.5S13.38 14 12 14s-2.5-1.12-2.5-2.5S10.62 9 12 9m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z' }) });
221
238
  function VisibilityOutlinedSvg() { return _VisibilityOutlined; }
222
- exports.VisibilityOutlinedSvg = VisibilityOutlinedSvg;
223
239
  const _Warning = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z' }) });
224
240
  function WarningSvg() { return _Warning; }
225
- exports.WarningSvg = WarningSvg;
226
241
  const _ContentCut = (0, jsx_runtime_1.jsx)("svg", { width: '24px', height: '24px', viewBox: '0 0 24 24', children: (0, jsx_runtime_1.jsx)("path", { d: 'M 9.64 7.64 c 0.23 -0.5 0.36 -1.05 0.36 -1.64 c 0 -2.21 -1.79 -4 -4 -4 S 2 3.79 2 6 s 1.79 4 4 4 c 0.59 0 1.14 -0.13 1.64 -0.36 L 10 12 l -2.36 2.36 C 7.14 14.13 6.59 14 6 14 c -2.21 0 -4 1.79 -4 4 s 1.79 4 4 4 s 4 -1.79 4 -4 c 0 -0.59 -0.13 -1.14 -0.36 -1.64 L 12 14 l 7 7 h 3 v -1 L 9.64 7.64 Z M 6 8 c -1.1 0 -2 -0.89 -2 -2 s 0.9 -2 2 -2 s 2 0.89 2 2 s -0.9 2 -2 2 Z m 0 12 c -1.1 0 -2 -0.89 -2 -2 s 0.9 -2 2 -2 s 2 0.89 2 2 s -0.9 2 -2 2 Z m 6 -7.5 c -0.28 0 -0.5 -0.22 -0.5 -0.5 s 0.22 -0.5 0.5 -0.5 s 0.5 0.22 0.5 0.5 s -0.22 0.5 -0.5 0.5 Z M 19 3 l -6 6 l 2 2 l 7 -7 V 3 Z' }) });
227
242
  function ContentCutSvg() { return _ContentCut; }
228
- exports.ContentCutSvg = ContentCutSvg;
229
243
  // Aliases
230
244
  exports.SelectionModeSvg = CursorDefaultOutlineSvg;
231
245
  exports.SuperposeAtomsSvg = ScatterPlotSvg;