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.esm.js CHANGED
@@ -126,10 +126,10 @@ const ConfiguratorProvider = _ref => {
126
126
  const [occulus, setOcculus] = useState({
127
127
  visible: false,
128
128
  infillVisible: true,
129
- x1: 120,
130
- x2: 120,
131
- y1: 600,
132
- y2: 220,
129
+ x1: 150,
130
+ x2: 150,
131
+ y1: 150,
132
+ y2: 150,
133
133
  material: "infill_material",
134
134
  depth: 20
135
135
  });