@sc-360-v2/storefront-cms-library 0.3.41 → 0.3.43

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.
@@ -1,19 +1,25 @@
1
- import { CMSElementEditTypes } from "../../enums";
1
+ import { CMSCSSUnitTypesEnums, CMSElementEditTypes } from "../../enums";
2
2
  import { CMSIBCommonInterface, CMSIBSizeInterface } from "../../interfaces/global";
3
3
  export interface selfDesignInterface {
4
4
  selectorKey: string;
5
5
  }
6
- export declare enum cartSelectorKeysEnum {
6
+ export declare enum cartAttributesSelectorKeysEnum {
7
7
  LAYOUT = "layout",
8
8
  DESIGN = "design",
9
- CART_ATTRIBUTE_CONTAINER = "cartAttributesContainer",
10
- CART_ATTRIBUTE_HEADER = "cartAttributesHeader",
11
- CART_ATTRIBUTE_ITEMS_LABEL = "cartAttributesItems",
12
- CART_ATTRIBUTE_ITEMS_FIELD = " cartAttributesItemsField"
9
+ ATTRIBUTES_WIDGET = "attributesWidget",
10
+ ATTRIBUTES_HEADER = "attributesHeader",
11
+ ATTRIBUTES_CONTAINER = "attributesContainer",
12
+ ATTRIBUTE_ITEMS_WRAPPER = "attributeItemsWrapper",
13
+ ATTRIBUTES_FIELDS = "attributesFields",
14
+ ATTRIBUTES_LABELS = "attributesLabels",
15
+ ATTRIBUTES_INPUTS = "attributesInputs",
16
+ FILE_UPLOAD = "fileUpload",
17
+ IMAGE_UPLOAD = "imageUpload",
18
+ ATTRIBUTES_BOOLEANS = "attributesBooleans"
13
19
  }
14
20
  export declare const getDefaultData: () => {
15
21
  layout: {
16
- selectorKey: cartSelectorKeysEnum;
22
+ selectorKey: cartAttributesSelectorKeysEnum;
17
23
  width: {
18
24
  value: string;
19
25
  unit: number;
@@ -36,66 +42,15 @@ export declare const getDefaultData: () => {
36
42
  };
37
43
  };
38
44
  design: {
39
- selectorKey: cartSelectorKeysEnum;
40
- cartAttributesContainer: {
41
- theme: CMSIBCommonInterface;
42
- font: CMSIBCommonInterface;
43
- fontSize: CMSIBSizeInterface;
44
- textColor: CMSIBCommonInterface;
45
- bold: CMSIBCommonInterface;
46
- italic: CMSIBCommonInterface;
47
- linethrough: CMSIBCommonInterface;
48
- underline: CMSIBCommonInterface;
49
- textAlign: CMSIBCommonInterface;
50
- characterSpacing: CMSIBSizeInterface;
51
- lineHeight: CMSIBSizeInterface;
52
- backgroundColor: CMSIBCommonInterface;
53
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
54
- showIcon: CMSIBCommonInterface | undefined;
55
- iconSize: CMSIBSizeInterface;
56
- iconColor: CMSIBCommonInterface;
45
+ selectorKey: cartAttributesSelectorKeysEnum;
46
+ attributesWidget: {
57
47
  padding: import("../../interfaces/global").CSSPaddingValues | undefined;
58
48
  margin: import("../../interfaces/global").CSSPaddingValues | undefined;
59
49
  borderColor: CMSIBCommonInterface;
60
50
  borderStyle: CMSIBCommonInterface;
61
51
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
62
52
  showBorder: CMSIBCommonInterface;
63
- showShadow: CMSIBCommonInterface;
64
- shadowColor: CMSIBCommonInterface;
65
- blur: CMSIBSizeInterface;
66
- spread: CMSIBSizeInterface;
67
- angle: CMSIBSizeInterface;
68
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
69
- exposure: CMSIBSizeInterface;
70
- contrast: CMSIBSizeInterface;
71
- saturation: CMSIBSizeInterface;
72
- highlights: CMSIBSizeInterface;
73
- shadows: CMSIBSizeInterface;
74
- selectorKey: cartSelectorKeysEnum;
75
- };
76
- cartAttributesHeader: {
77
- theme: CMSIBCommonInterface;
78
- font: CMSIBCommonInterface;
79
- fontSize: CMSIBSizeInterface;
80
- textColor: CMSIBCommonInterface;
81
- bold: CMSIBCommonInterface;
82
- italic: CMSIBCommonInterface;
83
- linethrough: CMSIBCommonInterface;
84
- underline: CMSIBCommonInterface;
85
- textAlign: CMSIBCommonInterface;
86
- characterSpacing: CMSIBSizeInterface;
87
- lineHeight: CMSIBSizeInterface;
88
53
  backgroundColor: CMSIBCommonInterface;
89
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
90
- showIcon: CMSIBCommonInterface | undefined;
91
- iconSize: CMSIBSizeInterface;
92
- iconColor: CMSIBCommonInterface;
93
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
94
- margin: import("../../interfaces/global").CSSPaddingValues | undefined;
95
- borderColor: CMSIBCommonInterface;
96
- borderStyle: CMSIBCommonInterface;
97
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
98
- showBorder: CMSIBCommonInterface;
99
54
  showShadow: CMSIBCommonInterface;
100
55
  shadowColor: CMSIBCommonInterface;
101
56
  blur: CMSIBSizeInterface;
@@ -107,41 +62,10 @@ export declare const getDefaultData: () => {
107
62
  saturation: CMSIBSizeInterface;
108
63
  highlights: CMSIBSizeInterface;
109
64
  shadows: CMSIBSizeInterface;
110
- selectorKey: cartSelectorKeysEnum;
65
+ selectorKey: cartAttributesSelectorKeysEnum;
111
66
  };
112
- cartAttributesItemsLabel: {
113
- theme: CMSIBCommonInterface;
114
- font: CMSIBCommonInterface;
115
- fontSize: CMSIBSizeInterface;
116
- textColor: CMSIBCommonInterface;
117
- bold: CMSIBCommonInterface;
118
- italic: CMSIBCommonInterface;
119
- linethrough: CMSIBCommonInterface;
120
- underline: CMSIBCommonInterface;
121
- textAlign: CMSIBCommonInterface;
122
- characterSpacing: CMSIBSizeInterface;
123
- lineHeight: CMSIBSizeInterface;
124
- backgroundColor: CMSIBCommonInterface;
67
+ attributesHeader: {
125
68
  padding: import("../../interfaces/global").CSSPaddingValues | undefined;
126
- margin: import("../../interfaces/global").CSSPaddingValues | undefined;
127
- borderColor: CMSIBCommonInterface;
128
- borderStyle: CMSIBCommonInterface;
129
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
130
- showBorder: CMSIBCommonInterface;
131
- showShadow: CMSIBCommonInterface;
132
- shadowColor: CMSIBCommonInterface;
133
- blur: CMSIBSizeInterface;
134
- spread: CMSIBSizeInterface;
135
- angle: CMSIBSizeInterface;
136
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
137
- exposure: CMSIBSizeInterface;
138
- contrast: CMSIBSizeInterface;
139
- saturation: CMSIBSizeInterface;
140
- highlights: CMSIBSizeInterface;
141
- shadows: CMSIBSizeInterface;
142
- selectorKey: cartSelectorKeysEnum;
143
- };
144
- cartAttributesItemsField: {
145
69
  theme: CMSIBCommonInterface;
146
70
  font: CMSIBCommonInterface;
147
71
  fontSize: CMSIBSizeInterface;
@@ -154,11 +78,6 @@ export declare const getDefaultData: () => {
154
78
  characterSpacing: CMSIBSizeInterface;
155
79
  lineHeight: CMSIBSizeInterface;
156
80
  backgroundColor: CMSIBCommonInterface;
157
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
158
- showIcon: CMSIBCommonInterface | undefined;
159
- iconSize: CMSIBSizeInterface;
160
- iconColor: CMSIBCommonInterface;
161
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
162
81
  margin: import("../../interfaces/global").CSSPaddingValues | undefined;
163
82
  borderColor: CMSIBCommonInterface;
164
83
  borderStyle: CMSIBCommonInterface;
@@ -175,7 +94,807 @@ export declare const getDefaultData: () => {
175
94
  saturation: CMSIBSizeInterface;
176
95
  highlights: CMSIBSizeInterface;
177
96
  shadows: CMSIBSizeInterface;
178
- selectorKey: cartSelectorKeysEnum;
97
+ selectorKey: cartAttributesSelectorKeysEnum;
98
+ };
99
+ attributesContainer: {
100
+ selectorKey: cartAttributesSelectorKeysEnum;
101
+ attributeItemsWrapper: {
102
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
103
+ itemGap: {
104
+ value: CMSCSSUnitTypesEnums;
105
+ unit: CMSCSSUnitTypesEnums;
106
+ property: string;
107
+ propertyType: CMSElementEditTypes;
108
+ };
109
+ theme: CMSIBCommonInterface;
110
+ font: CMSIBCommonInterface;
111
+ fontSize: CMSIBSizeInterface;
112
+ textColor: CMSIBCommonInterface;
113
+ bold: CMSIBCommonInterface;
114
+ italic: CMSIBCommonInterface;
115
+ linethrough: CMSIBCommonInterface;
116
+ underline: CMSIBCommonInterface;
117
+ textAlign: CMSIBCommonInterface;
118
+ characterSpacing: CMSIBSizeInterface;
119
+ lineHeight: CMSIBSizeInterface;
120
+ backgroundColor: CMSIBCommonInterface;
121
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
122
+ borderColor: CMSIBCommonInterface;
123
+ borderStyle: CMSIBCommonInterface;
124
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
125
+ showBorder: CMSIBCommonInterface;
126
+ showShadow: CMSIBCommonInterface;
127
+ shadowColor: CMSIBCommonInterface;
128
+ blur: CMSIBSizeInterface;
129
+ spread: CMSIBSizeInterface;
130
+ angle: CMSIBSizeInterface;
131
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
132
+ exposure: CMSIBSizeInterface;
133
+ contrast: CMSIBSizeInterface;
134
+ saturation: CMSIBSizeInterface;
135
+ highlights: CMSIBSizeInterface;
136
+ shadows: CMSIBSizeInterface;
137
+ selectorKey: cartAttributesSelectorKeysEnum;
138
+ };
139
+ attributesFields: {
140
+ theme: CMSIBCommonInterface;
141
+ font: CMSIBCommonInterface;
142
+ fontSize: CMSIBSizeInterface;
143
+ textColor: CMSIBCommonInterface;
144
+ bold: CMSIBCommonInterface;
145
+ italic: CMSIBCommonInterface;
146
+ linethrough: CMSIBCommonInterface;
147
+ underline: CMSIBCommonInterface;
148
+ textAlign: CMSIBCommonInterface;
149
+ characterSpacing: CMSIBSizeInterface;
150
+ lineHeight: CMSIBSizeInterface;
151
+ backgroundColor: CMSIBCommonInterface;
152
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
153
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
154
+ borderColor: CMSIBCommonInterface;
155
+ borderStyle: CMSIBCommonInterface;
156
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
157
+ showBorder: CMSIBCommonInterface;
158
+ showShadow: CMSIBCommonInterface;
159
+ shadowColor: CMSIBCommonInterface;
160
+ blur: CMSIBSizeInterface;
161
+ spread: CMSIBSizeInterface;
162
+ angle: CMSIBSizeInterface;
163
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
164
+ exposure: CMSIBSizeInterface;
165
+ contrast: CMSIBSizeInterface;
166
+ saturation: CMSIBSizeInterface;
167
+ highlights: CMSIBSizeInterface;
168
+ shadows: CMSIBSizeInterface;
169
+ selectorKey: cartAttributesSelectorKeysEnum;
170
+ };
171
+ attributesLabels: {
172
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
173
+ theme: CMSIBCommonInterface;
174
+ font: CMSIBCommonInterface;
175
+ fontSize: CMSIBSizeInterface;
176
+ textColor: CMSIBCommonInterface;
177
+ bold: CMSIBCommonInterface;
178
+ italic: CMSIBCommonInterface;
179
+ linethrough: CMSIBCommonInterface;
180
+ underline: CMSIBCommonInterface;
181
+ textAlign: CMSIBCommonInterface;
182
+ characterSpacing: CMSIBSizeInterface;
183
+ lineHeight: CMSIBSizeInterface;
184
+ backgroundColor: CMSIBCommonInterface;
185
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
186
+ borderColor: CMSIBCommonInterface;
187
+ borderStyle: CMSIBCommonInterface;
188
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
189
+ showBorder: CMSIBCommonInterface;
190
+ showShadow: CMSIBCommonInterface;
191
+ shadowColor: CMSIBCommonInterface;
192
+ blur: CMSIBSizeInterface;
193
+ spread: CMSIBSizeInterface;
194
+ angle: CMSIBSizeInterface;
195
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
196
+ exposure: CMSIBSizeInterface;
197
+ contrast: CMSIBSizeInterface;
198
+ saturation: CMSIBSizeInterface;
199
+ highlights: CMSIBSizeInterface;
200
+ shadows: CMSIBSizeInterface;
201
+ selectorKey: cartAttributesSelectorKeysEnum;
202
+ };
203
+ attributesInputs: {
204
+ itemGap: {
205
+ value: CMSCSSUnitTypesEnums;
206
+ unit: CMSCSSUnitTypesEnums;
207
+ property: string;
208
+ propertyType: CMSElementEditTypes;
209
+ };
210
+ theme: CMSIBCommonInterface;
211
+ font: CMSIBCommonInterface;
212
+ fontSize: CMSIBSizeInterface;
213
+ textColor: CMSIBCommonInterface;
214
+ bold: CMSIBCommonInterface;
215
+ italic: CMSIBCommonInterface;
216
+ linethrough: CMSIBCommonInterface;
217
+ underline: CMSIBCommonInterface;
218
+ textAlign: CMSIBCommonInterface;
219
+ characterSpacing: CMSIBSizeInterface;
220
+ lineHeight: CMSIBSizeInterface;
221
+ backgroundColor: CMSIBCommonInterface;
222
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
223
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
224
+ borderColor: CMSIBCommonInterface;
225
+ borderStyle: CMSIBCommonInterface;
226
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
227
+ showBorder: CMSIBCommonInterface;
228
+ showShadow: CMSIBCommonInterface;
229
+ shadowColor: CMSIBCommonInterface;
230
+ blur: CMSIBSizeInterface;
231
+ spread: CMSIBSizeInterface;
232
+ angle: CMSIBSizeInterface;
233
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
234
+ exposure: CMSIBSizeInterface;
235
+ contrast: CMSIBSizeInterface;
236
+ saturation: CMSIBSizeInterface;
237
+ highlights: CMSIBSizeInterface;
238
+ shadows: CMSIBSizeInterface;
239
+ selectorKey: cartAttributesSelectorKeysEnum;
240
+ };
241
+ fileUpload: {
242
+ themeDesc: {
243
+ value: string;
244
+ property: string;
245
+ propertyType: CMSElementEditTypes;
246
+ };
247
+ fontDesc: {
248
+ value: string;
249
+ property: string;
250
+ propertyType: CMSElementEditTypes;
251
+ parentRef: string;
252
+ };
253
+ fontSizeDesc: {
254
+ value: number;
255
+ unit: number;
256
+ property: string;
257
+ propertyType: CMSElementEditTypes;
258
+ parentRef: string;
259
+ };
260
+ textColorDesc: {
261
+ value: {
262
+ hex: string;
263
+ rgb: {
264
+ r: string;
265
+ g: string;
266
+ b: string;
267
+ a: number;
268
+ };
269
+ };
270
+ property: string;
271
+ propertyType: CMSElementEditTypes;
272
+ parentRef: string;
273
+ };
274
+ textHighlightDesc: {
275
+ value: {
276
+ hex: string;
277
+ rgb: {
278
+ r: string;
279
+ g: string;
280
+ b: string;
281
+ a: number;
282
+ };
283
+ };
284
+ property: string;
285
+ propertyType: CMSElementEditTypes;
286
+ };
287
+ boldDesc: {
288
+ value: string;
289
+ property: string;
290
+ propertyType: CMSElementEditTypes;
291
+ parentRef: string;
292
+ };
293
+ italicDesc: {
294
+ value: string;
295
+ property: string;
296
+ propertyType: CMSElementEditTypes;
297
+ parentRef: string;
298
+ };
299
+ linethroughDesc: {
300
+ value: string;
301
+ property: string;
302
+ propertyType: CMSElementEditTypes;
303
+ parentRef: string;
304
+ };
305
+ underlineDesc: {
306
+ value: string;
307
+ property: string;
308
+ propertyType: CMSElementEditTypes;
309
+ parentRef: string;
310
+ };
311
+ textAlignDesc: {
312
+ value: string;
313
+ property: string;
314
+ propertyType: CMSElementEditTypes;
315
+ parentRef: string;
316
+ };
317
+ characterSpacingDesc: {
318
+ value: number;
319
+ unit: number;
320
+ property: string;
321
+ propertyType: CMSElementEditTypes;
322
+ parentRef: string;
323
+ };
324
+ lineHeightDesc: {
325
+ value: number;
326
+ unit: number;
327
+ property: string;
328
+ propertyType: CMSElementEditTypes;
329
+ parentRef: string;
330
+ };
331
+ paragraphSpacingDesc: {
332
+ value: number;
333
+ unit: number;
334
+ property: string;
335
+ propertyType: CMSElementEditTypes;
336
+ parentRef: string;
337
+ };
338
+ theme: {
339
+ value: string;
340
+ property: string;
341
+ propertyType: CMSElementEditTypes;
342
+ };
343
+ font: {
344
+ value: string;
345
+ property: string;
346
+ propertyType: CMSElementEditTypes;
347
+ parentRef: string;
348
+ };
349
+ fontSize: {
350
+ value: number;
351
+ unit: number;
352
+ property: string;
353
+ propertyType: CMSElementEditTypes;
354
+ parentRef: string;
355
+ };
356
+ textColor: {
357
+ value: {
358
+ hex: string;
359
+ rgb: {
360
+ r: string;
361
+ g: string;
362
+ b: string;
363
+ a: number;
364
+ };
365
+ };
366
+ property: string;
367
+ propertyType: CMSElementEditTypes;
368
+ parentRef: string;
369
+ };
370
+ textHighlight: {
371
+ value: {
372
+ hex: string;
373
+ rgb: {
374
+ r: string;
375
+ g: string;
376
+ b: string;
377
+ a: number;
378
+ };
379
+ };
380
+ property: string;
381
+ propertyType: CMSElementEditTypes;
382
+ };
383
+ bold: {
384
+ value: string;
385
+ property: string;
386
+ propertyType: CMSElementEditTypes;
387
+ parentRef: string;
388
+ };
389
+ italic: {
390
+ value: string;
391
+ property: string;
392
+ propertyType: CMSElementEditTypes;
393
+ parentRef: string;
394
+ };
395
+ linethrough: {
396
+ value: string;
397
+ property: string;
398
+ propertyType: CMSElementEditTypes;
399
+ parentRef: string;
400
+ };
401
+ underline: {
402
+ value: string;
403
+ property: string;
404
+ propertyType: CMSElementEditTypes;
405
+ parentRef: string;
406
+ };
407
+ textAlign: {
408
+ value: string;
409
+ property: string;
410
+ propertyType: CMSElementEditTypes;
411
+ parentRef: string;
412
+ };
413
+ characterSpacing: {
414
+ value: number;
415
+ unit: number;
416
+ property: string;
417
+ propertyType: CMSElementEditTypes;
418
+ parentRef: string;
419
+ };
420
+ lineHeight: {
421
+ value: number;
422
+ unit: number;
423
+ property: string;
424
+ propertyType: CMSElementEditTypes;
425
+ parentRef: string;
426
+ };
427
+ paragraphSpacing: {
428
+ value: number;
429
+ unit: number;
430
+ property: string;
431
+ propertyType: CMSElementEditTypes;
432
+ parentRef: string;
433
+ };
434
+ itemGap: {
435
+ value: CMSCSSUnitTypesEnums;
436
+ unit: CMSCSSUnitTypesEnums;
437
+ property: string;
438
+ propertyType: CMSElementEditTypes;
439
+ };
440
+ backgroundColor: CMSIBCommonInterface;
441
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
442
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
443
+ borderColor: CMSIBCommonInterface;
444
+ borderStyle: CMSIBCommonInterface;
445
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
446
+ showBorder: CMSIBCommonInterface;
447
+ showShadow: CMSIBCommonInterface;
448
+ shadowColor: CMSIBCommonInterface;
449
+ blur: CMSIBSizeInterface;
450
+ spread: CMSIBSizeInterface;
451
+ angle: CMSIBSizeInterface;
452
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
453
+ exposure: CMSIBSizeInterface;
454
+ contrast: CMSIBSizeInterface;
455
+ saturation: CMSIBSizeInterface;
456
+ highlights: CMSIBSizeInterface;
457
+ shadows: CMSIBSizeInterface;
458
+ selectorKey: cartAttributesSelectorKeysEnum;
459
+ };
460
+ imageUpload: {
461
+ themeDesc: {
462
+ value: string;
463
+ property: string;
464
+ propertyType: CMSElementEditTypes;
465
+ };
466
+ fontDesc: {
467
+ value: string;
468
+ property: string;
469
+ propertyType: CMSElementEditTypes;
470
+ parentRef: string;
471
+ };
472
+ fontSizeDesc: {
473
+ value: number;
474
+ unit: number;
475
+ property: string;
476
+ propertyType: CMSElementEditTypes;
477
+ parentRef: string;
478
+ };
479
+ textColorDesc: {
480
+ value: {
481
+ hex: string;
482
+ rgb: {
483
+ r: string;
484
+ g: string;
485
+ b: string;
486
+ a: number;
487
+ };
488
+ };
489
+ property: string;
490
+ propertyType: CMSElementEditTypes;
491
+ parentRef: string;
492
+ };
493
+ textHighlightDesc: {
494
+ value: {
495
+ hex: string;
496
+ rgb: {
497
+ r: string;
498
+ g: string;
499
+ b: string;
500
+ a: number;
501
+ };
502
+ };
503
+ property: string;
504
+ propertyType: CMSElementEditTypes;
505
+ };
506
+ boldDesc: {
507
+ value: string;
508
+ property: string;
509
+ propertyType: CMSElementEditTypes;
510
+ parentRef: string;
511
+ };
512
+ italicDesc: {
513
+ value: string;
514
+ property: string;
515
+ propertyType: CMSElementEditTypes;
516
+ parentRef: string;
517
+ };
518
+ linethroughDesc: {
519
+ value: string;
520
+ property: string;
521
+ propertyType: CMSElementEditTypes;
522
+ parentRef: string;
523
+ };
524
+ underlineDesc: {
525
+ value: string;
526
+ property: string;
527
+ propertyType: CMSElementEditTypes;
528
+ parentRef: string;
529
+ };
530
+ textAlignDesc: {
531
+ value: string;
532
+ property: string;
533
+ propertyType: CMSElementEditTypes;
534
+ parentRef: string;
535
+ };
536
+ characterSpacingDesc: {
537
+ value: number;
538
+ unit: number;
539
+ property: string;
540
+ propertyType: CMSElementEditTypes;
541
+ parentRef: string;
542
+ };
543
+ lineHeightDesc: {
544
+ value: number;
545
+ unit: number;
546
+ property: string;
547
+ propertyType: CMSElementEditTypes;
548
+ parentRef: string;
549
+ };
550
+ paragraphSpacingDesc: {
551
+ value: number;
552
+ unit: number;
553
+ property: string;
554
+ propertyType: CMSElementEditTypes;
555
+ parentRef: string;
556
+ };
557
+ theme: {
558
+ value: string;
559
+ property: string;
560
+ propertyType: CMSElementEditTypes;
561
+ };
562
+ font: {
563
+ value: string;
564
+ property: string;
565
+ propertyType: CMSElementEditTypes;
566
+ parentRef: string;
567
+ };
568
+ fontSize: {
569
+ value: number;
570
+ unit: number;
571
+ property: string;
572
+ propertyType: CMSElementEditTypes;
573
+ parentRef: string;
574
+ };
575
+ textColor: {
576
+ value: {
577
+ hex: string;
578
+ rgb: {
579
+ r: string;
580
+ g: string;
581
+ b: string;
582
+ a: number;
583
+ };
584
+ };
585
+ property: string;
586
+ propertyType: CMSElementEditTypes;
587
+ parentRef: string;
588
+ };
589
+ textHighlight: {
590
+ value: {
591
+ hex: string;
592
+ rgb: {
593
+ r: string;
594
+ g: string;
595
+ b: string;
596
+ a: number;
597
+ };
598
+ };
599
+ property: string;
600
+ propertyType: CMSElementEditTypes;
601
+ };
602
+ bold: {
603
+ value: string;
604
+ property: string;
605
+ propertyType: CMSElementEditTypes;
606
+ parentRef: string;
607
+ };
608
+ italic: {
609
+ value: string;
610
+ property: string;
611
+ propertyType: CMSElementEditTypes;
612
+ parentRef: string;
613
+ };
614
+ linethrough: {
615
+ value: string;
616
+ property: string;
617
+ propertyType: CMSElementEditTypes;
618
+ parentRef: string;
619
+ };
620
+ underline: {
621
+ value: string;
622
+ property: string;
623
+ propertyType: CMSElementEditTypes;
624
+ parentRef: string;
625
+ };
626
+ textAlign: {
627
+ value: string;
628
+ property: string;
629
+ propertyType: CMSElementEditTypes;
630
+ parentRef: string;
631
+ };
632
+ characterSpacing: {
633
+ value: number;
634
+ unit: number;
635
+ property: string;
636
+ propertyType: CMSElementEditTypes;
637
+ parentRef: string;
638
+ };
639
+ lineHeight: {
640
+ value: number;
641
+ unit: number;
642
+ property: string;
643
+ propertyType: CMSElementEditTypes;
644
+ parentRef: string;
645
+ };
646
+ paragraphSpacing: {
647
+ value: number;
648
+ unit: number;
649
+ property: string;
650
+ propertyType: CMSElementEditTypes;
651
+ parentRef: string;
652
+ };
653
+ itemGap: {
654
+ value: CMSCSSUnitTypesEnums;
655
+ unit: CMSCSSUnitTypesEnums;
656
+ property: string;
657
+ propertyType: CMSElementEditTypes;
658
+ };
659
+ backgroundColor: CMSIBCommonInterface;
660
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
661
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
662
+ borderColor: CMSIBCommonInterface;
663
+ borderStyle: CMSIBCommonInterface;
664
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
665
+ showBorder: CMSIBCommonInterface;
666
+ showShadow: CMSIBCommonInterface;
667
+ shadowColor: CMSIBCommonInterface;
668
+ blur: CMSIBSizeInterface;
669
+ spread: CMSIBSizeInterface;
670
+ angle: CMSIBSizeInterface;
671
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
672
+ exposure: CMSIBSizeInterface;
673
+ contrast: CMSIBSizeInterface;
674
+ saturation: CMSIBSizeInterface;
675
+ highlights: CMSIBSizeInterface;
676
+ shadows: CMSIBSizeInterface;
677
+ selectorKey: cartAttributesSelectorKeysEnum;
678
+ };
679
+ attributesBooleans: {
680
+ themeDesc: {
681
+ value: string;
682
+ property: string;
683
+ propertyType: CMSElementEditTypes;
684
+ };
685
+ fontDesc: {
686
+ value: string;
687
+ property: string;
688
+ propertyType: CMSElementEditTypes;
689
+ parentRef: string;
690
+ };
691
+ fontSizeDesc: {
692
+ value: number;
693
+ unit: number;
694
+ property: string;
695
+ propertyType: CMSElementEditTypes;
696
+ parentRef: string;
697
+ };
698
+ textColorDesc: {
699
+ value: {
700
+ hex: string;
701
+ rgb: {
702
+ r: string;
703
+ g: string;
704
+ b: string;
705
+ a: number;
706
+ };
707
+ };
708
+ property: string;
709
+ propertyType: CMSElementEditTypes;
710
+ parentRef: string;
711
+ };
712
+ textHighlightDesc: {
713
+ value: {
714
+ hex: string;
715
+ rgb: {
716
+ r: string;
717
+ g: string;
718
+ b: string;
719
+ a: number;
720
+ };
721
+ };
722
+ property: string;
723
+ propertyType: CMSElementEditTypes;
724
+ };
725
+ boldDesc: {
726
+ value: string;
727
+ property: string;
728
+ propertyType: CMSElementEditTypes;
729
+ parentRef: string;
730
+ };
731
+ italicDesc: {
732
+ value: string;
733
+ property: string;
734
+ propertyType: CMSElementEditTypes;
735
+ parentRef: string;
736
+ };
737
+ linethroughDesc: {
738
+ value: string;
739
+ property: string;
740
+ propertyType: CMSElementEditTypes;
741
+ parentRef: string;
742
+ };
743
+ underlineDesc: {
744
+ value: string;
745
+ property: string;
746
+ propertyType: CMSElementEditTypes;
747
+ parentRef: string;
748
+ };
749
+ textAlignDesc: {
750
+ value: string;
751
+ property: string;
752
+ propertyType: CMSElementEditTypes;
753
+ parentRef: string;
754
+ };
755
+ characterSpacingDesc: {
756
+ value: number;
757
+ unit: number;
758
+ property: string;
759
+ propertyType: CMSElementEditTypes;
760
+ parentRef: string;
761
+ };
762
+ lineHeightDesc: {
763
+ value: number;
764
+ unit: number;
765
+ property: string;
766
+ propertyType: CMSElementEditTypes;
767
+ parentRef: string;
768
+ };
769
+ paragraphSpacingDesc: {
770
+ value: number;
771
+ unit: number;
772
+ property: string;
773
+ propertyType: CMSElementEditTypes;
774
+ parentRef: string;
775
+ };
776
+ theme: {
777
+ value: string;
778
+ property: string;
779
+ propertyType: CMSElementEditTypes;
780
+ };
781
+ font: {
782
+ value: string;
783
+ property: string;
784
+ propertyType: CMSElementEditTypes;
785
+ parentRef: string;
786
+ };
787
+ fontSize: {
788
+ value: number;
789
+ unit: number;
790
+ property: string;
791
+ propertyType: CMSElementEditTypes;
792
+ parentRef: string;
793
+ };
794
+ textColor: {
795
+ value: {
796
+ hex: string;
797
+ rgb: {
798
+ r: string;
799
+ g: string;
800
+ b: string;
801
+ a: number;
802
+ };
803
+ };
804
+ property: string;
805
+ propertyType: CMSElementEditTypes;
806
+ parentRef: string;
807
+ };
808
+ textHighlight: {
809
+ value: {
810
+ hex: string;
811
+ rgb: {
812
+ r: string;
813
+ g: string;
814
+ b: string;
815
+ a: number;
816
+ };
817
+ };
818
+ property: string;
819
+ propertyType: CMSElementEditTypes;
820
+ };
821
+ bold: {
822
+ value: string;
823
+ property: string;
824
+ propertyType: CMSElementEditTypes;
825
+ parentRef: string;
826
+ };
827
+ italic: {
828
+ value: string;
829
+ property: string;
830
+ propertyType: CMSElementEditTypes;
831
+ parentRef: string;
832
+ };
833
+ linethrough: {
834
+ value: string;
835
+ property: string;
836
+ propertyType: CMSElementEditTypes;
837
+ parentRef: string;
838
+ };
839
+ underline: {
840
+ value: string;
841
+ property: string;
842
+ propertyType: CMSElementEditTypes;
843
+ parentRef: string;
844
+ };
845
+ textAlign: {
846
+ value: string;
847
+ property: string;
848
+ propertyType: CMSElementEditTypes;
849
+ parentRef: string;
850
+ };
851
+ characterSpacing: {
852
+ value: number;
853
+ unit: number;
854
+ property: string;
855
+ propertyType: CMSElementEditTypes;
856
+ parentRef: string;
857
+ };
858
+ lineHeight: {
859
+ value: number;
860
+ unit: number;
861
+ property: string;
862
+ propertyType: CMSElementEditTypes;
863
+ parentRef: string;
864
+ };
865
+ paragraphSpacing: {
866
+ value: number;
867
+ unit: number;
868
+ property: string;
869
+ propertyType: CMSElementEditTypes;
870
+ parentRef: string;
871
+ };
872
+ itemGap: {
873
+ value: CMSCSSUnitTypesEnums;
874
+ unit: CMSCSSUnitTypesEnums;
875
+ property: string;
876
+ propertyType: CMSElementEditTypes;
877
+ };
878
+ backgroundColor: CMSIBCommonInterface;
879
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
880
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
881
+ borderColor: CMSIBCommonInterface;
882
+ borderStyle: CMSIBCommonInterface;
883
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
884
+ showBorder: CMSIBCommonInterface;
885
+ showShadow: CMSIBCommonInterface;
886
+ shadowColor: CMSIBCommonInterface;
887
+ blur: CMSIBSizeInterface;
888
+ spread: CMSIBSizeInterface;
889
+ angle: CMSIBSizeInterface;
890
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
891
+ exposure: CMSIBSizeInterface;
892
+ contrast: CMSIBSizeInterface;
893
+ saturation: CMSIBSizeInterface;
894
+ highlights: CMSIBSizeInterface;
895
+ shadows: CMSIBSizeInterface;
896
+ selectorKey: cartAttributesSelectorKeysEnum;
897
+ };
179
898
  };
180
899
  };
181
900
  };