@wandelbots/wandelbots-js-react-components 1.36.1 → 1.36.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
|
@@ -10956,7 +10956,7 @@ const Tc = Qe(
|
|
|
10956
10956
|
({ store: e }) => {
|
|
10957
10957
|
const { t } = xr(), r = vi(() => ({
|
|
10958
10958
|
get valueLabelFormat() {
|
|
10959
|
-
return e.currentMotionType === "translate" ? (n) => `v = ${t("Jogging.Cartesian.Translation.velocityMmPerSec.lb", { amount: n })}` : (n) =>
|
|
10959
|
+
return e.currentMotionType === "translate" ? (n) => `v = ${t("Jogging.Cartesian.Translation.velocityMmPerSec.lb", { amount: n })}` : (n) => `ω = ${t("Jogging.Cartesian.Rotation.velocityDegPerSec.lb", { amount: n })}`;
|
|
10960
10960
|
}
|
|
10961
10961
|
}));
|
|
10962
10962
|
return /* @__PURE__ */ b.jsx(
|