@sc-360-v2/storefront-cms-library 0.4.28 → 0.4.30

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.
@@ -404,63 +404,455 @@ export declare const getDefaultData: () => {
404
404
  selectorKey: SelectorKeysEnum;
405
405
  };
406
406
  hoverState: {
407
- borderColor: CMSIBCommonInterface;
408
- borderStyle: CMSIBCommonInterface;
409
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
410
- showBorder: CMSIBCommonInterface;
411
- backgroundColor: CMSIBCommonInterface;
412
- showShadow: CMSIBCommonInterface;
413
- shadowColor: CMSIBCommonInterface;
414
- blur: import("../../interfaces/global").CMSIBSizeInterface;
415
- spread: import("../../interfaces/global").CMSIBSizeInterface;
416
- angle: import("../../interfaces/global").CMSIBSizeInterface;
417
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
407
+ backgroundColor: {
408
+ parentRef: string;
409
+ value?: any;
410
+ property?: any;
411
+ propertyType?: any;
412
+ isReadOnly?: boolean | undefined;
413
+ };
414
+ borderColor: {
415
+ parentRef: string;
416
+ value?: any;
417
+ property?: any;
418
+ propertyType?: any;
419
+ isReadOnly?: boolean | undefined;
420
+ };
421
+ borderStyle: {
422
+ parentRef: string;
423
+ value?: any;
424
+ property?: any;
425
+ propertyType?: any;
426
+ isReadOnly?: boolean | undefined;
427
+ };
428
+ borderPerSlide: {
429
+ parentRef: string;
430
+ isAll: boolean;
431
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
432
+ property: string;
433
+ iscss?: boolean | undefined;
434
+ propertyType?: any;
435
+ };
436
+ showBorder: {
437
+ value: boolean;
438
+ parentRef: string;
439
+ property?: any;
440
+ propertyType?: any;
441
+ isReadOnly?: boolean | undefined;
442
+ };
443
+ showShadow: {
444
+ parentRef: string;
445
+ value?: any;
446
+ property?: any;
447
+ propertyType?: any;
448
+ isReadOnly?: boolean | undefined;
449
+ };
450
+ shadowColor: {
451
+ parentRef: string;
452
+ value?: any;
453
+ property?: any;
454
+ propertyType?: any;
455
+ isReadOnly?: boolean | undefined;
456
+ };
457
+ blur: {
458
+ parentRef: string;
459
+ unit?: string | number | undefined;
460
+ value?: any;
461
+ property?: any;
462
+ propertyType?: any;
463
+ isReadOnly?: boolean | undefined;
464
+ };
465
+ spread: {
466
+ parentRef: string;
467
+ unit?: string | number | undefined;
468
+ value?: any;
469
+ property?: any;
470
+ propertyType?: any;
471
+ isReadOnly?: boolean | undefined;
472
+ };
473
+ angle: {
474
+ parentRef: string;
475
+ unit?: string | number | undefined;
476
+ value?: any;
477
+ property?: any;
478
+ propertyType?: any;
479
+ isReadOnly?: boolean | undefined;
480
+ };
481
+ borderRadius: {
482
+ parentRef: string;
483
+ isAll: boolean;
484
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
485
+ property: string;
486
+ iscss?: boolean | undefined;
487
+ propertyType?: any;
488
+ };
489
+ font: {
490
+ parentRef: string;
491
+ value?: any;
492
+ property?: any;
493
+ propertyType?: any;
494
+ isReadOnly?: boolean | undefined;
495
+ };
496
+ fontSize: {
497
+ parentRef: string;
498
+ unit?: string | number | undefined;
499
+ value?: any;
500
+ property?: any;
501
+ propertyType?: any;
502
+ isReadOnly?: boolean | undefined;
503
+ };
504
+ textColor: {
505
+ parentRef: string;
506
+ value?: any;
507
+ property?: any;
508
+ propertyType?: any;
509
+ isReadOnly?: boolean | undefined;
510
+ };
511
+ bold: {
512
+ value: string;
513
+ parentRef: string;
514
+ property?: any;
515
+ propertyType?: any;
516
+ isReadOnly?: boolean | undefined;
517
+ };
518
+ italic: {
519
+ parentRef: string;
520
+ value?: any;
521
+ property?: any;
522
+ propertyType?: any;
523
+ isReadOnly?: boolean | undefined;
524
+ };
525
+ linethrough: {
526
+ parentRef: string;
527
+ value?: any;
528
+ property?: any;
529
+ propertyType?: any;
530
+ isReadOnly?: boolean | undefined;
531
+ };
532
+ underline: {
533
+ parentRef: string;
534
+ value?: any;
535
+ property?: any;
536
+ propertyType?: any;
537
+ isReadOnly?: boolean | undefined;
538
+ };
539
+ textAlign: {
540
+ parentRef: string;
541
+ value?: any;
542
+ property?: any;
543
+ propertyType?: any;
544
+ isReadOnly?: boolean | undefined;
545
+ };
546
+ characterSpacing: {
547
+ parentRef: string;
548
+ unit?: string | number | undefined;
549
+ value?: any;
550
+ property?: any;
551
+ propertyType?: any;
552
+ isReadOnly?: boolean | undefined;
553
+ };
554
+ lineHeight: {
555
+ parentRef: string;
556
+ unit?: string | number | undefined;
557
+ value?: any;
558
+ property?: any;
559
+ propertyType?: any;
560
+ isReadOnly?: boolean | undefined;
561
+ };
562
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
563
+ showIcon: {
564
+ parentRef: string;
565
+ value?: any;
566
+ property?: any;
567
+ propertyType?: any;
568
+ isReadOnly?: boolean | undefined;
569
+ };
570
+ iconSize: {
571
+ parentRef: string;
572
+ unit?: string | number | undefined;
573
+ value?: any;
574
+ property?: any;
575
+ propertyType?: any;
576
+ isReadOnly?: boolean | undefined;
577
+ };
578
+ iconColor: {
579
+ parentRef: string;
580
+ value?: any;
581
+ property?: any;
582
+ propertyType?: any;
583
+ isReadOnly?: boolean | undefined;
584
+ };
585
+ buttonStyle: {
586
+ parentRef: string;
587
+ propertyType: CMSElementEditTypes;
588
+ };
589
+ buttonText: {
590
+ value: string;
591
+ property: string;
592
+ propertyType: CMSElementEditTypes;
593
+ };
594
+ iconPadding: {
595
+ value: number;
596
+ property: string;
597
+ parentRef: string;
598
+ propertyType: CMSElementEditTypes;
599
+ };
600
+ iconPosition: {
601
+ parentRef: string;
602
+ propertyType: CMSElementEditTypes;
603
+ };
604
+ iconAndTextSpacing: {
605
+ property: string;
606
+ unit: number;
607
+ parentRef: string;
608
+ propertyType: CMSElementEditTypes;
609
+ };
610
+ alignment: {
611
+ property: string;
612
+ parentRef: string;
613
+ propertyType: CMSElementEditTypes;
614
+ };
615
+ buttonType: {
616
+ value: string;
617
+ propertyType: CMSElementEditTypes;
618
+ };
619
+ width: {
620
+ value: string;
621
+ unit: number;
622
+ };
623
+ padding: any;
418
624
  exposure: import("../../interfaces/global").CMSIBSizeInterface;
419
625
  contrast: import("../../interfaces/global").CMSIBSizeInterface;
420
626
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
421
627
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
422
628
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
423
629
  theme: CMSIBCommonInterface;
424
- font: CMSIBCommonInterface;
425
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
426
- textColor: CMSIBCommonInterface;
427
- bold: CMSIBCommonInterface;
428
- italic: CMSIBCommonInterface;
429
- linethrough: CMSIBCommonInterface;
430
- underline: CMSIBCommonInterface;
431
- textAlign: CMSIBCommonInterface;
432
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
433
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
434
630
  selectorKey: SelectorKeysEnum;
435
631
  };
