@gem-sdk/core 1.14.1 → 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 };
@@ -7165,7 +7165,7 @@ type Border = {
7165
7165
  type BorderTypeName = 'none' | 'style-1' | 'style-2' | 'style-3';
7166
7166
  type BorderStyle$1 = 'none' | 'solid' | 'dotted' | 'dashed';
7167
7167
  type BorderPosition = 'top' | 'left' | 'right' | 'bottom' | 'all';
7168
- type SwatchesOptionType = 'radio_buttons' | 'dropdown' | 'color' | 'image' | 'rectangle_list' | string;
7168
+ type SwatchesOptionType = 'radio_buttons' | 'dropdown' | 'color' | 'image' | 'rectangle_list' | 'image_shopify' | string;
7169
7169
  declare const OptionNormalStyle: string[];
7170
7170
  declare const OptionSpecialStyle: string[];
7171
7171
  type SwatchesOptionValue = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.1",
3
+ "version": "1.14.3",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",