@wandelbots/wandelbots-js-react-components 2.7.0 → 2.8.0-pr.fix-RPS-1191---joint-limit-message-remove-shift.238.c6ac384
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
|
@@ -8639,7 +8639,8 @@ const Ya = ({
|
|
|
8639
8639
|
sx: {
|
|
8640
8640
|
margin: "0.5rem 1rem",
|
|
8641
8641
|
textAlign: "center",
|
|
8642
|
-
|
|
8642
|
+
minHeight: "1.5rem",
|
|
8643
|
+
visibility: i.length ? "visible" : "hidden"
|
|
8643
8644
|
},
|
|
8644
8645
|
children: t("Jogging.JointLimitsReached.lb", {
|
|
8645
8646
|
jointNumbers: i.map((s) => s + 1).join(", ")
|