ui-primitives 13.5.0 → 13.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/styles/colors_bluetint.json +286 -126
- package/styles/colors_decorative.json +512 -512
- package/styles/colors_indigo.json +276 -116
|
@@ -125,8 +125,8 @@
|
|
|
125
125
|
"alias": "backgroundColorAccent"
|
|
126
126
|
},
|
|
127
127
|
"dark_bg_attention_muted": {
|
|
128
|
-
"rgba": "rgba(
|
|
129
|
-
"hex": "#
|
|
128
|
+
"rgba": "rgba(54, 41, 31, 1)",
|
|
129
|
+
"hex": "#36291f",
|
|
130
130
|
"alias": "backgroundColorAttentionMuted"
|
|
131
131
|
},
|
|
132
132
|
"dark_bg_info": {
|
|
@@ -135,13 +135,13 @@
|
|
|
135
135
|
"alias": "backgroundColorInfo"
|
|
136
136
|
},
|
|
137
137
|
"dark_bg_info_muted": {
|
|
138
|
-
"rgba": "rgba(
|
|
139
|
-
"hex": "#
|
|
138
|
+
"rgba": "rgba(36, 42, 57, 1)",
|
|
139
|
+
"hex": "#242a39",
|
|
140
140
|
"alias": "backgroundColorInfoMuted"
|
|
141
141
|
},
|
|
142
142
|
"dark_bg_negative_muted": {
|
|
143
|
-
"rgba": "rgba(
|
|
144
|
-
"hex": "#
|
|
143
|
+
"rgba": "rgba(57, 37, 35, 1)",
|
|
144
|
+
"hex": "#392523",
|
|
145
145
|
"alias": "backgroundColorNegativeMuted"
|
|
146
146
|
},
|
|
147
147
|
"dark_bg_opaque": {
|
|
@@ -155,8 +155,8 @@
|
|
|
155
155
|
"alias": "backgroundColorOverlay"
|
|
156
156
|
},
|
|
157
157
|
"dark_bg_positive_muted": {
|
|
158
|
-
"rgba": "rgba(
|
|
159
|
-
"hex": "#
|
|
158
|
+
"rgba": "rgba(35, 45, 37, 1)",
|
|
159
|
+
"hex": "#232d25",
|
|
160
160
|
"alias": "backgroundColorPositiveMuted"
|
|
161
161
|
},
|
|
162
162
|
"dark_bg_primary": {
|
|
@@ -919,24 +919,64 @@
|
|
|
919
919
|
"hex": "#fda136",
|
|
920
920
|
"alias": "statusColorAttention"
|
|
921
921
|
},
|
|
922
|
+
"dark_status_attention_hover": {
|
|
923
|
+
"rgba": "rgba(253, 178, 77, 1)",
|
|
924
|
+
"hex": "#fdb24d",
|
|
925
|
+
"alias": "statusColorAttentionHover"
|
|
926
|
+
},
|
|
922
927
|
"dark_status_attention_inverted": {
|
|
923
928
|
"rgba": "rgba(250, 147, 19, 1)",
|
|
924
929
|
"hex": "#fa9313",
|
|
925
930
|
"alias": "statusColorAttentionInverted"
|
|
926
931
|
},
|
|
932
|
+
"dark_status_attention_inverted_hover": {
|
|
933
|
+
"rgba": "rgba(241, 141, 11, 1)",
|
|
934
|
+
"hex": "#f18d0b",
|
|
935
|
+
"alias": "statusColorAttentionInvertedHover"
|
|
936
|
+
},
|
|
937
|
+
"dark_status_attention_inverted_press": {
|
|
938
|
+
"rgba": "rgba(234, 131, 19, 1)",
|
|
939
|
+
"hex": "#ea8313",
|
|
940
|
+
"alias": "statusColorAttentionInvertedPress"
|
|
941
|
+
},
|
|
942
|
+
"dark_status_attention_press": {
|
|
943
|
+
"rgba": "rgba(255, 191, 112, 1)",
|
|
944
|
+
"hex": "#ffbf70",
|
|
945
|
+
"alias": "statusColorAttentionPress"
|
|
946
|
+
},
|
|
927
947
|
"dark_status_info": {
|
|
928
948
|
"rgba": "rgba(49, 147, 252, 1)",
|
|
929
949
|
"hex": "#3193fc",
|
|
930
950
|
"alias": "statusColorInfo"
|
|
931
951
|
},
|
|
952
|
+
"dark_status_info_hover": {
|
|
953
|
+
"rgba": "rgba(74, 157, 252, 1)",
|
|
954
|
+
"hex": "#4a9dfc",
|
|
955
|
+
"alias": "statusColorInfoHover"
|
|
956
|
+
},
|
|
932
957
|
"dark_status_info_inverted": {
|
|
933
958
|
"rgba": "rgba(34, 136, 250, 1)",
|
|
934
959
|
"hex": "#2288fa",
|
|
935
960
|
"alias": "statusColorInfoInverted"
|
|
936
961
|
},
|
|
962
|
+
"dark_status_info_inverted_hover": {
|
|
963
|
+
"rgba": "rgba(42, 119, 239, 1)",
|
|
964
|
+
"hex": "#2a77ef",
|
|
965
|
+
"alias": "statusColorInfoInvertedHover"
|
|
966
|
+
},
|
|
967
|
+
"dark_status_info_inverted_press": {
|
|
968
|
+
"rgba": "rgba(44, 100, 212, 1)",
|
|
969
|
+
"hex": "#2c64d4",
|
|
970
|
+
"alias": "statusColorInfoInvertedPress"
|
|
971
|
+
},
|
|
972
|
+
"dark_status_info_press": {
|
|
973
|
+
"rgba": "rgba(99, 170, 253, 1)",
|
|
974
|
+
"hex": "#63aafd",
|
|
975
|
+
"alias": "statusColorInfoPress"
|
|
976
|
+
},
|
|
937
977
|
"dark_status_muted_alt_attention": {
|
|
938
|
-
"rgba": "rgba(
|
|
939
|
-
"hex": "#
|
|
978
|
+
"rgba": "rgba(65, 47, 34, 1)",
|
|
979
|
+
"hex": "#412f22",
|
|
940
980
|
"alias": "statusMutedAltColorAttention"
|
|
941
981
|
},
|
|
942
982
|
"dark_status_muted_alt_attention_hover": {
|
|
@@ -950,8 +990,8 @@
|
|
|
950
990
|
"alias": "statusMutedAltColorAttentionInverted"
|
|
951
991
|
},
|
|
952
992
|
"dark_status_muted_alt_attention_inverted_hover": {
|
|
953
|
-
"rgba": "rgba(
|
|
954
|
-
"hex": "#
|
|
993
|
+
"rgba": "rgba(246, 215, 175, 1)",
|
|
994
|
+
"hex": "#f6d7af",
|
|
955
995
|
"alias": "statusMutedAltColorAttentionInvertedHover"
|
|
956
996
|
},
|
|
957
997
|
"dark_status_muted_alt_attention_inverted_press": {
|
|
@@ -960,8 +1000,8 @@
|
|
|
960
1000
|
"alias": "statusMutedAltColorAttentionInvertedPress"
|
|
961
1001
|
},
|
|
962
1002
|
"dark_status_muted_alt_attention_press": {
|
|
963
|
-
"rgba": "rgba(
|
|
964
|
-
"hex": "#
|
|
1003
|
+
"rgba": "rgba(99, 65, 40, 1)",
|
|
1004
|
+
"hex": "#634128",
|
|
965
1005
|
"alias": "statusMutedAltColorAttentionPress"
|
|
966
1006
|
},
|
|
967
1007
|
"dark_status_muted_alt_info": {
|
|
@@ -980,8 +1020,8 @@
|
|
|
980
1020
|
"alias": "statusMutedAltColorInfoInverted"
|
|
981
1021
|
},
|
|
982
1022
|
"dark_status_muted_alt_info_inverted_hover": {
|
|
983
|
-
"rgba": "rgba(
|
|
984
|
-
"hex": "#
|
|
1023
|
+
"rgba": "rgba(196, 222, 250, 1)",
|
|
1024
|
+
"hex": "#c4defa",
|
|
985
1025
|
"alias": "statusMutedAltColorInfoInvertedHover"
|
|
986
1026
|
},
|
|
987
1027
|
"dark_status_muted_alt_info_inverted_press": {
|
|
@@ -990,18 +1030,18 @@
|
|
|
990
1030
|
"alias": "statusMutedAltColorInfoInvertedPress"
|
|
991
1031
|
},
|
|
992
1032
|
"dark_status_muted_alt_info_press": {
|
|
993
|
-
"rgba": "rgba(
|
|
994
|
-
"hex": "#
|
|
1033
|
+
"rgba": "rgba(58, 69, 106, 1)",
|
|
1034
|
+
"hex": "#3a456a",
|
|
995
1035
|
"alias": "statusMutedAltColorInfoPress"
|
|
996
1036
|
},
|
|
997
1037
|
"dark_status_muted_alt_negative": {
|
|
998
|
-
"rgba": "rgba(
|
|
999
|
-
"hex": "#
|
|
1038
|
+
"rgba": "rgba(68, 41, 38, 1)",
|
|
1039
|
+
"hex": "#442926",
|
|
1000
1040
|
"alias": "statusMutedAltColorNegative"
|
|
1001
1041
|
},
|
|
1002
1042
|
"dark_status_muted_alt_negative_hover": {
|
|
1003
|
-
"rgba": "rgba(
|
|
1004
|
-
"hex": "#
|
|
1043
|
+
"rgba": "rgba(86, 48, 45, 1)",
|
|
1044
|
+
"hex": "#56302d",
|
|
1005
1045
|
"alias": "statusMutedAltColorNegativeHover"
|
|
1006
1046
|
},
|
|
1007
1047
|
"dark_status_muted_alt_negative_inverted": {
|
|
@@ -1020,18 +1060,18 @@
|
|
|
1020
1060
|
"alias": "statusMutedAltColorNegativeInvertedPress"
|
|
1021
1061
|
},
|
|
1022
1062
|
"dark_status_muted_alt_negative_press": {
|
|
1023
|
-
"rgba": "rgba(
|
|
1024
|
-
"hex": "#
|
|
1063
|
+
"rgba": "rgba(108, 59, 52, 1)",
|
|
1064
|
+
"hex": "#6c3b34",
|
|
1025
1065
|
"alias": "statusMutedAltColorNegativePress"
|
|
1026
1066
|
},
|
|
1027
1067
|
"dark_status_muted_alt_positive": {
|
|
1028
|
-
"rgba": "rgba(
|
|
1029
|
-
"hex": "#
|
|
1068
|
+
"rgba": "rgba(37, 53, 40, 1)",
|
|
1069
|
+
"hex": "#253528",
|
|
1030
1070
|
"alias": "statusMutedAltColorPositive"
|
|
1031
1071
|
},
|
|
1032
1072
|
"dark_status_muted_alt_positive_hover": {
|
|
1033
|
-
"rgba": "rgba(
|
|
1034
|
-
"hex": "#
|
|
1073
|
+
"rgba": "rgba(40, 63, 45, 1)",
|
|
1074
|
+
"hex": "#283f2d",
|
|
1035
1075
|
"alias": "statusMutedAltColorPositiveHover"
|
|
1036
1076
|
},
|
|
1037
1077
|
"dark_status_muted_alt_positive_inverted": {
|
|
@@ -1050,18 +1090,18 @@
|
|
|
1050
1090
|
"alias": "statusMutedAltColorPositiveInvertedPress"
|
|
1051
1091
|
},
|
|
1052
1092
|
"dark_status_muted_alt_positive_press": {
|
|
1053
|
-
"rgba": "rgba(
|
|
1054
|
-
"hex": "#
|
|
1093
|
+
"rgba": "rgba(45, 77, 50, 1)",
|
|
1094
|
+
"hex": "#2d4d32",
|
|
1055
1095
|
"alias": "statusMutedAltColorPositivePress"
|
|
1056
1096
|
},
|
|
1057
1097
|
"dark_status_muted_attention": {
|
|
1058
|
-
"rgba": "rgba(
|
|
1059
|
-
"hex": "#
|
|
1098
|
+
"rgba": "rgba(54, 41, 31, 1)",
|
|
1099
|
+
"hex": "#36291f",
|
|
1060
1100
|
"alias": "statusMutedColorAttention"
|
|
1061
1101
|
},
|
|
1062
1102
|
"dark_status_muted_attention_hover": {
|
|
1063
|
-
"rgba": "rgba(
|
|
1064
|
-
"hex": "#
|
|
1103
|
+
"rgba": "rgba(65, 47, 34, 1)",
|
|
1104
|
+
"hex": "#412f22",
|
|
1065
1105
|
"alias": "statusMutedColorAttentionHover"
|
|
1066
1106
|
},
|
|
1067
1107
|
"dark_status_muted_attention_inverted": {
|
|
@@ -1075,8 +1115,8 @@
|
|
|
1075
1115
|
"alias": "statusMutedColorAttentionInvertedHover"
|
|
1076
1116
|
},
|
|
1077
1117
|
"dark_status_muted_attention_inverted_press": {
|
|
1078
|
-
"rgba": "rgba(
|
|
1079
|
-
"hex": "#
|
|
1118
|
+
"rgba": "rgba(246, 215, 175, 1)",
|
|
1119
|
+
"hex": "#f6d7af",
|
|
1080
1120
|
"alias": "statusMutedColorAttentionInvertedPress"
|
|
1081
1121
|
},
|
|
1082
1122
|
"dark_status_muted_attention_press": {
|
|
@@ -1100,13 +1140,13 @@
|
|
|
1100
1140
|
"alias": "statusMutedColorInfoInverted"
|
|
1101
1141
|
},
|
|
1102
1142
|
"dark_status_muted_info_inverted_hover": {
|
|
1103
|
-
"rgba": "rgba(
|
|
1104
|
-
"hex": "#
|
|
1143
|
+
"rgba": "rgba(216, 234, 255, 1)",
|
|
1144
|
+
"hex": "#d8eaff",
|
|
1105
1145
|
"alias": "statusMutedColorInfoInvertedHover"
|
|
1106
1146
|
},
|
|
1107
1147
|
"dark_status_muted_info_inverted_press": {
|
|
1108
|
-
"rgba": "rgba(
|
|
1109
|
-
"hex": "#
|
|
1148
|
+
"rgba": "rgba(196, 222, 250, 1)",
|
|
1149
|
+
"hex": "#c4defa",
|
|
1110
1150
|
"alias": "statusMutedColorInfoInvertedPress"
|
|
1111
1151
|
},
|
|
1112
1152
|
"dark_status_muted_info_press": {
|
|
@@ -1115,13 +1155,13 @@
|
|
|
1115
1155
|
"alias": "statusMutedColorInfoPress"
|
|
1116
1156
|
},
|
|
1117
1157
|
"dark_status_muted_negative": {
|
|
1118
|
-
"rgba": "rgba(
|
|
1119
|
-
"hex": "#
|
|
1158
|
+
"rgba": "rgba(57, 37, 35, 1)",
|
|
1159
|
+
"hex": "#392523",
|
|
1120
1160
|
"alias": "statusMutedColorNegative"
|
|
1121
1161
|
},
|
|
1122
1162
|
"dark_status_muted_negative_hover": {
|
|
1123
|
-
"rgba": "rgba(
|
|
1124
|
-
"hex": "#
|
|
1163
|
+
"rgba": "rgba(68, 41, 38, 1)",
|
|
1164
|
+
"hex": "#442926",
|
|
1125
1165
|
"alias": "statusMutedColorNegativeHover"
|
|
1126
1166
|
},
|
|
1127
1167
|
"dark_status_muted_negative_inverted": {
|
|
@@ -1140,8 +1180,8 @@
|
|
|
1140
1180
|
"alias": "statusMutedColorNegativeInvertedPress"
|
|
1141
1181
|
},
|
|
1142
1182
|
"dark_status_muted_negative_press": {
|
|
1143
|
-
"rgba": "rgba(
|
|
1144
|
-
"hex": "#
|
|
1183
|
+
"rgba": "rgba(86, 48, 45, 1)",
|
|
1184
|
+
"hex": "#56302d",
|
|
1145
1185
|
"alias": "statusMutedColorNegativePress"
|
|
1146
1186
|
},
|
|
1147
1187
|
"dark_status_muted_positive": {
|
|
@@ -1150,13 +1190,13 @@
|
|
|
1150
1190
|
"alias": "statusMutedColorPositive"
|
|
1151
1191
|
},
|
|
1152
1192
|
"dark_status_muted_positive_hover": {
|
|
1153
|
-
"rgba": "rgba(
|
|
1154
|
-
"hex": "#
|
|
1193
|
+
"rgba": "rgba(37, 53, 40, 1)",
|
|
1194
|
+
"hex": "#253528",
|
|
1155
1195
|
"alias": "statusMutedColorPositiveHover"
|
|
1156
1196
|
},
|
|
1157
1197
|
"dark_status_muted_positive_inverted": {
|
|
1158
|
-
"rgba": "rgba(
|
|
1159
|
-
"hex": "#
|
|
1198
|
+
"rgba": "rgba(223, 248, 229, 1)",
|
|
1199
|
+
"hex": "#dff8e5",
|
|
1160
1200
|
"alias": "statusMutedColorPositiveInverted"
|
|
1161
1201
|
},
|
|
1162
1202
|
"dark_status_muted_positive_inverted_hover": {
|
|
@@ -1170,8 +1210,8 @@
|
|
|
1170
1210
|
"alias": "statusMutedColorPositiveInvertedPress"
|
|
1171
1211
|
},
|
|
1172
1212
|
"dark_status_muted_positive_press": {
|
|
1173
|
-
"rgba": "rgba(
|
|
1174
|
-
"hex": "#
|
|
1213
|
+
"rgba": "rgba(40, 63, 45, 1)",
|
|
1214
|
+
"hex": "#283f2d",
|
|
1175
1215
|
"alias": "statusMutedColorPositivePress"
|
|
1176
1216
|
},
|
|
1177
1217
|
"dark_status_negative": {
|
|
@@ -1179,21 +1219,61 @@
|
|
|
1179
1219
|
"hex": "#ff5431",
|
|
1180
1220
|
"alias": "statusColorNegative"
|
|
1181
1221
|
},
|
|
1222
|
+
"dark_status_negative_hover": {
|
|
1223
|
+
"rgba": "rgba(255, 117, 84, 1)",
|
|
1224
|
+
"hex": "#ff7554",
|
|
1225
|
+
"alias": "statusColorNegativeHover"
|
|
1226
|
+
},
|
|
1182
1227
|
"dark_status_negative_inverted": {
|
|
1183
1228
|
"rgba": "rgba(255, 84, 49, 1)",
|
|
1184
1229
|
"hex": "#ff5431",
|
|
1185
1230
|
"alias": "statusColorNegativeInverted"
|
|
1186
1231
|
},
|
|
1232
|
+
"dark_status_negative_inverted_hover": {
|
|
1233
|
+
"rgba": "rgba(236, 46, 20, 1)",
|
|
1234
|
+
"hex": "#ec2e14",
|
|
1235
|
+
"alias": "statusColorNegativeInvertedHover"
|
|
1236
|
+
},
|
|
1237
|
+
"dark_status_negative_inverted_press": {
|
|
1238
|
+
"rgba": "rgba(199, 37, 28, 1)",
|
|
1239
|
+
"hex": "#c7251c",
|
|
1240
|
+
"alias": "statusColorNegativeInvertedPress"
|
|
1241
|
+
},
|
|
1242
|
+
"dark_status_negative_press": {
|
|
1243
|
+
"rgba": "rgba(255, 141, 115, 1)",
|
|
1244
|
+
"hex": "#ff8d73",
|
|
1245
|
+
"alias": "statusColorNegativePress"
|
|
1246
|
+
},
|
|
1187
1247
|
"dark_status_positive": {
|
|
1188
1248
|
"rgba": "rgba(23, 208, 85, 1)",
|
|
1189
1249
|
"hex": "#17d055",
|
|
1190
1250
|
"alias": "statusColorPositive"
|
|
1191
1251
|
},
|
|
1252
|
+
"dark_status_positive_hover": {
|
|
1253
|
+
"rgba": "rgba(34, 224, 104, 1)",
|
|
1254
|
+
"hex": "#22e068",
|
|
1255
|
+
"alias": "statusColorPositiveHover"
|
|
1256
|
+
},
|
|
1192
1257
|
"dark_status_positive_inverted": {
|
|
1193
1258
|
"rgba": "rgba(12, 196, 77, 1)",
|
|
1194
1259
|
"hex": "#0cc44d",
|
|
1195
1260
|
"alias": "statusColorPositiveInverted"
|
|
1196
1261
|
},
|
|
1262
|
+
"dark_status_positive_inverted_hover": {
|
|
1263
|
+
"rgba": "rgba(4, 181, 69, 1)",
|
|
1264
|
+
"hex": "#04b545",
|
|
1265
|
+
"alias": "statusColorPositiveInvertedHover"
|
|
1266
|
+
},
|
|
1267
|
+
"dark_status_positive_inverted_press": {
|
|
1268
|
+
"rgba": "rgba(1, 165, 61, 1)",
|
|
1269
|
+
"hex": "#01a53d",
|
|
1270
|
+
"alias": "statusColorPositiveInvertedPress"
|
|
1271
|
+
},
|
|
1272
|
+
"dark_status_positive_press": {
|
|
1273
|
+
"rgba": "rgba(74, 231, 119, 1)",
|
|
1274
|
+
"hex": "#4ae777",
|
|
1275
|
+
"alias": "statusColorPositivePress"
|
|
1276
|
+
},
|
|
1197
1277
|
"dark_text_accent": {
|
|
1198
1278
|
"rgba": "rgba(239, 49, 36, 1)",
|
|
1199
1279
|
"hex": "#ef3124",
|
|
@@ -1615,8 +1695,8 @@
|
|
|
1615
1695
|
"alias": "backgroundColorOverlay"
|
|
1616
1696
|
},
|
|
1617
1697
|
"light_bg_positive_muted": {
|
|
1618
|
-
"rgba": "rgba(
|
|
1619
|
-
"hex": "#
|
|
1698
|
+
"rgba": "rgba(223, 248, 229, 1)",
|
|
1699
|
+
"hex": "#dff8e5",
|
|
1620
1700
|
"alias": "backgroundColorPositiveMuted"
|
|
1621
1701
|
},
|
|
1622
1702
|
"light_bg_primary": {
|
|
@@ -2379,34 +2459,74 @@
|
|
|
2379
2459
|
"hex": "#fa9313",
|
|
2380
2460
|
"alias": "statusColorAttention"
|
|
2381
2461
|
},
|
|
2462
|
+
"light_status_attention_hover": {
|
|
2463
|
+
"rgba": "rgba(241, 141, 11, 1)",
|
|
2464
|
+
"hex": "#f18d0b",
|
|
2465
|
+
"alias": "statusColorAttentionHover"
|
|
2466
|
+
},
|
|
2382
2467
|
"light_status_attention_inverted": {
|
|
2383
2468
|
"rgba": "rgba(253, 161, 54, 1)",
|
|
2384
2469
|
"hex": "#fda136",
|
|
2385
2470
|
"alias": "statusColorAttentionInverted"
|
|
2386
2471
|
},
|
|
2472
|
+
"light_status_attention_inverted_hover": {
|
|
2473
|
+
"rgba": "rgba(253, 178, 77, 1)",
|
|
2474
|
+
"hex": "#fdb24d",
|
|
2475
|
+
"alias": "statusColorAttentionInvertedHover"
|
|
2476
|
+
},
|
|
2477
|
+
"light_status_attention_inverted_press": {
|
|
2478
|
+
"rgba": "rgba(255, 191, 112, 1)",
|
|
2479
|
+
"hex": "#ffbf70",
|
|
2480
|
+
"alias": "statusColorAttentionInvertedPress"
|
|
2481
|
+
},
|
|
2482
|
+
"light_status_attention_press": {
|
|
2483
|
+
"rgba": "rgba(234, 131, 19, 1)",
|
|
2484
|
+
"hex": "#ea8313",
|
|
2485
|
+
"alias": "statusColorAttentionPress"
|
|
2486
|
+
},
|
|
2387
2487
|
"light_status_info": {
|
|
2388
2488
|
"rgba": "rgba(34, 136, 250, 1)",
|
|
2389
2489
|
"hex": "#2288fa",
|
|
2390
2490
|
"alias": "statusColorInfo"
|
|
2391
2491
|
},
|
|
2492
|
+
"light_status_info_hover": {
|
|
2493
|
+
"rgba": "rgba(42, 119, 239, 1)",
|
|
2494
|
+
"hex": "#2a77ef",
|
|
2495
|
+
"alias": "statusColorInfoHover"
|
|
2496
|
+
},
|
|
2392
2497
|
"light_status_info_inverted": {
|
|
2393
2498
|
"rgba": "rgba(49, 147, 252, 1)",
|
|
2394
2499
|
"hex": "#3193fc",
|
|
2395
2500
|
"alias": "statusColorInfoInverted"
|
|
2396
2501
|
},
|
|
2502
|
+
"light_status_info_inverted_hover": {
|
|
2503
|
+
"rgba": "rgba(74, 157, 252, 1)",
|
|
2504
|
+
"hex": "#4a9dfc",
|
|
2505
|
+
"alias": "statusColorInfoInvertedHover"
|
|
2506
|
+
},
|
|
2507
|
+
"light_status_info_inverted_press": {
|
|
2508
|
+
"rgba": "rgba(99, 170, 253, 1)",
|
|
2509
|
+
"hex": "#63aafd",
|
|
2510
|
+
"alias": "statusColorInfoInvertedPress"
|
|
2511
|
+
},
|
|
2512
|
+
"light_status_info_press": {
|
|
2513
|
+
"rgba": "rgba(44, 100, 212, 1)",
|
|
2514
|
+
"hex": "#2c64d4",
|
|
2515
|
+
"alias": "statusColorInfoPress"
|
|
2516
|
+
},
|
|
2397
2517
|
"light_status_muted_alt_attention": {
|
|
2398
2518
|
"rgba": "rgba(255, 227, 188, 1)",
|
|
2399
2519
|
"hex": "#ffe3bc",
|
|
2400
2520
|
"alias": "statusMutedAltColorAttention"
|
|
2401
2521
|
},
|
|
2402
2522
|
"light_status_muted_alt_attention_hover": {
|
|
2403
|
-
"rgba": "rgba(
|
|
2404
|
-
"hex": "#
|
|
2523
|
+
"rgba": "rgba(246, 215, 175, 1)",
|
|
2524
|
+
"hex": "#f6d7af",
|
|
2405
2525
|
"alias": "statusMutedAltColorAttentionHover"
|
|
2406
2526
|
},
|
|
2407
2527
|
"light_status_muted_alt_attention_inverted": {
|
|
2408
|
-
"rgba": "rgba(
|
|
2409
|
-
"hex": "#
|
|
2528
|
+
"rgba": "rgba(65, 47, 34, 1)",
|
|
2529
|
+
"hex": "#412f22",
|
|
2410
2530
|
"alias": "statusMutedAltColorAttentionInverted"
|
|
2411
2531
|
},
|
|
2412
2532
|
"light_status_muted_alt_attention_inverted_hover": {
|
|
@@ -2415,8 +2535,8 @@
|
|
|
2415
2535
|
"alias": "statusMutedAltColorAttentionInvertedHover"
|
|
2416
2536
|
},
|
|
2417
2537
|
"light_status_muted_alt_attention_inverted_press": {
|
|
2418
|
-
"rgba": "rgba(
|
|
2419
|
-
"hex": "#
|
|
2538
|
+
"rgba": "rgba(99, 65, 40, 1)",
|
|
2539
|
+
"hex": "#634128",
|
|
2420
2540
|
"alias": "statusMutedAltColorAttentionInvertedPress"
|
|
2421
2541
|
},
|
|
2422
2542
|
"light_status_muted_alt_attention_press": {
|
|
@@ -2425,18 +2545,18 @@
|
|
|
2425
2545
|
"alias": "statusMutedAltColorAttentionPress"
|
|
2426
2546
|
},
|
|
2427
2547
|
"light_status_muted_alt_info": {
|
|
2428
|
-
"rgba": "rgba(
|
|
2429
|
-
"hex": "#
|
|
2548
|
+
"rgba": "rgba(216, 234, 255, 1)",
|
|
2549
|
+
"hex": "#d8eaff",
|
|
2430
2550
|
"alias": "statusMutedAltColorInfo"
|
|
2431
2551
|
},
|
|
2432
2552
|
"light_status_muted_alt_info_hover": {
|
|
2433
|
-
"rgba": "rgba(
|
|
2434
|
-
"hex": "#
|
|
2553
|
+
"rgba": "rgba(196, 222, 250, 1)",
|
|
2554
|
+
"hex": "#c4defa",
|
|
2435
2555
|
"alias": "statusMutedAltColorInfoHover"
|
|
2436
2556
|
},
|
|
2437
2557
|
"light_status_muted_alt_info_inverted": {
|
|
2438
|
-
"rgba": "rgba(
|
|
2439
|
-
"hex": "#
|
|
2558
|
+
"rgba": "rgba(41, 48, 68, 1)",
|
|
2559
|
+
"hex": "#293044",
|
|
2440
2560
|
"alias": "statusMutedAltColorInfoInverted"
|
|
2441
2561
|
},
|
|
2442
2562
|
"light_status_muted_alt_info_inverted_hover": {
|
|
@@ -2445,8 +2565,8 @@
|
|
|
2445
2565
|
"alias": "statusMutedAltColorInfoInvertedHover"
|
|
2446
2566
|
},
|
|
2447
2567
|
"light_status_muted_alt_info_inverted_press": {
|
|
2448
|
-
"rgba": "rgba(
|
|
2449
|
-
"hex": "#
|
|
2568
|
+
"rgba": "rgba(58, 69, 106, 1)",
|
|
2569
|
+
"hex": "#3a456a",
|
|
2450
2570
|
"alias": "statusMutedAltColorInfoInvertedPress"
|
|
2451
2571
|
},
|
|
2452
2572
|
"light_status_muted_alt_info_press": {
|
|
@@ -2465,18 +2585,18 @@
|
|
|
2465
2585
|
"alias": "statusMutedAltColorNegativeHover"
|
|
2466
2586
|
},
|
|
2467
2587
|
"light_status_muted_alt_negative_inverted": {
|
|
2468
|
-
"rgba": "rgba(
|
|
2469
|
-
"hex": "#
|
|
2588
|
+
"rgba": "rgba(68, 41, 38, 1)",
|
|
2589
|
+
"hex": "#442926",
|
|
2470
2590
|
"alias": "statusMutedAltColorNegativeInverted"
|
|
2471
2591
|
},
|
|
2472
2592
|
"light_status_muted_alt_negative_inverted_hover": {
|
|
2473
|
-
"rgba": "rgba(
|
|
2474
|
-
"hex": "#
|
|
2593
|
+
"rgba": "rgba(86, 48, 45, 1)",
|
|
2594
|
+
"hex": "#56302d",
|
|
2475
2595
|
"alias": "statusMutedAltColorNegativeInvertedHover"
|
|
2476
2596
|
},
|
|
2477
2597
|
"light_status_muted_alt_negative_inverted_press": {
|
|
2478
|
-
"rgba": "rgba(
|
|
2479
|
-
"hex": "#
|
|
2598
|
+
"rgba": "rgba(108, 59, 52, 1)",
|
|
2599
|
+
"hex": "#6c3b34",
|
|
2480
2600
|
"alias": "statusMutedAltColorNegativeInvertedPress"
|
|
2481
2601
|
},
|
|
2482
2602
|
"light_status_muted_alt_negative_press": {
|
|
@@ -2495,18 +2615,18 @@
|
|
|
2495
2615
|
"alias": "statusMutedAltColorPositiveHover"
|
|
2496
2616
|
},
|
|
2497
2617
|
"light_status_muted_alt_positive_inverted": {
|
|
2498
|
-
"rgba": "rgba(
|
|
2499
|
-
"hex": "#
|
|
2618
|
+
"rgba": "rgba(37, 53, 40, 1)",
|
|
2619
|
+
"hex": "#253528",
|
|
2500
2620
|
"alias": "statusMutedAltColorPositiveInverted"
|
|
2501
2621
|
},
|
|
2502
2622
|
"light_status_muted_alt_positive_inverted_hover": {
|
|
2503
|
-
"rgba": "rgba(
|
|
2504
|
-
"hex": "#
|
|
2623
|
+
"rgba": "rgba(40, 63, 45, 1)",
|
|
2624
|
+
"hex": "#283f2d",
|
|
2505
2625
|
"alias": "statusMutedAltColorPositiveInvertedHover"
|
|
2506
2626
|
},
|
|
2507
2627
|
"light_status_muted_alt_positive_inverted_press": {
|
|
2508
|
-
"rgba": "rgba(
|
|
2509
|
-
"hex": "#
|
|
2628
|
+
"rgba": "rgba(45, 77, 50, 1)",
|
|
2629
|
+
"hex": "#2d4d32",
|
|
2510
2630
|
"alias": "statusMutedAltColorPositiveInvertedPress"
|
|
2511
2631
|
},
|
|
2512
2632
|
"light_status_muted_alt_positive_press": {
|
|
@@ -2525,13 +2645,13 @@
|
|
|
2525
2645
|
"alias": "statusMutedColorAttentionHover"
|
|
2526
2646
|
},
|
|
2527
2647
|
"light_status_muted_attention_inverted": {
|
|
2528
|
-
"rgba": "rgba(
|
|
2529
|
-
"hex": "#
|
|
2648
|
+
"rgba": "rgba(54, 41, 31, 1)",
|
|
2649
|
+
"hex": "#36291f",
|
|
2530
2650
|
"alias": "statusMutedColorAttentionInverted"
|
|
2531
2651
|
},
|
|
2532
2652
|
"light_status_muted_attention_inverted_hover": {
|
|
2533
|
-
"rgba": "rgba(
|
|
2534
|
-
"hex": "#
|
|
2653
|
+
"rgba": "rgba(65, 47, 34, 1)",
|
|
2654
|
+
"hex": "#412f22",
|
|
2535
2655
|
"alias": "statusMutedColorAttentionInvertedHover"
|
|
2536
2656
|
},
|
|
2537
2657
|
"light_status_muted_attention_inverted_press": {
|
|
@@ -2540,8 +2660,8 @@
|
|
|
2540
2660
|
"alias": "statusMutedColorAttentionInvertedPress"
|
|
2541
2661
|
},
|
|
2542
2662
|
"light_status_muted_attention_press": {
|
|
2543
|
-
"rgba": "rgba(
|
|
2544
|
-
"hex": "#
|
|
2663
|
+
"rgba": "rgba(246, 215, 175, 1)",
|
|
2664
|
+
"hex": "#f6d7af",
|
|
2545
2665
|
"alias": "statusMutedColorAttentionPress"
|
|
2546
2666
|
},
|
|
2547
2667
|
"light_status_muted_info": {
|
|
@@ -2550,8 +2670,8 @@
|
|
|
2550
2670
|
"alias": "statusMutedColorInfo"
|
|
2551
2671
|
},
|
|
2552
2672
|
"light_status_muted_info_hover": {
|
|
2553
|
-
"rgba": "rgba(
|
|
2554
|
-
"hex": "#
|
|
2673
|
+
"rgba": "rgba(216, 234, 255, 1)",
|
|
2674
|
+
"hex": "#d8eaff",
|
|
2555
2675
|
"alias": "statusMutedColorInfoHover"
|
|
2556
2676
|
},
|
|
2557
2677
|
"light_status_muted_info_inverted": {
|
|
@@ -2570,8 +2690,8 @@
|
|
|
2570
2690
|
"alias": "statusMutedColorInfoInvertedPress"
|
|
2571
2691
|
},
|
|
2572
2692
|
"light_status_muted_info_press": {
|
|
2573
|
-
"rgba": "rgba(
|
|
2574
|
-
"hex": "#
|
|
2693
|
+
"rgba": "rgba(196, 222, 250, 1)",
|
|
2694
|
+
"hex": "#c4defa",
|
|
2575
2695
|
"alias": "statusMutedColorInfoPress"
|
|
2576
2696
|
},
|
|
2577
2697
|
"light_status_muted_negative": {
|
|
@@ -2585,18 +2705,18 @@
|
|
|
2585
2705
|
"alias": "statusMutedColorNegativeHover"
|
|
2586
2706
|
},
|
|
2587
2707
|
"light_status_muted_negative_inverted": {
|
|
2588
|
-
"rgba": "rgba(
|
|
2589
|
-
"hex": "#
|
|
2708
|
+
"rgba": "rgba(57, 37, 35, 1)",
|
|
2709
|
+
"hex": "#392523",
|
|
2590
2710
|
"alias": "statusMutedColorNegativeInverted"
|
|
2591
2711
|
},
|
|
2592
2712
|
"light_status_muted_negative_inverted_hover": {
|
|
2593
|
-
"rgba": "rgba(
|
|
2594
|
-
"hex": "#
|
|
2713
|
+
"rgba": "rgba(68, 41, 38, 1)",
|
|
2714
|
+
"hex": "#442926",
|
|
2595
2715
|
"alias": "statusMutedColorNegativeInvertedHover"
|
|
2596
2716
|
},
|
|
2597
2717
|
"light_status_muted_negative_inverted_press": {
|
|
2598
|
-
"rgba": "rgba(
|
|
2599
|
-
"hex": "#
|
|
2718
|
+
"rgba": "rgba(86, 48, 45, 1)",
|
|
2719
|
+
"hex": "#56302d",
|
|
2600
2720
|
"alias": "statusMutedColorNegativeInvertedPress"
|
|
2601
2721
|
},
|
|
2602
2722
|
"light_status_muted_negative_press": {
|
|
@@ -2605,8 +2725,8 @@
|
|
|
2605
2725
|
"alias": "statusMutedColorNegativePress"
|
|
2606
2726
|
},
|
|
2607
2727
|
"light_status_muted_positive": {
|
|
2608
|
-
"rgba": "rgba(
|
|
2609
|
-
"hex": "#
|
|
2728
|
+
"rgba": "rgba(223, 248, 229, 1)",
|
|
2729
|
+
"hex": "#dff8e5",
|
|
2610
2730
|
"alias": "statusMutedColorPositive"
|
|
2611
2731
|
},
|
|
2612
2732
|
"light_status_muted_positive_hover": {
|
|
@@ -2620,13 +2740,13 @@
|
|
|
2620
2740
|
"alias": "statusMutedColorPositiveInverted"
|
|
2621
2741
|
},
|
|
2622
2742
|
"light_status_muted_positive_inverted_hover": {
|
|
2623
|
-
"rgba": "rgba(
|
|
2624
|
-
"hex": "#
|
|
2743
|
+
"rgba": "rgba(37, 53, 40, 1)",
|
|
2744
|
+
"hex": "#253528",
|
|
2625
2745
|
"alias": "statusMutedColorPositiveInvertedHover"
|
|
2626
2746
|
},
|
|
2627
2747
|
"light_status_muted_positive_inverted_press": {
|
|
2628
|
-
"rgba": "rgba(
|
|
2629
|
-
"hex": "#
|
|
2748
|
+
"rgba": "rgba(40, 63, 45, 1)",
|
|
2749
|
+
"hex": "#283f2d",
|
|
2630
2750
|
"alias": "statusMutedColorPositiveInvertedPress"
|
|
2631
2751
|
},
|
|
2632
2752
|
"light_status_muted_positive_press": {
|
|
@@ -2639,21 +2759,61 @@
|
|
|
2639
2759
|
"hex": "#ff5431",
|
|
2640
2760
|
"alias": "statusColorNegative"
|
|
2641
2761
|
},
|
|
2762
|
+
"light_status_negative_hover": {
|
|
2763
|
+
"rgba": "rgba(236, 46, 20, 1)",
|
|
2764
|
+
"hex": "#ec2e14",
|
|
2765
|
+
"alias": "statusColorNegativeHover"
|
|
2766
|
+
},
|
|
2642
2767
|
"light_status_negative_inverted": {
|
|
2643
2768
|
"rgba": "rgba(255, 84, 49, 1)",
|
|
2644
2769
|
"hex": "#ff5431",
|
|
2645
2770
|
"alias": "statusColorNegativeInverted"
|
|
2646
2771
|
},
|
|
2772
|
+
"light_status_negative_inverted_hover": {
|
|
2773
|
+
"rgba": "rgba(255, 117, 84, 1)",
|
|
2774
|
+
"hex": "#ff7554",
|
|
2775
|
+
"alias": "statusColorNegativeInvertedHover"
|
|
2776
|
+
},
|
|
2777
|
+
"light_status_negative_inverted_press": {
|
|
2778
|
+
"rgba": "rgba(255, 141, 115, 1)",
|
|
2779
|
+
"hex": "#ff8d73",
|
|
2780
|
+
"alias": "statusColorNegativeInvertedPress"
|
|
2781
|
+
},
|
|
2782
|
+
"light_status_negative_press": {
|
|
2783
|
+
"rgba": "rgba(199, 37, 28, 1)",
|
|
2784
|
+
"hex": "#c7251c",
|
|
2785
|
+
"alias": "statusColorNegativePress"
|
|
2786
|
+
},
|
|
2647
2787
|
"light_status_positive": {
|
|
2648
2788
|
"rgba": "rgba(12, 196, 77, 1)",
|
|
2649
2789
|
"hex": "#0cc44d",
|
|
2650
2790
|
"alias": "statusColorPositive"
|
|
2651
2791
|
},
|
|
2792
|
+
"light_status_positive_hover": {
|
|
2793
|
+
"rgba": "rgba(4, 181, 69, 1)",
|
|
2794
|
+
"hex": "#04b545",
|
|
2795
|
+
"alias": "statusColorPositiveHover"
|
|
2796
|
+
},
|
|
2652
2797
|
"light_status_positive_inverted": {
|
|
2653
2798
|
"rgba": "rgba(23, 208, 85, 1)",
|
|
2654
2799
|
"hex": "#17d055",
|
|
2655
2800
|
"alias": "statusColorPositiveInverted"
|
|
2656
2801
|
},
|
|
2802
|
+
"light_status_positive_inverted_hover": {
|
|
2803
|
+
"rgba": "rgba(34, 224, 104, 1)",
|
|
2804
|
+
"hex": "#22e068",
|
|
2805
|
+
"alias": "statusColorPositiveInvertedHover"
|
|
2806
|
+
},
|
|
2807
|
+
"light_status_positive_inverted_press": {
|
|
2808
|
+
"rgba": "rgba(74, 231, 119, 1)",
|
|
2809
|
+
"hex": "#4ae777",
|
|
2810
|
+
"alias": "statusColorPositiveInvertedPress"
|
|
2811
|
+
},
|
|
2812
|
+
"light_status_positive_press": {
|
|
2813
|
+
"rgba": "rgba(1, 165, 61, 1)",
|
|
2814
|
+
"hex": "#01a53d",
|
|
2815
|
+
"alias": "statusColorPositivePress"
|
|
2816
|
+
},
|
|
2657
2817
|
"light_text_accent": {
|
|
2658
2818
|
"rgba": "rgba(239, 49, 36, 1)",
|
|
2659
2819
|
"hex": "#ef3124",
|
|
@@ -3495,43 +3655,43 @@
|
|
|
3495
3655
|
"alias": "staticStatusColorInfoInverted"
|
|
3496
3656
|
},
|
|
3497
3657
|
"static_status_muted_alt_attention": {
|
|
3498
|
-
"rgba": "rgba(
|
|
3499
|
-
"hex": "#
|
|
3658
|
+
"rgba": "rgba(253, 230, 200, 1)",
|
|
3659
|
+
"hex": "#fde6c8",
|
|
3500
3660
|
"alias": "staticStatusMutedAltColorAttention"
|
|
3501
3661
|
},
|
|
3502
3662
|
"static_status_muted_alt_attention_inverted": {
|
|
3503
|
-
"rgba": "rgba(
|
|
3504
|
-
"hex": "#
|
|
3663
|
+
"rgba": "rgba(65, 47, 34, 1)",
|
|
3664
|
+
"hex": "#412f22",
|
|
3505
3665
|
"alias": "staticStatusMutedAltColorAttentionInverted"
|
|
3506
3666
|
},
|
|
3507
3667
|
"static_status_muted_alt_info": {
|
|
3508
|
-
"rgba": "rgba(
|
|
3509
|
-
"hex": "#
|
|
3668
|
+
"rgba": "rgba(216, 234, 255, 1)",
|
|
3669
|
+
"hex": "#d8eaff",
|
|
3510
3670
|
"alias": "staticStatusMutedAltColorInfo"
|
|
3511
3671
|
},
|
|
3512
3672
|
"static_status_muted_alt_info_inverted": {
|
|
3513
|
-
"rgba": "rgba(
|
|
3514
|
-
"hex": "#
|
|
3673
|
+
"rgba": "rgba(41, 48, 68, 1)",
|
|
3674
|
+
"hex": "#293044",
|
|
3515
3675
|
"alias": "staticStatusMutedAltColorInfoInverted"
|
|
3516
3676
|
},
|
|
3517
3677
|
"static_status_muted_alt_negative": {
|
|
3518
|
-
"rgba": "rgba(255,
|
|
3519
|
-
"hex": "#
|
|
3678
|
+
"rgba": "rgba(255, 223, 223, 1)",
|
|
3679
|
+
"hex": "#ffdfdf",
|
|
3520
3680
|
"alias": "staticStatusMutedAltColorNegative"
|
|
3521
3681
|
},
|
|
3522
3682
|
"static_status_muted_alt_negative_inverted": {
|
|
3523
|
-
"rgba": "rgba(
|
|
3524
|
-
"hex": "#
|
|
3683
|
+
"rgba": "rgba(68, 41, 38, 1)",
|
|
3684
|
+
"hex": "#442926",
|
|
3525
3685
|
"alias": "staticStatusMutedAltColorNegativeInverted"
|
|
3526
3686
|
},
|
|
3527
3687
|
"static_status_muted_alt_positive": {
|
|
3528
|
-
"rgba": "rgba(
|
|
3529
|
-
"hex": "#
|
|
3688
|
+
"rgba": "rgba(209, 241, 215, 1)",
|
|
3689
|
+
"hex": "#d1f1d7",
|
|
3530
3690
|
"alias": "staticStatusMutedAltColorPositive"
|
|
3531
3691
|
},
|
|
3532
3692
|
"static_status_muted_alt_positive_inverted": {
|
|
3533
|
-
"rgba": "rgba(
|
|
3534
|
-
"hex": "#
|
|
3693
|
+
"rgba": "rgba(37, 53, 40, 1)",
|
|
3694
|
+
"hex": "#253528",
|
|
3535
3695
|
"alias": "staticStatusMutedAltColorPositiveInverted"
|
|
3536
3696
|
},
|
|
3537
3697
|
"static_status_muted_attention": {
|
|
@@ -3540,8 +3700,8 @@
|
|
|
3540
3700
|
"alias": "staticStatusMutedColorAttention"
|
|
3541
3701
|
},
|
|
3542
3702
|
"static_status_muted_attention_inverted": {
|
|
3543
|
-
"rgba": "rgba(
|
|
3544
|
-
"hex": "#
|
|
3703
|
+
"rgba": "rgba(54, 41, 31, 1)",
|
|
3704
|
+
"hex": "#36291f",
|
|
3545
3705
|
"alias": "staticStatusMutedColorAttentionInverted"
|
|
3546
3706
|
},
|
|
3547
3707
|
"static_status_muted_info": {
|
|
@@ -3560,18 +3720,18 @@
|
|
|
3560
3720
|
"alias": "staticStatusMutedColorNegative"
|
|
3561
3721
|
},
|
|
3562
3722
|
"static_status_muted_negative_inverted": {
|
|
3563
|
-
"rgba": "rgba(
|
|
3564
|
-
"hex": "#
|
|
3723
|
+
"rgba": "rgba(57, 37, 35, 1)",
|
|
3724
|
+
"hex": "#392523",
|
|
3565
3725
|
"alias": "staticStatusMutedColorNegativeInverted"
|
|
3566
3726
|
},
|
|
3567
3727
|
"static_status_muted_positive": {
|
|
3568
|
-
"rgba": "rgba(
|
|
3569
|
-
"hex": "#
|
|
3728
|
+
"rgba": "rgba(223, 248, 229, 1)",
|
|
3729
|
+
"hex": "#dff8e5",
|
|
3570
3730
|
"alias": "staticStatusMutedColorPositive"
|
|
3571
3731
|
},
|
|
3572
3732
|
"static_status_muted_positive_inverted": {
|
|
3573
|
-
"rgba": "rgba(
|
|
3574
|
-
"hex": "#
|
|
3733
|
+
"rgba": "rgba(35, 45, 37, 1)",
|
|
3734
|
+
"hex": "#232d25",
|
|
3575
3735
|
"alias": "staticStatusMutedColorPositiveInverted"
|
|
3576
3736
|
},
|
|
3577
3737
|
"static_status_negative": {
|