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