@sc-360-v2/storefront-cms-library 0.5.55 → 0.5.58

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.
@@ -663,6 +663,11 @@ export declare const ButtonProperties: {
663
663
  padding: any;
664
664
  };
665
665
  export declare const ButtonPropertiesHover: {
666
+ buttonText: {
667
+ value: string;
668
+ property: string;
669
+ propertyType: CMSElementEditTypes;
670
+ };
666
671
  backgroundColor: {
667
672
  parentRef: string;
668
673
  value?: any;
@@ -858,11 +863,231 @@ export declare const ButtonPropertiesHover: {
858
863
  parentRef: string;
859
864
  propertyType: CMSElementEditTypes;
860
865
  };
866
+ iconPadding: {
867
+ value: number;
868
+ property: string;
869
+ parentRef: string;
870
+ propertyType: CMSElementEditTypes;
871
+ };
872
+ iconPosition: {
873
+ parentRef: string;
874
+ propertyType: CMSElementEditTypes;
875
+ };
876
+ iconAndTextSpacing: {
877
+ property: string;
878
+ unit: number;
879
+ parentRef: string;
880
+ propertyType: CMSElementEditTypes;
881
+ };
882
+ alignment: {
883
+ property: string;
884
+ parentRef: string;
885
+ propertyType: CMSElementEditTypes;
886
+ };
887
+ buttonType: {
888
+ value: string;
889
+ propertyType: CMSElementEditTypes;
890
+ };
891
+ width: {
892
+ value: string;
893
+ unit: number;
894
+ };
895
+ padding: any;
896
+ };
897
+ export declare const ButtonPropertiesSelected: {
861
898
  buttonText: {
862
899
  value: string;
863
900
  property: string;
864
901
  propertyType: CMSElementEditTypes;
865
902
  };
903
+ backgroundColor: {
904
+ parentRef: string;
905
+ value?: any;
906
+ property?: any;
907
+ propertyType?: any;
908
+ isReadOnly?: boolean | undefined;
909
+ };
910
+ borderColor: {
911
+ parentRef: string;
912
+ value?: any;
913
+ property?: any;
914
+ propertyType?: any;
915
+ isReadOnly?: boolean | undefined;
916
+ };
917
+ borderStyle: {
918
+ parentRef: string;
919
+ value?: any;
920
+ property?: any;
921
+ propertyType?: any;
922
+ isReadOnly?: boolean | undefined;
923
+ };
924
+ borderPerSlide: {
925
+ parentRef: string;
926
+ isAll: boolean;
927
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
928
+ property: string;
929
+ iscss?: boolean | undefined;
930
+ propertyType?: any;
931
+ };
932
+ showBorder: {
933
+ value: boolean;
934
+ parentRef: string;
935
+ property?: any;
936
+ propertyType?: any;
937
+ isReadOnly?: boolean | undefined;
938
+ };
939
+ showShadow: {
940
+ parentRef: string;
941
+ value?: any;
942
+ property?: any;
943
+ propertyType?: any;
944
+ isReadOnly?: boolean | undefined;
945
+ };
946
+ shadowColor: {
947
+ parentRef: string;
948
+ value?: any;
949
+ property?: any;
950
+ propertyType?: any;
951
+ isReadOnly?: boolean | undefined;
952
+ };
953
+ blur: {
954
+ parentRef: string;
955
+ unit?: string | number | undefined;
956
+ value?: any;
957
+ property?: any;
958
+ propertyType?: any;
959
+ isReadOnly?: boolean | undefined;
960
+ };
961
+ spread: {
962
+ parentRef: string;
963
+ unit?: string | number | undefined;
964
+ value?: any;
965
+ property?: any;
966
+ propertyType?: any;
967
+ isReadOnly?: boolean | undefined;
968
+ };
969
+ angle: {
970
+ parentRef: string;
971
+ unit?: string | number | undefined;
972
+ value?: any;
973
+ property?: any;
974
+ propertyType?: any;
975
+ isReadOnly?: boolean | undefined;
976
+ };
977
+ borderRadius: {
978
+ parentRef: string;
979
+ isAll: boolean;
980
+ sides: import("../../interfaces/global").PaddingSides | import("../../interfaces/global").BorderSides;
981
+ property: string;
982
+ iscss?: boolean | undefined;
983
+ propertyType?: any;
984
+ };
985
+ font: {
986
+ parentRef: string;
987
+ value?: any;
988
+ property?: any;
989
+ propertyType?: any;
990
+ isReadOnly?: boolean | undefined;
991
+ };
992
+ fontSize: {
993
+ parentRef: string;
994
+ unit?: string | number | undefined;
995
+ value?: any;
996
+ property?: any;
997
+ propertyType?: any;
998
+ isReadOnly?: boolean | undefined;
999
+ };
1000
+ textColor: {
1001
+ parentRef: string;
1002
+ value?: any;
1003
+ property?: any;
1004
+ propertyType?: any;
1005
+ isReadOnly?: boolean | undefined;
1006
+ };
1007
+ bold: {
1008
+ value: string;
1009
+ parentRef: string;
1010
+ property?: any;
1011
+ propertyType?: any;
1012
+ isReadOnly?: boolean | undefined;
1013
+ };
1014
+ italic: {
1015
+ parentRef: string;
1016
+ value?: any;
1017
+ property?: any;
1018
+ propertyType?: any;
1019
+ isReadOnly?: boolean | undefined;
1020
+ };
1021
+ linethrough: {
1022
+ parentRef: string;
1023
+ value?: any;
1024
+ property?: any;
1025
+ propertyType?: any;
1026
+ isReadOnly?: boolean | undefined;
1027
+ };
1028
+ underline: {
1029
+ parentRef: string;
1030
+ value?: any;
1031
+ property?: any;
1032
+ propertyType?: any;
1033
+ isReadOnly?: boolean | undefined;
1034
+ };
1035
+ textAlign: {
1036
+ parentRef: string;
1037
+ value?: any;
1038
+ property?: any;
1039
+ propertyType?: any;
1040
+ isReadOnly?: boolean | undefined;
1041
+ };
1042
+ characterSpacing: {
1043
+ parentRef: string;
1044
+ unit?: string | number | undefined;
1045
+ value?: any;
1046
+ property?: any;
1047
+ propertyType?: any;
1048
+ isReadOnly?: boolean | undefined;
1049
+ };
1050
+ lineHeight: {
1051
+ parentRef: string;
1052
+ unit?: string | number | undefined;
1053
+ value?: any;
1054
+ property?: any;
1055
+ propertyType?: any;
1056
+ isReadOnly?: boolean | undefined;
1057
+ };
1058
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
1059
+ showIcon: {
1060
+ parentRef: string;
1061
+ value?: any;
1062
+ property?: any;
1063
+ propertyType?: any;
1064
+ isReadOnly?: boolean | undefined;
1065
+ };
1066
+ iconSize: {
1067
+ parentRef: string;
1068
+ unit?: string | number | undefined;
1069
+ value?: any;
1070
+ property?: any;
1071
+ propertyType?: any;
1072
+ isReadOnly?: boolean | undefined;
1073
+ };
1074
+ iconColor: {
1075
+ parentRef: string;
1076
+ value?: any;
1077
+ property?: any;
1078
+ propertyType?: any;
1079
+ isReadOnly?: boolean | undefined;
1080
+ };
1081
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
1082
+ textTransform: {
1083
+ value: string;
1084
+ property: string;
1085
+ propertyType: CMSElementEditTypes;
1086
+ };
1087
+ buttonStyle: {
1088
+ parentRef: string;
1089
+ propertyType: CMSElementEditTypes;
1090
+ };
866
1091
  iconPadding: {
867
1092
  value: number;
868
1093
  property: string;
@@ -2688,6 +2688,11 @@ export declare const getDefaultData: () => {
2688
2688
  selectorKey: SelectorKeysEnum;
2689
2689
  };
2690
2690
  hoverState: {
2691
+ buttonText: {
2692
+ value: string;
2693
+ property: string;
2694
+ propertyType: CMSElementEditTypes;
2695
+ };
2691
2696
  backgroundColor: {
2692
2697
  parentRef: string;
2693
2698
  value?: any;
@@ -2883,11 +2888,6 @@ export declare const getDefaultData: () => {
2883
2888
  parentRef: string;
2884
2889
  propertyType: CMSElementEditTypes;
2885
2890
  };
2886
- buttonText: {
2887
- value: string;
2888
- property: string;
2889
- propertyType: CMSElementEditTypes;
2890
- };
2891
2891
  iconPadding: {
2892
2892
  value: number;
2893
2893
  property: string;
@@ -3164,6 +3164,11 @@ export declare const getDefaultData: () => {
3164
3164
  selectorKey: SelectorKeysEnum;
3165
3165
  };
3166
3166
  hoverState: {
3167
+ buttonText: {
3168
+ value: string;
3169
+ property: string;
3170
+ propertyType: CMSElementEditTypes;
3171
+ };
3167
3172
  backgroundColor: {
3168
3173
  parentRef: string;
3169
3174
  value?: any;
@@ -3359,11 +3364,6 @@ export declare const getDefaultData: () => {
3359
3364
  parentRef: string;
3360
3365
  propertyType: CMSElementEditTypes;
3361
3366
  };
3362
- buttonText: {
3363
- value: string;
3364
- property: string;
3365
- propertyType: CMSElementEditTypes;
3366
- };
3367
3367
  iconPadding: {
3368
3368
  value: number;
3369
3369
  property: string;
@@ -3640,6 +3640,11 @@ export declare const getDefaultData: () => {
3640
3640
  selectorKey: SelectorKeysEnum;
3641
3641
  };
3642
3642
  hoverState: {
3643
+ buttonText: {
3644
+ value: string;
3645
+ property: string;
3646
+ propertyType: CMSElementEditTypes;
3647
+ };
3643
3648
  backgroundColor: {
3644
3649
  parentRef: string;
3645
3650
  value?: any;
@@ -3835,11 +3840,6 @@ export declare const getDefaultData: () => {
3835
3840
  parentRef: string;
3836
3841
  propertyType: CMSElementEditTypes;
3837
3842
  };
3838
- buttonText: {
3839
- value: string;
3840
- property: string;
3841
- propertyType: CMSElementEditTypes;
3842
- };
3843
3843
  iconPadding: {
3844
3844
  value: number;
3845
3845
  property: string;
@@ -4116,6 +4116,11 @@ export declare const getDefaultData: () => {
4116
4116
  selectorKey: SelectorKeysEnum;
4117
4117
  };
4118
4118
  hoverState: {
4119
+ buttonText: {
4120
+ value: string;
4121
+ property: string;
4122
+ propertyType: CMSElementEditTypes;
4123
+ };
4119
4124
  backgroundColor: {
4120
4125
  parentRef: string;
4121
4126
  value?: any;
@@ -4311,11 +4316,6 @@ export declare const getDefaultData: () => {
4311
4316
  parentRef: string;
4312
4317
  propertyType: CMSElementEditTypes;
4313
4318
  };
4314
- buttonText: {
4315
- value: string;
4316
- property: string;
4317
- propertyType: CMSElementEditTypes;
4318
- };
4319
4319
  iconPadding: {
4320
4320
  value: number;
4321
4321
  property: string;
@@ -4592,6 +4592,11 @@ export declare const getDefaultData: () => {
4592
4592
  selectorKey: SelectorKeysEnum;
4593
4593
  };
4594
4594
  hoverState: {
4595
+ buttonText: {
4596
+ value: string;
4597
+ property: string;
4598
+ propertyType: CMSElementEditTypes;
4599
+ };
4595
4600
  backgroundColor: {
4596
4601
  parentRef: string;
4597
4602
  value?: any;
@@ -4787,11 +4792,6 @@ export declare const getDefaultData: () => {
4787
4792
  parentRef: string;
4788
4793
  propertyType: CMSElementEditTypes;
4789
4794
  };
4790
- buttonText: {
4791
- value: string;
4792
- property: string;
4793
- propertyType: CMSElementEditTypes;
4794
- };
4795
4795
  iconPadding: {
4796
4796
  value: number;
4797
4797
  property: string;
@@ -5068,6 +5068,11 @@ export declare const getDefaultData: () => {
5068
5068
  selectorKey: SelectorKeysEnum;
5069
5069
  };
5070
5070
  hoverState: {
5071
+ buttonText: {
5072
+ value: string;
5073
+ property: string;
5074
+ propertyType: CMSElementEditTypes;
5075
+ };
5071
5076
  backgroundColor: {
5072
5077
  parentRef: string;
5073
5078
  value?: any;
@@ -5263,11 +5268,6 @@ export declare const getDefaultData: () => {
5263
5268
  parentRef: string;
5264
5269
  propertyType: CMSElementEditTypes;
5265
5270
  };
5266
- buttonText: {
5267
- value: string;
5268
- property: string;
5269
- propertyType: CMSElementEditTypes;
5270
- };
5271
5271
  iconPadding: {
5272
5272
  value: number;
5273
5273
  property: string;
@@ -5544,6 +5544,11 @@ export declare const getDefaultData: () => {
5544
5544
  selectorKey: SelectorKeysEnum;
5545
5545
  };
5546
5546
  hoverState: {
5547
+ buttonText: {
5548
+ value: string;
5549
+ property: string;
5550
+ propertyType: CMSElementEditTypes;
5551
+ };
5547
5552
  backgroundColor: {
5548
5553
  parentRef: string;
5549
5554
  value?: any;
@@ -5739,11 +5744,6 @@ export declare const getDefaultData: () => {
5739
5744
  parentRef: string;
5740
5745
  propertyType: CMSElementEditTypes;
5741
5746
  };
5742
- buttonText: {
5743
- value: string;
5744
- property: string;
5745
- propertyType: CMSElementEditTypes;
5746
- };
5747
5747
  iconPadding: {
5748
5748
  value: number;
5749
5749
  property: string;
@@ -609,6 +609,11 @@ export declare const getDefaultData: () => {
609
609
  selectorKey: SelectorKeysEnum;
610
610
  };
611
611
  hoverState: {
612
+ buttonText: {
613
+ value: string;
614
+ property: string;
615
+ propertyType: CMSElementEditTypes;
616
+ };
612
617
  backgroundColor: {
613
618
  parentRef: string;
614
619
  value?: any;
@@ -804,11 +809,6 @@ export declare const getDefaultData: () => {
804
809
  parentRef: string;
805
810
  propertyType: CMSElementEditTypes;
806
811
  };
807
- buttonText: {
808
- value: string;
809
- property: string;
810
- propertyType: CMSElementEditTypes;
811
- };
812
812
  iconPadding: {
813
813
  value: number;
814
814
  property: string;
@@ -1074,6 +1074,11 @@ export declare const getDefaultData: () => {
1074
1074
  selectorKey: SelectorKeysEnum;
1075
1075
  };
1076
1076
  hoverState: {
1077
+ buttonText: {
1078
+ value: string;
1079
+ property: string;
1080
+ propertyType: CMSElementEditTypes;
1081
+ };
1077
1082
  backgroundColor: {
1078
1083
  parentRef: string;
1079
1084
  value?: any;
@@ -1269,11 +1274,6 @@ export declare const getDefaultData: () => {
1269
1274
  parentRef: string;
1270
1275
  propertyType: CMSElementEditTypes;
1271
1276
  };
1272
- buttonText: {
1273
- value: string;
1274
- property: string;
1275
- propertyType: CMSElementEditTypes;
1276
- };
1277
1277
  iconPadding: {
1278
1278
  value: number;
1279
1279
  property: string;