@gem-sdk/core 2.0.0-staging.781 → 2.0.0-staging.785

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.
@@ -36495,8 +36495,8 @@ type Background = {
36495
36495
  storage?: 'THEME' | 'FILE_CONTENT';
36496
36496
  backupFilePath?: string;
36497
36497
  };
36498
- size?: BgSize$2;
36499
- position?: BgPosition$2;
36498
+ size?: BgSize;
36499
+ position?: BgPosition;
36500
36500
  repeat?: BgRepeat$2;
36501
36501
  attachment?: BgAttachment$2;
36502
36502
  video?: string;
@@ -36505,9 +36505,9 @@ type Background = {
36505
36505
  loop?: boolean;
36506
36506
  lazyLoad?: boolean;
36507
36507
  };
36508
- type BgSize$2 = 'cover' | 'contain' | '100% 100%';
36508
+ type BgSize = 'cover' | 'contain' | '100% 100%';
36509
36509
  type BgRepeat$2 = 'repeat' | 'repeat-x' | 'repeat-y' | 'no-repeat';
36510
- type BgPosition$2 = {
36510
+ type BgPosition = {
36511
36511
  x: number;
36512
36512
  y: number;
36513
36513
  };
@@ -36967,12 +36967,12 @@ type ProductInputCurrencyUnitControlType<T> = SharedControlType<T> & {
36967
36967
  type PostPurchaseFontSize = 'default' | 'small' | 'medium' | 'large' | 'xlarge';
36968
36968
  type PostPurchaseFontWeight = 'normal' | 'bold';
36969
36969
  type PostPurchaseTextTransform = 'none' | 'uppercase' | 'capitalize' | 'lowercase';
36970
- type PostPurchaseTextColor = 'success' | 'warning' | 'critical' | 'default' | 'defaultButton' | 'defaultLink';
36970
+ type PostPurchaseDefaultTextColor = 'success' | 'warning' | 'critical' | 'default' | 'defaultButton' | 'defaultLink';
36971
36971
  type PostPurchaseTypo = {
36972
36972
  fontSize?: PostPurchaseFontSize;
36973
36973
  fontWeight?: PostPurchaseFontWeight;
36974
36974
  textTransform?: PostPurchaseTextTransform;
36975
- textColor?: PostPurchaseTextColor;
36975
+ textColor?: PostPurchaseDefaultTextColor;
36976
36976
  };
36977
36977
  type PostPurchaseTypoLabel = {
36978
36978
  fontSize?: string;
@@ -37235,8 +37235,8 @@ type BackgroundImageValue = {
37235
37235
  storage?: 'THEME' | 'FILE_CONTENT';
37236
37236
  backupFilePath?: string;
37237
37237
  };
37238
- size?: BgSize$1;
37239
- position?: BgPosition$1;
37238
+ size?: BgSize;
37239
+ position?: BgPosition;
37240
37240
  repeat?: BgRepeat$1;
37241
37241
  attachment?: BgAttachment$1;
37242
37242
  altText?: string;
@@ -37244,12 +37244,7 @@ type BackgroundImageValue = {
37244
37244
  lazyLoad?: boolean;
37245
37245
  preload?: boolean;
37246
37246
  };
37247
- type BgSize$1 = 'cover' | 'contain' | '100% 100%';
37248
37247
  type BgRepeat$1 = 'repeat' | 'repeat-x' | 'repeat-y' | 'no-repeat';
37249
- type BgPosition$1 = {
37250
- x: number;
37251
- y: number;
37252
- };
37253
37248
  type BgAttachment$1 = 'scroll' | 'fixed' | 'local';
37254
37249
 
37255
37250
  type BackgroundVideoType<T> = SharedControlType<T> & {
@@ -37272,7 +37267,7 @@ type ShadowV2ControlType<T> = SharedControlType<T> & {
37272
37267
  type BackgroundMediaControlType<T> = SharedControlType<T> & {
37273
37268
  type: 'background-media';
37274
37269
  value?: BackgroundMedia;
37275
- showVideo?: Boolean;
37270
+ showVideo?: boolean;
37276
37271
  hideImage?: boolean;
37277
37272
  };
37278
37273
  type BackgroundMedia = {
@@ -37309,12 +37304,7 @@ type FallbackImageProps = {
37309
37304
  backupFilePath?: string;
37310
37305
  hiddenLCP?: boolean;
37311
37306
  };
37312
- type BgSize = 'cover' | 'contain';
37313
37307
  type BgRepeat = 'repeat' | 'repeat-x' | 'repeat-y' | 'no-repeat';
37314
- type BgPosition = {
37315
- x: number;
37316
- y: number;
37317
- };
37318
37308
  type BgAttachment = 'scroll' | 'fixed' | 'local';
37319
37309
 
37320
37310
  type ImageV2ControlType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-staging.781",
3
+ "version": "2.0.0-staging.785",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@gem-sdk/adapter-shopify": "2.0.0-staging.711",
31
- "@gem-sdk/styles": "2.0.0-staging.711",
31
+ "@gem-sdk/styles": "2.0.0-staging.784",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {