@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,579 @@ $hm_text_case_none: none;
|
|
873
873
|
$hm_text_decoration_none: none;
|
874
874
|
$hm_text_decoration_underline: underline;
|
875
875
|
$hm_paragraph_indent_0: 0px;
|
876
|
+
$hm_base_white: #ffffff;
|
877
|
+
$hm_base_black: #000000;
|
878
|
+
$hm_gray__25: #fcfcfd;
|
879
|
+
$hm_gray__50: #f9fafb;
|
880
|
+
$hm_gray__100: #f2f4f7;
|
881
|
+
$hm_gray__200: #eaecf0;
|
882
|
+
$hm_gray__300: #d0d5dd;
|
883
|
+
$hm_gray__400: #98a2b3;
|
884
|
+
$hm_gray__500: #667085;
|
885
|
+
$hm_gray__600: #475467;
|
886
|
+
$hm_gray__700: #344054;
|
887
|
+
$hm_gray__800: #182230;
|
888
|
+
$hm_gray__900: #101828;
|
889
|
+
$hm_gray__950: #0c111d;
|
890
|
+
$hm_brand_25: #f5fbff;
|
891
|
+
$hm_brand_50: #f0f9ff;
|
892
|
+
$hm_brand_100: #e0f2fe;
|
893
|
+
$hm_brand_200: #b9e6fe;
|
894
|
+
$hm_brand_300: #7cd4fd;
|
895
|
+
$hm_brand_400: #36bffa;
|
896
|
+
$hm_brand_500: #0ba5ec;
|
897
|
+
$hm_brand_600: #0086c9;
|
898
|
+
$hm_brand_700: #026aa2;
|
899
|
+
$hm_brand_800: #065986;
|
900
|
+
$hm_brand_900: #0b4a6f;
|
901
|
+
$hm_brand_950: #062c41;
|
902
|
+
$hm_error_25: #fffbfa;
|
903
|
+
$hm_error_50: #fef3f2;
|
904
|
+
$hm_error_100: #fee4e2;
|
905
|
+
$hm_error_200: #fecdca;
|
906
|
+
$hm_error_300: #fda29b;
|
907
|
+
$hm_error_400: #f97066;
|
908
|
+
$hm_error_500: #f04438;
|
909
|
+
$hm_error_600: #d92d20;
|
910
|
+
$hm_error_700: #b42318;
|
911
|
+
$hm_error_800: #912018;
|
912
|
+
$hm_error_900: #7a271a;
|
913
|
+
$hm_error_950: #55160c;
|
914
|
+
$hm_warning_25: #fffcf5;
|
915
|
+
$hm_warning_50: #fffaeb;
|
916
|
+
$hm_warning_100: #fef0c7;
|
917
|
+
$hm_warning_200: #fedf89;
|
918
|
+
$hm_warning_300: #fec84b;
|
919
|
+
$hm_warning_400: #fdb022;
|
920
|
+
$hm_warning_500: #f79009;
|
921
|
+
$hm_warning_600: #dc6803;
|
922
|
+
$hm_warning_700: #b54708;
|
923
|
+
$hm_warning_800: #93370d;
|
924
|
+
$hm_warning_900: #7a2e0e;
|
925
|
+
$hm_warning_950: #4e1d09;
|
926
|
+
$hm_success_25: #f6fef9;
|
927
|
+
$hm_success_50: #ecfdf3;
|
928
|
+
$hm_success_100: #dcfae6;
|
929
|
+
$hm_success_200: #abefc6;
|
930
|
+
$hm_success_300: #75e0a7;
|
931
|
+
$hm_success_400: #47cd89;
|
932
|
+
$hm_success_500: #17b26a;
|
933
|
+
$hm_success_600: #079455;
|
934
|
+
$hm_success_700: #067647;
|
935
|
+
$hm_success_800: #085d3a;
|
936
|
+
$hm_success_900: #074d31;
|
937
|
+
$hm_success_950: #053321;
|
938
|
+
$hm_gray_blue_25: #fcfcfd;
|
939
|
+
$hm_gray_blue_50: #f8f9fc;
|
940
|
+
$hm_gray_blue_100: #eaecf5;
|
941
|
+
$hm_gray_blue_200: #d5d9eb;
|
942
|
+
$hm_gray_blue_300: #b3b8db;
|
943
|
+
$hm_gray_blue_400: #717bbc;
|
944
|
+
$hm_gray_blue_500: #4e5ba6;
|
945
|
+
$hm_gray_blue_600: #3e4784;
|
946
|
+
$hm_gray_blue_700: #363f72;
|
947
|
+
$hm_gray_blue_800: #293056;
|
948
|
+
$hm_gray_blue_900: #101323;
|
949
|
+
$hm_gray_blue_950: #0d0f1c;
|
950
|
+
$hm_gray_cool_25: #fcfcfd;
|
951
|
+
$hm_gray_cool_50: #f9f9fb;
|
952
|
+
$hm_gray_cool_100: #eff1f5;
|
953
|
+
$hm_gray_cool_200: #dcdfea;
|
954
|
+
$hm_gray_cool_300: #b9c0d4;
|
955
|
+
$hm_gray_cool_400: #7d89b0;
|
956
|
+
$hm_gray_cool_500: #5d6b98;
|
957
|
+
$hm_gray_cool_600: #4a5578;
|
958
|
+
$hm_gray_cool_700: #404968;
|
959
|
+
$hm_gray_cool_800: #30374f;
|
960
|
+
$hm_gray_cool_900: #111322;
|
961
|
+
$hm_gray_cool_950: #0e101b;
|
962
|
+
$hm_gray_modern_25: #fcfcfd;
|
963
|
+
$hm_gray_modern_50: #f8fafc;
|
964
|
+
$hm_gray_modern_100: #eef2f6;
|
965
|
+
$hm_gray_modern_200: #e3e8ef;
|
966
|
+
$hm_gray_modern_300: #cdd5df;
|
967
|
+
$hm_gray_modern_400: #9aa4b2;
|
968
|
+
$hm_gray_modern_500: #697586;
|
969
|
+
$hm_gray_modern_600: #4b5565;
|
970
|
+
$hm_gray_modern_700: #364152;
|
971
|
+
$hm_gray_modern_800: #202939;
|
972
|
+
$hm_gray_modern_900: #121926;
|
973
|
+
$hm_gray_modern_950: #0d121c;
|
974
|
+
$hm_gray_neutral_25: #fcfcfd;
|
975
|
+
$hm_gray_neutral_50: #f9fafb;
|
976
|
+
$hm_gray_neutral_100: #f3f4f6;
|
977
|
+
$hm_gray_neutral_200: #e5e7eb;
|
978
|
+
$hm_gray_neutral_300: #d2d6db;
|
979
|
+
$hm_gray_neutral_400: #9da4ae;
|
980
|
+
$hm_gray_neutral_500: #6c737f;
|
981
|
+
$hm_gray_neutral_600: #4d5761;
|
982
|
+
$hm_gray_neutral_700: #384250;
|
983
|
+
$hm_gray_neutral_800: #1f2a37;
|
984
|
+
$hm_gray_neutral_900: #111927;
|
985
|
+
$hm_gray_neutral_950: #0d121c;
|
986
|
+
$hm_gray_iron_25: #fcfcfc;
|
987
|
+
$hm_gray_iron_50: #fafafa;
|
988
|
+
$hm_gray_iron_100: #f4f4f5;
|
989
|
+
$hm_gray_iron_200: #e4e4e7;
|
990
|
+
$hm_gray_iron_300: #d1d1d6;
|
991
|
+
$hm_gray_iron_400: #a0a0ab;
|
992
|
+
$hm_gray_iron_500: #70707b;
|
993
|
+
$hm_gray_iron_600: #51525c;
|
994
|
+
$hm_gray_iron_700: #3f3f46;
|
995
|
+
$hm_gray_iron_800: #26272b;
|
996
|
+
$hm_gray_iron_900: #1a1a1e;
|
997
|
+
$hm_gray_iron_950: #131316;
|
998
|
+
$hm_gray_true_25: #fcfcfc;
|
999
|
+
$hm_gray_true_50: #fafafa;
|
1000
|
+
$hm_gray_true_100: #f5f5f5;
|
1001
|
+
$hm_gray_true_200: #e5e5e5;
|
1002
|
+
$hm_gray_true_300: #d6d6d6;
|
1003
|
+
$hm_gray_true_400: #a3a3a3;
|
1004
|
+
$hm_gray_true_500: #737373;
|
1005
|
+
$hm_gray_true_600: #525252;
|
1006
|
+
$hm_gray_true_700: #424242;
|
1007
|
+
$hm_gray_true_800: #292929;
|
1008
|
+
$hm_gray_true_900: #141414;
|
1009
|
+
$hm_gray_true_950: #0f0f0f;
|
1010
|
+
$hm_gray_warm_25: #fdfdfc;
|
1011
|
+
$hm_gray_warm_50: #fafaf9;
|
1012
|
+
$hm_gray_warm_100: #f5f5f4;
|
1013
|
+
$hm_gray_warm_200: #e7e5e4;
|
1014
|
+
$hm_gray_warm_300: #d7d3d0;
|
1015
|
+
$hm_gray_warm_400: #a9a29d;
|
1016
|
+
$hm_gray_warm_500: #79716b;
|
1017
|
+
$hm_gray_warm_600: #57534e;
|
1018
|
+
$hm_gray_warm_700: #44403c;
|
1019
|
+
$hm_gray_warm_800: #292524;
|
1020
|
+
$hm_gray_warm_900: #1c1917;
|
1021
|
+
$hm_gray_warm_950: #171412;
|
1022
|
+
$hm_moss_25: #fafdf7;
|
1023
|
+
$hm_moss_50: #f5fbee;
|
1024
|
+
$hm_moss_100: #e6f4d7;
|
1025
|
+
$hm_moss_200: #ceeab0;
|
1026
|
+
$hm_moss_300: #acdc79;
|
1027
|
+
$hm_moss_400: #86cb3c;
|
1028
|
+
$hm_moss_500: #669f2a;
|
1029
|
+
$hm_moss_600: #4f7a21;
|
1030
|
+
$hm_moss_700: #3f621a;
|
1031
|
+
$hm_moss_800: #335015;
|
1032
|
+
$hm_moss_900: #2b4212;
|
1033
|
+
$hm_moss_950: #1a280b;
|
1034
|
+
$hm_green_light_25: #fafef5;
|
1035
|
+
$hm_green_light_50: #f3fee7;
|
1036
|
+
$hm_green_light_100: #e3fbcc;
|
1037
|
+
$hm_green_light_200: #d0f8ab;
|
1038
|
+
$hm_green_light_300: #a6ef67;
|
1039
|
+
$hm_green_light_400: #85e13a;
|
1040
|
+
$hm_green_light_500: #66c61c;
|
1041
|
+
$hm_green_light_600: #4ca30d;
|
1042
|
+
$hm_green_light_700: #3b7c0f;
|
1043
|
+
$hm_green_light_800: #326212;
|
1044
|
+
$hm_green_light_900: #2b5314;
|
1045
|
+
$hm_green_light_950: #15290a;
|
1046
|
+
$hm_green_25: #f6fef9;
|
1047
|
+
$hm_green_50: #edfcf2;
|
1048
|
+
$hm_green_100: #d3f8df;
|
1049
|
+
$hm_green_200: #aaf0c4;
|
1050
|
+
$hm_green_300: #73e2a3;
|
1051
|
+
$hm_green_400: #3ccb7f;
|
1052
|
+
$hm_green_500: #16b364;
|
1053
|
+
$hm_green_600: #099250;
|
1054
|
+
$hm_green_700: #087443;
|
1055
|
+
$hm_green_800: #095c37;
|
1056
|
+
$hm_green_900: #084c2e;
|
1057
|
+
$hm_green_950: #052e1c;
|
1058
|
+
$hm_teal_25: #f6fefc;
|
1059
|
+
$hm_teal_50: #f0fdf9;
|
1060
|
+
$hm_teal_100: #ccfbef;
|
1061
|
+
$hm_teal_200: #99f6e0;
|
1062
|
+
$hm_teal_300: #5fe9d0;
|
1063
|
+
$hm_teal_400: #2ed3b7;
|
1064
|
+
$hm_teal_500: #15b79e;
|
1065
|
+
$hm_teal_600: #0e9384;
|
1066
|
+
$hm_teal_700: #107569;
|
1067
|
+
$hm_teal_800: #125d56;
|
1068
|
+
$hm_teal_900: #134e48;
|
1069
|
+
$hm_teal_950: #0a2926;
|
1070
|
+
$hm_cyan_25: #f5feff;
|
1071
|
+
$hm_cyan_50: #ecfdff;
|
1072
|
+
$hm_cyan_100: #cff9fe;
|
1073
|
+
$hm_cyan_200: #a5f0fc;
|
1074
|
+
$hm_cyan_300: #67e3f9;
|
1075
|
+
$hm_cyan_400: #22ccee;
|
1076
|
+
$hm_cyan_500: #06aed4;
|
1077
|
+
$hm_cyan_600: #088ab2;
|
1078
|
+
$hm_cyan_700: #0e7090;
|
1079
|
+
$hm_cyan_800: #155b75;
|
1080
|
+
$hm_cyan_900: #164c63;
|
1081
|
+
$hm_cyan_950: #0d2d3a;
|
1082
|
+
$hm_blue_light_25: #f5fbff;
|
1083
|
+
$hm_blue_light_50: #f0f9ff;
|
1084
|
+
$hm_blue_light_100: #e0f2fe;
|
1085
|
+
$hm_blue_light_200: #b9e6fe;
|
1086
|
+
$hm_blue_light_300: #7cd4fd;
|
1087
|
+
$hm_blue_light_400: #36bffa;
|
1088
|
+
$hm_blue_light_500: #0ba5ec;
|
1089
|
+
$hm_blue_light_600: #0086c9;
|
1090
|
+
$hm_blue_light_700: #026aa2;
|
1091
|
+
$hm_blue_light_800: #065986;
|
1092
|
+
$hm_blue_light_900: #0b4a6f;
|
1093
|
+
$hm_blue_light_950: #062c41;
|
1094
|
+
$hm_blue_25: #f5faff;
|
1095
|
+
$hm_blue_50: #eff8ff;
|
1096
|
+
$hm_blue_100: #d1e9ff;
|
1097
|
+
$hm_blue_200: #b2ddff;
|
1098
|
+
$hm_blue_300: #84caff;
|
1099
|
+
$hm_blue_400: #53b1fd;
|
1100
|
+
$hm_blue_500: #2e90fa;
|
1101
|
+
$hm_blue_600: #1570ef;
|
1102
|
+
$hm_blue_700: #175cd3;
|
1103
|
+
$hm_blue_800: #1849a9;
|
1104
|
+
$hm_blue_900: #194185;
|
1105
|
+
$hm_blue_950: #102a56;
|
1106
|
+
$hm_blue_dark_25: #f5f8ff;
|
1107
|
+
$hm_blue_dark_50: #eff4ff;
|
1108
|
+
$hm_blue_dark_100: #d1e0ff;
|
1109
|
+
$hm_blue_dark_200: #b2ccff;
|
1110
|
+
$hm_blue_dark_300: #84adff;
|
1111
|
+
$hm_blue_dark_400: #528bff;
|
1112
|
+
$hm_blue_dark_500: #2970ff;
|
1113
|
+
$hm_blue_dark_600: #155eef;
|
1114
|
+
$hm_blue_dark_700: #004eeb;
|
1115
|
+
$hm_blue_dark_800: #0040c1;
|
1116
|
+
$hm_blue_dark_900: #00359e;
|
1117
|
+
$hm_blue_dark_950: #002266;
|
1118
|
+
$hm_indigo_25: #f5f8ff;
|
1119
|
+
$hm_indigo_50: #eef4ff;
|
1120
|
+
$hm_indigo_100: #e0eaff;
|
1121
|
+
$hm_indigo_200: #c7d7fe;
|
1122
|
+
$hm_indigo_300: #a4bcfd;
|
1123
|
+
$hm_indigo_400: #8098f9;
|
1124
|
+
$hm_indigo_500: #6172f3;
|
1125
|
+
$hm_indigo_600: #444ce7;
|
1126
|
+
$hm_indigo_700: #3538cd;
|
1127
|
+
$hm_indigo_800: #2d31a6;
|
1128
|
+
$hm_indigo_900: #2d3282;
|
1129
|
+
$hm_indigo_950: #1f235b;
|
1130
|
+
$hm_violet_25: #fbfaff;
|
1131
|
+
$hm_violet_50: #f5f3ff;
|
1132
|
+
$hm_violet_100: #ece9fe;
|
1133
|
+
$hm_violet_200: #ddd6fe;
|
1134
|
+
$hm_violet_300: #c3b5fd;
|
1135
|
+
$hm_violet_400: #a48afb;
|
1136
|
+
$hm_violet_500: #875bf7;
|
1137
|
+
$hm_violet_600: #7839ee;
|
1138
|
+
$hm_violet_700: #6927da;
|
1139
|
+
$hm_violet_800: #5720b7;
|
1140
|
+
$hm_violet_900: #491c96;
|
1141
|
+
$hm_violet_950: #2e125e;
|
1142
|
+
$hm_purple_25: #fafaff;
|
1143
|
+
$hm_purple_50: #f4f3ff;
|
1144
|
+
$hm_purple_100: #ebe9fe;
|
1145
|
+
$hm_purple_200: #d9d6fe;
|
1146
|
+
$hm_purple_300: #bdb4fe;
|
1147
|
+
$hm_purple_400: #9b8afb;
|
1148
|
+
$hm_purple_500: #7a5af8;
|
1149
|
+
$hm_purple_600: #6938ef;
|
1150
|
+
$hm_purple_700: #5925dc;
|
1151
|
+
$hm_purple_800: #4a1fb8;
|
1152
|
+
$hm_purple_900: #3e1c96;
|
1153
|
+
$hm_purple_950: #27115f;
|
1154
|
+
$hm_fuchsia_25: #fefaff;
|
1155
|
+
$hm_fuchsia_50: #fdf4ff;
|
1156
|
+
$hm_fuchsia_100: #fbe8ff;
|
1157
|
+
$hm_fuchsia_200: #f6d0fe;
|
1158
|
+
$hm_fuchsia_300: #eeaafd;
|
1159
|
+
$hm_fuchsia_400: #e478fa;
|
1160
|
+
$hm_fuchsia_500: #d444f1;
|
1161
|
+
$hm_fuchsia_600: #ba24d5;
|
1162
|
+
$hm_fuchsia_700: #9f1ab1;
|
1163
|
+
$hm_fuchsia_800: #821890;
|
1164
|
+
$hm_fuchsia_900: #6f1877;
|
1165
|
+
$hm_fuchsia_950: #47104c;
|
1166
|
+
$hm_pink_25: #fef6fb;
|
1167
|
+
$hm_pink_50: #fdf2fa;
|
1168
|
+
$hm_pink_100: #fce7f6;
|
1169
|
+
$hm_pink_200: #fcceee;
|
1170
|
+
$hm_pink_300: #faa7e0;
|
1171
|
+
$hm_pink_400: #f670c7;
|
1172
|
+
$hm_pink_500: #ee46bc;
|
1173
|
+
$hm_pink_600: #dd2590;
|
1174
|
+
$hm_pink_700: #c11574;
|
1175
|
+
$hm_pink_800: #9e165f;
|
1176
|
+
$hm_pink_900: #851651;
|
1177
|
+
$hm_pink_950: #4e0d30;
|
1178
|
+
$hm_ros_25: #fff5f6;
|
1179
|
+
$hm_ros_50: #fff1f3;
|
1180
|
+
$hm_ros_100: #ffe4e8;
|
1181
|
+
$hm_ros_200: #fecdd6;
|
1182
|
+
$hm_ros_300: #fea3b4;
|
1183
|
+
$hm_ros_400: #fd6f8e;
|
1184
|
+
$hm_ros_500: #f63d68;
|
1185
|
+
$hm_ros_600: #e31b54;
|
1186
|
+
$hm_ros_700: #c01048;
|
1187
|
+
$hm_ros_800: #a11043;
|
1188
|
+
$hm_ros_900: #89123e;
|
1189
|
+
$hm_ros_950: #510b24;
|
1190
|
+
$hm_orange_dark_25: #fff9f5;
|
1191
|
+
$hm_orange_dark_50: #fff4ed;
|
1192
|
+
$hm_orange_dark_100: #ffe6d5;
|
1193
|
+
$hm_orange_dark_200: #ffd6ae;
|
1194
|
+
$hm_orange_dark_300: #ff9c66;
|
1195
|
+
$hm_orange_dark_400: #ff692e;
|
1196
|
+
$hm_orange_dark_500: #ff4405;
|
1197
|
+
$hm_orange_dark_600: #e62e05;
|
1198
|
+
$hm_orange_dark_700: #bc1b06;
|
1199
|
+
$hm_orange_dark_800: #97180c;
|
1200
|
+
$hm_orange_dark_900: #771a0d;
|
1201
|
+
$hm_orange_dark_950: #57130a;
|
1202
|
+
$hm_orange_25: #fefaf5;
|
1203
|
+
$hm_orange_50: #fef6ee;
|
1204
|
+
$hm_orange_100: #fdead7;
|
1205
|
+
$hm_orange_200: #f9dbaf;
|
1206
|
+
$hm_orange_300: #f7b27a;
|
1207
|
+
$hm_orange_400: #f38744;
|
1208
|
+
$hm_orange_500: #ef6820;
|
1209
|
+
$hm_orange_600: #e04f16;
|
1210
|
+
$hm_orange_700: #b93815;
|
1211
|
+
$hm_orange_800: #932f19;
|
1212
|
+
$hm_orange_900: #772917;
|
1213
|
+
$hm_orange_950: #511c10;
|
1214
|
+
$hm_yellow_25: #fefdf0;
|
1215
|
+
$hm_yellow_50: #fefbe8;
|
1216
|
+
$hm_yellow_100: #fef7c3;
|
1217
|
+
$hm_yellow_200: #feee95;
|
1218
|
+
$hm_yellow_300: #fde272;
|
1219
|
+
$hm_yellow_400: #fac515;
|
1220
|
+
$hm_yellow_500: #eaaa08;
|
1221
|
+
$hm_yellow_600: #ca8504;
|
1222
|
+
$hm_yellow_700: #a15c07;
|
1223
|
+
$hm_yellow_800: #854a0e;
|
1224
|
+
$hm_yellow_900: #713b12;
|
1225
|
+
$hm_yellow_950: #542c0d;
|
1226
|
+
$hm_gradient_gray_600_500_90deg: linear-gradient(
|
1227
|
+
90deg,
|
1228
|
+
#475467 0%,
|
1229
|
+
#667085 100%
|
1230
|
+
);
|
1231
|
+
$hm_gradient_gray_700_600_45deg: linear-gradient(
|
1232
|
+
45deg,
|
1233
|
+
#344054 0%,
|
1234
|
+
#475467 100%
|
1235
|
+
);
|
1236
|
+
$hm_gradient_gray_800_600_45deg: linear-gradient(
|
1237
|
+
45deg,
|
1238
|
+
#182230 0%,
|
1239
|
+
#475467 100%
|
1240
|
+
);
|
1241
|
+
$hm_gradient_gray_800_600_90deg: linear-gradient(
|
1242
|
+
90deg,
|
1243
|
+
#182230 0%,
|
1244
|
+
#475467 100%
|
1245
|
+
);
|
1246
|
+
$hm_gradient_gray_800_7006_5deg: linear-gradient(
|
1247
|
+
27deg,
|
1248
|
+
#182230 0%,
|
1249
|
+
#344054 100%
|
1250
|
+
);
|
1251
|
+
$hm_gradient_gray_900_600_45deg: linear-gradient(
|
1252
|
+
45deg,
|
1253
|
+
#101828 0%,
|
1254
|
+
#475467 100%
|
1255
|
+
);
|
1256
|
+
$hm_gradient_brand_600_500_90deg: linear-gradient(
|
1257
|
+
90deg,
|
1258
|
+
#7f56d9 0%,
|
1259
|
+
#9e77ed 100%
|
1260
|
+
);
|
1261
|
+
$hm_gradient_brand_700_600_45deg: linear-gradient(
|
1262
|
+
45deg,
|
1263
|
+
#6941c6 0%,
|
1264
|
+
#7f56d9 100%
|
1265
|
+
);
|
1266
|
+
$hm_gradient_brand_800_600_45deg: linear-gradient(
|
1267
|
+
45deg,
|
1268
|
+
#53389e 0%,
|
1269
|
+
#7f56d9 100%
|
1270
|
+
);
|
1271
|
+
$hm_gradient_brand_800_600_90deg: linear-gradient(
|
1272
|
+
90deg,
|
1273
|
+
#53389e 0%,
|
1274
|
+
#7f56d9 100%
|
1275
|
+
);
|
1276
|
+
$hm_gradient_brand_800_7006_5deg: linear-gradient(
|
1277
|
+
27deg,
|
1278
|
+
#53389e 0%,
|
1279
|
+
#6941c6 100%
|
1280
|
+
);
|
1281
|
+
$hm_gradient_brand_900_600_45deg: linear-gradient(
|
1282
|
+
45deg,
|
1283
|
+
#42307d 0%,
|
1284
|
+
#7f56d9 100%
|
1285
|
+
);
|
1286
|
+
$hm_gradient_linear_gray_neutral_01: linear-gradient(
|
1287
|
+
180deg,
|
1288
|
+
#ffffff 0%,
|
1289
|
+
#f3f5f7 100%
|
1290
|
+
);
|
1291
|
+
$hm_gradient_linear_gray_neutral_02: linear-gradient(
|
1292
|
+
180deg,
|
1293
|
+
#f9fafb 0%,
|
1294
|
+
#edf0f3 100%
|
1295
|
+
);
|
1296
|
+
$hm_gradient_linear_gray_neutral_03: linear-gradient(
|
1297
|
+
180deg,
|
1298
|
+
#f9fafb 0%,
|
1299
|
+
#e7ebef 100%
|
1300
|
+
);
|
1301
|
+
$hm_gradient_linear_gray_neutral_04: linear-gradient(
|
1302
|
+
180deg,
|
1303
|
+
#f3f5f7 0%,
|
1304
|
+
#e0e5eb 100%
|
1305
|
+
);
|
1306
|
+
$hm_gradient_linear_gray_neutral_05: linear-gradient(
|
1307
|
+
180deg,
|
1308
|
+
#edf0f3 0%,
|
1309
|
+
#d4dbe2 100%
|
1310
|
+
);
|
1311
|
+
$hm_gradient_linear_gray_neutral_06: linear-gradient(
|
1312
|
+
180deg,
|
1313
|
+
#e7ebef 0%,
|
1314
|
+
#c8d1da 100%
|
1315
|
+
);
|
1316
|
+
$hm_gradient_linear_gray_neutral_07: linear-gradient(
|
1317
|
+
180deg,
|
1318
|
+
#e0e5eb 0%,
|
1319
|
+
#b6c2ce 100%
|
1320
|
+
);
|
1321
|
+
$hm_gradient_linear_gray_true_01: linear-gradient(
|
1322
|
+
180deg,
|
1323
|
+
#ffffff 0%,
|
1324
|
+
#f5f5f5 100%
|
1325
|
+
);
|
1326
|
+
$hm_gradient_linear_gray_true_02: linear-gradient(
|
1327
|
+
180deg,
|
1328
|
+
#fafafa 0%,
|
1329
|
+
#f0f0f0 100%
|
1330
|
+
);
|
1331
|
+
$hm_gradient_linear_gray_true_03: linear-gradient(
|
1332
|
+
180deg,
|
1333
|
+
#fafafa 0%,
|
1334
|
+
#ebebeb 100%
|
1335
|
+
);
|
1336
|
+
$hm_gradient_linear_gray_true_04: linear-gradient(
|
1337
|
+
180deg,
|
1338
|
+
#f5f5f5 0%,
|
1339
|
+
#e5e5e5 100%
|
1340
|
+
);
|
1341
|
+
$hm_gradient_linear_gray_true_05: linear-gradient(
|
1342
|
+
180deg,
|
1343
|
+
#f0f0f0 0%,
|
1344
|
+
#dbdbdb 100%
|
1345
|
+
);
|
1346
|
+
$hm_gradient_linear_gray_true_06: linear-gradient(
|
1347
|
+
180deg,
|
1348
|
+
#ebebeb 0%,
|
1349
|
+
#d1d1d1 100%
|
1350
|
+
);
|
1351
|
+
$hm_gradient_linear_gray_true_07: linear-gradient(
|
1352
|
+
180deg,
|
1353
|
+
#e5e5e5 0%,
|
1354
|
+
#c2c2c2 100%
|
1355
|
+
);
|
1356
|
+
$hm_gradient_linear_color_10: linear-gradient(0deg, #cfc7f8 0%, #ebbba7 100%);
|
1357
|
+
$hm_gradient_linear_color_11: linear-gradient(135deg, #fccb90 0%, #d57eeb 100%);
|
1358
|
+
$hm_gradient_linear_color_12: linear-gradient(45deg, #7b6ae0 0%, #ffbb89 100%);
|
1359
|
+
$hm_gradient_linear_color_13: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);
|
1360
|
+
$hm_gradient_linear_color_14: linear-gradient(0deg, #fed6e3 0%, #a8edea 100%);
|
1361
|
+
$hm_gradient_linear_color_15: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
1362
|
+
$hm_gradient_linear_color_16: linear-gradient(45deg, #dfd1c5 0%, #fff6eb 100%);
|
1363
|
+
$hm_gradient_linear_color_17: linear-gradient(135deg, #fff6b7 0%, #fb758a 100%);
|
1364
|
+
$hm_gradient_linear_color_18: linear-gradient(45deg, #ff7ec7 0%, #ffed46 100%);
|
1365
|
+
$hm_gradient_linear_color_19: linear-gradient(0deg, #feafa8 0%, #f5efef 100%);
|
1366
|
+
$hm_gradient_linear_color_20: linear-gradient(45deg, #e9defa 0%, #fff6eb 100%);
|
1367
|
+
$hm_gradient_linear_color_21: linear-gradient(0deg, #fff1eb 0%, #ace0f9 100%);
|
1368
|
+
$hm_gradient_linear_color_22: linear-gradient(0deg, #c1dfc4 0%, #deecdd 100%);
|
1369
|
+
$hm_gradient_linear_color_24: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
|
1370
|
+
$hm_gradient_linear_color_25: linear-gradient(0deg, #84fab0 0%, #accbee 100%);
|
1371
|
+
$hm_gradient_linear_color_26: linear-gradient(45deg, #39a0ff 0%, #8fff85 100%);
|
1372
|
+
$hm_gradient_linear_color_27: linear-gradient(270deg, #74ebd5 0%, #9face6 100%);
|
1373
|
+
$hm_gradient_linear_color_29: linear-gradient(0deg, #9890e3 0%, #b1f4cf 100%);
|
1374
|
+
$hm_gradient_linear_color_30: linear-gradient(45deg, #7cdada 0%, #f697aa 100%);
|
1375
|
+
$hm_gradient_linear_color_31: linear-gradient(45deg, #b1ff96 0%, #ffadf7 100%);
|
1376
|
+
$hm_gradient_linear_color_32: linear-gradient(0deg, #96fbc4 0%, #f9f586 100%);
|
1377
|
+
$hm_gradient_linear_color_33: linear-gradient(45deg, #4def8e 0%, #ffeb3a 100%);
|
1378
|
+
$hm_gradient_linear_color_34: linear-gradient(135deg, #f0ff00 0%, #58cffb 100%);
|
1379
|
+
$hm_gradient_linear_color_35: linear-gradient(0deg, #d1fdff 0%, #fddb92 100%);
|
1380
|
+
$hm_gradient_linear_color_36: linear-gradient(0deg, #ebc0fd 0%, #d9ded8 100%);
|
1381
|
+
$hm_gradient_linear_color_37: linear-gradient(45deg, #ffa4f6 0%, #b7dcff 100%);
|
1382
|
+
$hm_gradient_linear_color_38: linear-gradient(0deg, #cd9cf2 0%, #f6f3ff 100%);
|
1383
|
+
$hm_gradient_linear_color_39: linear-gradient(
|
1384
|
+
-45deg,
|
1385
|
+
#f5c8f5 0%,
|
1386
|
+
#daddfa 83.85%
|
1387
|
+
);
|
1388
|
+
$hm_gradient_linear_color_40: linear-gradient(0deg, #e6dee9 0%, #bdc2e8 100%);
|
1389
|
+
$hm_gradient_linear_color_41: linear-gradient(0deg, #6a85b6 0%, #bac8e0 100%);
|
1390
|
+
$hm_gradient_linear_color_42: linear-gradient(45deg, #8b8b8b 0%, #eaeaea 100%);
|
1391
|
+
$hm_gradient_linear_color_43: linear-gradient(135deg, #e2b0ff 0%, #9f44d3 100%);
|
1392
|
+
$hm_gradient_linear_color_44: linear-gradient(135deg, #ce9ffc 0%, #7367f0 100%);
|
1393
|
+
$hm_gradient_linear_color_45: linear-gradient(135deg, #72edf2 0%, #5151e5 100%);
|
1394
|
+
$hm_gradient_linear_color_46: linear-gradient(0deg, #a3bded 0%, #6991c7 100%);
|
1395
|
+
$hm_gradient_linear_color_47: linear-gradient(0deg, #fbc8d4 0%, #9795f0 100%);
|
1396
|
+
$hm_gradient_linear_color_48: linear-gradient(0deg, #a7a6cb 0%, #8989ba 100%);
|
1397
|
+
$hm_gradient_linear_color_49: linear-gradient(0deg, #d9afd9 0%, #97d9e1 100%);
|
1398
|
+
$hm_gradient_linear_color_50: linear-gradient(135deg, #81ffef 0%, #f067b4 100%);
|
1399
|
+
$hm_gradient_linear_color_51: linear-gradient(135deg, #dcb0ed 0%, #9999cc 100%);
|
1400
|
+
$hm_gradient_linear_color_52: linear-gradient(135deg, #fff5c3 0%, #9452a5 100%);
|
1401
|
+
$hm_gradient_linear_color_53: linear-gradient(135deg, #f1ca74 0%, #a64db6 100%);
|
1402
|
+
$hm_gradient_linear_color_54: linear-gradient(45deg, #4d6ad0 0%, #ff9d7e 100%);
|
1403
|
+
$hm_gradient_linear_color_55: linear-gradient(135deg, #ffcf71 0%, #2376dd 100%);
|
1404
|
+
$hm_gradient_linear_color_56: linear-gradient(135deg, #e8d07a 0%, #5312d6 100%);
|
1405
|
+
$hm_gradient_linear_color_57: linear-gradient(180deg, #bfd9fe 0%, #df89b5 100%);
|
1406
|
+
$hm_gradient_linear_color_58: linear-gradient(0deg, #fa71cd 0%, #c471f5 100%);
|
1407
|
+
$hm_gradient_linear_color_59: linear-gradient(135deg, #43cbff 0%, #9708cc 100%);
|
1408
|
+
$hm_gradient_linear_color_60: linear-gradient(180deg, #7579ff 0%, #b224ef 100%);
|
1409
|
+
$hm_gradient_linear_color_61: linear-gradient(45deg, #ad00fe 0%, #00e0ee 100%);
|
1410
|
+
$hm_gradient_linear_color_62: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
|
1411
|
+
$hm_gradient_linear_color_63: linear-gradient(0deg, #009efd 0%, #2af598 100%);
|
1412
|
+
$hm_gradient_linear_color_64: linear-gradient(45deg, #ffb800 0%, #fff500 100%);
|
1413
|
+
$hm_gradient_linear_color_65: linear-gradient(135deg, #ffa8a8 0%, #fcff00 100%);
|
1414
|
+
$hm_gradient_linear_color_66: linear-gradient(45deg, #ff7a00 0%, #ffd439 100%);
|
1415
|
+
$hm_gradient_linear_color_67: linear-gradient(135deg, #ffd3a5 0%, #fd6585 100%);
|
1416
|
+
$hm_gradient_linear_color_68: linear-gradient(180deg, #f9d423 0%, #e14fad 100%);
|
1417
|
+
$hm_gradient_linear_color_69: linear-gradient(135deg, #f74fac 0%, #fcb24f 100%);
|
1418
|
+
$hm_gradient_linear_color_70: linear-gradient(135deg, #f49062 0%, #fd371f 100%);
|
1419
|
+
$hm_gradient_linear_color_71: linear-gradient(45deg, #ff6c6c 0%, #dd7bff 100%);
|
1420
|
+
$hm_gradient_linear_color_72: linear-gradient(135deg, #f97794 0%, #623aa2 100%);
|
1421
|
+
$hm_gradient_linear_color_73: linear-gradient(180deg, #c569cf 0%, #ee609c 100%);
|
1422
|
+
$hm_gradient_linear_color_74: linear-gradient(0deg, #c7eafd 0%, #e8198b 100%);
|
1423
|
+
$hm_gradient_linear_color_75: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
|
1424
|
+
$hm_gradient_linear_color_76: linear-gradient(135deg, #f6ceec 0%, #d939cd 100%);
|
1425
|
+
$hm_gradient_linear_color_77: linear-gradient(135deg, #ee9ae5 0%, #5961f9 100%);
|
1426
|
+
$hm_gradient_linear_color_78: linear-gradient(270deg, #6a11cb 0%, #2575fc 100%);
|
1427
|
+
$hm_gradient_linear_color_79: linear-gradient(45deg, #0017e4 0%, #3793ff 100%);
|
1428
|
+
$hm_gradient_linear_color_80: linear-gradient(0deg, #75d8ff 0%, #23a4db 100%);
|
1429
|
+
$hm_gradient_linear_color_81: linear-gradient(45deg, #4b73ff 0%, #7cf7ff 100%);
|
1430
|
+
$hm_gradient_linear_color_82: linear-gradient(135deg, #5efce8 0%, #736efe 100%);
|
1431
|
+
$hm_gradient_linear_color_83: linear-gradient(0deg, #7028e4 0%, #e5b2ca 100%);
|
1432
|
+
$hm_gradient_linear_color_84: linear-gradient(90deg, #7873f5 0%, #ec77ab 100%);
|
1433
|
+
$hm_gradient_linear_color_85: linear-gradient(135deg, #b01eff 0%, #e1467c 100%);
|
1434
|
+
$hm_gradient_linear_color_86: linear-gradient(45deg, #d079ee 0%, #8a88fb 100%);
|
1435
|
+
$hm_gradient_linear_color_87: linear-gradient(135deg, #c99fff 0%, #981ed2 100%);
|
1436
|
+
$hm_gradient_linear_color_88: linear-gradient(0deg, #9b23ea 0%, #5f72bd 100%);
|
1437
|
+
$hm_gradient_linear_color_89: linear-gradient(135deg, #b39fff 0%, #6a1ed2 100%);
|
1438
|
+
$hm_gradient_linear_color_90: linear-gradient(45deg, #4300b1 0%, #a531dc 100%);
|
1439
|
+
$hm_gradient_linear_color_91: linear-gradient(-45deg, #764ba2 0%, #667eea 100%);
|
1440
|
+
$hm_gradient_linear_color_01: linear-gradient(180deg, #a5c0ee 0%, #fbc5ec 100%);
|
1441
|
+
$hm_gradient_linear_color_02: linear-gradient(180deg, #fbc2eb 0%, #a18cd1 100%);
|
1442
|
+
$hm_gradient_linear_color_03: linear-gradient(180deg, #ffd1ff 0%, #fad0c4 100%);
|
1443
|
+
$hm_gradient_linear_color_04: linear-gradient(225deg, #fad0c4 0%, #ff9a9e 100%);
|
1444
|
+
$hm_gradient_linear_color_05: linear-gradient(270deg, #fcb69f 0%, #ffecd2 100%);
|
1445
|
+
$hm_gradient_linear_color_06: linear-gradient(180deg, #fecfef 0%, #ff989c 100%);
|
1446
|
+
$hm_gradient_linear_color_07: linear-gradient(45deg, #ff9de4 0%, #ffeaf6 100%);
|
1447
|
+
$hm_gradient_linear_color_08: linear-gradient(180deg, #e6dee9 0%, #fdcaf1 100%);
|
1448
|
+
$hm_gradient_linear_color_09: linear-gradient(45deg, #a6c0fe 0%, #ffeaf6 100%);
|
876
1449
|
$hm_colors_base_white: #ffffff;
|
877
1450
|
$hm_colors_base_black: #000000;
|
878
1451
|
$hm_colors_base_transparent: #ffffff00;
|
@@ -936,18 +1509,18 @@ $hm_colors_gray_neutral_700: #384250;
|
|
936
1509
|
$hm_colors_gray_neutral_800: #1f2a37;
|
937
1510
|
$hm_colors_gray_neutral_900: #111927;
|
938
1511
|
$hm_colors_gray_neutral_950: #0d121c;
|
939
|
-
$hm_colors_brand_25: #
|
940
|
-
$hm_colors_brand_50: #
|
941
|
-
$hm_colors_brand_100: #
|
942
|
-
$hm_colors_brand_200: #
|
943
|
-
$hm_colors_brand_300: #
|
944
|
-
$hm_colors_brand_400: #
|
945
|
-
$hm_colors_brand_500: #
|
946
|
-
$hm_colors_brand_600: #
|
947
|
-
$hm_colors_brand_700: #
|
948
|
-
$hm_colors_brand_800: #
|
949
|
-
$hm_colors_brand_900: #
|
950
|
-
$hm_colors_brand_950: #
|
1512
|
+
$hm_colors_brand_25: #f5fbff;
|
1513
|
+
$hm_colors_brand_50: #f0f9ff;
|
1514
|
+
$hm_colors_brand_100: #e0f2fe;
|
1515
|
+
$hm_colors_brand_200: #b9e6fe;
|
1516
|
+
$hm_colors_brand_300: #7cd4fd;
|
1517
|
+
$hm_colors_brand_400: #36bffa;
|
1518
|
+
$hm_colors_brand_500: #0ba5ec;
|
1519
|
+
$hm_colors_brand_600: #0086c9;
|
1520
|
+
$hm_colors_brand_700: #026aa2;
|
1521
|
+
$hm_colors_brand_800: #065986;
|
1522
|
+
$hm_colors_brand_900: #0b4a6f;
|
1523
|
+
$hm_colors_brand_950: #062c41;
|
951
1524
|
$hm_colors_error_25: #fffbfa;
|
952
1525
|
$hm_colors_error_50: #fef3f2;
|
953
1526
|
$hm_colors_error_100: #fee4e2;
|
@@ -1234,36 +1807,36 @@ $hm_colors_text_text_secondary_700: #344054;
|
|
1234
1807
|
$hm_colors_text_text_disabled: #667085;
|
1235
1808
|
$hm_colors_text_text_secondary_hover: #182230;
|
1236
1809
|
$hm_colors_text_text_tertiary_hover: #344054;
|
1237
|
-
$hm_colors_text_text_brand_secondary_700: #
|
1810
|
+
$hm_colors_text_text_brand_secondary_700: #026aa2;
|
1238
1811
|
$hm_colors_text_text_placeholder: #667085;
|
1239
1812
|
$hm_colors_text_text_placeholder_subtle: #d0d5dd;
|
1240
|
-
$hm_colors_text_text_brand_tertiary_600: #
|
1813
|
+
$hm_colors_text_text_brand_tertiary_600: #0086c9;
|
1241
1814
|
$hm_colors_text_text_quaternary_500: #667085;
|
1242
|
-
$hm_colors_text_text_brand_primary_900: #
|
1815
|
+
$hm_colors_text_text_brand_primary_900: #0b4a6f;
|
1243
1816
|
$hm_colors_text_text_primary_on_brand: #ffffff;
|
1244
|
-
$hm_colors_text_text_secondary_on_brand: #
|
1245
|
-
$hm_colors_text_text_tertiary_on_brand: #
|
1246
|
-
$hm_colors_text_text_quaternary_on_brand: #
|
1247
|
-
$hm_colors_text_text_brand_tertiary_alt: #
|
1817
|
+
$hm_colors_text_text_secondary_on_brand: #b9e6fe;
|
1818
|
+
$hm_colors_text_text_tertiary_on_brand: #b9e6fe;
|
1819
|
+
$hm_colors_text_text_quaternary_on_brand: #7cd4fd;
|
1820
|
+
$hm_colors_text_text_brand_tertiary_alt: #0086c9;
|
1248
1821
|
$hm_colors_border_border_secondary: #eaecf0;
|
1249
1822
|
$hm_colors_border_border_error: #fda29b;
|
1250
1823
|
$hm_colors_border_border_primary: #d0d5dd;
|
1251
|
-
$hm_colors_border_border_brand: #
|
1252
|
-
$hm_colors_border_border_brand_solid: #
|
1824
|
+
$hm_colors_border_border_brand: #7cd4fd;
|
1825
|
+
$hm_colors_border_border_brand_solid: #0086c9;
|
1253
1826
|
$hm_colors_border_border_disabled: #d0d5dd;
|
1254
1827
|
$hm_colors_border_border_error_solid: #d92d20;
|
1255
1828
|
$hm_colors_border_border_disabled_subtle: #eaecf0;
|
1256
1829
|
$hm_colors_border_border_tertiary: #f2f4f7;
|
1257
|
-
$hm_colors_border_border_brand_solid_alt: #
|
1830
|
+
$hm_colors_border_border_brand_solid_alt: #0086c9;
|
1258
1831
|
$hm_colors_background_bg_primary: #ffffff;
|
1259
1832
|
$hm_colors_background_bg_tertiary: #f2f4f7;
|
1260
|
-
$hm_colors_background_bg_brand_primary: #
|
1833
|
+
$hm_colors_background_bg_brand_primary: #f0f9ff;
|
1261
1834
|
$hm_colors_background_bg_error_secondary: #fee4e2;
|
1262
1835
|
$hm_colors_background_bg_warning_primary: #fffaeb;
|
1263
1836
|
$hm_colors_background_bg_warning_secondary: #fef0c7;
|
1264
1837
|
$hm_colors_background_bg_success_primary: #ecfdf3;
|
1265
1838
|
$hm_colors_background_bg_success_secondary: #dcfae6;
|
1266
|
-
$hm_colors_background_bg_brand_solid: #
|
1839
|
+
$hm_colors_background_bg_brand_solid: #0086c9;
|
1267
1840
|
$hm_colors_background_bg_secondary_solid: #475467;
|
1268
1841
|
$hm_colors_background_bg_error_solid: #d92d20;
|
1269
1842
|
$hm_colors_background_bg_warning_solid: #dc6803;
|
@@ -1272,19 +1845,19 @@ $hm_colors_background_bg_secondary_hover: #f2f4f7;
|
|
1272
1845
|
$hm_colors_background_bg_primary_hover: #f9fafb;
|
1273
1846
|
$hm_colors_background_bg_disabled: #f2f4f7;
|
1274
1847
|
$hm_colors_background_bg_active: #f9fafb;
|
1275
|
-
$hm_colors_background_bg_brand_solid_hover: #
|
1848
|
+
$hm_colors_background_bg_brand_solid_hover: #026aa2;
|
1276
1849
|
$hm_colors_background_bg_error_primary: #fef3f2;
|
1277
|
-
$hm_colors_background_bg_brand_secondary: #
|
1850
|
+
$hm_colors_background_bg_brand_secondary: #e0f2fe;
|
1278
1851
|
$hm_colors_background_bg_secondary: #f9fafb;
|
1279
1852
|
$hm_colors_background_bg_disabled_subtle: #f9fafb;
|
1280
1853
|
$hm_colors_background_bg_quaternary: #eaecf0;
|
1281
1854
|
$hm_colors_background_bg_primary_alt: #ffffff;
|
1282
|
-
$hm_colors_background_bg_brand_primary_alt: #
|
1855
|
+
$hm_colors_background_bg_brand_primary_alt: #f0f9ff;
|
1283
1856
|
$hm_colors_background_bg_secondary_alt: #f9fafb;
|
1284
1857
|
$hm_colors_background_bg_overlay: #0c111d;
|
1285
1858
|
$hm_colors_background_bg_secondary_subtle: #fcfcfd;
|
1286
|
-
$hm_colors_background_bg_brand_section: #
|
1287
|
-
$hm_colors_background_bg_brand_section_subtle: #
|
1859
|
+
$hm_colors_background_bg_brand_section: #065986;
|
1860
|
+
$hm_colors_background_bg_brand_section_subtle: #026aa2;
|
1288
1861
|
$hm_colors_background_bg_primary_solid: #0c111d;
|
1289
1862
|
$hm_colors_foreground_fg_secondary_700: #344054;
|
1290
1863
|
$hm_colors_foreground_fg_warning_primary: #dc6803;
|
@@ -1296,8 +1869,8 @@ $hm_colors_foreground_fg_primary_900: #101828;
|
|
1296
1869
|
$hm_colors_foreground_fg_disabled: #98a2b3;
|
1297
1870
|
$hm_colors_foreground_fg_quaternary_500: #667085;
|
1298
1871
|
$hm_colors_foreground_fg_quaternary_hover: #475467;
|
1299
|
-
$hm_colors_foreground_fg_brand_secondary_500: #
|
1300
|
-
$hm_colors_foreground_fg_brand_primary_600: #
|
1872
|
+
$hm_colors_foreground_fg_brand_secondary_500: #0ba5ec;
|
1873
|
+
$hm_colors_foreground_fg_brand_primary_600: #0086c9;
|
1301
1874
|
$hm_colors_foreground_fg_quinary_400: #98a2b3;
|
1302
1875
|
$hm_colors_foreground_fg_quinary_hover: #667085;
|
1303
1876
|
$hm_colors_foreground_fg_error_primary: #d92d20;
|
@@ -1307,7 +1880,7 @@ $hm_colors_foreground_fg_error_secondary: #f04438;
|
|
1307
1880
|
$hm_colors_foreground_fg_senary_300: #d0d5dd;
|
1308
1881
|
$hm_colors_foreground_fg_tertiary_600: #475467;
|
1309
1882
|
$hm_colors_foreground_fg_tertiary_hover: #344054;
|
1310
|
-
$hm_colors_foreground_fg_brand_primary_alt: #
|
1883
|
+
$hm_colors_foreground_fg_brand_primary_alt: #0086c9;
|
1311
1884
|
$hm_spacing_0: 0rem;
|
1312
1885
|
$hm_spacing_0_5: 0.125rem;
|
1313
1886
|
$hm_spacing_1: 0.25rem;
|
@@ -1348,26 +1921,26 @@ $hm_component_colors_utility_blue_utility_blue_50: #eff8ff;
|
|
1348
1921
|
$hm_component_colors_utility_blue_utility_blue_100: #d1e9ff;
|
1349
1922
|
$hm_component_colors_utility_blue_utility_blue_400: #53b1fd;
|
1350
1923
|
$hm_component_colors_utility_blue_utility_blue_300: #84caff;
|
1351
|
-
$hm_component_colors_utility_brand_utility_brand_600: #
|
1352
|
-
$hm_component_colors_utility_brand_utility_brand_700: #
|
1353
|
-
$hm_component_colors_utility_brand_utility_brand_500: #
|
1354
|
-
$hm_component_colors_utility_brand_utility_brand_200: #
|
1355
|
-
$hm_component_colors_utility_brand_utility_brand_50: #
|
1356
|
-
$hm_component_colors_utility_brand_utility_brand_100: #
|
1357
|
-
$hm_component_colors_utility_brand_utility_brand_400: #
|
1358
|
-
$hm_component_colors_utility_brand_utility_brand_50_alt: #
|
1359
|
-
$hm_component_colors_utility_brand_utility_brand_100_alt: #
|
1360
|
-
$hm_component_colors_utility_brand_utility_brand_200_alt: #
|
1361
|
-
$hm_component_colors_utility_brand_utility_brand_400_alt: #
|
1362
|
-
$hm_component_colors_utility_brand_utility_brand_500_alt: #
|
1363
|
-
$hm_component_colors_utility_brand_utility_brand_600_alt: #
|
1364
|
-
$hm_component_colors_utility_brand_utility_brand_700_alt: #
|
1365
|
-
$hm_component_colors_utility_brand_utility_brand_300: #
|
1366
|
-
$hm_component_colors_utility_brand_utility_brand_900: #
|
1367
|
-
$hm_component_colors_utility_brand_utility_brand_800: #
|
1368
|
-
$hm_component_colors_utility_brand_utility_brand_300_alt: #
|
1369
|
-
$hm_component_colors_utility_brand_utility_brand_800_alt: #
|
1370
|
-
$hm_component_colors_utility_brand_utility_brand_900_alt: #
|
1924
|
+
$hm_component_colors_utility_brand_utility_brand_600: #0086c9;
|
1925
|
+
$hm_component_colors_utility_brand_utility_brand_700: #026aa2;
|
1926
|
+
$hm_component_colors_utility_brand_utility_brand_500: #0ba5ec;
|
1927
|
+
$hm_component_colors_utility_brand_utility_brand_200: #b9e6fe;
|
1928
|
+
$hm_component_colors_utility_brand_utility_brand_50: #f0f9ff;
|
1929
|
+
$hm_component_colors_utility_brand_utility_brand_100: #e0f2fe;
|
1930
|
+
$hm_component_colors_utility_brand_utility_brand_400: #36bffa;
|
1931
|
+
$hm_component_colors_utility_brand_utility_brand_50_alt: #f0f9ff;
|
1932
|
+
$hm_component_colors_utility_brand_utility_brand_100_alt: #e0f2fe;
|
1933
|
+
$hm_component_colors_utility_brand_utility_brand_200_alt: #b9e6fe;
|
1934
|
+
$hm_component_colors_utility_brand_utility_brand_400_alt: #36bffa;
|
1935
|
+
$hm_component_colors_utility_brand_utility_brand_500_alt: #0ba5ec;
|
1936
|
+
$hm_component_colors_utility_brand_utility_brand_600_alt: #0086c9;
|
1937
|
+
$hm_component_colors_utility_brand_utility_brand_700_alt: #026aa2;
|
1938
|
+
$hm_component_colors_utility_brand_utility_brand_300: #7cd4fd;
|
1939
|
+
$hm_component_colors_utility_brand_utility_brand_900: #0b4a6f;
|
1940
|
+
$hm_component_colors_utility_brand_utility_brand_800: #065986;
|
1941
|
+
$hm_component_colors_utility_brand_utility_brand_300_alt: #7cd4fd;
|
1942
|
+
$hm_component_colors_utility_brand_utility_brand_800_alt: #065986;
|
1943
|
+
$hm_component_colors_utility_brand_utility_brand_900_alt: #0b4a6f;
|
1371
1944
|
$hm_component_colors_utility_gray_utility_gray_700: #344054;
|
1372
1945
|
$hm_component_colors_utility_gray_utility_gray_600: #475467;
|
1373
1946
|
$hm_component_colors_utility_gray_utility_gray_500: #667085;
|
@@ -1475,11 +2048,11 @@ $hm_component_colors_utility_gray_blue_utility_gray_blue_100: #eaecf5;
|
|
1475
2048
|
$hm_component_colors_utility_gray_blue_utility_gray_blue_400: #717bbc;
|
1476
2049
|
$hm_component_colors_utility_gray_blue_utility_gray_blue_300: #b3b8db;
|
1477
2050
|
$hm_component_colors_components_tooltips_tooltip_supporting_text: #d0d5dd;
|
1478
|
-
$hm_component_colors_components_buttons_primary_button_primary_bg: #
|
1479
|
-
$hm_component_colors_components_buttons_primary_button_primary_bg_hover: #
|
2051
|
+
$hm_component_colors_components_buttons_primary_button_primary_bg: #0086c9;
|
2052
|
+
$hm_component_colors_components_buttons_primary_button_primary_bg_hover: #026aa2;
|
1480
2053
|
$hm_component_colors_components_buttons_primary_button_primary_fg: #ffffff;
|
1481
|
-
$hm_component_colors_components_buttons_primary_button_primary_border: #
|
1482
|
-
$hm_component_colors_components_buttons_primary_button_primary_border_hover: #
|
2054
|
+
$hm_component_colors_components_buttons_primary_button_primary_border: #0086c9;
|
2055
|
+
$hm_component_colors_components_buttons_primary_button_primary_border_hover: #026aa2;
|
1483
2056
|
$hm_component_colors_components_buttons_primary_button_primary_fg_hover: #ffffff;
|
1484
2057
|
$hm_component_colors_components_buttons_secondary_button_secondary_bg: #ffffff;
|
1485
2058
|
$hm_component_colors_components_buttons_secondary_button_secondary_bg_hover: #f9fafb;
|
@@ -1488,11 +2061,11 @@ $hm_component_colors_components_buttons_secondary_button_secondary_fg_hover: #18
|
|
1488
2061
|
$hm_component_colors_components_buttons_secondary_button_secondary_border: #d0d5dd;
|
1489
2062
|
$hm_component_colors_components_buttons_secondary_button_secondary_border_hover: #d0d5dd;
|
1490
2063
|
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg: #ffffff;
|
1491
|
-
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg_hover: #
|
1492
|
-
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_border_hover: #
|
1493
|
-
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_border: #
|
1494
|
-
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg: #
|
1495
|
-
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg_hover: #
|
2064
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg_hover: #f0f9ff;
|
2065
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_border_hover: #7cd4fd;
|
2066
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_border: #7cd4fd;
|
2067
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg: #026aa2;
|
2068
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg_hover: #065986;
|
1496
2069
|
$hm_component_colors_components_buttons_primary_error_button_primary_error_fg: #ffffff;
|
1497
2070
|
$hm_component_colors_components_buttons_primary_error_button_primary_error_fg_hover: #ffffff;
|
1498
2071
|
$hm_component_colors_components_buttons_primary_error_button_primary_error_bg: #d92d20;
|
@@ -1508,9 +2081,9 @@ $hm_component_colors_components_buttons_secondary_error_button_secondary_error_b
|
|
1508
2081
|
$hm_component_colors_components_buttons_tertiary_button_tertiary_fg: #475467;
|
1509
2082
|
$hm_component_colors_components_buttons_tertiary_button_tertiary_fg_hover: #344054;
|
1510
2083
|
$hm_component_colors_components_buttons_tertiary_button_tertiary_bg_hover: #f9fafb;
|
1511
|
-
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg: #
|
1512
|
-
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg_hover: #
|
1513
|
-
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_bg_hover: #
|
2084
|
+
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg: #026aa2;
|
2085
|
+
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg_hover: #065986;
|
2086
|
+
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_bg_hover: #f0f9ff;
|
1514
2087
|
$hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_fg: #b42318;
|
1515
2088
|
$hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_fg_hover: #912018;
|
1516
2089
|
$hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_bg_hover: #fef3f2;
|
@@ -1523,13 +2096,13 @@ $hm_component_colors_components_avatars_avatar_focus_border: #98a2b324;
|
|
1523
2096
|
$hm_component_colors_components_breadcrumbs_breadcrumb_fg: #475467;
|
1524
2097
|
$hm_component_colors_components_breadcrumbs_breadcrumb_fg_hover: #344054;
|
1525
2098
|
$hm_component_colors_components_breadcrumbs_breadcrumb_bg_hover: #f9fafb;
|
1526
|
-
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_bg_hover: #
|
1527
|
-
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_fg_hover: #
|
2099
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_bg_hover: #f0f9ff;
|
2100
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_fg_hover: #026aa2;
|
1528
2101
|
$hm_component_colors_components_breadcrumbs_breadcrumb_icon_fg: #667085;
|
1529
2102
|
$hm_component_colors_components_breadcrumbs_breadcrumb_icon_fg_hover: #344054;
|
1530
|
-
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_icon_fg_hover: #
|
2103
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_icon_fg_hover: #026aa2;
|
1531
2104
|
$hm_component_colors_components_icons_featured_icons_modern_featured_icon_modern_border: #eaecf0;
|
1532
|
-
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_brand: #
|
2105
|
+
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_brand: #0086c9;
|
1533
2106
|
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_gray: #667085;
|
1534
2107
|
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_error: #d92d20;
|
1535
2108
|
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_warning: #dc6803;
|
@@ -1539,8 +2112,8 @@ $hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_
|
|
1539
2112
|
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_error: #ffffff;
|
1540
2113
|
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_warning: #ffffff;
|
1541
2114
|
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_success: #ffffff;
|
1542
|
-
$hm_component_colors_components_icons_icons_icon_fg_brand: #
|
1543
|
-
$hm_component_colors_components_icons_icons_icon_fg_brand_on_brand: #
|
2115
|
+
$hm_component_colors_components_icons_icons_icon_fg_brand: #0086c9;
|
2116
|
+
$hm_component_colors_components_icons_icons_icon_fg_brand_on_brand: #b9e6fe;
|
1544
2117
|
$hm_component_colors_components_icons_social_icons_social_icon_fg_x: #242e36;
|
1545
2118
|
$hm_component_colors_components_icons_social_icons_social_icon_fg_apple: #000000;
|
1546
2119
|
$hm_component_colors_components_icons_social_icons_social_icon_fg_github: #000000;
|
@@ -1551,20 +2124,20 @@ $hm_component_colors_components_application_navigation_nav_item_icon_fg: #667085
|
|
1551
2124
|
$hm_component_colors_components_application_navigation_nav_item_icon_fg_active: #667085;
|
1552
2125
|
$hm_component_colors_components_application_navigation_nav_item_button_icon_fg: #667085;
|
1553
2126
|
$hm_component_colors_components_application_navigation_nav_item_button_icon_fg_active: #344054;
|
1554
|
-
$hm_component_colors_components_sliders_slider_handle_border: #
|
2127
|
+
$hm_component_colors_components_sliders_slider_handle_border: #0086c9;
|
1555
2128
|
$hm_component_colors_components_sliders_slider_handle_bg: #ffffff;
|
1556
|
-
$hm_component_colors_components_header_sections_header_abstract_50_bg: #
|
1557
|
-
$hm_component_colors_components_header_sections_header_abstract_100_bg: #
|
1558
|
-
$hm_component_colors_components_header_sections_header_abstract_200_bg: #
|
1559
|
-
$hm_component_colors_components_header_sections_header_abstract_300_bg: #
|
2129
|
+
$hm_component_colors_components_header_sections_header_abstract_50_bg: #f0f9ff;
|
2130
|
+
$hm_component_colors_components_header_sections_header_abstract_100_bg: #e0f2fe;
|
2131
|
+
$hm_component_colors_components_header_sections_header_abstract_200_bg: #b9e6fe;
|
2132
|
+
$hm_component_colors_components_header_sections_header_abstract_300_bg: #7cd4fd;
|
1560
2133
|
$hm_component_colors_components_mockups_screen_mockup_border: #101828;
|
1561
|
-
$hm_component_colors_components_footers_footer_button_fg: #
|
2134
|
+
$hm_component_colors_components_footers_footer_button_fg: #b9e6fe;
|
1562
2135
|
$hm_component_colors_components_footers_footer_button_fg_hover: #ffffff;
|
1563
2136
|
$hm_component_colors_components_footers_footer_badge_fg: #067647;
|
1564
2137
|
$hm_component_colors_components_footers_footer_badge_border: #abefc6;
|
1565
2138
|
$hm_component_colors_components_footers_footer_badge_bg: #ecfdf3;
|
1566
2139
|
$hm_component_colors_components_app_store_badges_app_store_badge_border: #a6a6a6;
|
1567
|
-
$hm_component_colors_components_thumbnail_thumbnail_badge_brand_fg: #
|
2140
|
+
$hm_component_colors_components_thumbnail_thumbnail_badge_brand_fg: #026aa2;
|
1568
2141
|
$hm_component_colors_components_thumbnail_thumbnail_badge_success_fg: #067647;
|
1569
2142
|
$hm_component_colors_components_toggles_toggle_button_fg_disabled: #f9fafb;
|
1570
2143
|
$hm_component_colors_alpha_alpha_white_90: #ffffffe6;
|