@gem-sdk/core 1.14.0 → 1.14.3

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.
@@ -7,7 +7,8 @@ const OptionNormalStyle = [
7
7
  const OptionSpecialStyle = [
8
8
  'color',
9
9
  'image',
10
- 'rectangle_list'
10
+ 'rectangle_list',
11
+ 'image_shopify'
11
12
  ];
12
13
 
13
14
  exports.OptionNormalStyle = OptionNormalStyle;
@@ -5,7 +5,8 @@ const OptionNormalStyle = [
5
5
  const OptionSpecialStyle = [
6
6
  'color',
7
7
  'image',
8
- 'rectangle_list'
8
+ 'rectangle_list',
9
+ 'image_shopify'
9
10
  ];
10
11
 
11
12
  export { OptionNormalStyle, OptionSpecialStyle };
@@ -739,6 +739,8 @@ type Mapped<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
739
739
  type: 'layout-segment';
740
740
  options: Option<T>[];
741
741
  devices?: ResponsiveConfig<U>;
742
+ iconViewBox?: string;
743
+ enableItemBackground?: boolean;
742
744
  } : {
743
745
  id: K;
744
746
  label: string;
@@ -7163,7 +7165,7 @@ type Border = {
7163
7165
  type BorderTypeName = 'none' | 'style-1' | 'style-2' | 'style-3';
7164
7166
  type BorderStyle$1 = 'none' | 'solid' | 'dotted' | 'dashed';
7165
7167
  type BorderPosition = 'top' | 'left' | 'right' | 'bottom' | 'all';
7166
- type SwatchesOptionType = 'radio_buttons' | 'dropdown' | 'color' | 'image' | 'rectangle_list' | string;
7168
+ type SwatchesOptionType = 'radio_buttons' | 'dropdown' | 'color' | 'image' | 'rectangle_list' | 'image_shopify' | string;
7167
7169
  declare const OptionNormalStyle: string[];
7168
7170
  declare const OptionSpecialStyle: string[];
7169
7171
  type SwatchesOptionValue = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0",
3
+ "version": "1.14.3",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",