door_models 4.0.2 → 5.0.0

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.js CHANGED
@@ -150,10 +150,10 @@ const ConfiguratorProvider = _ref => {
150
150
  const [occulus, setOcculus] = react.useState({
151
151
  visible: false,
152
152
  infillVisible: true,
153
- x1: 120,
154
- x2: 120,
155
- y1: 600,
156
- y2: 220,
153
+ x1: 150,
154
+ x2: 150,
155
+ y1: 150,
156
+ y2: 150,
157
157
  material: "infill_material",
158
158
  depth: 20
159
159
  });