@sc-360-v2/storefront-cms-library 0.3.68 → 0.3.70
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-order.scss +31 -14
- package/dist/builder.js +1 -1
- package/dist/bulk-order-pad.scss +0 -5
- package/dist/bundle.scss +1 -0
- package/dist/cart-details.scss +45 -2
- package/dist/checkbox-radio.scss +16 -0
- package/dist/checkout.scss +63 -63
- package/dist/confirmationModal.scss +2 -4
- package/dist/dropdownTemplate.scss +285 -307
- package/dist/employee-bulk-order.scss +2674 -2667
- package/dist/modal.scss +7 -0
- package/dist/my-templates.scss +284 -70
- package/dist/profile.scss +2 -1
- package/dist/quick-links.scss +175 -18
- package/dist/request-for-quotes.scss +348 -48
- package/dist/skeleton.scss +1 -1
- package/dist/types/builder/tools/element-edit/addProductsTab.d.ts +11 -11
- package/dist/types/builder/tools/element-edit/breadcrumbs.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/bundle.d.ts +5 -1
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/buttonInstance.d.ts +3 -24
- package/dist/types/builder/tools/element-edit/buyForWithTab.d.ts +18 -18
- package/dist/types/builder/tools/element-edit/cartAttributes.d.ts +10 -10
- package/dist/types/builder/tools/element-edit/cartDetails.d.ts +12 -3
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +30 -114
- package/dist/types/builder/tools/element-edit/checkout.d.ts +39 -57
- package/dist/types/builder/tools/element-edit/common.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/countdown.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/filterResults.d.ts +3 -17
- package/dist/types/builder/tools/element-edit/grid.d.ts +3 -3
- package/dist/types/builder/tools/element-edit/icon-list.d.ts +2 -9
- package/dist/types/builder/tools/element-edit/iconLibrary.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/layouter-pro-item.d.ts +2 -2
- package/dist/types/builder/tools/element-edit/layouterPro.d.ts +2 -2
- package/dist/types/builder/tools/element-edit/line.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/marchandiserSets.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/orderStatus.d.ts +24 -24
- package/dist/types/builder/tools/element-edit/productCustomizations.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/quickLinks.d.ts +4 -4
- package/dist/types/builder/tools/element-edit/scroll.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/shipping-payments.d.ts +4 -22
- package/dist/types/builder/tools/element-edit/shippingEstimator.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/social.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/table.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/tabs.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/tabsV2.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/userElements.d.ts +5 -5
- package/dist/types/builder/tools/element-edit/video.d.ts +14 -9
- package/dist/video.scss +9 -4
- package/package.json +1 -1
|
@@ -128,7 +128,7 @@ export declare const getDefaultData: () => {
|
|
|
128
128
|
} | undefined;
|
|
129
129
|
height: import("../../interfaces/global").CMSIBSizeInterface | undefined;
|
|
130
130
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
131
|
-
padding:
|
|
131
|
+
padding: any;
|
|
132
132
|
};
|
|
133
133
|
design: {
|
|
134
134
|
selectorKey: SelectorKeysEnum;
|
|
@@ -139,7 +139,7 @@ export declare const getDefaultData: () => {
|
|
|
139
139
|
property: string;
|
|
140
140
|
propertyType: CMSElementEditTypes;
|
|
141
141
|
};
|
|
142
|
-
padding:
|
|
142
|
+
padding: any;
|
|
143
143
|
borderColor: CMSIBCommonInterface;
|
|
144
144
|
borderStyle: CMSIBCommonInterface;
|
|
145
145
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -167,7 +167,7 @@ export declare const getDefaultData: () => {
|
|
|
167
167
|
property: string;
|
|
168
168
|
propertyType: CMSElementEditTypes;
|
|
169
169
|
};
|
|
170
|
-
padding:
|
|
170
|
+
padding: any;
|
|
171
171
|
theme: CMSIBCommonInterface;
|
|
172
172
|
font: CMSIBCommonInterface;
|
|
173
173
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -210,7 +210,7 @@ export declare const getDefaultData: () => {
|
|
|
210
210
|
property: string;
|
|
211
211
|
propertyType: CMSElementEditTypes;
|
|
212
212
|
};
|
|
213
|
-
padding:
|
|
213
|
+
padding: any;
|
|
214
214
|
borderColor: CMSIBCommonInterface;
|
|
215
215
|
borderStyle: CMSIBCommonInterface;
|
|
216
216
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -236,7 +236,7 @@ export declare const getDefaultData: () => {
|
|
|
236
236
|
property: string;
|
|
237
237
|
propertyType: CMSElementEditTypes;
|
|
238
238
|
};
|
|
239
|
-
padding:
|
|
239
|
+
padding: any;
|
|
240
240
|
headerContainer: {
|
|
241
241
|
itemGap: {
|
|
242
242
|
value: CMSCSSUnitTypesEnums;
|
|
@@ -244,7 +244,7 @@ export declare const getDefaultData: () => {
|
|
|
244
244
|
property: string;
|
|
245
245
|
propertyType: CMSElementEditTypes;
|
|
246
246
|
};
|
|
247
|
-
padding:
|
|
247
|
+
padding: any;
|
|
248
248
|
borderColor: CMSIBCommonInterface;
|
|
249
249
|
borderStyle: CMSIBCommonInterface;
|
|
250
250
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -264,7 +264,7 @@ export declare const getDefaultData: () => {
|
|
|
264
264
|
selectorKey: SelectorKeysEnum;
|
|
265
265
|
};
|
|
266
266
|
title: {
|
|
267
|
-
padding:
|
|
267
|
+
padding: any;
|
|
268
268
|
theme: CMSIBCommonInterface;
|
|
269
269
|
font: CMSIBCommonInterface;
|
|
270
270
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -295,7 +295,7 @@ export declare const getDefaultData: () => {
|
|
|
295
295
|
selectorKey: SelectorKeysEnum;
|
|
296
296
|
};
|
|
297
297
|
activeTabTitle: {
|
|
298
|
-
padding:
|
|
298
|
+
padding: any;
|
|
299
299
|
theme: CMSIBCommonInterface;
|
|
300
300
|
font: CMSIBCommonInterface;
|
|
301
301
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -326,7 +326,7 @@ export declare const getDefaultData: () => {
|
|
|
326
326
|
selectorKey: SelectorKeysEnum;
|
|
327
327
|
};
|
|
328
328
|
userInfo: {
|
|
329
|
-
padding:
|
|
329
|
+
padding: any;
|
|
330
330
|
theme: CMSIBCommonInterface;
|
|
331
331
|
font: CMSIBCommonInterface;
|
|
332
332
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -357,7 +357,7 @@ export declare const getDefaultData: () => {
|
|
|
357
357
|
selectorKey: SelectorKeysEnum;
|
|
358
358
|
};
|
|
359
359
|
manageEmployee: {
|
|
360
|
-
padding:
|
|
360
|
+
padding: any;
|
|
361
361
|
theme: CMSIBCommonInterface;
|
|
362
362
|
font: CMSIBCommonInterface;
|
|
363
363
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -412,7 +412,7 @@ export declare const getDefaultData: () => {
|
|
|
412
412
|
property: string;
|
|
413
413
|
propertyType: CMSElementEditTypes;
|
|
414
414
|
};
|
|
415
|
-
padding:
|
|
415
|
+
padding: any;
|
|
416
416
|
employeeDetailsContainer: {
|
|
417
417
|
itemGap: {
|
|
418
418
|
value: CMSCSSUnitTypesEnums;
|
|
@@ -420,7 +420,7 @@ export declare const getDefaultData: () => {
|
|
|
420
420
|
property: string;
|
|
421
421
|
propertyType: CMSElementEditTypes;
|
|
422
422
|
};
|
|
423
|
-
padding:
|
|
423
|
+
padding: any;
|
|
424
424
|
theme: CMSIBCommonInterface;
|
|
425
425
|
font: CMSIBCommonInterface;
|
|
426
426
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -451,7 +451,7 @@ export declare const getDefaultData: () => {
|
|
|
451
451
|
selectorKey: SelectorKeysEnum;
|
|
452
452
|
};
|
|
453
453
|
name: {
|
|
454
|
-
padding:
|
|
454
|
+
padding: any;
|
|
455
455
|
theme: CMSIBCommonInterface;
|
|
456
456
|
font: CMSIBCommonInterface;
|
|
457
457
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -482,7 +482,7 @@ export declare const getDefaultData: () => {
|
|
|
482
482
|
selectorKey: SelectorKeysEnum;
|
|
483
483
|
};
|
|
484
484
|
employeeDetails: {
|
|
485
|
-
padding:
|
|
485
|
+
padding: any;
|
|
486
486
|
theme: CMSIBCommonInterface;
|
|
487
487
|
font: CMSIBCommonInterface;
|
|
488
488
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -513,7 +513,7 @@ export declare const getDefaultData: () => {
|
|
|
513
513
|
selectorKey: SelectorKeysEnum;
|
|
514
514
|
};
|
|
515
515
|
shippingDetails: {
|
|
516
|
-
padding:
|
|
516
|
+
padding: any;
|
|
517
517
|
themeDesc: {
|
|
518
518
|
value: string;
|
|
519
519
|
property: string;
|
|
@@ -725,7 +725,7 @@ export declare const getDefaultData: () => {
|
|
|
725
725
|
selectorKey: SelectorKeysEnum;
|
|
726
726
|
};
|
|
727
727
|
myCart: {
|
|
728
|
-
padding:
|
|
728
|
+
padding: any;
|
|
729
729
|
cartIcon: {
|
|
730
730
|
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
731
731
|
showIcon: CMSIBCommonInterface | undefined;
|
|
@@ -734,7 +734,7 @@ export declare const getDefaultData: () => {
|
|
|
734
734
|
selectorKey: SelectorKeysEnum;
|
|
735
735
|
};
|
|
736
736
|
miniCartText: {
|
|
737
|
-
padding:
|
|
737
|
+
padding: any;
|
|
738
738
|
themeDesc: {
|
|
739
739
|
value: string;
|
|
740
740
|
property: string;
|
|
@@ -946,7 +946,7 @@ export declare const getDefaultData: () => {
|
|
|
946
946
|
selectorKey: SelectorKeysEnum;
|
|
947
947
|
};
|
|
948
948
|
cartItemsCount: {
|
|
949
|
-
padding:
|
|
949
|
+
padding: any;
|
|
950
950
|
theme: CMSIBCommonInterface;
|
|
951
951
|
font: CMSIBCommonInterface;
|
|
952
952
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -34,7 +34,7 @@ export declare const getDefaultData: () => {
|
|
|
34
34
|
parentRef?: string | undefined;
|
|
35
35
|
};
|
|
36
36
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
37
|
-
padding:
|
|
37
|
+
padding: any;
|
|
38
38
|
positionType: CMSIBCommonInterface | undefined;
|
|
39
39
|
pinTo: CMSIBCommonInterface | undefined;
|
|
40
40
|
cartAttributesTitle: {
|
|
@@ -60,7 +60,7 @@ export declare const getDefaultData: () => {
|
|
|
60
60
|
iconDesc: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
61
61
|
};
|
|
62
62
|
attributesWidget: {
|
|
63
|
-
padding:
|
|
63
|
+
padding: any;
|
|
64
64
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
65
65
|
borderColor: CMSIBCommonInterface;
|
|
66
66
|
borderStyle: CMSIBCommonInterface;
|
|
@@ -81,7 +81,7 @@ export declare const getDefaultData: () => {
|
|
|
81
81
|
selectorKey: cartAttributesSelectorKeysEnum;
|
|
82
82
|
};
|
|
83
83
|
attributesHeader: {
|
|
84
|
-
padding:
|
|
84
|
+
padding: any;
|
|
85
85
|
theme: CMSIBCommonInterface;
|
|
86
86
|
font: CMSIBCommonInterface;
|
|
87
87
|
fontSize: CMSIBSizeInterface;
|
|
@@ -115,7 +115,7 @@ export declare const getDefaultData: () => {
|
|
|
115
115
|
attributesContainer: {
|
|
116
116
|
selectorKey: cartAttributesSelectorKeysEnum;
|
|
117
117
|
attributeItemsWrapper: {
|
|
118
|
-
padding:
|
|
118
|
+
padding: any;
|
|
119
119
|
itemGap: {
|
|
120
120
|
value: CMSCSSUnitTypesEnums;
|
|
121
121
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -153,7 +153,7 @@ export declare const getDefaultData: () => {
|
|
|
153
153
|
selectorKey: cartAttributesSelectorKeysEnum;
|
|
154
154
|
};
|
|
155
155
|
attributesFields: {
|
|
156
|
-
padding:
|
|
156
|
+
padding: any;
|
|
157
157
|
itemGap: {
|
|
158
158
|
value: CMSCSSUnitTypesEnums;
|
|
159
159
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -191,7 +191,7 @@ export declare const getDefaultData: () => {
|
|
|
191
191
|
selectorKey: cartAttributesSelectorKeysEnum;
|
|
192
192
|
};
|
|
193
193
|
attributesLabels: {
|
|
194
|
-
padding:
|
|
194
|
+
padding: any;
|
|
195
195
|
theme: CMSIBCommonInterface;
|
|
196
196
|
font: CMSIBCommonInterface;
|
|
197
197
|
fontSize: CMSIBSizeInterface;
|
|
@@ -235,7 +235,7 @@ export declare const getDefaultData: () => {
|
|
|
235
235
|
characterSpacing: CMSIBSizeInterface;
|
|
236
236
|
lineHeight: CMSIBSizeInterface;
|
|
237
237
|
backgroundColor: CMSIBCommonInterface;
|
|
238
|
-
padding:
|
|
238
|
+
padding: any;
|
|
239
239
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
240
240
|
borderColor: CMSIBCommonInterface;
|
|
241
241
|
borderStyle: CMSIBCommonInterface;
|
|
@@ -267,7 +267,7 @@ export declare const getDefaultData: () => {
|
|
|
267
267
|
characterSpacing: CMSIBSizeInterface;
|
|
268
268
|
lineHeight: CMSIBSizeInterface;
|
|
269
269
|
backgroundColor: CMSIBCommonInterface;
|
|
270
|
-
padding:
|
|
270
|
+
padding: any;
|
|
271
271
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
272
272
|
borderColor: CMSIBCommonInterface;
|
|
273
273
|
borderStyle: CMSIBCommonInterface;
|
|
@@ -486,7 +486,7 @@ export declare const getDefaultData: () => {
|
|
|
486
486
|
propertyType: CMSElementEditTypes;
|
|
487
487
|
};
|
|
488
488
|
backgroundColor: CMSIBCommonInterface;
|
|
489
|
-
padding:
|
|
489
|
+
padding: any;
|
|
490
490
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
491
491
|
borderColor: CMSIBCommonInterface;
|
|
492
492
|
borderStyle: CMSIBCommonInterface;
|
|
@@ -705,7 +705,7 @@ export declare const getDefaultData: () => {
|
|
|
705
705
|
propertyType: CMSElementEditTypes;
|
|
706
706
|
};
|
|
707
707
|
backgroundColor: CMSIBCommonInterface;
|
|
708
|
-
padding:
|
|
708
|
+
padding: any;
|
|
709
709
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
710
710
|
borderColor: CMSIBCommonInterface;
|
|
711
711
|
borderStyle: CMSIBCommonInterface;
|
|
@@ -33,7 +33,7 @@ export declare const getDefaultData: () => {
|
|
|
33
33
|
unit: CMSCSSUnitTypesEnums;
|
|
34
34
|
};
|
|
35
35
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
36
|
-
padding:
|
|
36
|
+
padding: any;
|
|
37
37
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
38
38
|
scrollDirection: CMSIBCommonInterface | undefined;
|
|
39
39
|
displayScrollbar: CMSIBCommonInterface | undefined;
|
|
@@ -94,6 +94,15 @@ export declare const getDefaultData: () => {
|
|
|
94
94
|
property: string;
|
|
95
95
|
propertyType: CMSElementEditTypes;
|
|
96
96
|
};
|
|
97
|
+
showCreateTemplate: {
|
|
98
|
+
value: boolean;
|
|
99
|
+
property: string;
|
|
100
|
+
propertyType: CMSElementEditTypes;
|
|
101
|
+
};
|
|
102
|
+
createTemplateLinkTo: {
|
|
103
|
+
value: boolean;
|
|
104
|
+
propertyType: CMSElementEditTypes;
|
|
105
|
+
};
|
|
97
106
|
showClearCart: {
|
|
98
107
|
value: boolean;
|
|
99
108
|
property: string;
|
|
@@ -153,7 +162,7 @@ export declare const getDefaultData: () => {
|
|
|
153
162
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
154
163
|
};
|
|
155
164
|
cartActionStyles: {
|
|
156
|
-
padding:
|
|
165
|
+
padding: any;
|
|
157
166
|
itemGap: {
|
|
158
167
|
value: CMSCSSUnitTypesEnums;
|
|
159
168
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -176,7 +185,7 @@ export declare const getDefaultData: () => {
|
|
|
176
185
|
};
|
|
177
186
|
cartItemStyles: {
|
|
178
187
|
selectorKey: SelectorKeysEnum;
|
|
179
|
-
padding:
|
|
188
|
+
padding: any;
|
|
180
189
|
margin: {
|
|
181
190
|
isAll: boolean;
|
|
182
191
|
sides: {
|
|
@@ -53,7 +53,7 @@ export declare const getDefaultData: () => {
|
|
|
53
53
|
parentRef?: string | undefined;
|
|
54
54
|
};
|
|
55
55
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
56
|
-
padding:
|
|
56
|
+
padding: any;
|
|
57
57
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
58
58
|
scrollDirection: CMSIBCommonInterface | undefined;
|
|
59
59
|
displayScrollbar: CMSIBCommonInterface | undefined;
|
|
@@ -223,7 +223,7 @@ export declare const getDefaultData: () => {
|
|
|
223
223
|
shadowColor: CMSIBCommonInterface;
|
|
224
224
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
225
225
|
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
226
|
-
padding:
|
|
226
|
+
padding: any;
|
|
227
227
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
228
228
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
229
229
|
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -234,7 +234,7 @@ export declare const getDefaultData: () => {
|
|
|
234
234
|
selectorKey: SelectorKeysEnum;
|
|
235
235
|
};
|
|
236
236
|
cartBodyWidget: {
|
|
237
|
-
padding:
|
|
237
|
+
padding: any;
|
|
238
238
|
itemGap: {
|
|
239
239
|
value: CMSCSSUnitTypesEnums;
|
|
240
240
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -273,7 +273,7 @@ export declare const getDefaultData: () => {
|
|
|
273
273
|
productWidget: {
|
|
274
274
|
selectorKey: SelectorKeysEnum;
|
|
275
275
|
productWidgetWrapper: {
|
|
276
|
-
padding:
|
|
276
|
+
padding: any;
|
|
277
277
|
itemGap: {
|
|
278
278
|
value: CMSCSSUnitTypesEnums;
|
|
279
279
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -314,7 +314,7 @@ export declare const getDefaultData: () => {
|
|
|
314
314
|
shadowColor: CMSIBCommonInterface;
|
|
315
315
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
316
316
|
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
317
|
-
padding:
|
|
317
|
+
padding: any;
|
|
318
318
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
319
319
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
320
320
|
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -345,7 +345,7 @@ export declare const getDefaultData: () => {
|
|
|
345
345
|
shadowColor: CMSIBCommonInterface;
|
|
346
346
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
347
347
|
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
348
|
-
padding:
|
|
348
|
+
padding: any;
|
|
349
349
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
350
350
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
351
351
|
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -376,7 +376,7 @@ export declare const getDefaultData: () => {
|
|
|
376
376
|
shadowColor: CMSIBCommonInterface;
|
|
377
377
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
378
378
|
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
379
|
-
padding:
|
|
379
|
+
padding: any;
|
|
380
380
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
381
381
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
382
382
|
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -588,7 +588,7 @@ export declare const getDefaultData: () => {
|
|
|
588
588
|
shadowColor: CMSIBCommonInterface;
|
|
589
589
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
590
590
|
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
591
|
-
padding:
|
|
591
|
+
padding: any;
|
|
592
592
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
593
593
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
594
594
|
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -800,7 +800,7 @@ export declare const getDefaultData: () => {
|
|
|
800
800
|
shadowColor: CMSIBCommonInterface;
|
|
801
801
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
802
802
|
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
803
|
-
padding:
|
|
803
|
+
padding: any;
|
|
804
804
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
805
805
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
806
806
|
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -820,7 +820,7 @@ export declare const getDefaultData: () => {
|
|
|
820
820
|
shadowColor: CMSIBCommonInterface;
|
|
821
821
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
822
822
|
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
823
|
-
padding:
|
|
823
|
+
padding: any;
|
|
824
824
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
825
825
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
826
826
|
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -851,7 +851,7 @@ export declare const getDefaultData: () => {
|
|
|
851
851
|
shadowColor: CMSIBCommonInterface;
|
|
852
852
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
853
853
|
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
854
|
-
padding:
|
|
854
|
+
padding: any;
|
|
855
855
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
856
856
|
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
857
857
|
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -863,7 +863,7 @@ export declare const getDefaultData: () => {
|
|
|
863
863
|
};
|
|
864
864
|
};
|
|
865
865
|
numberOfItems: {
|
|
866
|
-
padding:
|
|
866
|
+
padding: any;
|
|
867
867
|
themeDesc: {
|
|
868
868
|
value: string;
|
|
869
869
|
property: string;
|
|
@@ -1075,7 +1075,7 @@ export declare const getDefaultData: () => {
|
|
|
1075
1075
|
selectorKey: SelectorKeysEnum;
|
|
1076
1076
|
};
|
|
1077
1077
|
shippingCharges: {
|
|
1078
|
-
padding:
|
|
1078
|
+
padding: any;
|
|
1079
1079
|
themeDesc: {
|
|
1080
1080
|
value: string;
|
|
1081
1081
|
property: string;
|
|
@@ -1287,7 +1287,7 @@ export declare const getDefaultData: () => {
|
|
|
1287
1287
|
selectorKey: SelectorKeysEnum;
|
|
1288
1288
|
};
|
|
1289
1289
|
tax: {
|
|
1290
|
-
padding:
|
|
1290
|
+
padding: any;
|
|
1291
1291
|
themeDesc: {
|
|
1292
1292
|
value: string;
|
|
1293
1293
|
property: string;
|
|
@@ -1499,7 +1499,7 @@ export declare const getDefaultData: () => {
|
|
|
1499
1499
|
selectorKey: SelectorKeysEnum;
|
|
1500
1500
|
};
|
|
1501
1501
|
taxExempt: {
|
|
1502
|
-
padding:
|
|
1502
|
+
padding: any;
|
|
1503
1503
|
theme: CMSIBCommonInterface;
|
|
1504
1504
|
font: CMSIBCommonInterface;
|
|
1505
1505
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -1530,7 +1530,7 @@ export declare const getDefaultData: () => {
|
|
|
1530
1530
|
selectorKey: SelectorKeysEnum;
|
|
1531
1531
|
};
|
|
1532
1532
|
couponCode: {
|
|
1533
|
-
padding:
|
|
1533
|
+
padding: any;
|
|
1534
1534
|
theme: CMSIBCommonInterface;
|
|
1535
1535
|
font: CMSIBCommonInterface;
|
|
1536
1536
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -1753,7 +1753,7 @@ export declare const getDefaultData: () => {
|
|
|
1753
1753
|
propertyType: CMSElementEditTypes;
|
|
1754
1754
|
parentRef: string;
|
|
1755
1755
|
};
|
|
1756
|
-
padding:
|
|
1756
|
+
padding: any;
|
|
1757
1757
|
borderColor: CMSIBCommonInterface;
|
|
1758
1758
|
borderStyle: CMSIBCommonInterface;
|
|
1759
1759
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -1965,7 +1965,7 @@ export declare const getDefaultData: () => {
|
|
|
1965
1965
|
propertyType: CMSElementEditTypes;
|
|
1966
1966
|
parentRef: string;
|
|
1967
1967
|
};
|
|
1968
|
-
padding:
|
|
1968
|
+
padding: any;
|
|
1969
1969
|
borderColor: CMSIBCommonInterface;
|
|
1970
1970
|
borderStyle: CMSIBCommonInterface;
|
|
1971
1971
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -2211,14 +2211,7 @@ export declare const getDefaultData: () => {
|
|
|
2211
2211
|
value: string;
|
|
2212
2212
|
unit: number;
|
|
2213
2213
|
};
|
|
2214
|
-
padding:
|
|
2215
|
-
parentRef: string;
|
|
2216
|
-
isAll?: boolean | undefined;
|
|
2217
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
2218
|
-
property?: string | undefined;
|
|
2219
|
-
iscss?: boolean | undefined;
|
|
2220
|
-
propertyType?: any;
|
|
2221
|
-
};
|
|
2214
|
+
padding: any;
|
|
2222
2215
|
selectorKey: SelectorKeysEnum;
|
|
2223
2216
|
};
|
|
2224
2217
|
hoverState: {
|
|
@@ -2444,14 +2437,7 @@ export declare const getDefaultData: () => {
|
|
|
2444
2437
|
value: string;
|
|
2445
2438
|
unit: number;
|
|
2446
2439
|
};
|
|
2447
|
-
padding:
|
|
2448
|
-
parentRef: string;
|
|
2449
|
-
isAll?: boolean | undefined;
|
|
2450
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
2451
|
-
property?: string | undefined;
|
|
2452
|
-
iscss?: boolean | undefined;
|
|
2453
|
-
propertyType?: any;
|
|
2454
|
-
};
|
|
2440
|
+
padding: any;
|
|
2455
2441
|
selectorKey: SelectorKeysEnum;
|
|
2456
2442
|
};
|
|
2457
2443
|
selectedState: {
|
|
@@ -2683,14 +2669,7 @@ export declare const getDefaultData: () => {
|
|
|
2683
2669
|
value: string;
|
|
2684
2670
|
unit: number;
|
|
2685
2671
|
};
|
|
2686
|
-
padding:
|
|
2687
|
-
parentRef: string;
|
|
2688
|
-
isAll?: boolean | undefined;
|
|
2689
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
2690
|
-
property?: string | undefined;
|
|
2691
|
-
iscss?: boolean | undefined;
|
|
2692
|
-
propertyType?: any;
|
|
2693
|
-
};
|
|
2672
|
+
padding: any;
|
|
2694
2673
|
selectorKey: SelectorKeysEnum;
|
|
2695
2674
|
};
|
|
2696
2675
|
hoverState: {
|
|
@@ -2916,14 +2895,7 @@ export declare const getDefaultData: () => {
|
|
|
2916
2895
|
value: string;
|
|
2917
2896
|
unit: number;
|
|
2918
2897
|
};
|
|
2919
|
-
padding:
|
|
2920
|
-
parentRef: string;
|
|
2921
|
-
isAll?: boolean | undefined;
|
|
2922
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
2923
|
-
property?: string | undefined;
|
|
2924
|
-
iscss?: boolean | undefined;
|
|
2925
|
-
propertyType?: any;
|
|
2926
|
-
};
|
|
2898
|
+
padding: any;
|
|
2927
2899
|
selectorKey: SelectorKeysEnum;
|
|
2928
2900
|
};
|
|
2929
2901
|
selectedState: {
|
|
@@ -3155,14 +3127,7 @@ export declare const getDefaultData: () => {
|
|
|
3155
3127
|
value: string;
|
|
3156
3128
|
unit: number;
|
|
3157
3129
|
};
|
|
3158
|
-
padding:
|
|
3159
|
-
parentRef: string;
|
|
3160
|
-
isAll?: boolean | undefined;
|
|
3161
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
3162
|
-
property?: string | undefined;
|
|
3163
|
-
iscss?: boolean | undefined;
|
|
3164
|
-
propertyType?: any;
|
|
3165
|
-
};
|
|
3130
|
+
padding: any;
|
|
3166
3131
|
selectorKey: SelectorKeysEnum;
|
|
3167
3132
|
};
|
|
3168
3133
|
hoverState: {
|
|
@@ -3388,14 +3353,7 @@ export declare const getDefaultData: () => {
|
|
|
3388
3353
|
value: string;
|
|
3389
3354
|
unit: number;
|
|
3390
3355
|
};
|
|
3391
|
-
padding:
|
|
3392
|
-
parentRef: string;
|
|
3393
|
-
isAll?: boolean | undefined;
|
|
3394
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
3395
|
-
property?: string | undefined;
|
|
3396
|
-
iscss?: boolean | undefined;
|
|
3397
|
-
propertyType?: any;
|
|
3398
|
-
};
|
|
3356
|
+
padding: any;
|
|
3399
3357
|
selectorKey: SelectorKeysEnum;
|
|
3400
3358
|
};
|
|
3401
3359
|
selectedState: {
|
|
@@ -3627,14 +3585,7 @@ export declare const getDefaultData: () => {
|
|
|
3627
3585
|
value: string;
|
|
3628
3586
|
unit: number;
|
|
3629
3587
|
};
|
|
3630
|
-
padding:
|
|
3631
|
-
parentRef: string;
|
|
3632
|
-
isAll?: boolean | undefined;
|
|
3633
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
3634
|
-
property?: string | undefined;
|
|
3635
|
-
iscss?: boolean | undefined;
|
|
3636
|
-
propertyType?: any;
|
|
3637
|
-
};
|
|
3588
|
+
padding: any;
|
|
3638
3589
|
selectorKey: SelectorKeysEnum;
|
|
3639
3590
|
};
|
|
3640
3591
|
hoverState: {
|
|
@@ -3860,14 +3811,7 @@ export declare const getDefaultData: () => {
|
|
|
3860
3811
|
value: string;
|
|
3861
3812
|
unit: number;
|
|
3862
3813
|
};
|
|
3863
|
-
padding:
|
|
3864
|
-
parentRef: string;
|
|
3865
|
-
isAll?: boolean | undefined;
|
|
3866
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
3867
|
-
property?: string | undefined;
|
|
3868
|
-
iscss?: boolean | undefined;
|
|
3869
|
-
propertyType?: any;
|
|
3870
|
-
};
|
|
3814
|
+
padding: any;
|
|
3871
3815
|
selectorKey: SelectorKeysEnum;
|
|
3872
3816
|
};
|
|
3873
3817
|
selectedState: {
|
|
@@ -4099,14 +4043,7 @@ export declare const getDefaultData: () => {
|
|
|
4099
4043
|
value: string;
|
|
4100
4044
|
unit: number;
|
|
4101
4045
|
};
|
|
4102
|
-
padding:
|
|
4103
|
-
parentRef: string;
|
|
4104
|
-
isAll?: boolean | undefined;
|
|
4105
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
4106
|
-
property?: string | undefined;
|
|
4107
|
-
iscss?: boolean | undefined;
|
|
4108
|
-
propertyType?: any;
|
|
4109
|
-
};
|
|
4046
|
+
padding: any;
|
|
4110
4047
|
selectorKey: SelectorKeysEnum;
|
|
4111
4048
|
};
|
|
4112
4049
|
hoverState: {
|
|
@@ -4332,14 +4269,7 @@ export declare const getDefaultData: () => {
|
|
|
4332
4269
|
value: string;
|
|
4333
4270
|
unit: number;
|
|
4334
4271
|
};
|
|
4335
|
-
padding:
|
|
4336
|
-
parentRef: string;
|
|
4337
|
-
isAll?: boolean | undefined;
|
|
4338
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
4339
|
-
property?: string | undefined;
|
|
4340
|
-
iscss?: boolean | undefined;
|
|
4341
|
-
propertyType?: any;
|
|
4342
|
-
};
|
|
4272
|
+
padding: any;
|
|
4343
4273
|
selectorKey: SelectorKeysEnum;
|
|
4344
4274
|
};
|
|
4345
4275
|
selectedState: {
|
|
@@ -4571,14 +4501,7 @@ export declare const getDefaultData: () => {
|
|
|
4571
4501
|
value: string;
|
|
4572
4502
|
unit: number;
|
|
4573
4503
|
};
|
|
4574
|
-
padding:
|
|
4575
|
-
parentRef: string;
|
|
4576
|
-
isAll?: boolean | undefined;
|
|
4577
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
4578
|
-
property?: string | undefined;
|
|
4579
|
-
iscss?: boolean | undefined;
|
|
4580
|
-
propertyType?: any;
|
|
4581
|
-
};
|
|
4504
|
+
padding: any;
|
|
4582
4505
|
selectorKey: SelectorKeysEnum;
|
|
4583
4506
|
};
|
|
4584
4507
|
hoverState: {
|
|
@@ -4804,14 +4727,7 @@ export declare const getDefaultData: () => {
|
|
|
4804
4727
|
value: string;
|
|
4805
4728
|
unit: number;
|
|
4806
4729
|
};
|
|
4807
|
-
padding:
|
|
4808
|
-
parentRef: string;
|
|
4809
|
-
isAll?: boolean | undefined;
|
|
4810
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
4811
|
-
property?: string | undefined;
|
|
4812
|
-
iscss?: boolean | undefined;
|
|
4813
|
-
propertyType?: any;
|
|
4814
|
-
};
|
|
4730
|
+
padding: any;
|
|
4815
4731
|
selectorKey: SelectorKeysEnum;
|
|
4816
4732
|
};
|
|
4817
4733
|
selectedState: {
|