@gem-sdk/core 1.57.0-staging.13 → 1.57.0-staging.16

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.
@@ -28,10 +28,6 @@
28
28
  themePageCustomFonts {
29
29
  ...CustomFontSelect
30
30
  }
31
- interaction {
32
- id
33
- value
34
- }
35
31
  }
36
32
  `;
37
33
  const PreviewThemePageSelect = `
@@ -59,10 +55,6 @@ const PreviewThemePageSelect = `
59
55
  themePageCustomCode {
60
56
  ...CustomCodeSelect
61
57
  }
62
- interaction {
63
- id
64
- value
65
- }
66
58
  }
67
59
  `;
68
60
 
@@ -26,10 +26,6 @@
26
26
  themePageCustomFonts {
27
27
  ...CustomFontSelect
28
28
  }
29
- interaction {
30
- id
31
- value
32
- }
33
29
  }
34
30
  `;
35
31
  const PreviewThemePageSelect = `
@@ -57,10 +53,6 @@ const PreviewThemePageSelect = `
57
53
  themePageCustomCode {
58
54
  ...CustomCodeSelect
59
55
  }
60
- interaction {
61
- id
62
- value
63
- }
64
56
  }
65
57
  `;
66
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.57.0-staging.13",
3
+ "version": "1.57.0-staging.16",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",