@wandelbots/wandelbots-js-react-components 2.27.0 → 2.27.1
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/components/safetyBar/OperationModeIndicator.d.ts +1 -1
- package/dist/components/safetyBar/OperationModeIndicator.d.ts.map +1 -1
- package/dist/components/safetyBar/SafetyStateIndicator.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/safetyBar/OperationModeIndicator.tsx +2 -2
- package/src/components/safetyBar/SafetyStateIndicator.tsx +7 -4
package/dist/index.js
CHANGED
|
@@ -24535,7 +24535,7 @@ const pP = ({
|
|
|
24535
24535
|
title: n("SafetyBar.OperationMode.ti"),
|
|
24536
24536
|
name: n("SafetyBar.OperationMode.Automatic.ti"),
|
|
24537
24537
|
label: a ? null : n("SafetyBar.OperationMode.Automatic.ti"),
|
|
24538
|
-
color:
|
|
24538
|
+
color: s.palette.text.secondary,
|
|
24539
24539
|
explanation: /* @__PURE__ */ b.jsx(xt, { i18nKey: "SafetyBar.OperationMode.Auto.Explanation.lb", children: "The robot controller is in automatic operation mode. Automated movement without manual confirmation is possible in this mode." }),
|
|
24540
24540
|
anchorOrigin: t,
|
|
24541
24541
|
transformOrigin: r
|
|
@@ -24616,7 +24616,7 @@ const pP = ({
|
|
|
24616
24616
|
name: n("SafetyBar.SafetyState.Normal.lb"),
|
|
24617
24617
|
label: a ? null : n("SafetyBar.SafetyState.Normal.lb"),
|
|
24618
24618
|
icon: EP,
|
|
24619
|
-
color:
|
|
24619
|
+
color: s.palette.text.secondary,
|
|
24620
24620
|
explanation: /* @__PURE__ */ b.jsx(xt, { i18nKey: "SafetyBar.SafetyState.Normal.Explanation.lb", children: "The robot controller is in a normal safety state. Movement is not prevented by this state." }),
|
|
24621
24621
|
anchorOrigin: t,
|
|
24622
24622
|
transformOrigin: r
|