@sc-360-v2/storefront-cms-library 0.3.39 → 0.3.40

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