@sc-360-v2/storefront-cms-library 0.3.69 → 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/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 +3 -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
|
@@ -51,7 +51,7 @@ export declare const getDefaultData: () => {
|
|
|
51
51
|
unit: CMSCSSUnitTypesEnums;
|
|
52
52
|
};
|
|
53
53
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
54
|
-
padding:
|
|
54
|
+
padding: any;
|
|
55
55
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
56
56
|
scrollDirection: CMSIBCommonInterface | undefined;
|
|
57
57
|
displayScrollbar: CMSIBCommonInterface | undefined;
|
|
@@ -276,7 +276,7 @@ export declare const getDefaultData: () => {
|
|
|
276
276
|
productCard: {
|
|
277
277
|
selectorKey: SelectorKeysEnum;
|
|
278
278
|
productCardWidget: {
|
|
279
|
-
padding:
|
|
279
|
+
padding: any;
|
|
280
280
|
borderColor: CMSIBCommonInterface;
|
|
281
281
|
borderStyle: CMSIBCommonInterface;
|
|
282
282
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -307,7 +307,7 @@ export declare const getDefaultData: () => {
|
|
|
307
307
|
selectorKey: SelectorKeysEnum;
|
|
308
308
|
};
|
|
309
309
|
productCardTitle: {
|
|
310
|
-
padding:
|
|
310
|
+
padding: any;
|
|
311
311
|
borderColor: CMSIBCommonInterface;
|
|
312
312
|
borderStyle: CMSIBCommonInterface;
|
|
313
313
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -338,7 +338,7 @@ export declare const getDefaultData: () => {
|
|
|
338
338
|
selectorKey: SelectorKeysEnum;
|
|
339
339
|
};
|
|
340
340
|
productCardDescription: {
|
|
341
|
-
padding:
|
|
341
|
+
padding: any;
|
|
342
342
|
borderColor: CMSIBCommonInterface;
|
|
343
343
|
borderStyle: CMSIBCommonInterface;
|
|
344
344
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -369,7 +369,7 @@ export declare const getDefaultData: () => {
|
|
|
369
369
|
selectorKey: SelectorKeysEnum;
|
|
370
370
|
};
|
|
371
371
|
productCardPrice: {
|
|
372
|
-
padding:
|
|
372
|
+
padding: any;
|
|
373
373
|
borderColor: CMSIBCommonInterface;
|
|
374
374
|
borderStyle: CMSIBCommonInterface;
|
|
375
375
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -403,7 +403,7 @@ export declare const getDefaultData: () => {
|
|
|
403
403
|
productDetails: {
|
|
404
404
|
selectorKey: SelectorKeysEnum;
|
|
405
405
|
productTitle: {
|
|
406
|
-
padding:
|
|
406
|
+
padding: any;
|
|
407
407
|
borderColor: CMSIBCommonInterface;
|
|
408
408
|
borderStyle: CMSIBCommonInterface;
|
|
409
409
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -434,7 +434,7 @@ export declare const getDefaultData: () => {
|
|
|
434
434
|
selectorKey: SelectorKeysEnum;
|
|
435
435
|
};
|
|
436
436
|
productDescription: {
|
|
437
|
-
padding:
|
|
437
|
+
padding: any;
|
|
438
438
|
borderColor: CMSIBCommonInterface;
|
|
439
439
|
borderStyle: CMSIBCommonInterface;
|
|
440
440
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -465,7 +465,7 @@ export declare const getDefaultData: () => {
|
|
|
465
465
|
selectorKey: SelectorKeysEnum;
|
|
466
466
|
};
|
|
467
467
|
productPrice: {
|
|
468
|
-
padding:
|
|
468
|
+
padding: any;
|
|
469
469
|
borderColor: CMSIBCommonInterface;
|
|
470
470
|
borderStyle: CMSIBCommonInterface;
|
|
471
471
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -512,7 +512,7 @@ export declare const getDefaultData: () => {
|
|
|
512
512
|
parentRef?: string | undefined;
|
|
513
513
|
};
|
|
514
514
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
515
|
-
padding:
|
|
515
|
+
padding: any;
|
|
516
516
|
positionType: CMSIBCommonInterface | undefined;
|
|
517
517
|
pinTo: CMSIBCommonInterface | undefined;
|
|
518
518
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
@@ -812,7 +812,7 @@ export declare const getDefaultData: () => {
|
|
|
812
812
|
value: string;
|
|
813
813
|
propertyType: CMSElementEditTypes;
|
|
814
814
|
};
|
|
815
|
-
padding:
|
|
815
|
+
padding: any;
|
|
816
816
|
theme: CMSIBCommonInterface;
|
|
817
817
|
font: CMSIBCommonInterface;
|
|
818
818
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -848,7 +848,7 @@ export declare const getDefaultData: () => {
|
|
|
848
848
|
};
|
|
849
849
|
};
|
|
850
850
|
addtocart: {
|
|
851
|
-
padding:
|
|
851
|
+
padding: any;
|
|
852
852
|
borderColor: CMSIBCommonInterface;
|
|
853
853
|
borderStyle: CMSIBCommonInterface;
|
|
854
854
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -30,7 +30,7 @@ export declare const getDefaultData: () => {
|
|
|
30
30
|
parentRef?: string | undefined;
|
|
31
31
|
};
|
|
32
32
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
33
|
-
padding:
|
|
33
|
+
padding: any;
|
|
34
34
|
positionType: CMSIBCommonInterface | undefined;
|
|
35
35
|
displayType: {
|
|
36
36
|
value: string;
|
|
@@ -38,7 +38,7 @@ export declare const getDefaultData: () => {
|
|
|
38
38
|
parentRef?: string | undefined;
|
|
39
39
|
};
|
|
40
40
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
41
|
-
padding:
|
|
41
|
+
padding: any;
|
|
42
42
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
43
43
|
scrollDirection: CMSIBCommonInterface | undefined;
|
|
44
44
|
displayScrollbar: CMSIBCommonInterface | undefined;
|
|
@@ -446,6 +446,10 @@ export declare const getDefaultData: () => {
|
|
|
446
446
|
property: string;
|
|
447
447
|
propertyType: CMSElementEditTypes;
|
|
448
448
|
};
|
|
449
|
+
showBundleDescription: {
|
|
450
|
+
value: boolean;
|
|
451
|
+
propertyType: CMSElementEditTypes;
|
|
452
|
+
};
|
|
449
453
|
showBundleNavigationButton: {
|
|
450
454
|
value: boolean;
|
|
451
455
|
property: string;
|
|
@@ -46,7 +46,7 @@ export declare const getDefaultData: () => {
|
|
|
46
46
|
parentRef?: string | undefined;
|
|
47
47
|
};
|
|
48
48
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
49
|
-
padding:
|
|
49
|
+
padding: any;
|
|
50
50
|
overflowContent: CMSIBCommonInterface | undefined;
|
|
51
51
|
scrollDirection: CMSIBCommonInterface | undefined;
|
|
52
52
|
displayScrollbar: CMSIBCommonInterface | undefined;
|
|
@@ -586,14 +586,7 @@ export declare const ButtonProperties: {
|
|
|
586
586
|
value: string;
|
|
587
587
|
unit: number;
|
|
588
588
|
};
|
|
589
|
-
padding:
|
|
590
|
-
parentRef: string;
|
|
591
|
-
isAll?: boolean | undefined;
|
|
592
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
593
|
-
property?: string | undefined;
|
|
594
|
-
iscss?: boolean | undefined;
|
|
595
|
-
propertyType?: any;
|
|
596
|
-
};
|
|
589
|
+
padding: any;
|
|
597
590
|
};
|
|
598
591
|
export declare const ButtonPropertiesHover: {
|
|
599
592
|
backgroundColor: {
|
|
@@ -818,14 +811,7 @@ export declare const ButtonPropertiesHover: {
|
|
|
818
811
|
value: string;
|
|
819
812
|
unit: number;
|
|
820
813
|
};
|
|
821
|
-
padding:
|
|
822
|
-
parentRef: string;
|
|
823
|
-
isAll?: boolean | undefined;
|
|
824
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
825
|
-
property?: string | undefined;
|
|
826
|
-
iscss?: boolean | undefined;
|
|
827
|
-
propertyType?: any;
|
|
828
|
-
};
|
|
814
|
+
padding: any;
|
|
829
815
|
};
|
|
830
816
|
export declare const ButtonInstance: {
|
|
831
817
|
buttonStyle: {
|
|
@@ -883,14 +869,7 @@ export declare const ButtonInstance: {
|
|
|
883
869
|
value: string;
|
|
884
870
|
unit: number;
|
|
885
871
|
};
|
|
886
|
-
padding:
|
|
887
|
-
parentRef: string;
|
|
888
|
-
isAll?: boolean | undefined;
|
|
889
|
-
sides?: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides | undefined;
|
|
890
|
-
property?: string | undefined;
|
|
891
|
-
iscss?: boolean | undefined;
|
|
892
|
-
propertyType?: any;
|
|
893
|
-
};
|
|
872
|
+
padding: any;
|
|
894
873
|
};
|
|
895
874
|
export declare const DividerStylesInstance: {
|
|
896
875
|
showDivider: {
|
|
@@ -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;
|
|
@@ -162,7 +162,7 @@ export declare const getDefaultData: () => {
|
|
|
162
162
|
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
163
163
|
};
|
|
164
164
|
cartActionStyles: {
|
|
165
|
-
padding:
|
|
165
|
+
padding: any;
|
|
166
166
|
itemGap: {
|
|
167
167
|
value: CMSCSSUnitTypesEnums;
|
|
168
168
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -185,7 +185,7 @@ export declare const getDefaultData: () => {
|
|
|
185
185
|
};
|
|
186
186
|
cartItemStyles: {
|
|
187
187
|
selectorKey: SelectorKeysEnum;
|
|
188
|
-
padding:
|
|
188
|
+
padding: any;
|
|
189
189
|
margin: {
|
|
190
190
|
isAll: boolean;
|
|
191
191
|
sides: {
|