@sc-360-v2/storefront-cms-library 0.4.27 → 0.4.29

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.
@@ -20,7 +20,8 @@ export declare enum SelectorKeysEnum {
20
20
  TILE_CARD_DESIGN = "tileCardDesign",
21
21
  TILE_CARD_IMAGE_DESIGN = "tileCardImageDesign",
22
22
  LIST_VIEW_CARD_DESIGN = "listViewCardDesign",
23
- BUNDLE_TAG_DESIGN = "bundleTagDesign"
23
+ BUNDLE_TAG_DESIGN = "bundleTagDesign",
24
+ DEFAULT_STATE = "defaultState"
24
25
  }
25
26
  export declare const getDefaultData: () => {
26
27
  layout: {
@@ -54,6 +55,15 @@ export declare const getDefaultData: () => {
54
55
  property: string;
55
56
  propertyType: CMSElementEditTypes;
56
57
  };
58
+ displayStyle: {
59
+ value: string;
60
+ propertyType: CMSElementEditTypes;
61
+ };
62
+ itemsPerSlide: {
63
+ value: number;
64
+ property: string;
65
+ propertyType: CMSElementEditTypes;
66
+ };
57
67
  scrollType: {
58
68
  value: string;
59
69
  property: string;
@@ -79,11 +89,6 @@ export declare const getDefaultData: () => {
79
89
  property: string;
80
90
  propertyType: CMSElementEditTypes;
81
91
  };
82
- itemsPerSlide: {
83
- value: number;
84
- property: string;
85
- propertyType: CMSElementEditTypes;
86
- };
87
92
  containerHeight: {
88
93
  value: number;
89
94
  property: string;
@@ -144,6 +149,20 @@ export declare const getDefaultData: () => {
144
149
  };
145
150
  design: {
146
151
  selectorKey: SelectorKeysEnum;
152
+ widgetStyle: {
153
+ selectorKey: SelectorKeysEnum;
154
+ backgroundColor: CMSIBCommonInterface;
155
+ borderColor: CMSIBCommonInterface;
156
+ borderStyle: CMSIBCommonInterface;
157
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
158
+ showBorder: CMSIBCommonInterface;
159
+ showShadow: CMSIBCommonInterface;
160
+ shadowColor: CMSIBCommonInterface;
161
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
162
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
163
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
164
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
165
+ };
147
166
  headingDesign: {
148
167
  borderColor: CMSIBCommonInterface;
149
168
  borderStyle: CMSIBCommonInterface;
@@ -408,6 +427,782 @@ export declare const getDefaultData: () => {
408
427
  lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
409
428
  selectorKey: SelectorKeysEnum;
410
429
  };
430
+ bundleTabs: {
431
+ selectorKey: SelectorKeysEnum;
432
+ widgetStyle: {
433
+ selectorKey: SelectorKeysEnum;
434
+ itemGap: import("../../interfaces/global").CMSIBSizeInterface;
435
+ backgroundColor: CMSIBCommonInterface;
436
+ borderColor: CMSIBCommonInterface;
437
+ borderStyle: CMSIBCommonInterface;
438
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
439
+ showBorder: CMSIBCommonInterface;
440
+ showShadow: CMSIBCommonInterface;
441
+ shadowColor: CMSIBCommonInterface;
442
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
443
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
444
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
445
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
446
+ };
447
+ bundleTab: {
448
+ selectorKey: SelectorKeysEnum;
449
+ defaultState: {
450
+ backgroundColor: {
451
+ parentRef: string;
452
+ value?: any;
453
+ property?: any;
454
+ propertyType?: any;
455
+ isReadOnly?: boolean | undefined;
456
+ };
457
+ borderColor: {
458
+ parentRef: string;
459
+ value?: any;
460
+ property?: any;
461
+ propertyType?: any;
462
+ isReadOnly?: boolean | undefined;
463
+ };
464
+ borderStyle: {
465
+ parentRef: string;
466
+ value?: any;
467
+ property?: any;
468
+ propertyType?: any;
469
+ isReadOnly?: boolean | undefined;
470
+ };
471
+ borderPerSlide: {
472
+ parentRef: string;
473
+ isAll: boolean;
474
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
475
+ property: string;
476
+ iscss?: boolean | undefined;
477
+ propertyType?: any;
478
+ };
479
+ showBorder: {
480
+ value: boolean;
481
+ parentRef: string;
482
+ property?: any;
483
+ propertyType?: any;
484
+ isReadOnly?: boolean | undefined;
485
+ };
486
+ showShadow: {
487
+ parentRef: string;
488
+ value?: any;
489
+ property?: any;
490
+ propertyType?: any;
491
+ isReadOnly?: boolean | undefined;
492
+ };
493
+ shadowColor: {
494
+ parentRef: string;
495
+ value?: any;
496
+ property?: any;
497
+ propertyType?: any;
498
+ isReadOnly?: boolean | undefined;
499
+ };
500
+ blur: {
501
+ parentRef: string;
502
+ unit?: string | number | undefined;
503
+ value?: any;
504
+ property?: any;
505
+ propertyType?: any;
506
+ isReadOnly?: boolean | undefined;
507
+ };
508
+ spread: {
509
+ parentRef: string;
510
+ unit?: string | number | undefined;
511
+ value?: any;
512
+ property?: any;
513
+ propertyType?: any;
514
+ isReadOnly?: boolean | undefined;
515
+ };
516
+ angle: {
517
+ parentRef: string;
518
+ unit?: string | number | undefined;
519
+ value?: any;
520
+ property?: any;
521
+ propertyType?: any;
522
+ isReadOnly?: boolean | undefined;
523
+ };
524
+ borderRadius: {
525
+ parentRef: string;
526
+ isAll: boolean;
527
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
528
+ property: string;
529
+ iscss?: boolean | undefined;
530
+ propertyType?: any;
531
+ };
532
+ font: {
533
+ parentRef: string;
534
+ value?: any;
535
+ property?: any;
536
+ propertyType?: any;
537
+ isReadOnly?: boolean | undefined;
538
+ };
539
+ fontSize: {
540
+ parentRef: string;
541
+ unit?: string | number | undefined;
542
+ value?: any;
543
+ property?: any;
544
+ propertyType?: any;
545
+ isReadOnly?: boolean | undefined;
546
+ };
547
+ textColor: {
548
+ parentRef: string;
549
+ value?: any;
550
+ property?: any;
551
+ propertyType?: any;
552
+ isReadOnly?: boolean | undefined;
553
+ };
554
+ bold: {
555
+ value: string;
556
+ parentRef: string;
557
+ property?: any;
558
+ propertyType?: any;
559
+ isReadOnly?: boolean | undefined;
560
+ };
561
+ italic: {
562
+ parentRef: string;
563
+ value?: any;
564
+ property?: any;
565
+ propertyType?: any;
566
+ isReadOnly?: boolean | undefined;
567
+ };
568
+ linethrough: {
569
+ parentRef: string;
570
+ value?: any;
571
+ property?: any;
572
+ propertyType?: any;
573
+ isReadOnly?: boolean | undefined;
574
+ };
575
+ underline: {
576
+ parentRef: string;
577
+ value?: any;
578
+ property?: any;
579
+ propertyType?: any;
580
+ isReadOnly?: boolean | undefined;
581
+ };
582
+ textAlign: {
583
+ parentRef: string;
584
+ value?: any;
585
+ property?: any;
586
+ propertyType?: any;
587
+ isReadOnly?: boolean | undefined;
588
+ };
589
+ characterSpacing: {
590
+ parentRef: string;
591
+ unit?: string | number | undefined;
592
+ value?: any;
593
+ property?: any;
594
+ propertyType?: any;
595
+ isReadOnly?: boolean | undefined;
596
+ };
597
+ lineHeight: {
598
+ parentRef: string;
599
+ unit?: string | number | undefined;
600
+ value?: any;
601
+ property?: any;
602
+ propertyType?: any;
603
+ isReadOnly?: boolean | undefined;
604
+ };
605
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
606
+ showIcon: {
607
+ parentRef: string;
608
+ value?: any;
609
+ property?: any;
610
+ propertyType?: any;
611
+ isReadOnly?: boolean | undefined;
612
+ };
613
+ iconSize: {
614
+ parentRef: string;
615
+ unit?: string | number | undefined;
616
+ value?: any;
617
+ property?: any;
618
+ propertyType?: any;
619
+ isReadOnly?: boolean | undefined;
620
+ };
621
+ iconColor: {
622
+ parentRef: string;
623
+ value?: any;
624
+ property?: any;
625
+ propertyType?: any;
626
+ isReadOnly?: boolean | undefined;
627
+ };
628
+ selectorKey: SelectorKeysEnum;
629
+ padding: any;
630
+ };
631
+ hoverState: {
632
+ backgroundColor: {
633
+ parentRef: string;
634
+ value?: any;
635
+ property?: any;
636
+ propertyType?: any;
637
+ isReadOnly?: boolean | undefined;
638
+ };
639
+ borderColor: {
640
+ parentRef: string;
641
+ value?: any;
642
+ property?: any;
643
+ propertyType?: any;
644
+ isReadOnly?: boolean | undefined;
645
+ };
646
+ borderStyle: {
647
+ parentRef: string;
648
+ value?: any;
649
+ property?: any;
650
+ propertyType?: any;
651
+ isReadOnly?: boolean | undefined;
652
+ };
653
+ borderPerSlide: {
654
+ parentRef: string;
655
+ isAll: boolean;
656
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
657
+ property: string;
658
+ iscss?: boolean | undefined;
659
+ propertyType?: any;
660
+ };
661
+ showBorder: {
662
+ value: boolean;
663
+ parentRef: string;
664
+ property?: any;
665
+ propertyType?: any;
666
+ isReadOnly?: boolean | undefined;
667
+ };
668
+ showShadow: {
669
+ parentRef: string;
670
+ value?: any;
671
+ property?: any;
672
+ propertyType?: any;
673
+ isReadOnly?: boolean | undefined;
674
+ };
675
+ shadowColor: {
676
+ parentRef: string;
677
+ value?: any;
678
+ property?: any;
679
+ propertyType?: any;
680
+ isReadOnly?: boolean | undefined;
681
+ };
682
+ blur: {
683
+ parentRef: string;
684
+ unit?: string | number | undefined;
685
+ value?: any;
686
+ property?: any;
687
+ propertyType?: any;
688
+ isReadOnly?: boolean | undefined;
689
+ };
690
+ spread: {
691
+ parentRef: string;
692
+ unit?: string | number | undefined;
693
+ value?: any;
694
+ property?: any;
695
+ propertyType?: any;
696
+ isReadOnly?: boolean | undefined;
697
+ };
698
+ angle: {
699
+ parentRef: string;
700
+ unit?: string | number | undefined;
701
+ value?: any;
702
+ property?: any;
703
+ propertyType?: any;
704
+ isReadOnly?: boolean | undefined;
705
+ };
706
+ borderRadius: {
707
+ parentRef: string;
708
+ isAll: boolean;
709
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
710
+ property: string;
711
+ iscss?: boolean | undefined;
712
+ propertyType?: any;
713
+ };
714
+ font: {
715
+ parentRef: string;
716
+ value?: any;
717
+ property?: any;
718
+ propertyType?: any;
719
+ isReadOnly?: boolean | undefined;
720
+ };
721
+ fontSize: {
722
+ parentRef: string;
723
+ unit?: string | number | undefined;
724
+ value?: any;
725
+ property?: any;
726
+ propertyType?: any;
727
+ isReadOnly?: boolean | undefined;
728
+ };
729
+ textColor: {
730
+ parentRef: string;
731
+ value?: any;
732
+ property?: any;
733
+ propertyType?: any;
734
+ isReadOnly?: boolean | undefined;
735
+ };
736
+ bold: {
737
+ value: string;
738
+ parentRef: string;
739
+ property?: any;
740
+ propertyType?: any;
741
+ isReadOnly?: boolean | undefined;
742
+ };
743
+ italic: {
744
+ parentRef: string;
745
+ value?: any;
746
+ property?: any;
747
+ propertyType?: any;
748
+ isReadOnly?: boolean | undefined;
749
+ };
750
+ linethrough: {
751
+ parentRef: string;
752
+ value?: any;
753
+ property?: any;
754
+ propertyType?: any;
755
+ isReadOnly?: boolean | undefined;
756
+ };
757
+ underline: {
758
+ parentRef: string;
759
+ value?: any;
760
+ property?: any;
761
+ propertyType?: any;
762
+ isReadOnly?: boolean | undefined;
763
+ };
764
+ textAlign: {
765
+ parentRef: string;
766
+ value?: any;
767
+ property?: any;
768
+ propertyType?: any;
769
+ isReadOnly?: boolean | undefined;
770
+ };
771
+ characterSpacing: {
772
+ parentRef: string;
773
+ unit?: string | number | undefined;
774
+ value?: any;
775
+ property?: any;
776
+ propertyType?: any;
777
+ isReadOnly?: boolean | undefined;
778
+ };
779
+ lineHeight: {
780
+ parentRef: string;
781
+ unit?: string | number | undefined;
782
+ value?: any;
783
+ property?: any;
784
+ propertyType?: any;
785
+ isReadOnly?: boolean | undefined;
786
+ };
787
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
788
+ showIcon: {
789
+ parentRef: string;
790
+ value?: any;
791
+ property?: any;
792
+ propertyType?: any;
793
+ isReadOnly?: boolean | undefined;
794
+ };
795
+ iconSize: {
796
+ parentRef: string;
797
+ unit?: string | number | undefined;
798
+ value?: any;
799
+ property?: any;
800
+ propertyType?: any;
801
+ isReadOnly?: boolean | undefined;
802
+ };
803
+ iconColor: {
804
+ parentRef: string;
805
+ value?: any;
806
+ property?: any;
807
+ propertyType?: any;
808
+ isReadOnly?: boolean | undefined;
809
+ };
810
+ selectorKey: SelectorKeysEnum;
811
+ padding: any;
812
+ };
813
+ selectedState: {
814
+ selectorKey: SelectorKeysEnum;
815
+ };
816
+ };
817
+ };
818
+ categoryTabs: {
819
+ selectorKey: SelectorKeysEnum;
820
+ widgetStyle: {
821
+ selectorKey: SelectorKeysEnum;
822
+ itemGap: import("../../interfaces/global").CMSIBSizeInterface;
823
+ backgroundColor: CMSIBCommonInterface;
824
+ borderColor: CMSIBCommonInterface;
825
+ borderStyle: CMSIBCommonInterface;
826
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
827
+ showBorder: CMSIBCommonInterface;
828
+ showShadow: CMSIBCommonInterface;
829
+ shadowColor: CMSIBCommonInterface;
830
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
831
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
832
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
833
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
834
+ };
835
+ categoryTab: {
836
+ selectorKey: SelectorKeysEnum;
837
+ defaultState: {
838
+ backgroundColor: {
839
+ parentRef: string;
840
+ value?: any;
841
+ property?: any;
842
+ propertyType?: any;
843
+ isReadOnly?: boolean | undefined;
844
+ };
845
+ borderColor: {
846
+ parentRef: string;
847
+ value?: any;
848
+ property?: any;
849
+ propertyType?: any;
850
+ isReadOnly?: boolean | undefined;
851
+ };
852
+ borderStyle: {
853
+ parentRef: string;
854
+ value?: any;
855
+ property?: any;
856
+ propertyType?: any;
857
+ isReadOnly?: boolean | undefined;
858
+ };
859
+ borderPerSlide: {
860
+ parentRef: string;
861
+ isAll: boolean;
862
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
863
+ property: string;
864
+ iscss?: boolean | undefined;
865
+ propertyType?: any;
866
+ };
867
+ showBorder: {
868
+ value: boolean;
869
+ parentRef: string;
870
+ property?: any;
871
+ propertyType?: any;
872
+ isReadOnly?: boolean | undefined;
873
+ };
874
+ showShadow: {
875
+ parentRef: string;
876
+ value?: any;
877
+ property?: any;
878
+ propertyType?: any;
879
+ isReadOnly?: boolean | undefined;
880
+ };
881
+ shadowColor: {
882
+ parentRef: string;
883
+ value?: any;
884
+ property?: any;
885
+ propertyType?: any;
886
+ isReadOnly?: boolean | undefined;
887
+ };
888
+ blur: {
889
+ parentRef: string;
890
+ unit?: string | number | undefined;
891
+ value?: any;
892
+ property?: any;
893
+ propertyType?: any;
894
+ isReadOnly?: boolean | undefined;
895
+ };
896
+ spread: {
897
+ parentRef: string;
898
+ unit?: string | number | undefined;
899
+ value?: any;
900
+ property?: any;
901
+ propertyType?: any;
902
+ isReadOnly?: boolean | undefined;
903
+ };
904
+ angle: {
905
+ parentRef: string;
906
+ unit?: string | number | undefined;
907
+ value?: any;
908
+ property?: any;
909
+ propertyType?: any;
910
+ isReadOnly?: boolean | undefined;
911
+ };
912
+ borderRadius: {
913
+ parentRef: string;
914
+ isAll: boolean;
915
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
916
+ property: string;
917
+ iscss?: boolean | undefined;
918
+ propertyType?: any;
919
+ };
920
+ font: {
921
+ parentRef: string;
922
+ value?: any;
923
+ property?: any;
924
+ propertyType?: any;
925
+ isReadOnly?: boolean | undefined;
926
+ };
927
+ fontSize: {
928
+ parentRef: string;
929
+ unit?: string | number | undefined;
930
+ value?: any;
931
+ property?: any;
932
+ propertyType?: any;
933
+ isReadOnly?: boolean | undefined;
934
+ };
935
+ textColor: {
936
+ parentRef: string;
937
+ value?: any;
938
+ property?: any;
939
+ propertyType?: any;
940
+ isReadOnly?: boolean | undefined;
941
+ };
942
+ bold: {
943
+ value: string;
944
+ parentRef: string;
945
+ property?: any;
946
+ propertyType?: any;
947
+ isReadOnly?: boolean | undefined;
948
+ };
949
+ italic: {
950
+ parentRef: string;
951
+ value?: any;
952
+ property?: any;
953
+ propertyType?: any;
954
+ isReadOnly?: boolean | undefined;
955
+ };
956
+ linethrough: {
957
+ parentRef: string;
958
+ value?: any;
959
+ property?: any;
960
+ propertyType?: any;
961
+ isReadOnly?: boolean | undefined;
962
+ };
963
+ underline: {
964
+ parentRef: string;
965
+ value?: any;
966
+ property?: any;
967
+ propertyType?: any;
968
+ isReadOnly?: boolean | undefined;
969
+ };
970
+ textAlign: {
971
+ parentRef: string;
972
+ value?: any;
973
+ property?: any;
974
+ propertyType?: any;
975
+ isReadOnly?: boolean | undefined;
976
+ };
977
+ characterSpacing: {
978
+ parentRef: string;
979
+ unit?: string | number | undefined;
980
+ value?: any;
981
+ property?: any;
982
+ propertyType?: any;
983
+ isReadOnly?: boolean | undefined;
984
+ };
985
+ lineHeight: {
986
+ parentRef: string;
987
+ unit?: string | number | undefined;
988
+ value?: any;
989
+ property?: any;
990
+ propertyType?: any;
991
+ isReadOnly?: boolean | undefined;
992
+ };
993
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
994
+ showIcon: {
995
+ parentRef: string;
996
+ value?: any;
997
+ property?: any;
998
+ propertyType?: any;
999
+ isReadOnly?: boolean | undefined;
1000
+ };
1001
+ iconSize: {
1002
+ parentRef: string;
1003
+ unit?: string | number | undefined;
1004
+ value?: any;
1005
+ property?: any;
1006
+ propertyType?: any;
1007
+ isReadOnly?: boolean | undefined;
1008
+ };
1009
+ iconColor: {
1010
+ parentRef: string;
1011
+ value?: any;
1012
+ property?: any;
1013
+ propertyType?: any;
1014
+ isReadOnly?: boolean | undefined;
1015
+ };
1016
+ selectorKey: SelectorKeysEnum;
1017
+ padding: any;
1018
+ };
1019
+ hoverState: {
1020
+ backgroundColor: {
1021
+ parentRef: string;
1022
+ value?: any;
1023
+ property?: any;
1024
+ propertyType?: any;
1025
+ isReadOnly?: boolean | undefined;
1026
+ };
1027
+ borderColor: {
1028
+ parentRef: string;
1029
+ value?: any;
1030
+ property?: any;
1031
+ propertyType?: any;
1032
+ isReadOnly?: boolean | undefined;
1033
+ };
1034
+ borderStyle: {
1035
+ parentRef: string;
1036
+ value?: any;
1037
+ property?: any;
1038
+ propertyType?: any;
1039
+ isReadOnly?: boolean | undefined;
1040
+ };
1041
+ borderPerSlide: {
1042
+ parentRef: string;
1043
+ isAll: boolean;
1044
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1045
+ property: string;
1046
+ iscss?: boolean | undefined;
1047
+ propertyType?: any;
1048
+ };
1049
+ showBorder: {
1050
+ value: boolean;
1051
+ parentRef: string;
1052
+ property?: any;
1053
+ propertyType?: any;
1054
+ isReadOnly?: boolean | undefined;
1055
+ };
1056
+ showShadow: {
1057
+ parentRef: string;
1058
+ value?: any;
1059
+ property?: any;
1060
+ propertyType?: any;
1061
+ isReadOnly?: boolean | undefined;
1062
+ };
1063
+ shadowColor: {
1064
+ parentRef: string;
1065
+ value?: any;
1066
+ property?: any;
1067
+ propertyType?: any;
1068
+ isReadOnly?: boolean | undefined;
1069
+ };
1070
+ blur: {
1071
+ parentRef: string;
1072
+ unit?: string | number | undefined;
1073
+ value?: any;
1074
+ property?: any;
1075
+ propertyType?: any;
1076
+ isReadOnly?: boolean | undefined;
1077
+ };
1078
+ spread: {
1079
+ parentRef: string;
1080
+ unit?: string | number | undefined;
1081
+ value?: any;
1082
+ property?: any;
1083
+ propertyType?: any;
1084
+ isReadOnly?: boolean | undefined;
1085
+ };
1086
+ angle: {
1087
+ parentRef: string;
1088
+ unit?: string | number | undefined;
1089
+ value?: any;
1090
+ property?: any;
1091
+ propertyType?: any;
1092
+ isReadOnly?: boolean | undefined;
1093
+ };
1094
+ borderRadius: {
1095
+ parentRef: string;
1096
+ isAll: boolean;
1097
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
1098
+ property: string;
1099
+ iscss?: boolean | undefined;
1100
+ propertyType?: any;
1101
+ };
1102
+ font: {
1103
+ parentRef: string;
1104
+ value?: any;
1105
+ property?: any;
1106
+ propertyType?: any;
1107
+ isReadOnly?: boolean | undefined;
1108
+ };
1109
+ fontSize: {
1110
+ parentRef: string;
1111
+ unit?: string | number | undefined;
1112
+ value?: any;
1113
+ property?: any;
1114
+ propertyType?: any;
1115
+ isReadOnly?: boolean | undefined;
1116
+ };
1117
+ textColor: {
1118
+ parentRef: string;
1119
+ value?: any;
1120
+ property?: any;
1121
+ propertyType?: any;
1122
+ isReadOnly?: boolean | undefined;
1123
+ };
1124
+ bold: {
1125
+ value: string;
1126
+ parentRef: string;
1127
+ property?: any;
1128
+ propertyType?: any;
1129
+ isReadOnly?: boolean | undefined;
1130
+ };
1131
+ italic: {
1132
+ parentRef: string;
1133
+ value?: any;
1134
+ property?: any;
1135
+ propertyType?: any;
1136
+ isReadOnly?: boolean | undefined;
1137
+ };
1138
+ linethrough: {
1139
+ parentRef: string;
1140
+ value?: any;
1141
+ property?: any;
1142
+ propertyType?: any;
1143
+ isReadOnly?: boolean | undefined;
1144
+ };
1145
+ underline: {
1146
+ parentRef: string;
1147
+ value?: any;
1148
+ property?: any;
1149
+ propertyType?: any;
1150
+ isReadOnly?: boolean | undefined;
1151
+ };
1152
+ textAlign: {
1153
+ parentRef: string;
1154
+ value?: any;
1155
+ property?: any;
1156
+ propertyType?: any;
1157
+ isReadOnly?: boolean | undefined;
1158
+ };
1159
+ characterSpacing: {
1160
+ parentRef: string;
1161
+ unit?: string | number | undefined;
1162
+ value?: any;
1163
+ property?: any;
1164
+ propertyType?: any;
1165
+ isReadOnly?: boolean | undefined;
1166
+ };
1167
+ lineHeight: {
1168
+ parentRef: string;
1169
+ unit?: string | number | undefined;
1170
+ value?: any;
1171
+ property?: any;
1172
+ propertyType?: any;
1173
+ isReadOnly?: boolean | undefined;
1174
+ };
1175
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
1176
+ showIcon: {
1177
+ parentRef: string;
1178
+ value?: any;
1179
+ property?: any;
1180
+ propertyType?: any;
1181
+ isReadOnly?: boolean | undefined;
1182
+ };
1183
+ iconSize: {
1184
+ parentRef: string;
1185
+ unit?: string | number | undefined;
1186
+ value?: any;
1187
+ property?: any;
1188
+ propertyType?: any;
1189
+ isReadOnly?: boolean | undefined;
1190
+ };
1191
+ iconColor: {
1192
+ parentRef: string;
1193
+ value?: any;
1194
+ property?: any;
1195
+ propertyType?: any;
1196
+ isReadOnly?: boolean | undefined;
1197
+ };
1198
+ selectorKey: SelectorKeysEnum;
1199
+ padding: any;
1200
+ };
1201
+ selectedState: {
1202
+ selectorKey: SelectorKeysEnum;
1203
+ };
1204
+ };
1205
+ };
411
1206
  };
412
1207
  content: {
413
1208
  selectorKey: SelectorKeysEnum;