@configuratorware/configurator-frontendgui 1.28.4 → 1.28.7

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": "@configuratorware/configurator-frontendgui",
3
- "version": "1.28.4",
3
+ "version": "1.28.7",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
6
  "main": "./lib/index.js",
@@ -63,8 +63,8 @@
63
63
  "react-router-dom": "^5.2.0",
64
64
  "react-swipeable": "^5.5.1",
65
65
  "react-zoom-pan-pinch": "^2.1.3",
66
- "redhotmagma-graphics-editor": "1.28.4",
67
- "redhotmagma-visualization": "1.28.4",
66
+ "redhotmagma-graphics-editor": "1.28.7",
67
+ "redhotmagma-visualization": "1.28.7",
68
68
  "redux": "^4.0.5",
69
69
  "redux-logger": "^3.0.6",
70
70
  "redux-persist": "^5.10.0",
@@ -100,7 +100,7 @@ exports[`renders correctly 1`] = `
100
100
  </div>
101
101
  </div>
102
102
  <div
103
- class="MuiCollapse-root MuiCollapse-hidden"
103
+ class="MuiCollapse-container MuiCollapse-hidden"
104
104
  style="min-height:0px"
105
105
  >
106
106
  <div
@@ -277,7 +277,7 @@ exports[`renders correctly 1`] = `
277
277
  </div>
278
278
  </div>
279
279
  <div
280
- class="MuiCollapse-root MuiCollapse-hidden"
280
+ class="MuiCollapse-container MuiCollapse-hidden"
281
281
  style="min-height:0px"
282
282
  >
283
283
  <div
@@ -454,7 +454,7 @@ exports[`renders correctly 1`] = `
454
454
  </div>
455
455
  </div>
456
456
  <div
457
- class="MuiCollapse-root MuiCollapse-hidden"
457
+ class="MuiCollapse-container MuiCollapse-hidden"
458
458
  style="min-height:0px"
459
459
  >
460
460
  <div
@@ -631,7 +631,7 @@ exports[`renders correctly 1`] = `
631
631
  </div>
632
632
  </div>
633
633
  <div
634
- class="MuiCollapse-root MuiCollapse-hidden"
634
+ class="MuiCollapse-container MuiCollapse-hidden"
635
635
  style="min-height:0px"
636
636
  >
637
637
  <div
@@ -2,7 +2,7 @@
2
2
 
3
3
  exports[`Screens/Configurator/Components/FullScreenView renders correctly 1`] = `
4
4
  <div
5
- class="MuiGrid-root MuiGrid-container MuiGrid-direction-xs-column MuiGrid-align-items-xs-center MuiGrid-justify-content-xs-space-between"
5
+ class="MuiGrid-root MuiGrid-container MuiGrid-direction-xs-column MuiGrid-align-items-xs-center MuiGrid-justify-xs-space-between"
6
6
  >
7
7
  <div
8
8
  aria-disabled="false"
@@ -52,7 +52,7 @@ export const Configurator = props => {
52
52
  if (imageOnly) {
53
53
  Services.visualization.enableDesignAreaInteraction(false);
54
54
  } else {
55
- Services.visualization.enableDesignAreaInteraction(true);
55
+ Services.visualization.initDesignAreaInteraction();
56
56
  }
57
57
  }, [imageOnly]);
58
58
 
@@ -17,6 +17,9 @@ describe('Screen component', () => {
17
17
  enableDesignAreaInteraction() {
18
18
  return null;
19
19
  }
20
+ initDesignAreaInteraction() {
21
+ return null;
22
+ }
20
23
  })()
21
24
  );
22
25
 
@@ -85,7 +85,7 @@ exports[`Screens/DesignerProductPreview/Screen renders the initial image upload
85
85
  </div>
86
86
  </div>
87
87
  <div
88
- class="MuiGrid-root MuiGrid-container MuiGrid-justify-content-xs-space-between"
88
+ class="MuiGrid-root MuiGrid-container MuiGrid-justify-xs-space-between"
89
89
  >
90
90
  <div
91
91
  class="MuiGrid-root MuiGrid-item"