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

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.
Files changed (111) hide show
  1. package/dist/add-order.scss +50 -4
  2. package/dist/add-products-tab-details.scss +250 -0
  3. package/dist/add-products-tab-uom-details.scss +105 -0
  4. package/dist/add-products-tab.scss +226 -0
  5. package/dist/allocation-header-quota-details.scss +84 -0
  6. package/dist/allocationDetails.scss +104 -0
  7. package/dist/allocations-quota-details.scss +66 -0
  8. package/dist/allocations.scss +110 -0
  9. package/dist/amount-estimator.scss +104 -0
  10. package/dist/badge.scss +12 -0
  11. package/dist/brand-basic-elements.scss +17 -0
  12. package/dist/breadcrumbs.scss +16 -0
  13. package/dist/builder.js +1 -1
  14. package/dist/bulk-variant-picker.scss +246 -0
  15. package/dist/bundle.scss +239 -28
  16. package/dist/bundleDetails.scss +295 -0
  17. package/dist/button copy.scss +2 -2
  18. package/dist/button.scss +17 -4
  19. package/dist/buy-for-tab.scss +54 -0
  20. package/dist/buyForHeaders.scss +629 -0
  21. package/dist/cart-details.scss +317 -0
  22. package/dist/cart-summary.scss +189 -0
  23. package/dist/cart.scss +16 -0
  24. package/dist/cartAttributes.scss +118 -0
  25. package/dist/cartDropdownOverlay.scss +21 -0
  26. package/dist/category-groups-element.scss +15 -0
  27. package/dist/category-groups-product-image.scss +84 -0
  28. package/dist/category-groups-product-options.scss +87 -0
  29. package/dist/category-groups-product-price.scss +700 -0
  30. package/dist/category-groups-quota-details.scss +84 -0
  31. package/dist/checkout.scss +918 -0
  32. package/dist/countdown.scss +80 -0
  33. package/dist/coupon.scss +138 -0
  34. package/dist/embroider-template-1-v2.scss +34 -0
  35. package/dist/embroider-template-1.scss +501 -482
  36. package/dist/embroidery.scss +7 -0
  37. package/dist/faq.scss +28 -0
  38. package/dist/filter-results.scss +361 -323
  39. package/dist/filters.scss +288 -0
  40. package/dist/gallery-slider-temp.scss +24 -0
  41. package/dist/global-styles.scss +23 -0
  42. package/dist/hotspot.scss +23 -4
  43. package/dist/icon-list.scss +3 -0
  44. package/dist/item-stock.scss +6 -0
  45. package/dist/kitDetails.scss +358 -0
  46. package/dist/kits.scss +4 -0
  47. package/dist/language-selector.scss +9 -1
  48. package/dist/last-x-orders.scss +24 -0
  49. package/dist/login.scss +108 -0
  50. package/dist/map.scss +46 -0
  51. package/dist/mega-menu.scss +69 -8
  52. package/dist/menu-v2.scss +123 -5
  53. package/dist/menu.scss +12 -0
  54. package/dist/my-templates.scss +3 -0
  55. package/dist/option-bar.scss +38 -0
  56. package/dist/order-status.scss +60 -5
  57. package/dist/past-orders.scss +50 -0
  58. package/dist/payment-methods.scss +307 -289
  59. package/dist/pickup-locations.scss +184 -0
  60. package/dist/product-actions.scss +195 -0
  61. package/dist/product-basic-elements.scss +8 -0
  62. package/dist/product-customizations.scss +155 -149
  63. package/dist/product-highlights.scss +12 -0
  64. package/dist/product-image-allocation.scss +38 -0
  65. package/dist/product-image-bundles.scss +47 -0
  66. package/dist/product-image.scss +48 -0
  67. package/dist/product-inventory.scss +240 -0
  68. package/dist/product-labels.scss +12 -0
  69. package/dist/product-options.scss +58 -0
  70. package/dist/product-price.scss +416 -1
  71. package/dist/product-promotions.scss +456 -0
  72. package/dist/product-sizechart.scss +91 -0
  73. package/dist/profile.scss +165 -42
  74. package/dist/quantity-selector.scss +62 -0
  75. package/dist/quick-inventory-check.scss +24 -0
  76. package/dist/quick-links.scss +16 -0
  77. package/dist/quick-order-pad.scss +71 -0
  78. package/dist/quotes.scss +766 -737
  79. package/dist/repeater.scss +19 -0
  80. package/dist/rfqs.scss +29 -0
  81. package/dist/scroll.scss +28 -0
  82. package/dist/search-results-heading.scss +36 -0
  83. package/dist/search.scss +43 -0
  84. package/dist/shipping-payments.scss +48 -0
  85. package/dist/simple-list.scss +12 -0
  86. package/dist/social.scss +12 -0
  87. package/dist/spotlight.scss +48 -0
  88. package/dist/stockStatus.scss +3 -0
  89. package/dist/store-locations.scss +188 -0
  90. package/dist/tab-v2.scss +24 -0
  91. package/dist/table-common.scss +78 -0
  92. package/dist/table.scss +81 -0
  93. package/dist/tabs.scss +440 -395
  94. package/dist/theme-classes.scss +49 -0
  95. package/dist/toaster.scss +392 -350
  96. package/dist/types/builder/tools/element-edit/addProductsTab.d.ts +15 -15
  97. package/dist/types/builder/tools/element-edit/bundle.d.ts +20 -10
  98. package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +15 -15
  99. package/dist/types/builder/tools/element-edit/buttonInstance.d.ts +225 -0
  100. package/dist/types/builder/tools/element-edit/cartSummary.d.ts +35 -35
  101. package/dist/types/builder/tools/element-edit/coupon.d.ts +10 -10
  102. package/dist/types/builder/tools/element-edit/kitDetails.d.ts +233 -31
  103. package/dist/types/builder/tools/element-edit/orderStatus.d.ts +33 -0
  104. package/dist/types/builder/tools/element-edit/profile.d.ts +7 -0
  105. package/dist/types/builder/tools/element-edit/scroll.d.ts +18 -0
  106. package/dist/types/builder/tools/element-edit/video.d.ts +15 -0
  107. package/dist/uom-selector.scss +112 -0
  108. package/dist/user-elements.scss +168 -0
  109. package/dist/variant-picker.scss +217 -0
  110. package/dist/volume-pricing.scss +192 -0
  111. package/package.json +131 -131
@@ -528,6 +528,11 @@ export declare const getDefaultData: () => {
528
528
  selectorKey: SelectorKeysEnum;
529
529
  };
530
530
  hoverState: {
531
+ buttonText: {
532
+ value: string;
533
+ property: string;
534
+ propertyType: CMSElementEditTypes;
535
+ };
531
536
  backgroundColor: {
532
537
  parentRef: string;
533
538
  value?: any;
@@ -723,11 +728,6 @@ export declare const getDefaultData: () => {
723
728
  parentRef: string;
724
729
  propertyType: CMSElementEditTypes;
725
730
  };
726
- buttonText: {
727
- value: string;
728
- property: string;
729
- propertyType: CMSElementEditTypes;
730
- };
731
731
  iconPadding: {
732
732
  value: number;
733
733
  property: string;
@@ -1490,6 +1490,11 @@ export declare const getDefaultData: () => {
1490
1490
  selectorKey: SelectorKeysEnum;
1491
1491
  };
1492
1492
  hoverState: {
1493
+ buttonText: {
1494
+ value: string;
1495
+ property: string;
1496
+ propertyType: CMSElementEditTypes;
1497
+ };
1493
1498
  backgroundColor: {
1494
1499
  parentRef: string;
1495
1500
  value?: any;
@@ -1685,11 +1690,6 @@ export declare const getDefaultData: () => {
1685
1690
  parentRef: string;
1686
1691
  propertyType: CMSElementEditTypes;
1687
1692
  };
1688
- buttonText: {
1689
- value: string;
1690
- property: string;
1691
- propertyType: CMSElementEditTypes;
1692
- };
1693
1693
  iconPadding: {
1694
1694
  value: number;
1695
1695
  property: string;
@@ -1994,6 +1994,11 @@ export declare const getDefaultData: () => {
1994
1994
  selectorKey: SelectorKeysEnum;
1995
1995
  };
1996
1996
  hoverState: {
1997
+ buttonText: {
1998
+ value: string;
1999
+ property: string;
2000
+ propertyType: CMSElementEditTypes;
2001
+ };
1997
2002
  backgroundColor: {
1998
2003
  parentRef: string;
1999
2004
  value?: any;
@@ -2189,11 +2194,6 @@ export declare const getDefaultData: () => {
2189
2194
  parentRef: string;
2190
2195
  propertyType: CMSElementEditTypes;
2191
2196
  };
2192
- buttonText: {
2193
- value: string;
2194
- property: string;
2195
- propertyType: CMSElementEditTypes;
2196
- };
2197
2197
  iconPadding: {
2198
2198
  value: number;
2199
2199
  property: string;
@@ -139,6 +139,16 @@ export declare const getDefaultData: () => {
139
139
  unit: number;
140
140
  propertyType: CMSElementEditTypes;
141
141
  };
142
+ tileColumns: {
143
+ value: number;
144
+ property: string;
145
+ propertyType: CMSElementEditTypes;
146
+ };
147
+ tileRows: {
148
+ value: number;
149
+ property: string;
150
+ propertyType: CMSElementEditTypes;
151
+ };
142
152
  tileRowGap: {
143
153
  value: number;
144
154
  property: string;
@@ -552,6 +562,11 @@ export declare const getDefaultData: () => {
552
562
  selectorKey: ButtonSelectorKeysEnum;
553
563
  };
554
564
  hoverState: {
565
+ buttonText: {
566
+ value: string;
567
+ property: string;
568
+ propertyType: CMSElementEditTypes;
569
+ };
555
570
  backgroundColor: {
556
571
  parentRef: string;
557
572
  value?: any;
@@ -747,11 +762,6 @@ export declare const getDefaultData: () => {
747
762
  parentRef: string;
748
763
  propertyType: CMSElementEditTypes;
749
764
  };
750
- buttonText: {
751
- value: string;
752
- property: string;
753
- propertyType: CMSElementEditTypes;
754
- };
755
765
  iconPadding: {
756
766
  value: number;
757
767
  property: string;
@@ -1017,6 +1027,11 @@ export declare const getDefaultData: () => {
1017
1027
  selectorKey: ButtonSelectorKeysEnum;
1018
1028
  };
1019
1029
  hoverState: {
1030
+ buttonText: {
1031
+ value: string;
1032
+ property: string;
1033
+ propertyType: CMSElementEditTypes;
1034
+ };
1020
1035
  backgroundColor: {
1021
1036
  parentRef: string;
1022
1037
  value?: any;
@@ -1212,11 +1227,6 @@ export declare const getDefaultData: () => {
1212
1227
  parentRef: string;
1213
1228
  propertyType: CMSElementEditTypes;
1214
1229
  };
1215
- buttonText: {
1216
- value: string;
1217
- property: string;
1218
- propertyType: CMSElementEditTypes;
1219
- };
1220
1230
  iconPadding: {
1221
1231
  value: number;
1222
1232
  property: string;
@@ -585,6 +585,11 @@ export declare const getDefaultData: () => {
585
585
  selectButtonDesign: {
586
586
  selectorKey: SelectorKeysEnum;
587
587
  selectedState: {
588
+ buttonText: {
589
+ value: string;
590
+ property: string;
591
+ propertyType: CMSElementEditTypes;
592
+ };
588
593
  backgroundColor: {
589
594
  parentRef: string;
590
595
  value?: any;
@@ -773,11 +778,6 @@ export declare const getDefaultData: () => {
773
778
  parentRef: string;
774
779
  propertyType: CMSElementEditTypes;
775
780
  };
776
- buttonText: {
777
- value: string;
778
- property: string;
779
- propertyType: CMSElementEditTypes;
780
- };
781
781
  iconPadding: {
782
782
  value: number;
783
783
  property: string;
@@ -817,6 +817,11 @@ export declare const getDefaultData: () => {
817
817
  selectorKey: SelectorKeysEnum;
818
818
  };
819
819
  hoverState: {
820
+ buttonText: {
821
+ value: string;
822
+ property: string;
823
+ propertyType: CMSElementEditTypes;
824
+ };
820
825
  backgroundColor: {
821
826
  parentRef: string;
822
827
  value?: any;
@@ -1012,11 +1017,6 @@ export declare const getDefaultData: () => {
1012
1017
  parentRef: string;
1013
1018
  propertyType: CMSElementEditTypes;
1014
1019
  };
1015
- buttonText: {
1016
- value: string;
1017
- property: string;
1018
- propertyType: CMSElementEditTypes;
1019
- };
1020
1020
  iconPadding: {
1021
1021
  value: number;
1022
1022
  property: string;
@@ -1291,6 +1291,11 @@ export declare const getDefaultData: () => {
1291
1291
  addToCartButtonDesign: {
1292
1292
  selectorKey: SelectorKeysEnum;
1293
1293
  hoverState: {
1294
+ buttonText: {
1295
+ value: string;
1296
+ property: string;
1297
+ propertyType: CMSElementEditTypes;
1298
+ };
1294
1299
  backgroundColor: {
1295
1300
  parentRef: string;
1296
1301
  value?: any;
@@ -1486,11 +1491,6 @@ export declare const getDefaultData: () => {
1486
1491
  parentRef: string;
1487
1492
  propertyType: CMSElementEditTypes;
1488
1493
  };
1489
- buttonText: {
1490
- value: string;
1491
- property: string;
1492
- propertyType: CMSElementEditTypes;
1493
- };
1494
1494
  iconPadding: {
1495
1495
  value: number;
1496
1496
  property: string;
@@ -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;