@wandelbots/wandelbots-js-react-components 1.24.1 → 1.24.2
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/index.js
CHANGED
|
@@ -5774,10 +5774,10 @@ const Fs = un(
|
|
|
5774
5774
|
});
|
|
5775
5775
|
const l = Tt(null);
|
|
5776
5776
|
function u(d) {
|
|
5777
|
-
d.button === 0 && r("-");
|
|
5777
|
+
s || d.button === 0 && r("-");
|
|
5778
5778
|
}
|
|
5779
5779
|
function c(d) {
|
|
5780
|
-
d.button === 0 && r("+");
|
|
5780
|
+
s || d.button === 0 && r("+");
|
|
5781
5781
|
}
|
|
5782
5782
|
return e || (e = {
|
|
5783
5783
|
color: "#fff",
|
|
@@ -5791,7 +5791,6 @@ const Fs = un(
|
|
|
5791
5791
|
onPointerDown: u,
|
|
5792
5792
|
onPointerUp: a,
|
|
5793
5793
|
onPointerOut: a,
|
|
5794
|
-
disabled: s,
|
|
5795
5794
|
size: "large",
|
|
5796
5795
|
sx: {
|
|
5797
5796
|
width: "55px",
|
|
@@ -5855,7 +5854,6 @@ const Fs = un(
|
|
|
5855
5854
|
onPointerDown: c,
|
|
5856
5855
|
onPointerUp: a,
|
|
5857
5856
|
onPointerOut: a,
|
|
5858
|
-
disabled: s,
|
|
5859
5857
|
size: "large",
|
|
5860
5858
|
sx: {
|
|
5861
5859
|
width: "55px",
|