@gem-sdk/core 1.23.0-staging.448 → 1.23.0-staging.450

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.
@@ -6928,7 +6928,7 @@ type InputNumberControlType<T> = SharedControlType<T> & {
6928
6928
  readonly?: boolean;
6929
6929
  };
6930
6930
 
6931
- type SizeUnit$2 = 's' | '%' | 'cm' | 'mm' | 'Q' | 'in' | 'pc' | 'pt' | 'px' | 'em' | 'cap' | 'ex' | 'ch' | 'ic' | 'rem' | 'lh' | 'rlh' | 'vw' | 'vh' | 'vi' | 'vb' | 'vmin' | 'vmax' | 'ms';
6931
+ type SizeUnit$2 = 's' | '%' | 'cm' | 'mm' | 'Q' | 'in' | 'pc' | 'pt' | 'px' | 'em' | 'cap' | 'ex' | 'ch' | 'ic' | 'rem' | 'lh' | 'rlh' | 'vw' | 'vh' | 'vi' | 'vb' | 'vmin' | 'vmax' | 'ms' | 'min';
6932
6932
  type InputUnitControlType<T> = SharedControlType<T> & {
6933
6933
  type: 'input:unit';
6934
6934
  placeholder?: string;
@@ -7036,6 +7036,7 @@ type Option$2<T> = {
7036
7036
  flowTag?: string[];
7037
7037
  condition?: 'and' | 'or';
7038
7038
  icon?: string;
7039
+ svgIcon?: string;
7039
7040
  tooltip?: string;
7040
7041
  type?: string;
7041
7042
  };
@@ -7660,11 +7661,18 @@ type PostPurchaseTypo = {
7660
7661
  textTransform?: PostPurchaseTextTransform;
7661
7662
  textColor?: PostPurchaseTextColor;
7662
7663
  };
7664
+ type PostPurchaseTypoLabel = {
7665
+ fontSize?: string;
7666
+ fontWeight?: string;
7667
+ textTransform?: string;
7668
+ textColor?: string;
7669
+ };
7663
7670
  type SettingIDType = keyof PostPurchaseTypo;
7664
7671
  type TypographyPostPurchaseControlType<T> = SharedControlType<T> & {
7665
7672
  type: 'typography-post-purchase';
7666
7673
  default?: PostPurchaseTypo;
7667
7674
  hiddenSetting?: SettingIDType[];
7675
+ configLabel?: PostPurchaseTypoLabel;
7668
7676
  };
7669
7677
 
7670
7678
  type ProductOffersControlType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.23.0-staging.448",
3
+ "version": "1.23.0-staging.450",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",