@sc-360-v2/storefront-cms-library 0.5.14 → 0.5.16
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/add-existing-form.scss +68 -66
- package/dist/builder.js +1 -1
- package/dist/cart-summary.scss +108 -8
- package/dist/category-groups-element.scss +514 -94
- package/dist/category-groups-product-image.scss +2226 -0
- package/dist/category-groups-product-options.scss +826 -0
- package/dist/category-groups-product-price.scss +4944 -0
- package/dist/code-temp.scss +1 -0
- package/dist/coupon.scss +91 -4
- package/dist/embed-temp.scss +73 -72
- package/dist/gallery-slider-temp.scss +5 -5
- package/dist/global-styles.scss +175 -86
- package/dist/item-stock.scss +87 -87
- package/dist/last-x-orders.scss +1 -1
- package/dist/login.scss +3 -2
- package/dist/menu.scss +162 -162
- package/dist/product-actions.scss +1 -0
- package/dist/product-image.scss +5 -5
- package/dist/quota-details.scss +345 -345
- package/dist/search-results-heading.scss +279 -279
- package/dist/search.scss +1 -1
- package/dist/social.scss +277 -276
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +16 -0
- package/dist/types/builder/tools/element-edit/categoryGroups.d.ts +2062 -7
- package/dist/types/builder/tools/element-edit/icon-list.d.ts +12 -12
- package/dist/types/builder/tools/element-edit/social.d.ts +7 -1
- package/package.json +1 -1
|
@@ -75,7 +75,7 @@ export declare const getDefaultData: () => {
|
|
|
75
75
|
};
|
|
76
76
|
showDivider: {
|
|
77
77
|
value: boolean;
|
|
78
|
-
parentRef:
|
|
78
|
+
parentRef: null;
|
|
79
79
|
property?: any;
|
|
80
80
|
propertyType?: any;
|
|
81
81
|
isReadOnly?: boolean | undefined;
|
|
@@ -101,8 +101,8 @@ export declare const getDefaultData: () => {
|
|
|
101
101
|
};
|
|
102
102
|
dividerColor: {
|
|
103
103
|
property: string;
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
parentRef: null;
|
|
105
|
+
value?: any;
|
|
106
106
|
propertyType?: any;
|
|
107
107
|
isReadOnly?: boolean | undefined;
|
|
108
108
|
};
|
|
@@ -137,14 +137,14 @@ export declare const getDefaultData: () => {
|
|
|
137
137
|
defaultState: {
|
|
138
138
|
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
139
139
|
showIcon: {
|
|
140
|
-
parentRef:
|
|
140
|
+
parentRef: null;
|
|
141
141
|
value?: any;
|
|
142
142
|
property?: any;
|
|
143
143
|
propertyType?: any;
|
|
144
144
|
isReadOnly?: boolean | undefined;
|
|
145
145
|
};
|
|
146
146
|
iconSize: {
|
|
147
|
-
parentRef:
|
|
147
|
+
parentRef: null;
|
|
148
148
|
unit?: string | number | undefined;
|
|
149
149
|
value?: any;
|
|
150
150
|
property?: any;
|
|
@@ -152,7 +152,7 @@ export declare const getDefaultData: () => {
|
|
|
152
152
|
isReadOnly?: boolean | undefined;
|
|
153
153
|
};
|
|
154
154
|
iconColor: {
|
|
155
|
-
parentRef:
|
|
155
|
+
parentRef: null;
|
|
156
156
|
value?: any;
|
|
157
157
|
property?: any;
|
|
158
158
|
propertyType?: any;
|
|
@@ -174,14 +174,14 @@ export declare const getDefaultData: () => {
|
|
|
174
174
|
hoverState: {
|
|
175
175
|
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
176
176
|
showIcon: {
|
|
177
|
-
parentRef:
|
|
177
|
+
parentRef: null;
|
|
178
178
|
value?: any;
|
|
179
179
|
property?: any;
|
|
180
180
|
propertyType?: any;
|
|
181
181
|
isReadOnly?: boolean | undefined;
|
|
182
182
|
};
|
|
183
183
|
iconSize: {
|
|
184
|
-
parentRef:
|
|
184
|
+
parentRef: null;
|
|
185
185
|
unit?: string | number | undefined;
|
|
186
186
|
value?: any;
|
|
187
187
|
property?: any;
|
|
@@ -189,7 +189,7 @@ export declare const getDefaultData: () => {
|
|
|
189
189
|
isReadOnly?: boolean | undefined;
|
|
190
190
|
};
|
|
191
191
|
iconColor: {
|
|
192
|
-
parentRef:
|
|
192
|
+
parentRef: null;
|
|
193
193
|
value?: any;
|
|
194
194
|
property?: any;
|
|
195
195
|
propertyType?: any;
|
|
@@ -269,7 +269,7 @@ export declare const getDefaultData: () => {
|
|
|
269
269
|
};
|
|
270
270
|
showDivider: {
|
|
271
271
|
value: boolean;
|
|
272
|
-
parentRef:
|
|
272
|
+
parentRef: null;
|
|
273
273
|
property?: any;
|
|
274
274
|
propertyType?: any;
|
|
275
275
|
isReadOnly?: boolean | undefined;
|
|
@@ -289,8 +289,8 @@ export declare const getDefaultData: () => {
|
|
|
289
289
|
};
|
|
290
290
|
dividerColor: {
|
|
291
291
|
property: string;
|
|
292
|
-
|
|
293
|
-
|
|
292
|
+
parentRef: null;
|
|
293
|
+
value?: any;
|
|
294
294
|
propertyType?: any;
|
|
295
295
|
isReadOnly?: boolean | undefined;
|
|
296
296
|
};
|
|
@@ -171,7 +171,7 @@ export declare const getDefaultData: () => {
|
|
|
171
171
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
172
172
|
};
|
|
173
173
|
itemStyle: {
|
|
174
|
-
|
|
174
|
+
padding: any;
|
|
175
175
|
backgroundColor: CMSIBCommonInterface;
|
|
176
176
|
cropRatio: CMSIBCommonInterface;
|
|
177
177
|
zoomImage: CMSIBCommonInterface;
|
|
@@ -225,6 +225,12 @@ export declare const getDefaultData: () => {
|
|
|
225
225
|
propertyType: CMSElementEditTypes;
|
|
226
226
|
parentRef: string;
|
|
227
227
|
};
|
|
228
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
229
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
230
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
231
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
232
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
233
|
+
selectorKey: SocialSelectorKeysEnum;
|
|
228
234
|
};
|
|
229
235
|
socialIcons: {
|
|
230
236
|
selectorKey: SocialSelectorKeysEnum;
|