scorer-ui-kit 2.1.0-beta.3 → 2.1.0-beta.6

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.
@@ -1,4 +1,3 @@
1
- import defaultsDeep from 'lodash.defaultsdeep';
2
1
  import React__default, { useState, useEffect, useCallback, useRef, createElement, Fragment, createContext, useContext, useReducer, useMemo, useLayoutEffect } from 'react';
3
2
  import styled, { css, useTheme, keyframes } from 'styled-components';
4
3
  import { IconSVGs } from '@future-standard/icons';
@@ -192,28 +191,28 @@ var typography = {
192
191
  "fontSize": "16px",
193
192
  "fontWeight": 600,
194
193
  "textDecoration": "none",
195
- "color": "var(--grey-11)"
194
+ "color": "var(--white-1)"
196
195
  },
197
196
  "large": {
198
197
  "textAlign": "center",
199
198
  "fontSize": "20px",
200
199
  "fontWeight": 600,
201
200
  "textDecoration": "none",
202
- "color": "var(--grey-11)"
201
+ "color": "var(--white-1)"
203
202
  },
204
203
  "small": {
205
204
  "textAlign": "center",
206
205
  "fontSize": "14px",
207
206
  "fontWeight": 600,
208
207
  "textDecoration": "none",
209
- "color": "var(--grey-11)"
208
+ "color": "var(--white-1)"
210
209
  },
211
210
  "xsmall": {
212
211
  "textAlign": "center",
213
212
  "fontSize": "12px",
214
213
  "fontWeight": 600,
215
214
  "textDecoration": "none",
216
- "color": "var(--grey-11)"
215
+ "color": "var(--white-1)"
217
216
  }
218
217
  },
219
218
  "primary": {
@@ -311,7 +310,7 @@ var typography = {
311
310
  "fontWeight": 500,
312
311
  "lineHeight": "25px",
313
312
  "textDecoration": "none",
314
- "color": "var(--grey-11)"
313
+ "color": "var(--grey-12)"
315
314
  },
316
315
  "compact": {
317
316
  "textAlign": "left",
@@ -319,7 +318,7 @@ var typography = {
319
318
  "fontWeight": 500,
320
319
  "lineHeight": "15px",
321
320
  "textDecoration": "none",
322
- "color": "var(--grey-11)"
321
+ "color": "var(--grey-12)"
323
322
  }
324
323
  }
325
324
  },
@@ -449,7 +448,7 @@ var typography = {
449
448
  "fontSize": "14px",
450
449
  "fontWeight": 300,
451
450
  "textDecoration": "none",
452
- "color": "var(--grey-11)"
451
+ "color": "var(--grey-12)"
453
452
  },
454
453
  "placeholder": {
455
454
  "textAlign": "left",
@@ -531,7 +530,7 @@ var typography = {
531
530
  "fontSize": "14px",
532
531
  "fontWeight": 600,
533
532
  "textDecoration": "none",
534
- "color": "var(--grey-11)"
533
+ "color": "var(--grey-12)"
535
534
  }
536
535
  },
