@wandelbots/wandelbots-js-react-components 2.33.0-pr.feature-robot-precondition-list.372.c924328 → 2.33.0-pr.feature-robot-precondition-list.372.9858a50
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.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/RobotCard.tsx +8 -8
package/dist/index.js
CHANGED
|
@@ -31995,7 +31995,7 @@ const tk = et(
|
|
|
31995
31995
|
b.current = ne, u && u(ne);
|
|
31996
31996
|
},
|
|
31997
31997
|
[u]
|
|
31998
|
-
), K = w ? C.width <
|
|
31998
|
+
), K = w ? C.width < 350 : C.height < 200, re = w ? C.height < 350 : C.height < 450;
|
|
31999
31999
|
return /* @__PURE__ */ g.jsx(
|
|
32000
32000
|
qg,
|
|
32001
32001
|
{
|
|
@@ -32058,7 +32058,7 @@ const tk = et(
|
|
|
32058
32058
|
gl: { alpha: !0, antialias: !0 },
|
|
32059
32059
|
children: [
|
|
32060
32060
|
/* @__PURE__ */ g.jsx(qc, {}),
|
|
32061
|
-
/* @__PURE__ */ g.jsx(kc, { fit: !0,
|
|
32061
|
+
/* @__PURE__ */ g.jsx(kc, { fit: !0, observe: !0, margin: 1, maxDuration: 0, children: /* @__PURE__ */ g.jsx(
|
|
32062
32062
|
l,
|
|
32063
32063
|
{
|
|
32064
32064
|
connectedMotionGroup: i,
|
|
@@ -32241,7 +32241,7 @@ const tk = et(
|
|
|
32241
32241
|
gl: { alpha: !0, antialias: !0 },
|
|
32242
32242
|
children: [
|
|
32243
32243
|
/* @__PURE__ */ g.jsx(qc, {}),
|
|
32244
|
-
/* @__PURE__ */ g.jsx(kc, { fit: !0, clip: !0, observe: !0, margin: 1, children: /* @__PURE__ */ g.jsx(
|
|
32244
|
+
/* @__PURE__ */ g.jsx(kc, { fit: !0, clip: !0, observe: !0, margin: 1, maxDuration: 0, children: /* @__PURE__ */ g.jsx(
|
|
32245
32245
|
l,
|
|
32246
32246
|
{
|
|
32247
32247
|
connectedMotionGroup: i,
|
|
@@ -32294,8 +32294,7 @@ const tk = et(
|
|
|
32294
32294
|
sx: {
|
|
32295
32295
|
display: "flex",
|
|
32296
32296
|
justifyContent: "flex-start",
|
|
32297
|
-
mt: re ? { xs:
|
|
32298
|
-
// More margin when runtime is hidden
|
|
32297
|
+
mt: re ? { xs: 0.5, sm: 1, md: 2 } : { xs: 1, sm: 2, md: 5 },
|
|
32299
32298
|
mb: { xs: 0.5, sm: 0.75, md: 1 }
|
|
32300
32299
|
},
|
|
32301
32300
|
children: /* @__PURE__ */ g.jsx(
|