@wandelbots/wandelbots-js-react-components 4.2.0-pr.feat-JoggingPanelSupportForLinearAxis.514.cd022e8 → 4.2.0-pr.feat-JoggingPanelSupportForLinearAxis.514.4eb7fa6
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/core.cjs.js +1 -1
- package/dist/core.es.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/{theming-DEFDMJUe.cjs → theming-Cqo-msxF.cjs} +2 -2
- package/dist/{theming-DEFDMJUe.cjs.map → theming-Cqo-msxF.cjs.map} +1 -1
- package/dist/{theming-BNnzOcHd.js → theming-gUgI75AD.js} +2 -2
- package/dist/{theming-BNnzOcHd.js.map → theming-gUgI75AD.js.map} +1 -1
- package/package.json +1 -1
- package/src/components/jogging/JoggingPanel.tsx +1 -1
|
@@ -19801,7 +19801,7 @@ const df = de(
|
|
|
19801
19801
|
onChange: e.onTabChange,
|
|
19802
19802
|
variant: "fullWidth",
|
|
19803
19803
|
children: e.tabs.map((i) => {
|
|
19804
|
-
const o = i.label === "
|
|
19804
|
+
const o = i.label === "Cartesian" ? n("Jogging.Cartesian.bt") : n("Jogging.Joints.bt"), s = i.label === "cartesian" ? /* @__PURE__ */ y.jsx(vw, { fontSize: "small", sx: { mr: 1 } }) : /* @__PURE__ */ y.jsx(Sw, { fontSize: "small", sx: { mr: 1 } });
|
|
19805
19805
|
return /* @__PURE__ */ y.jsx(
|
|
19806
19806
|
Lu,
|
|
19807
19807
|
{
|
|
@@ -22357,4 +22357,4 @@ export {
|
|
|
22357
22357
|
Gh as v,
|
|
22358
22358
|
Ew as w
|
|
22359
22359
|
};
|
|
22360
|
-
//# sourceMappingURL=theming-
|
|
22360
|
+
//# sourceMappingURL=theming-gUgI75AD.js.map
|