@gem-sdk/core 1.23.0-staging.72 → 1.23.0-staging.74

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.
@@ -135,6 +135,12 @@ const getAspectRatioGlobalSize = (shape)=>{
135
135
  [device]: '4/3'
136
136
  };
137
137
  break;
138
+ case 'original':
139
+ result = {
140
+ ...result,
141
+ [device]: 'auto'
142
+ };
143
+ break;
138
144
  }
139
145
  }
140
146
  });
@@ -133,6 +133,12 @@ const getAspectRatioGlobalSize = (shape)=>{
133
133
  [device]: '4/3'
134
134
  };
135
135
  break;
136
+ case 'original':
137
+ result = {
138
+ ...result,
139
+ [device]: 'auto'
140
+ };
141
+ break;
136
142
  }
137
143
  }
138
144
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.23.0-staging.72",
3
+ "version": "1.23.0-staging.74",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@gem-sdk/adapter-shopify": "1.23.0-staging.26",
28
- "@gem-sdk/styles": "1.23.0-staging.37"
28
+ "@gem-sdk/styles": "1.23.0-staging.73"
29
29
  },
30
30
  "dependencies": {
31
31
  "react-error-boundary": "4.0.10",