@wandelbots/wandelbots-js-react-components 2.34.1-pr.feature-robot-precondition-list.372.de237f9 → 2.34.1-pr.feature-robot-precondition-list.372.cbfbec1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "2.34.1-pr.feature-robot-precondition-list.372.de237f9",
3
+ "version": "2.34.1-pr.feature-robot-precondition-list.372.cbfbec1",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -326,7 +326,7 @@ export const RobotCard = externalizeComponent(
326
326
  gl={{ alpha: true, antialias: true }}
327
327
  >
328
328
  <PresetEnvironment />
329
- <Bounds fit observe margin={1} maxDuration={1}>
329
+ <Bounds fit margin={1} maxDuration={1}>
330
330
  <BoundsRefresher
331
331
  connectedMotionGroup={connectedMotionGroup}
332
332
  />
@@ -508,7 +508,7 @@ export const RobotCard = externalizeComponent(
508
508
  gl={{ alpha: true, antialias: true }}
509
509
  >
510
510
  <PresetEnvironment />
511
- <Bounds fit clip observe margin={1} maxDuration={1}>
511
+ <Bounds fit clip margin={1} maxDuration={1}>
512
512
  <BoundsRefresher
513
513
  connectedMotionGroup={connectedMotionGroup}
514
514
  />