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

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.
@@ -24,7 +24,10 @@ export declare enum SelectorKeysEnum {
24
24
  PRODUCT_INFO_DESIGN = "productInfoDesign",
25
25
  PRODUCT_PRICE_DESIGN = "productPriceDesign",
26
26
  SELECT_BUTTON_DESIGN = "selectButtonDesign",
27
- ADD_TO_CART_BUTTON_DESIGN = "addToCartButtonDesign"
27
+ ADD_TO_CART_BUTTON_DESIGN = "addToCartButtonDesign",
28
+ OPTION_TITLE = "optionTitle",
29
+ SWATCH_OPTION_VALUE_STYLE = "swatchOptionValueStyle",
30
+ SINGLE_OPTION_VALUE_STYLE = "singleOptionValueStyle"
28
31
  }
29
32
  export declare const getDefaultData: () => {
30
33
  layout: {
@@ -441,6 +444,249 @@ export declare const getDefaultData: () => {
441
444
  selectorKey: SelectorKeysEnum;
442
445
  };
443
446
  };
447
+ swatchOptionValueStyle: {
448
+ selectorKey: SelectorKeysEnum;
449
+ selectedState: {
450
+ borderColor: CMSIBCommonInterface;
451
+ borderStyle: CMSIBCommonInterface;
452
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
453
+ showBorder: CMSIBCommonInterface;
454
+ showShadow: CMSIBCommonInterface;
455
+ shadowColor: CMSIBCommonInterface;
456
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
457
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
458
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
459
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
460
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
461
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
462
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
463
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
464
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
465
+ selectorKey: SelectorKeysEnum;
466
+ };
467
+ hoverState: {
468
+ borderColor: CMSIBCommonInterface;
469
+ borderStyle: CMSIBCommonInterface;
470
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
471
+ showBorder: CMSIBCommonInterface;
472
+ showShadow: CMSIBCommonInterface;
473
+ shadowColor: CMSIBCommonInterface;
474
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
475
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
476
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
477
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
478
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
479
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
480
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
481
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
482
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
483
+ selectorKey: SelectorKeysEnum;
484
+ };
485
+ defaultState: {
486
+ borderColor: CMSIBCommonInterface;
487
+ borderStyle: CMSIBCommonInterface;
488
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
489
+ showBorder: CMSIBCommonInterface;
490
+ showShadow: CMSIBCommonInterface;
491
+ shadowColor: CMSIBCommonInterface;
492
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
493
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
494
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
495
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
496
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
497
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
498
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
499
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
500
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
501
+ selectorKey: SelectorKeysEnum;
502
+ };
503
+ };
504
+ singleOptionValueStyle: {
505
+ selectorKey: SelectorKeysEnum;
506
+ selectedState: {
507
+ borderColor: CMSIBCommonInterface;
508
+ borderStyle: CMSIBCommonInterface;
509
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
510
+ showBorder: CMSIBCommonInterface;
511
+ showShadow: CMSIBCommonInterface;
512
+ shadowColor: CMSIBCommonInterface;
513
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
514
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
515
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
516
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
517
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
518
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
519
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
520
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
521
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
522
+ theme: CMSIBCommonInterface;
523
+ font: CMSIBCommonInterface;
524
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
525
+ textColor: CMSIBCommonInterface;
526
+ bold: CMSIBCommonInterface;
527
+ italic: CMSIBCommonInterface;
528
+ linethrough: CMSIBCommonInterface;
529
+ underline: CMSIBCommonInterface;
530
+ textAlign: CMSIBCommonInterface;
531
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
532
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
533
+ backgroundColor: CMSIBCommonInterface;
534
+ selectorKey: SelectorKeysEnum;
535
+ };
536
+ hoverState: {
537
+ borderColor: CMSIBCommonInterface;
538
+ borderStyle: CMSIBCommonInterface;
539
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
540
+ showBorder: CMSIBCommonInterface;
541
+ showShadow: CMSIBCommonInterface;
542
+ shadowColor: CMSIBCommonInterface;
543
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
544
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
545
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
546
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
547
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
548
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
549
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
550
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
551
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
552
+ theme: CMSIBCommonInterface;
553
+ font: CMSIBCommonInterface;
554
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
555
+ textColor: CMSIBCommonInterface;
556
+ bold: CMSIBCommonInterface;
557
+ italic: CMSIBCommonInterface;
558
+ linethrough: CMSIBCommonInterface;
559
+ underline: CMSIBCommonInterface;
560
+ textAlign: CMSIBCommonInterface;
561
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
562
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
563
+ backgroundColor: CMSIBCommonInterface;
564
+ selectorKey: SelectorKeysEnum;
565
+ };
566
+ defaultState: {
567
+ borderColor: CMSIBCommonInterface;
568
+ borderStyle: CMSIBCommonInterface;
569
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
570
+ showBorder: CMSIBCommonInterface;
571
+ showShadow: CMSIBCommonInterface;
572
+ shadowColor: CMSIBCommonInterface;
573
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
574
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
575
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
576
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
577
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
578
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
579
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
580
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
581
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
582
+ theme: CMSIBCommonInterface;
583
+ font: CMSIBCommonInterface;
584
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
585
+ textColor: CMSIBCommonInterface;
586
+ bold: CMSIBCommonInterface;
587
+ italic: CMSIBCommonInterface;
588
+ linethrough: CMSIBCommonInterface;
589
+ underline: CMSIBCommonInterface;
590
+ textAlign: CMSIBCommonInterface;
591
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
592
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
593
+ backgroundColor: CMSIBCommonInterface;
594
+ selectorKey: SelectorKeysEnum;
595
+ };
596
+ };
597
+ optionTitle: {
598
+ selectorKey: SelectorKeysEnum;
599
+ selectedState: {
600
+ borderColor: CMSIBCommonInterface;
601
+ borderStyle: CMSIBCommonInterface;
602
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
603
+ showBorder: CMSIBCommonInterface;
604
+ showShadow: CMSIBCommonInterface;
605
+ shadowColor: CMSIBCommonInterface;
606
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
607
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
608
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
609
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
610
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
611
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
612
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
613
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
614
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
615
+ theme: CMSIBCommonInterface;
616
+ font: CMSIBCommonInterface;
617
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
618
+ textColor: CMSIBCommonInterface;
619
+ bold: CMSIBCommonInterface;
620
+ italic: CMSIBCommonInterface;
621
+ linethrough: CMSIBCommonInterface;
622
+ underline: CMSIBCommonInterface;
623
+ textAlign: CMSIBCommonInterface;
624
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
625
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
626
+ backgroundColor: CMSIBCommonInterface;
627
+ selectorKey: SelectorKeysEnum;
628
+ };
629
+ hoverState: {
630
+ borderColor: CMSIBCommonInterface;
631
+ borderStyle: CMSIBCommonInterface;
632
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
633
+ showBorder: CMSIBCommonInterface;
634
+ showShadow: CMSIBCommonInterface;
635
+ shadowColor: CMSIBCommonInterface;
636
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
637
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
638
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
639
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
640
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
641
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
642
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
643
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
644
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
645
+ theme: CMSIBCommonInterface;
646
+ font: CMSIBCommonInterface;
647
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
648
+ textColor: CMSIBCommonInterface;
649
+ bold: CMSIBCommonInterface;
650
+ italic: CMSIBCommonInterface;
651
+ linethrough: CMSIBCommonInterface;
652
+ underline: CMSIBCommonInterface;
653
+ textAlign: CMSIBCommonInterface;
654
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
655
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
656
+ backgroundColor: CMSIBCommonInterface;
657
+ selectorKey: SelectorKeysEnum;
658
+ };
659
+ defaultState: {
660
+ borderColor: CMSIBCommonInterface;
661
+ borderStyle: CMSIBCommonInterface;
662
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
663
+ showBorder: CMSIBCommonInterface;
664
+ showShadow: CMSIBCommonInterface;
665
+ shadowColor: CMSIBCommonInterface;
666
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
667
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
668
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
669
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
670
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
671
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
672
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
673
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
674
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
675
+ theme: CMSIBCommonInterface;
676
+ font: CMSIBCommonInterface;
677
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
678
+ textColor: CMSIBCommonInterface;
679
+ bold: CMSIBCommonInterface;
680
+ italic: CMSIBCommonInterface;
681
+ linethrough: CMSIBCommonInterface;
682
+ underline: CMSIBCommonInterface;
683
+ textAlign: CMSIBCommonInterface;
684
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
685
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
686
+ backgroundColor: CMSIBCommonInterface;
687
+ selectorKey: SelectorKeysEnum;
688
+ };
689
+ };
444
690
  addToCartButtonDesign: {
445
691
  selectorKey: SelectorKeysEnum;
446
692
  selectedState: {
@@ -16,14 +16,30 @@ interface selfLayoutInterface {
16
16
  loopItems: CMSIBCommonInterface;
17
17
  displayScrollbar1: CMSIBCommonInterface;
18
18
  autoplay: CMSIBCommonInterface;
19
+ [key: string]: any;
19
20
  }
20
21
  interface selfDesignInterface {
21
22
  selectorKey: string;
23
+ [key: string]: any;
22
24
  }
23
25
  export declare enum SelectorKeysEnum {
24
26
  LAYOUT = "layout",
25
27
  CONTENT = "content",
26
- DESIGN = "design"
28
+ DESIGN = "design",
29
+ ARROWS = "arrows",
30
+ PAGINATION_DOTS = "paginationDots",
31
+ PAGINATION_LINE = "paginationLine",
32
+ TABLE = "table",
33
+ TABLE_HEADER = "tableHeader",
34
+ HEADER_TEXT = "headerText",
35
+ TABLE_ROW = "tableRow",
36
+ SCROLL = "scroll",
37
+ ROW_DIVIDERS = "rowAndHeaderDividers",
38
+ PAGINATION = "pagination",
39
+ SHOW_MORE_ITEMS_BUTTON = "showMoreItemsButton",
40
+ HOVER_STATE = "hover",
41
+ DEFAULT_STATE = "default",
42
+ SELECTED_STATE = "selectedState"
27
43
  }
28
44
  export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
29
45
  export {};