@sc-360-v2/storefront-cms-library 0.5.38 → 0.5.39

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.
@@ -0,0 +1,1929 @@
1
+ import { CMSCSSUnitTypesEnums, CMSElementEditTypes } from "../../enums";
2
+ import { CMSIBCommonInterface } from "../../interfaces/global";
3
+ import { CMSElementEditPopupInterface } from "./common";
4
+ export interface SectionEditPopupInterface extends CMSElementEditPopupInterface {
5
+ }
6
+ export declare enum SelectorKeysEnum {
7
+ LAYOUT = "layout",
8
+ DESIGN = "design",
9
+ CONTENT = "content",
10
+ DATA_CONNECTOR = "dataConnector",
11
+ DEFAULT_STATE = "defaultState",
12
+ SELECTED_STATE = "selectedState",
13
+ HOVER_STATE = "hoverState",
14
+ KIT_DETAILS_HEADER_DESIGN = "kitDetailsHeaderDesign",
15
+ HEADER = "header",
16
+ BODY = "body",
17
+ ADD_TO_CART = "addToCart",
18
+ KIT_DETAILS_LAYOUT_DESIGN = "kitDetailsLayoutDesign",
19
+ KIT_NAME_DESIGN = "kitNameDesign",
20
+ KIT_DESCRIPTION_DESIGN = "kitDescriptionDesign",
21
+ CATEGORY_SLIDER_CARD_DESIGN = "categorySliderCardDesign",
22
+ CATEGORY_NAME_DESIGN = "categoryNameDesign",
23
+ CATEGORY_CARD_INFO_DESIGN = "categoryCardInfoDesign",
24
+ CATEGORY_CARD_DESIGN = "categoryCardDesign",
25
+ PRODUCT_CARDS_SCROLL_DESIGN = "productCardsScrollDesign",
26
+ PRODUCT_CARD_DESIGN = "productCardDesign",
27
+ PRODUCT_CARD_NAME_DESIGN = "productCardNameDesign",
28
+ PRODUCT_CARD_INFO_DESIGN = "productCardInfoDesign",
29
+ PRODUCT_CARD_PRICE_DESIGN = "productCardPriceDesign",
30
+ PRODUCT_PANEL_DESIGN = "productPanelDesign",
31
+ PRODUCT_NAME_DESIGN = "productNameDesign",
32
+ PRODUCT_INFO_DESIGN = "productInfoDesign",
33
+ PRODUCT_PRICE_DESIGN = "productPriceDesign",
34
+ SELECT_BUTTON_DESIGN = "selectButtonDesign",
35
+ ADD_TO_CART_BUTTON_DESIGN = "addToCartButtonDesign",
36
+ PRODUCT_CARD_QUANTITY = "productCardQuantity",
37
+ QUANTITY_INPUT = "quantityInput",
38
+ QUANTITY_LABEL = "quantityLabel",
39
+ ADD_TO_CART_LAYOUT = "addToCartLayout",
40
+ ADD_TO_CART_TITLE = "addToCartTitle",
41
+ ADD_TO_CART_LABEL = "addToCartLabel",
42
+ ADD_TO_CART_QUANTITY_INPUT = "addToCartInput",
43
+ ADD_TO_CART_PRICE = "addToCartPrice"
44
+ }
45
+ export declare const getDefaultData: () => {
46
+ layout: {
47
+ selectorKey: SelectorKeysEnum;
48
+ width: {
49
+ value: string;
50
+ unit: number;
51
+ };
52
+ height: {
53
+ value: string;
54
+ unit: number;
55
+ property?: any;
56
+ propertyType?: any;
57
+ isReadOnly?: boolean | undefined;
58
+ parentRef?: string | undefined;
59
+ };
60
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
61
+ padding: any;
62
+ overflowContent: CMSIBCommonInterface | undefined;
63
+ scrollDirection: CMSIBCommonInterface | undefined;
64
+ displayScrollbar: CMSIBCommonInterface | undefined;
65
+ positionType: CMSIBCommonInterface | undefined;
66
+ pinTo: CMSIBCommonInterface | undefined;
67
+ templateType: {
68
+ value: string;
69
+ property: string;
70
+ propertyType: CMSElementEditTypes;
71
+ };
72
+ };
73
+ design: {
74
+ selectorKey: SelectorKeysEnum;
75
+ kitDetailsLayoutDesign: {
76
+ selectorKey: SelectorKeysEnum;
77
+ header: {
78
+ selectorKey: SelectorKeysEnum;
79
+ padding: any;
80
+ itemGap: {
81
+ value: number;
82
+ unit?: string | number | undefined;
83
+ property?: any;
84
+ propertyType?: any;
85
+ isReadOnly?: boolean | undefined;
86
+ parentRef?: string | undefined;
87
+ };
88
+ };
89
+ body: {
90
+ selectorKey: SelectorKeysEnum;
91
+ padding: any;
92
+ itemGap: {
93
+ value: number;
94
+ unit?: string | number | undefined;
95
+ property?: any;
96
+ propertyType?: any;
97
+ isReadOnly?: boolean | undefined;
98
+ parentRef?: string | undefined;
99
+ };
100
+ dividerColor: {
101
+ value: {
102
+ hex: string;
103
+ rgb: {
104
+ r: string;
105
+ g: string;
106
+ b: string;
107
+ a: number;
108
+ };
109
+ };
110
+ property: string;
111
+ propertyType?: any;
112
+ isReadOnly?: boolean | undefined;
113
+ parentRef?: string | undefined;
114
+ };
115
+ };
116
+ addToCart: {
117
+ selectorKey: SelectorKeysEnum;
118
+ padding: any;
119
+ itemGap: {
120
+ value: number;
121
+ unit?: string | number | undefined;
122
+ property?: any;
123
+ propertyType?: any;
124
+ isReadOnly?: boolean | undefined;
125
+ parentRef?: string | undefined;
126
+ };
127
+ backgroundColor: {
128
+ value: {
129
+ hex: string;
130
+ rgb: {
131
+ r: string;
132
+ g: string;
133
+ b: string;
134
+ a: number;
135
+ };
136
+ };
137
+ property?: any;
138
+ propertyType?: any;
139
+ isReadOnly?: boolean | undefined;
140
+ parentRef?: string | undefined;
141
+ };
142
+ };
143
+ };
144
+ kitDetailsHeaderDesign: {
145
+ selectorKey: SelectorKeysEnum;
146
+ kitNameDesign: {
147
+ borderColor: CMSIBCommonInterface;
148
+ borderStyle: CMSIBCommonInterface;
149
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
150
+ showBorder: CMSIBCommonInterface;
151
+ backgroundColor: CMSIBCommonInterface;
152
+ showShadow: CMSIBCommonInterface;
153
+ shadowColor: CMSIBCommonInterface;
154
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
155
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
156
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
157
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
158
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
159
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
160
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
161
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
162
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
163
+ theme: CMSIBCommonInterface;
164
+ font: CMSIBCommonInterface;
165
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
166
+ textColor: CMSIBCommonInterface;
167
+ bold: CMSIBCommonInterface;
168
+ italic: CMSIBCommonInterface;
169
+ linethrough: CMSIBCommonInterface;
170
+ underline: CMSIBCommonInterface;
171
+ textAlign: CMSIBCommonInterface;
172
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
173
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
174
+ selectorKey: SelectorKeysEnum;
175
+ };
176
+ kitDescriptionDesign: {
177
+ borderColor: CMSIBCommonInterface;
178
+ borderStyle: CMSIBCommonInterface;
179
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
180
+ showBorder: CMSIBCommonInterface;
181
+ backgroundColor: CMSIBCommonInterface;
182
+ showShadow: CMSIBCommonInterface;
183
+ shadowColor: CMSIBCommonInterface;
184
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
185
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
186
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
187
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
188
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
189
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
190
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
191
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
192
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
193
+ theme: CMSIBCommonInterface;
194
+ font: CMSIBCommonInterface;
195
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
196
+ textColor: CMSIBCommonInterface;
197
+ bold: CMSIBCommonInterface;
198
+ italic: CMSIBCommonInterface;
199
+ linethrough: CMSIBCommonInterface;
200
+ underline: CMSIBCommonInterface;
201
+ textAlign: CMSIBCommonInterface;
202
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
203
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
204
+ selectorKey: SelectorKeysEnum;
205
+ };
206
+ };
207
+ categorySliderCardDesign: {
208
+ selectorKey: SelectorKeysEnum;
209
+ categoryNameDesign: {
210
+ theme: CMSIBCommonInterface;
211
+ font: CMSIBCommonInterface;
212
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
213
+ textColor: CMSIBCommonInterface;
214
+ bold: CMSIBCommonInterface;
215
+ italic: CMSIBCommonInterface;
216
+ linethrough: CMSIBCommonInterface;
217
+ underline: CMSIBCommonInterface;
218
+ textAlign: CMSIBCommonInterface;
219
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
220
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
221
+ backgroundColor: CMSIBCommonInterface;
222
+ selectorKey: SelectorKeysEnum;
223
+ };
224
+ categoryCardInfoDesign: {
225
+ theme: CMSIBCommonInterface;
226
+ font: CMSIBCommonInterface;
227
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
228
+ textColor: CMSIBCommonInterface;
229
+ bold: CMSIBCommonInterface;
230
+ italic: CMSIBCommonInterface;
231
+ linethrough: CMSIBCommonInterface;
232
+ underline: CMSIBCommonInterface;
233
+ textAlign: CMSIBCommonInterface;
234
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
235
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
236
+ backgroundColor: CMSIBCommonInterface;
237
+ selectorKey: SelectorKeysEnum;
238
+ };
239
+ categoryCardDesign: {
240
+ selectorKey: SelectorKeysEnum;
241
+ defaultState: {
242
+ borderColor: CMSIBCommonInterface;
243
+ borderStyle: CMSIBCommonInterface;
244
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
245
+ showBorder: CMSIBCommonInterface;
246
+ backgroundColor: CMSIBCommonInterface;
247
+ showShadow: CMSIBCommonInterface;
248
+ shadowColor: CMSIBCommonInterface;
249
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
250
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
251
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
252
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
253
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
254
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
255
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
256
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
257
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
258
+ selectorKey: SelectorKeysEnum;
259
+ };
260
+ selectedState: {
261
+ borderColor: CMSIBCommonInterface;
262
+ borderStyle: CMSIBCommonInterface;
263
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
264
+ showBorder: CMSIBCommonInterface;
265
+ backgroundColor: CMSIBCommonInterface;
266
+ showShadow: CMSIBCommonInterface;
267
+ shadowColor: CMSIBCommonInterface;
268
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
269
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
270
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
271
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
272
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
273
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
274
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
275
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
276
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
277
+ selectorKey: SelectorKeysEnum;
278
+ };
279
+ hoverState: {
280
+ borderColor: CMSIBCommonInterface;
281
+ borderStyle: CMSIBCommonInterface;
282
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
283
+ showBorder: CMSIBCommonInterface;
284
+ backgroundColor: CMSIBCommonInterface;
285
+ showShadow: CMSIBCommonInterface;
286
+ shadowColor: CMSIBCommonInterface;
287
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
288
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
289
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
290
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
291
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
292
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
293
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
294
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
295
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
296
+ selectorKey: SelectorKeysEnum;
297
+ };
298
+ };
299
+ };
300
+ productCardsScrollDesign: {
301
+ selectorKey: SelectorKeysEnum;
302
+ productCardDesign: {
303
+ selectorKey: SelectorKeysEnum;
304
+ defaultState: {
305
+ borderColor: CMSIBCommonInterface;
306
+ borderStyle: CMSIBCommonInterface;
307
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
308
+ showBorder: CMSIBCommonInterface;
309
+ backgroundColor: CMSIBCommonInterface;
310
+ showShadow: CMSIBCommonInterface;
311
+ shadowColor: CMSIBCommonInterface;
312
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
313
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
314
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
315
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
316
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
317
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
318
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
319
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
320
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
321
+ selectorKey: SelectorKeysEnum;
322
+ };
323
+ selectedState: {
324
+ borderColor: CMSIBCommonInterface;
325
+ borderStyle: CMSIBCommonInterface;
326
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
327
+ showBorder: CMSIBCommonInterface;
328
+ backgroundColor: CMSIBCommonInterface;
329
+ showShadow: CMSIBCommonInterface;
330
+ shadowColor: CMSIBCommonInterface;
331
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
332
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
333
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
334
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
335
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
336
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
337
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
338
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
339
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
340
+ selectorKey: SelectorKeysEnum;
341
+ };
342
+ hoverState: {
343
+ borderColor: CMSIBCommonInterface;
344
+ borderStyle: CMSIBCommonInterface;
345
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
346
+ showBorder: CMSIBCommonInterface;
347
+ backgroundColor: CMSIBCommonInterface;
348
+ showShadow: CMSIBCommonInterface;
349
+ shadowColor: CMSIBCommonInterface;
350
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
351
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
352
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
353
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
354
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
355
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
356
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
357
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
358
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
359
+ selectorKey: SelectorKeysEnum;
360
+ };
361
+ };
362
+ productCardNameDesign: {
363
+ theme: CMSIBCommonInterface;
364
+ font: CMSIBCommonInterface;
365
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
366
+ textColor: CMSIBCommonInterface;
367
+ bold: CMSIBCommonInterface;
368
+ italic: CMSIBCommonInterface;
369
+ linethrough: CMSIBCommonInterface;
370
+ underline: CMSIBCommonInterface;
371
+ textAlign: CMSIBCommonInterface;
372
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
373
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
374
+ backgroundColor: CMSIBCommonInterface;
375
+ selectorKey: SelectorKeysEnum;
376
+ };
377
+ productCardInfoDesign: {
378
+ theme: CMSIBCommonInterface;
379
+ font: CMSIBCommonInterface;
380
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
381
+ textColor: CMSIBCommonInterface;
382
+ bold: CMSIBCommonInterface;
383
+ italic: CMSIBCommonInterface;
384
+ linethrough: CMSIBCommonInterface;
385
+ underline: CMSIBCommonInterface;
386
+ textAlign: CMSIBCommonInterface;
387
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
388
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
389
+ backgroundColor: CMSIBCommonInterface;
390
+ selectorKey: SelectorKeysEnum;
391
+ };
392
+ productCardPriceDesign: {
393
+ theme: CMSIBCommonInterface;
394
+ font: CMSIBCommonInterface;
395
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
396
+ textColor: CMSIBCommonInterface;
397
+ bold: CMSIBCommonInterface;
398
+ italic: CMSIBCommonInterface;
399
+ linethrough: CMSIBCommonInterface;
400
+ underline: CMSIBCommonInterface;
401
+ textAlign: CMSIBCommonInterface;
402
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
403
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
404
+ backgroundColor: CMSIBCommonInterface;
405
+ selectorKey: SelectorKeysEnum;
406
+ };
407
+ };
408
+ productPanelDesign: {
409
+ selectorKey: SelectorKeysEnum;
410
+ productNameDesign: {
411
+ textTransform: {
412
+ value: string;
413
+ property: string;
414
+ propertyType: CMSElementEditTypes;
415
+ };
416
+ textOverflow: {
417
+ value: boolean;
418
+ property: string;
419
+ propertyType: CMSElementEditTypes;
420
+ };
421
+ numberOfDisplayedLines: {
422
+ unit: CMSCSSUnitTypesEnums;
423
+ value: number;
424
+ property: string;
425
+ propertyType: CMSElementEditTypes;
426
+ };
427
+ theme: CMSIBCommonInterface;
428
+ font: CMSIBCommonInterface;
429
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
430
+ textColor: CMSIBCommonInterface;
431
+ bold: CMSIBCommonInterface;
432
+ italic: CMSIBCommonInterface;
433
+ linethrough: CMSIBCommonInterface;
434
+ underline: CMSIBCommonInterface;
435
+ textAlign: CMSIBCommonInterface;
436
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
437
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
438
+ backgroundColor: CMSIBCommonInterface;
439
+ selectorKey: SelectorKeysEnum;
440
+ };
441
+ productPriceDesign: {
442
+ theme: CMSIBCommonInterface;
443
+ font: CMSIBCommonInterface;
444
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
445
+ textColor: CMSIBCommonInterface;
446
+ bold: CMSIBCommonInterface;
447
+ italic: CMSIBCommonInterface;
448
+ linethrough: CMSIBCommonInterface;
449
+ underline: CMSIBCommonInterface;
450
+ textAlign: CMSIBCommonInterface;
451
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
452
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
453
+ backgroundColor: CMSIBCommonInterface;
454
+ selectorKey: SelectorKeysEnum;
455
+ };
456
+ productInfoDesign: {
457
+ theme: CMSIBCommonInterface;
458
+ font: CMSIBCommonInterface;
459
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
460
+ textColor: CMSIBCommonInterface;
461
+ bold: CMSIBCommonInterface;
462
+ italic: CMSIBCommonInterface;
463
+ linethrough: CMSIBCommonInterface;
464
+ underline: CMSIBCommonInterface;
465
+ textAlign: CMSIBCommonInterface;
466
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
467
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
468
+ backgroundColor: CMSIBCommonInterface;
469
+ selectorKey: SelectorKeysEnum;
470
+ };
471
+ selectButtonDesign: {
472
+ selectorKey: SelectorKeysEnum;
473
+ selectedState: {
474
+ borderColor: CMSIBCommonInterface;
475
+ borderStyle: CMSIBCommonInterface;
476
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
477
+ showBorder: CMSIBCommonInterface;
478
+ backgroundColor: CMSIBCommonInterface;
479
+ showShadow: CMSIBCommonInterface;
480
+ shadowColor: CMSIBCommonInterface;
481
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
482
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
483
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
484
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
485
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
486
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
487
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
488
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
489
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
490
+ theme: CMSIBCommonInterface;
491
+ font: CMSIBCommonInterface;
492
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
493
+ textColor: CMSIBCommonInterface;
494
+ bold: CMSIBCommonInterface;
495
+ italic: CMSIBCommonInterface;
496
+ linethrough: CMSIBCommonInterface;
497
+ underline: CMSIBCommonInterface;
498
+ textAlign: CMSIBCommonInterface;
499
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
500
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
501
+ selectorKey: SelectorKeysEnum;
502
+ };
503
+ hoverState: {
504
+ backgroundColor: {
505
+ parentRef: string;
506
+ value?: any;
507
+ property?: any;
508
+ propertyType?: any;
509
+ isReadOnly?: boolean | undefined;
510
+ };
511
+ borderColor: {
512
+ parentRef: string;
513
+ value?: any;
514
+ property?: any;
515
+ propertyType?: any;
516
+ isReadOnly?: boolean | undefined;
517
+ };
518
+ borderStyle: {
519
+ parentRef: string;
520
+ value?: any;
521
+ property?: any;
522
+ propertyType?: any;
523
+ isReadOnly?: boolean | undefined;
524
+ };
525
+ borderPerSlide: {
526
+ parentRef: string;
527
+ isAll: boolean;
528
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
529
+ property: string;
530
+ iscss?: boolean | undefined;
531
+ propertyType?: any;
532
+ };
533
+ showBorder: {
534
+ value: boolean;
535
+ parentRef: string;
536
+ property?: any;
537
+ propertyType?: any;
538
+ isReadOnly?: boolean | undefined;
539
+ };
540
+ showShadow: {
541
+ parentRef: string;
542
+ value?: any;
543
+ property?: any;
544
+ propertyType?: any;
545
+ isReadOnly?: boolean | undefined;
546
+ };
547
+ shadowColor: {
548
+ parentRef: string;
549
+ value?: any;
550
+ property?: any;
551
+ propertyType?: any;
552
+ isReadOnly?: boolean | undefined;
553
+ };
554
+ blur: {
555
+ parentRef: string;
556
+ unit?: string | number | undefined;
557
+ value?: any;
558
+ property?: any;
559
+ propertyType?: any;
560
+ isReadOnly?: boolean | undefined;
561
+ };
562
+ spread: {
563
+ parentRef: string;
564
+ unit?: string | number | undefined;
565
+ value?: any;
566
+ property?: any;
567
+ propertyType?: any;
568
+ isReadOnly?: boolean | undefined;
569
+ };
570
+ angle: {
571
+ parentRef: string;
572
+ unit?: string | number | undefined;
573
+ value?: any;
574
+ property?: any;
575
+ propertyType?: any;
576
+ isReadOnly?: boolean | undefined;
577
+ };
578
+ borderRadius: {
579
+ parentRef: string;
580
+ isAll: boolean;
581
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
582
+ property: string;
583
+ iscss?: boolean | undefined;
584
+ propertyType?: any;
585
+ };
586
+ font: {
587
+ parentRef: string;
588
+ value?: any;
589
+ property?: any;
590
+ propertyType?: any;
591
+ isReadOnly?: boolean | undefined;
592
+ };
593
+ fontSize: {
594
+ parentRef: string;
595
+ unit?: string | number | undefined;
596
+ value?: any;
597
+ property?: any;
598
+ propertyType?: any;
599
+ isReadOnly?: boolean | undefined;
600
+ };
601
+ textColor: {
602
+ parentRef: string;
603
+ value?: any;
604
+ property?: any;
605
+ propertyType?: any;
606
+ isReadOnly?: boolean | undefined;
607
+ };
608
+ bold: {
609
+ value: string;
610
+ parentRef: string;
611
+ property?: any;
612
+ propertyType?: any;
613
+ isReadOnly?: boolean | undefined;
614
+ };
615
+ italic: {
616
+ parentRef: string;
617
+ value?: any;
618
+ property?: any;
619
+ propertyType?: any;
620
+ isReadOnly?: boolean | undefined;
621
+ };
622
+ linethrough: {
623
+ parentRef: string;
624
+ value?: any;
625
+ property?: any;
626
+ propertyType?: any;
627
+ isReadOnly?: boolean | undefined;
628
+ };
629
+ underline: {
630
+ parentRef: string;
631
+ value?: any;
632
+ property?: any;
633
+ propertyType?: any;
634
+ isReadOnly?: boolean | undefined;
635
+ };
636
+ textAlign: {
637
+ parentRef: string;
638
+ value?: any;
639
+ property?: any;
640
+ propertyType?: any;
641
+ isReadOnly?: boolean | undefined;
642
+ };
643
+ characterSpacing: {
644
+ parentRef: string;
645
+ unit?: string | number | undefined;
646
+ value?: any;
647
+ property?: any;
648
+ propertyType?: any;
649
+ isReadOnly?: boolean | undefined;
650
+ };
651
+ lineHeight: {
652
+ parentRef: string;
653
+ unit?: string | number | undefined;
654
+ value?: any;
655
+ property?: any;
656
+ propertyType?: any;
657
+ isReadOnly?: boolean | undefined;
658
+ };
659
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
660
+ showIcon: {
661
+ parentRef: string;
662
+ value?: any;
663
+ property?: any;
664
+ propertyType?: any;
665
+ isReadOnly?: boolean | undefined;
666
+ };
667
+ iconSize: {
668
+ parentRef: string;
669
+ unit?: string | number | undefined;
670
+ value?: any;
671
+ property?: any;
672
+ propertyType?: any;
673
+ isReadOnly?: boolean | undefined;
674
+ };
675
+ iconColor: {
676
+ parentRef: string;
677
+ value?: any;
678
+ property?: any;
679
+ propertyType?: any;
680
+ isReadOnly?: boolean | undefined;
681
+ };
682
+ textTransform: {
683
+ value: string;
684
+ property: string;
685
+ propertyType: CMSElementEditTypes;
686
+ };
687
+ buttonStyle: {
688
+ parentRef: string;
689
+ propertyType: CMSElementEditTypes;
690
+ };
691
+ buttonText: {
692
+ value: string;
693
+ property: string;
694
+ propertyType: CMSElementEditTypes;
695
+ };
696
+ iconPadding: {
697
+ value: number;
698
+ property: string;
699
+ parentRef: string;
700
+ propertyType: CMSElementEditTypes;
701
+ };
702
+ iconPosition: {
703
+ parentRef: string;
704
+ propertyType: CMSElementEditTypes;
705
+ };
706
+ iconAndTextSpacing: {
707
+ property: string;
708
+ unit: number;
709
+ parentRef: string;
710
+ propertyType: CMSElementEditTypes;
711
+ };
712
+ alignment: {
713
+ property: string;
714
+ parentRef: string;
715
+ propertyType: CMSElementEditTypes;
716
+ };
717
+ buttonType: {
718
+ value: string;
719
+ propertyType: CMSElementEditTypes;
720
+ };
721
+ width: {
722
+ value: string;
723
+ unit: number;
724
+ };
725
+ padding: any;
726
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
727
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
728
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
729
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
730
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
731
+ theme: CMSIBCommonInterface;
732
+ selectorKey: SelectorKeysEnum;
733
+ };
734
+ defaultState: {
735
+ backgroundColor: {
736
+ parentRef: string;
737
+ value?: any;
738
+ property?: any;
739
+ propertyType?: any;
740
+ isReadOnly?: boolean | undefined;
741
+ };
742
+ borderColor: {
743
+ parentRef: string;
744
+ value?: any;
745
+ property?: any;
746
+ propertyType?: any;
747
+ isReadOnly?: boolean | undefined;
748
+ };
749
+ borderStyle: {
750
+ parentRef: string;
751
+ value?: any;
752
+ property?: any;
753
+ propertyType?: any;
754
+ isReadOnly?: boolean | undefined;
755
+ };
756
+ borderPerSlide: {
757
+ parentRef: string;
758
+ isAll: boolean;
759
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
760
+ property: string;
761
+ iscss?: boolean | undefined;
762
+ propertyType?: any;
763
+ };
764
+ showBorder: {
765
+ value: boolean;
766
+ parentRef: string;
767
+ property?: any;
768
+ propertyType?: any;
769
+ isReadOnly?: boolean | undefined;
770
+ };
771
+ showShadow: {
772
+ parentRef: string;
773
+ value?: any;
774
+ property?: any;
775
+ propertyType?: any;
776
+ isReadOnly?: boolean | undefined;
777
+ };
778
+ shadowColor: {
779
+ parentRef: string;
780
+ value?: any;
781
+ property?: any;
782
+ propertyType?: any;
783
+ isReadOnly?: boolean | undefined;
784
+ };
785
+ blur: {
786
+ parentRef: string;
787
+ unit?: string | number | undefined;
788
+ value?: any;
789
+ property?: any;
790
+ propertyType?: any;
791
+ isReadOnly?: boolean | undefined;
792
+ };
793
+ spread: {
794
+ parentRef: string;
795
+ unit?: string | number | undefined;
796
+ value?: any;
797
+ property?: any;
798
+ propertyType?: any;
799
+ isReadOnly?: boolean | undefined;
800
+ };
801
+ angle: {
802
+ parentRef: string;
803
+ unit?: string | number | undefined;
804
+ value?: any;
805
+ property?: any;
806
+ propertyType?: any;
807
+ isReadOnly?: boolean | undefined;
808
+ };
809
+ borderRadius: {
810
+ parentRef: string;
811
+ isAll: boolean;
812
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
813
+ property: string;
814
+ iscss?: boolean | undefined;
815
+ propertyType?: any;
816
+ };
817
+ font: {
818
+ parentRef: string;
819
+ value?: any;
820
+ property?: any;
821
+ propertyType?: any;
822
+ isReadOnly?: boolean | undefined;
823
+ };
824
+ fontSize: {
825
+ parentRef: string;
826
+ unit?: string | number | undefined;
827
+ value?: any;
828
+ property?: any;
829
+ propertyType?: any;
830
+ isReadOnly?: boolean | undefined;
831
+ };
832
+ textColor: {
833
+ parentRef: string;
834
+ value?: any;
835
+ property?: any;
836
+ propertyType?: any;
837
+ isReadOnly?: boolean | undefined;
838
+ };
839
+ bold: {
840
+ value: string;
841
+ parentRef: string;
842
+ property?: any;
843
+ propertyType?: any;
844
+ isReadOnly?: boolean | undefined;
845
+ };
846
+ italic: {
847
+ parentRef: string;
848
+ value?: any;
849
+ property?: any;
850
+ propertyType?: any;
851
+ isReadOnly?: boolean | undefined;
852
+ };
853
+ linethrough: {
854
+ parentRef: string;
855
+ value?: any;
856
+ property?: any;
857
+ propertyType?: any;
858
+ isReadOnly?: boolean | undefined;
859
+ };
860
+ underline: {
861
+ parentRef: string;
862
+ value?: any;
863
+ property?: any;
864
+ propertyType?: any;
865
+ isReadOnly?: boolean | undefined;
866
+ };
867
+ textAlign: {
868
+ parentRef: string;
869
+ value?: any;
870
+ property?: any;
871
+ propertyType?: any;
872
+ isReadOnly?: boolean | undefined;
873
+ };
874
+ characterSpacing: {
875
+ parentRef: string;
876
+ unit?: string | number | undefined;
877
+ value?: any;
878
+ property?: any;
879
+ propertyType?: any;
880
+ isReadOnly?: boolean | undefined;
881
+ };
882
+ lineHeight: {
883
+ parentRef: string;
884
+ unit?: string | number | undefined;
885
+ value?: any;
886
+ property?: any;
887
+ propertyType?: any;
888
+ isReadOnly?: boolean | undefined;
889
+ };
890
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
891
+ showIcon: {
892
+ parentRef: string;
893
+ value?: any;
894
+ property?: any;
895
+ propertyType?: any;
896
+ isReadOnly?: boolean | undefined;
897
+ };
898
+ iconSize: {
899
+ parentRef: string;
900
+ unit?: string | number | undefined;
901
+ value?: any;
902
+ property?: any;
903
+ propertyType?: any;
904
+ isReadOnly?: boolean | undefined;
905
+ };
906
+ iconColor: {
907
+ parentRef: string;
908
+ value?: any;
909
+ property?: any;
910
+ propertyType?: any;
911
+ isReadOnly?: boolean | undefined;
912
+ };
913
+ textTransform: {
914
+ value: string;
915
+ property: string;
916
+ propertyType: CMSElementEditTypes;
917
+ };
918
+ buttonStyle: {
919
+ parentRef: string;
920
+ propertyType: CMSElementEditTypes;
921
+ };
922
+ buttonText: {
923
+ value: string;
924
+ property: string;
925
+ propertyType: CMSElementEditTypes;
926
+ };
927
+ iconPadding: {
928
+ value: number;
929
+ property: string;
930
+ parentRef: string;
931
+ propertyType: CMSElementEditTypes;
932
+ };
933
+ iconPosition: {
934
+ parentRef: string;
935
+ propertyType: CMSElementEditTypes;
936
+ };
937
+ iconAndTextSpacing: {
938
+ property: string;
939
+ unit: number;
940
+ parentRef: string;
941
+ propertyType: CMSElementEditTypes;
942
+ };
943
+ alignment: {
944
+ property: string;
945
+ parentRef: string;
946
+ propertyType: CMSElementEditTypes;
947
+ };
948
+ buttonType: {
949
+ value: string;
950
+ propertyType: CMSElementEditTypes;
951
+ };
952
+ width: {
953
+ value: string;
954
+ unit: number;
955
+ };
956
+ padding: any;
957
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
958
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
959
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
960
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
961
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
962
+ theme: CMSIBCommonInterface;
963
+ selectorKey: SelectorKeysEnum;
964
+ };
965
+ };
966
+ addToCartButtonDesign: {
967
+ selectorKey: SelectorKeysEnum;
968
+ selectedState: {
969
+ borderColor: CMSIBCommonInterface;
970
+ borderStyle: CMSIBCommonInterface;
971
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
972
+ showBorder: CMSIBCommonInterface;
973
+ backgroundColor: CMSIBCommonInterface;
974
+ showShadow: CMSIBCommonInterface;
975
+ shadowColor: CMSIBCommonInterface;
976
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
977
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
978
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
979
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
980
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
981
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
982
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
983
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
984
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
985
+ theme: CMSIBCommonInterface;
986
+ font: CMSIBCommonInterface;
987
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
988
+ textColor: CMSIBCommonInterface;
989
+ bold: CMSIBCommonInterface;
990
+ italic: CMSIBCommonInterface;
991
+ linethrough: CMSIBCommonInterface;
992
+ underline: CMSIBCommonInterface;
993
+ textAlign: CMSIBCommonInterface;
994
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
995
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
996
+ selectorKey: SelectorKeysEnum;
997
+ };
998
+ hoverState: {
999
+ backgroundColor: {
1000
+ parentRef: string;
1001
+ value?: any;
1002
+ property?: any;
1003
+ propertyType?: any;
1004
+ isReadOnly?: boolean | undefined;
1005
+ };
1006
+ borderColor: {
1007
+ parentRef: string;
1008
+ value?: any;
1009
+ property?: any;
1010
+ propertyType?: any;
1011
+ isReadOnly?: boolean | undefined;
1012
+ };
1013
+ borderStyle: {
1014
+ parentRef: string;
1015
+ value?: any;
1016
+ property?: any;
1017
+ propertyType?: any;
1018
+ isReadOnly?: boolean | undefined;
1019
+ };
1020
+ borderPerSlide: {
1021
+ parentRef: string;
1022
+ isAll: boolean;
1023
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1024
+ property: string;
1025
+ iscss?: boolean | undefined;
1026
+ propertyType?: any;
1027
+ };
1028
+ showBorder: {
1029
+ value: boolean;
1030
+ parentRef: string;
1031
+ property?: any;
1032
+ propertyType?: any;
1033
+ isReadOnly?: boolean | undefined;
1034
+ };
1035
+ showShadow: {
1036
+ parentRef: string;
1037
+ value?: any;
1038
+ property?: any;
1039
+ propertyType?: any;
1040
+ isReadOnly?: boolean | undefined;
1041
+ };
1042
+ shadowColor: {
1043
+ parentRef: string;
1044
+ value?: any;
1045
+ property?: any;
1046
+ propertyType?: any;
1047
+ isReadOnly?: boolean | undefined;
1048
+ };
1049
+ blur: {
1050
+ parentRef: string;
1051
+ unit?: string | number | undefined;
1052
+ value?: any;
1053
+ property?: any;
1054
+ propertyType?: any;
1055
+ isReadOnly?: boolean | undefined;
1056
+ };
1057
+ spread: {
1058
+ parentRef: string;
1059
+ unit?: string | number | undefined;
1060
+ value?: any;
1061
+ property?: any;
1062
+ propertyType?: any;
1063
+ isReadOnly?: boolean | undefined;
1064
+ };
1065
+ angle: {
1066
+ parentRef: string;
1067
+ unit?: string | number | undefined;
1068
+ value?: any;
1069
+ property?: any;
1070
+ propertyType?: any;
1071
+ isReadOnly?: boolean | undefined;
1072
+ };
1073
+ borderRadius: {
1074
+ parentRef: string;
1075
+ isAll: boolean;
1076
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1077
+ property: string;
1078
+ iscss?: boolean | undefined;
1079
+ propertyType?: any;
1080
+ };
1081
+ font: {
1082
+ parentRef: string;
1083
+ value?: any;
1084
+ property?: any;
1085
+ propertyType?: any;
1086
+ isReadOnly?: boolean | undefined;
1087
+ };
1088
+ fontSize: {
1089
+ parentRef: string;
1090
+ unit?: string | number | undefined;
1091
+ value?: any;
1092
+ property?: any;
1093
+ propertyType?: any;
1094
+ isReadOnly?: boolean | undefined;
1095
+ };
1096
+ textColor: {
1097
+ parentRef: string;
1098
+ value?: any;
1099
+ property?: any;
1100
+ propertyType?: any;
1101
+ isReadOnly?: boolean | undefined;
1102
+ };
1103
+ bold: {
1104
+ value: string;
1105
+ parentRef: string;
1106
+ property?: any;
1107
+ propertyType?: any;
1108
+ isReadOnly?: boolean | undefined;
1109
+ };
1110
+ italic: {
1111
+ parentRef: string;
1112
+ value?: any;
1113
+ property?: any;
1114
+ propertyType?: any;
1115
+ isReadOnly?: boolean | undefined;
1116
+ };
1117
+ linethrough: {
1118
+ parentRef: string;
1119
+ value?: any;
1120
+ property?: any;
1121
+ propertyType?: any;
1122
+ isReadOnly?: boolean | undefined;
1123
+ };
1124
+ underline: {
1125
+ parentRef: string;
1126
+ value?: any;
1127
+ property?: any;
1128
+ propertyType?: any;
1129
+ isReadOnly?: boolean | undefined;
1130
+ };
1131
+ textAlign: {
1132
+ parentRef: string;
1133
+ value?: any;
1134
+ property?: any;
1135
+ propertyType?: any;
1136
+ isReadOnly?: boolean | undefined;
1137
+ };
1138
+ characterSpacing: {
1139
+ parentRef: string;
1140
+ unit?: string | number | undefined;
1141
+ value?: any;
1142
+ property?: any;
1143
+ propertyType?: any;
1144
+ isReadOnly?: boolean | undefined;
1145
+ };
1146
+ lineHeight: {
1147
+ parentRef: string;
1148
+ unit?: string | number | undefined;
1149
+ value?: any;
1150
+ property?: any;
1151
+ propertyType?: any;
1152
+ isReadOnly?: boolean | undefined;
1153
+ };
1154
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
1155
+ showIcon: {
1156
+ parentRef: string;
1157
+ value?: any;
1158
+ property?: any;
1159
+ propertyType?: any;
1160
+ isReadOnly?: boolean | undefined;
1161
+ };
1162
+ iconSize: {
1163
+ parentRef: string;
1164
+ unit?: string | number | undefined;
1165
+ value?: any;
1166
+ property?: any;
1167
+ propertyType?: any;
1168
+ isReadOnly?: boolean | undefined;
1169
+ };
1170
+ iconColor: {
1171
+ parentRef: string;
1172
+ value?: any;
1173
+ property?: any;
1174
+ propertyType?: any;
1175
+ isReadOnly?: boolean | undefined;
1176
+ };
1177
+ textTransform: {
1178
+ value: string;
1179
+ property: string;
1180
+ propertyType: CMSElementEditTypes;
1181
+ };
1182
+ buttonStyle: {
1183
+ parentRef: string;
1184
+ propertyType: CMSElementEditTypes;
1185
+ };
1186
+ buttonText: {
1187
+ value: string;
1188
+ property: string;
1189
+ propertyType: CMSElementEditTypes;
1190
+ };
1191
+ iconPadding: {
1192
+ value: number;
1193
+ property: string;
1194
+ parentRef: string;
1195
+ propertyType: CMSElementEditTypes;
1196
+ };
1197
+ iconPosition: {
1198
+ parentRef: string;
1199
+ propertyType: CMSElementEditTypes;
1200
+ };
1201
+ iconAndTextSpacing: {
1202
+ property: string;
1203
+ unit: number;
1204
+ parentRef: string;
1205
+ propertyType: CMSElementEditTypes;
1206
+ };
1207
+ alignment: {
1208
+ property: string;
1209
+ parentRef: string;
1210
+ propertyType: CMSElementEditTypes;
1211
+ };
1212
+ buttonType: {
1213
+ value: string;
1214
+ propertyType: CMSElementEditTypes;
1215
+ };
1216
+ width: {
1217
+ value: string;
1218
+ unit: number;
1219
+ };
1220
+ padding: any;
1221
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1222
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1223
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1224
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1225
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1226
+ theme: CMSIBCommonInterface;
1227
+ selectorKey: SelectorKeysEnum;
1228
+ };
1229
+ defaultState: {
1230
+ backgroundColor: {
1231
+ parentRef: string;
1232
+ value?: any;
1233
+ property?: any;
1234
+ propertyType?: any;
1235
+ isReadOnly?: boolean | undefined;
1236
+ };
1237
+ borderColor: {
1238
+ parentRef: string;
1239
+ value?: any;
1240
+ property?: any;
1241
+ propertyType?: any;
1242
+ isReadOnly?: boolean | undefined;
1243
+ };
1244
+ borderStyle: {
1245
+ parentRef: string;
1246
+ value?: any;
1247
+ property?: any;
1248
+ propertyType?: any;
1249
+ isReadOnly?: boolean | undefined;
1250
+ };
1251
+ borderPerSlide: {
1252
+ parentRef: string;
1253
+ isAll: boolean;
1254
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1255
+ property: string;
1256
+ iscss?: boolean | undefined;
1257
+ propertyType?: any;
1258
+ };
1259
+ showBorder: {
1260
+ value: boolean;
1261
+ parentRef: string;
1262
+ property?: any;
1263
+ propertyType?: any;
1264
+ isReadOnly?: boolean | undefined;
1265
+ };
1266
+ showShadow: {
1267
+ parentRef: string;
1268
+ value?: any;
1269
+ property?: any;
1270
+ propertyType?: any;
1271
+ isReadOnly?: boolean | undefined;
1272
+ };
1273
+ shadowColor: {
1274
+ parentRef: string;
1275
+ value?: any;
1276
+ property?: any;
1277
+ propertyType?: any;
1278
+ isReadOnly?: boolean | undefined;
1279
+ };
1280
+ blur: {
1281
+ parentRef: string;
1282
+ unit?: string | number | undefined;
1283
+ value?: any;
1284
+ property?: any;
1285
+ propertyType?: any;
1286
+ isReadOnly?: boolean | undefined;
1287
+ };
1288
+ spread: {
1289
+ parentRef: string;
1290
+ unit?: string | number | undefined;
1291
+ value?: any;
1292
+ property?: any;
1293
+ propertyType?: any;
1294
+ isReadOnly?: boolean | undefined;
1295
+ };
1296
+ angle: {
1297
+ parentRef: string;
1298
+ unit?: string | number | undefined;
1299
+ value?: any;
1300
+ property?: any;
1301
+ propertyType?: any;
1302
+ isReadOnly?: boolean | undefined;
1303
+ };
1304
+ borderRadius: {
1305
+ parentRef: string;
1306
+ isAll: boolean;
1307
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1308
+ property: string;
1309
+ iscss?: boolean | undefined;
1310
+ propertyType?: any;
1311
+ };
1312
+ font: {
1313
+ parentRef: string;
1314
+ value?: any;
1315
+ property?: any;
1316
+ propertyType?: any;
1317
+ isReadOnly?: boolean | undefined;
1318
+ };
1319
+ fontSize: {
1320
+ parentRef: string;
1321
+ unit?: string | number | undefined;
1322
+ value?: any;
1323
+ property?: any;
1324
+ propertyType?: any;
1325
+ isReadOnly?: boolean | undefined;
1326
+ };
1327
+ textColor: {
1328
+ parentRef: string;
1329
+ value?: any;
1330
+ property?: any;
1331
+ propertyType?: any;
1332
+ isReadOnly?: boolean | undefined;
1333
+ };
1334
+ bold: {
1335
+ value: string;
1336
+ parentRef: string;
1337
+ property?: any;
1338
+ propertyType?: any;
1339
+ isReadOnly?: boolean | undefined;
1340
+ };
1341
+ italic: {
1342
+ parentRef: string;
1343
+ value?: any;
1344
+ property?: any;
1345
+ propertyType?: any;
1346
+ isReadOnly?: boolean | undefined;
1347
+ };
1348
+ linethrough: {
1349
+ parentRef: string;
1350
+ value?: any;
1351
+ property?: any;
1352
+ propertyType?: any;
1353
+ isReadOnly?: boolean | undefined;
1354
+ };
1355
+ underline: {
1356
+ parentRef: string;
1357
+ value?: any;
1358
+ property?: any;
1359
+ propertyType?: any;
1360
+ isReadOnly?: boolean | undefined;
1361
+ };
1362
+ textAlign: {
1363
+ parentRef: string;
1364
+ value?: any;
1365
+ property?: any;
1366
+ propertyType?: any;
1367
+ isReadOnly?: boolean | undefined;
1368
+ };
1369
+ characterSpacing: {
1370
+ parentRef: string;
1371
+ unit?: string | number | undefined;
1372
+ value?: any;
1373
+ property?: any;
1374
+ propertyType?: any;
1375
+ isReadOnly?: boolean | undefined;
1376
+ };
1377
+ lineHeight: {
1378
+ parentRef: string;
1379
+ unit?: string | number | undefined;
1380
+ value?: any;
1381
+ property?: any;
1382
+ propertyType?: any;
1383
+ isReadOnly?: boolean | undefined;
1384
+ };
1385
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
1386
+ showIcon: {
1387
+ parentRef: string;
1388
+ value?: any;
1389
+ property?: any;
1390
+ propertyType?: any;
1391
+ isReadOnly?: boolean | undefined;
1392
+ };
1393
+ iconSize: {
1394
+ parentRef: string;
1395
+ unit?: string | number | undefined;
1396
+ value?: any;
1397
+ property?: any;
1398
+ propertyType?: any;
1399
+ isReadOnly?: boolean | undefined;
1400
+ };
1401
+ iconColor: {
1402
+ parentRef: string;
1403
+ value?: any;
1404
+ property?: any;
1405
+ propertyType?: any;
1406
+ isReadOnly?: boolean | undefined;
1407
+ };
1408
+ textTransform: {
1409
+ value: string;
1410
+ property: string;
1411
+ propertyType: CMSElementEditTypes;
1412
+ };
1413
+ buttonStyle: {
1414
+ parentRef: string;
1415
+ propertyType: CMSElementEditTypes;
1416
+ };
1417
+ buttonText: {
1418
+ value: string;
1419
+ property: string;
1420
+ propertyType: CMSElementEditTypes;
1421
+ };
1422
+ iconPadding: {
1423
+ value: number;
1424
+ property: string;
1425
+ parentRef: string;
1426
+ propertyType: CMSElementEditTypes;
1427
+ };
1428
+ iconPosition: {
1429
+ parentRef: string;
1430
+ propertyType: CMSElementEditTypes;
1431
+ };
1432
+ iconAndTextSpacing: {
1433
+ property: string;
1434
+ unit: number;
1435
+ parentRef: string;
1436
+ propertyType: CMSElementEditTypes;
1437
+ };
1438
+ alignment: {
1439
+ property: string;
1440
+ parentRef: string;
1441
+ propertyType: CMSElementEditTypes;
1442
+ };
1443
+ buttonType: {
1444
+ value: string;
1445
+ propertyType: CMSElementEditTypes;
1446
+ };
1447
+ width: {
1448
+ value: string;
1449
+ unit: number;
1450
+ };
1451
+ padding: any;
1452
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1453
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1454
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1455
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1456
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1457
+ theme: CMSIBCommonInterface;
1458
+ selectorKey: SelectorKeysEnum;
1459
+ };
1460
+ };
1461
+ variantPickerDesign: {
1462
+ selectorKey: SelectorKeysEnum;
1463
+ variantLayout: any;
1464
+ variantDesign: any;
1465
+ };
1466
+ productImage: {
1467
+ selectorKey: SelectorKeysEnum;
1468
+ galleryWidgetStyle: any;
1469
+ itemStyle: any;
1470
+ paginationArrows: any;
1471
+ paginationDots: any;
1472
+ paginationLine: any;
1473
+ layout: any;
1474
+ };
1475
+ productQuantity: {
1476
+ selectorKey: SelectorKeysEnum;
1477
+ quantityInput: {
1478
+ padding: any;
1479
+ theme: CMSIBCommonInterface;
1480
+ font: CMSIBCommonInterface;
1481
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1482
+ textColor: CMSIBCommonInterface;
1483
+ bold: CMSIBCommonInterface;
1484
+ italic: CMSIBCommonInterface;
1485
+ linethrough: CMSIBCommonInterface;
1486
+ underline: CMSIBCommonInterface;
1487
+ textAlign: CMSIBCommonInterface;
1488
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1489
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1490
+ backgroundColor: CMSIBCommonInterface;
1491
+ borderColor: CMSIBCommonInterface;
1492
+ borderStyle: CMSIBCommonInterface;
1493
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1494
+ showBorder: CMSIBCommonInterface;
1495
+ showShadow: CMSIBCommonInterface;
1496
+ shadowColor: CMSIBCommonInterface;
1497
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1498
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1499
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1500
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1501
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1502
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1503
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1504
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1505
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1506
+ selectorKey: SelectorKeysEnum;
1507
+ };
1508
+ quantityLabel: {
1509
+ theme: CMSIBCommonInterface;
1510
+ font: CMSIBCommonInterface;
1511
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1512
+ textColor: CMSIBCommonInterface;
1513
+ bold: CMSIBCommonInterface;
1514
+ italic: CMSIBCommonInterface;
1515
+ linethrough: CMSIBCommonInterface;
1516
+ underline: CMSIBCommonInterface;
1517
+ textAlign: CMSIBCommonInterface;
1518
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1519
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1520
+ backgroundColor: CMSIBCommonInterface;
1521
+ selectorKey: SelectorKeysEnum;
1522
+ };
1523
+ };
1524
+ addToCartLayout: {
1525
+ selectorKey: SelectorKeysEnum;
1526
+ quantityLabel: {
1527
+ theme: CMSIBCommonInterface;
1528
+ font: CMSIBCommonInterface;
1529
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1530
+ textColor: CMSIBCommonInterface;
1531
+ bold: CMSIBCommonInterface;
1532
+ italic: CMSIBCommonInterface;
1533
+ linethrough: CMSIBCommonInterface;
1534
+ underline: CMSIBCommonInterface;
1535
+ textAlign: CMSIBCommonInterface;
1536
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1537
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1538
+ backgroundColor: CMSIBCommonInterface;
1539
+ selectorKey: SelectorKeysEnum;
1540
+ };
1541
+ priceLabel: {
1542
+ theme: CMSIBCommonInterface;
1543
+ font: CMSIBCommonInterface;
1544
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1545
+ textColor: CMSIBCommonInterface;
1546
+ bold: CMSIBCommonInterface;
1547
+ italic: CMSIBCommonInterface;
1548
+ linethrough: CMSIBCommonInterface;
1549
+ underline: CMSIBCommonInterface;
1550
+ textAlign: CMSIBCommonInterface;
1551
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1552
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1553
+ backgroundColor: CMSIBCommonInterface;
1554
+ selectorKey: SelectorKeysEnum;
1555
+ };
1556
+ input: {
1557
+ padding: any;
1558
+ theme: CMSIBCommonInterface;
1559
+ font: CMSIBCommonInterface;
1560
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1561
+ textColor: CMSIBCommonInterface;
1562
+ bold: CMSIBCommonInterface;
1563
+ italic: CMSIBCommonInterface;
1564
+ linethrough: CMSIBCommonInterface;
1565
+ underline: CMSIBCommonInterface;
1566
+ textAlign: CMSIBCommonInterface;
1567
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1568
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1569
+ backgroundColor: CMSIBCommonInterface;
1570
+ borderColor: CMSIBCommonInterface;
1571
+ borderStyle: CMSIBCommonInterface;
1572
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1573
+ showBorder: CMSIBCommonInterface;
1574
+ showShadow: CMSIBCommonInterface;
1575
+ shadowColor: CMSIBCommonInterface;
1576
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1577
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1578
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1579
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1580
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
1581
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
1582
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
1583
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
1584
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
1585
+ selectorKey: SelectorKeysEnum;
1586
+ };
1587
+ title: {
1588
+ theme: CMSIBCommonInterface;
1589
+ font: CMSIBCommonInterface;
1590
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1591
+ textColor: CMSIBCommonInterface;
1592
+ bold: CMSIBCommonInterface;
1593
+ italic: CMSIBCommonInterface;
1594
+ linethrough: CMSIBCommonInterface;
1595
+ underline: CMSIBCommonInterface;
1596
+ textAlign: CMSIBCommonInterface;
1597
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1598
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1599
+ backgroundColor: CMSIBCommonInterface;
1600
+ selectorKey: SelectorKeysEnum;
1601
+ };
1602
+ price: {
1603
+ theme: CMSIBCommonInterface;
1604
+ font: CMSIBCommonInterface;
1605
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
1606
+ textColor: CMSIBCommonInterface;
1607
+ bold: CMSIBCommonInterface;
1608
+ italic: CMSIBCommonInterface;
1609
+ linethrough: CMSIBCommonInterface;
1610
+ underline: CMSIBCommonInterface;
1611
+ textAlign: CMSIBCommonInterface;
1612
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
1613
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
1614
+ backgroundColor: CMSIBCommonInterface;
1615
+ selectorKey: SelectorKeysEnum;
1616
+ };
1617
+ };
1618
+ };
1619
+ errorMessage: {
1620
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
1621
+ showIcon: CMSIBCommonInterface | undefined;
1622
+ iconSize: import("../../interfaces/global").CMSIBSizeInterface;
1623
+ iconColor: CMSIBCommonInterface;
1624
+ theme: {
1625
+ value: string;
1626
+ property: string;
1627
+ propertyType: CMSElementEditTypes;
1628
+ };
1629
+ tag: {
1630
+ value: string;
1631
+ property: string;
1632
+ propertyType: CMSElementEditTypes;
1633
+ };
1634
+ font: {
1635
+ value: string;
1636
+ property: string;
1637
+ propertyType: CMSElementEditTypes;
1638
+ parentRef: string;
1639
+ };
1640
+ fontSize: {
1641
+ value: number;
1642
+ unit: number;
1643
+ property: string;
1644
+ propertyType: CMSElementEditTypes;
1645
+ parentRef: string;
1646
+ };
1647
+ textColor: {
1648
+ value: {
1649
+ hex: string;
1650
+ rgb: {
1651
+ r: string;
1652
+ g: string;
1653
+ b: string;
1654
+ a: number;
1655
+ };
1656
+ };
1657
+ property: string;
1658
+ propertyType: CMSElementEditTypes;
1659
+ parentRef: string;
1660
+ };
1661
+ textHighlight: {
1662
+ value: {
1663
+ hex: string;
1664
+ rgb: {
1665
+ r: string;
1666
+ g: string;
1667
+ b: string;
1668
+ a: number;
1669
+ };
1670
+ };
1671
+ property: string;
1672
+ propertyType: CMSElementEditTypes;
1673
+ };
1674
+ bold: {
1675
+ value: string;
1676
+ property: string;
1677
+ propertyType: CMSElementEditTypes;
1678
+ parentRef: string;
1679
+ };
1680
+ italic: {
1681
+ value: string;
1682
+ property: string;
1683
+ propertyType: CMSElementEditTypes;
1684
+ parentRef: string;
1685
+ };
1686
+ linethrough: {
1687
+ value: string;
1688
+ property: string;
1689
+ propertyType: CMSElementEditTypes;
1690
+ parentRef: string;
1691
+ };
1692
+ underline: {
1693
+ value: string;
1694
+ property: string;
1695
+ propertyType: CMSElementEditTypes;
1696
+ parentRef: string;
1697
+ };
1698
+ textAlign: {
1699
+ value: string;
1700
+ property: string;
1701
+ propertyType: CMSElementEditTypes;
1702
+ parentRef: string;
1703
+ };
1704
+ characterSpacing: {
1705
+ value: number;
1706
+ unit: number;
1707
+ property: string;
1708
+ propertyType: CMSElementEditTypes;
1709
+ parentRef: string;
1710
+ };
1711
+ lineHeight: {
1712
+ value: number;
1713
+ unit: number;
1714
+ property: string;
1715
+ propertyType: CMSElementEditTypes;
1716
+ parentRef: string;
1717
+ };
1718
+ paragraphSpacing: {
1719
+ value: number;
1720
+ unit: number;
1721
+ property: string;
1722
+ propertyType: CMSElementEditTypes;
1723
+ parentRef: string;
1724
+ };
1725
+ selectorKey: SelectorKeysEnum;
1726
+ padding: any;
1727
+ backgroundColor: CMSIBCommonInterface;
1728
+ borderColor: CMSIBCommonInterface;
1729
+ borderStyle: CMSIBCommonInterface;
1730
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1731
+ showBorder: CMSIBCommonInterface;
1732
+ showShadow: CMSIBCommonInterface;
1733
+ shadowColor: CMSIBCommonInterface;
1734
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1735
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1736
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1737
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1738
+ };
1739
+ popoverStyle: {
1740
+ theme: {
1741
+ value: string;
1742
+ property: string;
1743
+ propertyType: CMSElementEditTypes;
1744
+ };
1745
+ tag: {
1746
+ value: string;
1747
+ property: string;
1748
+ propertyType: CMSElementEditTypes;
1749
+ };
1750
+ font: {
1751
+ value: string;
1752
+ property: string;
1753
+ propertyType: CMSElementEditTypes;
1754
+ parentRef: string;
1755
+ };
1756
+ fontSize: {
1757
+ value: number;
1758
+ unit: number;
1759
+ property: string;
1760
+ propertyType: CMSElementEditTypes;
1761
+ parentRef: string;
1762
+ };
1763
+ textColor: {
1764
+ value: {
1765
+ hex: string;
1766
+ rgb: {
1767
+ r: string;
1768
+ g: string;
1769
+ b: string;
1770
+ a: number;
1771
+ };
1772
+ };
1773
+ property: string;
1774
+ propertyType: CMSElementEditTypes;
1775
+ parentRef: string;
1776
+ };
1777
+ textHighlight: {
1778
+ value: {
1779
+ hex: string;
1780
+ rgb: {
1781
+ r: string;
1782
+ g: string;
1783
+ b: string;
1784
+ a: number;
1785
+ };
1786
+ };
1787
+ property: string;
1788
+ propertyType: CMSElementEditTypes;
1789
+ };
1790
+ bold: {
1791
+ value: string;
1792
+ property: string;
1793
+ propertyType: CMSElementEditTypes;
1794
+ parentRef: string;
1795
+ };
1796
+ italic: {
1797
+ value: string;
1798
+ property: string;
1799
+ propertyType: CMSElementEditTypes;
1800
+ parentRef: string;
1801
+ };
1802
+ linethrough: {
1803
+ value: string;
1804
+ property: string;
1805
+ propertyType: CMSElementEditTypes;
1806
+ parentRef: string;
1807
+ };
1808
+ underline: {
1809
+ value: string;
1810
+ property: string;
1811
+ propertyType: CMSElementEditTypes;
1812
+ parentRef: string;
1813
+ };
1814
+ textAlign: {
1815
+ value: string;
1816
+ property: string;
1817
+ propertyType: CMSElementEditTypes;
1818
+ parentRef: string;
1819
+ };
1820
+ characterSpacing: {
1821
+ value: number;
1822
+ unit: number;
1823
+ property: string;
1824
+ propertyType: CMSElementEditTypes;
1825
+ parentRef: string;
1826
+ };
1827
+ lineHeight: {
1828
+ value: number;
1829
+ unit: number;
1830
+ property: string;
1831
+ propertyType: CMSElementEditTypes;
1832
+ parentRef: string;
1833
+ };
1834
+ paragraphSpacing: {
1835
+ value: number;
1836
+ unit: number;
1837
+ property: string;
1838
+ propertyType: CMSElementEditTypes;
1839
+ parentRef: string;
1840
+ };
1841
+ selectorKey: SelectorKeysEnum;
1842
+ backgroundColor: CMSIBCommonInterface;
1843
+ borderColor: CMSIBCommonInterface;
1844
+ borderStyle: CMSIBCommonInterface;
1845
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
1846
+ showBorder: CMSIBCommonInterface;
1847
+ showShadow: CMSIBCommonInterface;
1848
+ shadowColor: CMSIBCommonInterface;
1849
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
1850
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
1851
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
1852
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
1853
+ padding: any;
1854
+ itemGap: import("../../interfaces/global").CMSIBSizeInterface;
1855
+ };
1856
+ };
1857
+ content: {
1858
+ selectorKey: SelectorKeysEnum;
1859
+ showKitName: {
1860
+ value: boolean;
1861
+ property: string;
1862
+ propertyKey: CMSElementEditTypes;
1863
+ };
1864
+ showKitDescription: {
1865
+ value: boolean;
1866
+ property: string;
1867
+ propertyKey: CMSElementEditTypes;
1868
+ };
1869
+ kitDescription: {
1870
+ value: string;
1871
+ property: string;
1872
+ properttyKey: CMSElementEditTypes;
1873
+ };
1874
+ showDivider: {
1875
+ value: boolean;
1876
+ property: string;
1877
+ propertyType: CMSElementEditTypes;
1878
+ };
1879
+ showProductGallery: {
1880
+ value: boolean;
1881
+ property: string;
1882
+ propertyType: CMSElementEditTypes;
1883
+ };
1884
+ showProductName: {
1885
+ value: boolean;
1886
+ property: string;
1887
+ propertyType: CMSElementEditTypes;
1888
+ };
1889
+ showProductInfo: {
1890
+ value: boolean;
1891
+ property: string;
1892
+ propertyKey: CMSElementEditTypes;
1893
+ };
1894
+ showProductImage: {
1895
+ value: boolean;
1896
+ property: string;
1897
+ propertyType: CMSElementEditTypes;
1898
+ };
1899
+ showProductPrice: {
1900
+ value: boolean;
1901
+ property: string;
1902
+ propertyType: CMSElementEditTypes;
1903
+ };
1904
+ showProductVariantPicker: {
1905
+ value: boolean;
1906
+ property: string;
1907
+ propertyKey: CMSElementEditTypes;
1908
+ };
1909
+ showProductQuantity: {
1910
+ value: boolean;
1911
+ property: string;
1912
+ propertyType: CMSElementEditTypes;
1913
+ };
1914
+ };
1915
+ dataConnector: {
1916
+ selectorKey: SelectorKeysEnum;
1917
+ dataConnector: {
1918
+ value: {
1919
+ dataSource: string;
1920
+ childSource: string;
1921
+ keyMappings: {
1922
+ image: string;
1923
+ };
1924
+ };
1925
+ property: string;
1926
+ propertyType: CMSElementEditTypes;
1927
+ };
1928
+ };
1929
+ };