436
632
  defaultState: {
437
- borderColor: CMSIBCommonInterface;
438
- borderStyle: CMSIBCommonInterface;
439
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
440
- showBorder: CMSIBCommonInterface;
441
- backgroundColor: CMSIBCommonInterface;
442
- showShadow: CMSIBCommonInterface;
443
- shadowColor: CMSIBCommonInterface;
444
- blur: import("../../interfaces/global").CMSIBSizeInterface;
445
- spread: import("../../interfaces/global").CMSIBSizeInterface;
446
- angle: import("../../interfaces/global").CMSIBSizeInterface;
447
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
633
+ backgroundColor: {
634
+ parentRef: string;
635
+ value?: any;
636
+ property?: any;
637
+ propertyType?: any;
638
+ isReadOnly?: boolean | undefined;
639
+ };
640
+ borderColor: {
641
+ parentRef: string;
642
+ value?: any;
643
+ property?: any;
644
+ propertyType?: any;
645
+ isReadOnly?: boolean | undefined;
646
+ };
647
+ borderStyle: {
648
+ parentRef: string;
649
+ value?: any;
650
+ property?: any;
651
+ propertyType?: any;
652
+ isReadOnly?: boolean | undefined;
653
+ };
654
+ borderPerSlide: {
655
+ parentRef: string;
656
+ isAll: boolean;
657
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
658
+ property: string;
659
+ iscss?: boolean | undefined;
660
+ propertyType?: any;
661
+ };
662
+ showBorder: {
663
+ value: boolean;
664
+ parentRef: string;
665
+ property?: any;
666
+ propertyType?: any;
667
+ isReadOnly?: boolean | undefined;
668
+ };
669
+ showShadow: {
670
+ parentRef: string;
671
+ value?: any;
672
+ property?: any;
673
+ propertyType?: any;
674
+ isReadOnly?: boolean | undefined;
675
+ };
676
+ shadowColor: {
677
+ parentRef: string;
678
+ value?: any;
679
+ property?: any;
680
+ propertyType?: any;
681
+ isReadOnly?: boolean | undefined;
682
+ };
683
+ blur: {
684
+ parentRef: string;
685
+ unit?: string | number | undefined;
686
+ value?: any;
687
+ property?: any;
688
+ propertyType?: any;
689
+ isReadOnly?: boolean | undefined;
690
+ };
691
+ spread: {
692
+ parentRef: string;
693
+ unit?: string | number | undefined;
694
+ value?: any;
695
+ property?: any;
696
+ propertyType?: any;
697
+ isReadOnly?: boolean | undefined;
698
+ };
699
+ angle: {
700
+ parentRef: string;
701
+ unit?: string | number | undefined;
702
+ value?: any;
703
+ property?: any;
704
+ propertyType?: any;
705
+ isReadOnly?: boolean | undefined;
706
+ };
707
+ borderRadius: {
708
+ parentRef: string;
709
+ isAll: boolean;
710
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
711
+ property: string;
712
+ iscss?: boolean | undefined;
713
+ propertyType?: any;
714
+ };
715
+ font: {
716
+ parentRef: string;
717
+ value?: any;
718
+ property?: any;
719
+ propertyType?: any;
720
+ isReadOnly?: boolean | undefined;
721
+ };
722
+ fontSize: {
723
+ parentRef: string;
724
+ unit?: string | number | undefined;
725
+ value?: any;
726
+ property?: any;
727
+ propertyType?: any;
728
+ isReadOnly?: boolean | undefined;
729
+ };
730
+ textColor: {
731
+ parentRef: string;
732
+ value?: any;
733
+ property?: any;
734
+ propertyType?: any;
735
+ isReadOnly?: boolean | undefined;
736
+ };
737
+ bold: {
738
+ value: string;
739
+ parentRef: string;
740
+ property?: any;
741
+ propertyType?: any;
742
+ isReadOnly?: boolean | undefined;
743
+ };
744
+ italic: {
745
+ parentRef: string;
746
+ value?: any;
747
+ property?: any;
748
+ propertyType?: any;
749
+ isReadOnly?: boolean | undefined;
750
+ };
751
+ linethrough: {
752
+ parentRef: string;
753
+ value?: any;
754
+ property?: any;
755
+ propertyType?: any;
756
+ isReadOnly?: boolean | undefined;
757
+ };
758
+ underline: {
759
+ parentRef: string;
760
+ value?: any;
761
+ property?: any;
762
+ propertyType?: any;
763
+ isReadOnly?: boolean | undefined;
764
+ };
765
+ textAlign: {
766
+ parentRef: string;
767
+ value?: any;
768
+ property?: any;
769
+ propertyType?: any;
770
+ isReadOnly?: boolean | undefined;
771
+ };
772
+ characterSpacing: {
773
+ parentRef: string;
774
+ unit?: string | number | undefined;
775
+ value?: any;
776
+ property?: any;
777
+ propertyType?: any;
778
+ isReadOnly?: boolean | undefined;
779
+ };
780
+ lineHeight: {
781
+ parentRef: string;
782
+ unit?: string | number | undefined;
783
+ value?: any;
784
+ property?: any;
785
+ propertyType?: any;
786
+ isReadOnly?: boolean | undefined;
787
+ };
788
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
789
+ showIcon: {
790
+ parentRef: string;
791
+ value?: any;
792
+ property?: any;
793
+ propertyType?: any;
794
+ isReadOnly?: boolean | undefined;
795
+ };
796
+ iconSize: {
797
+ parentRef: string;
798
+ unit?: string | number | undefined;
799
+ value?: any;
800
+ property?: any;
801
+ propertyType?: any;
802
+ isReadOnly?: boolean | undefined;
803
+ };
804
+ iconColor: {
805
+ parentRef: string;
806
+ value?: any;
807
+ property?: any;
808
+ propertyType?: any;
809
+ isReadOnly?: boolean | undefined;
810
+ };
811
+ buttonStyle: {
812
+ parentRef: string;
813
+ propertyType: CMSElementEditTypes;
814
+ };
815
+ buttonText: {
816
+ value: string;
817
+ property: string;
818
+ propertyType: CMSElementEditTypes;
819
+ };
820
+ iconPadding: {
821
+ value: number;
822
+ property: string;
823
+ parentRef: string;
824
+ propertyType: CMSElementEditTypes;
825
+ };
826
+ iconPosition: {
827
+ parentRef: string;
828
+ propertyType: CMSElementEditTypes;
829
+ };
830
+ iconAndTextSpacing: {
831
+ property: string;
832
+ unit: number;
833
+ parentRef: string;
834
+ propertyType: CMSElementEditTypes;
835
+ };
836
+ alignment: {
837
+ property: string;
838
+ parentRef: string;
839
+ propertyType: CMSElementEditTypes;
840
+ };
841
+ buttonType: {
842
+ value: string;
843
+ propertyType: CMSElementEditTypes;
844
+ };
845
+ width: {
846
+ value: string;
847
+ unit: number;
848
+ };
849
+ padding: any;
448
850
  exposure: import("../../interfaces/global").CMSIBSizeInterface;
449
851
  contrast: import("../../interfaces/global").CMSIBSizeInterface;
450
852
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
451
853
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
452
854
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
453
855
  theme: CMSIBCommonInterface;
454
- font: CMSIBCommonInterface;
455
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
456
- textColor: CMSIBCommonInterface;
457
- bold: CMSIBCommonInterface;
458
- italic: CMSIBCommonInterface;
459
- linethrough: CMSIBCommonInterface;
460
- underline: CMSIBCommonInterface;
461
- textAlign: CMSIBCommonInterface;
462
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
463
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
464
856
  selectorKey: SelectorKeysEnum;
465
857
  };
