@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.
package/dist/types/index.d.ts
CHANGED
|
@@ -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 = {
|