@sc-360-v2/storefront-cms-library 0.3.42 → 0.3.44

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,26 @@
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
+ ACCORDION_ARROWS_ITEM = "accordionarrowsItem",
10
+ ATTRIBUTES_WIDGET = "attributesWidget",
11
+ ATTRIBUTES_HEADER = "attributesHeader",
12
+ ATTRIBUTES_CONTAINER = "attributesContainer",
13
+ ATTRIBUTE_ITEMS_WRAPPER = "attributeItemsWrapper",
14
+ ATTRIBUTES_FIELDS = "attributesFields",
15
+ ATTRIBUTES_LABELS = "attributesLabels",
16
+ ATTRIBUTES_INPUTS = "attributesInputs",
17
+ ATTRIBUTES_DROPDOWN = "attributesDropdown",
18
+ UPLOADS = "uploads",
19
+ ATTRIBUTES_BOOLEANS = "attributesBooleans"
13
20
  }
14
21
  export declare const getDefaultData: () => {
15
22
  layout: {
16
- selectorKey: cartSelectorKeysEnum;
23
+ selectorKey: cartAttributesSelectorKeysEnum;
17
24
  width: {
18
25
  value: string;
19
26
  unit: number;
@@ -36,98 +43,26 @@ export declare const getDefaultData: () => {
36
43
  };
37
44
  };
38
45
  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;
46
+ selectorKey: cartAttributesSelectorKeysEnum;
47
+ accordionArrowsItem: {
48
+ selectorKey: cartAttributesSelectorKeysEnum;
54
49
  showIcon: CMSIBCommonInterface | undefined;
55
- iconSize: CMSIBSizeInterface;
56
50
  iconColor: CMSIBCommonInterface;
57
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
58
- margin: import("../../interfaces/global").CSSPaddingValues | undefined;
59
- borderColor: CMSIBCommonInterface;
60
- borderStyle: CMSIBCommonInterface;
61
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
62
- 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
- backgroundColor: CMSIBCommonInterface;
89
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
90
- showIcon: CMSIBCommonInterface | undefined;
91
51
  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
- showShadow: CMSIBCommonInterface;
100
- shadowColor: CMSIBCommonInterface;
101
- blur: CMSIBSizeInterface;
102
- spread: CMSIBSizeInterface;
103
- angle: CMSIBSizeInterface;
104
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
105
- exposure: CMSIBSizeInterface;
106
- contrast: CMSIBSizeInterface;
107
- saturation: CMSIBSizeInterface;
108
- highlights: CMSIBSizeInterface;
109
- shadows: CMSIBSizeInterface;
110
- selectorKey: cartSelectorKeysEnum;
52
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
53
+ showIconDesc: CMSIBCommonInterface | undefined;
54
+ iconColorDesc: CMSIBCommonInterface;
55
+ iconSizeDesc: CMSIBSizeInterface;
56
+ iconDesc: import("../../interfaces/global").CMSIBIconInterface | undefined;
111
57
  };
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;
58
+ attributesWidget: {
125
59
  padding: import("../../interfaces/global").CSSPaddingValues | undefined;
126
60
  margin: import("../../interfaces/global").CSSPaddingValues | undefined;
127
61
  borderColor: CMSIBCommonInterface;
128
62
  borderStyle: CMSIBCommonInterface;
129
63
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
130
64
  showBorder: CMSIBCommonInterface;
65
+ backgroundColor: CMSIBCommonInterface;
131
66
  showShadow: CMSIBCommonInterface;
132
67
  shadowColor: CMSIBCommonInterface;
133
68
  blur: CMSIBSizeInterface;
@@ -139,9 +74,10 @@ export declare const getDefaultData: () => {
139
74
  saturation: CMSIBSizeInterface;
140
75
  highlights: CMSIBSizeInterface;
141
76
  shadows: CMSIBSizeInterface;
142
- selectorKey: cartSelectorKeysEnum;
77
+ selectorKey: cartAttributesSelectorKeysEnum;
143
78
  };
144
- cartAttributesItemsField: {
79
+ attributesHeader: {
80
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
145
81
  theme: CMSIBCommonInterface;
146
82
  font: CMSIBCommonInterface;
147
83
  fontSize: CMSIBSizeInterface;
@@ -154,11 +90,6 @@ export declare const getDefaultData: () => {
154
90
  characterSpacing: CMSIBSizeInterface;
155
91
  lineHeight: CMSIBSizeInterface;
156
92
  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
93
  margin: import("../../interfaces/global").CSSPaddingValues | undefined;
163
94
  borderColor: CMSIBCommonInterface;
164
95
  borderStyle: CMSIBCommonInterface;
@@ -175,7 +106,620 @@ export declare const getDefaultData: () => {
175
106
  saturation: CMSIBSizeInterface;
176
107
  highlights: CMSIBSizeInterface;
177
108
  shadows: CMSIBSizeInterface;
178
- selectorKey: cartSelectorKeysEnum;
109
+ selectorKey: cartAttributesSelectorKeysEnum;
110
+ };
111
+ attributesContainer: {
112
+ selectorKey: cartAttributesSelectorKeysEnum;
113
+ attributeItemsWrapper: {
114
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
115
+ itemGap: {
116
+ value: CMSCSSUnitTypesEnums;
117
+ unit: CMSCSSUnitTypesEnums;
118
+ property: string;
119
+ propertyType: CMSElementEditTypes;
120
+ };
121
+ theme: CMSIBCommonInterface;
122
+ font: CMSIBCommonInterface;
123
+ fontSize: CMSIBSizeInterface;
124
+ textColor: CMSIBCommonInterface;
125
+ bold: CMSIBCommonInterface;
126
+ italic: CMSIBCommonInterface;
127
+ linethrough: CMSIBCommonInterface;
128
+ underline: CMSIBCommonInterface;
129
+ textAlign: CMSIBCommonInterface;
130
+ characterSpacing: CMSIBSizeInterface;
131
+ lineHeight: CMSIBSizeInterface;
132
+ backgroundColor: CMSIBCommonInterface;
133
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
134
+ borderColor: CMSIBCommonInterface;
135
+ borderStyle: CMSIBCommonInterface;
136
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
137
+ showBorder: CMSIBCommonInterface;
138
+ showShadow: CMSIBCommonInterface;
139
+ shadowColor: CMSIBCommonInterface;
140
+ blur: CMSIBSizeInterface;
141
+ spread: CMSIBSizeInterface;
142
+ angle: CMSIBSizeInterface;
143
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
144
+ exposure: CMSIBSizeInterface;
145
+ contrast: CMSIBSizeInterface;
146
+ saturation: CMSIBSizeInterface;
147
+ highlights: CMSIBSizeInterface;
148
+ shadows: CMSIBSizeInterface;
149
+ selectorKey: cartAttributesSelectorKeysEnum;
150
+ };
151
+ attributesFields: {
152
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
153
+ itemGap: {
154
+ value: CMSCSSUnitTypesEnums;
155
+ unit: CMSCSSUnitTypesEnums;
156
+ property: string;
157
+ propertyType: CMSElementEditTypes;
158
+ };
159
+ theme: CMSIBCommonInterface;
160
+ font: CMSIBCommonInterface;
161
+ fontSize: CMSIBSizeInterface;
162
+ textColor: CMSIBCommonInterface;
163
+ bold: CMSIBCommonInterface;
164
+ italic: CMSIBCommonInterface;
165
+ linethrough: CMSIBCommonInterface;
166
+ underline: CMSIBCommonInterface;
167
+ textAlign: CMSIBCommonInterface;
168
+ characterSpacing: CMSIBSizeInterface;
169
+ lineHeight: CMSIBSizeInterface;
170
+ backgroundColor: CMSIBCommonInterface;
171
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
172
+ borderColor: CMSIBCommonInterface;
173
+ borderStyle: CMSIBCommonInterface;
174
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
175
+ showBorder: CMSIBCommonInterface;
176
+ showShadow: CMSIBCommonInterface;
177
+ shadowColor: CMSIBCommonInterface;
178
+ blur: CMSIBSizeInterface;
179
+ spread: CMSIBSizeInterface;
180
+ angle: CMSIBSizeInterface;
181
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
182
+ exposure: CMSIBSizeInterface;
183
+ contrast: CMSIBSizeInterface;
184
+ saturation: CMSIBSizeInterface;
185
+ highlights: CMSIBSizeInterface;
186
+ shadows: CMSIBSizeInterface;
187
+ selectorKey: cartAttributesSelectorKeysEnum;
188
+ };
189
+ attributesLabels: {
190
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
191
+ theme: CMSIBCommonInterface;
192
+ font: CMSIBCommonInterface;
193
+ fontSize: CMSIBSizeInterface;
194
+ textColor: CMSIBCommonInterface;
195
+ bold: CMSIBCommonInterface;
196
+ italic: CMSIBCommonInterface;
197
+ linethrough: CMSIBCommonInterface;
198
+ underline: CMSIBCommonInterface;
199
+ textAlign: CMSIBCommonInterface;
200
+ characterSpacing: CMSIBSizeInterface;
201
+ lineHeight: CMSIBSizeInterface;
202
+ backgroundColor: CMSIBCommonInterface;
203
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
204
+ borderColor: CMSIBCommonInterface;
205
+ borderStyle: CMSIBCommonInterface;
206
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
207
+ showBorder: CMSIBCommonInterface;
208
+ showShadow: CMSIBCommonInterface;
209
+ shadowColor: CMSIBCommonInterface;
210
+ blur: CMSIBSizeInterface;
211
+ spread: CMSIBSizeInterface;
212
+ angle: CMSIBSizeInterface;
213
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
214
+ exposure: CMSIBSizeInterface;
215
+ contrast: CMSIBSizeInterface;
216
+ saturation: CMSIBSizeInterface;
217
+ highlights: CMSIBSizeInterface;
218
+ shadows: CMSIBSizeInterface;
219
+ selectorKey: cartAttributesSelectorKeysEnum;
220
+ };
221
+ attributesInputs: {
222
+ theme: CMSIBCommonInterface;
223
+ font: CMSIBCommonInterface;
224
+ fontSize: CMSIBSizeInterface;
225
+ textColor: CMSIBCommonInterface;
226
+ bold: CMSIBCommonInterface;
227
+ italic: CMSIBCommonInterface;
228
+ linethrough: CMSIBCommonInterface;
229
+ underline: CMSIBCommonInterface;
230
+ textAlign: CMSIBCommonInterface;
231
+ characterSpacing: CMSIBSizeInterface;
232
+ lineHeight: CMSIBSizeInterface;
233
+ backgroundColor: CMSIBCommonInterface;
234
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
235
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
236
+ borderColor: CMSIBCommonInterface;
237
+ borderStyle: CMSIBCommonInterface;
238
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
239
+ showBorder: CMSIBCommonInterface;
240
+ showShadow: CMSIBCommonInterface;
241
+ shadowColor: CMSIBCommonInterface;
242
+ blur: CMSIBSizeInterface;
243
+ spread: CMSIBSizeInterface;
244
+ angle: CMSIBSizeInterface;
245
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
246
+ exposure: CMSIBSizeInterface;
247
+ contrast: CMSIBSizeInterface;
248
+ saturation: CMSIBSizeInterface;
249
+ highlights: CMSIBSizeInterface;
250
+ shadows: CMSIBSizeInterface;
251
+ selectorKey: cartAttributesSelectorKeysEnum;
252
+ };
253
+ attributesDropdown: {
254
+ theme: CMSIBCommonInterface;
255
+ font: CMSIBCommonInterface;
256
+ fontSize: CMSIBSizeInterface;
257
+ textColor: CMSIBCommonInterface;
258
+ bold: CMSIBCommonInterface;
259
+ italic: CMSIBCommonInterface;
260
+ linethrough: CMSIBCommonInterface;
261
+ underline: CMSIBCommonInterface;
262
+ textAlign: CMSIBCommonInterface;
263
+ characterSpacing: CMSIBSizeInterface;
264
+ lineHeight: CMSIBSizeInterface;
265
+ backgroundColor: CMSIBCommonInterface;
266
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
267
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
268
+ borderColor: CMSIBCommonInterface;
269
+ borderStyle: CMSIBCommonInterface;
270
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
271
+ showBorder: CMSIBCommonInterface;
272
+ showShadow: CMSIBCommonInterface;
273
+ shadowColor: CMSIBCommonInterface;
274
+ blur: CMSIBSizeInterface;
275
+ spread: CMSIBSizeInterface;
276
+ angle: CMSIBSizeInterface;
277
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
278
+ exposure: CMSIBSizeInterface;
279
+ contrast: CMSIBSizeInterface;
280
+ saturation: CMSIBSizeInterface;
281
+ highlights: CMSIBSizeInterface;
282
+ shadows: CMSIBSizeInterface;
283
+ selectorKey: cartAttributesSelectorKeysEnum;
284
+ };
285
+ uploads: {
286
+ themeDesc: {
287
+ value: string;
288
+ property: string;
289
+ propertyType: CMSElementEditTypes;
290
+ };
291
+ fontDesc: {
292
+ value: string;
293
+ property: string;
294
+ propertyType: CMSElementEditTypes;
295
+ parentRef: string;
296
+ };
297
+ fontSizeDesc: {
298
+ value: number;
299
+ unit: number;
300
+ property: string;
301
+ propertyType: CMSElementEditTypes;
302
+ parentRef: string;
303
+ };
304
+ textColorDesc: {
305
+ value: {
306
+ hex: string;
307
+ rgb: {
308
+ r: string;
309
+ g: string;
310
+ b: string;
311
+ a: number;
312
+ };
313
+ };
314
+ property: string;
315
+ propertyType: CMSElementEditTypes;
316
+ parentRef: string;
317
+ };
318
+ textHighlightDesc: {
319
+ value: {
320
+ hex: string;
321
+ rgb: {
322
+ r: string;
323
+ g: string;
324
+ b: string;
325
+ a: number;
326
+ };
327
+ };
328
+ property: string;
329
+ propertyType: CMSElementEditTypes;
330
+ };
331
+ boldDesc: {
332
+ value: string;
333
+ property: string;
334
+ propertyType: CMSElementEditTypes;
335
+ parentRef: string;
336
+ };
337
+ italicDesc: {
338
+ value: string;
339
+ property: string;
340
+ propertyType: CMSElementEditTypes;
341
+ parentRef: string;
342
+ };
343
+ linethroughDesc: {
344
+ value: string;
345
+ property: string;
346
+ propertyType: CMSElementEditTypes;
347
+ parentRef: string;
348
+ };
349
+ underlineDesc: {
350
+ value: string;
351
+ property: string;
352
+ propertyType: CMSElementEditTypes;
353
+ parentRef: string;
354
+ };
355
+ textAlignDesc: {
356
+ value: string;
357
+ property: string;
358
+ propertyType: CMSElementEditTypes;
359
+ parentRef: string;
360
+ };
361
+ characterSpacingDesc: {
362
+ value: number;
363
+ unit: number;
364
+ property: string;
365
+ propertyType: CMSElementEditTypes;
366
+ parentRef: string;
367
+ };
368
+ lineHeightDesc: {
369
+ value: number;
370
+ unit: number;
371
+ property: string;
372
+ propertyType: CMSElementEditTypes;
373
+ parentRef: string;
374
+ };
375
+ paragraphSpacingDesc: {
376
+ value: number;
377
+ unit: number;
378
+ property: string;
379
+ propertyType: CMSElementEditTypes;
380
+ parentRef: string;
381
+ };
382
+ theme: {
383
+ value: string;
384
+ property: string;
385
+ propertyType: CMSElementEditTypes;
386
+ };
387
+ font: {
388
+ value: string;
389
+ property: string;
390
+ propertyType: CMSElementEditTypes;
391
+ parentRef: string;
392
+ };
393
+ fontSize: {
394
+ value: number;
395
+ unit: number;
396
+ property: string;
397
+ propertyType: CMSElementEditTypes;
398
+ parentRef: string;
399
+ };
400
+ textColor: {
401
+ value: {
402
+ hex: string;
403
+ rgb: {
404
+ r: string;
405
+ g: string;
406
+ b: string;
407
+ a: number;
408
+ };
409
+ };
410
+ property: string;
411
+ propertyType: CMSElementEditTypes;
412
+ parentRef: string;
413
+ };
414
+ textHighlight: {
415
+ value: {
416
+ hex: string;
417
+ rgb: {
418
+ r: string;
419
+ g: string;
420
+ b: string;
421
+ a: number;
422
+ };
423
+ };
424
+ property: string;
425
+ propertyType: CMSElementEditTypes;
426
+ };
427
+ bold: {
428
+ value: string;
429
+ property: string;
430
+ propertyType: CMSElementEditTypes;
431
+ parentRef: string;
432
+ };
433
+ italic: {
434
+ value: string;
435
+ property: string;
436
+ propertyType: CMSElementEditTypes;
437
+ parentRef: string;
438
+ };
439
+ linethrough: {
440
+ value: string;
441
+ property: string;
442
+ propertyType: CMSElementEditTypes;
443
+ parentRef: string;
444
+ };
445
+ underline: {
446
+ value: string;
447
+ property: string;
448
+ propertyType: CMSElementEditTypes;
449
+ parentRef: string;
450
+ };
451
+ textAlign: {
452
+ value: string;
453
+ property: string;
454
+ propertyType: CMSElementEditTypes;
455
+ parentRef: string;
456
+ };
457
+ characterSpacing: {
458
+ value: number;
459
+ unit: number;
460
+ property: string;
461
+ propertyType: CMSElementEditTypes;
462
+ parentRef: string;
463
+ };
464
+ lineHeight: {
465
+ value: number;
466
+ unit: number;
467
+ property: string;
468
+ propertyType: CMSElementEditTypes;
469
+ parentRef: string;
470
+ };
471
+ paragraphSpacing: {
472
+ value: number;
473
+ unit: number;
474
+ property: string;
475
+ propertyType: CMSElementEditTypes;
476
+ parentRef: string;
477
+ };
478
+ itemGap: {
479
+ value: CMSCSSUnitTypesEnums;
480
+ unit: CMSCSSUnitTypesEnums;
481
+ property: string;
482
+ propertyType: CMSElementEditTypes;
483
+ };
484
+ backgroundColor: CMSIBCommonInterface;
485
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
486
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
487
+ borderColor: CMSIBCommonInterface;
488
+ borderStyle: CMSIBCommonInterface;
489
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
490
+ showBorder: CMSIBCommonInterface;
491
+ showShadow: CMSIBCommonInterface;
492
+ shadowColor: CMSIBCommonInterface;
493
+ blur: CMSIBSizeInterface;
494
+ spread: CMSIBSizeInterface;
495
+ angle: CMSIBSizeInterface;
496
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
497
+ exposure: CMSIBSizeInterface;
498
+ contrast: CMSIBSizeInterface;
499
+ saturation: CMSIBSizeInterface;
500
+ highlights: CMSIBSizeInterface;
501
+ shadows: CMSIBSizeInterface;
502
+ selectorKey: cartAttributesSelectorKeysEnum;
503
+ };
504
+ attributesBooleans: {
505
+ themeDesc: {
506
+ value: string;
507
+ property: string;
508
+ propertyType: CMSElementEditTypes;
509
+ };
510
+ fontDesc: {
511
+ value: string;
512
+ property: string;
513
+ propertyType: CMSElementEditTypes;
514
+ parentRef: string;
515
+ };
516
+ fontSizeDesc: {
517
+ value: number;
518
+ unit: number;
519
+ property: string;
520
+ propertyType: CMSElementEditTypes;
521
+ parentRef: string;
522
+ };
523
+ textColorDesc: {
524
+ value: {
525
+ hex: string;
526
+ rgb: {
527
+ r: string;
528
+ g: string;
529
+ b: string;
530
+ a: number;
531
+ };
532
+ };
533
+ property: string;
534
+ propertyType: CMSElementEditTypes;
535
+ parentRef: string;
536
+ };
537
+ textHighlightDesc: {
538
+ value: {
539
+ hex: string;
540
+ rgb: {
541
+ r: string;
542
+ g: string;
543
+ b: string;
544
+ a: number;
545
+ };
546
+ };
547
+ property: string;
548
+ propertyType: CMSElementEditTypes;
549
+ };
550
+ boldDesc: {
551
+ value: string;
552
+ property: string;
553
+ propertyType: CMSElementEditTypes;
554
+ parentRef: string;
555
+ };
556
+ italicDesc: {
557
+ value: string;
558
+ property: string;
559
+ propertyType: CMSElementEditTypes;
560
+ parentRef: string;
561
+ };
562
+ linethroughDesc: {
563
+ value: string;
564
+ property: string;
565
+ propertyType: CMSElementEditTypes;
566
+ parentRef: string;
567
+ };
568
+ underlineDesc: {
569
+ value: string;
570
+ property: string;
571
+ propertyType: CMSElementEditTypes;
572
+ parentRef: string;
573
+ };
574
+ textAlignDesc: {
575
+ value: string;
576
+ property: string;
577
+ propertyType: CMSElementEditTypes;
578
+ parentRef: string;
579
+ };
580
+ characterSpacingDesc: {
581
+ value: number;
582
+ unit: number;
583
+ property: string;
584
+ propertyType: CMSElementEditTypes;
585
+ parentRef: string;
586
+ };
587
+ lineHeightDesc: {
588
+ value: number;
589
+ unit: number;
590
+ property: string;
591
+ propertyType: CMSElementEditTypes;
592
+ parentRef: string;
593
+ };
594
+ paragraphSpacingDesc: {
595
+ value: number;
596
+ unit: number;
597
+ property: string;
598
+ propertyType: CMSElementEditTypes;
599
+ parentRef: string;
600
+ };
601
+ theme: {
602
+ value: string;
603
+ property: string;
604
+ propertyType: CMSElementEditTypes;
605
+ };
606
+ font: {
607
+ value: string;
608
+ property: string;
609
+ propertyType: CMSElementEditTypes;
610
+ parentRef: string;
611
+ };
612
+ fontSize: {
613
+ value: number;
614
+ unit: number;
615
+ property: string;
616
+ propertyType: CMSElementEditTypes;
617
+ parentRef: string;
618
+ };
619
+ textColor: {
620
+ value: {
621
+ hex: string;
622
+ rgb: {
623
+ r: string;
624
+ g: string;
625
+ b: string;
626
+ a: number;
627
+ };
628
+ };
629
+ property: string;
630
+ propertyType: CMSElementEditTypes;
631
+ parentRef: string;
632
+ };
633
+ textHighlight: {
634
+ value: {
635
+ hex: string;
636
+ rgb: {
637
+ r: string;
638
+ g: string;
639
+ b: string;
640
+ a: number;
641
+ };
642
+ };
643
+ property: string;
644
+ propertyType: CMSElementEditTypes;
645
+ };
646
+ bold: {
647
+ value: string;
648
+ property: string;
649
+ propertyType: CMSElementEditTypes;
650
+ parentRef: string;
651
+ };
652
+ italic: {
653
+ value: string;
654
+ property: string;
655
+ propertyType: CMSElementEditTypes;
656
+ parentRef: string;
657
+ };
658
+ linethrough: {
659
+ value: string;
660
+ property: string;
661
+ propertyType: CMSElementEditTypes;
662
+ parentRef: string;
663
+ };
664
+ underline: {
665
+ value: string;
666
+ property: string;
667
+ propertyType: CMSElementEditTypes;
668
+ parentRef: string;
669
+ };
670
+ textAlign: {
671
+ value: string;
672
+ property: string;
673
+ propertyType: CMSElementEditTypes;
674
+ parentRef: string;
675
+ };
676
+ characterSpacing: {
677
+ value: number;
678
+ unit: number;
679
+ property: string;
680
+ propertyType: CMSElementEditTypes;
681
+ parentRef: string;
682
+ };
683
+ lineHeight: {
684
+ value: number;
685
+ unit: number;
686
+ property: string;
687
+ propertyType: CMSElementEditTypes;
688
+ parentRef: string;
689
+ };
690
+ paragraphSpacing: {
691
+ value: number;
692
+ unit: number;
693
+ property: string;
694
+ propertyType: CMSElementEditTypes;
695
+ parentRef: string;
696
+ };
697
+ itemGap: {
698
+ value: CMSCSSUnitTypesEnums;
699
+ unit: CMSCSSUnitTypesEnums;
700
+ property: string;
701
+ propertyType: CMSElementEditTypes;
702
+ };
703
+ backgroundColor: CMSIBCommonInterface;
704
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
705
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
706
+ borderColor: CMSIBCommonInterface;
707
+ borderStyle: CMSIBCommonInterface;
708
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
709
+ showBorder: CMSIBCommonInterface;
710
+ showShadow: CMSIBCommonInterface;
711
+ shadowColor: CMSIBCommonInterface;
712
+ blur: CMSIBSizeInterface;
713
+ spread: CMSIBSizeInterface;
714
+ angle: CMSIBSizeInterface;
715
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
716
+ exposure: CMSIBSizeInterface;
717
+ contrast: CMSIBSizeInterface;
718
+ saturation: CMSIBSizeInterface;
719
+ highlights: CMSIBSizeInterface;
720
+ shadows: CMSIBSizeInterface;
721
+ selectorKey: cartAttributesSelectorKeysEnum;
722
+ };
179
723
  };
180
724
  };
181
725
  };