537
536
  "meta": {
@@ -746,7 +745,7 @@ var typography = {
746
745
  "fontSize": "14px",
747
746
  "fontWeight": 400,
748
747
  "textDecoration": "none",
749
- "color": "var(--grey-a11)"
748
+ "color": "var(--grey-a8)"
750
749
  },
751
750
  "default": {
752
751
  "textAlign": "center",
@@ -760,7 +759,7 @@ var typography = {
760
759
  "fontSize": "12px",
761
760
  "fontWeight": 700,
762
761
  "textDecoration": "none",
763
- "color": "calendar: "
762
+ "color": "var(--grey-a12)"
764
763
  }
765
764
  },
766
765
  "monthLink": {
@@ -772,7 +771,7 @@ var typography = {
772
771
  "textTransform": "uppercase",
773
772
  "letterSpacing": "0.4px",
774
773
  "textDecoration": "none",
775
- "color": "var(--grey-8)"
774
+ "color": "var(--grey-9)"
776
775
  },
777
776
  "hover": {
778
777
  "textAlign": "center",
@@ -826,7 +825,7 @@ var typography = {
826
825
  "fontSize": "13px",
827
826
  "fontWeight": 500,
828
827
  "textDecoration": "none",
829
- "color": "var(--white-11)"
828
+ "color": "var(--grey-a12)"
830
829
  }
831
830
  },
832
831
  "presetAction": {
@@ -834,7 +833,7 @@ var typography = {
834
833
  "fontSize": "13px",
835
834
  "fontWeight": 500,
836
835
  "textDecoration": "none",
837
- "color": "var(--white-11)"
836
+ "color": "var(--gray-12)"
838
837
  },
839
838
  "filterButton": {
840
839
  "default": {
@@ -873,7 +872,7 @@ var typography = {
873
872
  "fontSize": "12px",
874
873
  "fontWeight": 400,
875
874
  "textDecoration": "none",
876
- "color": "var(--grey-11)"
875
+ "color": "var(--grey-12)"
877
876
  }
878
877
  }
879
878
  },
@@ -892,7 +891,7 @@ var typography = {
892
891
  "textAlign": "left",
893
892
  "fontSize": "20px",
894
893
  "fontWeight": 400,
895
- "textShadow": "0px 0px 10px #ffffffcc",
894
+ "textShadow": "0px 0px 10px var(--white-a5)",
896
895
  "textDecoration": "none",
897
896
  "color": "var(--grey-11)"
898
897
  },
@@ -912,17 +911,18 @@ var colors = {
912
911
  "pureTop": "var(--black-1)",
913
912
  "divider": "var(--grey-6)",
914
913
  "icons": {
915
- "inverse": "var(--white-1)",
916
- "mono": "var(--black-9)",
917
- "dimmed": "var(--grey-9)",
918
- "subtle": "var(--white-9)",
914
+ "inverse": "var(--grey-1)",
915
+ "mono": "var(--grey-12)",
916
+ "dimmed": "var(--grey-11)",
917
+ "subtle": "var(--grey-10)",
919
918
  "primary": "var(--primary-9)",
920
- "danger": "var(--error-9)"
919
+ "danger": "var(--error-9)",
920
+ "white": "var(--white-1)"
921
921
  },
922
922
  "menu": {
923
923
  "active": "var(--primary-9)",
924
- "hover": "var(--primary-6)",
925
- "default": "var(--primary-a6)",
924
+ "hover": "var(--primary-8)",
925
+ "default": "var(--gray-2)",
926
926
  "indicator": "var(--grey-a1)",
927
927
  "passive": "var(--primary-a7)"
928
928
  },
@@ -934,7 +934,7 @@ var colors = {
934
934
  "warning": "var(--warning-8)"
935
935
  },
936
936
  "status": {
937
- "caution": "var(--warning-7)",
937
+ "caution": "var(--warning-10)",
938
938
  "danger": "var(--error-8)",
939
939
  "folder": "var(--primary-7)",
940
940
  "highlight": "var(--primary-7)",
@@ -957,13 +957,13 @@ var styles = {
957
957
  "input": {
958
958
  "default": {
959
959
  "normal": {
960
- "backgroundColor": "var(--white-1)",
960
+ "backgroundColor": "var(--grey-1)",
961
961
  "borderColor": colors.input.border["default"],
962
962
  "border": colors.input.border["default"] + " 1px solid"
963
963
  },
964
964
  "focused": {
965
- "boxShadow": "0px 3px 7px 0px var(--primary-a11)",
966
- "backgroundColor": "var(--white-1)",
965
+ "boxShadow": "0px 3px 7px 0px var(--primary-a2)",
966
+ "backgroundColor": "var(--grey-1)",
967
967
  "borderColor": "var(--primary-7)",
968
968
  "border": "var(--primary-7) 1px solid"
969
969
  }
@@ -980,49 +980,52 @@ var styles = {
980
980
  },
981
981
  "required": {
982
982
  "focused": {
983
- "boxShadow": "0px 3px 7px 0px var(--primary-a11)",
984
- "backgroundColor": "var(--white-1)",
983
+ "boxShadow": "0px 3px 7px 0px var(--primary-a2)",
984
+ "backgroundColor": "var(--grey-1)",
985
985
  "borderColor": "var(--primary-7)",
986
986
  "border": "var(--primary-7) 2px solid"
987
987
  },
988
988
  "normal": {
989
989
  "borderColor": "var(--primary-7)",
990
- "border": "var(--primary-7) 1px solid"
990
+ "border": "var(--primary-7) 1px solid",
991
+ "backgroundColor": "var(--grey-1)"
991
992
  }
992
993
  },
993
994
  "valid": {
994
995
  "focused": {
995
- "boxShadow": "0px 3px 5px 0px var(--success-a12)",
996
- "backgroundColor": "var(--white-1)",
996
+ "boxShadow": "0px 3px 5px 0px var(--success-a2)",
997
+ "backgroundColor": "var(--grey-1)",
997
998
  "borderColor": "var(--success-7)",
998
999
  "border": "var(--success-7) 2px solid"
999
1000
  },
1000
1001
  "normal": {
1001
1002
  "borderColor": "var(--success-7)",
1002
- "border": "var(--success-7) 1px solid"
1003
+ "border": "var(--success-7) 1px solid",
1004
+ "backgroundColor": "var(--grey-1)"
1003
1005
  }
1004
1006
  },
1005
1007
  "invalid": {
1006
1008
  "focused": {
1007
- "boxShadow": "0px 3px 7px 0px var(--error-a1)",
1008
- "backgroundColor": "var(--white-1)",
1009
+ "boxShadow": "0px 3px 7px 0px var(--error-a2)",
1010
+ "backgroundColor": "var(--grey-1)",
1009
1011
  "borderColor": "var(--error-8)",
1010
1012
  "border": "var(--error-8) 2px solid"
1011
1013
  },
1012
1014
  "normal": {
1013
1015
  "borderColor": "var(--error-8)",
1014
- "border": "var(--error-8) 1px solid"
1016
+ "border": "var(--error-8) 1px solid",
1017
+ "backgroundColor": "var(--grey-1)"
1015
1018
  }
1016
1019
  },
1017
1020
  "processing": {
1018
1021
  "focused": {
1019
- "boxShadow": "0px 3px 7px 0px var(--primary-a10)",
1020
- "backgroundColor": "var(--white-1)",
1022
+ "boxShadow": "0px 3px 7px 0px var(--primary-a2)",
1023
+ "backgroundColor": "var(--grey-1)",
1021
1024
  "borderColor": "var(--primary-7)",
1022
1025
  "border": "var(--primary-7) 2px solid"
1023
1026
  },
1024
1027
  "normal": {
1025
- "backgroundColor": "var(--white-1)",
1028
+ "backgroundColor": "var(--grey-1)",
1026
1029
  "borderColor": "var(--primary-7)",
1027
1030
  "border": "var(--primary-7) 1px solid"
1028
1031
  }
@@ -1040,45 +1043,46 @@ var styles = {
1040
1043
  "button": {
1041
1044
  "primary": {
1042
1045
  "default": {
1043
- "backgroundColor": "var(--primary-7)",
1044
- "backgroundImage": "linear-gradient(135.00deg, var(--primary-7) 0%, var(--primary-7) 100%)"
1046
+ "backgroundColor": "var(--primary-9)",
1047
+ "backgroundImage": "linear-gradient(135.00deg, var(--primary-9) 0%, var(--primary-8) 100%)"
1045
1048
  },
1046
1049
  "hover": {
1047
- "backgroundColor": "var(--primary-8)"
1050
+ "backgroundColor": "var(--primary-10)"
1048
1051
  },
1049
1052
  "active": {
1050
- "backgroundColor": "var(--primary-7)"
1053
+ "backgroundColor": "var(--primary-9)"
1051
1054
  },
1052
1055
  "divider": {
1053
- "backgroundColor": "var(--primary-7)"
1056
+ "backgroundColor": "var(--primary-a8)"
1054
1057
  },
1055
1058
  "disabled": {
1056
- "backgroundColor": "var(--primary-7)",
1057
- "backgroundImage": "linear-gradient(135.00deg, var(--primary-7) 0%, var(--primary-7) 100%)"
1059
+ "backgroundColor": "var(--primary-a10)",
1060
+ "backgroundImage": "linear-gradient(135.00deg, var(--primary-9) 0%, var(--primary-8) 100%)"
1058
1061
  },
1059
1062
  "actionArea": {
1060
- "backgroundColor": "var(--primary-7)",
1061
- "backgroundImage": "linear-gradient(135.00deg, var(--primary-7) 0%, var(--primary-7) 100%)"
1063
+ "backgroundColor": "var(--primary-9)",
1064
+ "backgroundImage": "linear-gradient(135.00deg, var(--primary-9) 0%, var(--primary-8) 100%)"
1062
1065
  }
1063
1066
  },
1064
1067
  "secondary": {
1065
1068
  "default": {
1066
- "backgroundColor": "var(--grey-5)"
1069
+ "backgroundColor": "var(--grey-9)"
1067
1070
  },
1068
1071
  "hover": {
1069
- "backgroundColor": "var(--grey-5)"
1072
+ "backgroundColor": "var(--grey-10)"
1070
1073
  },
1071
1074
  "active": {
1072
- "backgroundColor": "var(--grey-6)"
1075
+ "backgroundColor": "var(--grey-9)"
1073
1076
  },
1074
1077
  "disabled": {
1075
- "backgroundColor": "var(--grey-2)"
1078
+ "backgroundColor": "var(--grey-a10)"
1076
1079
  },
1077
1080
  "divider": {
1078
1081
  "backgroundColor": "var(--grey-a8)"
1079
1082
  },
1080
1083
  "actionArea": {
1081
- "backgroundColor": "var(--grey-a3)"
1084
+ "backgroundColor": "var(--grey-9)",
1085
+ "backgroundImage": "linear-gradient(135.00deg, var(--grey-9) 0%, var(--grey-8) 100%)"
1082
1086
  }
1083
1087
  },
1084
1088
  "danger": {
@@ -1087,13 +1091,13 @@ var styles = {
1087
1091
  "backgroundImage": "linear-gradient(317.51deg, var(--error-9) 0%, var(--error-8) 100%)"
1088
1092
  },
1089
1093
  "hover": {
1090
- "backgroundColor": "var(--error-9)"
1094
+ "backgroundColor": "var(--error-10)"
1091
1095
  },
1092
1096
  "active": {
1093
- "backgroundColor": "var(--error-8)"
1097
+ "backgroundColor": "var(--error-9)"
1094
1098
  },
1095
1099
  "disabled": {
1096
- "backgroundColor": "var(--error-6)"
1100
+ "backgroundColor": "var(--error-a10)"
1097
1101
  },
1098
1102
  "divider": {
1099
1103
  "backgroundColor": "var(--error-8)"
@@ -1120,8 +1124,8 @@ var styles = {
1120
1124
  },
1121
1125
  "disabled": {
1122
1126
  "outer": {
1123
- "backgroundColor": "var(--white-1)",
1124
- "backgroundImage": "linear-gradient(180.00deg, var(--white-1) 0%, var(--grey-1) 100%)",
1127
+ "backgroundColor": "var(--grey-1)",
1128
+ "backgroundImage": "linear-gradient(180.00deg, var(--grey-1)0%, var(--grey-1) 100%)",
1125
1129
  "borderColor": "var(--grey-a7)",
1126
1130
  "border": "var(--grey-a7) 1px solid"
1127
1131
  },
@@ -1229,13 +1233,13 @@ var styles = {
1229
1233
  "locked": {
1230
1234
  "default": {
1231
1235
  "outer": {
1232
- "backgroundColor": "var(--white-1)",
1233
- "backgroundImage": "linear-gradient(180.00deg, var(--white-1) 0%, var(--grey-1) 100%)",
1234
- "borderColor": "var(--grey-a7)",
1235
- "border": "var(--grey-a7) 1px solid"
1236
+ "backgroundColor": "var(--grey-1) ",
1237
+ "backgroundImage": "linear-gradient(180.00deg, var(--grey-1) 0%, var(--grey-1) 100%)",
1238
+ "borderColor": "var(--grey-a8)",
1239
+ "border": "var(--grey-a8) 1px solid"
1236
1240
  },
1237
1241
  "inner": {
1238
- "backgroundColor": "var(--grey-6)"
1242
+ "backgroundColor": "var(--grey-8)"
1239
1243
  }
1240
1244
  }
1241
1245
  }
@@ -1248,12 +1252,12 @@ var styles = {
1248
1252
  "border": "var(--grey-6) 2px solid"
1249
1253
  },
1250
1254
  "default": {
1251
- "borderColor": "var(--grey-8)",
1252
- "border": "var(--grey-8) 2px solid"
1255
+ "borderColor": "var(--grey-9)",
1256
+ "border": "var(--grey-9) 2px solid"
1253
1257
  },
1254
1258
  "hover": {
1255
- "borderColor": "var(--primary-7)",
1256
- "border": "var(--primary-7) 2px solid"
1259
+ "borderColor": "var(--primary-8)",
1260
+ "border": "var(--primary-8) 2px solid"
1257
1261
  }
1258
1262
  },
1259
1263
  "checked": {
@@ -1263,11 +1267,11 @@ var styles = {
1263
1267
  },
1264
1268
  "default": {
1265
1269
  "boxShadow": "inset 0px 1px 5px 0px var(--grey-a1)",
1266
- "backgroundColor": "var(--primary-7)"
1270
+ "backgroundColor": "var(--primary-8)"
1267
1271
  },
1268
1272
  "hover": {
1269
1273
  "boxShadow": "inset 0px 1px 5px 0px var(--grey-a1)",
1270
- "backgroundColor": "var(--primary-7)"
1274
+ "backgroundColor": "var(--primary-8)"
1271
1275
  }
1272
1276
  },
1273
1277
  "indeterminate": {
@@ -1313,7 +1317,7 @@ var styles = {
1313
1317
  "drawer": {
1314
1318
  "background": {
1315
1319
  "boxShadow": "-5px 0px 10px 0px var(--white-a2)",
1316
- "backgroundColor": "var(--white-1)"
1320
+ "backgroundColor": "var(--grey-1)"
1317
1321
  }
1318
1322
  },
1319
1323
  "topBar": {
@@ -1343,1115 +1347,150 @@ var styles = {
1343
1347
  "borderColor": "var(--grey-8)",
1344
1348
  "border": "var(--grey-8) 3px solid"
1345
1349
  }
1346
- },
1347
- "primary": {
1348
- "top": {
1349
- "borderColor": "var(--white-1)",
1350
- "border": "var(--white-1) 3px solid"
1351
- },
1352
- "base": {
1353
- "borderColor": "var(--primary-6)",
1354
- "border": "var(--primary-6) 3px solid"
1355
- }
1356
- },
1357
- "simple": {
1358
- "top": {
1359
- "borderColor": "var(--white-1)",
1360
- "border": "var(--white-1) 3px solid"
1361
- },
1362
- "base": {
1363
- "borderColor": "var(--grey-a8)",
1364
- "border": "var(--grey-a8) 3px solid"
1365
- }
1366
- }
1367
- }
1368
- },
1369
- "filters": {
1370
- "dropdownContainer": {
1371
- "background": {
1372
- "boxShadow": "0px 5px 25px 0px var(--primary-a1)",
1373
- "backgroundColor": "var(--white-1)",
1374
- "borderColor": "var(--grey-6)",
1375
- "border": "var(--grey-6) 1px solid"
1376
- },
1377
- "topBorder": {
1378
- "backgroundColor": "var(--primary-7)"
1379
- }
1380
- },
1381
- "filterButton": {
1382
- "default": {
1383
- "boxShadow": "0px 4px 9px 0px var(--primary-a1)",
1384
- "backgroundColor": "var(--grey-2)",
1385
- "borderColor": "var(--grey-7)",
1386
- "border": "var(--grey-7) 1px solid",
1387
- "textColor": "var(--grey-11)"
1388
- },
1389
- "active": {
1390
- "boxShadow": "0px 4px 9px 0px var(--primary-a1)",
1391
- "backgroundColor": "var(--primary-7)",
1392
- "borderColor": "var(--primary-7)",
1393
- "border": "var(--primary-7) 1px solid",
1394
- "textColor": "var(--white-1)"
1395
- },
1396
- "hover": {
1397
- "boxShadow": "0px 4px 9px 0px var(--primary-a1)",
1398
- "backgroundColor": "var(--primary-6)",
1399
- "borderColor": "var(--primary-7)",
1400
- "border": "var(--primary-7) 1px solid",
1401
- "textColor": "var(--white-1)"
1402
- }
1403
- },
1404
- "searchInput": {
1405
- "default": {
1406
- "boxShadow": "0px 4px 9px 0px var(--primary-a2)",
1407
- "backgroundColor": "var(--white-1)",
1408
- "borderColor": "var(--grey-7)",
1409
- "border": "var(--grey-7) 1px solid"
1410
- },
1411
- "focused": {
1412
- "boxShadow": "0px 4px 9px 0px var(--primary-a2)",
1413
- "backgroundColor": "var(--white-1)",
1414
- "borderColor": "var(--primary-6)",
1415
- "border": "var(--primary-6) 1px solid"
1416
- }
1417
- }
1418
- },
1419
- "tables": {
1420
- "loadingOverlay": {
1421
- "backgroundColor": "var(--grey-2)",
1422
- "backgroundImage": "linear-gradient(180.00deg, var(--grey-2) 0%, var(--grey-3) 100%)"
1423
- },
1424
- "rows": {
1425
- "divider": {
1426
- "backgroundColor": colors.divider
1427
- }
1428
- },
1429
- "header": {
1430
- "groupLine": {
1431
- "backgroundColor": colors.divider
1432
- },
1433
- "divider": {
1434
- "backgroundColor": colors.divider
1435
- },
1436
- "sortable": {
1437
- "hover": {
1438
- "backgroundColor": "var(--grey-4)"
1439
- },
1440
- "default": {
1441
- "backgroundColor": "var(--grey-a4)"
1442
- }
1443
- }
1444
- }
1445
- },
1446
- "general": {
1447
- "divider": {
1448
- "backgroundColor": colors.divider
1449
- }
1450
- },
1451
- "feedbackBar": {
1452
- "neutral": {
1453
- "backgroundColor": colors.feedback.neutral
1454
- },
1455
- "error": {
1456
- "backgroundColor": colors.feedback.error
1457
- },
1458
- "info": {
1459
- "backgroundColor": colors.feedback.info
1460
- },
1461
- "success": {
1462
- "backgroundColor": colors.feedback.success
1463
- },
1464
- "warning": {
1465
- "backgroundColor": colors.feedback.warning
1466
- }
1467
- },
1468
- "filterButton": {
1469
- "active": {
1470
- "boxShadow": "0px 4px 9px 0px var(--primary-a1)",
1471
- "backgroundColor": "var(--grey-2)",
1472
- "borderColor": "var(--primary-7)",
1473
- "border": "var(--primary-7) 1px solid"
1474
- }
1475
- },
1476
- "modal": {
1477
- "overlay": {
1478
- "backgroundColor": "var(--grey-a3)"
1479
- },
1480
- "container": {
1481
- "boxShadow": "0px 10px 15px 0px var(--primary-a1)",
1482
- "backgroundColor": "var(--white-1)",
1483
- "borderColor": "var(--grey-6)",
1484
- "border": "var(--grey-6) 1px solid"
1485
- }
1486
- }
1487
- };
1488
-
1489
- var custom = {
1490
- "lines": {
1491
- "primary": {
1492
- label: {
1493
- fill: "#fff"
1494
- },
1495
- contrastLine: {
1496
- stroke: 'hsla(205deg, 80%, 45%, 100%);'
1497
- },
1498
- highlightLine: {
1499
- stroke: 'hsla(205deg, 45%, 90%, 90%);'
1500
- },
1501
- grabHandle: {
1502
- fill: 'hsla(205deg, 45%, 90%, 100%)',
1503
- stroke: 'hsla(205deg, 45%, 100%, 100%)'
1504
- },
1505
- point: {
1506
- fill: 'hsla(205deg, 45%, 90%, 100%)'
1507
- },
1508
- grabHandleContrast: {
1509
- stroke: 'hsla(205deg, 80%, 45%, 100%)'
1510
- },
1511
- grabHandleText: {
1512
- fill: 'hsla(205deg, 80%, 25%, 100%);'
1513
- },
1514
- handleBase: {
1515
- fill: 'hsla(235deg, 100%, 80%, 100%);'
1516
- },
1517
- handleRingLayer: {
1518
- stroke: 'hsla(205deg, 100%, 89%, 100%);'
1519
- },
1520
- handleReactiveFill: {
1521
- fill: 'hsla(192deg, 100%, 45%, 100%);'
1522
- },
1523
- handleReactiveRing: {
1524
- stroke: 'hsla(205deg, 100%, 36%, 27%);'
1525
- },
1526
- handleContrastLayer: {
1527
- stroke: 'hsla(205deg, 100%, 36%, 15%);'
1528
- },
1529
- stopStart: {
1530
- stopColor: ' hsla(205deg, 100%, 15%, 35%);'
1531
- },
1532
- stopEnd: {
1533
- stopColor: 'hsla(205deg, 100%, 15%, 0%)'
1534
- }
1535
- },
1536
- "secondary": {
1537
- label: {
1538
- fill: "#fff"
1539
- },
1540
- contrastLine: {
1541
- stroke: 'hsla(120deg, 80%, 45%, 100%);'
1542
- },
1543
- highlightLine: {
1544
- stroke: 'hsla(120deg, 45%, 90%, 90%);'
1545
- },
1546
- grabHandle: {
1547
- fill: 'hsla(120deg, 45%, 90%, 100%)',
1548
- stroke: 'hsla(120deg, 45%, 100%, 100%)'
1549
- },
1550
- point: {
1551
- fill: 'hsla(120deg, 45%, 90%, 100%)'
1552
- },
1553
- grabHandleContrast: {
1554
- stroke: 'hsla(120deg, 80%, 45%, 100%)'
1555
- },
1556
- grabHandleText: {
1557
- fill: 'hsla(120deg, 80%, 25%, 100%);'
1558
- },
1559
- handleBase: {
1560
- fill: 'hsla(150deg, 100%, 80%, 100%);'
1561
- },
1562
- handleRingLayer: {
1563
- stroke: 'hsla(120deg, 100%, 89%, 100%);'
1564
- },
1565
- handleReactiveFill: {
1566
- fill: 'hsla(108deg, 100%, 45%, 100%);'
1567
- },
1568
- handleReactiveRing: {
1569
- stroke: 'hsla(120deg, 100%, 36%, 27%);'
1570
- },
1571
- handleContrastLayer: {
1572
- stroke: 'hsla(120deg, 100%, 36%, 15%);'
1573
- },
1574
- stopStart: {
1575
- stopColor: ' hsla(120deg, 100%, 15%, 35%);'
1576
- },
1577
- stopEnd: {
1578
- stopColor: 'hsla(120deg, 100%, 15%, 0%)'
1579
- }
1580
- },
1581
- "danger": {
1582
- label: {
1583
- fill: "#fff"
1584
- },
1585
- contrastLine: {
1586
- stroke: 'hsla(0, 80%, 45%, 100%);'
1587
- },
1588
- highlightLine: {
1589
- stroke: 'hsla(0, 45%, 90%, 90%);'
1590
- },
1591
- grabHandle: {
1592
- fill: 'hsla(0, 45%, 90%, 100%)',
1593
- stroke: 'hsla(0, 45%, 100%, 100%)'
1594
- },
1595
- point: {
1596
- fill: 'hsla(0, 45%, 90%, 100%)'
1597
- },
1598
- grabHandleText: {
1599
- fill: 'hsla(0, 80%, 25%, 100%);'
1600
- },
1601
- grabHandleContrast: {
1602
- stroke: 'hsla(0, 80%, 45%, 100%)'
1603
- },
1604
- handleBase: {
1605
- fill: 'hsla(30deg, 100%, 80%, 100%);'
1606
- },
1607
- handleRingLayer: {
1608
- stroke: 'hsla(0, 100%, 89%, 100%);'
1609
- },
1610
- handleReactiveFill: {
1611
- fill: 'hsla(348deg, 100%, 45%, 100%);'
1612
- },
1613
- handleReactiveRing: {
1614
- stroke: 'hsla(0deg, 100%, 36%, 27%);'
1615
- },
1616
- handleContrastLayer: {
1617
- stroke: 'hsla(0deg, 100%, 36%, 15%);'
1618
- },
1619
- stopStart: {
1620
- stopColor: ' hsla(0, 100%, 15%, 35%);'
1621
- },
1622
- stopEnd: {
1623
- stopColor: 'hsla(0, 100%, 15%, 0%);'
1624
- }
1625
- }
1626
- }
1627
- };
1628
-
1629
- var light = {
1630
- fontFamily: fontFamily,
1631
- dimensions: dimensions,
1632
- typography: typography,
1633
- colors: colors,
1634
- styles: styles,
1635
- animation: animation,
1636
- custom: custom,
1637
- deviceSize: deviceSize,
1638
- deviceMediaQuery: deviceMediaQuery
1639
- };
1640
-
1641
- var typography$1 = {
1642
- "form": {
1643
- "label": {
1644
- "default": {
1645
- "textAlign": "left",
1646
- "fontSize": "14px",
1647
- "fontWeight": 400,
1648
- "textDecoration": "none",
1649
- "color": "hsla(207, 5%, 56.7%, 1.000)"
1650
- }
1651
- },
1652
- "input": {
1653
- "label": {
1654
- "textAlign": "left",
1655
- "fontSize": "14px",
1656
- "fontWeight": 400,
1657
- "textDecoration": "none",
1658
- "color": "hsla(207, 5%, 56.7%, 1.000)"
1659
- },
1660
- "placeholder": {
1661
- "normal": {
1662
- "textAlign": "left",
1663
- "fontStyle": "italic",
1664
- "fontSize": "16px",
1665
- "fontWeight": 500,
1666
- "textDecoration": "none",
1667
- "color": "hsla(0, 0%, 46.3%, 1.000)"
1668
- }
1669
- },
1670
- "value": {
1671
- "normal": {
1672
- "textAlign": "left",
1673
- "fontSize": "16px",
1674
- "fontWeight": 500,
1675
- "lineHeight": "25px",
1676
- "textDecoration": "none",
1677
- "color": "hsla(0, 0%, 96.9%, 1.000)"
1678
- }
1679
- }
1680
- },
1681
- "button": {
1682
- "secondary": {
1683
- "normal": {
1684
- "textAlign": "center",
1685
- "fontSize": "16px",
1686
- "fontWeight": 600,
1687
- "textDecoration": "none",
1688
- "color": "hsla(0, 0%, 91.4%, 1.000)"
1689
- },
1690
- "large": {
1691
- "textAlign": "center",
1692
- "fontSize": "20px",
1693
- "fontWeight": 600,
1694
- "textDecoration": "none",
1695
- "color": "hsla(0, 0%, 91.4%, 1.000)"
1696
- },
1697
- "small": {
1698
- "textAlign": "center",
1699
- "fontSize": "14px",
1700
- "fontWeight": 600,
1701
- "textDecoration": "none",
1702
- "color": "hsla(0, 0%, 91.4%, 1.000)"
1703
- },
1704
- "xsmall": {
1705
- "textAlign": "center",
1706
- "fontSize": "12px",
1707
- "fontWeight": 600,
1708
- "textDecoration": "none",
1709
- "color": "hsla(0, 0%, 91.4%, 1.000)"
1710
- }
1711
- }
1712
- }
1713
- },
1714
- "global": {
1715
- "mainMenu": {
1716
- "subItem": {
1717
- "default": {
1718
- "textAlign": "left",
1719
- "fontSize": "14px",
1720
- "fontWeight": 300,
1721
- "textDecoration": "none",
1722
- "color": "hsla(0, 0%, 100%, 0.549)"
1723
- },
1724
- "hover": {
1725
- "textAlign": "left",
1726
- "fontSize": "14px",
1727
- "fontWeight": 300,
1728
- "textDecoration": "none",
1729
- "color": "hsla(0, 0%, 100%, 0.800)"
1730
- }
1731
- },
1732
- "subheader": {
1733
- "textAlign": "left",
1734
- "fontSize": "14px",
1735
- "fontWeight": 600,
1736
- "textTransform": "uppercase",
1737
- "letterSpacing": "0.35px",
1738
- "textDecoration": "none",
1739
- "color": "hsla(0, 0%, 100%, 0.545)"
1740
- },
1741
- "identity": {
1742
- "textAlign": "left",
1743
- "fontSize": "12px",
1744
- "fontWeight": 400,
1745
- "textDecoration": "none",
1746
- "color": "hsla(0, 0%, 88.6%, 0.651)"
1747
- },
1748
- "menuItem": {
1749
- "active": {
1750
- "textAlign": "left",
1751
- "fontSize": "16px",
1752
- "fontWeight": 300,
1753
- "textDecoration": "none",
1754
- "color": "hsla(0, 0%, 100%, 1.000)"
1755
- },
1756
- "default": {
1757
- "textAlign": "left",
1758
- "fontSize": "16px",
1759
- "fontWeight": 300,
1760
- "textDecoration": "none",
1761
- "color": "hsla(0, 0%, 100%, 1.000)"
1762
- },
1763
- "hover": {
1764
- "textAlign": "left",
1765
- "fontSize": "16px",
1766
- "fontWeight": 300,
1767
- "textDecoration": "none",
1768
- "color": "hsla(0, 0%, 100%, 1.000)"
1769
- }
1770
- },
1771
- "hidePrompt": {
1772
- "textAlign": "left",
1773
- "fontSize": "14px",
1774
- "fontWeight": 300,
1775
- "textDecoration": "none",
1776
- "color": "hsla(203, 13.2%, 73.3%, 1.000)"
1777
- },
1778
- "sub-MenuItem": {
1779
- "default": {
1780
- "textAlign": "left",
1781
- "fontSize": "14px",
1782
- "fontWeight": 300,
1783
- "textDecoration": "none",
1784
- "color": "hsla(203, 6.6%, 76.1%, 1.000)"
1785
- },
1786
- "active": {
1787
- "textAlign": "left",
1788
- "fontSize": "14px",
1789
- "fontWeight": 300,
1790
- "textDecoration": "none",
1791
- "color": "hsla(203, 6.6%, 76.1%, 1.000)"
1792
- },
1793
- "hover": {
1794
- "textAlign": "left",
1795
- "fontSize": "14px",
1796
- "fontWeight": 300,
1797
- "textDecoration": "none",
1798
- "color": "hsla(203, 6.6%, 76.1%, 1.000)"
1799
- }
1800
- }
1801
- },
1802
- "topBar": {
1803
- "search": {
1804
- "value": {
1805
- "textAlign": "left",
1806
- "fontSize": "14px",
1807
- "fontWeight": 300,
1808
- "textDecoration": "none",
1809
- "color": "hsla(0, 0%, 34.9%, 1.000)"
1810
- }
1811
- }
1812
- }
1813
- },
1814
- "pageHeader": {
1815
- "introduction": {
1816
- "textAlign": "left",
1817
- "fontSize": "14px",
1818
- "fontWeight": 300,
1819
- "lineHeight": "20px",
1820
- "textDecoration": "none",
1821
- "color": "hsla(0, 0%, 85.9%, 1.000)"
1822
- },
1823
- "mainTitle": {
1824
- "textAlign": "left",
1825
- "fontSize": "26px",
1826
- "fontWeight": 600,
1827
- "textDecoration": "none",
1828
- "color": "hsla(208, 17.8%, 85.7%, 1.000)"
1829
- },
1830
- "areaTitle": {
1831
- "textAlign": "left",
1832
- "fontSize": "12px",
1833
- "fontWeight": 400,
1834
- "textDecoration": "none",
1835
- "color": "hsla(205, 7.6%, 69%, 1.000)"
1836
- }
1837
- },
1838
- "styleGuide": {
1839
- "guideTitle": {
1840
- "textAlign": "left",
1841
- "fontSize": "24px",
1842
- "fontWeight": 300,
1843
- "textDecoration": "none",
1844
- "color": "hsla(0, 0%, 48.2%, 1.000)",
1845
- "textTransform": "uppercase",
1846
- "letterSpacing": "0.4px"
1847
- },
1848
- "guideNotes": {
1849
- "textAlign": "left",
1850
- "fontStyle": "italic",
1851
- "fontSize": "14px",
1852
- "fontWeight": 300,
1853
- "lineHeight": "30px",
1854
- "paragraphSpacing": "15px",
1855
- "textDecoration": "none",
1856
- "color": "hsla(0, 0%, 48.2%, 1.000)"
1857
- },
1858
- "itemName": {
1859
- "textAlign": "left",
1860
- "fontSize": "12px",
1861
- "fontWeight": 300,
1862
- "textDecoration": "none",
1863
- "color": "hsla(0, 0%, 22.7%, 1.000)"
1864
- },
1865
- "guideAreaSubtitle": {
1866
- "textAlign": "left",
1867
- "fontSize": "16px",
1868
- "fontWeight": 300,
1869
- "textTransform": "uppercase",
1870
- "textDecoration": "none",
1871
- "color": "hsla(0, 0%, 48.2%, 1.000)"
1872
- },
1873
- "guideAreaTitle": {
1874
- "textAlign": "left",
1875
- "fontSize": "20px",
1876
- "fontWeight": 300,
1877
- "textTransform": "uppercase",
1878
- "textDecoration": "none",
1879
- "color": "hsla(0, 0%, 48.2%, 1.000)"
1880
- }
1881
- },
1882
- "active": {
1883
- "textAlign": "left",
1884
- "fontSize": "14px",
1885
- "fontWeight": 600,
1886
- "textDecoration": "none",
1887
- "color": "hsla(0, 0%, 100%, 0.800)"
1888
- },
1889
- "filters": {
1890
- "filterButton": {
1891
- "default": {
1892
- "textAlign": "left",
1893
- "fontSize": "12px",
1894
- "fontWeight": 400,
1895
- "textDecoration": "none",
1896
- "color": "hsla(0, 0%, 86.3%, 1.000)"
1897
- },
1898
- "active": {
1899
- "textAlign": "left",
1900
- "fontSize": "12px",
1901
- "fontWeight": 400,
1902
- "textDecoration": "none",
1903
- "color": "hsla(0, 0%, 100%, 1.000)"
1904
- },
1905
- "hover": {
1906
- "textAlign": "left",
1907
- "fontSize": "12px",
1908
- "fontWeight": 400,
1909
- "textDecoration": "none",
1910
- "color": "hsla(0, 0%, 100%, 1.000)"
1911
- }
1912
- },
1913
- "searchInput": {
1914
- "placeholder": {
1915
- "textAlign": "left",
1916
- "fontStyle": "italic",
1917
- "fontSize": "12px",
1918
- "fontWeight": 500,
1919
- "textDecoration": "none",
1920
- "color": "hsla(0, 0%, 46.3%, 1.000)"
1921
- },
1922
- "value": {
1923
- "textAlign": "left",
1924
- "fontSize": "12px",
1925
- "fontWeight": 400,
1926
- "textDecoration": "none",
1927
- "color": "hsla(0, 0%, 96.9%, 1.000)"
1928
- }
1929
- }
1930
- },
1931
- "table": {
1932
- "columnData": {
1933
- "firstColumn": {
1934
- "textAlign": "left",
1935
- "fontSize": "14px",
1936
- "fontWeight": 500,
1937
- "textDecoration": "none",
1938
- "color": "hsla(196, 25.3%, 82.2%, 1.000)"
1939
- },
1940
- "lowImportance": {
1941
- "left": {
1942
- "textAlign": "left",
1943
- "fontStyle": "italic",
1944
- "fontSize": "14px",
1945
- "fontWeight": 500,
1946
- "textDecoration": "none",
1947
- "color": "hsla(197, 7.4%, 52.2%, 1.000)"
1948
- },
1949
- "center": {
1950
- "textAlign": "center",
1951
- "fontStyle": "italic",
1952
- "fontSize": "14px",
1953
- "fontWeight": 500,
1954
- "textDecoration": "none",
1955
- "color": "hsla(197, 7.4%, 52.2%, 1.000)"
1956
- },
1957
- "right": {
1958
- "textAlign": "right",
1959
- "fontStyle": "italic",
1960
- "fontSize": "14px",
1961
- "fontWeight": 500,
1962
- "textDecoration": "none",
1963
- "color": "hsla(197, 7.4%, 52.2%, 1.000)"
1964
- }
1965
- },
1966
- "highImportance": {
1967
- "left": {
1968
- "textAlign": "left",
1969
- "fontSize": "14px",
1970
- "fontWeight": 900,
1971
- "textDecoration": "none",
1972
- "color": "hsla(196, 25.3%, 82.2%, 1.000)"
1973
- },
1974
- "right": {
1975
- "textAlign": "right",
1976
- "fontSize": "14px",
1977
- "fontWeight": 900,
1978
- "textDecoration": "none",
1979
- "color": "hsla(196, 25.3%, 82.2%, 1.000)"
1980
- },
1981
- "center": {
1982
- "textAlign": "center",
1983
- "fontSize": "14px",
1984
- "fontWeight": 900,
1985
- "textDecoration": "none",
1986
- "color": "hsla(196, 25.3%, 82.2%, 1.000)"
1987
- }
1988
- },
1989
- "normalImportance": {
1990
- "right": {
1991
- "textAlign": "right",
1992
- "fontSize": "14px",
1993
- "fontWeight": 500,
1994
- "textDecoration": "none",
1995
- "color": "hsla(196, 10.9%, 73.1%, 1.000)"
1996
- },
1997
- "center": {
1998
- "textAlign": "center",
1999
- "fontSize": "14px",
2000
- "fontWeight": 500,
2001
- "textDecoration": "none",
2002
- "color": "hsla(196, 10.9%, 73.1%, 1.000)"
2003
- },
2004
- "left": {
2005
- "textAlign": "left",
2006
- "fontSize": "14px",
2007
- "fontWeight": 500,
2008
- "textDecoration": "none",
2009
- "color": "hsla(196, 10.9%, 73.1%, 1.000)"
2010
- }
2011
- },
2012
- "unit": {
2013
- "textAlign": "right",
2014
- "fontStyle": "italic",
2015
- "fontSize": "12px",
2016
- "fontWeight": 500,
2017
- "textDecoration": "none",
2018
- "color": "hsla(193, 9.7%, 63.5%, 1.000)"
2019
- }
2020
- },
2021
- "header": {
2022
- "right": {
2023
- "textAlign": "right",
2024
- "fontSize": "14px",
2025
- "fontWeight": 700,
2026
- "letterSpacing": "0.4px",
2027
- "textDecoration": "none",
2028
- "color": "hsla(204, 10.6%, 81.6%, 1.000)"
2029
- },
2030
- "left": {
2031
- "textAlign": "left",
2032
- "fontSize": "14px",
2033
- "fontWeight": 700,
2034
- "letterSpacing": "0.4px",
2035
- "textDecoration": "none",
2036
- "color": "hsla(204, 10.6%, 81.6%, 1.000)"
2037
- },
2038
- "center": {
2039
- "textAlign": "center",
2040
- "fontSize": "14px",
2041
- "fontWeight": 700,
2042
- "letterSpacing": "0.4px",
2043
- "textDecoration": "none",
2044
- "color": "hsla(204, 10.6%, 81.6%, 1.000)"
2045
- }
2046
- },
2047
- "subHeader": {
2048
- "right": {
2049
- "textAlign": "right",
2050
- "fontSize": "14px",
2051
- "fontWeight": 700,
2052
- "letterSpacing": "0.4px",
2053
- "textDecoration": "none",
2054
- "color": "hsla(204, 10.6%, 81.6%, 1.000)"
2055
- },
2056
- "left": {
2057
- "textAlign": "left",
2058
- "fontSize": "14px",
2059
- "fontWeight": 700,
2060
- "letterSpacing": "0.4px",
2061
- "textDecoration": "none",
2062
- "color": "hsla(204, 10.6%, 81.6%, 1.000)"
2063
- },
2064
- "center": {
2065
- "textAlign": "center",
2066
- "fontSize": "14px",
2067
- "fontWeight": 700,
2068
- "letterSpacing": "0.4px",
2069
- "textDecoration": "none",
2070
- "color": "hsla(204, 10.6%, 81.6%, 1.000)"
2071
- }
2072
- }
2073
- },
2074
- "tables": {
2075
- "groupName": {
2076
- "textAlign": "left",
2077
- "fontSize": "12px",
2078
- "fontWeight": 400,
2079
- "letterSpacing": "0.3px",
2080
- "textDecoration": "none",
2081
- "color": "hsla(0, 0%, 56.5%, 1.000)"
2082
- }
2083
- },
2084
- "meta": {
2085
- "tagList": {
2086
- "item": {
2087
- "normal": {
2088
- "textAlign": "left",
2089
- "fontSize": "14px",
2090
- "fontWeight": 600,
2091
- "textDecoration": "none",
2092
- "color": "hsla(200, 3%, 38.8%, 1.000)"
2093
- }
2094
- }
2095
- }
2096
- },
2097
- "searchBar": {
2098
- "placeholder": {
2099
- "textAlign": "left",
2100
- "fontStyle": "italic",
2101
- "fontSize": "14px",
2102
- "fontWeight": 700,
2103
- "textDecoration": "none",
2104
- "color": "hsla(0, 0%, 46.3%, 0.647)"
2105
- }
2106
- },
2107
- "modal": {
2108
- "basicContent": {
2109
- "textAlign": "left",
2110
- "fontSize": "14px",
2111
- "fontWeight": 400,
2112
- "lineHeight": "25px",
2113
- "textDecoration": "none",
2114
- "color": "hsla(0, 0%, 86.3%, 1.000)"
2115
- },
2116
- "title": {
2117
- "textAlign": "left",
2118
- "fontSize": "20px",
2119
- "fontWeight": 400,
2120
- "textShadow": "0px 0px 10px #1a97e959",
2121
- "textDecoration": "none",
2122
- "color": "hsla(0, 0%, 86.3%, 1.000)"
2123
- }
2124
- }
2125
- };
2126
-
2127
- var colors$1 = {
2128
- "divider": "hsla(240, 4.7%, 25.1%, 1.000)",
2129
- "menu": {
2130
- "active": "hsla(215, 66.3%, 59.2%, 1.000)",
2131
- "hover": "hsla(215, 19.1%, 36.9%, 1.000)",
2132
- "default": "hsla(215, 19.1%, 36.9%, 0.000)"
2133
- },
2134
- "icons": {
2135
- "subtle": "hsla(207, 4.8%, 37.1%, 1.000)",
2136
- "dimmed": "hsla(0, 0%, 65.1%, 1.000)",
2137
- "inverse": "hsla(0, 0%, 25.1%, 1.000)",
2138
- "mono": "hsla(0, 0%, 100%, 1.000)",
2139
- "danger": "hsla(0, 100%, 70%, 1.000)",
2140
- "primary": "hsla(205, 100%, 65.1%, 1.000)"
2141
- },
2142
- "status": {
2143
- "good": "hsla(126, 48.1%, 68.2%, 1.000)"
2144
- },
2145
- "input": {
2146
- "border": {
2147
- "default": "hsla(120, 1.3%, 85.3%, 1.000)"
2148
- }
2149
- }
2150
- };
2151
-
2152
- var styles$1 = {
2153
- "global": {
2154
- "mainMenu": {
2155
- "background": {
2156
- "boxShadow": "5px 0px 10px 0px hsla(205, 14%, 16.9%, 0.251)",
2157
- "backgroundColor": "hsla(210, 7.9%, 14.9%, 1.000)"
2158
- },
2159
- "footerBackground": {
2160
- "backgroundColor": "hsla(210, 7.9%, 14.9%, 0.800)"
2161
- },
2162
- "lines": {
2163
- "backgroundColor": "hsla(225, 3.5%, 22.4%, 1.000)"
2164
- },
2165
- "iconBackground": {
2166
- "default": {
2167
- "backgroundColor": colors$1.menu["default"]
2168
- },
2169
- "hover": {
2170
- "backgroundColor": colors$1.menu.hover
1350
+ },
1351
+ "primary": {
1352
+ "top": {
1353
+ "borderColor": "var(--white-1)",
1354
+ "border": "var(--white-1) 3px solid"
2171
1355
  },
2172
- "active": {
2173
- "backgroundColor": colors$1.menu.active
1356
+ "base": {
1357
+ "borderColor": "var(--primary-6)",
1358
+ "border": "var(--primary-6) 3px solid"
2174
1359
  }
2175
1360
  },
2176
- "desktop": {
2177
- "open": {}
1361
+ "simple": {
1362
+ "top": {
1363
+ "borderColor": "var(--white-1)",
1364
+ "border": "var(--white-1) 3px solid"
1365
+ },
1366
+ "base": {
1367
+ "borderColor": "var(--grey-a8)",
1368
+ "border": "var(--grey-a8) 3px solid"
1369
+ }
2178
1370
  }
2179
- },
2180
- "drawer": {
1371
+ }
1372
+ },
1373
+ "filters": {
1374
+ "dropdownContainer": {
2181
1375
  "background": {
2182
- "boxShadow": "5px 0px 10px 0px hsla(205, 14%, 16.9%, 0.251)",
2183
- "backgroundColor": "hsla(210, 7.9%, 14.9%, 1.000)"
1376
+ "boxShadow": "0px 5px 25px 0px var(--primary-a1)",
1377
+ "backgroundColor": "var(--grey-1)",
1378
+ "borderColor": "var(--grey-6)",
1379
+ "border": "var(--grey-6) 1px solid"
1380
+ },
1381
+ "topBorder": {
1382
+ "backgroundColor": "var(--primary-7)"
2184
1383
  }
2185
1384
  },
2186
- "topBar": {
2187
- "lines": {
2188
- "backgroundColor": "hsla(225, 3.5%, 22.4%, 1.000)"
1385
+ "filterButton": {
1386
+ "default": {
1387
+ "boxShadow": "0px 4px 9px 0px var(--primary-a1)",
1388
+ "backgroundColor": "var(--grey-1)",
1389
+ "borderColor": "var(--grey-7)",
1390
+ "border": "var(--grey-7) 1px solid",
1391
+ "textColor": "var(--grey-11)"
1392
+ },
1393
+ "active": {
1394
+ "boxShadow": "0px 4px 9px 0px var(--primary-a1)",
1395
+ "backgroundColor": "var(--primary-7)",
1396
+ "borderColor": "var(--primary-7)",
1397
+ "border": "var(--primary-7) 1px solid",
1398
+ "textColor": "var(--white-1)"
1399
+ },
1400
+ "hover": {
1401
+ "boxShadow": "0px 4px 9px 0px var(--primary-a1)",
1402
+ "backgroundColor": "var(--primary-7)",
1403
+ "borderColor": "var(--primary-7)",
1404
+ "border": "var(--primary-7) 1px solid",
1405
+ "textColor": "var(--white-1)"
2189
1406
  }
2190
1407
  },
2191
- "background": {
2192
- "backgroundColor": "hsla(220, 4.2%, 13.9%, 1.000)",
2193
- "backgroundImage": "linear-gradient(180.00deg, hsla(220, 4.2%, 13.9%, 1.000) 0%, hsla(220, 4.9%, 12%, 1.000) 100%)"
2194
- }
2195
- },
2196
- "general": {
2197
- "divider": {
2198
- "backgroundColor": "hsla(213, 11.6%, 18.6%, 1.000)"
1408
+ "searchInput": {
1409
+ "default": {
1410
+ "boxShadow": "0px 4px 9px 0px var(--primary-a2)",
1411
+ "backgroundColor": "var(--grey-1)",
1412
+ "borderColor": "var(--grey-7)",
1413
+ "border": "var(--grey-7) 1px solid"
1414
+ },
1415
+ "focused": {
1416
+ "boxShadow": "0px 4px 9px 0px var(--primary-a2)",
1417
+ "backgroundColor": "var(--grey-1)",
1418
+ "borderColor": "var(--primary-6)",
1419
+ "border": "var(--primary-6) 1px solid"
1420
+ }
2199
1421
  }
2200
1422
  },
2201
1423
  "tables": {
2202
1424
  "loadingOverlay": {
2203
- "backgroundColor": "hsla(220, 4.2%, 13.9%, 0.851)",
2204
- "backgroundImage": "linear-gradient(180.00deg, hsla(220, 4.2%, 13.9%, 0.851) 0%, hsla(220, 4.2%, 13.9%, 1.000) 100%)"
1425
+ "backgroundColor": "var(--grey-2)",
1426
+ "backgroundImage": "linear-gradient(180.00deg, var(--grey-2) 0%, var(--grey-3) 100%)"
2205
1427
  },
2206
1428
  "rows": {
2207
1429
  "divider": {
2208
- "backgroundColor": colors$1.divider
1430
+ "backgroundColor": colors.divider
2209
1431
  }
2210
1432
  },
2211
1433
  "header": {
2212
1434
  "groupLine": {
2213
- "backgroundColor": "hsla(240, 4.7%, 25.1%, 1.000)"
1435
+ "backgroundColor": colors.divider
2214
1436
  },
2215
1437
  "divider": {
2216
- "backgroundColor": colors$1.divider
1438
+ "backgroundColor": colors.divider
2217
1439
  },
2218
1440
  "sortable": {
2219
- "default": {
2220
- "backgroundColor": "hsla(221, 15.9%, 38.2%, 0.000)"
2221
- },
2222
1441
  "hover": {
2223
- "backgroundColor": "hsla(221, 15.9%, 38.2%, 1.000)"
1442
+ "backgroundColor": "var(--grey-4)"
1443
+ },
1444
+ "default": {
1445
+ "backgroundColor": "var(--grey-2)"
2224
1446
  }
2225
1447
  }
2226
1448
  }
2227
1449
  },
2228
- "filters": {
2229
- "filterButton": {
2230
- "hover": {
2231
- "boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
2232
- "backgroundColor": "hsla(205, 86.8%, 70.4%, 1.000)",
2233
- "borderColor": "hsla(205, 100%, 72%, 1.000)",
2234
- "border": "hsla(205, 100%, 72%, 1.000) 1px solid",
2235
- "textColor": "hsla(0, 0%, 100%, 1.000)"
2236
- },
2237
- "default": {
2238
- "boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
2239
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2240
- "borderColor": "hsla(210, 3.5%, 22.4%, 1.000)",
2241
- "border": "hsla(210, 3.5%, 22.4%, 1.000) 1px solid",
2242
- "textColor": "hsla(0, 0%, 86.3%, 1.000)"
2243
- },
2244
- "active": {
2245
- "boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
2246
- "backgroundColor": "hsla(205, 81.2%, 64.5%, 1.000)",
2247
- "borderColor": "hsla(205, 100%, 72%, 1.000)",
2248
- "border": "hsla(205, 100%, 72%, 1.000) 1px solid",
2249
- "textColor": "hsla(0, 0%, 100%, 1.000)"
2250
- }
2251
- },
2252
- "searchInput": {
2253
- "default": {
2254
- "boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
2255
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2256
- "borderColor": "hsla(210, 3.5%, 22.4%, 1.000)",
2257
- "border": "hsla(210, 3.5%, 22.4%, 1.000) 1px solid"
2258
- },
2259
- "focused": {
2260
- "boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
2261
- "backgroundColor": "hsla(210, 14.3%, 19.2%, 1.000)",
2262
- "borderColor": "hsla(207, 19.8%, 34.7%, 1.000)",
2263
- "border": "hsla(207, 19.8%, 34.7%, 1.000) 1px solid"
2264
- }
2265
- },
2266
- "dropdownContainer": {
2267
- "topBorder": {
2268
- "backgroundColor": "hsla(205, 100%, 72%, 1.000)"
2269
- },
2270
- "background": {
2271
- "boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
2272
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2273
- "borderColor": colors$1.divider,
2274
- "border": colors$1.divider + " 1px solid"
2275
- }
1450
+ "general": {
1451
+ "divider": {
1452
+ "backgroundColor": colors.divider
2276
1453
  }
2277
1454
  },
2278
- "form": {
2279
- "checkbox": {
2280
- "unchecked": {
2281
- "disabled": {
2282
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2283
- "borderColor": "hsla(208, 24.6%, 77.6%, 1.000)",
2284
- "border": "hsla(208, 24.6%, 77.6%, 1.000) 2px solid"
2285
- },
2286
- "default": {
2287
- "borderColor": "hsla(208, 24.6%, 77.6%, 1.000)",
2288
- "border": "hsla(208, 24.6%, 77.6%, 1.000) 2px solid"
2289
- }
2290
- },
2291
- "checked": {
2292
- "default": {
2293
- "boxShadow": "inset 0px 1px 5px 0px hsla(205, 50.3%, 30%, 0.051)",
2294
- "backgroundColor": "hsla(207, 95.3%, 66.5%, 1.000)"
2295
- },
2296
- "disabled": {
2297
- "boxShadow": "inset 0px 1px 5px 0px hsla(205, 50.3%, 30%, 0.051)",
2298
- "backgroundColor": "hsla(207, 4.8%, 37.1%, 1.000)"
2299
- }
2300
- }
1455
+ "feedbackBar": {
1456
+ "neutral": {
1457
+ "backgroundColor": colors.feedback.neutral
2301
1458
  },
2302
- "button": {
2303
- "secondary": {
2304
- "hover": {
2305
- "backgroundColor": "hsla(205, 33.3%, 32.9%, 1.000)"
2306
- },
2307
- "disabled": {
2308
- "backgroundColor": "hsla(205, 12.8%, 18.4%, 1.000)"
2309
- },
2310
- "actionArea": {
2311
- "backgroundColor": "hsla(0, 0%, 94.9%, 0.302)"
2312
- },
2313
- "default": {
2314
- "backgroundColor": "hsla(205, 15.1%, 28.6%, 1.000)"
2315
- },
2316
- "divider": {
2317
- "backgroundColor": "hsla(204, 18.2%, 78.4%, 0.302)"
2318
- },
2319
- "active": {
2320
- "backgroundColor": "hsla(205, 56.9%, 28.2%, 1.000)"
2321
- }
2322
- },
2323
- "danger": {
2324
- "disabled": {
2325
- "backgroundColor": "hsla(0,54%,38%, 1.000)"
2326
- },
2327
- "divider": {
2328
- "backgroundColor": "hsla(204, 18.2%, 78.4%, 0.302)"
2329
- }
2330
- }
1459
+ "error": {
1460
+ "backgroundColor": colors.feedback.error
2331
1461
  },
2332
- "input": {
2333
- "default": {
2334
- "normal": {
2335
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2336
- "borderColor": "hsla(216, 3.4%, 28.8%, 1.000)",
2337
- "border": "hsla(216, 3.4%, 28.8%, 1.000) 1px solid"
2338
- },
2339
- "focused": {
2340
- "backgroundColor": "hsla(210, 14.3%, 19.2%, 1.000)",
2341
- "borderColor": "hsla(207, 19.8%, 34.7%, 1.000)",
2342
- "border": "hsla(207, 19.8%, 34.7%, 1.000) 1px solid",
2343
- "boxShadow": "0px 3px 7px 0px hsla(205, 68.4%, 7.5%, 0.071)"
2344
- }
2345
- },
2346
- "required": {
2347
- "normal": {
2348
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2349
- "borderColor": "hsla(205, 58.9%, 71.4%, 1.000)",
2350
- "border": "hsla(205, 58.9%, 71.4%, 1.000) 1px solid"
2351
- },
2352
- "focused": {
2353
- "boxShadow": "0px 3px 7px 0px hsla(207, 67.8%, 35.3%, 0.071)",
2354
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2355
- "borderColor": "hsla(205, 58.9%, 71.4%, 1.000)",
2356
- "border": "hsla(205, 58.9%, 71.4%, 1.000) 2px solid"
2357
- }
2358
- },
2359
- "processing": {
2360
- "focused": {
2361
- "boxShadow": "0px 3px 7px 0px hsla(195, 67.8%, 35.3%, 0.071)",
2362
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2363
- "borderColor": "hsla(195, 79.5%, 71.4%, 1.000)",
2364
- "border": "hsla(195, 79.5%, 71.4%, 1.000) 2px solid"
2365
- },
2366
- "normal": {
2367
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2368
- "borderColor": "hsla(195, 79.5%, 71.4%, 1.000)",
2369
- "border": "hsla(195, 79.5%, 71.4%, 1.000) 1px solid"
2370
- }
2371
- },
2372
- "disabled": {
2373
- "normal": {
2374
- "backgroundColor": "hsla(220, 3.6%, 16.3%, 1.000)",
2375
- "borderColor": "hsla(220, 2.9%, 20.6%, 1.000)",
2376
- "border": "hsla(220, 2.9%, 20.6%, 1.000) 1px solid"
2377
- }
2378
- },
2379
- "valid": {
2380
- "normal": {
2381
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2382
- "borderColor": "hsla(120, 35.2%, 71.6%, 1.000)",
2383
- "border": "hsla(120, 35.2%, 71.6%, 1.000) 1px solid"
2384
- },
2385
- "focused": {
2386
- "boxShadow": "0px 3px 5px 0px hsla(120, 76.6%, 15.1%, 0.071)",
2387
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2388
- "borderColor": "hsla(120, 35.2%, 71.6%, 1.000)",
2389
- "border": "hsla(120, 35.2%, 71.6%, 1.000) 2px solid"
2390
- }
2391
- },
2392
- "invalid": {
2393
- "normal": {
2394
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2395
- "borderColor": "hsla(0, 78.8%, 70.4%, 1.000)",
2396
- "border": "hsla(0, 78.8%, 70.4%, 1.000) 1px solid"
2397
- },
2398
- "focused": {
2399
- "boxShadow": "0px 3px 7px 0px hsla(0, 100%, 50%, 0.102)",
2400
- "backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
2401
- "borderColor": "hsla(0, 78.8%, 70.4%, 1.000)",
2402
- "border": "hsla(0, 78.8%, 70.4%, 1.000) 2px solid"
2403
- }
2404
- }
1462
+ "info": {
1463
+ "backgroundColor": colors.feedback.info
1464
+ },
1465
+ "success": {
1466
+ "backgroundColor": colors.feedback.success
1467
+ },
1468
+ "warning": {
1469
+ "backgroundColor": colors.feedback.warning
2405
1470
  }
2406
1471
  },
2407
- "indicators": {
2408
- "spinner": {
2409
- "secondary": {
2410
- "top": {
2411
- "borderColor": "hsla(195, 59.4%, 72%, 1.000)",
2412
- "border": "hsla(195, 59.4%, 72%, 1.000) 3px solid"
2413
- },
2414
- "base": {
2415
- "borderColor": "hsla(0, 2%, 29.6%, 1.000)",
2416
- "border": "hsla(0, 2%, 29.6%, 1.000) 3px solid"
2417
- }
2418
- },
2419
- "simple": {
2420
- "base": {
2421
- "borderColor": "hsla(0, 0%, 76.9%, 0.329)",
2422
- "border": "hsla(0, 0%, 76.9%, 0.329) 3px solid"
2423
- },
2424
- "top": {
2425
- "borderColor": "hsla(0, 0%, 100%, 1.000)",
2426
- "border": "hsla(0, 0%, 100%, 1.000) 3px solid"
2427
- }
2428
- },
2429
- "primary": {
2430
- "base": {
2431
- "borderColor": "hsla(195, 54.1%, 30.8%, 1.000)",
2432
- "border": "hsla(195, 54.1%, 30.8%, 1.000) 3px solid"
2433
- },
2434
- "top": {
2435
- "borderColor": "hsla(210, 100%, 65.9%, 1.000)",
2436
- "border": "hsla(210, 100%, 65.9%, 1.000) 3px solid"
2437
- }
2438
- }
1472
+ "filterButton": {
1473
+ "active": {
1474
+ "boxShadow": "0px 4px 9px 0px var(--primary-a1)",
1475
+ "backgroundColor": "var(--grey-1)",
1476
+ "borderColor": "var(--primary-7)",
1477
+ "border": "var(--primary-7) 1px solid"
2439
1478
  }
2440
1479
  },
2441
1480
  "modal": {
2442
- "container": {
2443
- "boxShadow": "0px 10px 15px 0px hsla(205, 38.7%, 12.2%, 0.149)",
2444
- "backgroundColor": "hsla(210, 17.1%, 13.7%, 1.000)",
2445
- "borderColor": "hsla(206, 7.1%, 19.4%, 1.000)",
2446
- "border": "hsla(206, 7.1%, 19.4%, 1.000) 1px solid"
2447
- },
2448
1481
  "overlay": {
2449
- "backgroundColor": "hsla(203, 100%, 4.7%, 0.647)"
1482
+ "backgroundColor": "var(--grey-a3)"
1483
+ },
1484
+ "container": {
1485
+ "boxShadow": "0px 10px 15px 0px var(--primary-a1)",
1486
+ "backgroundColor": "var(--grey-1)",
1487
+ "borderColor": "var(--grey-6)",
1488
+ "border": "var(--grey-6) 1px solid"
2450
1489
  }
2451
1490
  }
2452
1491
  };
2453
1492
 
2454
- var custom$1 = {
1493
+ var custom = {
2455
1494
  "lines": {
2456
1495
  "primary": {
2457
1496
  label: {
@@ -2591,22 +1630,18 @@ var custom$1 = {
2591
1630
  }
2592
1631
  };
2593
1632
 
2594
- var dark = {
1633
+ var light = {
2595
1634
  fontFamily: fontFamily,
2596
1635
  dimensions: dimensions,
2597
- typography: typography$1,
2598
- colors: colors$1,
2599
- styles: styles$1,
1636
+ typography: typography,
1637
+ colors: colors,
1638
+ styles: styles,
2600
1639
  animation: animation,
2601
- custom: custom$1,
1640
+ custom: custom,
2602
1641
  deviceSize: deviceSize,
2603
1642
  deviceMediaQuery: deviceMediaQuery
2604
1643
  };
2605
1644
 
2606
- function themeFallbackHelper(theme, themeFallback) {
2607
- return defaultsDeep({}, theme, themeFallback);
2608
- }
2609
-
2610
1645
  function _extends() {
2611
1646
  _extends = Object.assign ? Object.assign.bind() : function (target) {
2612
1647
  for (var i = 1; i < arguments.length; i++) {
@@ -2688,7 +1723,7 @@ var _templateObject$2, _templateObject2$2, _templateObject3$2, _templateObject4$
2688
1723
  var IconButton = styled.button(_templateObject$2 || (_templateObject$2 = _taggedTemplateLiteralLoose(["\n ", ";\n ", "\n &:focus {\n outline: none;\n }\n\n &:hover:enabled {\n opacity: .8;\n }\n &:active:enabled {\n opacity: .9;\n }\n &:disabled {\n opacity: 0.1;\n }\n"])), resetButtonStyles, function (_ref) {
2689
1724
  var _ref$selected = _ref.selected,
2690
1725
  selected = _ref$selected === void 0 ? false : _ref$selected;
2691
- return selected && css(_templateObject2$2 || (_templateObject2$2 = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid hsl(207, 80%, 64%);\n "])));
1726
+ return selected && css(_templateObject2$2 || (_templateObject2$2 = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid var(--primary-7);\n "])));
2692
1727
  });
2693
1728
  var AlertWrapper = styled.div(_templateObject3$2 || (_templateObject3$2 = _taggedTemplateLiteralLoose(["\n min-height: 50px;\n border-radius: 3px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n\n padding: 0 14px;\n\n font-family: ", ";\n ", ";\n ", ";\n\n ", " {\n [stroke]{\n stroke: ", ";\n }\n }\n"])), function (_ref2) {
2694
1729
  var theme = _ref2.theme;
@@ -2776,7 +1811,7 @@ var IconNames$1 = {
2776
1811
  var IconButton$1 = styled.div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["\n ", ";\n ", "\n &:focus {\n outline: none;\n }\n\n &:hover {\n opacity: .8;\n }\n &:active:enabled {\n opacity: .9;\n }\n &:disabled {\n opacity: 0.1;\n }\n"])), resetButtonStyles, function (_ref7) {
2777
1812
  var _ref7$selected = _ref7.selected,
2778
1813
  selected = _ref7$selected === void 0 ? false : _ref7$selected;
2779
- return selected && css(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid hsl(207, 80%, 64%);\n "])));
1814
+ return selected && css(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid var(--primary-7);\n "])));
2780
1815
  });
2781
1816
  var TextButton = styled.button(_templateObject8 || (_templateObject8 = _taggedTemplateLiteralLoose(["\n ", ";\n font-family: ", ";\n ", ";\n font-weight: 700;\n\n &:focus {\n outline: none;\n }\n\n &:hover:enabled {\n ", "\n }\n &:active:enabled {\n opacity: .9;\n }\n &:disabled {\n opacity: 0.1;\n }\n"])), resetButtonStyles, function (_ref8) {
2782
1817
  var theme = _ref8.theme;
@@ -2925,7 +1960,7 @@ var TextContainer = styled.div(_templateObject$5 || (_templateObject$5 = _tagged
2925
1960
  var theme = _ref2.theme;
2926
1961
  return theme && css(_templateObject4$3 || (_templateObject4$3 = _taggedTemplateLiteralLoose(["\n transition: padding ", " ", ";\n "])), theme.animation.speed.slow, theme.animation.easing.primary.easeInOut);
2927
1962
  });
2928
- var IconContainer = styled.div(_templateObject5$2 || (_templateObject5$2 = _taggedTemplateLiteralLoose(["\n height: inherit;\n display: flex;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n flex-shrink: 0;\n\n ", "\n\n svg {\n display:block;\n path, rect, circle, d {\n stroke: hsla(0, 0%, 100%, 1.000);\n }\n }\n"])), function (_ref3) {
1963
+ var IconContainer = styled.div(_templateObject5$2 || (_templateObject5$2 = _taggedTemplateLiteralLoose(["\n height: inherit;\n display: flex;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n flex-shrink: 0;\n\n ", "\n\n svg {\n display:block;\n path, rect, circle, d {\n stroke: var(--white-1);\n }\n }\n"])), function (_ref3) {
2929
1964
  var position = _ref3.position;
2930
1965
  return css(_templateObject6$1 || (_templateObject6$1 = _taggedTemplateLiteralLoose(["\n order: ", ";\n "])), position && position === 'left' ? 0 : 2);
2931
1966
  });
@@ -3041,7 +2076,7 @@ var TextContainer$1 = styled.div(_templateObject3$6 || (_templateObject3$6 = _ta
3041
2076
  var theme = _ref2.theme;
3042
2077
  return theme && css(_templateObject4$5 || (_templateObject4$5 = _taggedTemplateLiteralLoose(["\n transition: padding ", " ", ";\n "])), theme.animation.speed.slow, theme.animation.easing.primary.easeInOut);
3043
2078
  });
3044
- var LoadingContainer = styled.div(_templateObject5$3 || (_templateObject5$3 = _taggedTemplateLiteralLoose(["\n height: inherit;\n flex: 0 0 35px;\n display: flex;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n opacity: 0;\n\n ", "\n\n svg {\n display:block;\n }\n"])), function (_ref3) {
2079
+ var LoadingContainer = styled.div(_templateObject5$3 || (_templateObject5$3 = _taggedTemplateLiteralLoose(["\n height: inherit;\n flex: 0 0 36px;\n display: flex;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n opacity: 0;\n\n ", "\n\n svg {\n display:block;\n }\n"])), function (_ref3) {
3045
2080
  var theme = _ref3.theme,
3046
2081
  position = _ref3.position;
3047
2082
  return css(_templateObject6$2 || (_templateObject6$2 = _taggedTemplateLiteralLoose(["\n transition:\n flex ", " ", " ", ",\n opacity ", " ", ";\n\n order: ", ";\n "])), theme.animation.speed.slow, theme.animation.easing.primary.easeInOut, theme.animation.speed.slow, theme.animation.speed.slow, theme.animation.easing.primary.easeInOut, position && position === 'left' ? 0 : 2);
@@ -3196,7 +2231,7 @@ var InputContainer = styled.div(_templateObject10$2 || (_templateObject10$2 = _t
3196
2231
  var hasAction = _ref6.hasAction;
3197
2232
  return hasAction && css(_templateObject11$1 || (_templateObject11$1 = _taggedTemplateLiteralLoose(["\n ", "{\n padding-right: 60px;\n\n // Used to control password manager injection.\n background-position: calc(100% - 50px) 50% !important;\n }\n "])), StyledInput);
3198
2233
  });
3199
- var Container$2 = styled.div(_templateObject12 || (_templateObject12 = _taggedTemplateLiteralLoose(["\n display: flex;\n position: relative;\n\n ", "{\n ", ";\n\n &:focus {}\n\n ", "\n }\n\n ", " {\n background: ", ";\n border-color: ", ";\n\n ", "\n }\n\n &:focus-within ", " {\n ", ";\n }\n\n"])), StyledInput, function (_ref7) {
2234
+ var Container$2 = styled.div(_templateObject12 || (_templateObject12 = _taggedTemplateLiteralLoose(["\n display: flex;\n position: relative;\n\n ", "{\n ", ";\n\n &:focus {}\n\n &:disabled {\n cursor: not-allowed;\n }\n\n ", "\n }\n\n ", " {\n background: ", ";\n border-color: ", ";\n\n ", "\n }\n\n &:focus-within ", " {\n ", ";\n }\n"])), StyledInput, function (_ref7) {
3200
2235
  var theme = _ref7.theme,
3201
2236
  fieldState = _ref7.fieldState;
3202
2237
  return theme.styles.form.input[fieldState].normal;
@@ -3290,7 +2325,7 @@ var Input = function Input(_ref13) {
3290
2325
  var _excluded$5 = ["htmlFor", "labelText", "rightAlign", "children"];
3291
2326
 
3292
2327
  var _templateObject$b, _templateObject2$a;
3293
- var StyledLabel = styled.label(_templateObject$b || (_templateObject$b = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color: hsl(207, 5%, 57%);\n font-size: 14px;\n font-weight: 500;\n ", ";\n"])), function (_ref) {
2328
+ var StyledLabel = styled.label(_templateObject$b || (_templateObject$b = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color: var(--grey-10);\n font-size: 14px;\n font-weight: 500;\n ", ";\n"])), function (_ref) {
3294
2329
  var theme = _ref.theme;
3295
2330
  return theme.fontFamily.ui;
3296
2331
  }, function (_ref2) {
@@ -3335,7 +2370,7 @@ var InputContainer$1 = styled.div(_templateObject5$6 || (_templateObject5$6 = _t
3335
2370
  var hasAction = _ref3.hasAction;
3336
2371
  return hasAction && css(_templateObject6$4 || (_templateObject6$4 = _taggedTemplateLiteralLoose(["\n ", "{\n padding-right: 200px;\n\n // Used to control password manager injection.\n background-position: calc(100% - 50px) 50% !important;\n }\n "])), StyledInput$1);
3337
2372
  });
3338
- var UnitKey = styled.div(_templateObject7$4 || (_templateObject7$4 = _taggedTemplateLiteralLoose(["\n position: absolute;\n right: 10px;\n bottom: 0;\n top:0;\n font-family: ", ";\n font-size: 12px;\n color: #99a1a3;\n line-height:30px;\n"])), function (_ref4) {
2373
+ var UnitKey = styled.div(_templateObject7$4 || (_templateObject7$4 = _taggedTemplateLiteralLoose(["\n position: absolute;\n right: 10px;\n bottom: 0;\n top:0;\n font-family: ", ";\n font-size: 12px;\n color: var(--grey-10);\n line-height:30px;\n"])), function (_ref4) {
3339
2374
  var theme = _ref4.theme;
3340
2375
  return theme.fontFamily.ui;
3341
2376
  });
@@ -3462,6 +2497,10 @@ var Container$4 = styled.label(_templateObject7$5 || (_templateObject7$5 = _tagg
3462
2497
  return p.useIntent && intentPosition(p.theme.dimensions.form["switch"].positions[getPositionKey(p.position)], p.checked);
3463
2498
  });
3464
2499
 
2500
+ var isTypeSwitchState = function isTypeSwitchState(value) {
2501
+ return value === 'default' || value === 'loading' || value === 'locked' || value === 'disabled' || value === 'failure';
2502
+ };
2503
+
3465
2504
  var Switch = function Switch(_ref4) {
3466
2505
  var _inputRef$current4;
3467
2506
 
@@ -3529,7 +2568,7 @@ var Switch = function Switch(_ref4) {
3529
2568
  updateThemeChoice();
3530
2569
  }, [leftTheme, rightTheme, updateThemeChoice]);
3531
2570
  useEffect(function () {
3532
- setSwitchState(stateCheck(state));
2571
+ if (isTypeSwitchState(state)) setSwitchState(stateCheck(state));
3533
2572
  }, [state, setSwitchState]);
3534
2573
  useEffect(function () {
3535
2574
  if (state === 'locked') {
@@ -3824,7 +2863,7 @@ var FeedbackMessage$1 = styled.div(_templateObject7$8 || (_templateObject7$8 = _
3824
2863
  var theme = _ref4.theme;
3825
2864
  return theme.typography.form.feedback.message;
3826
2865
  });
3827
- var Container$7 = styled.div(_templateObject8$7 || (_templateObject8$7 = _taggedTemplateLiteralLoose(["\n display: flex;\n position: relative;\n flex-direction: column;\n ", "{\n ", ";\n\n &:focus {\n box-shadow: 0px 3px 7px 0px hsla(207, 65.8%, 31%, 0.078);\n }\n\n ", "\n }\n\n ", " {\n background: ", ";\n border-color: ", ";\n\n ", "\n }\n\n &:focus-within ", " {\n ", ";\n\n ", ";\n\n ", ";\n }\n\n"])), StyledTextArea, function (_ref5) {
2866
+ var Container$7 = styled.div(_templateObject8$7 || (_templateObject8$7 = _taggedTemplateLiteralLoose(["\n display: flex;\n position: relative;\n flex-direction: column;\n ", "{\n ", ";\n\n &:focus {\n box-shadow: 0px 3px 7px 0px var(--primary-a3);\n }\n\n &:disabled {\n cursor: not-allowed;\n }\n\n ", "\n }\n\n ", " {\n background: ", ";\n border-color: ", ";\n\n ", "\n }\n\n &:focus-within ", " {\n ", ";\n\n ", ";\n\n ", ";\n }\n\n"])), StyledTextArea, function (_ref5) {
3828
2867
  var theme = _ref5.theme,
3829
2868
  fieldState = _ref5.fieldState;
3830
2869
  return theme.styles.form.input[fieldState].normal;
@@ -3844,13 +2883,13 @@ var Container$7 = styled.div(_templateObject8$7 || (_templateObject8$7 = _tagged
3844
2883
  return ['default', 'disabled'].indexOf(fieldState) !== -1 && css(_templateObject10$7 || (_templateObject10$7 = _taggedTemplateLiteralLoose(["\n display:none;\n "])));
3845
2884
  }, FeedbackContainer$1, function (_ref10) {
3846
2885
  var fieldState = _ref10.fieldState;
3847
- return fieldState === 'required' ? "\n box-shadow: 0px 3px 7px 0px hsla(207, 67.8%, 35.3%, 0.071);\n " : null;
2886
+ return fieldState === 'required' ? "\n box-shadow: 0px 3px 7px 0px var(--primary-a3);\n " : null;
3848
2887
  }, function (_ref11) {
3849
2888
  var fieldState = _ref11.fieldState;
3850
- return fieldState === 'valid' ? "\n box-shadow: 0px 3px 5px 0px hsla(120, 76.6%, 15.1%, 0.071);\n " : null;
2889
+ return fieldState === 'valid' ? "\n box-shadow: 0px 3px 5px 0px var(--success-a3);\n " : null;
3851
2890
  }, function (_ref12) {
3852
2891
  var fieldState = _ref12.fieldState;
3853
- return fieldState === 'invalid' ? "\n box-shadow: 0px 3px 7px 0px hsla(0, 100%, 50%, 0.102);\n " : null;
2892
+ return fieldState === 'invalid' ? "\n box-shadow: 0px 3px 7px 0px var(--error-a3);\n " : null;
3854
2893
  });
3855
2894
 
3856
2895
  var TextArea = function TextArea(_ref13) {
@@ -3874,21 +2913,21 @@ var TextArea = function TextArea(_ref13) {
3874
2913
  return React__default.createElement(Icon, {
3875
2914
  icon: 'Required',
3876
2915
  size: 20,
3877
- color: 'inverse'
2916
+ color: 'white'
3878
2917
  });
3879
2918
 
3880
2919
  case 'valid':
3881
2920
  return React__default.createElement(Icon, {
3882
2921
  icon: 'Success',
3883
2922
  size: 20,
3884
- color: 'inverse'
2923
+ color: 'white'
3885
2924
  });
3886
2925
 
3887
2926
  case 'invalid':
3888
2927
  return React__default.createElement(Icon, {
3889
2928
  icon: 'Invalid',
3890
2929
  size: 20,
3891
- color: 'inverse'
2930
+ color: 'white'
3892
2931
  });
3893
2932
 
3894
2933
  case 'processing':
@@ -4082,12 +3121,12 @@ var HiddenInput$1 = styled.input(_templateObject3$f || (_templateObject3$f = _ta
4082
3121
  var disabled = _ref3.disabled;
4083
3122
  return disabled ? "not-allowed" : "pointer";
4084
3123
  });
4085
- var Rail = styled.div(_templateObject4$e || (_templateObject4$e = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: ", "px;\n top: 10px;\n width: calc(100% - ", "px);\n height: 2px;\n border-radius: 11px;\n background-image: linear-gradient(to bottom, hsl(210, 30%, 96%), hsl(203, 42%, 94%) 98%);\n"])), ThumbDiameter / 2, ThumbDiameter);
4086
- var Mark = styled.span(_templateObject5$c || (_templateObject5$c = _taggedTemplateLiteralLoose(["\n position: absolute;\n top: -3px;\n left: ", ";\n width: 1px;\n height: 9px;\n opacity: 0.25;\n background-color: hsl(205, 77%, 64%);\n"])), function (_ref4) {
3124
+ var Rail = styled.div(_templateObject4$e || (_templateObject4$e = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: ", "px;\n top: 10px;\n width: calc(100% - ", "px);\n height: 2px;\n border-radius: 11px;\n background-image: linear-gradient(to bottom, var(--grey-10), var(--primary-10) 98%);\n"])), ThumbDiameter / 2, ThumbDiameter);
3125
+ var Mark = styled.span(_templateObject5$c || (_templateObject5$c = _taggedTemplateLiteralLoose(["\n position: absolute;\n top: -3px;\n left: ", ";\n width: 1px;\n height: 9px;\n opacity: 0.25;\n background-color: var(--primary-11);\n"])), function (_ref4) {
4087
3126
  var leftValue = _ref4.leftValue;
4088
3127
  return "calc(" + leftValue + "% + 7px)";
4089
3128
  });
4090
- var MarkLabel = styled.span(_templateObject6$a || (_templateObject6$a = _taggedTemplateLiteralLoose(["\n position: absolute;\n top: -24px;\n left: ", ";\n\n font-size: 10px;\n font-style: italic;\n line-height: normal;\n text-align: center;\n color: hsla(195, 10%, 52%, 0.72);\n\n ", "\n ", "\n ", "\n"])), function (_ref5) {
3129
+ var MarkLabel = styled.span(_templateObject6$a || (_templateObject6$a = _taggedTemplateLiteralLoose(["\n position: absolute;\n top: -24px;\n left: ", ";\n\n font-size: 10px;\n font-style: italic;\n line-height: normal;\n text-align: center;\n color: var(--grey-a11);\n\n ", "\n ", "\n ", "\n"])), function (_ref5) {
4091
3130
  var leftValue = _ref5.leftValue;
4092
3131
  return "calc(" + leftValue + "% + 7px)";
4093
3132
  }, function (_ref6) {
@@ -4364,12 +3403,12 @@ var _excluded$b = ["max", "min", "defaultValue", "title", "timeUnit", "controlle
4364
3403
 
4365
3404
  var _templateObject$k, _templateObject2$j, _templateObject3$h, _templateObject4$f, _templateObject5$d;
4366
3405
  var Container$a = styled.div(_templateObject$k || (_templateObject$k = _taggedTemplateLiteralLoose([""])));
4367
- var Headers = styled.div(_templateObject2$j || (_templateObject2$j = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n color: hsl(207, 5%, 57%);\n display: flex;\n justify-content: space-between;\n margin-bottom: 30px;\n padding: 0 6px;\n"])));
3406
+ var Headers = styled.div(_templateObject2$j || (_templateObject2$j = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n color: var(--grey-10);\n display: flex;\n justify-content: space-between;\n margin-bottom: 30px;\n padding: 0 6px;\n"])));
4368
3407
  var ValueLabel = styled(Label)(_templateObject3$h || (_templateObject3$h = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n margin-bottom: 0;\n"])), function (_ref) {
4369
3408
  var theme = _ref.theme;
4370
3409
  return theme.fontFamily.ui;
4371
3410
  });
4372
- var Unit = styled.div(_templateObject4$f || (_templateObject4$f = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color: hsla(195, 10%, 52%, 0.72);\n font-style: italic;\n font-size: 12px;\n line-height: 1.5;\n"])), function (_ref2) {
3411
+ var Unit = styled.div(_templateObject4$f || (_templateObject4$f = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color: var(--grey-a11);\n font-style: italic;\n font-size: 12px;\n line-height: 1.5;\n"])), function (_ref2) {
4373
3412
  var theme = _ref2.theme;
4374
3413
  return theme.fontFamily.data;
4375
3414
  });
@@ -4419,7 +3458,7 @@ var _excluded$c = ["defaultValue", "inputCallback", "updateThumbColor", "updateT
4419
3458
 
4420
3459
  var _templateObject$l, _templateObject2$k, _templateObject3$i;
4421
3460
  var Container$b = styled.div(_templateObject$l || (_templateObject$l = _taggedTemplateLiteralLoose([""])));
4422
- var Headers$1 = styled.div(_templateObject2$k || (_templateObject2$k = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n color: hsl(207, 5%, 57%);\n display: flex;\n justify-content: space-between;\n margin-bottom: 20px;\n padding: 0 6px;\n"])));
3461
+ var Headers$1 = styled.div(_templateObject2$k || (_templateObject2$k = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n color: var(--grey-10);\n display: flex;\n justify-content: space-between;\n margin-bottom: 20px;\n padding: 0 6px;\n"])));
4423
3462
  var ValueTitle$1 = styled(Label)(_templateObject3$i || (_templateObject3$i = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n"])), function (_ref) {
4424
3463
  var theme = _ref.theme;
4425
3464
  return theme.fontFamily.data;
@@ -4572,7 +3611,7 @@ var Container$c = styled.div(_templateObject$m || (_templateObject$m = _taggedTe
4572
3611
  });
4573
3612
  var DragAndDrop = styled.div(_templateObject2$l || (_templateObject2$l = _taggedTemplateLiteralLoose(["\n border-radius: 5px;\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n border: ", ";\n"])), function (_ref2) {
4574
3613
  var inDropZone = _ref2.inDropZone;
4575
- return inDropZone ? "dashed #afa9a9 2px" : null;
3614
+ return inDropZone ? "dashed var(--grey-8) 2px" : null;
4576
3615
  });
4577
3616
 
4578
3617
  var DropArea = function DropArea(_ref3) {
@@ -4889,7 +3928,7 @@ var TopLine = styled.div(_templateObject2$m || (_templateObject2$m = _taggedTemp
4889
3928
  var RightLine = styled.div(_templateObject3$j || (_templateObject3$j = _taggedTemplateLiteralLoose(["\n ", ";\n cursor: e-resize;\n right: -3px;\n top: 0;\n width: 5px;\n height: 100%;\n"])), CropLineStyle);
4890
3929
  var BottomLine = styled.div(_templateObject4$g || (_templateObject4$g = _taggedTemplateLiteralLoose(["\n ", "\n cursor: s-resize;\n bottom: -3px;\n height: 5px;\n width: 100%;\n left: 0;\n"])), CropLineStyle);
4891
3930
  var LeftLine = styled.div(_templateObject5$e || (_templateObject5$e = _taggedTemplateLiteralLoose(["\n ", ";\n cursor: w-resize;\n left: -3px;\n top: 0;\n width: 5px;\n height: 100%;\n"])), CropLineStyle);
4892
- var resizeSquaresCss = css(_templateObject6$b || (_templateObject6$b = _taggedTemplateLiteralLoose(["\n position: absolute;\n width: 10px;\n height: 10px;\n border: solid 1px hsl(0, 1%, 28%);\n background-color: hsl(0, 0%, 100%);\n"])));
3931
+ var resizeSquaresCss = css(_templateObject6$b || (_templateObject6$b = _taggedTemplateLiteralLoose(["\n position: absolute;\n width: 10px;\n height: 10px;\n border: solid 1px var(--black-a12);\n background-color: var(--white-1);\n"])));
4893
3932
  var PointN = styled.div(_templateObject7$b || (_templateObject7$b = _taggedTemplateLiteralLoose(["\n ", ";\n top: -5px;\n margin-left: -5px;\n left: 50%;\n ", ";\n"])), resizeSquaresCss, function (_ref) {
4894
3933
  var isResizable = _ref.isResizable;
4895
3934
  return isResizable && css(_templateObject8$a || (_templateObject8$a = _taggedTemplateLiteralLoose(["\n cursor: n-resize;\n "])));
@@ -4962,7 +4001,7 @@ var CropArea = function CropArea(_ref9) {
4962
4001
  };
4963
4002
 
4964
4003
  var _templateObject$o, _templateObject2$n, _templateObject3$k, _templateObject4$h, _templateObject5$f, _templateObject6$c, _templateObject7$c, _templateObject8$b, _templateObject9$b;
4965
- var Container$d = styled.div(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose(["\n position: fixed;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: hsla(202, 33%, 95%, 0.51);\n -webkit-backdrop-filter: blur(5px);\n backdrop-filter: blur(5px);\n font-family: ", ";\n z-index: 999;\n"])), function (_ref) {
4004
+ var Container$d = styled.div(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose(["\n position: fixed;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--grey-3);\n -webkit-backdrop-filter: blur(5px);\n backdrop-filter: blur(5px);\n font-family: ", ";\n z-index: 999;\n"])), function (_ref) {
4966
4005
  var theme = _ref.theme;
4967
4006
  return theme.fontFamily.ui;
4968
4007
  });
@@ -4973,7 +4012,7 @@ var TextGroup = styled.div(_templateObject4$h || (_templateObject4$h = _taggedTe
4973
4012
  return theme.colors.icons.mono;
4974
4013
  }, IconWrapper);
4975
4014
  var ButtonsGroup = styled.div(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose(["\n button + button {\n margin-left: 10px;\n }\n"])));
4976
- var PreviewArea = styled.div(_templateObject6$c || (_templateObject6$c = _taggedTemplateLiteralLoose(["\n position: relative;\n overflow: hidden;\n height: ", ";\n width: ", ";\n border-radius: 5px;\n background-color: hsla(202, 33%, 95%, 0.8);\n background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.8) 35px, rgba(255,255,255,.8) 70px);\n"])), function (_ref3) {
4015
+ var PreviewArea = styled.div(_templateObject6$c || (_templateObject6$c = _taggedTemplateLiteralLoose(["\n position: relative;\n overflow: hidden;\n height: ", ";\n width: ", ";\n border-radius: 5px;\n background-color: var(--grey-3);\n background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, var(--white-a10) 35px, var(--white-a10) 70px);\n"])), function (_ref3) {
4977
4016
  var canvasHeight = _ref3.canvasHeight;
4978
4017
  return canvasHeight ? canvasHeight + "px" : "462px";
4979
4018
  }, function (_ref4) {
@@ -4981,7 +4020,7 @@ var PreviewArea = styled.div(_templateObject6$c || (_templateObject6$c = _tagged
4981
4020
  return canvasWidth ? canvasWidth + "px" : "485px";
4982
4021
  });
4983
4022
  var HiddenImage = styled.img(_templateObject7$c || (_templateObject7$c = _taggedTemplateLiteralLoose(["\n display: none;\n"])));
4984
- var SelectedArea = styled.div(_templateObject8$b || (_templateObject8$b = _taggedTemplateLiteralLoose(["\n position: absolute;\n border: dashed 1px hsl(0, 0%, 24%);\n box-shadow: 0 0 0 9999em hsla(0, 0%, 32%, 0.75);\n ", ";\n cursor: move;\n"])), function (_ref5) {
4023
+ var SelectedArea = styled.div(_templateObject8$b || (_templateObject8$b = _taggedTemplateLiteralLoose(["\n position: absolute;\n border: dashed 1px var(--black-a12);\n box-shadow: 0 0 0 9999em var(--black-a11);\n ", ";\n cursor: move;\n"])), function (_ref5) {
4985
4024
  var cropLeft = _ref5.cropLeft,
4986
4025
  cropTop = _ref5.cropTop,
4987
4026
  cropWidth = _ref5.cropWidth,
@@ -5305,9 +4344,9 @@ var Container$e = styled.div(_templateObject$p || (_templateObject$p = _taggedTe
5305
4344
  return css(_templateObject2$o || (_templateObject2$o = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n "])), theme.fontFamily.ui);
5306
4345
  });
5307
4346
  var PreviewImageGroup = styled.div(_templateObject3$l || (_templateObject3$l = _taggedTemplateLiteralLoose(["\n position: relative;\n margin-bottom: 17px;\n height: ", ";\n width: ", ";\n"])), PHOTO_HEIGHT, PHOTO_WIDTH);
5308
- var PhotoContainerStyle = css(_templateObject4$i || (_templateObject4$i = _taggedTemplateLiteralLoose(["\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n background-color: hsl(0, 0%, 90%);\n"])));
4347
+ var PhotoContainerStyle = css(_templateObject4$i || (_templateObject4$i = _taggedTemplateLiteralLoose(["\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n background-color: var(--grey-5);\n"])));
5309
4348
  var PreviewImage = styled.img(_templateObject5$g || (_templateObject5$g = _taggedTemplateLiteralLoose(["\n ", "\n object-fit: cover;\n"])), PhotoContainerStyle);
5310
- var PlaceholderText = styled.div(_templateObject6$d || (_templateObject6$d = _taggedTemplateLiteralLoose(["\n color: hsl(207, 5%, 57%);\n font-size: 14px;\n"])));
4349
+ var PlaceholderText = styled.div(_templateObject6$d || (_templateObject6$d = _taggedTemplateLiteralLoose(["\n color: var(--grey-10);\n font-size: 14px;\n"])));
5311
4350
  var NoPhoto = styled.div(_templateObject7$d || (_templateObject7$d = _taggedTemplateLiteralLoose(["\n ", "\n padding-top: 15px;\n ", " {\n margin-top: 18px;\n }\n"])), PhotoContainerStyle, PlaceholderText);
5312
4351
  var StyledInputFileButton = styled(InputFileButton)(_templateObject8$c || (_templateObject8$c = _taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
5313
4352
  var ButtonsWrapper = styled.div(_templateObject9$c || (_templateObject9$c = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n\n button {\n margin-bottom: 10px;\n }\n\n"])));
@@ -5465,7 +4504,7 @@ var _excluded$h = ["icons", "color", "size", "weight"];
5465
4504
  var _templateObject$q, _templateObject2$p, _templateObject3$m;
5466
4505
  var Container$f = styled.div(_templateObject$q || (_templateObject$q = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n margin-bottom: 27px;\n ", " {\n display: flex;\n align-items: center;\n }\n"])), IconWrapper);
5467
4506
  var PlusIcon = styled(Icon)(_templateObject2$p || (_templateObject2$p = _taggedTemplateLiteralLoose([""])));
5468
- var PlusIconWrapper = styled.div(_templateObject3$m || (_templateObject3$m = _taggedTemplateLiteralLoose(["\n margin: 0 30px;\n ", "{\n transform: rotate(45deg);\n [stroke]{\n stroke: hsl(205, 22%, 66%);\n }\n }\n"])), IconWrapper);
4507
+ var PlusIconWrapper = styled.div(_templateObject3$m || (_templateObject3$m = _taggedTemplateLiteralLoose(["\n margin: 0 30px;\n ", "{\n transform: rotate(45deg);\n [stroke]{\n stroke: var(--primary-7);\n }\n }\n"])), IconWrapper);
5469
4508
 
5470
4509
  var BigIconsSummary = function BigIconsSummary(_ref) {
5471
4510
  var icons = _ref.icons,
@@ -5507,8 +4546,8 @@ var FilesUploadGroup = styled.div(_templateObject4$j || (_templateObject4$j = _t
5507
4546
  var theme = _ref3.theme;
5508
4547
  return theme.styles.filters.dropdownContainer.background;
5509
4548
  });
5510
- var Title = styled.div(_templateObject5$h || (_templateObject5$h = _taggedTemplateLiteralLoose(["\n color: hsl(208, 8%, 38%);\n font-size: 20px;\n"])));
5511
- var Description = styled.div(_templateObject6$e || (_templateObject6$e = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n line-height: 2.14;\n text-align: center;\n color: hsl(207, 5%, 57%);\n margin-top: 10px;\n max-width: 386px;\n"])));
4549
+ var Title = styled.div(_templateObject5$h || (_templateObject5$h = _taggedTemplateLiteralLoose(["\n color: var(--grey-11);\n font-size: 20px;\n"])));
4550
+ var Description = styled.div(_templateObject6$e || (_templateObject6$e = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n line-height: 2.14;\n text-align: center;\n color: var(--grey-10);\n margin-top: 10px;\n max-width: 386px;\n"])));
5512
4551
 
5513
4552
  var getUpdateFiles = function getUpdateFiles(newFiles, files, allowedFileTypes) {
5514
4553
  var newFilesTransfer = new DataTransfer();
@@ -6138,10 +5177,9 @@ var StyledButton$3 = styled.button(_templateObject3$q || (_templateObject3$q = _
6138
5177
  theme = _ref2.theme;
6139
5178
  return theme && css(_templateObject4$m || (_templateObject4$m = _taggedTemplateLiteralLoose(["\n\n ", ";\n ", ";\n\n font-family: ", ";\n transition: opacity ", " ", ";\n\n ", " {\n padding: 0 9px;\n display: flex;\n align-items: center;\n [stroke]{\n stroke: ", ";\n }\n }\n\n &:hover:enabled {\n ", ";\n ", ";\n transition:\n background ", " ", ",\n border ", " ", ";\n }\n\n &:active:enabled {\n ", ";\n ", ";\n }\n\n &:hover:enabled, &:active:enabled {\n ", " {\n [stroke]{\n transition: stroke ", " ", ";\n stroke: ", ";\n }\n }\n }\n\n &:disabled {\n cursor: not-allowed;\n opacity: 50%;\n }\n"])), styles.filters.filterButton["default"], typography.filters.filterButton["default"], theme.fontFamily.ui, theme.animation.speed.normal, theme.animation.easing.primary.inOut, IconWrapper, theme.colors.icons.dimmed, styles.filters.filterButton.hover, typography.filters.filterButton.hover, animation.speed.fast, animation.easing.primary.inOut, animation.speed.fast, animation.easing.primary.inOut, styles.filters.filterButton.active, typography.filters.filterButton.active, IconWrapper, animation.speed.faster, animation.easing.primary.inOut, theme.colors.pureBase);
6140
5179
  }, function (_ref3) {
6141
- var theme = _ref3.theme,
6142
- isOpen = _ref3.isOpen,
5180
+ var isOpen = _ref3.isOpen,
6143
5181
  hasFlipArrow = _ref3.hasFlipArrow;
6144
- return isOpen && hasFlipArrow && css(_templateObject5$k || (_templateObject5$k = _taggedTemplateLiteralLoose(["\n background-color: hsl(205, 100%, 72%);\n border: solid 1px hsl(205, 100%, 72%);\n color: ", ";\n\n ", " {\n [stroke]{\n stroke: ", ";\n }\n }\n "])), theme.colors.icons.inverse, IconWrapper, theme.colors.icons.inverse);
5182
+ return isOpen && hasFlipArrow && css(_templateObject5$k || (_templateObject5$k = _taggedTemplateLiteralLoose(["\n background-color: var(--primary-7);\n border: solid 1px var(--primary-7);\n color: var(--white-1);\n\n ", " {\n [stroke]{\n stroke: var(--white-1);\n }\n }\n "])), IconWrapper);
6145
5183
  });
6146
5184
  var InnerContainer$3 = styled.div(_templateObject6$h || (_templateObject6$h = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n"])));
6147
5185
  var ButtonText = styled.div(_templateObject7$g || (_templateObject7$g = _taggedTemplateLiteralLoose(["\n padding-right: ", ";\n"])), function (_ref4) {
@@ -6181,7 +5219,7 @@ var FilterButton = function FilterButton(_ref5) {
6181
5219
  var _excluded$l = ["title", "value", "optionType", "selected", "disabled", "onClick"];
6182
5220
 
6183
5221
  var _templateObject$x, _templateObject2$w, _templateObject3$r, _templateObject4$n, _templateObject5$l, _templateObject6$i, _templateObject7$h, _templateObject8$f, _templateObject9$f, _templateObject10$d;
6184
- var Title$1 = styled.div(_templateObject$x || (_templateObject$x = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n display: block;\n color: hsl(0, 0%, 56%);\n font-size: 14px;\n font-weight: 500;\n margin-left: 12px;\n user-select: none;\n pointer-events: none;\n"])), function (_ref) {
5222
+ var Title$1 = styled.div(_templateObject$x || (_templateObject$x = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n display: block;\n color: var(--grey-9);\n font-size: 14px;\n font-weight: 500;\n margin-left: 12px;\n user-select: none;\n pointer-events: none;\n"])), function (_ref) {
6185
5223
  var theme = _ref.theme;
6186
5224
  return theme.fontFamily.data;
6187
5225
  });
@@ -6197,7 +5235,7 @@ var Container$k = styled.div(_templateObject7$h || (_templateObject7$h = _tagged
6197
5235
  var styles = _ref3.theme.styles,
6198
5236
  selected = _ref3.selected,
6199
5237
  disabled = _ref3.disabled;
6200
- return styles && css(_templateObject8$f || (_templateObject8$f = _taggedTemplateLiteralLoose(["\n ", ", ", " {\n ", ";\n }\n\n &:hover {\n cursor: pointer;\n ", " {\n color: ", ";\n }\n\n ", " {\n ", ";\n }\n\n ", " {\n border-color: ", ";\n }\n }\n\n ", ";\n\n ", ";\n "])), FakeCheckbox, FakeRadioButton, styles.form.checkbox.unchecked["default"], Title$1, styles.form.checkbox.checked.hover.backgroundColor, FakeCheckbox, styles.form.checkbox.unchecked.hover, FakeRadioButton, styles.form.checkbox.unchecked.hover.borderColor, selected && css(_templateObject9$f || (_templateObject9$f = _taggedTemplateLiteralLoose(["\n ", " {\n color: ", ";\n }\n ", " {\n ", ";\n border: none;\n }\n\n ", " {\n border-color: ", ";\n ", " {\n background-color: ", ";\n }\n }\n\n &:hover {\n ", "{\n ", ";\n }\n\n ", " {\n border-color: ", ";\n ", " {\n background-color: ", ";\n }\n }\n }\n "])), Title$1, styles.form.checkbox.checked["default"].backgroundColor, FakeCheckbox, styles.form.checkbox.checked["default"], FakeRadioButton, styles.form.checkbox.checked["default"].backgroundColor, FakeInnerRadio, styles.form.checkbox.checked["default"].backgroundColor, FakeCheckbox, styles.form.checkbox.checked.hover, FakeRadioButton, styles.form.checkbox.checked.hover.backgroundColor, FakeInnerRadio, styles.form.checkbox.checked.hover.backgroundColor), disabled && css(_templateObject10$d || (_templateObject10$d = _taggedTemplateLiteralLoose(["\n cursor: not-allowed;\n "]))));
5238
+ return styles && css(_templateObject8$f || (_templateObject8$f = _taggedTemplateLiteralLoose(["\n ", ", ", " {\n ", ";\n }\n\n &:hover {\n cursor: pointer;\n ", " {\n color: ", ";\n }\n\n ", " {\n ", ";\n }\n\n ", " {\n border-color: ", ";\n }\n }\n\n ", ";\n\n ", ";\n "])), FakeCheckbox, FakeRadioButton, styles.form.checkbox.unchecked["default"], Title$1, styles.form.checkbox.unchecked.hover.borderColor, FakeCheckbox, styles.form.checkbox.unchecked.hover, FakeRadioButton, styles.form.checkbox.unchecked.hover.borderColor, selected && css(_templateObject9$f || (_templateObject9$f = _taggedTemplateLiteralLoose(["\n ", " {\n color: ", ";\n }\n ", " {\n ", ";\n border: none;\n }\n\n ", " {\n border-color: ", ";\n ", " {\n background-color: ", ";\n }\n }\n\n &:hover {\n ", "{\n ", ";\n }\n\n ", " {\n border-color: ", ";\n ", " {\n background-color: ", ";\n }\n }\n }\n "])), Title$1, styles.form.checkbox.checked["default"].backgroundColor, FakeCheckbox, styles.form.checkbox.checked["default"], FakeRadioButton, styles.form.checkbox.checked["default"].backgroundColor, FakeInnerRadio, styles.form.checkbox.checked["default"].backgroundColor, FakeCheckbox, styles.form.checkbox.checked.hover, FakeRadioButton, styles.form.checkbox.checked.hover.backgroundColor, FakeInnerRadio, styles.form.checkbox.checked.hover.backgroundColor), disabled && css(_templateObject10$d || (_templateObject10$d = _taggedTemplateLiteralLoose(["\n cursor: not-allowed;\n "]))));
6201
5239
  });
6202
5240
 
6203
5241
  var FilterOption = function FilterOption(_ref4) {
@@ -6441,8 +5479,8 @@ var FilterDropHandler = function FilterDropHandler(_ref3) {
6441
5479
  };
6442
5480
 
6443
5481
  var _templateObject$A, _templateObject2$z, _templateObject3$u;
6444
- var Container$n = styled.div(_templateObject$A || (_templateObject$A = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n min-height: 146px;\n border-top: 1px solid hsl(0, 0%, 91%);\n"])));
6445
- var LoadingText = styled.div(_templateObject2$z || (_templateObject2$z = _taggedTemplateLiteralLoose(["\n ", "\n color: hsl(0, 0%, 55%);\n font-size: 12px;\n font-style: italic;\n padding: 15px 0;\n"])), function (_ref) {
5482
+ var Container$n = styled.div(_templateObject$A || (_templateObject$A = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n min-height: 146px;\n border-top: 1px solid var(--grey-5);\n"])));
5483
+ var LoadingText = styled.div(_templateObject2$z || (_templateObject2$z = _taggedTemplateLiteralLoose(["\n ", "\n color: var(--grey-11);\n font-size: 12px;\n font-style: italic;\n padding: 15px 0;\n"])), function (_ref) {
6446
5484
  var theme = _ref.theme;
6447
5485
  return theme && css(_templateObject3$u || (_templateObject3$u = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n "])), theme.fontFamily.data);
6448
5486
  });
@@ -6473,7 +5511,7 @@ var ResultsContainer = styled.div(_templateObject6$k || (_templateObject6$k = _t
6473
5511
  var theme = _ref3.theme;
6474
5512
  return theme.colors.divider;
6475
5513
  });
6476
- var ResultCounter = styled.div(_templateObject7$j || (_templateObject7$j = _taggedTemplateLiteralLoose(["\n opacity: 0.75;\n font-family: ", ";\n color: hsl(0, 0%, 55%);\n font-size: 12px;\n font-style: italic;\n font-weight: 300;\n display: flex;\n align-items: center;\n justify-content: left;\n padding-left: 9px;\n height: 30px;\n margin-bottom: 6px;\n border-bottom: ", " 1px solid;\n"])), function (_ref4) {
5514
+ var ResultCounter = styled.div(_templateObject7$j || (_templateObject7$j = _taggedTemplateLiteralLoose(["\n opacity: 0.75;\n font-family: ", ";\n color: var(--grey-10);\n font-size: 12px;\n font-style: italic;\n font-weight: 300;\n display: flex;\n align-items: center;\n justify-content: left;\n padding-left: 9px;\n height: 30px;\n margin-bottom: 6px;\n border-bottom: ", " 1px solid;\n"])), function (_ref4) {
6477
5515
  var theme = _ref4.theme;
6478
5516
  return theme.fontFamily.data;
6479
5517
  }, function (_ref5) {
@@ -6481,7 +5519,7 @@ var ResultCounter = styled.div(_templateObject7$j || (_templateObject7$j = _tagg
6481
5519
  return theme.colors.divider;
6482
5520
  });
6483
5521
  var SearchWrapper = styled.div(_templateObject8$h || (_templateObject8$h = _taggedTemplateLiteralLoose(["\n height: 41px;\n display: flex;\n align-items: center;\n"])));
6484
- var EmptyResultText = styled.div(_templateObject9$g || (_templateObject9$g = _taggedTemplateLiteralLoose(["\n display: block;\n color: hsl(0, 0%, 56%);\n margin-left: 12px;\n user-select: none;\n pointer-events: none;\n height: 35px;\n display: flex;\n align-items: center;\n font-size: 12px;\n"])));
5522
+ var EmptyResultText = styled.div(_templateObject9$g || (_templateObject9$g = _taggedTemplateLiteralLoose(["\n display: block;\n color: var(--grey-10);\n margin-left: 12px;\n user-select: none;\n pointer-events: none;\n height: 35px;\n display: flex;\n align-items: center;\n font-size: 12px;\n"])));
6485
5523
 
6486
5524
  var isValueSelected = function isValueSelected(item, selected) {
6487
5525
  var isItemSelected = false;
@@ -6719,7 +5757,7 @@ var TopLine$2 = styled.div(_templateObject2$B || (_templateObject2$B = _taggedTe
6719
5757
  var theme = _ref.theme;
6720
5758
  return theme.styles.filters.dropdownContainer.topBorder;
6721
5759
  });
6722
- var InnerBox$1 = styled.div(_templateObject3$w || (_templateObject3$w = _taggedTemplateLiteralLoose(["\n border-bottom-left-radius: 3px;\n border-bottom-right-radius: 3px;\n box-shadow: 0 4px 9px 0 hsla(204, 22%, 67%, 0.07);\n border: solid 1px hsl(207, 16%, 86%);\n border-top: unset;\n ", ";\n"])), function (_ref2) {
5760
+ var InnerBox$1 = styled.div(_templateObject3$w || (_templateObject3$w = _taggedTemplateLiteralLoose(["\n border-bottom-left-radius: 3px;\n border-bottom-right-radius: 3px;\n border: solid 1px var(--grey-7);\n border-top: unset;\n ", ";\n"])), function (_ref2) {
6723
5761
  var theme = _ref2.theme;
6724
5762
  return theme.styles.filters.dropdownContainer.background;
6725
5763
  });
@@ -6732,7 +5770,7 @@ var OrderGroup = styled.div(_templateObject6$l || (_templateObject6$l = _taggedT
6732
5770
  var colors = _ref4.theme.colors;
6733
5771
  return colors.divider;
6734
5772
  });
6735
- var OrderButton = styled.button(_templateObject7$k || (_templateObject7$k = _taggedTemplateLiteralLoose(["\n ", ";\n width: 100%;\n display: flex;\n align-items: center;\n font-family: ", ";\n color: hsl(0, 0%, 56%);\n font-size: 14px;\n height: 35px;\n ", "\n"])), resetButtonStyles, function (_ref5) {
5773
+ var OrderButton = styled.button(_templateObject7$k || (_templateObject7$k = _taggedTemplateLiteralLoose(["\n ", ";\n width: 100%;\n display: flex;\n align-items: center;\n font-family: ", ";\n color: var(--grey-12);\n font-size: 14px;\n height: 35px;\n ", "\n"])), resetButtonStyles, function (_ref5) {
6736
5774
  var theme = _ref5.theme;
6737
5775
  return theme.fontFamily.data;
6738
5776
  }, function (_ref6) {
@@ -7043,11 +6081,11 @@ var _excluded$s = ["labelLists", "totalResults", "resultTextTemplate", "clearTex
7043
6081
 
7044
6082
  var _templateObject$F, _templateObject2$D, _templateObject3$y, _templateObject4$t, _templateObject5$q, _templateObject6$n, _templateObject7$m, _templateObject8$k;
7045
6083
  var Container$s = styled.div(_templateObject$F || (_templateObject$F = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n font-size: 12px;\n min-height: 22px;\n"])));
7046
- var ResultsTextWrapper = styled.div(_templateObject2$D || (_templateObject2$D = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color: hsl(207, 5%, 57%);\n"])), function (_ref) {
6084
+ var ResultsTextWrapper = styled.div(_templateObject2$D || (_templateObject2$D = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color: var(--grey-9);\n"])), function (_ref) {
7047
6085
  var theme = _ref.theme;
7048
6086
  return theme.fontFamily.ui;
7049
6087
  });
7050
- var FilterLabel = styled.div(_templateObject3$y || (_templateObject3$y = _taggedTemplateLiteralLoose(["\n height: 18px;\n flex-shrink: 0;\n display: flex;\n align-items: center;\n padding: 0 11px 0 8px;\n margin-left: 3px;\n color: hsl(207, 5%, 57%);\n\n ", ";\n\n ", " {\n display: flex;\n align-items: center;\n }\n border-right: 1px solid hsla(0, 0%, 13%, 0.16);\n"])), function (_ref2) {
6088
+ var FilterLabel = styled.div(_templateObject3$y || (_templateObject3$y = _taggedTemplateLiteralLoose(["\n height: 18px;\n flex-shrink: 0;\n display: flex;\n align-items: center;\n padding: 0 11px 0 8px;\n margin-left: 3px;\n color: var(--grey-9);\n\n ", ";\n\n ", " {\n display: flex;\n align-items: center;\n }\n border-right: 1px solid var(--grey-8);\n"])), function (_ref2) {
7051
6089
  var theme = _ref2.theme;
7052
6090
  return theme && css(_templateObject4$t || (_templateObject4$t = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n "])), theme.fontFamily.data);
7053
6091
  }, IconWrapper);
@@ -7055,7 +6093,7 @@ var FilterLabelText = styled.div(_templateObject5$q || (_templateObject5$q = _ta
7055
6093
  var hasIcon = _ref3.hasIcon;
7056
6094
  return hasIcon ? '0 15px 0 9px' : '0 15px 0 0';
7057
6095
  });
7058
- var ClearTextButton = styled.button(_templateObject6$n || (_templateObject6$n = _taggedTemplateLiteralLoose(["\n ", ";\n font-family: ", ";\n color: hsl(216, 4%, 77%);\n margin-left: 11px;\n font-size: 12px;\n"])), resetButtonStyles, function (_ref4) {
6096
+ var ClearTextButton = styled.button(_templateObject6$n || (_templateObject6$n = _taggedTemplateLiteralLoose(["\n ", ";\n font-family: ", ";\n color: var(--grey-10);\n margin-left: 11px;\n font-size: 12px;\n"])), resetButtonStyles, function (_ref4) {
7059
6097
  var theme = _ref4.theme;
7060
6098
  return theme.fontFamily.data;
7061
6099
  });
@@ -7151,7 +6189,7 @@ var FiltersResults = function FiltersResults(_ref5) {
7151
6189
  var _excluded$t = ["filtersTitle", "hasShowMore", "searchersConfig", "dropdownsConfig", "datePickersConfig", "showMoreText", "showLessText", "resultTextTemplate", "clearText", "totalResults", "singleFilter", "resultsDateFormat", "onChangeCallback"];
7152
6190
 
7153
6191
  var _templateObject$G, _templateObject2$E, _templateObject3$z;
7154
- var Title$2 = styled.div(_templateObject$G || (_templateObject$G = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color: hsl(207, 5%, 57%);\n font-size: 12px;\n font-weight: 700;\n margin-bottom: 17px;\n"])), function (_ref) {
6192
+ var Title$2 = styled.div(_templateObject$G || (_templateObject$G = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color: var(--grey-10);\n font-size: 12px;\n font-weight: 700;\n margin-bottom: 17px;\n"])), function (_ref) {
7155
6193
  var theme = _ref.theme;
7156
6194
  return theme.fontFamily.ui;
7157
6195
  });
@@ -7592,7 +6630,7 @@ var StatusCounter = styled.div(_templateObject2$F || (_templateObject2$F = _tagg
7592
6630
  }, function (_ref2) {
7593
6631
  var theme = _ref2.theme,
7594
6632
  color = _ref2.color;
7595
- return color ? theme.colors.status[color] : 'hsla(0, 0%, 91.8%, 0)';
6633
+ return color ? theme.colors.status[color] : 'var(--grey-5)';
7596
6634
  });
7597
6635
  var StatusDot = styled.div(_templateObject4$u || (_templateObject4$u = _taggedTemplateLiteralLoose(["\n width: 6px;\n height: 6px;\n border-radius: 50%;\n position: absolute;\n top: -4px;\n right: -7px;\n ", "\n background-color: ", ";\n"])), function (_ref3) {
7598
6636
  var animation = _ref3.theme.animation;
@@ -7600,7 +6638,7 @@ var StatusDot = styled.div(_templateObject4$u || (_templateObject4$u = _taggedTe
7600
6638
  }, function (_ref4) {
7601
6639
  var theme = _ref4.theme,
7602
6640
  color = _ref4.color;
7603
- return color ? theme.colors.status[color] : 'hsla(0, 0%, 91.8%, 0)';
6641
+ return color ? theme.colors.status[color] : 'var(--grey-5)';
7604
6642
  });
7605
6643
 
7606
6644
  var StatusIcon = function StatusIcon(_ref5) {
@@ -9551,7 +8589,7 @@ var MediaBoxWrapper = styled.div(_templateObject$T || (_templateObject$T = _tagg
9551
8589
  var minWidth = _ref2.minWidth;
9552
8590
  return minWidth && "min-width: " + minWidth;
9553
8591
  });
9554
- var mediaStyle = "\n max-width: 100%;\n max-height: 100%;\n border-radius: 3px;\n background-color: hsla(0deg, 0%, 0%, 35%);\n";
8592
+ var mediaStyle = "\n max-width: 100%;\n max-height: 100%;\n border-radius: 3px;\n background-color: var(--grey-11);\n";
9555
8593
  var LoadingOverlay$3 = styled.div(_templateObject2$O || (_templateObject2$O = _taggedTemplateLiteralLoose(["\n position: absolute;\n top:0;\n bottom: 0;\n left: 0;\n right: 0;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n"])));
9556
8594
  var Video$3 = styled.video(_templateObject3$H || (_templateObject3$H = _taggedTemplateLiteralLoose(["\n ", ";\n outline: none;\n\n ", ";\n"])), mediaStyle, function (_ref3) {
9557
8595
  var theme = _ref3.theme,
@@ -9662,7 +8700,7 @@ var MediaBox = function MediaBox(_ref5) {
9662
8700
  };
9663
8701
 
9664
8702
  var _templateObject$U, _templateObject2$P, _templateObject3$I, _templateObject4$C, _templateObject5$z, _templateObject6$s, _templateObject7$r;
9665
- var Container$C = styled.div(_templateObject$U || (_templateObject$U = _taggedTemplateLiteralLoose(["\n position: fixed;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: hsla(202, 33%, 95%, 0.51);\n -webkit-backdrop-filter: blur(5px);\n backdrop-filter: blur(5px);\n z-index: 999;\n ", "\n\n font-family: ", ";\n ", ";\n"])), function (_ref) {
8703
+ var Container$C = styled.div(_templateObject$U || (_templateObject$U = _taggedTemplateLiteralLoose(["\n position: fixed;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--grey-3);\n -webkit-backdrop-filter: blur(5px);\n backdrop-filter: blur(5px);\n z-index: 999;\n ", "\n\n font-family: ", ";\n ", ";\n"])), function (_ref) {
9666
8704
  var theme = _ref.theme;
9667
8705
  return theme && css(_templateObject2$P || (_templateObject2$P = _taggedTemplateLiteralLoose([""])));
9668
8706
  }, function (_ref2) {
@@ -9679,7 +8717,7 @@ var CloseButton = styled.button(_templateObject4$C || (_templateObject4$C = _tag
9679
8717
  }, IconWrapper, function (_ref5) {
9680
8718
  var _ref5$selected = _ref5.selected,
9681
8719
  selected = _ref5$selected === void 0 ? false : _ref5$selected;
9682
- return selected && css(_templateObject5$z || (_templateObject5$z = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid hsl(207, 80%, 64%);\n "])));
8720
+ return selected && css(_templateObject5$z || (_templateObject5$z = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid var(--primary-7);\n "])));
9683
8721
  }, function (_ref6) {
9684
8722
  var theme = _ref6.theme;
9685
8723
  return theme && css(_templateObject6$s || (_templateObject6$s = _taggedTemplateLiteralLoose(["\n opacity: .8;\n transition: transform ", " ", ";\n "])), theme.animation.speed.normal, theme.animation.easing.primary.inOut);
@@ -9964,7 +9002,7 @@ var Image$2 = styled.img(_templateObject6$t || (_templateObject6$t = _taggedTemp
9964
9002
  var showImage = _ref5.showImage;
9965
9003
  return showImage === true ? 'block' : 'none';
9966
9004
  });
9967
- var PlayableDrop = styled.div(_templateObject7$s || (_templateObject7$s = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n background-color: hsla(0, 0%, 0%, .5);\n height: 24px;\n width: 24px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n ", " {\n display: flex;\n svg {\n padding-left: 2px;\n path {\n stroke: hsla(0, 0%, 100%, 1.000);\n }\n }\n };\n"])), IconWrapper);
9005
+ var PlayableDrop = styled.div(_templateObject7$s || (_templateObject7$s = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n background-color: var(--black-a1);\n height: 24px;\n width: 24px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n ", " {\n display: flex;\n svg {\n padding-left: 2px;\n path {\n stroke: var(--white-1);\n }\n }\n };\n"])), IconWrapper);
9968
9006
 
9969
9007
  var TableRowThumbnail = function TableRowThumbnail(_ref6) {
9970
9008
  var _ref6$hoverZoom = _ref6.hoverZoom,
@@ -10464,12 +9502,12 @@ var TypeTableHeader = function TypeTableHeader(_ref9) {
10464
9502
  var _templateObject$$, _templateObject2$W, _templateObject3$N, _templateObject4$H, _templateObject5$D;
10465
9503
  var Container$F = styled.div(_templateObject$$ || (_templateObject$$ = _taggedTemplateLiteralLoose([""])));
10466
9504
  var TableContainer = styled.div(_templateObject2$W || (_templateObject2$W = _taggedTemplateLiteralLoose(["\n display: table;\n width: 100%;\n position: relative;\n"])));
10467
- var LoadingText$1 = styled.div(_templateObject3$N || (_templateObject3$N = _taggedTemplateLiteralLoose(["\n color: hsla(195, 10%, 52%, 0.72);\n"])));
9505
+ var LoadingText$1 = styled.div(_templateObject3$N || (_templateObject3$N = _taggedTemplateLiteralLoose(["\n color: var(--grey-a11);\n"])));
10468
9506
  var LoadingBox$1 = styled.div(_templateObject4$H || (_templateObject4$H = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: 0;\n z-index: 99;\n background-color: ", ";\n height: calc(100% - 50px);\n width: 100%;\n min-height: 100px;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 20px;\n\n ", " {\n margin-top: 10px;\n }\n"])), function (_ref) {
10469
9507
  var theme = _ref.theme;
10470
9508
  return theme.styles.tables.loadingOverlay;
10471
9509
  }, LoadingText$1);
10472
- var EmptyTableBox = styled.div(_templateObject5$D || (_templateObject5$D = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: 0;\n z-index: 99;\n padding: 20px;\n width: 100%;\n min-height: 100px;\n text-align: center;\n h3 {\n font-weight: 500;\n color: hsl(208, 8%, 38%);\n }\n color: hsl(207, 5%, 57%);\n"])));
9510
+ var EmptyTableBox = styled.div(_templateObject5$D || (_templateObject5$D = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: 0;\n z-index: 99;\n padding: 20px;\n width: 100%;\n min-height: 100px;\n text-align: center;\n h3 {\n font-weight: 500;\n color: var(--grey-11);\n }\n color: var(--grey-10);\n"])));
10473
9511
 
10474
9512
  var isChecked = function isChecked(_ref2) {
10475
9513
  var _ref2$_checked = _ref2._checked,
@@ -10565,7 +9603,7 @@ var Container$G = styled.div(_templateObject$10 || (_templateObject$10 = _tagged
10565
9603
  var StyledButton$4 = styled(Button)(_templateObject3$O || (_templateObject3$O = _taggedTemplateLiteralLoose(["\n flex-shrink: 0;\n"])));
10566
9604
  var StyledLoadingButton = styled(ButtonWithLoading)(_templateObject4$I || (_templateObject4$I = _taggedTemplateLiteralLoose(["\n flex-shrink: 0;\n"])));
10567
9605
  var StyledLink = styled(Link)(_templateObject5$E || (_templateObject5$E = _taggedTemplateLiteralLoose(["\n color: inherit;\n text-decoration: none;\n\n &:hover {\n text-decoration: underline;\n }\n"])));
10568
- var EditContainer = styled.div(_templateObject6$w || (_templateObject6$w = _taggedTemplateLiteralLoose(["\n min-width: 320px;\n background-color: hsl(0, 0%, 100%);\n z-index: 99;\n position: absolute;\n bottom: -15px;\n left: -11px;\n display: flex;\n align-items: center;\n justify-content: center;\n ", " {\n margin:0;\n span {\n margin: 0;\n }\n }\n ", " {\n margin-left: 5px;\n }\n ", " {\n margin-left: 5px;\n }\n"])), StyledLabel, StyledButton$4, StyledLoadingButton);
9606
+ var EditContainer = styled.div(_templateObject6$w || (_templateObject6$w = _taggedTemplateLiteralLoose(["\n min-width: 320px;\n background-color: var(--gray-2);\n z-index: 99;\n position: absolute;\n bottom: -15px;\n left: -11px;\n display: flex;\n align-items: center;\n justify-content: center;\n ", " {\n margin:0;\n span {\n margin: 0;\n }\n }\n ", " {\n margin-left: 5px;\n }\n ", " {\n margin-left: 5px;\n }\n"])), StyledLabel, StyledButton$4, StyledLoadingButton);
10569
9607
  var StyledIconButton$1 = styled(IconButton$2)(_templateObject7$v || (_templateObject7$v = _taggedTemplateLiteralLoose([""])));
10570
9608
  var TextContainer$2 = styled.div(_templateObject8$r || (_templateObject8$r = _taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding-right: 18px;\n\n ", "\n\n ", "\n\n ", " {\n opacity: 0;\n position: absolute;\n top: 7px;\n right: 0;\n };\n\n &:hover {\n ", " {\n opacity: 1;\n };\n }\n"])), function (_ref2) {
10571
9609
  var alignment = _ref2.alignment;
@@ -12397,25 +11435,25 @@ var LeftData = styled.div(_templateObject2$13 || (_templateObject2$13 = _taggedT
12397
11435
  }, IconWrapper);
12398
11436
  var RightData = styled.div(_templateObject4$Q || (_templateObject4$Q = _taggedTemplateLiteralLoose(["\n padding: 0 12px 0 16px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n"])));
12399
11437
  var DeviceDataGroup = styled.div(_templateObject5$M || (_templateObject5$M = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n margin-left: 14px;\n justify-content: center;\n"])));
12400
- var LeftTitle = styled.div(_templateObject6$z || (_templateObject6$z = _taggedTemplateLiteralLoose(["\n ", ";\n ", "};\n ", ";\n\n color: hsla(195, 10%, 52%, 0.72);\n font-size: 10px;\n"])), EllipsisStyles, function (_ref2) {
11438
+ var LeftTitle = styled.div(_templateObject6$z || (_templateObject6$z = _taggedTemplateLiteralLoose(["\n ", ";\n ", "};\n ", ";\n\n color: var(--grey-a10);\n font-size: 10px;\n"])), EllipsisStyles, function (_ref2) {
12401
11439
  var hasRightData = _ref2.hasRightData;
12402
11440
  return hasRightData ? "max-margin: 140px;" : "max-margin: 250px;";
12403
11441
  }, function (_ref3) {
12404
11442
  var hasMarginBottom = _ref3.hasMarginBottom;
12405
11443
  return hasMarginBottom && "margin-bottom: 1px;";
12406
11444
  });
12407
- var LeftSubTitle = styled.div(_templateObject7$x || (_templateObject7$x = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n ", ";\n ", "\n\n color: hsl(208, 8%, 38%);\n font-size: 16px;\n"])), function (_ref4) {
11445
+ var LeftSubTitle = styled.div(_templateObject7$x || (_templateObject7$x = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n ", ";\n ", "\n\n color: var(--grey-11);\n font-size: 16px;\n"])), function (_ref4) {
12408
11446
  var theme = _ref4.theme;
12409
11447
  return theme.fontFamily.data;
12410
11448
  }, EllipsisStyles, function (_ref5) {
12411
11449
  var hasRightData = _ref5.hasRightData;
12412
11450
  return hasRightData ? "max-width: 140px;" : "max-width: 250px;";
12413
11451
  });
12414
- var Title$5 = styled.div(_templateObject8$t || (_templateObject8$t = _taggedTemplateLiteralLoose(["\n ", ";\n max-width: 80px;\n color: hsla(195, 10%, 52%, 0.72);\n font-size: 10px;\n ", ";\n"])), EllipsisStyles, function (_ref6) {
11452
+ var Title$5 = styled.div(_templateObject8$t || (_templateObject8$t = _taggedTemplateLiteralLoose(["\n ", ";\n max-width: 80px;\n color: var(--grey-a10);\n font-size: 10px;\n ", ";\n"])), EllipsisStyles, function (_ref6) {
12415
11453
  var hasMarginBottom = _ref6.hasMarginBottom;
12416
11454
  return hasMarginBottom && "margin-bottom: 6px;";
12417
11455
  });
12418
- var SubTitle = styled.div(_templateObject9$o || (_templateObject9$o = _taggedTemplateLiteralLoose(["\n ", ";\n max-width: 80px;\n color: hsl(195, 10%, 52%);\n font-size: 12px;\n"])), EllipsisStyles);
11456
+ var SubTitle = styled.div(_templateObject9$o || (_templateObject9$o = _taggedTemplateLiteralLoose(["\n ", ";\n max-width: 80px;\n color: var(--grey-11);\n font-size: 12px;\n"])), EllipsisStyles);
12419
11457
 
12420
11458
  var PanelMetaData = function PanelMetaData(_ref7) {
12421
11459
  var _ref7$deviceIcon = _ref7.deviceIcon,
@@ -12449,7 +11487,7 @@ var PanelMetaData = function PanelMetaData(_ref7) {
12449
11487
  var _excluded$A = ["streamProps", "panelMetaData", "customBottom", "panelOnClick"];
12450
11488
 
12451
11489
  var _templateObject$1a;
12452
- var CameraPanelWrapper = styled.div(_templateObject$1a || (_templateObject$1a = _taggedTemplateLiteralLoose(["\n width: 300px;\n height: 230px;\n border-radius: 3px;\n box-shadow: 0 2px 10px 0 hsla(211, 42%, 86%, 0.41);\n background-color: ", ";\n }\n\n ", ";\n"])), function (_ref) {
11490
+ var CameraPanelWrapper = styled.div(_templateObject$1a || (_templateObject$1a = _taggedTemplateLiteralLoose(["\n width: 300px;\n height: 230px;\n border-radius: 3px;\n box-shadow: 0 2px 10px 0 var(--grey-a5);\n background-color: ", ";\n }\n\n ", ";\n"])), function (_ref) {
12453
11491
  var theme = _ref.theme;
12454
11492
  return theme.styles.global.background.backgroundImage;
12455
11493
  }, function (_ref2) {
@@ -12487,7 +11525,7 @@ var _excluded$B = ["icon", "size", "weight", "label", "linkTo"];
12487
11525
  var _templateObject$1c, _templateObject2$14, _templateObject3$X, _templateObject4$R;
12488
11526
  var TextContainer$3 = styled.div(_templateObject$1c || (_templateObject$1c = _taggedTemplateLiteralLoose(["\n user-select: none;\n"])));
12489
11527
  var StyledLink$1 = styled(Link)(_templateObject2$14 || (_templateObject2$14 = _taggedTemplateLiteralLoose(["\n text-decoration: none;\n"])));
12490
- var TagWrapper = styled.div(_templateObject3$X || (_templateObject3$X = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n font-size: ", "px;\n font-weight: 500;\n color: hsl(200, 3%, 39%);\n padding: 4px 10px;\n border: solid 1px hsl(120, 1%, 85%);\n display: inline-flex;\n align-items: center;\n border-radius: 3px;\n height: 26px;\n\n ", " {\n [stroke]{\n ", ";\n }\n margin-right: 8px;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n ", ";\n"])), function (_ref) {
11528
+ var TagWrapper = styled.div(_templateObject3$X || (_templateObject3$X = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n font-size: ", "px;\n font-weight: 500;\n color: var(--grey-11);\n padding: 4px 10px;\n border: solid 1px var(--grey-8);\n display: inline-flex;\n align-items: center;\n border-radius: 3px;\n height: 26px;\n\n ", " {\n [stroke]{\n ", ";\n }\n margin-right: 8px;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n ", ";\n"])), function (_ref) {
12491
11529
  var theme = _ref.theme;
12492
11530
  return theme.fontFamily.ui;
12493
11531
  }, function (_ref2) {
@@ -12582,14 +11620,14 @@ var _excluded$D = ["design", "size", "position", "text"];
12582
11620
 
12583
11621
  var _templateObject$1e, _templateObject2$15, _templateObject3$Y, _templateObject4$S, _templateObject5$N, _templateObject6$A;
12584
11622
  var Container$Q = styled.div(_templateObject$1e || (_templateObject$1e = _taggedTemplateLiteralLoose([""])));
12585
- var Title$6 = styled.div(_templateObject2$15 || (_templateObject2$15 = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color: hsl(207, 5%, 57%);\n font-size: 12px;\n font-weight: 700;\n margin-bottom: 17px;\n"])), function (_ref) {
11623
+ var Title$6 = styled.div(_templateObject2$15 || (_templateObject2$15 = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color: var(--grey-10);\n font-size: 12px;\n font-weight: 700;\n margin-bottom: 17px;\n"])), function (_ref) {
12586
11624
  var theme = _ref.theme;
12587
11625
  return theme.fontFamily.ui;
12588
11626
  });
12589
11627
  var ButtonsWrapper$1 = styled.div(_templateObject3$Y || (_templateObject3$Y = _taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: space-between;\n"])));
12590
11628
  var LeftButtons = styled.div(_templateObject4$S || (_templateObject4$S = _taggedTemplateLiteralLoose(["\n button {\n margin: 0 10px 10px 0;\n }\n"])));
12591
11629
  var RightButtons = styled.div(_templateObject5$N || (_templateObject5$N = _taggedTemplateLiteralLoose(["\n flex-shrink: 0;\n"])));
12592
- var SelectedResults = styled.div(_templateObject6$A || (_templateObject6$A = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n margin-top: 29px;\n min-height: 19px;\n color: hsl(207, 5%, 57%);\n font-size: 12px;\n"])), function (_ref2) {
11630
+ var SelectedResults = styled.div(_templateObject6$A || (_templateObject6$A = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n margin-top: 29px;\n min-height: 19px;\n color: var(--grey-10);\n font-size: 12px;\n"])), function (_ref2) {
12593
11631
  var theme = _ref2.theme;
12594
11632
  return theme.fontFamily.ui;
12595
11633
  });
@@ -12854,6 +11892,72 @@ function useBreakpoints() {
12854
11892
  return breakpoints;
12855
11893
  }
12856
11894
 
11895
+ var matchDark = '(prefers-color-scheme: dark)';
11896
+
11897
+ var toggleThemeClass = function toggleThemeClass(isDarkEnabled) {
11898
+ if (isDarkEnabled) {
11899
+ document.body.classList.add('light-theme');
11900
+ document.body.classList.remove('dark-theme');
11901
+ } else {
11902
+ document.body.classList.add('dark-theme');
11903
+ document.body.classList.remove('light-theme');
11904
+ }
11905
+ };
11906
+
11907
+ var setInitial = function setInitial() {
11908
+ var localStorageTheme = localStorage.getItem('isDarkThemeEnabled');
11909
+ var startDark = true;
11910
+
11911
+ if (localStorageTheme === null) {
11912
+ startDark = window.matchMedia(matchDark) && window.matchMedia(matchDark).matches;
11913
+ } else {
11914
+ startDark = localStorageTheme !== 'false';
11915
+ }
11916
+
11917
+ toggleThemeClass(!startDark);
11918
+ return startDark;
11919
+ };
11920
+
11921
+ var useThemeToggle = function useThemeToggle() {
11922
+ var _useState = useState(setInitial),
11923
+ isDarkThemeEnabled = _useState[0],
11924
+ setIsDarkThemeEnabled = _useState[1];
11925
+
11926
+ var onThemeToggle = useCallback(function () {
11927
+ setIsDarkThemeEnabled(function (enabled) {
11928
+ localStorage.isDarkThemeEnabled = !enabled;
11929
+ toggleThemeClass(enabled);
11930
+ return !enabled;
11931
+ });
11932
+ }, []);
11933
+ var osThemeToggle = useCallback(function (event) {
11934
+ var localStorageTheme = localStorage.getItem('isDarkThemeEnabled');
11935
+
11936
+ if (localStorageTheme !== null) {
11937
+ return;
11938
+ }
11939
+
11940
+ var isDark = event.matches;
11941
+ setIsDarkThemeEnabled(function () {
11942
+ toggleThemeClass(!isDark);
11943
+ return isDark;
11944
+ });
11945
+ }, []);
11946
+ useEffect(function () {
11947
+ var matcher = window.matchMedia(matchDark);
11948
+ matcher.addEventListener('change', osThemeToggle);
11949
+ return function () {
11950
+ matcher.removeEventListener('change', osThemeToggle);
11951
+ };
11952
+ }, [onThemeToggle, osThemeToggle]);
11953
+ return {
11954
+ isDarkThemeEnabled: isDarkThemeEnabled,
11955
+ setIsDarkThemeEnabled: setIsDarkThemeEnabled,
11956
+ onThemeToggle: onThemeToggle,
11957
+ isLightMode: !isDarkThemeEnabled
11958
+ };
11959
+ };
11960
+
12857
11961
  var _templateObject$1f, _templateObject2$16, _templateObject3$Z, _templateObject4$T, _templateObject5$O;
12858
11962
  var Container$R = styled.div(_templateObject$1f || (_templateObject$1f = _taggedTemplateLiteralLoose([""])));
12859
11963
  var Title$7 = styled.div(_templateObject2$16 || (_templateObject2$16 = _taggedTemplateLiteralLoose(["\n ", ";\n"])), function (_ref) {
@@ -13642,16 +12746,16 @@ var UserMenu = function UserMenu(_ref7) {
13642
12746
  var _templateObject$1m, _templateObject2$1d, _templateObject3$14, _templateObject4$_, _templateObject5$U, _templateObject6$G, _templateObject7$C, _templateObject8$y;
13643
12747
  var Container$U = styled.div(_templateObject$1m || (_templateObject$1m = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: 18px 20px 12px 20px;\n height: 122px;\n"])));
13644
12748
  var ImgWrapper = styled.div(_templateObject2$1d || (_templateObject2$1d = _taggedTemplateLiteralLoose(["\n border-radius: 5px;\n overflow: hidden;\n height: 40px;\n width: 40px;\n flex-shrink: 0;\n"])));
13645
- var EmptyImg = styled.div(_templateObject3$14 || (_templateObject3$14 = _taggedTemplateLiteralLoose(["\n background-color: hsl(210, 22%, 91%);\n width: 100%;\n height: 100%;\n"])));
13646
- var Image$3 = styled.div(_templateObject4$_ || (_templateObject4$_ = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n background-image: url(", ");\n background-position: center center;\n background-size: cover;\n background-repeat: no-repeat; \n display: ", ";\n"])), function (p) {
12749
+ var EmptyImg = styled.div(_templateObject3$14 || (_templateObject3$14 = _taggedTemplateLiteralLoose(["\n background-color: var(--grey-5);\n width: 100%;\n height: 100%;\n"])));
12750
+ var Image$3 = styled.div(_templateObject4$_ || (_templateObject4$_ = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n background-image: url(", ");\n background-position: center center;\n background-size: cover;\n background-repeat: no-repeat;\n display: ", ";\n"])), function (p) {
13647
12751
  return p.image;
13648
12752
  }, function (p) {
13649
12753
  return p.image ? 'block' : 'none';
13650
12754
  });
13651
12755
  var InfoContainer = styled.div(_templateObject5$U || (_templateObject5$U = _taggedTemplateLiteralLoose(["\n margin-left: 20px;\n"])));
13652
- var Title$9 = styled.div(_templateObject6$G || (_templateObject6$G = _taggedTemplateLiteralLoose(["\n font-size: 16px;\n font-weight: 500;\n color: hsl(0, 0%, 34%);\n"])));
13653
- var Message = styled.div(_templateObject7$C || (_templateObject7$C = _taggedTemplateLiteralLoose(["\n font-size: 13px;\n font-weight: 500;\n overflow: hidden;\n color: hsl(0, 0%, 34%);\n margin: 4px 0;\n height: 30px;\n text-overflow: ellipsis;\n overflow: hidden;\n display: inline-block;\n vertical-align: middle;\n"])));
13654
- var TimeMsg = styled.div(_templateObject8$y || (_templateObject8$y = _taggedTemplateLiteralLoose(["\n font-size: 13px;\n font-weight: 500;\n color: hsl(0, 0%, 67%);\n margin-top: 15px;\n"])));
12756
+ var Title$9 = styled.div(_templateObject6$G || (_templateObject6$G = _taggedTemplateLiteralLoose(["\n font-size: 16px;\n font-weight: 500;\n color: var(--grey-11);\n"])));
12757
+ var Message = styled.div(_templateObject7$C || (_templateObject7$C = _taggedTemplateLiteralLoose(["\n font-size: 13px;\n font-weight: 500;\n overflow: hidden;\n color: var(--grey-11);\n margin: 4px 0;\n height: 30px;\n text-overflow: ellipsis;\n overflow: hidden;\n display: inline-block;\n vertical-align: middle;\n"])));
12758
+ var TimeMsg = styled.div(_templateObject8$y || (_templateObject8$y = _taggedTemplateLiteralLoose(["\n font-size: 13px;\n font-weight: 500;\n color: var(--grey-12);\n margin-top: 15px;\n"])));
13655
12759
 
13656
12760
  var NotificationItem = function NotificationItem(_ref) {
13657
12761
  var imgUrl = _ref.imgUrl,
@@ -13665,7 +12769,7 @@ var NotificationItem = function NotificationItem(_ref) {
13665
12769
 
13666
12770
  var _templateObject$1n, _templateObject2$1e, _templateObject3$15;
13667
12771
  var Container$V = styled.div(_templateObject$1n || (_templateObject$1n = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
13668
- var StatusContainer = styled.h2(_templateObject2$1e || (_templateObject2$1e = _taggedTemplateLiteralLoose(["\n text-transform: uppercase;\n padding: 10px 0 10px 20px;\n font-size: 14px;\n font-weight: 500;\n color: hsl(0, 0%, 34%);\n border-bottom: ", " 1px solid;\n margin: 0;\n"])), function (_ref) {
12772
+ var StatusContainer = styled.h2(_templateObject2$1e || (_templateObject2$1e = _taggedTemplateLiteralLoose(["\n text-transform: uppercase;\n padding: 10px 0 10px 20px;\n font-size: 14px;\n font-weight: 500;\n color: var(--grey-12);\n border-bottom: ", " 1px solid;\n margin: 0;\n"])), function (_ref) {
13669
12773
  var theme = _ref.theme;
13670
12774
  return theme.colors.divider;
13671
12775
  });
@@ -13703,7 +12807,7 @@ var _templateObject$1o, _templateObject2$1f, _templateObject3$16, _templateObjec
13703
12807
  var Container$W = styled.div(_templateObject$1o || (_templateObject$1o = _taggedTemplateLiteralLoose(["\n z-index: 9;\n position: sticky;\n top: 0;\n align-self: flex-start;\n height: 65px;\n width: 100%;\n display: flex;\n justify-content: space-between;\n\n ", "\n"])), function (_ref) {
13704
12808
  var theme = _ref.theme,
13705
12809
  colors = _ref.theme.colors;
13706
- return colors && css(_templateObject2$1f || (_templateObject2$1f = _taggedTemplateLiteralLoose(["\n border-bottom: ", " 1px solid;\n // box-shadow: 5px 7px 10px 0 hsla(205, 16%, 77%, 0.1);\n background-color:", ";\n "])), theme.styles.global.mainMenu.lines.backgroundColor, theme.styles.global.mainMenu.background.backgroundColor);
12810
+ return colors && css(_templateObject2$1f || (_templateObject2$1f = _taggedTemplateLiteralLoose(["\n border-bottom: ", " 1px solid;\n background-color:", ";\n "])), theme.styles.global.mainMenu.lines.backgroundColor, theme.styles.global.mainMenu.background.backgroundColor);
13707
12811
  });
13708
12812
  var SearchBar = styled.div(_templateObject3$16 || (_templateObject3$16 = _taggedTemplateLiteralLoose(["\n margin-left: 25px;\n flex: 0 1 500px;\n display: flex;\n justify-content: center;\n align-items: center;\n"])));
13709
12813
  var IconWrapper$3 = styled.div(_templateObject4$$ || (_templateObject4$$ = _taggedTemplateLiteralLoose(["\n flex: 0 40px;\n width: 5px;\n display: flex;\n justify-content: center;\n align-items: center;\n > div {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n"])));
@@ -13915,10 +13019,10 @@ var TabLabel = styled.label(_templateObject2$1g || (_templateObject2$1g = _tagge
13915
13019
  return active ? '600' : '500';
13916
13020
  }, function (_ref3) {
13917
13021
  var active = _ref3.active;
13918
- return active ? '#0097ce' : '#787878';
13022
+ return active ? 'var(--primary-11)' : 'var(--grey-11)';
13919
13023
  }, function (_ref4) {
13920
13024
  var active = _ref4.active;
13921
- return active ? '2px solid #0097ce' : '2px solid transparent';
13025
+ return active ? '2px solid var(--primary-11)' : '2px solid transparent';
13922
13026
  });
13923
13027
 
13924
13028
  var Tab = function Tab(_ref5) {
@@ -14005,16 +13109,16 @@ var _excluded$H = ["icon", "title", "subtitle", "tabFor"];
14005
13109
  var _templateObject$1t, _templateObject2$1i, _templateObject3$19, _templateObject4$11, _templateObject5$W, _templateObject6$I;
14006
13110
  var Container$Z = styled.div(_templateObject$1t || (_templateObject$1t = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n margin-right: 22px;\n padding-bottom: 7px;\n height: 60px;\n cursor: pointer;\n\n ", ";\n ", " {\n margin-left: 2px;\n flex-shrink: 0;\n }\n"])), function (_ref) {
14007
13111
  var active = _ref.active;
14008
- return active ? css(_templateObject2$1i || (_templateObject2$1i = _taggedTemplateLiteralLoose(["\n border-bottom: 3px solid hsl(196, 100%, 40%);\n "]))) : css(_templateObject3$19 || (_templateObject3$19 = _taggedTemplateLiteralLoose(["\n border-bottom: 3px solid transparent;\n "])));
13112
+ return active ? css(_templateObject2$1i || (_templateObject2$1i = _taggedTemplateLiteralLoose(["\n border-bottom: 3px solid var(--primary-11);\n "]))) : css(_templateObject3$19 || (_templateObject3$19 = _taggedTemplateLiteralLoose(["\n border-bottom: 3px solid transparent;\n "])));
14009
13113
  }, IconWrapper);
14010
13114
  var Title$a = styled.div(_templateObject4$11 || (_templateObject4$11 = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n font-family: ", ";\n letter-spacing: 0.09px;\n font-weight: 500;\n color: ", ";\n margin-bottom: 5px;\n flex-shrink: 0;\n white-space: nowrap;\n text-overflow: ellipsis;\n"])), function (_ref2) {
14011
13115
  var theme = _ref2.theme;
14012
13116
  return theme.fontFamily.ui;
14013
13117
  }, function (_ref3) {
14014
13118
  var active = _ref3.active;
14015
- return active ? 'hsl(196, 100%, 40%)' : 'hsl(0, 0%, 46%)';
13119
+ return active ? 'var(--primary-11)' : 'var(--grey-11)';
14016
13120
  });
14017
- var SubTitle$2 = styled.div(_templateObject5$W || (_templateObject5$W = _taggedTemplateLiteralLoose(["\n font-size: 12px;\n font-family: ", ";\n font-style: italic;\n color: hsla(195, 10%, 52%, 0.72);\n flex-shrink: 0;\n white-space: nowrap;\n text-overflow: ellipsis;\n"])), function (_ref4) {
13121
+ var SubTitle$2 = styled.div(_templateObject5$W || (_templateObject5$W = _taggedTemplateLiteralLoose(["\n font-size: 12px;\n font-family: ", ";\n font-style: italic;\n color: var(--grey-a10);\n flex-shrink: 0;\n white-space: nowrap;\n text-overflow: ellipsis;\n"])), function (_ref4) {
14018
13122
  var theme = _ref4.theme;
14019
13123
  return theme.fontFamily.data;
14020
13124
  });
@@ -14054,7 +13158,7 @@ var TabWithIcon = function TabWithIcon(_ref5) {
14054
13158
 
14055
13159
  var _templateObject$1u, _templateObject2$1j;
14056
13160
  var Container$_ = styled.div(_templateObject$1u || (_templateObject$1u = _taggedTemplateLiteralLoose([""])));
14057
- var TabListWrapper$1 = styled.div(_templateObject2$1j || (_templateObject2$1j = _taggedTemplateLiteralLoose(["\n padding-top: 10px;\n padding-left: ", ";\n box-shadow: 0 -5px 5px 0 hsla(0, 0%, 0%, 0.01);\n border-bottom: 1px solid hsl(0, 0%, 89%);\n overflow-y: auto;\n scrollbar-width: none; /* Firefox */\n -ms-overflow-style: none; /* Internet Explorer 10+ */\n &::-webkit-scrollbar { /* WebKit */\n width: 0;\n height: 0;\n }\n"])), function (_ref) {
13161
+ var TabListWrapper$1 = styled.div(_templateObject2$1j || (_templateObject2$1j = _taggedTemplateLiteralLoose(["\n padding-top: 10px;\n padding-left: ", ";\n box-shadow: 0 -5px 5px 0 var(--black-a1);\n border-bottom: 1px solid var(--grey-6);\n overflow-y: auto;\n scrollbar-width: none; /* Firefox */\n -ms-overflow-style: none; /* Internet Explorer 10+ */\n &::-webkit-scrollbar { /* WebKit */\n width: 0;\n height: 0;\n }\n"])), function (_ref) {
14058
13162
  var paddingLeft = _ref.paddingLeft;
14059
13163
  return paddingLeft ? paddingLeft : '87px';
14060
13164
  });
@@ -14439,5 +13543,5 @@ var Sidebar = function Sidebar(_ref3) {
14439
13543
  return React__default.createElement(Container$13, Object.assign({}, props), children);
14440
13544
  };
14441
13545
 
14442
- export { ActionButtons, ActionsBar, AlertBar, AlertWrapper, AreaUploadManager, AvatarUploader, BackLink, BasicSearchInput, Button, ButtonWithIcon, ButtonWithLoading, CameraPanelWrapper, CameraPanels, Checkbox, ConfirmationModal, Content, Controls, CropTool, DatePicker, DebouncedSearcher, DropArea, DurationSlider, EditCell, FilterBar, FilterButton, FilterDropdown, FilterDropdownContainer, FilterInputs, FiltersResults, Form, GlobalUI, Icon, IconButton$2 as IconButton, Input, InputFileButton, IntroductionText, Label, Layout, LineReducer, LineSetContext, LineUI, LineUI$1 as LineUIRTC, LineUIVideo, Logo$2 as Logo, MainContainer, MainMenu, MediaBox, ModalContext, ModalProvider, MultilineContent, Notification, NotificationProvider, PTZContext, PTZProvider, reducer as PTZReducer, PageHeader, PageTitle, PasswordField, PercentageSlider, RadioButton, SelectField, SelectWrapper, Sidebar, SidebarBox, SidebarHeading, SidebarLink, SidebarLinkHeading, SliderInput, SmallInput, SortDropdown, Spinner, StatusIcon, Switch, Tab, TabContent, TabContext, TabList, TabWithIcon, TableHeaderTitle, TableRowThumbnail, Tabs, TabsWithIconBar, Tag, TagList, TagListWrapper, TextArea, TextAreaField, TextField, TopBar, TypeTable, WebRTCPlayer as WebRTCClient, dark as darkTheme, isDateInterval, isFilterItem, light as lightTheme, resetButtonStyles, themeFallbackHelper, useClickOutside, useCopyToClipboard, useInterval, useMediaModal, useModal, useNotification, usePTZ, usePoll, useTitle, useTo };
13546
+ export { ActionButtons, ActionsBar, AlertBar, AlertWrapper, AreaUploadManager, AvatarUploader, BackLink, BasicSearchInput, Button, ButtonWithIcon, ButtonWithLoading, CameraPanelWrapper, CameraPanels, Checkbox, ConfirmationModal, Content, Controls, CropTool, DatePicker, DebouncedSearcher, DropArea, DurationSlider, EditCell, FilterBar, FilterButton, FilterDropdown, FilterDropdownContainer, FilterInputs, FiltersResults, Form, GlobalUI, Icon, IconButton$2 as IconButton, Input, InputFileButton, IntroductionText, Label, Layout, LineReducer, LineSetContext, LineUI, LineUI$1 as LineUIRTC, LineUIVideo, Logo$2 as Logo, MainContainer, MainMenu, MediaBox, ModalContext, ModalProvider, MultilineContent, Notification, NotificationProvider, PTZContext, PTZProvider, reducer as PTZReducer, PageHeader, PageTitle, PasswordField, PercentageSlider, RadioButton, SelectField, SelectWrapper, Sidebar, SidebarBox, SidebarHeading, SidebarLink, SidebarLinkHeading, SliderInput, SmallInput, SortDropdown, Spinner, StatusIcon, Switch, Tab, TabContent, TabContext, TabList, TabWithIcon, TableHeaderTitle, TableRowThumbnail, Tabs, TabsWithIconBar, Tag, TagList, TagListWrapper, TextArea, TextAreaField, TextField, TopBar, TypeTable, WebRTCPlayer as WebRTCClient, isDateInterval, isFilterItem, resetButtonStyles, light as scorerTheme, useClickOutside, useCopyToClipboard, useInterval, useMediaModal, useModal, useNotification, usePTZ, usePoll, useThemeToggle, useTitle, useTo };
14443
13547
  //# sourceMappingURL=index.modern.js.map