mc-react-phonon-visualizer 0.2.3 → 0.2.4
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.
- package/dist/main.js +3 -3
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -174987,7 +174987,7 @@ const DP = {
|
|
|
174987
174987
|
[-0.01, 1.01],
|
|
174988
174988
|
[-0.01, 1.01],
|
|
174989
174989
|
[-0.01, 1.01]
|
|
174990
|
-
],
|
|
174990
|
+
], R ? a.avr.play() : a.avr.pause(), a.avr.frameDuration = 15 / l, a.avr.tjs.updateCameraAndControls({ direction: h }), a.avr.showCell = M, a.avr.VFManager.show = m, a.avr.drawModels(), a.render();
|
|
174991
174991
|
}, [
|
|
174992
174992
|
n,
|
|
174993
174993
|
i,
|
|
@@ -175185,7 +175185,7 @@ const DP = {
|
|
|
175185
175185
|
to.Range,
|
|
175186
175186
|
{
|
|
175187
175187
|
id: "amplitudeRange",
|
|
175188
|
-
min: "0",
|
|
175188
|
+
min: "0.01",
|
|
175189
175189
|
max: "1",
|
|
175190
175190
|
step: "0.01",
|
|
175191
175191
|
defaultValue: h,
|
|
@@ -175210,7 +175210,7 @@ const DP = {
|
|
|
175210
175210
|
/* @__PURE__ */ ki.jsx(ol, { xs: "8", children: /* @__PURE__ */ ki.jsx(
|
|
175211
175211
|
to.Range,
|
|
175212
175212
|
{
|
|
175213
|
-
min: "1",
|
|
175213
|
+
min: "0.1",
|
|
175214
175214
|
max: "4",
|
|
175215
175215
|
step: "0.1",
|
|
175216
175216
|
defaultValue: n,
|