466
858
  };
@@ -497,63 +889,455 @@ export declare const getDefaultData: () => {
497
889
  selectorKey: SelectorKeysEnum;
498
890
  };
499
891
  hoverState: {
500
- borderColor: CMSIBCommonInterface;
501
- borderStyle: CMSIBCommonInterface;
502
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
503
- showBorder: CMSIBCommonInterface;
504
- backgroundColor: CMSIBCommonInterface;
505
- showShadow: CMSIBCommonInterface;
506
- shadowColor: CMSIBCommonInterface;
507
- blur: import("../../interfaces/global").CMSIBSizeInterface;
508
- spread: import("../../interfaces/global").CMSIBSizeInterface;
509
- angle: import("../../interfaces/global").CMSIBSizeInterface;
510
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
892
+ backgroundColor: {
893
+ parentRef: string;
894
+ value?: any;
895
+ property?: any;
896
+ propertyType?: any;
897
+ isReadOnly?: boolean | undefined;
898
+ };
899
+ borderColor: {
900
+ parentRef: string;
901
+ value?: any;
902
+ property?: any;
903
+ propertyType?: any;
904
+ isReadOnly?: boolean | undefined;
905
+ };
906
+ borderStyle: {
907
+ parentRef: string;
908
+ value?: any;
909
+ property?: any;
910
+ propertyType?: any;
911
+ isReadOnly?: boolean | undefined;
912
+ };
913
+ borderPerSlide: {
914
+ parentRef: string;
915
+ isAll: boolean;
916
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
917
+ property: string;
918
+ iscss?: boolean | undefined;
919
+ propertyType?: any;
920
+ };
921
+ showBorder: {
922
+ value: boolean;
923
+ parentRef: string;
924
+ property?: any;
925
+ propertyType?: any;
926
+ isReadOnly?: boolean | undefined;
927
+ };
928
+ showShadow: {
929
+ parentRef: string;
930
+ value?: any;
931
+ property?: any;
932
+ propertyType?: any;
933
+ isReadOnly?: boolean | undefined;
934
+ };
935
+ shadowColor: {
936
+ parentRef: string;
937
+ value?: any;
938
+ property?: any;
939
+ propertyType?: any;
940
+ isReadOnly?: boolean | undefined;
941
+ };
942
+ blur: {
943
+ parentRef: string;
944
+ unit?: string | number | undefined;
945
+ value?: any;
946
+ property?: any;
947
+ propertyType?: any;
948
+ isReadOnly?: boolean | undefined;
949
+ };
950
+ spread: {
951
+ parentRef: string;
952
+ unit?: string | number | undefined;
953
+ value?: any;
954
+ property?: any;
955
+ propertyType?: any;
956
+ isReadOnly?: boolean | undefined;
957
+ };
958
+ angle: {
959
+ parentRef: string;
960
+ unit?: string | number | undefined;
961
+ value?: any;
962
+ property?: any;
963
+ propertyType?: any;
964
+ isReadOnly?: boolean | undefined;
965
+ };
966
+ borderRadius: {
967
+ parentRef: string;
968
+ isAll: boolean;
969
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
970
+ property: string;
971
+ iscss?: boolean | undefined;
972
+ propertyType?: any;
973
+ };
974
+ font: {
975
+ parentRef: string;
976
+ value?: any;
977
+ property?: any;
978
+ propertyType?: any;
979
+ isReadOnly?: boolean | undefined;
980
+ };
981
+ fontSize: {
982
+ parentRef: string;
983
+ unit?: string | number | undefined;
984
+ value?: any;
985
+ property?: any;
986
+ propertyType?: any;
987
+ isReadOnly?: boolean | undefined;
988
+ };
989
+ textColor: {
990
+ parentRef: string;
991
+ value?: any;
992
+ property?: any;
993
+ propertyType?: any;
994
+ isReadOnly?: boolean | undefined;
995
+ };
996
+ bold: {
997
+ value: string;
998
+ parentRef: string;
999
+ property?: any;
1000
+ propertyType?: any;
1001
+ isReadOnly?: boolean | undefined;
1002
+ };
1003
+ italic: {
1004
+ parentRef: string;
1005
+ value?: any;
1006
+ property?: any;
1007
+ propertyType?: any;
1008
+ isReadOnly?: boolean | undefined;
1009
+ };
1010
+ linethrough: {
1011
+ parentRef: string;
1012
+ value?: any;
1013
+ property?: any;
1014
+ propertyType?: any;
1015
+ isReadOnly?: boolean | undefined;
1016
+ };
1017
+ underline: {
1018
+ parentRef: string;
1019
+ value?: any;
1020
+ property?: any;
1021
+ propertyType?: any;
1022
+ isReadOnly?: boolean | undefined;
1023
+ };
1024
+ textAlign: {
1025
+ parentRef: string;
1026
+ value?: any;
1027
+ property?: any;
1028
+ propertyType?: any;
1029
+ isReadOnly?: boolean | undefined;
1030
+ };
1031
+ characterSpacing: {
1032
+ parentRef: string;
1033
+ unit?: string | number | undefined;
1034
+ value?: any;
1035
+ property?: any;
1036
+ propertyType?: any;
1037
+ isReadOnly?: boolean | undefined;
1038
+ };
1039
+ lineHeight: {
1040
+ parentRef: string;
1041
+ unit?: string | number | undefined;
1042
+ value?: any;
1043
+ property?: any;
1044
+ propertyType?: any;
1045
+ isReadOnly?: boolean | undefined;
1046
+ };
1047
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
1048
+ showIcon: {
1049
+ parentRef: string;
1050
+ value?: any;
1051
+ property?: any;
1052
+ propertyType?: any;
1053
+ isReadOnly?: boolean | undefined;
1054
+ };
1055
+ iconSize: {
1056
+ parentRef: string;
1057
+ unit?: string | number | undefined;
1058
+ value?: any;
1059
+ property?: any;
1060
+ propertyType?: any;
1061
+ isReadOnly?: boolean | undefined;
1062
+ };
1063
+ iconColor: {
1064
+ parentRef: string;
1065
+ value?: any;
1066
+ property?: any;
1067
+ propertyType?: any;
1068
+ isReadOnly?: boolean | undefined;
1069
+ };
1070
+ buttonStyle: {
1071
+ parentRef: string;
1072
+ propertyType: CMSElementEditTypes;
1073
+ };
1074
+ buttonText: {
1075
+ value: string;
1076
+ property: string;
1077
+ propertyType: CMSElementEditTypes;
1078
+ };
1079
+ iconPadding: {
1080
+ value: number;
1081
+ property: string;
1082
+ parentRef: string;
1083
+ propertyType: CMSElementEditTypes;
1084
+ };
1085
+ iconPosition: {
1086
+ parentRef: string;
1087
+ propertyType: CMSElementEditTypes;
1088
+ };
1089
+ iconAndTextSpacing: {
1090
+ property: string;
1091
+ unit: number;
1092
+ parentRef: string;
1093
+ propertyType: CMSElementEditTypes;
1094
+ };
1095
+ alignment: {
1096
+ property: string;
1097
+ parentRef: string;
1098
+ propertyType: CMSElementEditTypes;
1099
+ };
1100
+ buttonType: {
1101
+ value: string;
1102
+ propertyType: CMSElementEditTypes;
1103
+ };
1104
+ width: {
1105
+ value: string;
1106
+ unit: number;
1107
+ };
1108
+ padding: any;
511
1109
  exposure: import("../../interfaces/global").CMSIBSizeInterface;
512
1110
  contrast: import("../../interfaces/global").CMSIBSizeInterface;
513
1111
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
514
1112
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
515
1113
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
516
1114
  theme: CMSIBCommonInterface;
517
- font: CMSIBCommonInterface;
518
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
519
- textColor: CMSIBCommonInterface;
520
- bold: CMSIBCommonInterface;
521
- italic: CMSIBCommonInterface;
522
- linethrough: CMSIBCommonInterface;
523
- underline: CMSIBCommonInterface;
524
- textAlign: CMSIBCommonInterface;
525
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
526
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
527
1115
  selectorKey: SelectorKeysEnum;
528
1116
  };
