@gem-sdk/components 17.0.0-staging.6 → 17.0.0-staging.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.
@@ -150,6 +150,7 @@ type TextProps = BasePropsWrap<TextSettingProps, TextStyleProps> & Omit<React.Co
150
150
  };
151
151
 
152
152
  type ObjectFit$2 = 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
153
+ type IImageStorageType = 'THEME' | 'FILE_CONTENT' | 'SHOPIFY_CDN';
153
154
  type BaseImageData = {
154
155
  alt?: string;
155
156
  src?: string;
@@ -158,7 +159,7 @@ type BaseImageData = {
158
159
  base64?: string;
159
160
  backupFileKey?: string;
160
161
  backupFilePath?: string;
161
- storage?: 'THEME' | 'FILE_CONTENT';
162
+ storage?: IImageStorageType;
162
163
  metafieldDefinitionKey?: string;
163
164
  };
164
165
  type SharedProps = {
@@ -2132,7 +2133,7 @@ type ImageComparisonItem = {
2132
2133
  height?: number;
2133
2134
  backupFileKey?: string;
2134
2135
  backupFilePath?: string;
2135
- storage?: 'THEME' | 'FILE_CONTENT';
2136
+ storage?: IImageStorageType;
2136
2137
  metafieldDefinitionKey?: string;
2137
2138
  };
2138
2139
  type ImageTab = 'left' | 'right';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "17.0.0-staging.6",
3
+ "version": "17.0.0-staging.7",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",