@wandelbots/wandelbots-js-react-components 2.41.0-pr.feature-seperate-timer.383.38eb55e → 2.41.0-pr.feature-seperate-timer.383.ed84a08

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
@@ -381,7 +381,7 @@ function L0({
381
381
  a
382
382
  )) });
383
383
  }
384
- function H$({
384
+ function z$({
385
385
  scene: e,
386
386
  meshChildrenProvider: t
387
387
  }) {
@@ -479,7 +479,7 @@ function B0(e) {
479
479
  }
480
480
  return { isCoplanar: !0, normal: s };
481
481
  }
482
- function q$({
482
+ function G$({
483
483
  safetyZones: e,
484
484
  ...t
485
485
  }) {
@@ -520,7 +520,7 @@ function q$({
520
520
  });
521
521
  }) });
522
522
  }
523
- function W$({
523
+ function H$({
524
524
  trajectory: e,
525
525
  ...t
526
526
  }) {
@@ -724,7 +724,7 @@ const G0 = ({
724
724
  fill: "currentColor",
725
725
  fillOpacity: "0.56"
726
726
  }
727
- ) }), J$ = Ge(
727
+ ) }), q$ = Ge(
728
728
  Ce((e) => {
729
729
  const { appIcon: t, appName: r, apps: n = [], onAppSelect: a, sx: o } = e, [s, i] = De(null), l = !!s, c = (h) => {
730
730
  i(h.currentTarget);
@@ -12305,7 +12305,7 @@ const iP = ({
12305
12305
  isPaused: C
12306
12306
  }
12307
12307
  };
12308
- }, Y$ = Ge(
12308
+ }, W$ = Ge(
12309
12309
  Ce(
12310
12310
  ({
12311
12311
  onCycleComplete: e,
@@ -12770,7 +12770,7 @@ const iP = ({
12770
12770
  isPaused: y
12771
12771
  }
12772
12772
  };
12773
- }, K$ = Ge(
12773
+ }, J$ = Ge(
12774
12774
  Ce(
12775
12775
  ({
12776
12776
  onTimerReady: e,
@@ -16998,22 +16998,22 @@ _.getAdapter = Ff.getAdapter;
16998
16998
  _.HttpStatusCode = Rl;
16999
16999
  _.default = _;
17000
17000
  const {
17001
- Axios: Z$,
17001
+ Axios: Q$,
17002
17002
  AxiosError: Al,
17003
- CanceledError: ek,
17004
- isCancel: tk,
17005
- CancelToken: rk,
17006
- VERSION: nk,
17007
- all: ak,
17008
- Cancel: ok,
17003
+ CanceledError: X$,
17004
+ isCancel: Z$,
17005
+ CancelToken: ek,
17006
+ VERSION: tk,
17007
+ all: rk,
17008
+ Cancel: nk,
17009
17009
  isAxiosError: uI,
17010
- spread: sk,
17011
- toFormData: ik,
17012
- AxiosHeaders: lk,
17013
- HttpStatusCode: ck,
17014
- formToJSON: uk,
17015
- getAdapter: dk,
17016
- mergeConfig: hk
17010
+ spread: ak,
17011
+ toFormData: ok,
17012
+ AxiosHeaders: sk,
17013
+ HttpStatusCode: ik,
17014
+ formToJSON: lk,
17015
+ getAdapter: ck,
17016
+ mergeConfig: uk
17017
17017
  } = _, M = "/api/v1".replace(/\/+$/, "");
17018
17018
  class je {
17019
17019
  constructor(t, r = M, n = _) {
@@ -31854,7 +31854,7 @@ const bg = Ce(
31854
31854
  t
31855
31855
  ] });
31856
31856
  }
31857
- ), pk = Ge(
31857
+ ), dk = Ge(
31858
31858
  Ce((e) => {
31859
31859
  const t = C0(e.nova) ? new bV({ instanceUrl: e.nova }) : e.nova, r = hs(() => ({
31860
31860
  joggingStore: null,
@@ -32008,50 +32008,37 @@ const bg = Ce(
32008
32008
  )
32009
32009
  }
32010
32010
  ) });
32011
- };
32012
- function Tj(e, t) {
32013
- if (e)
32014
- return e;
32015
- if (t)
32016
- return {
32017
- rapidlyChangingMotionState: t.rapidlyChangingMotionState
32018
- };
32019
- }
32020
- const mk = Ge(
32011
+ }, hk = Ge(
32021
32012
  Ce(
32022
32013
  ({
32023
32014
  motionStream: e,
32024
32015
  connectedMotionGroup: t,
32025
32016
  showCopyButton: r = !1
32026
32017
  }) => {
32027
- const n = ye(null), [a, o] = De(""), s = Tj(
32028
- e,
32029
- t
32030
- );
32031
- if (!s)
32018
+ const n = ye(null), [a, o] = De("");
32019
+ if (!e && !t)
32032
32020
  throw new Error(
32033
32021
  "PoseCartesianValues requires either motionStream or connectedMotionGroup prop"
32034
32022
  );
32035
- function i() {
32036
- if (!s) return "";
32037
- const c = s.rapidlyChangingMotionState.tcp_pose;
32038
- return c ? Wc(c) : "";
32023
+ function s() {
32024
+ let l;
32025
+ return e ? l = e.rapidlyChangingMotionState.tcp_pose : t && (l = t.rapidlyChangingMotionState.tcp_pose), l ? Wc(l) : "";
32039
32026
  }
32040
- const l = async () => {
32027
+ const i = async () => {
32041
32028
  try {
32042
- await navigator.clipboard.writeText(i()), o("Copied!"), setTimeout(() => o(""), 2e3);
32029
+ await navigator.clipboard.writeText(s()), o("Copied!"), setTimeout(() => o(""), 2e3);
32043
32030
  } catch {
32044
32031
  o("Copy failed"), setTimeout(() => o(""), 2e3);
32045
32032
  }
32046
32033
  };
32047
32034
  return Ic(() => {
32048
- if (!n.current || !s)
32035
+ if (!n.current)
32049
32036
  return;
32050
- const c = s.rapidlyChangingMotionState.tcp_pose;
32051
- if (!c) return;
32052
- const u = Wc(c);
32037
+ let l;
32038
+ if (e ? l = e.rapidlyChangingMotionState.tcp_pose : t && (l = t.rapidlyChangingMotionState.tcp_pose), !l) return;
32039
+ const c = Wc(l);
32053
32040
  requestAnimationFrame(() => {
32054
- n.current && n.current.textContent !== u && (n.current.textContent = u);
32041
+ n.current && n.current.textContent !== c && (n.current.textContent = c);
32055
32042
  });
32056
32043
  }), /* @__PURE__ */ g.jsxs(
32057
32044
  ke,
@@ -32061,14 +32048,14 @@ const mk = Ge(
32061
32048
  spacing: 1,
32062
32049
  sx: { flexGrow: 1, minWidth: 0, overflow: "hidden" },
32063
32050
  children: [
32064
- /* @__PURE__ */ g.jsx(xg, { value: i(), ref: n }),
32051
+ /* @__PURE__ */ g.jsx(xg, { value: s(), ref: n }),
32065
32052
  r && /* @__PURE__ */ g.jsx(
32066
32053
  gr,
32067
32054
  {
32068
32055
  variant: "contained",
32069
32056
  color: "secondary",
32070
32057
  size: "small",
32071
- onClick: l,
32058
+ onClick: i,
32072
32059
  sx: { flexShrink: 0 },
32073
32060
  children: "Copy"
32074
32061
  }
@@ -32079,48 +32066,48 @@ const mk = Ge(
32079
32066
  );
32080
32067
  }
32081
32068
  )
32082
- );
32083
- function Rj(e, t) {
32084
- if (e)
32085
- return e;
32086
- if (t)
32087
- return {
32088
- rapidlyChangingMotionState: t.rapidlyChangingMotionState
32089
- };
32090
- }
32091
- const fk = Ge(
32069
+ ), pk = Ge(
32092
32070
  Ce(
32093
32071
  ({
32094
32072
  motionStream: e,
32095
32073
  connectedMotionGroup: t,
32096
32074
  showCopyButton: r = !1
32097
32075
  }) => {
32098
- const n = ye(null), [a, o] = De(""), s = Rj(
32099
- e,
32100
- t
32101
- );
32102
- if (!s)
32076
+ const n = ye(null), [a, o] = De("");
32077
+ if (!e && !t)
32103
32078
  throw new Error(
32104
32079
  "PoseJointValues requires either motionStream or connectedMotionGroup prop"
32105
32080
  );
32106
- function i() {
32107
- if (!s) return "";
32108
- const { joints: c } = s.rapidlyChangingMotionState.state.joint_position;
32109
- return `[${c.map((u) => parseFloat(u.toFixed(4))).join(", ")}]`;
32081
+ function s() {
32082
+ let l;
32083
+ if (e)
32084
+ l = e.rapidlyChangingMotionState.state.joint_position.joints;
32085
+ else if (t)
32086
+ l = t.rapidlyChangingMotionState.state.joint_position.joints;
32087
+ else
32088
+ return "";
32089
+ return `[${l.map((c) => parseFloat(c.toFixed(4))).join(", ")}]`;
32110
32090
  }
32111
- const l = async () => {
32091
+ const i = async () => {
32112
32092
  try {
32113
- await navigator.clipboard.writeText(i()), o("Copied!"), setTimeout(() => o(""), 2e3);
32093
+ await navigator.clipboard.writeText(s()), o("Copied!"), setTimeout(() => o(""), 2e3);
32114
32094
  } catch {
32115
32095
  o("Copy failed"), setTimeout(() => o(""), 2e3);
32116
32096
  }
32117
32097
  };
32118
32098
  return Ic(() => {
32119
- if (!n.current || !s)
32099
+ if (!n.current)
32120
32100
  return;
32121
- const { joints: c } = s.rapidlyChangingMotionState.state.joint_position, u = `[${c.map((d) => parseFloat(d.toFixed(4))).join(", ")}]`;
32101
+ let l;
32102
+ if (e)
32103
+ l = e.rapidlyChangingMotionState.state.joint_position.joints;
32104
+ else if (t)
32105
+ l = t.rapidlyChangingMotionState.state.joint_position.joints;
32106
+ else
32107
+ return;
32108
+ const c = `[${l.map((u) => parseFloat(u.toFixed(4))).join(", ")}]`;
32122
32109
  requestAnimationFrame(() => {
32123
- n.current && n.current.textContent !== u && (n.current.textContent = u);
32110
+ n.current && n.current.textContent !== c && (n.current.textContent = c);
32124
32111
  });
32125
32112
  }), /* @__PURE__ */ g.jsxs(
32126
32113
  ke,
@@ -32130,14 +32117,14 @@ const fk = Ge(
32130
32117
  spacing: 1,
32131
32118
  sx: { flexGrow: 1, minWidth: 0, overflow: "hidden" },
32132
32119
  children: [
32133
- /* @__PURE__ */ g.jsx(xg, { value: i(), ref: n }),
32120
+ /* @__PURE__ */ g.jsx(xg, { value: s(), ref: n }),
32134
32121
  r && /* @__PURE__ */ g.jsx(
32135
32122
  gr,
32136
32123
  {
32137
32124
  variant: "contained",
32138
32125
  color: "secondary",
32139
32126
  size: "small",
32140
- onClick: l,
32127
+ onClick: i,
32141
32128
  sx: { flexShrink: 0 },
32142
32129
  children: "Copy"
32143
32130
  }
@@ -32149,7 +32136,7 @@ const fk = Ge(
32149
32136
  }
32150
32137
  )
32151
32138
  );
32152
- class Aj {
32139
+ class Tj {
32153
32140
  constructor() {
32154
32141
  this.messages = [], this.addMessage = (t, r = "info") => {
32155
32142
  const n = {
@@ -32181,7 +32168,7 @@ const ai = (e, t, r) => ({
32181
32168
  timestamp: /* @__PURE__ */ new Date(),
32182
32169
  message: e,
32183
32170
  level: t
32184
- }), gk = (e, t) => ai(e, "debug", t), yk = (e, t) => ai(e, "info", t), bk = (e, t) => ai(e, "warning", t), xk = (e, t) => ai(e, "error", t), _j = Ge(
32171
+ }), mk = (e, t) => ai(e, "debug", t), fk = (e, t) => ai(e, "info", t), gk = (e, t) => ai(e, "warning", t), yk = (e, t) => ai(e, "error", t), Rj = Ge(
32185
32172
  Ce((e) => {
32186
32173
  var u;
32187
32174
  const { messages: t = [], onClear: r, height: n = 400, sx: a } = e, o = Be(), s = ye(null);
@@ -32450,7 +32437,7 @@ const ai = (e, t, r) => ({
32450
32437
  }
32451
32438
  );
32452
32439
  })
32453
- ), vk = Ge(
32440
+ ), bk = Ge(
32454
32441
  Ce((e) => {
32455
32442
  const { store: t, onStoreReady: r, ...n } = e, a = ye(r);
32456
32443
  _e(() => {
@@ -32458,13 +32445,13 @@ const ai = (e, t, r) => ({
32458
32445
  }, [r]);
32459
32446
  const o = Ao(() => {
32460
32447
  var l;
32461
- const i = t || new Aj();
32448
+ const i = t || new Tj();
32462
32449
  return (l = a.current) == null || l.call(a, i), i;
32463
32450
  }, [t]), s = () => {
32464
32451
  o.clearMessages();
32465
32452
  };
32466
32453
  return /* @__PURE__ */ g.jsx(
32467
- _j,
32454
+ Rj,
32468
32455
  {
32469
32456
  ...n,
32470
32457
  messages: o.messages,
@@ -32473,15 +32460,15 @@ const ai = (e, t, r) => ({
32473
32460
  );
32474
32461
  })
32475
32462
  );
32476
- function Ej() {
32463
+ function Aj() {
32477
32464
  const e = window.location.href;
32478
32465
  return e.substring(
32479
32466
  0,
32480
32467
  e.indexOf("/", e.indexOf("//") + 2)
32481
32468
  );
32482
32469
  }
32483
- function Sk({
32484
- baseUrl: e = Ej(),
32470
+ function xk({
32471
+ baseUrl: e = Aj(),
32485
32472
  ...t
32486
32473
  }) {
32487
32474
  return /* @__PURE__ */ g.jsxs(
@@ -32553,7 +32540,7 @@ function Sk({
32553
32540
  );
32554
32541
  }
32555
32542
  var yn = /* @__PURE__ */ ((e) => (e.IDLE = "idle", e.RUNNING = "running", e.PAUSED = "paused", e.STOPPING = "stopping", e.ERROR = "error", e))(yn || {});
32556
- const wk = Ge(
32543
+ const vk = Ge(
32557
32544
  Ce(
32558
32545
  ({
32559
32546
  state: e,
@@ -32783,7 +32770,7 @@ function vg(e) {
32783
32770
  let t = tp;
32784
32771
  return tp.startsWith("0.") && (t = ""), `https://cdn.jsdelivr.net/gh/wandelbotsgmbh/wandelbots-js-react-components${t ? `@${t}` : ""}/public/models/${e}.glb`;
32785
32772
  }
32786
- function Ij(e) {
32773
+ function _j(e) {
32787
32774
  function t(r) {
32788
32775
  return r.children.length === 0 ? [r] : [r, ...r.children.flatMap((n) => t(n))];
32789
32776
  }
@@ -32795,7 +32782,7 @@ function Sg(e) {
32795
32782
  function wg(e) {
32796
32783
  return /_J[0-9]+$/.test(e.name);
32797
32784
  }
32798
- function Vj(e, t) {
32785
+ function Ej(e, t) {
32799
32786
  let r;
32800
32787
  function n(a) {
32801
32788
  if (Sg(a)) {
@@ -32841,7 +32828,7 @@ function Og({
32841
32828
  }
32842
32829
  });
32843
32830
  function l(d) {
32844
- d && (o.current = Ij(d), u(), i());
32831
+ d && (o.current = _j(d), u(), i());
32845
32832
  }
32846
32833
  function c(d) {
32847
32834
  var h;
@@ -32865,8 +32852,8 @@ function Og({
32865
32852
  requestAnimationFrame(() => c(d));
32866
32853
  }), /* @__PURE__ */ g.jsx("group", { ref: l, children: n });
32867
32854
  }
32868
- const Mj = "line", jj = "mesh";
32869
- function $j({
32855
+ const Ij = "line", Vj = "mesh";
32856
+ function Mj({
32870
32857
  rapidlyChangingMotionState: e,
32871
32858
  dhParameters: t,
32872
32859
  ...r
@@ -32922,7 +32909,7 @@ function $j({
32922
32909
  ref: (f) => {
32923
32910
  a.current[u] = f;
32924
32911
  },
32925
- name: Mj,
32912
+ name: Ij,
32926
32913
  points: [d, h],
32927
32914
  color: "white",
32928
32915
  lineWidth: 5
@@ -32934,7 +32921,7 @@ function $j({
32934
32921
  ref: (f) => {
32935
32922
  o.current[u] = f;
32936
32923
  },
32937
- name: jj,
32924
+ name: Vj,
32938
32925
  position: h,
32939
32926
  children: [
32940
32927
  /* @__PURE__ */ g.jsx("sphereGeometry", { args: [0.01, 32, 32] }),
@@ -32949,24 +32936,24 @@ function $j({
32949
32936
  }
32950
32937
  ) });
32951
32938
  }
32952
- const kj = console.warn;
32953
- function Uj() {
32939
+ const jj = console.warn;
32940
+ function $j() {
32954
32941
  return _e(() => {
32955
32942
  console.warn = (e) => {
32956
- e !== "Cannot call the manual advancement of rafz whilst frameLoop is not set as demand" && kj(e);
32943
+ e !== "Cannot call the manual advancement of rafz whilst frameLoop is not set as demand" && jj(e);
32957
32944
  };
32958
32945
  }, []), /* @__PURE__ */ g.jsx(g.Fragment, {});
32959
32946
  }
32960
- function Dj(e) {
32947
+ function kj(e) {
32961
32948
  return e.type === "Mesh";
32962
32949
  }
32963
- function Lj({
32950
+ function Uj({
32964
32951
  modelURL: e,
32965
32952
  flangeRef: t,
32966
32953
  postModelRender: r,
32967
32954
  ...n
32968
32955
  }) {
32969
- const { gltf: a } = Vj(
32956
+ const { gltf: a } = Ej(
32970
32957
  jg(e),
32971
32958
  e.split("/").pop() || e
32972
32959
  ), o = ge(
@@ -32976,7 +32963,7 @@ function Lj({
32976
32963
  [e]
32977
32964
  );
32978
32965
  function s(i) {
32979
- return Dj(i) ? /* @__PURE__ */ g.jsx(
32966
+ return kj(i) ? /* @__PURE__ */ g.jsx(
32980
32967
  "mesh",
32981
32968
  {
32982
32969
  name: i.name,
@@ -33000,7 +32987,7 @@ function Lj({
33000
32987
  }
33001
32988
  return /* @__PURE__ */ g.jsx("group", { ...n, dispose: null, ref: o, children: s(a.scene) });
33002
32989
  }
33003
- const Fj = (e, t) => {
32990
+ const Dj = (e, t) => {
33004
32991
  e.userData.isGhost || (e.traverse((r) => {
33005
32992
  if (r instanceof Se.Mesh) {
33006
32993
  r.material instanceof Se.Material && (r.material.colorWrite = !1);
@@ -33024,7 +33011,7 @@ const Fj = (e, t) => {
33024
33011
  }), a.userData.isGhost = !0, r.parent && (r.parent.add(n), r.parent.add(a));
33025
33012
  }
33026
33013
  }), e.userData.isGhost = !0);
33027
- }, Bj = (e) => {
33014
+ }, Lj = (e) => {
33028
33015
  if (!e.userData.isGhost) return;
33029
33016
  const t = [];
33030
33017
  e.traverse((r) => {
@@ -33033,7 +33020,7 @@ const Fj = (e, t) => {
33033
33020
  }), t.forEach((r) => {
33034
33021
  r.parent && r.parent.remove(r);
33035
33022
  }), e.userData.isGhost = !1;
33036
- }, Nj = Ge(
33023
+ }, Fj = Ge(
33037
33024
  ({
33038
33025
  rapidlyChangingMotionState: e,
33039
33026
  modelFromController: t,
@@ -33048,10 +33035,10 @@ const Fj = (e, t) => {
33048
33035
  c(h);
33049
33036
  }, []);
33050
33037
  _e(() => {
33051
- l && (s ? Fj(l, s) : Bj(l));
33038
+ l && (s ? Dj(l, s) : Lj(l));
33052
33039
  }, [l, s]);
33053
33040
  const d = /* @__PURE__ */ g.jsx(
33054
- $j,
33041
+ Mj,
33055
33042
  {
33056
33043
  rapidlyChangingMotionState: e,
33057
33044
  dhParameters: r,
@@ -33072,7 +33059,7 @@ const Fj = (e, t) => {
33072
33059
  rapidlyChangingMotionState: e,
33073
33060
  dhParameters: r,
33074
33061
  children: /* @__PURE__ */ g.jsx(
33075
- Lj,
33062
+ Uj,
33076
33063
  {
33077
33064
  modelURL: n(t),
33078
33065
  postModelRender: o,
@@ -33082,13 +33069,13 @@ const Fj = (e, t) => {
33082
33069
  )
33083
33070
  }
33084
33071
  ) }) }),
33085
- /* @__PURE__ */ g.jsx(Uj, {})
33072
+ /* @__PURE__ */ g.jsx($j, {})
33086
33073
  ]
33087
33074
  }
33088
33075
  );
33089
33076
  }
33090
33077
  );
33091
- function zj({
33078
+ function Bj({
33092
33079
  connectedMotionGroup: e,
33093
33080
  getModel: t = vg,
33094
33081
  flangeRef: r,
@@ -33097,7 +33084,7 @@ function zj({
33097
33084
  ...o
33098
33085
  }) {
33099
33086
  return e.dhParameters ? /* @__PURE__ */ g.jsx(
33100
- Nj,
33087
+ Fj,
33101
33088
  {
33102
33089
  rapidlyChangingMotionState: e.rapidlyChangingMotionState,
33103
33090
  modelFromController: e.modelFromController || "",
@@ -33110,7 +33097,7 @@ function zj({
33110
33097
  }
33111
33098
  ) : null;
33112
33099
  }
33113
- const Ok = Ge(
33100
+ const Sk = Ge(
33114
33101
  Ce(
33115
33102
  ({
33116
33103
  robotName: e,
@@ -33121,7 +33108,7 @@ const Ok = Ge(
33121
33108
  onDriveToHomePress: o,
33122
33109
  onDriveToHomeRelease: s,
33123
33110
  connectedMotionGroup: i,
33124
- robotComponent: l = zj,
33111
+ robotComponent: l = Bj,
33125
33112
  customContentComponent: c,
33126
33113
  className: u
33127
33114
  }) => {
@@ -33448,15 +33435,15 @@ const Ok = Ge(
33448
33435
  );
33449
33436
  }
33450
33437
  )
33451
- ), Gj = Or(/* @__PURE__ */ g.jsx("path", {
33438
+ ), Nj = Or(/* @__PURE__ */ g.jsx("path", {
33452
33439
  d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"
33453
- }), "Error"), Hj = ({
33440
+ }), "Error"), zj = ({
33454
33441
  title: e,
33455
33442
  titleId: t,
33456
33443
  ...r
33457
- }, n) => /* @__PURE__ */ B.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 18, height: 18, fill: "none", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fill: "#38C6F4", fillRule: "evenodd", d: "M6.359 14.25v2.934h7.63v-3.521L10.196 9.87 9 8.674l.859-.859.337-.337.858-.858.565.565.631.63.565.565 1.196-1.195.543-.544 1.196-1.195-1.196-1.196-2.304-2.304L11.054.75 9.86 1.946 3.446 8.359 2.25 9.554l1.196 1.196 2.913 2.913zm1.69 0v1.244h4.249v-1.13L7.804 9.87 6.608 8.674l1.196-1.196L9.86 5.424l.007-.008-.543-.543-4.681 4.681 2.912 2.913.496.496v.113h2.124l1.174 1.174zm3.005-10.022-.294.294-.543-.543.837-.837 2.304 2.304-.543.543-.565-.565z", clipRule: "evenodd" })), qj = rt(Hj);
33444
+ }, n) => /* @__PURE__ */ B.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 18, height: 18, fill: "none", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fill: "#38C6F4", fillRule: "evenodd", d: "M6.359 14.25v2.934h7.63v-3.521L10.196 9.87 9 8.674l.859-.859.337-.337.858-.858.565.565.631.63.565.565 1.196-1.195.543-.544 1.196-1.195-1.196-1.196-2.304-2.304L11.054.75 9.86 1.946 3.446 8.359 2.25 9.554l1.196 1.196 2.913 2.913zm1.69 0v1.244h4.249v-1.13L7.804 9.87 6.608 8.674l1.196-1.196L9.86 5.424l.007-.008-.543-.543-4.681 4.681 2.912 2.913.496.496v.113h2.124l1.174 1.174zm3.005-10.022-.294.294-.543-.543.837-.837 2.304 2.304-.543.543-.565-.565z", clipRule: "evenodd" })), Gj = rt(zj);
33458
33445
  var Cg = /* @__PURE__ */ ((e) => (e.PRECONDITION_NOT_FULFILLED = "PRECONDITION_NOT_FULFILLED", e.ROBOT_DISCONNECTED = "ROBOT_DISCONNECTED", e.READY = "READY", e))(Cg || {});
33459
- const Wj = Ge(
33446
+ const Hj = Ge(
33460
33447
  Ce(({ setupState: e, className: t }) => {
33461
33448
  const r = Be(), { t: n } = Qe(), a = () => {
33462
33449
  var c, u, d, h;
@@ -33542,13 +33529,13 @@ const Wj = Ge(
33542
33529
  }
33543
33530
  );
33544
33531
  })
33545
- ), Ck = Ge(
33532
+ ), wk = Ge(
33546
33533
  Ce(
33547
33534
  ({
33548
33535
  robotName: e,
33549
33536
  robotType: t,
33550
33537
  setupState: r,
33551
- PreconditionComponent: n = Wj,
33538
+ PreconditionComponent: n = Hj,
33552
33539
  className: a
33553
33540
  }) => {
33554
33541
  var l;
@@ -33595,10 +33582,10 @@ const Wj = Ge(
33595
33582
  fill: `${o.palette.primary.main} !important`
33596
33583
  }
33597
33584
  },
33598
- children: /* @__PURE__ */ g.jsx(qj, {})
33585
+ children: /* @__PURE__ */ g.jsx(Gj, {})
33599
33586
  }
33600
33587
  ) : /* @__PURE__ */ g.jsx(
33601
- Gj,
33588
+ Nj,
33602
33589
  {
33603
33590
  sx: {
33604
33591
  color: o.palette.error.main,
@@ -33648,7 +33635,7 @@ const Wj = Ge(
33648
33635
  );
33649
33636
  }
33650
33637
  )
33651
- ), Pk = Array(6).fill(2 * Math.PI), rp = {
33638
+ ), Ok = Array(6).fill(2 * Math.PI), rp = {
33652
33639
  [Lt.Abb]: [0, 0, 0, 0, Math.PI / 2, 0, 0],
33653
33640
  [Lt.Fanuc]: [0, 0, 0, 0, -Math.PI / 2, 0, 0],
33654
33641
  [Lt.Yaskawa]: [0, 0, 0, 0, -Math.PI / 2, 0, 0],
@@ -33671,7 +33658,7 @@ const Wj = Ge(
33671
33658
  0
33672
33659
  ]
33673
33660
  };
33674
- function Jj(e) {
33661
+ function qj(e) {
33675
33662
  const [t] = e.split("_");
33676
33663
  switch (t) {
33677
33664
  case "ABB":
@@ -33688,19 +33675,19 @@ function Jj(e) {
33688
33675
  return null;
33689
33676
  }
33690
33677
  }
33691
- function Tk(e, t) {
33692
- const r = Jj(e);
33678
+ function Ck(e, t) {
33679
+ const r = qj(e);
33693
33680
  return r && r in rp ? rp[r] : t || null;
33694
33681
  }
33695
- const Yj = ({
33682
+ const Wj = ({
33696
33683
  title: e,
33697
33684
  titleId: t,
33698
33685
  ...r
33699
- }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M5.248 21c-.334 0-.619-.116-.853-.35a1.153 1.153 0 0 1-.351-.848c0-.333.117-.616.351-.85.234-.233.519-.35.853-.35H7.24L4.558 9.87a2.881 2.881 0 0 1-1.126-1.042A2.77 2.77 0 0 1 3 7.317c0-.793.28-1.467.838-2.023a2.774 2.774 0 0 1 2.033-.834 2.71 2.71 0 0 1 1.728.585c.494.389.832.887 1.014 1.493h3.58V5.239c0-.22.076-.406.226-.555a.76.76 0 0 1 .558-.224c.136 0 .263.035.381.104.118.07.209.167.273.292v.14l1.835-1.702a.979.979 0 0 1 .52-.279.881.881 0 0 1 .58.091l4.01 1.85a.74.74 0 0 1 .36.364.537.537 0 0 1-.002.474.592.592 0 0 1-.366.323.657.657 0 0 1-.477-.039l-3.858-1.774L13.76 6.59v1.454l2.473 2.233 3.858-1.774a.648.648 0 0 1 .485-.03.571.571 0 0 1 .358.314.513.513 0 0 1 .01.482.79.79 0 0 1-.367.357l-4.011 1.882a.881.881 0 0 1-.58.09.979.979 0 0 1-.52-.278L13.63 9.638v.14a.92.92 0 0 1-.273.275.665.665 0 0 1-.381.12.76.76 0 0 1-.558-.224.752.752 0 0 1-.225-.555V8.096h-3.58a2.82 2.82 0 0 1-.215.54 2.552 2.552 0 0 1-.323.479l5.139 9.488h2.673c.335 0 .62.116.854.35.234.233.35.516.35.849 0 .332-.116.615-.35.849a1.167 1.167 0 0 1-.854.349H5.248Zm.623-12.385c.362 0 .67-.126.924-.378a1.25 1.25 0 0 0 .38-.92 1.25 1.25 0 0 0-.38-.92 1.261 1.261 0 0 0-.924-.379 1.26 1.26 0 0 0-.925.379 1.25 1.25 0 0 0-.38.92c0 .36.127.667.38.92.254.252.562.378.925.378Z" })), Kj = rt(Yj), Qj = ({
33686
+ }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M5.248 21c-.334 0-.619-.116-.853-.35a1.153 1.153 0 0 1-.351-.848c0-.333.117-.616.351-.85.234-.233.519-.35.853-.35H7.24L4.558 9.87a2.881 2.881 0 0 1-1.126-1.042A2.77 2.77 0 0 1 3 7.317c0-.793.28-1.467.838-2.023a2.774 2.774 0 0 1 2.033-.834 2.71 2.71 0 0 1 1.728.585c.494.389.832.887 1.014 1.493h3.58V5.239c0-.22.076-.406.226-.555a.76.76 0 0 1 .558-.224c.136 0 .263.035.381.104.118.07.209.167.273.292v.14l1.835-1.702a.979.979 0 0 1 .52-.279.881.881 0 0 1 .58.091l4.01 1.85a.74.74 0 0 1 .36.364.537.537 0 0 1-.002.474.592.592 0 0 1-.366.323.657.657 0 0 1-.477-.039l-3.858-1.774L13.76 6.59v1.454l2.473 2.233 3.858-1.774a.648.648 0 0 1 .485-.03.571.571 0 0 1 .358.314.513.513 0 0 1 .01.482.79.79 0 0 1-.367.357l-4.011 1.882a.881.881 0 0 1-.58.09.979.979 0 0 1-.52-.278L13.63 9.638v.14a.92.92 0 0 1-.273.275.665.665 0 0 1-.381.12.76.76 0 0 1-.558-.224.752.752 0 0 1-.225-.555V8.096h-3.58a2.82 2.82 0 0 1-.215.54 2.552 2.552 0 0 1-.323.479l5.139 9.488h2.673c.335 0 .62.116.854.35.234.233.35.516.35.849 0 .332-.116.615-.35.849a1.167 1.167 0 0 1-.854.349H5.248Zm.623-12.385c.362 0 .67-.126.924-.378a1.25 1.25 0 0 0 .38-.92 1.25 1.25 0 0 0-.38-.92 1.261 1.261 0 0 0-.924-.379 1.26 1.26 0 0 0-.925.379 1.25 1.25 0 0 0-.38.92c0 .36.127.667.38.92.254.252.562.378.925.378Z" })), Jj = rt(Wj), Yj = ({
33700
33687
  title: e,
33701
33688
  titleId: t,
33702
33689
  ...r
33703
- }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "m13.37 9.12 1.69 1.69 2.99-2.99-3.73-3.73-.95-.95-7.66 7.66-.95.95 3.99 3.99v3.44h7.55v-3.55l-4.72-4.72 1.79-1.79Zm-.91-2.99.91-.91 2.6 2.6-.91.91-2.6-2.6Zm-2.25 10.24h3.74l-1.34-1.34-.04-.04h-2.5l-3.25-3.25 4.59-4.59.92.92L9.5 10.9l5.33 5.33v1.48H10.2v-1.35l.01.01ZM2 2v4.99h1.41V3.4h3.58V2H2ZM22.21 2h-4.98v1.41h3.59v3.58h1.4V2h-.01ZM20.81 20.65h-3.58v1.4h4.98v-4.99h-1.4v3.59ZM3.4 17.06H2v4.98h4.99v-1.4H3.4v-3.58Z" })), Xj = rt(Qj), Ft = Ce(
33690
+ }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "m13.37 9.12 1.69 1.69 2.99-2.99-3.73-3.73-.95-.95-7.66 7.66-.95.95 3.99 3.99v3.44h7.55v-3.55l-4.72-4.72 1.79-1.79Zm-.91-2.99.91-.91 2.6 2.6-.91.91-2.6-2.6Zm-2.25 10.24h3.74l-1.34-1.34-.04-.04h-2.5l-3.25-3.25 4.59-4.59.92.92L9.5 10.9l5.33 5.33v1.48H10.2v-1.35l.01.01ZM2 2v4.99h1.41V3.4h3.58V2H2ZM22.21 2h-4.98v1.41h3.59v3.58h1.4V2h-.01ZM20.81 20.65h-3.58v1.4h4.98v-4.99h-1.4v3.59ZM3.4 17.06H2v4.98h4.99v-1.4H3.4v-3.58Z" })), Kj = rt(Yj), Ft = Ce(
33704
33691
  ({
33705
33692
  id: e,
33706
33693
  icon: t,
@@ -33805,7 +33792,7 @@ const Yj = ({
33805
33792
  )
33806
33793
  ] });
33807
33794
  }
33808
- ), Zj = Ce(
33795
+ ), Qj = Ce(
33809
33796
  ({
33810
33797
  isVirtual: e,
33811
33798
  motionGroupId: t,
@@ -33818,7 +33805,7 @@ const Yj = ({
33818
33805
  Ft,
33819
33806
  {
33820
33807
  id: "motion-group-virtual",
33821
- icon: Xj,
33808
+ icon: Kj,
33822
33809
  color: o.palette.tertiary.main,
33823
33810
  name: s("SafetyBar.ControllerType.Virtual.lb"),
33824
33811
  label: a ? null : s("SafetyBar.ControllerType.Virtual.lb"),
@@ -33843,7 +33830,7 @@ const Yj = ({
33843
33830
  Ft,
33844
33831
  {
33845
33832
  id: "motion-group-physical",
33846
- icon: Kj,
33833
+ icon: Jj,
33847
33834
  color: o.palette.primary.main,
33848
33835
  name: s("SafetyBar.ControllerType.Physical.lb"),
33849
33836
  label: a ? null : s("SafetyBar.ControllerType.Physical.lb"),
@@ -33862,19 +33849,19 @@ const Yj = ({
33862
33849
  }
33863
33850
  );
33864
33851
  }
33865
- ), e$ = ({
33852
+ ), Xj = ({
33866
33853
  title: e,
33867
33854
  titleId: t,
33868
33855
  ...r
33869
- }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.306 2.768c0-.424.344-.768.768-.768h.406C19.53 2 22 4.551 22 7.699c0 3.237-2.51 5.587-5.31 5.703-.84 1.595-2.478 2.677-4.36 2.677a4.845 4.845 0 0 1-3.146-1.163c-.6 1.783 0 3.922 1.79 4.99 1.929 1.149 4.395.467 5.508-1.524l.212-.378a.75.75 0 1 1 1.308.732l-.231.414c-1.524 2.725-4.9 3.66-7.54 2.085-2.716-1.618-3.432-5.037-2.129-7.599a5.22 5.22 0 0 1-.73-2.677c0-2.192 1.335-4.063 3.212-4.793-1.195-1.427-3.29-1.96-5.08-.892-1.928 1.15-2.589 3.696-1.475 5.687l.231.413a.75.75 0 0 1-1.308.732l-.212-.377c-1.524-2.726-.62-6.211 2.02-7.785 2.716-1.619 5.943-.55 7.44 1.897l.13-.001c2.739 0 4.96 2.292 4.96 5.12 0 .284-.023.563-.066.834 1.795-.354 3.288-1.96 3.288-4.095 0-2.3-1.805-4.163-4.032-4.163h-.406a.768.768 0 0 1-.768-.768Zm.496 8.191c0 .286-.033.564-.094.831a3.62 3.62 0 0 1-.672 1.415 3.425 3.425 0 0 1-2.706 1.338 3.402 3.402 0 0 1-2.384-.98 3.598 3.598 0 0 1-.852-1.306 3.677 3.677 0 0 1-.235-1.298c0-1.623 1.046-2.994 2.48-3.435a3.37 3.37 0 0 1 1.522-.107c1.665.264 2.94 1.75 2.94 3.542Z" })), t$ = rt(e$), r$ = ({
33856
+ }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.306 2.768c0-.424.344-.768.768-.768h.406C19.53 2 22 4.551 22 7.699c0 3.237-2.51 5.587-5.31 5.703-.84 1.595-2.478 2.677-4.36 2.677a4.845 4.845 0 0 1-3.146-1.163c-.6 1.783 0 3.922 1.79 4.99 1.929 1.149 4.395.467 5.508-1.524l.212-.378a.75.75 0 1 1 1.308.732l-.231.414c-1.524 2.725-4.9 3.66-7.54 2.085-2.716-1.618-3.432-5.037-2.129-7.599a5.22 5.22 0 0 1-.73-2.677c0-2.192 1.335-4.063 3.212-4.793-1.195-1.427-3.29-1.96-5.08-.892-1.928 1.15-2.589 3.696-1.475 5.687l.231.413a.75.75 0 0 1-1.308.732l-.212-.377c-1.524-2.726-.62-6.211 2.02-7.785 2.716-1.619 5.943-.55 7.44 1.897l.13-.001c2.739 0 4.96 2.292 4.96 5.12 0 .284-.023.563-.066.834 1.795-.354 3.288-1.96 3.288-4.095 0-2.3-1.805-4.163-4.032-4.163h-.406a.768.768 0 0 1-.768-.768Zm.496 8.191c0 .286-.033.564-.094.831a3.62 3.62 0 0 1-.672 1.415 3.425 3.425 0 0 1-2.706 1.338 3.402 3.402 0 0 1-2.384-.98 3.598 3.598 0 0 1-.852-1.306 3.677 3.677 0 0 1-.235-1.298c0-1.623 1.046-2.994 2.48-3.435a3.37 3.37 0 0 1 1.522-.107c1.665.264 2.94 1.75 2.94 3.542Z" })), Zj = rt(Xj), e$ = ({
33870
33857
  title: e,
33871
33858
  titleId: t,
33872
33859
  ...r
33873
- }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z", fill: "#fff", fillOpacity: 0.56 })), n$ = rt(r$), a$ = ({
33860
+ }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z", fill: "#fff", fillOpacity: 0.56 })), t$ = rt(e$), r$ = ({
33874
33861
  title: e,
33875
33862
  titleId: t,
33876
33863
  ...r
33877
- }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M12.953 5.09a1.497 1.497 0 0 0-1.653-.518l-1.35.43a1.504 1.504 0 0 0-1.726-.376L2.858 6.97c-.736.321-1.06 1.155-.726 1.862.334.707 1.202 1.02 1.937.698l4.27-1.865 1.466 1.973v.402c0 .873-.627 1.63-1.512 1.827l-2.56.567c-1.329.295-2.27 1.431-2.27 2.74v.107c0 .26.22.469.489.469h11.117c1.329 0 2.618.435 3.656 1.233l1.665 1.28A1 1 0 0 0 22 17.47V11.062c0-.312-.108-.616-.308-.863l-3.415-4.218a1.5 1.5 0 0 0-1.618-.471l-.378.12-.866-.475a1.516 1.516 0 0 0-1.188-.114l-1.06.338-.214-.289Z" })), o$ = rt(a$), s$ = Ce(
33864
+ }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M12.953 5.09a1.497 1.497 0 0 0-1.653-.518l-1.35.43a1.504 1.504 0 0 0-1.726-.376L2.858 6.97c-.736.321-1.06 1.155-.726 1.862.334.707 1.202 1.02 1.937.698l4.27-1.865 1.466 1.973v.402c0 .873-.627 1.63-1.512 1.827l-2.56.567c-1.329.295-2.27 1.431-2.27 2.74v.107c0 .26.22.469.489.469h11.117c1.329 0 2.618.435 3.656 1.233l1.665 1.28A1 1 0 0 0 22 17.47V11.062c0-.312-.108-.616-.308-.863l-3.415-4.218a1.5 1.5 0 0 0-1.618-.471l-.378.12-.866-.475a1.516 1.516 0 0 0-1.188-.114l-1.06.338-.214-.289Z" })), n$ = rt(r$), a$ = Ce(
33878
33865
  ({
33879
33866
  operationMode: e,
33880
33867
  anchorOrigin: t,
@@ -33888,7 +33875,7 @@ const Yj = ({
33888
33875
  Ft,
33889
33876
  {
33890
33877
  id: "operation-mode-auto",
33891
- icon: t$,
33878
+ icon: Zj,
33892
33879
  title: a("SafetyBar.OperationMode.ti"),
33893
33880
  name: a("SafetyBar.OperationMode.Automatic.ti"),
33894
33881
  label: n ? null : a("SafetyBar.OperationMode.Automatic.ti"),
@@ -33905,7 +33892,7 @@ const Yj = ({
33905
33892
  Ft,
33906
33893
  {
33907
33894
  id: "operation-mode-manual",
33908
- icon: o$,
33895
+ icon: n$,
33909
33896
  color: o.palette.warning.main,
33910
33897
  title: a("SafetyBar.OperationMode.ti"),
33911
33898
  name: a("SafetyBar.OperationMode.Manual.lb"),
@@ -33921,7 +33908,7 @@ const Yj = ({
33921
33908
  Ft,
33922
33909
  {
33923
33910
  id: "operation-mode-error",
33924
- icon: n$,
33911
+ icon: t$,
33925
33912
  color: o.palette.warning.main,
33926
33913
  title: a("SafetyBar.OperationMode.ti"),
33927
33914
  name: a("SafetyBar.OperationMode.Error.lb"),
@@ -33934,27 +33921,27 @@ const Yj = ({
33934
33921
  );
33935
33922
  }
33936
33923
  }
33937
- ), i$ = ({
33924
+ ), o$ = ({
33938
33925
  title: e,
33939
33926
  titleId: t,
33940
33927
  ...r
33941
- }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z" })), l$ = rt(i$), c$ = ({
33928
+ }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z" })), s$ = rt(o$), i$ = ({
33942
33929
  title: e,
33943
33930
  titleId: t,
33944
33931
  ...r
33945
- }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M10.24 10.636 12 13.764l1.76-3.128h-3.52Z" }), /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.364 12a6.364 6.364 0 1 1-12.728 0 6.364 6.364 0 0 1 12.728 0ZM7.909 9.273 12 16.546l4.09-7.273H7.91Z" }), /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.364 0a8.636 8.636 0 1 1-17.273 0 8.636 8.636 0 0 1 17.273 0Z" })), u$ = rt(c$), d$ = ({
33932
+ }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M10.24 10.636 12 13.764l1.76-3.128h-3.52Z" }), /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.364 12a6.364 6.364 0 1 1-12.728 0 6.364 6.364 0 0 1 12.728 0ZM7.909 9.273 12 16.546l4.09-7.273H7.91Z" }), /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.364 0a8.636 8.636 0 1 1-17.273 0 8.636 8.636 0 0 1 17.273 0Z" })), l$ = rt(i$), c$ = ({
33946
33933
  title: e,
33947
33934
  titleId: t,
33948
33935
  ...r
33949
- }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M9.057 15.115c-1.681 0-3.111-.59-4.29-1.768C3.59 12.17 3 10.74 3 9.057c0-.29.021-.582.064-.876a4.1 4.1 0 0 1 .214-.844.78.78 0 0 1 .273-.36c.115-.077.244-.133.389-.168a.857.857 0 0 1 .437.008c.146.04.28.12.4.24l2.806 2.787 2.26-2.261-2.775-2.786a.903.903 0 0 1-.241-.405.875.875 0 0 1-.008-.442 1.13 1.13 0 0 1 .174-.389.82.82 0 0 1 .355-.273c.268-.107.548-.182.838-.224.29-.043.581-.064.871-.064 1.682 0 3.112.59 4.29 1.768 1.179 1.178 1.768 2.608 1.768 4.29 0 .444-.042.858-.126 1.241-.084.384-.21.755-.377 1.113l5.726 5.692A2.2 2.2 0 0 1 21 18.721a2.2 2.2 0 0 1-.662 1.617A2.2 2.2 0 0 1 18.72 21a2.173 2.173 0 0 1-1.617-.679l-5.692-5.709c-.372.161-.75.285-1.133.372-.383.087-.79.13-1.222.13Z", fill: "#fff", fillOpacity: 0.56 })), h$ = rt(d$), p$ = ({
33936
+ }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M9.057 15.115c-1.681 0-3.111-.59-4.29-1.768C3.59 12.17 3 10.74 3 9.057c0-.29.021-.582.064-.876a4.1 4.1 0 0 1 .214-.844.78.78 0 0 1 .273-.36c.115-.077.244-.133.389-.168a.857.857 0 0 1 .437.008c.146.04.28.12.4.24l2.806 2.787 2.26-2.261-2.775-2.786a.903.903 0 0 1-.241-.405.875.875 0 0 1-.008-.442 1.13 1.13 0 0 1 .174-.389.82.82 0 0 1 .355-.273c.268-.107.548-.182.838-.224.29-.043.581-.064.871-.064 1.682 0 3.112.59 4.29 1.768 1.179 1.178 1.768 2.608 1.768 4.29 0 .444-.042.858-.126 1.241-.084.384-.21.755-.377 1.113l5.726 5.692A2.2 2.2 0 0 1 21 18.721a2.2 2.2 0 0 1-.662 1.617A2.2 2.2 0 0 1 18.72 21a2.173 2.173 0 0 1-1.617-.679l-5.692-5.709c-.372.161-.75.285-1.133.372-.383.087-.79.13-1.222.13Z", fill: "#fff", fillOpacity: 0.56 })), u$ = rt(c$), d$ = ({
33950
33937
  title: e,
33951
33938
  titleId: t,
33952
33939
  ...r
33953
- }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "m10.6 13.8-2.15-2.15a.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275.948.948 0 0 0-.275.7c0 .283.092.517.275.7L9.9 15.9c.2.2.433.3.7.3.267 0 .5-.1.7-.3l5.65-5.65a.948.948 0 0 0 .275-.7.948.948 0 0 0-.275-.7.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275L10.6 13.8ZM12 22a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z" })), m$ = rt(p$), f$ = ({
33940
+ }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "m10.6 13.8-2.15-2.15a.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275.948.948 0 0 0-.275.7c0 .283.092.517.275.7L9.9 15.9c.2.2.433.3.7.3.267 0 .5-.1.7-.3l5.65-5.65a.948.948 0 0 0 .275-.7.948.948 0 0 0-.275-.7.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275L10.6 13.8ZM12 22a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z" })), h$ = rt(d$), p$ = ({
33954
33941
  title: e,
33955
33942
  titleId: t,
33956
33943
  ...r
33957
- }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M9 16h6c.283 0 .52-.096.713-.287A.968.968 0 0 0 16 15V9a.967.967 0 0 0-.287-.713A.968.968 0 0 0 15 8H9a.968.968 0 0 0-.713.287A.968.968 0 0 0 8 9v6c0 .283.096.52.287.713.192.191.43.287.713.287Zm3 6a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z" })), g$ = rt(f$), y$ = Ce(
33944
+ }, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M9 16h6c.283 0 .52-.096.713-.287A.968.968 0 0 0 16 15V9a.967.967 0 0 0-.287-.713A.968.968 0 0 0 15 8H9a.968.968 0 0 0-.713.287A.968.968 0 0 0 8 9v6c0 .283.096.52.287.713.192.191.43.287.713.287Zm3 6a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z" })), m$ = rt(p$), f$ = Ce(
33958
33945
  ({
33959
33946
  safetyState: e,
33960
33947
  anchorOrigin: t,
@@ -33972,7 +33959,7 @@ const Yj = ({
33972
33959
  title: a("SafetyBar.SafetyState.ti"),
33973
33960
  name: a("SafetyBar.SafetyState.Normal.lb"),
33974
33961
  label: n ? null : a("SafetyBar.SafetyState.Normal.lb"),
33975
- icon: m$,
33962
+ icon: h$,
33976
33963
  color: o.palette.text.secondary,
33977
33964
  explanation: /* @__PURE__ */ g.jsx(Ut, { i18nKey: "SafetyBar.SafetyState.Normal.Explanation.lb", children: "The robot controller is in a normal safety state. Movement is not prevented by this state." }),
33978
33965
  anchorOrigin: t,
@@ -33989,7 +33976,7 @@ const Yj = ({
33989
33976
  title: a("SafetyBar.SafetyState.ti"),
33990
33977
  name: a("SafetyBar.SafetyState.Estop.lb"),
33991
33978
  label: n ? null : a("SafetyBar.SafetyState.Estop.lb"),
33992
- icon: u$,
33979
+ icon: l$,
33993
33980
  color: o.palette.error.main,
33994
33981
  explanation: /* @__PURE__ */ g.jsx(Ut, { i18nKey: "SafetyBar.StopState.Estop.Explanation.lb", children: "An emergency stop of the robot controller has been triggered. Movement of the robot is no longer possible until the estop is released." }),
33995
33982
  literalValue: e,
@@ -34007,7 +33994,7 @@ const Yj = ({
34007
33994
  Ft,
34008
33995
  {
34009
33996
  id: "safety-state-stop",
34010
- icon: g$,
33997
+ icon: m$,
34011
33998
  title: a("SafetyBar.SafetyState.ti"),
34012
33999
  name: a("SafetyBar.SafetyState.Stop.lb"),
34013
34000
  label: n ? null : a("SafetyBar.SafetyState.Stop.lb"),
@@ -34029,7 +34016,7 @@ const Yj = ({
34029
34016
  Ft,
34030
34017
  {
34031
34018
  id: "safety-state-manual-action-required",
34032
- icon: h$,
34019
+ icon: u$,
34033
34020
  color: o.palette.warning.main,
34034
34021
  title: a("SafetyBar.SafetyState.ti"),
34035
34022
  name: a("SafetyBar.SafetyState.ManualActionRequired.lb"),
@@ -34047,7 +34034,7 @@ const Yj = ({
34047
34034
  Ft,
34048
34035
  {
34049
34036
  id: "safety-state-error",
34050
- icon: l$,
34037
+ icon: s$,
34051
34038
  color: o.palette.error.main,
34052
34039
  title: a("SafetyBar.SafetyState.ti"),
34053
34040
  name: a("SafetyBar.SafetyState.Error.lb"),
@@ -34062,7 +34049,7 @@ const Yj = ({
34062
34049
  vV(e, `Unknown safety state ${e}`);
34063
34050
  }
34064
34051
  }
34065
- ), Rk = Ge(
34052
+ ), Pk = Ge(
34066
34053
  Ce(
34067
34054
  ({
34068
34055
  isVirtual: e,
@@ -34083,7 +34070,7 @@ const Yj = ({
34083
34070
  sx: { height: "24px" },
34084
34071
  children: [
34085
34072
  /* @__PURE__ */ g.jsx(
34086
- y$,
34073
+ f$,
34087
34074
  {
34088
34075
  safetyState: n,
34089
34076
  anchorOrigin: a,
@@ -34093,7 +34080,7 @@ const Yj = ({
34093
34080
  ),
34094
34081
  /* @__PURE__ */ g.jsx(Nt, { orientation: "vertical", flexItem: !0 }),
34095
34082
  /* @__PURE__ */ g.jsx(
34096
- s$,
34083
+ a$,
34097
34084
  {
34098
34085
  operationMode: r,
34099
34086
  anchorOrigin: a,
@@ -34103,7 +34090,7 @@ const Yj = ({
34103
34090
  ),
34104
34091
  /* @__PURE__ */ g.jsx(Nt, { orientation: "vertical", flexItem: !0 }),
34105
34092
  /* @__PURE__ */ g.jsx(
34106
- Zj,
34093
+ Qj,
34107
34094
  {
34108
34095
  isVirtual: e,
34109
34096
  motionGroupId: t,
@@ -34117,7 +34104,7 @@ const Yj = ({
34117
34104
  );
34118
34105
  }
34119
34106
  )
34120
- ), b$ = kl(r0, {
34107
+ ), g$ = kl(r0, {
34121
34108
  shouldForwardProp: (e) => e !== "selected"
34122
34109
  })(({ theme: e }) => {
34123
34110
  var t, r, n;
@@ -34147,10 +34134,10 @@ const Yj = ({
34147
34134
  }
34148
34135
  ]
34149
34136
  };
34150
- }), Ak = (e) => {
34137
+ }), Tk = (e) => {
34151
34138
  const { ref: t, ...r } = e;
34152
34139
  return /* @__PURE__ */ g.jsx(
34153
- b$,
34140
+ g$,
34154
34141
  {
34155
34142
  ref: t,
34156
34143
  selected: e.selected,
@@ -34160,7 +34147,7 @@ const Yj = ({
34160
34147
  }
34161
34148
  );
34162
34149
  };
34163
- function x$(e) {
34150
+ function y$(e) {
34164
34151
  const { children: t, value: r, index: n, ...a } = e;
34165
34152
  return /* @__PURE__ */ g.jsx(
34166
34153
  "div",
@@ -34174,7 +34161,7 @@ function x$(e) {
34174
34161
  }
34175
34162
  );
34176
34163
  }
34177
- const _k = Ge(
34164
+ const Rk = Ge(
34178
34165
  Ce((e) => {
34179
34166
  const {
34180
34167
  items: t,
@@ -34256,12 +34243,12 @@ const _k = Ge(
34256
34243
  }
34257
34244
  ) }),
34258
34245
  /* @__PURE__ */ g.jsx(re, { sx: { mt: "32px", borderBottom: 1, borderColor: "divider" } }),
34259
- /* @__PURE__ */ g.jsx(re, { sx: { flex: 1, overflow: "auto" }, children: t.map((h, p) => /* @__PURE__ */ g.jsx(x$, { value: u, index: p, children: h.content }, h.id)) })
34246
+ /* @__PURE__ */ g.jsx(re, { sx: { flex: 1, overflow: "auto" }, children: t.map((h, p) => /* @__PURE__ */ g.jsx(y$, { value: u, index: p, children: h.content }, h.id)) })
34260
34247
  ]
34261
34248
  }
34262
34249
  );
34263
34250
  })
34264
- ), v$ = {
34251
+ ), b$ = {
34265
34252
  $schema: "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
34266
34253
  name: "wandelscript",
34267
34254
  patterns: [
@@ -34320,9 +34307,9 @@ const _k = Ge(
34320
34307
  }
34321
34308
  },
34322
34309
  scopeName: "source.wandelscript"
34323
- }, S$ = Ig(() => import("@monaco-editor/react"));
34310
+ }, x$ = Ig(() => import("@monaco-editor/react"));
34324
34311
  let Qi = null;
34325
- async function w$() {
34312
+ async function v$() {
34326
34313
  if (!Qi) {
34327
34314
  const [{ createHighlighter: e }, { shikiToMonaco: t }] = await Promise.all([
34328
34315
  import("shiki"),
@@ -34332,7 +34319,7 @@ async function w$() {
34332
34319
  shiki: await e({
34333
34320
  // Our textmate grammar doesn't quite conform to the expected type
34334
34321
  // here; I'm not sure what the missing properties mean exactly
34335
- langs: [v$],
34322
+ langs: [b$],
34336
34323
  themes: ["dark-plus", "light-plus"]
34337
34324
  }),
34338
34325
  shikiToMonaco: t
@@ -34340,7 +34327,7 @@ async function w$() {
34340
34327
  }
34341
34328
  return Qi;
34342
34329
  }
34343
- const Ek = Ge(
34330
+ const Ak = Ge(
34344
34331
  (e) => {
34345
34332
  const t = Be(), [r, n] = De("dark-plus"), a = t.palette.mode === "dark" ? "dark-plus" : "light-plus";
34346
34333
  async function o(s) {
@@ -34362,7 +34349,7 @@ const Ek = Ge(
34362
34349
  { open: "(", close: ")" }
34363
34350
  ]
34364
34351
  });
34365
- const { shiki: i, shikiToMonaco: l } = await w$();
34352
+ const { shiki: i, shikiToMonaco: l } = await v$();
34366
34353
  l(i, s), s.editor.defineTheme(
34367
34354
  a,
34368
34355
  ((u = (c = t.componentsExt) == null ? void 0 : c.WandelscriptEditor) == null ? void 0 : u.monacoTheme) ?? {
@@ -34374,7 +34361,7 @@ const Ek = Ge(
34374
34361
  ), e.monacoSetup && e.monacoSetup(s), n(a);
34375
34362
  }
34376
34363
  return /* @__PURE__ */ g.jsx(np, { fallback: /* @__PURE__ */ g.jsx(Yf, {}), children: /* @__PURE__ */ g.jsx(
34377
- S$,
34364
+ x$,
34378
34365
  {
34379
34366
  value: e.code,
34380
34367
  onMount: (s, i) => {
@@ -34753,65 +34740,65 @@ function Pg() {
34753
34740
  }
34754
34741
  };
34755
34742
  }
34756
- function O$() {
34743
+ function S$() {
34757
34744
  const e = Pg();
34758
34745
  return e.palette.mode = "light", e;
34759
34746
  }
34760
- function Ik(e) {
34747
+ function _k(e) {
34761
34748
  var n, a, o, s;
34762
34749
  let t = !0;
34763
34750
  ((n = e.palette) == null ? void 0 : n.mode) === "light" ? t = !1 : ((a = e.palette) == null ? void 0 : a.mode) !== "dark" && (t = !(typeof window < "u" && ((s = (o = window.matchMedia) == null ? void 0 : o.call(window, "(prefers-color-scheme: light)")) == null ? void 0 : s.matches)));
34764
- const r = t ? Pg() : O$();
34751
+ const r = t ? Pg() : S$();
34765
34752
  return Vp(r, e);
34766
34753
  }
34767
34754
  export {
34768
- J$ as AppHeader,
34769
- H$ as CollisionSceneRenderer,
34770
- Y$ as CycleTimer,
34755
+ q$ as AppHeader,
34756
+ z$ as CollisionSceneRenderer,
34757
+ W$ as CycleTimer,
34771
34758
  $d as JoggingCartesianAxisControl,
34772
34759
  KP as JoggingJointRotationControl,
34773
- pk as JoggingPanel,
34760
+ dk as JoggingPanel,
34774
34761
  Fc as JoggingStore,
34775
34762
  Yf as LoadingCover,
34776
34763
  wV as LoadingErrorMessage,
34777
- vk as LogPanel,
34778
- Aj as LogStore,
34779
- _j as LogViewer,
34764
+ bk as LogPanel,
34765
+ Tj as LogStore,
34766
+ Rj as LogViewer,
34780
34767
  rp as MANUFACTURER_HOME_CONFIGS,
34781
- Sk as NoMotionGroupModal,
34782
- mk as PoseCartesianValues,
34783
- fk as PoseJointValues,
34768
+ xk as NoMotionGroupModal,
34769
+ hk as PoseCartesianValues,
34770
+ pk as PoseJointValues,
34784
34771
  Zc as PresetEnvironment,
34785
- wk as ProgramControl,
34772
+ vk as ProgramControl,
34786
34773
  yn as ProgramState,
34787
34774
  ep as ProgramStateIndicator,
34788
- zj as Robot,
34789
- Ok as RobotCard,
34790
- Ck as RobotListItem,
34791
- Wj as RobotSetupReadinessIndicator,
34775
+ Bj as Robot,
34776
+ Sk as RobotCard,
34777
+ wk as RobotListItem,
34778
+ Hj as RobotSetupReadinessIndicator,
34792
34779
  Cg as RobotSetupReadinessState,
34793
- Rk as SafetyBar,
34794
- q$ as SafetyZonesRenderer,
34795
- Ak as SelectableFab,
34796
- Nj as SupportedRobot,
34797
- _k as TabBar,
34798
- K$ as Timer,
34799
- W$ as TrajectoryRenderer,
34780
+ Pk as SafetyBar,
34781
+ G$ as SafetyZonesRenderer,
34782
+ Tk as SelectableFab,
34783
+ Fj as SupportedRobot,
34784
+ Rk as TabBar,
34785
+ J$ as Timer,
34786
+ H$ as TrajectoryRenderer,
34800
34787
  ef as ValueInterpolator,
34801
34788
  wj as VelocitySlider,
34802
34789
  yg as VelocitySliderLabel,
34803
34790
  bP as WandelbotsDataGrid,
34804
- Ek as WandelscriptEditor,
34805
- gk as createDebugMessage,
34806
- xk as createErrorMessage,
34807
- yk as createInfoMessage,
34791
+ Ak as WandelscriptEditor,
34792
+ mk as createDebugMessage,
34793
+ yk as createErrorMessage,
34794
+ fk as createInfoMessage,
34808
34795
  ai as createLogMessage,
34809
- Ik as createNovaMuiTheme,
34810
- bk as createWarningMessage,
34811
- Pk as defaultAxisConfig,
34796
+ _k as createNovaMuiTheme,
34797
+ gk as createWarningMessage,
34798
+ Ok as defaultAxisConfig,
34812
34799
  vg as defaultGetModel,
34813
- Jj as extractManufacturer,
34814
- Tk as getDefaultHomeConfig,
34800
+ qj as extractManufacturer,
34801
+ Ck as getDefaultHomeConfig,
34815
34802
  dp as i18n,
34816
34803
  Vc as useAnimationFrame,
34817
34804
  Ic as useAutorun,