@gem-sdk/core 8.0.0-dev.37 → 8.0.0-dev.43

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.
@@ -5304,6 +5304,7 @@ type PublishedPageSection$1 = {
5304
5304
  name: Scalars$2['String'];
5305
5305
  publishedPageSectionMeta?: Maybe$1<Array<Maybe$1<PublishedPageSectionMeta$1>>>;
5306
5306
  updatedAt?: Maybe$1<Scalars$2['Time']>;
5307
+ isThemeSection?: Maybe$1<Scalars$2['Boolean']>;
5307
5308
  };
5308
5309
  type PublishedPageSectionMeta$1 = {
5309
5310
  createdAt?: Maybe$1<Scalars$2['Time']>;
@@ -34169,6 +34170,8 @@ type ImageShape$1 = {
34169
34170
  };
34170
34171
  type SizeSettingGlobal = {
34171
34172
  shape?: 'square' | 'vertical' | 'horizontal' | 'custom' | 'original';
34173
+ shapeVideo?: string;
34174
+ enableVideoShape?: boolean;
34172
34175
  shapeLinked?: boolean;
34173
34176
  disableShapeLinked?: boolean;
34174
34177
  shapeValue?: string;
@@ -36859,10 +36862,10 @@ type GridArrange<T> = SharedControlType<T> & {
36859
36862
  readonly?: boolean;
36860
36863
  };
36861
36864
 
36862
- type SettingID = 'shape' | 'width' | 'height' | 'gap' | 'padding' | 'proportion';
36865
+ type SettingID = 'shape' | 'width' | 'height' | 'gap' | 'padding' | 'proportion' | 'shapeVideo';
36863
36866
  type ShapeOptionKeyword = 'original' | 'square' | 'vertical' | 'horizontal' | 'custom';
36864
36867
  type HeightOptionKeyword = 'fit-content' | 'fit-screen';
36865
- type OptionKeyword = 'default' | 'auto' | 'full' | 'equal' | 'small' | 'medium' | 'large' | HeightOptionKeyword | ShapeOptionKeyword | string;
36868
+ type OptionKeyword = 'default' | 'auto' | 'full' | 'equal' | 'small' | 'medium' | 'large' | '1/1' | '16/9' | '21/9' | '3/2' | '4/3' | '3/4' | '9/16' | '2/3' | HeightOptionKeyword | ShapeOptionKeyword | string;
36866
36869
  type PaddingOptions = 'small' | 'medium' | 'large' | 'custom';
36867
36870
  type ShapeOptions = 'square' | 'vertical' | 'horizontal' | 'custom' | 'original';
36868
36871
  type ShapeConfig = Partial<Record<ShapeOptions, string>>;
@@ -36873,6 +36876,7 @@ type PaddingConfig = Partial<Record<PaddingOptions, {
36873
36876
  type SettingConfig = {
36874
36877
  sizeConfig?: Partial<Record<'small' | 'medium' | 'large' | 'full', string>>;
36875
36878
  displayOptions?: OptionKeyword[];
36879
+ displayVideoOptions?: OptionKeyword[];
36876
36880
  paddingConfig?: PaddingConfig;
36877
36881
  shapeConfig?: ShapeConfig;
36878
36882
  shapeTitleConfig?: ShapeConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "8.0.0-dev.37",
3
+ "version": "8.0.0-dev.43",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -27,8 +27,8 @@
27
27
  "type-check": "yarn tsc --noEmit"
28
28
  },
29
29
  "devDependencies": {
30
- "@gem-sdk/adapter-shopify": "7.0.1-dev.6",
31
- "@gem-sdk/styles": "7.0.1-dev.6",
30
+ "@gem-sdk/adapter-shopify": "8.0.0-dev.43",
31
+ "@gem-sdk/styles": "8.0.0-dev.43",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {