@novalabsxyz/tokens 2.0.0-y.15 → 2.0.0-y.20
Sign up to get free protection for your applications and to get access to all the features.
- package/build/css/tokens-dark.css +1094 -169
- package/build/css/tokens-light.css +1002 -77
- package/build/js/tokens-dark-mobile.js +634 -169
- package/build/js/tokens-dark.js +634 -169
- package/build/js/tokens-light-mobile.js +542 -77
- package/build/js/tokens-light.js +542 -77
- package/build/scss/tokens-dark.scss +742 -169
- package/build/scss/tokens-light.scss +650 -77
- package/package.json +2 -2
@@ -873,6 +873,471 @@ export const hm_text_case_none = 'none';
|
|
873
873
|
export const hm_text_decoration_none = 'none';
|
874
874
|
export const hm_text_decoration_underline = 'underline';
|
875
875
|
export const hm_paragraph_indent_0 = '0px';
|
876
|
+
export const hm_base_white = '#ffffff';
|
877
|
+
export const hm_base_black = '#000000';
|
878
|
+
export const hm_gray__25 = '#fcfcfd';
|
879
|
+
export const hm_gray__50 = '#fafafa';
|
880
|
+
export const hm_gray__100 = '#f4f4f5';
|
881
|
+
export const hm_gray__200 = '#e4e4e7';
|
882
|
+
export const hm_gray__300 = '#d1d1d6';
|
883
|
+
export const hm_gray__400 = '#a0a0ab';
|
884
|
+
export const hm_gray__500 = '#70707b';
|
885
|
+
export const hm_gray__600 = '#51525c';
|
886
|
+
export const hm_gray__700 = '#3f3f46';
|
887
|
+
export const hm_gray__800 = '#26272b';
|
888
|
+
export const hm_gray__900 = '#1a1a1e';
|
889
|
+
export const hm_gray__950 = '#131316';
|
890
|
+
export const hm_brand_25 = '#f5fbff';
|
891
|
+
export const hm_brand_50 = '#f0f9ff';
|
892
|
+
export const hm_brand_100 = '#e0f2fe';
|
893
|
+
export const hm_brand_200 = '#b9e6fe';
|
894
|
+
export const hm_brand_300 = '#7cd4fd';
|
895
|
+
export const hm_brand_400 = '#36bffa';
|
896
|
+
export const hm_brand_500 = '#0ba5ec';
|
897
|
+
export const hm_brand_600 = '#0086c9';
|
898
|
+
export const hm_brand_700 = '#026aa2';
|
899
|
+
export const hm_brand_800 = '#065986';
|
900
|
+
export const hm_brand_900 = '#0b4a6f';
|
901
|
+
export const hm_brand_950 = '#062c41';
|
902
|
+
export const hm_error_25 = '#fffbfa';
|
903
|
+
export const hm_error_50 = '#fef3f2';
|
904
|
+
export const hm_error_100 = '#fee4e2';
|
905
|
+
export const hm_error_200 = '#fecdca';
|
906
|
+
export const hm_error_300 = '#fda29b';
|
907
|
+
export const hm_error_400 = '#f97066';
|
908
|
+
export const hm_error_500 = '#f04438';
|
909
|
+
export const hm_error_600 = '#d92d20';
|
910
|
+
export const hm_error_700 = '#b42318';
|
911
|
+
export const hm_error_800 = '#912018';
|
912
|
+
export const hm_error_900 = '#7a271a';
|
913
|
+
export const hm_error_950 = '#55160c';
|
914
|
+
export const hm_warning_25 = '#fffcf5';
|
915
|
+
export const hm_warning_50 = '#fffaeb';
|
916
|
+
export const hm_warning_100 = '#fef0c7';
|
917
|
+
export const hm_warning_200 = '#fedf89';
|
918
|
+
export const hm_warning_300 = '#fec84b';
|
919
|
+
export const hm_warning_400 = '#fdb022';
|
920
|
+
export const hm_warning_500 = '#f79009';
|
921
|
+
export const hm_warning_600 = '#dc6803';
|
922
|
+
export const hm_warning_700 = '#b54708';
|
923
|
+
export const hm_warning_800 = '#93370d';
|
924
|
+
export const hm_warning_900 = '#7a2e0e';
|
925
|
+
export const hm_warning_950 = '#4e1d09';
|
926
|
+
export const hm_success_25 = '#f6fef9';
|
927
|
+
export const hm_success_50 = '#ecfdf3';
|
928
|
+
export const hm_success_100 = '#dcfae6';
|
929
|
+
export const hm_success_200 = '#abefc6';
|
930
|
+
export const hm_success_300 = '#75e0a7';
|
931
|
+
export const hm_success_400 = '#47cd89';
|
932
|
+
export const hm_success_500 = '#17b26a';
|
933
|
+
export const hm_success_600 = '#079455';
|
934
|
+
export const hm_success_700 = '#067647';
|
935
|
+
export const hm_success_800 = '#085d3a';
|
936
|
+
export const hm_success_900 = '#074d31';
|
937
|
+
export const hm_success_950 = '#053321';
|
938
|
+
export const hm_gray_blue_25 = '#fcfcfd';
|
939
|
+
export const hm_gray_blue_50 = '#f8f9fc';
|
940
|
+
export const hm_gray_blue_100 = '#eaecf5';
|
941
|
+
export const hm_gray_blue_200 = '#d5d9eb';
|
942
|
+
export const hm_gray_blue_300 = '#b3b8db';
|
943
|
+
export const hm_gray_blue_400 = '#717bbc';
|
944
|
+
export const hm_gray_blue_500 = '#4e5ba6';
|
945
|
+
export const hm_gray_blue_600 = '#3e4784';
|
946
|
+
export const hm_gray_blue_700 = '#363f72';
|
947
|
+
export const hm_gray_blue_800 = '#293056';
|
948
|
+
export const hm_gray_blue_900 = '#101323';
|
949
|
+
export const hm_gray_blue_950 = '#0d0f1c';
|
950
|
+
export const hm_gray_cool_25 = '#fcfcfd';
|
951
|
+
export const hm_gray_cool_50 = '#f9f9fb';
|
952
|
+
export const hm_gray_cool_100 = '#eff1f5';
|
953
|
+
export const hm_gray_cool_200 = '#dcdfea';
|
954
|
+
export const hm_gray_cool_300 = '#b9c0d4';
|
955
|
+
export const hm_gray_cool_400 = '#7d89b0';
|
956
|
+
export const hm_gray_cool_500 = '#5d6b98';
|
957
|
+
export const hm_gray_cool_600 = '#4a5578';
|
958
|
+
export const hm_gray_cool_700 = '#404968';
|
959
|
+
export const hm_gray_cool_800 = '#30374f';
|
960
|
+
export const hm_gray_cool_900 = '#111322';
|
961
|
+
export const hm_gray_cool_950 = '#0e101b';
|
962
|
+
export const hm_gray_modern_25 = '#fcfcfd';
|
963
|
+
export const hm_gray_modern_50 = '#f8fafc';
|
964
|
+
export const hm_gray_modern_100 = '#eef2f6';
|
965
|
+
export const hm_gray_modern_200 = '#e3e8ef';
|
966
|
+
export const hm_gray_modern_300 = '#cdd5df';
|
967
|
+
export const hm_gray_modern_400 = '#9aa4b2';
|
968
|
+
export const hm_gray_modern_500 = '#697586';
|
969
|
+
export const hm_gray_modern_600 = '#4b5565';
|
970
|
+
export const hm_gray_modern_700 = '#364152';
|
971
|
+
export const hm_gray_modern_800 = '#202939';
|
972
|
+
export const hm_gray_modern_900 = '#121926';
|
973
|
+
export const hm_gray_modern_950 = '#0d121c';
|
974
|
+
export const hm_gray_neutral_25 = '#fcfcfd';
|
975
|
+
export const hm_gray_neutral_50 = '#f9fafb';
|
976
|
+
export const hm_gray_neutral_100 = '#f3f4f6';
|
977
|
+
export const hm_gray_neutral_200 = '#e5e7eb';
|
978
|
+
export const hm_gray_neutral_300 = '#d2d6db';
|
979
|
+
export const hm_gray_neutral_400 = '#9da4ae';
|
980
|
+
export const hm_gray_neutral_500 = '#6c737f';
|
981
|
+
export const hm_gray_neutral_600 = '#4d5761';
|
982
|
+
export const hm_gray_neutral_700 = '#384250';
|
983
|
+
export const hm_gray_neutral_800 = '#1f2a37';
|
984
|
+
export const hm_gray_neutral_900 = '#111927';
|
985
|
+
export const hm_gray_neutral_950 = '#0d121c';
|
986
|
+
export const hm_gray_iron_25 = '#fcfcfc';
|
987
|
+
export const hm_gray_iron_50 = '#fafafa';
|
988
|
+
export const hm_gray_iron_100 = '#f4f4f5';
|
989
|
+
export const hm_gray_iron_200 = '#e4e4e7';
|
990
|
+
export const hm_gray_iron_300 = '#d1d1d6';
|
991
|
+
export const hm_gray_iron_400 = '#a0a0ab';
|
992
|
+
export const hm_gray_iron_500 = '#70707b';
|
993
|
+
export const hm_gray_iron_600 = '#51525c';
|
994
|
+
export const hm_gray_iron_700 = '#3f3f46';
|
995
|
+
export const hm_gray_iron_800 = '#26272b';
|
996
|
+
export const hm_gray_iron_900 = '#1a1a1e';
|
997
|
+
export const hm_gray_iron_950 = '#131316';
|
998
|
+
export const hm_gray_true_25 = '#fcfcfc';
|
999
|
+
export const hm_gray_true_50 = '#fafafa';
|
1000
|
+
export const hm_gray_true_100 = '#f5f5f5';
|
1001
|
+
export const hm_gray_true_200 = '#e5e5e5';
|
1002
|
+
export const hm_gray_true_300 = '#d6d6d6';
|
1003
|
+
export const hm_gray_true_400 = '#a3a3a3';
|
1004
|
+
export const hm_gray_true_500 = '#737373';
|
1005
|
+
export const hm_gray_true_600 = '#525252';
|
1006
|
+
export const hm_gray_true_700 = '#424242';
|
1007
|
+
export const hm_gray_true_800 = '#292929';
|
1008
|
+
export const hm_gray_true_900 = '#141414';
|
1009
|
+
export const hm_gray_true_950 = '#0f0f0f';
|
1010
|
+
export const hm_gray_warm_25 = '#fdfdfc';
|
1011
|
+
export const hm_gray_warm_50 = '#fafaf9';
|
1012
|
+
export const hm_gray_warm_100 = '#f5f5f4';
|
1013
|
+
export const hm_gray_warm_200 = '#e7e5e4';
|
1014
|
+
export const hm_gray_warm_300 = '#d7d3d0';
|
1015
|
+
export const hm_gray_warm_400 = '#a9a29d';
|
1016
|
+
export const hm_gray_warm_500 = '#79716b';
|
1017
|
+
export const hm_gray_warm_600 = '#57534e';
|
1018
|
+
export const hm_gray_warm_700 = '#44403c';
|
1019
|
+
export const hm_gray_warm_800 = '#292524';
|
1020
|
+
export const hm_gray_warm_900 = '#1c1917';
|
1021
|
+
export const hm_gray_warm_950 = '#171412';
|
1022
|
+
export const hm_moss_25 = '#fafdf7';
|
1023
|
+
export const hm_moss_50 = '#f5fbee';
|
1024
|
+
export const hm_moss_100 = '#e6f4d7';
|
1025
|
+
export const hm_moss_200 = '#ceeab0';
|
1026
|
+
export const hm_moss_300 = '#acdc79';
|
1027
|
+
export const hm_moss_400 = '#86cb3c';
|
1028
|
+
export const hm_moss_500 = '#669f2a';
|
1029
|
+
export const hm_moss_600 = '#4f7a21';
|
1030
|
+
export const hm_moss_700 = '#3f621a';
|
1031
|
+
export const hm_moss_800 = '#335015';
|
1032
|
+
export const hm_moss_900 = '#2b4212';
|
1033
|
+
export const hm_moss_950 = '#1a280b';
|
1034
|
+
export const hm_green_light_25 = '#fafef5';
|
1035
|
+
export const hm_green_light_50 = '#f3fee7';
|
1036
|
+
export const hm_green_light_100 = '#e3fbcc';
|
1037
|
+
export const hm_green_light_200 = '#d0f8ab';
|
1038
|
+
export const hm_green_light_300 = '#a6ef67';
|
1039
|
+
export const hm_green_light_400 = '#85e13a';
|
1040
|
+
export const hm_green_light_500 = '#66c61c';
|
1041
|
+
export const hm_green_light_600 = '#4ca30d';
|
1042
|
+
export const hm_green_light_700 = '#3b7c0f';
|
1043
|
+
export const hm_green_light_800 = '#326212';
|
1044
|
+
export const hm_green_light_900 = '#2b5314';
|
1045
|
+
export const hm_green_light_950 = '#15290a';
|
1046
|
+
export const hm_green_25 = '#f6fef9';
|
1047
|
+
export const hm_green_50 = '#edfcf2';
|
1048
|
+
export const hm_green_100 = '#d3f8df';
|
1049
|
+
export const hm_green_200 = '#aaf0c4';
|
1050
|
+
export const hm_green_300 = '#73e2a3';
|
1051
|
+
export const hm_green_400 = '#3ccb7f';
|
1052
|
+
export const hm_green_500 = '#16b364';
|
1053
|
+
export const hm_green_600 = '#099250';
|
1054
|
+
export const hm_green_700 = '#087443';
|
1055
|
+
export const hm_green_800 = '#095c37';
|
1056
|
+
export const hm_green_900 = '#084c2e';
|
1057
|
+
export const hm_green_950 = '#052e1c';
|
1058
|
+
export const hm_teal_25 = '#f6fefc';
|
1059
|
+
export const hm_teal_50 = '#f0fdf9';
|
1060
|
+
export const hm_teal_100 = '#ccfbef';
|
1061
|
+
export const hm_teal_200 = '#99f6e0';
|
1062
|
+
export const hm_teal_300 = '#5fe9d0';
|
1063
|
+
export const hm_teal_400 = '#2ed3b7';
|
1064
|
+
export const hm_teal_500 = '#15b79e';
|
1065
|
+
export const hm_teal_600 = '#0e9384';
|
1066
|
+
export const hm_teal_700 = '#107569';
|
1067
|
+
export const hm_teal_800 = '#125d56';
|
1068
|
+
export const hm_teal_900 = '#134e48';
|
1069
|
+
export const hm_teal_950 = '#0a2926';
|
1070
|
+
export const hm_cyan_25 = '#f5feff';
|
1071
|
+
export const hm_cyan_50 = '#ecfdff';
|
1072
|
+
export const hm_cyan_100 = '#cff9fe';
|
1073
|
+
export const hm_cyan_200 = '#a5f0fc';
|
1074
|
+
export const hm_cyan_300 = '#67e3f9';
|
1075
|
+
export const hm_cyan_400 = '#22ccee';
|
1076
|
+
export const hm_cyan_500 = '#06aed4';
|
1077
|
+
export const hm_cyan_600 = '#088ab2';
|
1078
|
+
export const hm_cyan_700 = '#0e7090';
|
1079
|
+
export const hm_cyan_800 = '#155b75';
|
1080
|
+
export const hm_cyan_900 = '#164c63';
|
1081
|
+
export const hm_cyan_950 = '#0d2d3a';
|
1082
|
+
export const hm_blue_light_25 = '#f5fbff';
|
1083
|
+
export const hm_blue_light_50 = '#f0f9ff';
|
1084
|
+
export const hm_blue_light_100 = '#e0f2fe';
|
1085
|
+
export const hm_blue_light_200 = '#b9e6fe';
|
1086
|
+
export const hm_blue_light_300 = '#7cd4fd';
|
1087
|
+
export const hm_blue_light_400 = '#36bffa';
|
1088
|
+
export const hm_blue_light_500 = '#0ba5ec';
|
1089
|
+
export const hm_blue_light_600 = '#0086c9';
|
1090
|
+
export const hm_blue_light_700 = '#026aa2';
|
1091
|
+
export const hm_blue_light_800 = '#065986';
|
1092
|
+
export const hm_blue_light_900 = '#0b4a6f';
|
1093
|
+
export const hm_blue_light_950 = '#062c41';
|
1094
|
+
export const hm_blue_25 = '#f5faff';
|
1095
|
+
export const hm_blue_50 = '#eff8ff';
|
1096
|
+
export const hm_blue_100 = '#d1e9ff';
|
1097
|
+
export const hm_blue_200 = '#b2ddff';
|
1098
|
+
export const hm_blue_300 = '#84caff';
|
1099
|
+
export const hm_blue_400 = '#53b1fd';
|
1100
|
+
export const hm_blue_500 = '#2e90fa';
|
1101
|
+
export const hm_blue_600 = '#1570ef';
|
1102
|
+
export const hm_blue_700 = '#175cd3';
|
1103
|
+
export const hm_blue_800 = '#1849a9';
|
1104
|
+
export const hm_blue_900 = '#194185';
|
1105
|
+
export const hm_blue_950 = '#102a56';
|
1106
|
+
export const hm_blue_dark_25 = '#f5f8ff';
|
1107
|
+
export const hm_blue_dark_50 = '#eff4ff';
|
1108
|
+
export const hm_blue_dark_100 = '#d1e0ff';
|
1109
|
+
export const hm_blue_dark_200 = '#b2ccff';
|
1110
|
+
export const hm_blue_dark_300 = '#84adff';
|
1111
|
+
export const hm_blue_dark_400 = '#528bff';
|
1112
|
+
export const hm_blue_dark_500 = '#2970ff';
|
1113
|
+
export const hm_blue_dark_600 = '#155eef';
|
1114
|
+
export const hm_blue_dark_700 = '#004eeb';
|
1115
|
+
export const hm_blue_dark_800 = '#0040c1';
|
1116
|
+
export const hm_blue_dark_900 = '#00359e';
|
1117
|
+
export const hm_blue_dark_950 = '#002266';
|
1118
|
+
export const hm_indigo_25 = '#f5f8ff';
|
1119
|
+
export const hm_indigo_50 = '#eef4ff';
|
1120
|
+
export const hm_indigo_100 = '#e0eaff';
|
1121
|
+
export const hm_indigo_200 = '#c7d7fe';
|
1122
|
+
export const hm_indigo_300 = '#a4bcfd';
|
1123
|
+
export const hm_indigo_400 = '#8098f9';
|
1124
|
+
export const hm_indigo_500 = '#6172f3';
|
1125
|
+
export const hm_indigo_600 = '#444ce7';
|
1126
|
+
export const hm_indigo_700 = '#3538cd';
|
1127
|
+
export const hm_indigo_800 = '#2d31a6';
|
1128
|
+
export const hm_indigo_900 = '#2d3282';
|
1129
|
+
export const hm_indigo_950 = '#1f235b';
|
1130
|
+
export const hm_violet_25 = '#fbfaff';
|
1131
|
+
export const hm_violet_50 = '#f5f3ff';
|
1132
|
+
export const hm_violet_100 = '#ece9fe';
|
1133
|
+
export const hm_violet_200 = '#ddd6fe';
|
1134
|
+
export const hm_violet_300 = '#c3b5fd';
|
1135
|
+
export const hm_violet_400 = '#a48afb';
|
1136
|
+
export const hm_violet_500 = '#875bf7';
|
1137
|
+
export const hm_violet_600 = '#7839ee';
|
1138
|
+
export const hm_violet_700 = '#6927da';
|
1139
|
+
export const hm_violet_800 = '#5720b7';
|
1140
|
+
export const hm_violet_900 = '#491c96';
|
1141
|
+
export const hm_violet_950 = '#2e125e';
|
1142
|
+
export const hm_purple_25 = '#fafaff';
|
1143
|
+
export const hm_purple_50 = '#f4f3ff';
|
1144
|
+
export const hm_purple_100 = '#ebe9fe';
|
1145
|
+
export const hm_purple_200 = '#d9d6fe';
|
1146
|
+
export const hm_purple_300 = '#bdb4fe';
|
1147
|
+
export const hm_purple_400 = '#9b8afb';
|
1148
|
+
export const hm_purple_500 = '#7a5af8';
|
1149
|
+
export const hm_purple_600 = '#6938ef';
|
1150
|
+
export const hm_purple_700 = '#5925dc';
|
1151
|
+
export const hm_purple_800 = '#4a1fb8';
|
1152
|
+
export const hm_purple_900 = '#3e1c96';
|
1153
|
+
export const hm_purple_950 = '#27115f';
|
1154
|
+
export const hm_fuchsia_25 = '#fefaff';
|
1155
|
+
export const hm_fuchsia_50 = '#fdf4ff';
|
1156
|
+
export const hm_fuchsia_100 = '#fbe8ff';
|
1157
|
+
export const hm_fuchsia_200 = '#f6d0fe';
|
1158
|
+
export const hm_fuchsia_300 = '#eeaafd';
|
1159
|
+
export const hm_fuchsia_400 = '#e478fa';
|
1160
|
+
export const hm_fuchsia_500 = '#d444f1';
|
1161
|
+
export const hm_fuchsia_600 = '#ba24d5';
|
1162
|
+
export const hm_fuchsia_700 = '#9f1ab1';
|
1163
|
+
export const hm_fuchsia_800 = '#821890';
|
1164
|
+
export const hm_fuchsia_900 = '#6f1877';
|
1165
|
+
export const hm_fuchsia_950 = '#47104c';
|
1166
|
+
export const hm_pink_25 = '#fef6fb';
|
1167
|
+
export const hm_pink_50 = '#fdf2fa';
|
1168
|
+
export const hm_pink_100 = '#fce7f6';
|
1169
|
+
export const hm_pink_200 = '#fcceee';
|
1170
|
+
export const hm_pink_300 = '#faa7e0';
|
1171
|
+
export const hm_pink_400 = '#f670c7';
|
1172
|
+
export const hm_pink_500 = '#ee46bc';
|
1173
|
+
export const hm_pink_600 = '#dd2590';
|
1174
|
+
export const hm_pink_700 = '#c11574';
|
1175
|
+
export const hm_pink_800 = '#9e165f';
|
1176
|
+
export const hm_pink_900 = '#851651';
|
1177
|
+
export const hm_pink_950 = '#4e0d30';
|
1178
|
+
export const hm_ros_25 = '#fff5f6';
|
1179
|
+
export const hm_ros_50 = '#fff1f3';
|
1180
|
+
export const hm_ros_100 = '#ffe4e8';
|
1181
|
+
export const hm_ros_200 = '#fecdd6';
|
1182
|
+
export const hm_ros_300 = '#fea3b4';
|
1183
|
+
export const hm_ros_400 = '#fd6f8e';
|
1184
|
+
export const hm_ros_500 = '#f63d68';
|
1185
|
+
export const hm_ros_600 = '#e31b54';
|
1186
|
+
export const hm_ros_700 = '#c01048';
|
1187
|
+
export const hm_ros_800 = '#a11043';
|
1188
|
+
export const hm_ros_900 = '#89123e';
|
1189
|
+
export const hm_ros_950 = '#510b24';
|
1190
|
+
export const hm_orange_dark_25 = '#fff9f5';
|
1191
|
+
export const hm_orange_dark_50 = '#fff4ed';
|
1192
|
+
export const hm_orange_dark_100 = '#ffe6d5';
|
1193
|
+
export const hm_orange_dark_200 = '#ffd6ae';
|
1194
|
+
export const hm_orange_dark_300 = '#ff9c66';
|
1195
|
+
export const hm_orange_dark_400 = '#ff692e';
|
1196
|
+
export const hm_orange_dark_500 = '#ff4405';
|
1197
|
+
export const hm_orange_dark_600 = '#e62e05';
|
1198
|
+
export const hm_orange_dark_700 = '#bc1b06';
|
1199
|
+
export const hm_orange_dark_800 = '#97180c';
|
1200
|
+
export const hm_orange_dark_900 = '#771a0d';
|
1201
|
+
export const hm_orange_dark_950 = '#57130a';
|
1202
|
+
export const hm_orange_25 = '#fefaf5';
|
1203
|
+
export const hm_orange_50 = '#fef6ee';
|
1204
|
+
export const hm_orange_100 = '#fdead7';
|
1205
|
+
export const hm_orange_200 = '#f9dbaf';
|
1206
|
+
export const hm_orange_300 = '#f7b27a';
|
1207
|
+
export const hm_orange_400 = '#f38744';
|
1208
|
+
export const hm_orange_500 = '#ef6820';
|
1209
|
+
export const hm_orange_600 = '#e04f16';
|
1210
|
+
export const hm_orange_700 = '#b93815';
|
1211
|
+
export const hm_orange_800 = '#932f19';
|
1212
|
+
export const hm_orange_900 = '#772917';
|
1213
|
+
export const hm_orange_950 = '#511c10';
|
1214
|
+
export const hm_yellow_25 = '#fefdf0';
|
1215
|
+
export const hm_yellow_50 = '#fefbe8';
|
1216
|
+
export const hm_yellow_100 = '#fef7c3';
|
1217
|
+
export const hm_yellow_200 = '#feee95';
|
1218
|
+
export const hm_yellow_300 = '#fde272';
|
1219
|
+
export const hm_yellow_400 = '#fac515';
|
1220
|
+
export const hm_yellow_500 = '#eaaa08';
|
1221
|
+
export const hm_yellow_600 = '#ca8504';
|
1222
|
+
export const hm_yellow_700 = '#a15c07';
|
1223
|
+
export const hm_yellow_800 = '#854a0e';
|
1224
|
+
export const hm_yellow_900 = '#713b12';
|
1225
|
+
export const hm_yellow_950 = '#542c0d';
|
1226
|
+
export const hm_gradient_gray_600_500_90deg = 'linear-gradient(90deg, #475467 0%, #667085 100%)';
|
1227
|
+
export const hm_gradient_gray_700_600_45deg = 'linear-gradient(45deg, #344054 0%, #475467 100%)';
|
1228
|
+
export const hm_gradient_gray_800_600_45deg = 'linear-gradient(45deg, #182230 0%, #475467 100%)';
|
1229
|
+
export const hm_gradient_gray_800_600_90deg = 'linear-gradient(90deg, #182230 0%, #475467 100%)';
|
1230
|
+
export const hm_gradient_gray_800_7006_5deg = 'linear-gradient(27deg, #182230 0%, #344054 100%)';
|
1231
|
+
export const hm_gradient_gray_900_600_45deg = 'linear-gradient(45deg, #101828 0%, #475467 100%)';
|
1232
|
+
export const hm_gradient_brand_600_500_90deg = 'linear-gradient(90deg, #7f56d9 0%, #9e77ed 100%)';
|
1233
|
+
export const hm_gradient_brand_700_600_45deg = 'linear-gradient(45deg, #6941c6 0%, #7f56d9 100%)';
|
1234
|
+
export const hm_gradient_brand_800_600_45deg = 'linear-gradient(45deg, #53389e 0%, #7f56d9 100%)';
|
1235
|
+
export const hm_gradient_brand_800_600_90deg = 'linear-gradient(90deg, #53389e 0%, #7f56d9 100%)';
|
1236
|
+
export const hm_gradient_brand_800_7006_5deg = 'linear-gradient(27deg, #53389e 0%, #6941c6 100%)';
|
1237
|
+
export const hm_gradient_brand_900_600_45deg = 'linear-gradient(45deg, #42307d 0%, #7f56d9 100%)';
|
1238
|
+
export const hm_gradient_linear_gray_neutral_01 = 'linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%)';
|
1239
|
+
export const hm_gradient_linear_gray_neutral_02 = 'linear-gradient(180deg, #f9fafb 0%, #edf0f3 100%)';
|
1240
|
+
export const hm_gradient_linear_gray_neutral_03 = 'linear-gradient(180deg, #f9fafb 0%, #e7ebef 100%)';
|
1241
|
+
export const hm_gradient_linear_gray_neutral_04 = 'linear-gradient(180deg, #f3f5f7 0%, #e0e5eb 100%)';
|
1242
|
+
export const hm_gradient_linear_gray_neutral_05 = 'linear-gradient(180deg, #edf0f3 0%, #d4dbe2 100%)';
|
1243
|
+
export const hm_gradient_linear_gray_neutral_06 = 'linear-gradient(180deg, #e7ebef 0%, #c8d1da 100%)';
|
1244
|
+
export const hm_gradient_linear_gray_neutral_07 = 'linear-gradient(180deg, #e0e5eb 0%, #b6c2ce 100%)';
|
1245
|
+
export const hm_gradient_linear_gray_true_01 = 'linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%)';
|
1246
|
+
export const hm_gradient_linear_gray_true_02 = 'linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%)';
|
1247
|
+
export const hm_gradient_linear_gray_true_03 = 'linear-gradient(180deg, #fafafa 0%, #ebebeb 100%)';
|
1248
|
+
export const hm_gradient_linear_gray_true_04 = 'linear-gradient(180deg, #f5f5f5 0%, #e5e5e5 100%)';
|
1249
|
+
export const hm_gradient_linear_gray_true_05 = 'linear-gradient(180deg, #f0f0f0 0%, #dbdbdb 100%)';
|
1250
|
+
export const hm_gradient_linear_gray_true_06 = 'linear-gradient(180deg, #ebebeb 0%, #d1d1d1 100%)';
|
1251
|
+
export const hm_gradient_linear_gray_true_07 = 'linear-gradient(180deg, #e5e5e5 0%, #c2c2c2 100%)';
|
1252
|
+
export const hm_gradient_linear_color_10 = 'linear-gradient(0deg, #cfc7f8 0%, #ebbba7 100%)';
|
1253
|
+
export const hm_gradient_linear_color_11 = 'linear-gradient(135deg, #fccb90 0%, #d57eeb 100%)';
|
1254
|
+
export const hm_gradient_linear_color_12 = 'linear-gradient(45deg, #7b6ae0 0%, #ffbb89 100%)';
|
1255
|
+
export const hm_gradient_linear_color_13 = 'linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%)';
|
1256
|
+
export const hm_gradient_linear_color_14 = 'linear-gradient(0deg, #fed6e3 0%, #a8edea 100%)';
|
1257
|
+
export const hm_gradient_linear_color_15 = 'linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)';
|
1258
|
+
export const hm_gradient_linear_color_16 = 'linear-gradient(45deg, #dfd1c5 0%, #fff6eb 100%)';
|
1259
|
+
export const hm_gradient_linear_color_17 = 'linear-gradient(135deg, #fff6b7 0%, #fb758a 100%)';
|
1260
|
+
export const hm_gradient_linear_color_18 = 'linear-gradient(45deg, #ff7ec7 0%, #ffed46 100%)';
|
1261
|
+
export const hm_gradient_linear_color_19 = 'linear-gradient(0deg, #feafa8 0%, #f5efef 100%)';
|
1262
|
+
export const hm_gradient_linear_color_20 = 'linear-gradient(45deg, #e9defa 0%, #fff6eb 100%)';
|
1263
|
+
export const hm_gradient_linear_color_21 = 'linear-gradient(0deg, #fff1eb 0%, #ace0f9 100%)';
|
1264
|
+
export const hm_gradient_linear_color_22 = 'linear-gradient(0deg, #c1dfc4 0%, #deecdd 100%)';
|
1265
|
+
export const hm_gradient_linear_color_24 = 'linear-gradient(0deg, #accbee 0%, #e7f0fd 100%)';
|
1266
|
+
export const hm_gradient_linear_color_25 = 'linear-gradient(0deg, #84fab0 0%, #accbee 100%)';
|
1267
|
+
export const hm_gradient_linear_color_26 = 'linear-gradient(45deg, #39a0ff 0%, #8fff85 100%)';
|
1268
|
+
export const hm_gradient_linear_color_27 = 'linear-gradient(270deg, #74ebd5 0%, #9face6 100%)';
|
1269
|
+
export const hm_gradient_linear_color_29 = 'linear-gradient(0deg, #9890e3 0%, #b1f4cf 100%)';
|
1270
|
+
export const hm_gradient_linear_color_30 = 'linear-gradient(45deg, #7cdada 0%, #f697aa 100%)';
|
1271
|
+
export const hm_gradient_linear_color_31 = 'linear-gradient(45deg, #b1ff96 0%, #ffadf7 100%)';
|
1272
|
+
export const hm_gradient_linear_color_32 = 'linear-gradient(0deg, #96fbc4 0%, #f9f586 100%)';
|
1273
|
+
export const hm_gradient_linear_color_33 = 'linear-gradient(45deg, #4def8e 0%, #ffeb3a 100%)';
|
1274
|
+
export const hm_gradient_linear_color_34 = 'linear-gradient(135deg, #f0ff00 0%, #58cffb 100%)';
|
1275
|
+
export const hm_gradient_linear_color_35 = 'linear-gradient(0deg, #d1fdff 0%, #fddb92 100%)';
|
1276
|
+
export const hm_gradient_linear_color_36 = 'linear-gradient(0deg, #ebc0fd 0%, #d9ded8 100%)';
|
1277
|
+
export const hm_gradient_linear_color_37 = 'linear-gradient(45deg, #ffa4f6 0%, #b7dcff 100%)';
|
1278
|
+
export const hm_gradient_linear_color_38 = 'linear-gradient(0deg, #cd9cf2 0%, #f6f3ff 100%)';
|
1279
|
+
export const hm_gradient_linear_color_39 = 'linear-gradient(-45deg, #f5c8f5 0%, #daddfa 83.85%)';
|
1280
|
+
export const hm_gradient_linear_color_40 = 'linear-gradient(0deg, #e6dee9 0%, #bdc2e8 100%)';
|
1281
|
+
export const hm_gradient_linear_color_41 = 'linear-gradient(0deg, #6a85b6 0%, #bac8e0 100%)';
|
1282
|
+
export const hm_gradient_linear_color_42 = 'linear-gradient(45deg, #8b8b8b 0%, #eaeaea 100%)';
|
1283
|
+
export const hm_gradient_linear_color_43 = 'linear-gradient(135deg, #e2b0ff 0%, #9f44d3 100%)';
|
1284
|
+
export const hm_gradient_linear_color_44 = 'linear-gradient(135deg, #ce9ffc 0%, #7367f0 100%)';
|
1285
|
+
export const hm_gradient_linear_color_45 = 'linear-gradient(135deg, #72edf2 0%, #5151e5 100%)';
|
1286
|
+
export const hm_gradient_linear_color_46 = 'linear-gradient(0deg, #a3bded 0%, #6991c7 100%)';
|
1287
|
+
export const hm_gradient_linear_color_47 = 'linear-gradient(0deg, #fbc8d4 0%, #9795f0 100%)';
|
1288
|
+
export const hm_gradient_linear_color_48 = 'linear-gradient(0deg, #a7a6cb 0%, #8989ba 100%)';
|
1289
|
+
export const hm_gradient_linear_color_49 = 'linear-gradient(0deg, #d9afd9 0%, #97d9e1 100%)';
|
1290
|
+
export const hm_gradient_linear_color_50 = 'linear-gradient(135deg, #81ffef 0%, #f067b4 100%)';
|
1291
|
+
export const hm_gradient_linear_color_51 = 'linear-gradient(135deg, #dcb0ed 0%, #9999cc 100%)';
|
1292
|
+
export const hm_gradient_linear_color_52 = 'linear-gradient(135deg, #fff5c3 0%, #9452a5 100%)';
|
1293
|
+
export const hm_gradient_linear_color_53 = 'linear-gradient(135deg, #f1ca74 0%, #a64db6 100%)';
|
1294
|
+
export const hm_gradient_linear_color_54 = 'linear-gradient(45deg, #4d6ad0 0%, #ff9d7e 100%)';
|
1295
|
+
export const hm_gradient_linear_color_55 = 'linear-gradient(135deg, #ffcf71 0%, #2376dd 100%)';
|
1296
|
+
export const hm_gradient_linear_color_56 = 'linear-gradient(135deg, #e8d07a 0%, #5312d6 100%)';
|
1297
|
+
export const hm_gradient_linear_color_57 = 'linear-gradient(180deg, #bfd9fe 0%, #df89b5 100%)';
|
1298
|
+
export const hm_gradient_linear_color_58 = 'linear-gradient(0deg, #fa71cd 0%, #c471f5 100%)';
|
1299
|
+
export const hm_gradient_linear_color_59 = 'linear-gradient(135deg, #43cbff 0%, #9708cc 100%)';
|
1300
|
+
export const hm_gradient_linear_color_60 = 'linear-gradient(180deg, #7579ff 0%, #b224ef 100%)';
|
1301
|
+
export const hm_gradient_linear_color_61 = 'linear-gradient(45deg, #ad00fe 0%, #00e0ee 100%)';
|
1302
|
+
export const hm_gradient_linear_color_62 = 'linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%)';
|
1303
|
+
export const hm_gradient_linear_color_63 = 'linear-gradient(0deg, #009efd 0%, #2af598 100%)';
|
1304
|
+
export const hm_gradient_linear_color_64 = 'linear-gradient(45deg, #ffb800 0%, #fff500 100%)';
|
1305
|
+
export const hm_gradient_linear_color_65 = 'linear-gradient(135deg, #ffa8a8 0%, #fcff00 100%)';
|
1306
|
+
export const hm_gradient_linear_color_66 = 'linear-gradient(45deg, #ff7a00 0%, #ffd439 100%)';
|
1307
|
+
export const hm_gradient_linear_color_67 = 'linear-gradient(135deg, #ffd3a5 0%, #fd6585 100%)';
|
1308
|
+
export const hm_gradient_linear_color_68 = 'linear-gradient(180deg, #f9d423 0%, #e14fad 100%)';
|
1309
|
+
export const hm_gradient_linear_color_69 = 'linear-gradient(135deg, #f74fac 0%, #fcb24f 100%)';
|
1310
|
+
export const hm_gradient_linear_color_70 = 'linear-gradient(135deg, #f49062 0%, #fd371f 100%)';
|
1311
|
+
export const hm_gradient_linear_color_71 = 'linear-gradient(45deg, #ff6c6c 0%, #dd7bff 100%)';
|
1312
|
+
export const hm_gradient_linear_color_72 = 'linear-gradient(135deg, #f97794 0%, #623aa2 100%)';
|
1313
|
+
export const hm_gradient_linear_color_73 = 'linear-gradient(180deg, #c569cf 0%, #ee609c 100%)';
|
1314
|
+
export const hm_gradient_linear_color_74 = 'linear-gradient(0deg, #c7eafd 0%, #e8198b 100%)';
|
1315
|
+
export const hm_gradient_linear_color_75 = 'linear-gradient(135deg, #f093fb 0%, #f5576c 100%)';
|
1316
|
+
export const hm_gradient_linear_color_76 = 'linear-gradient(135deg, #f6ceec 0%, #d939cd 100%)';
|
1317
|
+
export const hm_gradient_linear_color_77 = 'linear-gradient(135deg, #ee9ae5 0%, #5961f9 100%)';
|
1318
|
+
export const hm_gradient_linear_color_78 = 'linear-gradient(270deg, #6a11cb 0%, #2575fc 100%)';
|
1319
|
+
export const hm_gradient_linear_color_79 = 'linear-gradient(45deg, #0017e4 0%, #3793ff 100%)';
|
1320
|
+
export const hm_gradient_linear_color_80 = 'linear-gradient(0deg, #75d8ff 0%, #23a4db 100%)';
|
1321
|
+
export const hm_gradient_linear_color_81 = 'linear-gradient(45deg, #4b73ff 0%, #7cf7ff 100%)';
|
1322
|
+
export const hm_gradient_linear_color_82 = 'linear-gradient(135deg, #5efce8 0%, #736efe 100%)';
|
1323
|
+
export const hm_gradient_linear_color_83 = 'linear-gradient(0deg, #7028e4 0%, #e5b2ca 100%)';
|
1324
|
+
export const hm_gradient_linear_color_84 = 'linear-gradient(90deg, #7873f5 0%, #ec77ab 100%)';
|
1325
|
+
export const hm_gradient_linear_color_85 = 'linear-gradient(135deg, #b01eff 0%, #e1467c 100%)';
|
1326
|
+
export const hm_gradient_linear_color_86 = 'linear-gradient(45deg, #d079ee 0%, #8a88fb 100%)';
|
1327
|
+
export const hm_gradient_linear_color_87 = 'linear-gradient(135deg, #c99fff 0%, #981ed2 100%)';
|
1328
|
+
export const hm_gradient_linear_color_88 = 'linear-gradient(0deg, #9b23ea 0%, #5f72bd 100%)';
|
1329
|
+
export const hm_gradient_linear_color_89 = 'linear-gradient(135deg, #b39fff 0%, #6a1ed2 100%)';
|
1330
|
+
export const hm_gradient_linear_color_90 = 'linear-gradient(45deg, #4300b1 0%, #a531dc 100%)';
|
1331
|
+
export const hm_gradient_linear_color_91 = 'linear-gradient(-45deg, #764ba2 0%, #667eea 100%)';
|
1332
|
+
export const hm_gradient_linear_color_01 = 'linear-gradient(180deg, #a5c0ee 0%, #fbc5ec 100%)';
|
1333
|
+
export const hm_gradient_linear_color_02 = 'linear-gradient(180deg, #fbc2eb 0%, #a18cd1 100%)';
|
1334
|
+
export const hm_gradient_linear_color_03 = 'linear-gradient(180deg, #ffd1ff 0%, #fad0c4 100%)';
|
1335
|
+
export const hm_gradient_linear_color_04 = 'linear-gradient(225deg, #fad0c4 0%, #ff9a9e 100%)';
|
1336
|
+
export const hm_gradient_linear_color_05 = 'linear-gradient(270deg, #fcb69f 0%, #ffecd2 100%)';
|
1337
|
+
export const hm_gradient_linear_color_06 = 'linear-gradient(180deg, #fecfef 0%, #ff989c 100%)';
|
1338
|
+
export const hm_gradient_linear_color_07 = 'linear-gradient(45deg, #ff9de4 0%, #ffeaf6 100%)';
|
1339
|
+
export const hm_gradient_linear_color_08 = 'linear-gradient(180deg, #e6dee9 0%, #fdcaf1 100%)';
|
1340
|
+
export const hm_gradient_linear_color_09 = 'linear-gradient(45deg, #a6c0fe 0%, #ffeaf6 100%)';
|
876
1341
|
export const hm_colors_base_white = '#ffffff';
|
877
1342
|
export const hm_colors_base_black = '#000000';
|
878
1343
|
export const hm_colors_base_transparent = '#ffffff00';
|
@@ -924,18 +1389,18 @@ export const hm_colors_gray_neutral_700 = '#384250';
|
|
924
1389
|
export const hm_colors_gray_neutral_800 = '#1f2a37';
|
925
1390
|
export const hm_colors_gray_neutral_900 = '#111927';
|
926
1391
|
export const hm_colors_gray_neutral_950 = '#0d121c';
|
927
|
-
export const hm_colors_brand_25 = '#
|
928
|
-
export const hm_colors_brand_50 = '#
|
929
|
-
export const hm_colors_brand_100 = '#
|
930
|
-
export const hm_colors_brand_200 = '#
|
931
|
-
export const hm_colors_brand_300 = '#
|
932
|
-
export const hm_colors_brand_400 = '#
|
933
|
-
export const hm_colors_brand_500 = '#
|
934
|
-
export const hm_colors_brand_600 = '#
|
935
|
-
export const hm_colors_brand_700 = '#
|
936
|
-
export const hm_colors_brand_800 = '#
|
937
|
-
export const hm_colors_brand_900 = '#
|
938
|
-
export const hm_colors_brand_950 = '#
|
1392
|
+
export const hm_colors_brand_25 = '#f5fbff';
|
1393
|
+
export const hm_colors_brand_50 = '#f0f9ff';
|
1394
|
+
export const hm_colors_brand_100 = '#e0f2fe';
|
1395
|
+
export const hm_colors_brand_200 = '#b9e6fe';
|
1396
|
+
export const hm_colors_brand_300 = '#7cd4fd';
|
1397
|
+
export const hm_colors_brand_400 = '#36bffa';
|
1398
|
+
export const hm_colors_brand_500 = '#0ba5ec';
|
1399
|
+
export const hm_colors_brand_600 = '#0086c9';
|
1400
|
+
export const hm_colors_brand_700 = '#026aa2';
|
1401
|
+
export const hm_colors_brand_800 = '#065986';
|
1402
|
+
export const hm_colors_brand_900 = '#0b4a6f';
|
1403
|
+
export const hm_colors_brand_950 = '#062c41';
|
939
1404
|
export const hm_colors_error_25 = '#fffbfa';
|
940
1405
|
export const hm_colors_error_50 = '#fef3f2';
|
941
1406
|
export const hm_colors_error_100 = '#fee4e2';
|
@@ -1224,102 +1689,102 @@ export const hm_colors_gray__alpha_700 = '#ffffff29';
|
|
1224
1689
|
export const hm_colors_gray__alpha_800 = '#ffffff14';
|
1225
1690
|
export const hm_colors_gray__alpha_900 = '#ffffff0a';
|
1226
1691
|
export const hm_colors_gray__alpha_950 = '#ffffff00';
|
1227
|
-
export const hm_colors_gray__25 = '#
|
1228
|
-
export const hm_colors_gray__50 = '#
|
1229
|
-
export const hm_colors_gray__100 = '#
|
1230
|
-
export const hm_colors_gray__200 = '#
|
1231
|
-
export const hm_colors_gray__300 = '#
|
1232
|
-
export const hm_colors_gray__400 = '#
|
1233
|
-
export const hm_colors_gray__500 = '#
|
1234
|
-
export const hm_colors_gray__600 = '#
|
1235
|
-
export const hm_colors_gray__700 = '#
|
1236
|
-
export const hm_colors_gray__800 = '#
|
1237
|
-
export const hm_colors_gray__900 = '#
|
1238
|
-
export const hm_colors_gray__950 = '#
|
1239
|
-
export const hm_colors_text_text_primary_900 = '#
|
1240
|
-
export const hm_colors_text_text_tertiary_600 = '#
|
1692
|
+
export const hm_colors_gray__25 = '#fcfcfd';
|
1693
|
+
export const hm_colors_gray__50 = '#fafafa';
|
1694
|
+
export const hm_colors_gray__100 = '#f4f4f5';
|
1695
|
+
export const hm_colors_gray__200 = '#e4e4e7';
|
1696
|
+
export const hm_colors_gray__300 = '#d1d1d6';
|
1697
|
+
export const hm_colors_gray__400 = '#a0a0ab';
|
1698
|
+
export const hm_colors_gray__500 = '#70707b';
|
1699
|
+
export const hm_colors_gray__600 = '#51525c';
|
1700
|
+
export const hm_colors_gray__700 = '#3f3f46';
|
1701
|
+
export const hm_colors_gray__800 = '#26272b';
|
1702
|
+
export const hm_colors_gray__900 = '#1a1a1e';
|
1703
|
+
export const hm_colors_gray__950 = '#131316';
|
1704
|
+
export const hm_colors_text_text_primary_900 = '#fafafa';
|
1705
|
+
export const hm_colors_text_text_tertiary_600 = '#a0a0ab';
|
1241
1706
|
export const hm_colors_text_text_error_primary_600 = '#f97066';
|
1242
1707
|
export const hm_colors_text_text_warning_primary_600 = '#fdb022';
|
1243
1708
|
export const hm_colors_text_text_success_primary_600 = '#47cd89';
|
1244
1709
|
export const hm_colors_text_text_white = '#ffffff';
|
1245
|
-
export const hm_colors_text_text_secondary_700 = '#
|
1246
|
-
export const hm_colors_text_text_disabled = '#
|
1247
|
-
export const hm_colors_text_text_secondary_hover = '#
|
1248
|
-
export const hm_colors_text_text_tertiary_hover = '#
|
1249
|
-
export const hm_colors_text_text_brand_secondary_700 = '#
|
1250
|
-
export const hm_colors_text_text_placeholder = '#
|
1251
|
-
export const hm_colors_text_text_placeholder_subtle = '#
|
1252
|
-
export const hm_colors_text_text_brand_tertiary_600 = '#
|
1253
|
-
export const hm_colors_text_text_quaternary_500 = '#
|
1254
|
-
export const hm_colors_text_text_brand_primary_900 = '#
|
1255
|
-
export const hm_colors_text_text_primary_on_brand = '#
|
1256
|
-
export const hm_colors_text_text_secondary_on_brand = '#
|
1257
|
-
export const hm_colors_text_text_tertiary_on_brand = '#
|
1258
|
-
export const hm_colors_text_text_quaternary_on_brand = '#
|
1259
|
-
export const hm_colors_text_text_brand_tertiary_alt = '#
|
1260
|
-
export const hm_colors_border_border_secondary = '#
|
1710
|
+
export const hm_colors_text_text_secondary_700 = '#d1d1d6';
|
1711
|
+
export const hm_colors_text_text_disabled = '#70707b';
|
1712
|
+
export const hm_colors_text_text_secondary_hover = '#e4e4e7';
|
1713
|
+
export const hm_colors_text_text_tertiary_hover = '#d1d1d6';
|
1714
|
+
export const hm_colors_text_text_brand_secondary_700 = '#d1d1d6';
|
1715
|
+
export const hm_colors_text_text_placeholder = '#70707b';
|
1716
|
+
export const hm_colors_text_text_placeholder_subtle = '#3f3f46';
|
1717
|
+
export const hm_colors_text_text_brand_tertiary_600 = '#a0a0ab';
|
1718
|
+
export const hm_colors_text_text_quaternary_500 = '#a0a0ab';
|
1719
|
+
export const hm_colors_text_text_brand_primary_900 = '#fafafa';
|
1720
|
+
export const hm_colors_text_text_primary_on_brand = '#fafafa';
|
1721
|
+
export const hm_colors_text_text_secondary_on_brand = '#d1d1d6';
|
1722
|
+
export const hm_colors_text_text_tertiary_on_brand = '#a0a0ab';
|
1723
|
+
export const hm_colors_text_text_quaternary_on_brand = '#a0a0ab';
|
1724
|
+
export const hm_colors_text_text_brand_tertiary_alt = '#fafafa';
|
1725
|
+
export const hm_colors_border_border_secondary = '#26272b';
|
1261
1726
|
export const hm_colors_border_border_error = '#f97066';
|
1262
|
-
export const hm_colors_border_border_primary = '#
|
1263
|
-
export const hm_colors_border_border_brand = '#
|
1264
|
-
export const hm_colors_border_border_brand_solid = '#
|
1265
|
-
export const hm_colors_border_border_disabled = '#
|
1727
|
+
export const hm_colors_border_border_primary = '#3f3f46';
|
1728
|
+
export const hm_colors_border_border_brand = '#36bffa';
|
1729
|
+
export const hm_colors_border_border_brand_solid = '#0ba5ec';
|
1730
|
+
export const hm_colors_border_border_disabled = '#3f3f46';
|
1266
1731
|
export const hm_colors_border_border_error_solid = '#f04438';
|
1267
|
-
export const hm_colors_border_border_disabled_subtle = '#
|
1268
|
-
export const hm_colors_border_border_tertiary = '#
|
1269
|
-
export const hm_colors_border_border_brand_solid_alt = '#
|
1270
|
-
export const hm_colors_background_bg_primary = '#
|
1271
|
-
export const hm_colors_background_bg_tertiary = '#
|
1272
|
-
export const hm_colors_background_bg_brand_primary = '#
|
1732
|
+
export const hm_colors_border_border_disabled_subtle = '#26272b';
|
1733
|
+
export const hm_colors_border_border_tertiary = '#26272b';
|
1734
|
+
export const hm_colors_border_border_brand_solid_alt = '#3f3f46';
|
1735
|
+
export const hm_colors_background_bg_primary = '#131316';
|
1736
|
+
export const hm_colors_background_bg_tertiary = '#26272b';
|
1737
|
+
export const hm_colors_background_bg_brand_primary = '#0ba5ec';
|
1273
1738
|
export const hm_colors_background_bg_error_secondary = '#d92d20';
|
1274
1739
|
export const hm_colors_background_bg_warning_primary = '#f79009';
|
1275
1740
|
export const hm_colors_background_bg_warning_secondary = '#dc6803';
|
1276
1741
|
export const hm_colors_background_bg_success_primary = '#17b26a';
|
1277
1742
|
export const hm_colors_background_bg_success_secondary = '#079455';
|
1278
|
-
export const hm_colors_background_bg_brand_solid = '#
|
1279
|
-
export const hm_colors_background_bg_secondary_solid = '#
|
1743
|
+
export const hm_colors_background_bg_brand_solid = '#0086c9';
|
1744
|
+
export const hm_colors_background_bg_secondary_solid = '#51525c';
|
1280
1745
|
export const hm_colors_background_bg_error_solid = '#d92d20';
|
1281
1746
|
export const hm_colors_background_bg_warning_solid = '#dc6803';
|
1282
1747
|
export const hm_colors_background_bg_success_solid = '#079455';
|
1283
|
-
export const hm_colors_background_bg_secondary_hover = '#
|
1284
|
-
export const hm_colors_background_bg_primary_hover = '#
|
1285
|
-
export const hm_colors_background_bg_disabled = '#
|
1286
|
-
export const hm_colors_background_bg_active = '#
|
1287
|
-
export const hm_colors_background_bg_brand_solid_hover = '#
|
1748
|
+
export const hm_colors_background_bg_secondary_hover = '#26272b';
|
1749
|
+
export const hm_colors_background_bg_primary_hover = '#26272b';
|
1750
|
+
export const hm_colors_background_bg_disabled = '#26272b';
|
1751
|
+
export const hm_colors_background_bg_active = '#26272b';
|
1752
|
+
export const hm_colors_background_bg_brand_solid_hover = '#0ba5ec';
|
1288
1753
|
export const hm_colors_background_bg_error_primary = '#f04438';
|
1289
|
-
export const hm_colors_background_bg_brand_secondary = '#
|
1290
|
-
export const hm_colors_background_bg_secondary = '#
|
1291
|
-
export const hm_colors_background_bg_disabled_subtle = '#
|
1292
|
-
export const hm_colors_background_bg_quaternary = '#
|
1293
|
-
export const hm_colors_background_bg_primary_alt = '#
|
1294
|
-
export const hm_colors_background_bg_brand_primary_alt = '#
|
1295
|
-
export const hm_colors_background_bg_secondary_alt = '#
|
1296
|
-
export const hm_colors_background_bg_overlay = '#
|
1297
|
-
export const hm_colors_background_bg_secondary_subtle = '#
|
1298
|
-
export const hm_colors_background_bg_brand_section = '#
|
1299
|
-
export const hm_colors_background_bg_brand_section_subtle = '#
|
1300
|
-
export const hm_colors_background_bg_primary_solid = '#
|
1301
|
-
export const hm_colors_foreground_fg_secondary_700 = '#
|
1754
|
+
export const hm_colors_background_bg_brand_secondary = '#0086c9';
|
1755
|
+
export const hm_colors_background_bg_secondary = '#1a1a1e';
|
1756
|
+
export const hm_colors_background_bg_disabled_subtle = '#1a1a1e';
|
1757
|
+
export const hm_colors_background_bg_quaternary = '#3f3f46';
|
1758
|
+
export const hm_colors_background_bg_primary_alt = '#1a1a1e';
|
1759
|
+
export const hm_colors_background_bg_brand_primary_alt = '#1a1a1e';
|
1760
|
+
export const hm_colors_background_bg_secondary_alt = '#131316';
|
1761
|
+
export const hm_colors_background_bg_overlay = '#26272b';
|
1762
|
+
export const hm_colors_background_bg_secondary_subtle = '#1a1a1e';
|
1763
|
+
export const hm_colors_background_bg_brand_section = '#1a1a1e';
|
1764
|
+
export const hm_colors_background_bg_brand_section_subtle = '#131316';
|
1765
|
+
export const hm_colors_background_bg_primary_solid = '#1a1a1e';
|
1766
|
+
export const hm_colors_foreground_fg_secondary_700 = '#d1d1d6';
|
1302
1767
|
export const hm_colors_foreground_fg_warning_primary = '#f79009';
|
1303
1768
|
export const hm_colors_foreground_fg_success_primary = '#17b26a';
|
1304
1769
|
export const hm_colors_foreground_fg_white = '#ffffff';
|
1305
1770
|
export const hm_colors_foreground_fg_success_secondary = '#47cd89';
|
1306
|
-
export const hm_colors_foreground_fg_secondary_hover = '#
|
1771
|
+
export const hm_colors_foreground_fg_secondary_hover = '#e4e4e7';
|
1307
1772
|
export const hm_colors_foreground_fg_primary_900 = '#ffffff';
|
1308
|
-
export const hm_colors_foreground_fg_disabled = '#
|
1309
|
-
export const hm_colors_foreground_fg_quaternary_500 = '#
|
1310
|
-
export const hm_colors_foreground_fg_quaternary_hover = '#
|
1311
|
-
export const hm_colors_foreground_fg_brand_secondary_500 = '#
|
1312
|
-
export const hm_colors_foreground_fg_brand_primary_600 = '#
|
1313
|
-
export const hm_colors_foreground_fg_quinary_400 = '#
|
1314
|
-
export const hm_colors_foreground_fg_quinary_hover = '#
|
1773
|
+
export const hm_colors_foreground_fg_disabled = '#70707b';
|
1774
|
+
export const hm_colors_foreground_fg_quaternary_500 = '#a0a0ab';
|
1775
|
+
export const hm_colors_foreground_fg_quaternary_hover = '#d1d1d6';
|
1776
|
+
export const hm_colors_foreground_fg_brand_secondary_500 = '#0ba5ec';
|
1777
|
+
export const hm_colors_foreground_fg_brand_primary_600 = '#0ba5ec';
|
1778
|
+
export const hm_colors_foreground_fg_quinary_400 = '#70707b';
|
1779
|
+
export const hm_colors_foreground_fg_quinary_hover = '#a0a0ab';
|
1315
1780
|
export const hm_colors_foreground_fg_error_primary = '#f04438';
|
1316
|
-
export const hm_colors_foreground_fg_disabled_subtle = '#
|
1781
|
+
export const hm_colors_foreground_fg_disabled_subtle = '#51525c';
|
1317
1782
|
export const hm_colors_foreground_fg_warning_secondary = '#fdb022';
|
1318
1783
|
export const hm_colors_foreground_fg_error_secondary = '#f97066';
|
1319
|
-
export const hm_colors_foreground_fg_senary_300 = '#
|
1320
|
-
export const hm_colors_foreground_fg_tertiary_600 = '#
|
1321
|
-
export const hm_colors_foreground_fg_tertiary_hover = '#
|
1322
|
-
export const hm_colors_foreground_fg_brand_primary_alt = '#
|
1784
|
+
export const hm_colors_foreground_fg_senary_300 = '#51525c';
|
1785
|
+
export const hm_colors_foreground_fg_tertiary_600 = '#a0a0ab';
|
1786
|
+
export const hm_colors_foreground_fg_tertiary_hover = '#d1d1d6';
|
1787
|
+
export const hm_colors_foreground_fg_brand_primary_alt = '#d1d1d6';
|
1323
1788
|
export const hm_spacing_0 = '0px';
|
1324
1789
|
export const hm_spacing_0_5 = '0px';
|
1325
1790
|
export const hm_spacing_1 = '0px';
|
@@ -1360,36 +1825,36 @@ export const hm_component_colors_utility_blue_utility_blue_50 = '#102a56';
|
|
1360
1825
|
export const hm_component_colors_utility_blue_utility_blue_100 = '#194185';
|
1361
1826
|
export const hm_component_colors_utility_blue_utility_blue_400 = '#1570ef';
|
1362
1827
|
export const hm_component_colors_utility_blue_utility_blue_300 = '#175cd3';
|
1363
|
-
export const hm_component_colors_utility_brand_utility_brand_600 = '#
|
1364
|
-
export const hm_component_colors_utility_brand_utility_brand_700 = '#
|
1365
|
-
export const hm_component_colors_utility_brand_utility_brand_500 = '#
|
1366
|
-
export const hm_component_colors_utility_brand_utility_brand_200 = '#
|
1367
|
-
export const hm_component_colors_utility_brand_utility_brand_50 = '#
|
1368
|
-
export const hm_component_colors_utility_brand_utility_brand_100 = '#
|
1369
|
-
export const hm_component_colors_utility_brand_utility_brand_400 = '#
|
1370
|
-
export const hm_component_colors_utility_brand_utility_brand_50_alt = '#
|
1371
|
-
export const hm_component_colors_utility_brand_utility_brand_100_alt = '#
|
1372
|
-
export const hm_component_colors_utility_brand_utility_brand_200_alt = '#
|
1373
|
-
export const hm_component_colors_utility_brand_utility_brand_400_alt = '#
|
1374
|
-
export const hm_component_colors_utility_brand_utility_brand_500_alt = '#
|
1375
|
-
export const hm_component_colors_utility_brand_utility_brand_600_alt = '#
|
1376
|
-
export const hm_component_colors_utility_brand_utility_brand_700_alt = '#
|
1377
|
-
export const hm_component_colors_utility_brand_utility_brand_300 = '#
|
1378
|
-
export const hm_component_colors_utility_brand_utility_brand_900 = '#
|
1379
|
-
export const hm_component_colors_utility_brand_utility_brand_800 = '#
|
1380
|
-
export const hm_component_colors_utility_brand_utility_brand_300_alt = '#
|
1381
|
-
export const hm_component_colors_utility_brand_utility_brand_800_alt = '#
|
1382
|
-
export const hm_component_colors_utility_brand_utility_brand_900_alt = '#
|
1383
|
-
export const hm_component_colors_utility_gray_utility_gray_700 = '#
|
1384
|
-
export const hm_component_colors_utility_gray_utility_gray_600 = '#
|
1385
|
-
export const hm_component_colors_utility_gray_utility_gray_500 = '#
|
1386
|
-
export const hm_component_colors_utility_gray_utility_gray_200 = '#
|
1387
|
-
export const hm_component_colors_utility_gray_utility_gray_50 = '#
|
1388
|
-
export const hm_component_colors_utility_gray_utility_gray_100 = '#
|
1389
|
-
export const hm_component_colors_utility_gray_utility_gray_400 = '#
|
1390
|
-
export const hm_component_colors_utility_gray_utility_gray_300 = '#
|
1391
|
-
export const hm_component_colors_utility_gray_utility_gray_900 = '#
|
1392
|
-
export const hm_component_colors_utility_gray_utility_gray_800 = '#
|
1828
|
+
export const hm_component_colors_utility_brand_utility_brand_600 = '#36bffa';
|
1829
|
+
export const hm_component_colors_utility_brand_utility_brand_700 = '#7cd4fd';
|
1830
|
+
export const hm_component_colors_utility_brand_utility_brand_500 = '#0ba5ec';
|
1831
|
+
export const hm_component_colors_utility_brand_utility_brand_200 = '#065986';
|
1832
|
+
export const hm_component_colors_utility_brand_utility_brand_50 = '#062c41';
|
1833
|
+
export const hm_component_colors_utility_brand_utility_brand_100 = '#0b4a6f';
|
1834
|
+
export const hm_component_colors_utility_brand_utility_brand_400 = '#0086c9';
|
1835
|
+
export const hm_component_colors_utility_brand_utility_brand_50_alt = '#1a1a1e';
|
1836
|
+
export const hm_component_colors_utility_brand_utility_brand_100_alt = '#26272b';
|
1837
|
+
export const hm_component_colors_utility_brand_utility_brand_200_alt = '#3f3f46';
|
1838
|
+
export const hm_component_colors_utility_brand_utility_brand_400_alt = '#51525c';
|
1839
|
+
export const hm_component_colors_utility_brand_utility_brand_500_alt = '#70707b';
|
1840
|
+
export const hm_component_colors_utility_brand_utility_brand_600_alt = '#a0a0ab';
|
1841
|
+
export const hm_component_colors_utility_brand_utility_brand_700_alt = '#d1d1d6';
|
1842
|
+
export const hm_component_colors_utility_brand_utility_brand_300 = '#026aa2';
|
1843
|
+
export const hm_component_colors_utility_brand_utility_brand_900 = '#e0f2fe';
|
1844
|
+
export const hm_component_colors_utility_brand_utility_brand_800 = '#b9e6fe';
|
1845
|
+
export const hm_component_colors_utility_brand_utility_brand_300_alt = '#3f3f46';
|
1846
|
+
export const hm_component_colors_utility_brand_utility_brand_800_alt = '#e4e4e7';
|
1847
|
+
export const hm_component_colors_utility_brand_utility_brand_900_alt = '#f4f4f5';
|
1848
|
+
export const hm_component_colors_utility_gray_utility_gray_700 = '#d1d1d6';
|
1849
|
+
export const hm_component_colors_utility_gray_utility_gray_600 = '#a0a0ab';
|
1850
|
+
export const hm_component_colors_utility_gray_utility_gray_500 = '#70707b';
|
1851
|
+
export const hm_component_colors_utility_gray_utility_gray_200 = '#3f3f46';
|
1852
|
+
export const hm_component_colors_utility_gray_utility_gray_50 = '#1a1a1e';
|
1853
|
+
export const hm_component_colors_utility_gray_utility_gray_100 = '#26272b';
|
1854
|
+
export const hm_component_colors_utility_gray_utility_gray_400 = '#51525c';
|
1855
|
+
export const hm_component_colors_utility_gray_utility_gray_300 = '#3f3f46';
|
1856
|
+
export const hm_component_colors_utility_gray_utility_gray_900 = '#f4f4f5';
|
1857
|
+
export const hm_component_colors_utility_gray_utility_gray_800 = '#e4e4e7';
|
1393
1858
|
export const hm_component_colors_utility_error_utility_error_600 = '#f97066';
|
1394
1859
|
export const hm_component_colors_utility_error_utility_error_700 = '#fda29b';
|
1395
1860
|
export const hm_component_colors_utility_error_utility_error_500 = '#f04438';
|
@@ -1486,25 +1951,25 @@ export const hm_component_colors_utility_gray_blue_utility_gray_blue_50 = '#1013
|
|
1486
1951
|
export const hm_component_colors_utility_gray_blue_utility_gray_blue_100 = '#101323';
|
1487
1952
|
export const hm_component_colors_utility_gray_blue_utility_gray_blue_400 = '#3e4784';
|
1488
1953
|
export const hm_component_colors_utility_gray_blue_utility_gray_blue_300 = '#363f72';
|
1489
|
-
export const hm_component_colors_components_tooltips_tooltip_supporting_text = '#
|
1490
|
-
export const hm_component_colors_components_buttons_primary_button_primary_bg = '#
|
1491
|
-
export const hm_component_colors_components_buttons_primary_button_primary_bg_hover = '#
|
1954
|
+
export const hm_component_colors_components_tooltips_tooltip_supporting_text = '#d1d1d6';
|
1955
|
+
export const hm_component_colors_components_buttons_primary_button_primary_bg = '#0086c9';
|
1956
|
+
export const hm_component_colors_components_buttons_primary_button_primary_bg_hover = '#026aa2';
|
1492
1957
|
export const hm_component_colors_components_buttons_primary_button_primary_fg = '#ffffff';
|
1493
|
-
export const hm_component_colors_components_buttons_primary_button_primary_border = '#
|
1494
|
-
export const hm_component_colors_components_buttons_primary_button_primary_border_hover = '#
|
1958
|
+
export const hm_component_colors_components_buttons_primary_button_primary_border = '#0086c9';
|
1959
|
+
export const hm_component_colors_components_buttons_primary_button_primary_border_hover = '#026aa2';
|
1495
1960
|
export const hm_component_colors_components_buttons_primary_button_primary_fg_hover = '#ffffff';
|
1496
|
-
export const hm_component_colors_components_buttons_secondary_button_secondary_bg = '#
|
1497
|
-
export const hm_component_colors_components_buttons_secondary_button_secondary_bg_hover = '#
|
1498
|
-
export const hm_component_colors_components_buttons_secondary_button_secondary_fg = '#
|
1499
|
-
export const hm_component_colors_components_buttons_secondary_button_secondary_fg_hover = '#
|
1500
|
-
export const hm_component_colors_components_buttons_secondary_button_secondary_border = '#
|
1501
|
-
export const hm_component_colors_components_buttons_secondary_button_secondary_border_hover = '#
|
1502
|
-
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg = '#
|
1503
|
-
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg_hover = '#
|
1504
|
-
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_border_hover = '#
|
1505
|
-
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_border = '#
|
1506
|
-
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg = '#
|
1507
|
-
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg_hover = '#
|
1961
|
+
export const hm_component_colors_components_buttons_secondary_button_secondary_bg = '#1a1a1e';
|
1962
|
+
export const hm_component_colors_components_buttons_secondary_button_secondary_bg_hover = '#26272b';
|
1963
|
+
export const hm_component_colors_components_buttons_secondary_button_secondary_fg = '#d1d1d6';
|
1964
|
+
export const hm_component_colors_components_buttons_secondary_button_secondary_fg_hover = '#f4f4f5';
|
1965
|
+
export const hm_component_colors_components_buttons_secondary_button_secondary_border = '#3f3f46';
|
1966
|
+
export const hm_component_colors_components_buttons_secondary_button_secondary_border_hover = '#3f3f46';
|
1967
|
+
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg = '#1a1a1e';
|
1968
|
+
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg_hover = '#26272b';
|
1969
|
+
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_border_hover = '#3f3f46';
|
1970
|
+
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_border = '#3f3f46';
|
1971
|
+
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg = '#d1d1d6';
|
1972
|
+
export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg_hover = '#f4f4f5';
|
1508
1973
|
export const hm_component_colors_components_buttons_primary_error_button_primary_error_fg = '#ffffff';
|
1509
1974
|
export const hm_component_colors_components_buttons_primary_error_button_primary_error_fg_hover = '#ffffff';
|
1510
1975
|
export const hm_component_colors_components_buttons_primary_error_button_primary_error_bg = '#d92d20';
|
@@ -1517,68 +1982,68 @@ export const hm_component_colors_components_buttons_secondary_error_button_secon
|
|
1517
1982
|
export const hm_component_colors_components_buttons_secondary_error_button_secondary_error_bg_hover = '#7a271a';
|
1518
1983
|
export const hm_component_colors_components_buttons_secondary_error_button_secondary_error_border = '#912018';
|
1519
1984
|
export const hm_component_colors_components_buttons_secondary_error_button_secondary_error_border_hover = '#b42318';
|
1520
|
-
export const hm_component_colors_components_buttons_tertiary_button_tertiary_fg = '#
|
1521
|
-
export const hm_component_colors_components_buttons_tertiary_button_tertiary_fg_hover = '#
|
1522
|
-
export const hm_component_colors_components_buttons_tertiary_button_tertiary_bg_hover = '#
|
1523
|
-
export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg = '#
|
1524
|
-
export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg_hover = '#
|
1525
|
-
export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_bg_hover = '#
|
1985
|
+
export const hm_component_colors_components_buttons_tertiary_button_tertiary_fg = '#a0a0ab';
|
1986
|
+
export const hm_component_colors_components_buttons_tertiary_button_tertiary_fg_hover = '#e4e4e7';
|
1987
|
+
export const hm_component_colors_components_buttons_tertiary_button_tertiary_bg_hover = '#26272b';
|
1988
|
+
export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg = '#d1d1d6';
|
1989
|
+
export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg_hover = '#f4f4f5';
|
1990
|
+
export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_bg_hover = '#26272b';
|
1526
1991
|
export const hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_fg = '#fda29b';
|
1527
1992
|
export const hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_fg_hover = '#fecdca';
|
1528
1993
|
export const hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_bg_hover = '#7a271a';
|
1529
|
-
export const hm_component_colors_components_wysiwyg_editor_wysiwyg_editor_icon_fg = '#
|
1994
|
+
export const hm_component_colors_components_wysiwyg_editor_wysiwyg_editor_icon_fg = '#a0a0ab';
|
1530
1995
|
export const hm_component_colors_components_wysiwyg_editor_wysiwyg_editor_icon_fg_active = '#ffffff';
|
1531
1996
|
export const hm_component_colors_components_avatars_avatar_contrast_border = '#ffffff1f';
|
1532
|
-
export const hm_component_colors_components_avatars_avatar_profile_photo_border = '#
|
1533
|
-
export const hm_component_colors_components_avatars_avatar_bg = '#
|
1997
|
+
export const hm_component_colors_components_avatars_avatar_profile_photo_border = '#131316';
|
1998
|
+
export const hm_component_colors_components_avatars_avatar_bg = '#26272b';
|
1534
1999
|
export const hm_component_colors_components_avatars_avatar_focus_border = '#98a2b324';
|
1535
|
-
export const hm_component_colors_components_breadcrumbs_breadcrumb_fg = '#
|
2000
|
+
export const hm_component_colors_components_breadcrumbs_breadcrumb_fg = '#d1d1d6';
|
1536
2001
|
export const hm_component_colors_components_breadcrumbs_breadcrumb_fg_hover = '#ffffff';
|
1537
|
-
export const hm_component_colors_components_breadcrumbs_breadcrumb_bg_hover = '#
|
1538
|
-
export const hm_component_colors_components_breadcrumbs_breadcrumb_brand_bg_hover = '#
|
2002
|
+
export const hm_component_colors_components_breadcrumbs_breadcrumb_bg_hover = '#26272b';
|
2003
|
+
export const hm_component_colors_components_breadcrumbs_breadcrumb_brand_bg_hover = '#26272b';
|
1539
2004
|
export const hm_component_colors_components_breadcrumbs_breadcrumb_brand_fg_hover = '#ffffff';
|
1540
|
-
export const hm_component_colors_components_breadcrumbs_breadcrumb_icon_fg = '#
|
2005
|
+
export const hm_component_colors_components_breadcrumbs_breadcrumb_icon_fg = '#a0a0ab';
|
1541
2006
|
export const hm_component_colors_components_breadcrumbs_breadcrumb_icon_fg_hover = '#ffffff';
|
1542
2007
|
export const hm_component_colors_components_breadcrumbs_breadcrumb_brand_icon_fg_hover = '#ffffff';
|
1543
|
-
export const hm_component_colors_components_icons_featured_icons_modern_featured_icon_modern_border = '#
|
1544
|
-
export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_brand = '#
|
1545
|
-
export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_gray = '#
|
2008
|
+
export const hm_component_colors_components_icons_featured_icons_modern_featured_icon_modern_border = '#3f3f46';
|
2009
|
+
export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_brand = '#b9e6fe';
|
2010
|
+
export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_gray = '#e4e4e7';
|
1546
2011
|
export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_error = '#fecdca';
|
1547
2012
|
export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_warning = '#fedf89';
|
1548
2013
|
export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_success = '#abefc6';
|
1549
|
-
export const hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_brand = '#
|
1550
|
-
export const hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_gray = '#
|
2014
|
+
export const hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_brand = '#b9e6fe';
|
2015
|
+
export const hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_gray = '#e4e4e7';
|
1551
2016
|
export const hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_error = '#fecdca';
|
1552
2017
|
export const hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_warning = '#fedf89';
|
1553
2018
|
export const hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_success = '#abefc6';
|
1554
|
-
export const hm_component_colors_components_icons_icons_icon_fg_brand = '#
|
1555
|
-
export const hm_component_colors_components_icons_icons_icon_fg_brand_on_brand = '#
|
2019
|
+
export const hm_component_colors_components_icons_icons_icon_fg_brand = '#a0a0ab';
|
2020
|
+
export const hm_component_colors_components_icons_icons_icon_fg_brand_on_brand = '#a0a0ab';
|
1556
2021
|
export const hm_component_colors_components_icons_social_icons_social_icon_fg_x = '#ffffff';
|
1557
2022
|
export const hm_component_colors_components_icons_social_icons_social_icon_fg_apple = '#ffffff';
|
1558
2023
|
export const hm_component_colors_components_icons_social_icons_social_icon_fg_github = '#ffffff';
|
1559
2024
|
export const hm_component_colors_components_icons_social_icons_social_icon_fg_angellist = '#ffffff';
|
1560
2025
|
export const hm_component_colors_components_icons_social_icons_social_icon_fg_tumblr = '#ffffff';
|
1561
2026
|
export const hm_component_colors_components_icons_social_icons_social_icon_fg_instagram = '#ffffff';
|
1562
|
-
export const hm_component_colors_components_application_navigation_nav_item_icon_fg = '#
|
1563
|
-
export const hm_component_colors_components_application_navigation_nav_item_icon_fg_active = '#
|
1564
|
-
export const hm_component_colors_components_application_navigation_nav_item_button_icon_fg = '#
|
1565
|
-
export const hm_component_colors_components_application_navigation_nav_item_button_icon_fg_active = '#
|
1566
|
-
export const hm_component_colors_components_sliders_slider_handle_border = '#
|
1567
|
-
export const hm_component_colors_components_sliders_slider_handle_bg = '#
|
1568
|
-
export const hm_component_colors_components_header_sections_header_abstract_50_bg = '#
|
1569
|
-
export const hm_component_colors_components_header_sections_header_abstract_100_bg = '#
|
1570
|
-
export const hm_component_colors_components_header_sections_header_abstract_200_bg = '#
|
1571
|
-
export const hm_component_colors_components_header_sections_header_abstract_300_bg = '#
|
1572
|
-
export const hm_component_colors_components_mockups_screen_mockup_border = '#
|
1573
|
-
export const hm_component_colors_components_footers_footer_button_fg = '#
|
1574
|
-
export const hm_component_colors_components_footers_footer_button_fg_hover = '#
|
2027
|
+
export const hm_component_colors_components_application_navigation_nav_item_icon_fg = '#a0a0ab';
|
2028
|
+
export const hm_component_colors_components_application_navigation_nav_item_icon_fg_active = '#e4e4e7';
|
2029
|
+
export const hm_component_colors_components_application_navigation_nav_item_button_icon_fg = '#a0a0ab';
|
2030
|
+
export const hm_component_colors_components_application_navigation_nav_item_button_icon_fg_active = '#e4e4e7';
|
2031
|
+
export const hm_component_colors_components_sliders_slider_handle_border = '#131316';
|
2032
|
+
export const hm_component_colors_components_sliders_slider_handle_bg = '#0ba5ec';
|
2033
|
+
export const hm_component_colors_components_header_sections_header_abstract_50_bg = '#1a1a1e';
|
2034
|
+
export const hm_component_colors_components_header_sections_header_abstract_100_bg = '#26272b';
|
2035
|
+
export const hm_component_colors_components_header_sections_header_abstract_200_bg = '#3f3f46';
|
2036
|
+
export const hm_component_colors_components_header_sections_header_abstract_300_bg = '#51525c';
|
2037
|
+
export const hm_component_colors_components_mockups_screen_mockup_border = '#3f3f46';
|
2038
|
+
export const hm_component_colors_components_footers_footer_button_fg = '#d1d1d6';
|
2039
|
+
export const hm_component_colors_components_footers_footer_button_fg_hover = '#f4f4f5';
|
1575
2040
|
export const hm_component_colors_components_footers_footer_badge_fg = '#ffffff';
|
1576
2041
|
export const hm_component_colors_components_footers_footer_badge_border = '#ffffff4d';
|
1577
2042
|
export const hm_component_colors_components_footers_footer_badge_bg = '#ffffff1a';
|
1578
2043
|
export const hm_component_colors_components_app_store_badges_app_store_badge_border = '#ffffff';
|
1579
|
-
export const hm_component_colors_components_thumbnail_thumbnail_badge_brand_fg = '#
|
1580
|
-
export const hm_component_colors_components_thumbnail_thumbnail_badge_success_fg = '#
|
1581
|
-
export const hm_component_colors_components_toggles_toggle_button_fg_disabled = '#
|
2044
|
+
export const hm_component_colors_components_thumbnail_thumbnail_badge_brand_fg = '#d1d1d6';
|
2045
|
+
export const hm_component_colors_components_thumbnail_thumbnail_badge_success_fg = '#d1d1d6';
|
2046
|
+
export const hm_component_colors_components_toggles_toggle_button_fg_disabled = '#51525c';
|
1582
2047
|
export const hm_component_colors_alpha_alpha_white_90 = '#0c111de6';
|
1583
2048
|
export const hm_component_colors_alpha_alpha_white_80 = '#0c111dcc';
|
1584
2049
|
export const hm_component_colors_alpha_alpha_white_70 = '#0c111db3';
|
@@ -1598,7 +2063,7 @@ export const hm_component_colors_alpha_alpha_black_70 = '#ffffffb3';
|
|
1598
2063
|
export const hm_component_colors_alpha_alpha_black_80 = '#ffffffcc';
|
1599
2064
|
export const hm_component_colors_alpha_alpha_black_90 = '#ffffffe6';
|
1600
2065
|
export const hm_component_colors_alpha_alpha_black_100 = '#ffffff';
|
1601
|
-
export const hm_component_colors_alpha_alpha_white_100 = '#
|
2066
|
+
export const hm_component_colors_alpha_alpha_white_100 = '#131316';
|
1602
2067
|
export const hm_container_max_width_desktop = '1280px';
|
1603
2068
|
export const hm_container_padding_desktop = '32px';
|
1604
2069
|
export const hm_container_padding_mobile = '16px';
|