529
1117
  defaultState: {
530
- borderColor: CMSIBCommonInterface;
531
- borderStyle: CMSIBCommonInterface;
532
- borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
533
- showBorder: CMSIBCommonInterface;
534
- backgroundColor: CMSIBCommonInterface;
535
- showShadow: CMSIBCommonInterface;
536
- shadowColor: CMSIBCommonInterface;
537
- blur: import("../../interfaces/global").CMSIBSizeInterface;
538
- spread: import("../../interfaces/global").CMSIBSizeInterface;
539
- angle: import("../../interfaces/global").CMSIBSizeInterface;
540
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
1118
+ backgroundColor: {
1119
+ parentRef: string;
1120
+ value?: any;
1121
+ property?: any;
1122
+ propertyType?: any;
1123
+ isReadOnly?: boolean | undefined;
1124
+ };
1125
+ borderColor: {
1126
+ parentRef: string;
1127
+ value?: any;
1128
+ property?: any;
1129
+ propertyType?: any;
1130
+ isReadOnly?: boolean | undefined;
1131
+ };
1132
+ borderStyle: {
1133
+ parentRef: string;
1134
+ value?: any;
1135
+ property?: any;
1136
+ propertyType?: any;
1137
+ isReadOnly?: boolean | undefined;
1138
+ };
1139
+ borderPerSlide: {
1140
+ parentRef: string;
1141
+ isAll: boolean;
1142
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1143
+ property: string;
1144
+ iscss?: boolean | undefined;
1145
+ propertyType?: any;
1146
+ };
1147
+ showBorder: {
1148
+ value: boolean;
1149
+ parentRef: string;
1150
+ property?: any;
1151
+ propertyType?: any;
1152
+ isReadOnly?: boolean | undefined;
1153
+ };
1154
+ showShadow: {
1155
+ parentRef: string;
1156
+ value?: any;
1157
+ property?: any;
1158
+ propertyType?: any;
1159
+ isReadOnly?: boolean | undefined;
1160
+ };
1161
+ shadowColor: {
1162
+ parentRef: string;
1163
+ value?: any;
1164
+ property?: any;
1165
+ propertyType?: any;
1166
+ isReadOnly?: boolean | undefined;
1167
+ };
1168
+ blur: {
1169
+ parentRef: string;
1170
+ unit?: string | number | undefined;
1171
+ value?: any;
1172
+ property?: any;
1173
+ propertyType?: any;
1174
+ isReadOnly?: boolean | undefined;
1175
+ };
1176
+ spread: {
1177
+ parentRef: string;
1178
+ unit?: string | number | undefined;
1179
+ value?: any;
1180
+ property?: any;
1181
+ propertyType?: any;
1182
+ isReadOnly?: boolean | undefined;
1183
+ };
1184
+ angle: {
1185
+ parentRef: string;
1186
+ unit?: string | number | undefined;
1187
+ value?: any;
1188
+ property?: any;
1189
+ propertyType?: any;
1190
+ isReadOnly?: boolean | undefined;
1191
+ };
1192
+ borderRadius: {
1193
+ parentRef: string;
1194
+ isAll: boolean;
1195
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1196
+ property: string;
1197
+ iscss?: boolean | undefined;
1198
+ propertyType?: any;
1199
+ };
1200
+ font: {
1201
+ parentRef: string;
1202
+ value?: any;
1203
+ property?: any;
1204
+ propertyType?: any;
1205
+ isReadOnly?: boolean | undefined;
1206
+ };
1207
+ fontSize: {
1208
+ parentRef: string;
1209
+ unit?: string | number | undefined;
1210
+ value?: any;
1211
+ property?: any;
1212
+ propertyType?: any;
1213
+ isReadOnly?: boolean | undefined;
1214
+ };
1215
+ textColor: {
1216
+ parentRef: string;
1217
+ value?: any;
1218
+ property?: any;
1219
+ propertyType?: any;
1220
+ isReadOnly?: boolean | undefined;
1221
+ };
1222
+ bold: {
1223
+ value: string;
1224
+ parentRef: string;
1225
+ property?: any;
1226
+ propertyType?: any;
1227
+ isReadOnly?: boolean | undefined;
1228
+ };
1229
+ italic: {
1230
+ parentRef: string;
1231
+ value?: any;
1232
+ property?: any;
1233
+ propertyType?: any;
1234
+ isReadOnly?: boolean | undefined;
1235
+ };
1236
+ linethrough: {
1237
+ parentRef: string;
1238
+ value?: any;
1239
+ property?: any;
1240
+ propertyType?: any;
1241
+ isReadOnly?: boolean | undefined;
1242
+ };
1243
+ underline: {
1244
+ parentRef: string;
1245
+ value?: any;
1246
+ property?: any;
1247
+ propertyType?: any;
1248
+ isReadOnly?: boolean | undefined;
1249
+ };
1250
+ textAlign: {
1251
+ parentRef: string;
1252
+ value?: any;
1253
+ property?: any;
1254
+ propertyType?: any;
1255
+ isReadOnly?: boolean | undefined;
1256
+ };
1257
+ characterSpacing: {
1258
+ parentRef: string;
1259
+ unit?: string | number | undefined;
1260
+ value?: any;
1261
+ property?: any;
1262
+ propertyType?: any;
1263
+ isReadOnly?: boolean | undefined;
1264
+ };
1265
+ lineHeight: {
1266
+ parentRef: string;
1267
+ unit?: string | number | undefined;
1268
+ value?: any;
1269
+ property?: any;
1270
+ propertyType?: any;
1271
+ isReadOnly?: boolean | undefined;
1272
+ };
1273
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
1274
+ showIcon: {
1275
+ parentRef: string;
1276
+ value?: any;
1277
+ property?: any;
1278
+ propertyType?: any;
1279
+ isReadOnly?: boolean | undefined;
1280
+ };
1281
+ iconSize: {
1282
+ parentRef: string;
1283
+ unit?: string | number | undefined;
1284
+ value?: any;
1285
+ property?: any;
1286
+ propertyType?: any;
1287
+ isReadOnly?: boolean | undefined;
1288
+ };
1289
+ iconColor: {
1290
+ parentRef: string;
1291
+ value?: any;
1292
+ property?: any;
1293
+ propertyType?: any;
1294
+ isReadOnly?: boolean | undefined;
1295
+ };
1296
+ buttonStyle: {
1297
+ parentRef: string;
1298
+ propertyType: CMSElementEditTypes;
1299
+ };
1300
+ buttonText: {
1301
+ value: string;
1302
+ property: string;
1303
+ propertyType: CMSElementEditTypes;
1304
+ };
1305
+ iconPadding: {
1306
+ value: number;
1307
+ property: string;
1308
+ parentRef: string;
1309
+ propertyType: CMSElementEditTypes;
1310
+ };
1311
+ iconPosition: {
1312
+ parentRef: string;
1313
+ propertyType: CMSElementEditTypes;
1314
+ };
1315
+ iconAndTextSpacing: {
1316
+ property: string;
1317
+ unit: number;
1318
+ parentRef: string;
1319
+ propertyType: CMSElementEditTypes;
1320
+ };
1321
+ alignment: {
1322
+ property: string;
1323
+ parentRef: string;
1324
+ propertyType: CMSElementEditTypes;
1325
+ };
1326
+ buttonType: {
1327
+ value: string;
1328
+ propertyType: CMSElementEditTypes;
1329
+ };
1330
+ width: {
1331
+ value: string;
1332
+ unit: number;
1333
+ };
1334
+ padding: any;
541
1335
  exposure: import("../../interfaces/global").CMSIBSizeInterface;
542
1336
  contrast: import("../../interfaces/global").CMSIBSizeInterface;
543
1337
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
544
1338
  highlights: import("../../interfaces/global").CMSIBSizeInterface;
545
1339
  shadows: import("../../interfaces/global").CMSIBSizeInterface;
546
1340
  theme: CMSIBCommonInterface;
547
- font: CMSIBCommonInterface;
548
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
549
- textColor: CMSIBCommonInterface;
550
- bold: CMSIBCommonInterface;
551
- italic: CMSIBCommonInterface;
552
- linethrough: CMSIBCommonInterface;
553
- underline: CMSIBCommonInterface;
554
- textAlign: CMSIBCommonInterface;
555
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
556
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
557
1341
  selectorKey: SelectorKeysEnum;
558
1342
  };
559
1343
  };