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.
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/useThemeToggle.d.ts +8 -0
- package/dist/index.d.ts +3 -5
- package/dist/index.js +327 -1224
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +326 -1222
- package/dist/index.modern.js.map +1 -1
- package/dist/themes/light/colors.d.ts +1 -0
- package/dist/themes/light/light.d.ts +5 -0
- package/dist/themes/light/styles.d.ts +4 -0
- package/package.json +1 -1
- package/dist/themes/dark/colors.d.ts +0 -24
- package/dist/themes/dark/custom.d.ts +0 -139
- package/dist/themes/dark/dark.d.ts +0 -1051
- package/dist/themes/dark/styles.d.ts +0 -301
- package/dist/themes/dark/typography.d.ts +0 -485
- package/dist/themes/themeFallbackHelper.d.ts +0 -5
package/dist/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
2
2
|
|
|
3
|
-
var defaultsDeep = _interopDefault(require('lodash.defaultsdeep'));
|
|
4
3
|
var React = require('react');
|
|
5
4
|
var React__default = _interopDefault(React);
|
|
6
5
|
var styled = require('styled-components');
|
|
@@ -195,28 +194,28 @@ var typography = {
|
|
|
195
194
|
"fontSize": "16px",
|
|
196
195
|
"fontWeight": 600,
|
|
197
196
|
"textDecoration": "none",
|
|
198
|
-
"color": "var(--
|
|
197
|
+
"color": "var(--white-1)"
|
|
199
198
|
},
|
|
200
199
|
"large": {
|
|
201
200
|
"textAlign": "center",
|
|
202
201
|
"fontSize": "20px",
|
|
203
202
|
"fontWeight": 600,
|
|
204
203
|
"textDecoration": "none",
|
|
205
|
-
"color": "var(--
|
|
204
|
+
"color": "var(--white-1)"
|
|
206
205
|
},
|
|
207
206
|
"small": {
|
|
208
207
|
"textAlign": "center",
|
|
209
208
|
"fontSize": "14px",
|
|
210
209
|
"fontWeight": 600,
|
|
211
210
|
"textDecoration": "none",
|
|
212
|
-
"color": "var(--
|
|
211
|
+
"color": "var(--white-1)"
|
|
213
212
|
},
|
|
214
213
|
"xsmall": {
|
|
215
214
|
"textAlign": "center",
|
|
216
215
|
"fontSize": "12px",
|
|
217
216
|
"fontWeight": 600,
|
|
218
217
|
"textDecoration": "none",
|
|
219
|
-
"color": "var(--
|
|
218
|
+
"color": "var(--white-1)"
|
|
220
219
|
}
|
|
221
220
|
},
|
|
222
221
|
"primary": {
|
|
@@ -314,7 +313,7 @@ var typography = {
|
|
|
314
313
|
"fontWeight": 500,
|
|
315
314
|
"lineHeight": "25px",
|
|
316
315
|
"textDecoration": "none",
|
|
317
|
-
"color": "var(--grey-
|
|
316
|
+
"color": "var(--grey-12)"
|
|
318
317
|
},
|
|
319
318
|
"compact": {
|
|
320
319
|
"textAlign": "left",
|
|
@@ -322,7 +321,7 @@ var typography = {
|
|
|
322
321
|
"fontWeight": 500,
|
|
323
322
|
"lineHeight": "15px",
|
|
324
323
|
"textDecoration": "none",
|
|
325
|
-
"color": "var(--grey-
|
|
324
|
+
"color": "var(--grey-12)"
|
|
326
325
|
}
|
|
327
326
|
}
|
|
328
327
|
},
|
|
@@ -452,7 +451,7 @@ var typography = {
|
|
|
452
451
|
"fontSize": "14px",
|
|
453
452
|
"fontWeight": 300,
|
|
454
453
|
"textDecoration": "none",
|
|
455
|
-
"color": "var(--grey-
|
|
454
|
+
"color": "var(--grey-12)"
|
|
456
455
|
},
|
|
457
456
|
"placeholder": {
|
|
458
457
|
"textAlign": "left",
|
|
@@ -534,7 +533,7 @@ var typography = {
|
|
|
534
533
|
"fontSize": "14px",
|
|
535
534
|
"fontWeight": 600,
|
|
536
535
|
"textDecoration": "none",
|
|
537
|
-
"color": "var(--grey-
|
|
536
|
+
"color": "var(--grey-12)"
|
|
538
537
|
}
|
|
539
538
|
},
|
|
540
539
|
"meta": {
|
|
@@ -749,7 +748,7 @@ var typography = {
|
|
|
749
748
|
"fontSize": "14px",
|
|
750
749
|
"fontWeight": 400,
|
|
751
750
|
"textDecoration": "none",
|
|
752
|
-
"color": "var(--grey-
|
|
751
|
+
"color": "var(--grey-a8)"
|
|
753
752
|
},
|
|
754
753
|
"default": {
|
|
755
754
|
"textAlign": "center",
|
|
@@ -763,7 +762,7 @@ var typography = {
|
|
|
763
762
|
"fontSize": "12px",
|
|
764
763
|
"fontWeight": 700,
|
|
765
764
|
"textDecoration": "none",
|
|
766
|
-
"color": "
|
|
765
|
+
"color": "var(--grey-a12)"
|
|
767
766
|
}
|
|
768
767
|
},
|
|
769
768
|
"monthLink": {
|
|
@@ -775,7 +774,7 @@ var typography = {
|
|
|
775
774
|
"textTransform": "uppercase",
|
|
776
775
|
"letterSpacing": "0.4px",
|
|
777
776
|
"textDecoration": "none",
|
|
778
|
-
"color": "var(--grey-
|
|
777
|
+
"color": "var(--grey-9)"
|
|
779
778
|
},
|
|
780
779
|
"hover": {
|
|
781
780
|
"textAlign": "center",
|
|
@@ -829,7 +828,7 @@ var typography = {
|
|
|
829
828
|
"fontSize": "13px",
|
|
830
829
|
"fontWeight": 500,
|
|
831
830
|
"textDecoration": "none",
|
|
832
|
-
"color": "var(--
|
|
831
|
+
"color": "var(--grey-a12)"
|
|
833
832
|
}
|
|
834
833
|
},
|
|
835
834
|
"presetAction": {
|
|
@@ -837,7 +836,7 @@ var typography = {
|
|
|
837
836
|
"fontSize": "13px",
|
|
838
837
|
"fontWeight": 500,
|
|
839
838
|
"textDecoration": "none",
|
|
840
|
-
"color": "var(--
|
|
839
|
+
"color": "var(--gray-12)"
|
|
841
840
|
},
|
|
842
841
|
"filterButton": {
|
|
843
842
|
"default": {
|
|
@@ -876,7 +875,7 @@ var typography = {
|
|
|
876
875
|
"fontSize": "12px",
|
|
877
876
|
"fontWeight": 400,
|
|
878
877
|
"textDecoration": "none",
|
|
879
|
-
"color": "var(--grey-
|
|
878
|
+
"color": "var(--grey-12)"
|
|
880
879
|
}
|
|
881
880
|
}
|
|
882
881
|
},
|
|
@@ -895,7 +894,7 @@ var typography = {
|
|
|
895
894
|
"textAlign": "left",
|
|
896
895
|
"fontSize": "20px",
|
|
897
896
|
"fontWeight": 400,
|
|
898
|
-
"textShadow": "0px 0px 10px
|
|
897
|
+
"textShadow": "0px 0px 10px var(--white-a5)",
|
|
899
898
|
"textDecoration": "none",
|
|
900
899
|
"color": "var(--grey-11)"
|
|
901
900
|
},
|
|
@@ -915,17 +914,18 @@ var colors = {
|
|
|
915
914
|
"pureTop": "var(--black-1)",
|
|
916
915
|
"divider": "var(--grey-6)",
|
|
917
916
|
"icons": {
|
|
918
|
-
"inverse": "var(--
|
|
919
|
-
"mono": "var(--
|
|
920
|
-
"dimmed": "var(--grey-
|
|
921
|
-
"subtle": "var(--
|
|
917
|
+
"inverse": "var(--grey-1)",
|
|
918
|
+
"mono": "var(--grey-12)",
|
|
919
|
+
"dimmed": "var(--grey-11)",
|
|
920
|
+
"subtle": "var(--grey-10)",
|
|
922
921
|
"primary": "var(--primary-9)",
|
|
923
|
-
"danger": "var(--error-9)"
|
|
922
|
+
"danger": "var(--error-9)",
|
|
923
|
+
"white": "var(--white-1)"
|
|
924
924
|
},
|
|
925
925
|
"menu": {
|
|
926
926
|
"active": "var(--primary-9)",
|
|
927
|
-
"hover": "var(--primary-
|
|
928
|
-
"default": "var(--
|
|
927
|
+
"hover": "var(--primary-8)",
|
|
928
|
+
"default": "var(--gray-2)",
|
|
929
929
|
"indicator": "var(--grey-a1)",
|
|
930
930
|
"passive": "var(--primary-a7)"
|
|
931
931
|
},
|
|
@@ -937,7 +937,7 @@ var colors = {
|
|
|
937
937
|
"warning": "var(--warning-8)"
|
|
938
938
|
},
|
|
939
939
|
"status": {
|
|
940
|
-
"caution": "var(--warning-
|
|
940
|
+
"caution": "var(--warning-10)",
|
|
941
941
|
"danger": "var(--error-8)",
|
|
942
942
|
"folder": "var(--primary-7)",
|
|
943
943
|
"highlight": "var(--primary-7)",
|
|
@@ -960,13 +960,13 @@ var styles = {
|
|
|
960
960
|
"input": {
|
|
961
961
|
"default": {
|
|
962
962
|
"normal": {
|
|
963
|
-
"backgroundColor": "var(--
|
|
963
|
+
"backgroundColor": "var(--grey-1)",
|
|
964
964
|
"borderColor": colors.input.border["default"],
|
|
965
965
|
"border": colors.input.border["default"] + " 1px solid"
|
|
966
966
|
},
|
|
967
967
|
"focused": {
|
|
968
|
-
"boxShadow": "0px 3px 7px 0px var(--primary-
|
|
969
|
-
"backgroundColor": "var(--
|
|
968
|
+
"boxShadow": "0px 3px 7px 0px var(--primary-a2)",
|
|
969
|
+
"backgroundColor": "var(--grey-1)",
|
|
970
970
|
"borderColor": "var(--primary-7)",
|
|
971
971
|
"border": "var(--primary-7) 1px solid"
|
|
972
972
|
}
|
|
@@ -983,49 +983,52 @@ var styles = {
|
|
|
983
983
|
},
|
|
984
984
|
"required": {
|
|
985
985
|
"focused": {
|
|
986
|
-
"boxShadow": "0px 3px 7px 0px var(--primary-
|
|
987
|
-
"backgroundColor": "var(--
|
|
986
|
+
"boxShadow": "0px 3px 7px 0px var(--primary-a2)",
|
|
987
|
+
"backgroundColor": "var(--grey-1)",
|
|
988
988
|
"borderColor": "var(--primary-7)",
|
|
989
989
|
"border": "var(--primary-7) 2px solid"
|
|
990
990
|
},
|
|
991
991
|
"normal": {
|
|
992
992
|
"borderColor": "var(--primary-7)",
|
|
993
|
-
"border": "var(--primary-7) 1px solid"
|
|
993
|
+
"border": "var(--primary-7) 1px solid",
|
|
994
|
+
"backgroundColor": "var(--grey-1)"
|
|
994
995
|
}
|
|
995
996
|
},
|
|
996
997
|
"valid": {
|
|
997
998
|
"focused": {
|
|
998
|
-
"boxShadow": "0px 3px 5px 0px var(--success-
|
|
999
|
-
"backgroundColor": "var(--
|
|
999
|
+
"boxShadow": "0px 3px 5px 0px var(--success-a2)",
|
|
1000
|
+
"backgroundColor": "var(--grey-1)",
|
|
1000
1001
|
"borderColor": "var(--success-7)",
|
|
1001
1002
|
"border": "var(--success-7) 2px solid"
|
|
1002
1003
|
},
|
|
1003
1004
|
"normal": {
|
|
1004
1005
|
"borderColor": "var(--success-7)",
|
|
1005
|
-
"border": "var(--success-7) 1px solid"
|
|
1006
|
+
"border": "var(--success-7) 1px solid",
|
|
1007
|
+
"backgroundColor": "var(--grey-1)"
|
|
1006
1008
|
}
|
|
1007
1009
|
},
|
|
1008
1010
|
"invalid": {
|
|
1009
1011
|
"focused": {
|
|
1010
|
-
"boxShadow": "0px 3px 7px 0px var(--error-
|
|
1011
|
-
"backgroundColor": "var(--
|
|
1012
|
+
"boxShadow": "0px 3px 7px 0px var(--error-a2)",
|
|
1013
|
+
"backgroundColor": "var(--grey-1)",
|
|
1012
1014
|
"borderColor": "var(--error-8)",
|
|
1013
1015
|
"border": "var(--error-8) 2px solid"
|
|
1014
1016
|
},
|
|
1015
1017
|
"normal": {
|
|
1016
1018
|
"borderColor": "var(--error-8)",
|
|
1017
|
-
"border": "var(--error-8) 1px solid"
|
|
1019
|
+
"border": "var(--error-8) 1px solid",
|
|
1020
|
+
"backgroundColor": "var(--grey-1)"
|
|
1018
1021
|
}
|
|
1019
1022
|
},
|
|
1020
1023
|
"processing": {
|
|
1021
1024
|
"focused": {
|
|
1022
|
-
"boxShadow": "0px 3px 7px 0px var(--primary-
|
|
1023
|
-
"backgroundColor": "var(--
|
|
1025
|
+
"boxShadow": "0px 3px 7px 0px var(--primary-a2)",
|
|
1026
|
+
"backgroundColor": "var(--grey-1)",
|
|
1024
1027
|
"borderColor": "var(--primary-7)",
|
|
1025
1028
|
"border": "var(--primary-7) 2px solid"
|
|
1026
1029
|
},
|
|
1027
1030
|
"normal": {
|
|
1028
|
-
"backgroundColor": "var(--
|
|
1031
|
+
"backgroundColor": "var(--grey-1)",
|
|
1029
1032
|
"borderColor": "var(--primary-7)",
|
|
1030
1033
|
"border": "var(--primary-7) 1px solid"
|
|
1031
1034
|
}
|
|
@@ -1043,45 +1046,46 @@ var styles = {
|
|
|
1043
1046
|
"button": {
|
|
1044
1047
|
"primary": {
|
|
1045
1048
|
"default": {
|
|
1046
|
-
"backgroundColor": "var(--primary-
|
|
1047
|
-
"backgroundImage": "linear-gradient(135.00deg, var(--primary-
|
|
1049
|
+
"backgroundColor": "var(--primary-9)",
|
|
1050
|
+
"backgroundImage": "linear-gradient(135.00deg, var(--primary-9) 0%, var(--primary-8) 100%)"
|
|
1048
1051
|
},
|
|
1049
1052
|
"hover": {
|
|
1050
|
-
"backgroundColor": "var(--primary-
|
|
1053
|
+
"backgroundColor": "var(--primary-10)"
|
|
1051
1054
|
},
|
|
1052
1055
|
"active": {
|
|
1053
|
-
"backgroundColor": "var(--primary-
|
|
1056
|
+
"backgroundColor": "var(--primary-9)"
|
|
1054
1057
|
},
|
|
1055
1058
|
"divider": {
|
|
1056
|
-
"backgroundColor": "var(--primary-
|
|
1059
|
+
"backgroundColor": "var(--primary-a8)"
|
|
1057
1060
|
},
|
|
1058
1061
|
"disabled": {
|
|
1059
|
-
"backgroundColor": "var(--primary-
|
|
1060
|
-
"backgroundImage": "linear-gradient(135.00deg, var(--primary-
|
|
1062
|
+
"backgroundColor": "var(--primary-a10)",
|
|
1063
|
+
"backgroundImage": "linear-gradient(135.00deg, var(--primary-9) 0%, var(--primary-8) 100%)"
|
|
1061
1064
|
},
|
|
1062
1065
|
"actionArea": {
|
|
1063
|
-
"backgroundColor": "var(--primary-
|
|
1064
|
-
"backgroundImage": "linear-gradient(135.00deg, var(--primary-
|
|
1066
|
+
"backgroundColor": "var(--primary-9)",
|
|
1067
|
+
"backgroundImage": "linear-gradient(135.00deg, var(--primary-9) 0%, var(--primary-8) 100%)"
|
|
1065
1068
|
}
|
|
1066
1069
|
},
|
|
1067
1070
|
"secondary": {
|
|
1068
1071
|
"default": {
|
|
1069
|
-
"backgroundColor": "var(--grey-
|
|
1072
|
+
"backgroundColor": "var(--grey-9)"
|
|
1070
1073
|
},
|
|
1071
1074
|
"hover": {
|
|
1072
|
-
"backgroundColor": "var(--grey-
|
|
1075
|
+
"backgroundColor": "var(--grey-10)"
|
|
1073
1076
|
},
|
|
1074
1077
|
"active": {
|
|
1075
|
-
"backgroundColor": "var(--grey-
|
|
1078
|
+
"backgroundColor": "var(--grey-9)"
|
|
1076
1079
|
},
|
|
1077
1080
|
"disabled": {
|
|
1078
|
-
"backgroundColor": "var(--grey-
|
|
1081
|
+
"backgroundColor": "var(--grey-a10)"
|
|
1079
1082
|
},
|
|
1080
1083
|
"divider": {
|
|
1081
1084
|
"backgroundColor": "var(--grey-a8)"
|
|
1082
1085
|
},
|
|
1083
1086
|
"actionArea": {
|
|
1084
|
-
"backgroundColor": "var(--grey-
|
|
1087
|
+
"backgroundColor": "var(--grey-9)",
|
|
1088
|
+
"backgroundImage": "linear-gradient(135.00deg, var(--grey-9) 0%, var(--grey-8) 100%)"
|
|
1085
1089
|
}
|
|
1086
1090
|
},
|
|
1087
1091
|
"danger": {
|
|
@@ -1090,13 +1094,13 @@ var styles = {
|
|
|
1090
1094
|
"backgroundImage": "linear-gradient(317.51deg, var(--error-9) 0%, var(--error-8) 100%)"
|
|
1091
1095
|
},
|
|
1092
1096
|
"hover": {
|
|
1093
|
-
"backgroundColor": "var(--error-
|
|
1097
|
+
"backgroundColor": "var(--error-10)"
|
|
1094
1098
|
},
|
|
1095
1099
|
"active": {
|
|
1096
|
-
"backgroundColor": "var(--error-
|
|
1100
|
+
"backgroundColor": "var(--error-9)"
|
|
1097
1101
|
},
|
|
1098
1102
|
"disabled": {
|
|
1099
|
-
"backgroundColor": "var(--error-
|
|
1103
|
+
"backgroundColor": "var(--error-a10)"
|
|
1100
1104
|
},
|
|
1101
1105
|
"divider": {
|
|
1102
1106
|
"backgroundColor": "var(--error-8)"
|
|
@@ -1123,8 +1127,8 @@ var styles = {
|
|
|
1123
1127
|
},
|
|
1124
1128
|
"disabled": {
|
|
1125
1129
|
"outer": {
|
|
1126
|
-
"backgroundColor": "var(--
|
|
1127
|
-
"backgroundImage": "linear-gradient(180.00deg, var(--
|
|
1130
|
+
"backgroundColor": "var(--grey-1)",
|
|
1131
|
+
"backgroundImage": "linear-gradient(180.00deg, var(--grey-1)0%, var(--grey-1) 100%)",
|
|
1128
1132
|
"borderColor": "var(--grey-a7)",
|
|
1129
1133
|
"border": "var(--grey-a7) 1px solid"
|
|
1130
1134
|
},
|
|
@@ -1232,13 +1236,13 @@ var styles = {
|
|
|
1232
1236
|
"locked": {
|
|
1233
1237
|
"default": {
|
|
1234
1238
|
"outer": {
|
|
1235
|
-
"backgroundColor": "var(--
|
|
1236
|
-
"backgroundImage": "linear-gradient(180.00deg, var(--
|
|
1237
|
-
"borderColor": "var(--grey-
|
|
1238
|
-
"border": "var(--grey-
|
|
1239
|
+
"backgroundColor": "var(--grey-1) ",
|
|
1240
|
+
"backgroundImage": "linear-gradient(180.00deg, var(--grey-1) 0%, var(--grey-1) 100%)",
|
|
1241
|
+
"borderColor": "var(--grey-a8)",
|
|
1242
|
+
"border": "var(--grey-a8) 1px solid"
|
|
1239
1243
|
},
|
|
1240
1244
|
"inner": {
|
|
1241
|
-
"backgroundColor": "var(--grey-
|
|
1245
|
+
"backgroundColor": "var(--grey-8)"
|
|
1242
1246
|
}
|
|
1243
1247
|
}
|
|
1244
1248
|
}
|
|
@@ -1251,12 +1255,12 @@ var styles = {
|
|
|
1251
1255
|
"border": "var(--grey-6) 2px solid"
|
|
1252
1256
|
},
|
|
1253
1257
|
"default": {
|
|
1254
|
-
"borderColor": "var(--grey-
|
|
1255
|
-
"border": "var(--grey-
|
|
1258
|
+
"borderColor": "var(--grey-9)",
|
|
1259
|
+
"border": "var(--grey-9) 2px solid"
|
|
1256
1260
|
},
|
|
1257
1261
|
"hover": {
|
|
1258
|
-
"borderColor": "var(--primary-
|
|
1259
|
-
"border": "var(--primary-
|
|
1262
|
+
"borderColor": "var(--primary-8)",
|
|
1263
|
+
"border": "var(--primary-8) 2px solid"
|
|
1260
1264
|
}
|
|
1261
1265
|
},
|
|
1262
1266
|
"checked": {
|
|
@@ -1266,11 +1270,11 @@ var styles = {
|
|
|
1266
1270
|
},
|
|
1267
1271
|
"default": {
|
|
1268
1272
|
"boxShadow": "inset 0px 1px 5px 0px var(--grey-a1)",
|
|
1269
|
-
"backgroundColor": "var(--primary-
|
|
1273
|
+
"backgroundColor": "var(--primary-8)"
|
|
1270
1274
|
},
|
|
1271
1275
|
"hover": {
|
|
1272
1276
|
"boxShadow": "inset 0px 1px 5px 0px var(--grey-a1)",
|
|
1273
|
-
"backgroundColor": "var(--primary-
|
|
1277
|
+
"backgroundColor": "var(--primary-8)"
|
|
1274
1278
|
}
|
|
1275
1279
|
},
|
|
1276
1280
|
"indeterminate": {
|
|
@@ -1316,7 +1320,7 @@ var styles = {
|
|
|
1316
1320
|
"drawer": {
|
|
1317
1321
|
"background": {
|
|
1318
1322
|
"boxShadow": "-5px 0px 10px 0px var(--white-a2)",
|
|
1319
|
-
"backgroundColor": "var(--
|
|
1323
|
+
"backgroundColor": "var(--grey-1)"
|
|
1320
1324
|
}
|
|
1321
1325
|
},
|
|
1322
1326
|
"topBar": {
|
|
@@ -1346,1115 +1350,150 @@ var styles = {
|
|
|
1346
1350
|
"borderColor": "var(--grey-8)",
|
|
1347
1351
|
"border": "var(--grey-8) 3px solid"
|
|
1348
1352
|
}
|
|
1349
|
-
},
|
|
1350
|
-
"primary": {
|
|
1351
|
-
"top": {
|
|
1352
|
-
"borderColor": "var(--white-1)",
|
|
1353
|
-
"border": "var(--white-1) 3px solid"
|
|
1354
|
-
},
|
|
1355
|
-
"base": {
|
|
1356
|
-
"borderColor": "var(--primary-6)",
|
|
1357
|
-
"border": "var(--primary-6) 3px solid"
|
|
1358
|
-
}
|
|
1359
|
-
},
|
|
1360
|
-
"simple": {
|
|
1361
|
-
"top": {
|
|
1362
|
-
"borderColor": "var(--white-1)",
|
|
1363
|
-
"border": "var(--white-1) 3px solid"
|
|
1364
|
-
},
|
|
1365
|
-
"base": {
|
|
1366
|
-
"borderColor": "var(--grey-a8)",
|
|
1367
|
-
"border": "var(--grey-a8) 3px solid"
|
|
1368
|
-
}
|
|
1369
|
-
}
|
|
1370
|
-
}
|
|
1371
|
-
},
|
|
1372
|
-
"filters": {
|
|
1373
|
-
"dropdownContainer": {
|
|
1374
|
-
"background": {
|
|
1375
|
-
"boxShadow": "0px 5px 25px 0px var(--primary-a1)",
|
|
1376
|
-
"backgroundColor": "var(--white-1)",
|
|
1377
|
-
"borderColor": "var(--grey-6)",
|
|
1378
|
-
"border": "var(--grey-6) 1px solid"
|
|
1379
|
-
},
|
|
1380
|
-
"topBorder": {
|
|
1381
|
-
"backgroundColor": "var(--primary-7)"
|
|
1382
|
-
}
|
|
1383
|
-
},
|
|
1384
|
-
"filterButton": {
|
|
1385
|
-
"default": {
|
|
1386
|
-
"boxShadow": "0px 4px 9px 0px var(--primary-a1)",
|
|
1387
|
-
"backgroundColor": "var(--grey-2)",
|
|
1388
|
-
"borderColor": "var(--grey-7)",
|
|
1389
|
-
"border": "var(--grey-7) 1px solid",
|
|
1390
|
-
"textColor": "var(--grey-11)"
|
|
1391
|
-
},
|
|
1392
|
-
"active": {
|
|
1393
|
-
"boxShadow": "0px 4px 9px 0px var(--primary-a1)",
|
|
1394
|
-
"backgroundColor": "var(--primary-7)",
|
|
1395
|
-
"borderColor": "var(--primary-7)",
|
|
1396
|
-
"border": "var(--primary-7) 1px solid",
|
|
1397
|
-
"textColor": "var(--white-1)"
|
|
1398
|
-
},
|
|
1399
|
-
"hover": {
|
|
1400
|
-
"boxShadow": "0px 4px 9px 0px var(--primary-a1)",
|
|
1401
|
-
"backgroundColor": "var(--primary-6)",
|
|
1402
|
-
"borderColor": "var(--primary-7)",
|
|
1403
|
-
"border": "var(--primary-7) 1px solid",
|
|
1404
|
-
"textColor": "var(--white-1)"
|
|
1405
|
-
}
|
|
1406
|
-
},
|
|
1407
|
-
"searchInput": {
|
|
1408
|
-
"default": {
|
|
1409
|
-
"boxShadow": "0px 4px 9px 0px var(--primary-a2)",
|
|
1410
|
-
"backgroundColor": "var(--white-1)",
|
|
1411
|
-
"borderColor": "var(--grey-7)",
|
|
1412
|
-
"border": "var(--grey-7) 1px solid"
|
|
1413
|
-
},
|
|
1414
|
-
"focused": {
|
|
1415
|
-
"boxShadow": "0px 4px 9px 0px var(--primary-a2)",
|
|
1416
|
-
"backgroundColor": "var(--white-1)",
|
|
1417
|
-
"borderColor": "var(--primary-6)",
|
|
1418
|
-
"border": "var(--primary-6) 1px solid"
|
|
1419
|
-
}
|
|
1420
|
-
}
|
|
1421
|
-
},
|
|
1422
|
-
"tables": {
|
|
1423
|
-
"loadingOverlay": {
|
|
1424
|
-
"backgroundColor": "var(--grey-2)",
|
|
1425
|
-
"backgroundImage": "linear-gradient(180.00deg, var(--grey-2) 0%, var(--grey-3) 100%)"
|
|
1426
|
-
},
|
|
1427
|
-
"rows": {
|
|
1428
|
-
"divider": {
|
|
1429
|
-
"backgroundColor": colors.divider
|
|
1430
|
-
}
|
|
1431
|
-
},
|
|
1432
|
-
"header": {
|
|
1433
|
-
"groupLine": {
|
|
1434
|
-
"backgroundColor": colors.divider
|
|
1435
|
-
},
|
|
1436
|
-
"divider": {
|
|
1437
|
-
"backgroundColor": colors.divider
|
|
1438
|
-
},
|
|
1439
|
-
"sortable": {
|
|
1440
|
-
"hover": {
|
|
1441
|
-
"backgroundColor": "var(--grey-4)"
|
|
1442
|
-
},
|
|
1443
|
-
"default": {
|
|
1444
|
-
"backgroundColor": "var(--grey-a4)"
|
|
1445
|
-
}
|
|
1446
|
-
}
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1449
|
-
"general": {
|
|
1450
|
-
"divider": {
|
|
1451
|
-
"backgroundColor": colors.divider
|
|
1452
|
-
}
|
|
1453
|
-
},
|
|
1454
|
-
"feedbackBar": {
|
|
1455
|
-
"neutral": {
|
|
1456
|
-
"backgroundColor": colors.feedback.neutral
|
|
1457
|
-
},
|
|
1458
|
-
"error": {
|
|
1459
|
-
"backgroundColor": colors.feedback.error
|
|
1460
|
-
},
|
|
1461
|
-
"info": {
|
|
1462
|
-
"backgroundColor": colors.feedback.info
|
|
1463
|
-
},
|
|
1464
|
-
"success": {
|
|
1465
|
-
"backgroundColor": colors.feedback.success
|
|
1466
|
-
},
|
|
1467
|
-
"warning": {
|
|
1468
|
-
"backgroundColor": colors.feedback.warning
|
|
1469
|
-
}
|
|
1470
|
-
},
|
|
1471
|
-
"filterButton": {
|
|
1472
|
-
"active": {
|
|
1473
|
-
"boxShadow": "0px 4px 9px 0px var(--primary-a1)",
|
|
1474
|
-
"backgroundColor": "var(--grey-2)",
|
|
1475
|
-
"borderColor": "var(--primary-7)",
|
|
1476
|
-
"border": "var(--primary-7) 1px solid"
|
|
1477
|
-
}
|
|
1478
|
-
},
|
|
1479
|
-
"modal": {
|
|
1480
|
-
"overlay": {
|
|
1481
|
-
"backgroundColor": "var(--grey-a3)"
|
|
1482
|
-
},
|
|
1483
|
-
"container": {
|
|
1484
|
-
"boxShadow": "0px 10px 15px 0px var(--primary-a1)",
|
|
1485
|
-
"backgroundColor": "var(--white-1)",
|
|
1486
|
-
"borderColor": "var(--grey-6)",
|
|
1487
|
-
"border": "var(--grey-6) 1px solid"
|
|
1488
|
-
}
|
|
1489
|
-
}
|
|
1490
|
-
};
|
|
1491
|
-
|
|
1492
|
-
var custom = {
|
|
1493
|
-
"lines": {
|
|
1494
|
-
"primary": {
|
|
1495
|
-
label: {
|
|
1496
|
-
fill: "#fff"
|
|
1497
|
-
},
|
|
1498
|
-
contrastLine: {
|
|
1499
|
-
stroke: 'hsla(205deg, 80%, 45%, 100%);'
|
|
1500
|
-
},
|
|
1501
|
-
highlightLine: {
|
|
1502
|
-
stroke: 'hsla(205deg, 45%, 90%, 90%);'
|
|
1503
|
-
},
|
|
1504
|
-
grabHandle: {
|
|
1505
|
-
fill: 'hsla(205deg, 45%, 90%, 100%)',
|
|
1506
|
-
stroke: 'hsla(205deg, 45%, 100%, 100%)'
|
|
1507
|
-
},
|
|
1508
|
-
point: {
|
|
1509
|
-
fill: 'hsla(205deg, 45%, 90%, 100%)'
|
|
1510
|
-
},
|
|
1511
|
-
grabHandleContrast: {
|
|
1512
|
-
stroke: 'hsla(205deg, 80%, 45%, 100%)'
|
|
1513
|
-
},
|
|
1514
|
-
grabHandleText: {
|
|
1515
|
-
fill: 'hsla(205deg, 80%, 25%, 100%);'
|
|
1516
|
-
},
|
|
1517
|
-
handleBase: {
|
|
1518
|
-
fill: 'hsla(235deg, 100%, 80%, 100%);'
|
|
1519
|
-
},
|
|
1520
|
-
handleRingLayer: {
|
|
1521
|
-
stroke: 'hsla(205deg, 100%, 89%, 100%);'
|
|
1522
|
-
},
|
|
1523
|
-
handleReactiveFill: {
|
|
1524
|
-
fill: 'hsla(192deg, 100%, 45%, 100%);'
|
|
1525
|
-
},
|
|
1526
|
-
handleReactiveRing: {
|
|
1527
|
-
stroke: 'hsla(205deg, 100%, 36%, 27%);'
|
|
1528
|
-
},
|
|
1529
|
-
handleContrastLayer: {
|
|
1530
|
-
stroke: 'hsla(205deg, 100%, 36%, 15%);'
|
|
1531
|
-
},
|
|
1532
|
-
stopStart: {
|
|
1533
|
-
stopColor: ' hsla(205deg, 100%, 15%, 35%);'
|
|
1534
|
-
},
|
|
1535
|
-
stopEnd: {
|
|
1536
|
-
stopColor: 'hsla(205deg, 100%, 15%, 0%)'
|
|
1537
|
-
}
|
|
1538
|
-
},
|
|
1539
|
-
"secondary": {
|
|
1540
|
-
label: {
|
|
1541
|
-
fill: "#fff"
|
|
1542
|
-
},
|
|
1543
|
-
contrastLine: {
|
|
1544
|
-
stroke: 'hsla(120deg, 80%, 45%, 100%);'
|
|
1545
|
-
},
|
|
1546
|
-
highlightLine: {
|
|
1547
|
-
stroke: 'hsla(120deg, 45%, 90%, 90%);'
|
|
1548
|
-
},
|
|
1549
|
-
grabHandle: {
|
|
1550
|
-
fill: 'hsla(120deg, 45%, 90%, 100%)',
|
|
1551
|
-
stroke: 'hsla(120deg, 45%, 100%, 100%)'
|
|
1552
|
-
},
|
|
1553
|
-
point: {
|
|
1554
|
-
fill: 'hsla(120deg, 45%, 90%, 100%)'
|
|
1555
|
-
},
|
|
1556
|
-
grabHandleContrast: {
|
|
1557
|
-
stroke: 'hsla(120deg, 80%, 45%, 100%)'
|
|
1558
|
-
},
|
|
1559
|
-
grabHandleText: {
|
|
1560
|
-
fill: 'hsla(120deg, 80%, 25%, 100%);'
|
|
1561
|
-
},
|
|
1562
|
-
handleBase: {
|
|
1563
|
-
fill: 'hsla(150deg, 100%, 80%, 100%);'
|
|
1564
|
-
},
|
|
1565
|
-
handleRingLayer: {
|
|
1566
|
-
stroke: 'hsla(120deg, 100%, 89%, 100%);'
|
|
1567
|
-
},
|
|
1568
|
-
handleReactiveFill: {
|
|
1569
|
-
fill: 'hsla(108deg, 100%, 45%, 100%);'
|
|
1570
|
-
},
|
|
1571
|
-
handleReactiveRing: {
|
|
1572
|
-
stroke: 'hsla(120deg, 100%, 36%, 27%);'
|
|
1573
|
-
},
|
|
1574
|
-
handleContrastLayer: {
|
|
1575
|
-
stroke: 'hsla(120deg, 100%, 36%, 15%);'
|
|
1576
|
-
},
|
|
1577
|
-
stopStart: {
|
|
1578
|
-
stopColor: ' hsla(120deg, 100%, 15%, 35%);'
|
|
1579
|
-
},
|
|
1580
|
-
stopEnd: {
|
|
1581
|
-
stopColor: 'hsla(120deg, 100%, 15%, 0%)'
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
"danger": {
|
|
1585
|
-
label: {
|
|
1586
|
-
fill: "#fff"
|
|
1587
|
-
},
|
|
1588
|
-
contrastLine: {
|
|
1589
|
-
stroke: 'hsla(0, 80%, 45%, 100%);'
|
|
1590
|
-
},
|
|
1591
|
-
highlightLine: {
|
|
1592
|
-
stroke: 'hsla(0, 45%, 90%, 90%);'
|
|
1593
|
-
},
|
|
1594
|
-
grabHandle: {
|
|
1595
|
-
fill: 'hsla(0, 45%, 90%, 100%)',
|
|
1596
|
-
stroke: 'hsla(0, 45%, 100%, 100%)'
|
|
1597
|
-
},
|
|
1598
|
-
point: {
|
|
1599
|
-
fill: 'hsla(0, 45%, 90%, 100%)'
|
|
1600
|
-
},
|
|
1601
|
-
grabHandleText: {
|
|
1602
|
-
fill: 'hsla(0, 80%, 25%, 100%);'
|
|
1603
|
-
},
|
|
1604
|
-
grabHandleContrast: {
|
|
1605
|
-
stroke: 'hsla(0, 80%, 45%, 100%)'
|
|
1606
|
-
},
|
|
1607
|
-
handleBase: {
|
|
1608
|
-
fill: 'hsla(30deg, 100%, 80%, 100%);'
|
|
1609
|
-
},
|
|
1610
|
-
handleRingLayer: {
|
|
1611
|
-
stroke: 'hsla(0, 100%, 89%, 100%);'
|
|
1612
|
-
},
|
|
1613
|
-
handleReactiveFill: {
|
|
1614
|
-
fill: 'hsla(348deg, 100%, 45%, 100%);'
|
|
1615
|
-
},
|
|
1616
|
-
handleReactiveRing: {
|
|
1617
|
-
stroke: 'hsla(0deg, 100%, 36%, 27%);'
|
|
1618
|
-
},
|
|
1619
|
-
handleContrastLayer: {
|
|
1620
|
-
stroke: 'hsla(0deg, 100%, 36%, 15%);'
|
|
1621
|
-
},
|
|
1622
|
-
stopStart: {
|
|
1623
|
-
stopColor: ' hsla(0, 100%, 15%, 35%);'
|
|
1624
|
-
},
|
|
1625
|
-
stopEnd: {
|
|
1626
|
-
stopColor: 'hsla(0, 100%, 15%, 0%);'
|
|
1627
|
-
}
|
|
1628
|
-
}
|
|
1629
|
-
}
|
|
1630
|
-
};
|
|
1631
|
-
|
|
1632
|
-
var light = {
|
|
1633
|
-
fontFamily: fontFamily,
|
|
1634
|
-
dimensions: dimensions,
|
|
1635
|
-
typography: typography,
|
|
1636
|
-
colors: colors,
|
|
1637
|
-
styles: styles,
|
|
1638
|
-
animation: animation,
|
|
1639
|
-
custom: custom,
|
|
1640
|
-
deviceSize: deviceSize,
|
|
1641
|
-
deviceMediaQuery: deviceMediaQuery
|
|
1642
|
-
};
|
|
1643
|
-
|
|
1644
|
-
var typography$1 = {
|
|
1645
|
-
"form": {
|
|
1646
|
-
"label": {
|
|
1647
|
-
"default": {
|
|
1648
|
-
"textAlign": "left",
|
|
1649
|
-
"fontSize": "14px",
|
|
1650
|
-
"fontWeight": 400,
|
|
1651
|
-
"textDecoration": "none",
|
|
1652
|
-
"color": "hsla(207, 5%, 56.7%, 1.000)"
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
"input": {
|
|
1656
|
-
"label": {
|
|
1657
|
-
"textAlign": "left",
|
|
1658
|
-
"fontSize": "14px",
|
|
1659
|
-
"fontWeight": 400,
|
|
1660
|
-
"textDecoration": "none",
|
|
1661
|
-
"color": "hsla(207, 5%, 56.7%, 1.000)"
|
|
1662
|
-
},
|
|
1663
|
-
"placeholder": {
|
|
1664
|
-
"normal": {
|
|
1665
|
-
"textAlign": "left",
|
|
1666
|
-
"fontStyle": "italic",
|
|
1667
|
-
"fontSize": "16px",
|
|
1668
|
-
"fontWeight": 500,
|
|
1669
|
-
"textDecoration": "none",
|
|
1670
|
-
"color": "hsla(0, 0%, 46.3%, 1.000)"
|
|
1671
|
-
}
|
|
1672
|
-
},
|
|
1673
|
-
"value": {
|
|
1674
|
-
"normal": {
|
|
1675
|
-
"textAlign": "left",
|
|
1676
|
-
"fontSize": "16px",
|
|
1677
|
-
"fontWeight": 500,
|
|
1678
|
-
"lineHeight": "25px",
|
|
1679
|
-
"textDecoration": "none",
|
|
1680
|
-
"color": "hsla(0, 0%, 96.9%, 1.000)"
|
|
1681
|
-
}
|
|
1682
|
-
}
|
|
1683
|
-
},
|
|
1684
|
-
"button": {
|
|
1685
|
-
"secondary": {
|
|
1686
|
-
"normal": {
|
|
1687
|
-
"textAlign": "center",
|
|
1688
|
-
"fontSize": "16px",
|
|
1689
|
-
"fontWeight": 600,
|
|
1690
|
-
"textDecoration": "none",
|
|
1691
|
-
"color": "hsla(0, 0%, 91.4%, 1.000)"
|
|
1692
|
-
},
|
|
1693
|
-
"large": {
|
|
1694
|
-
"textAlign": "center",
|
|
1695
|
-
"fontSize": "20px",
|
|
1696
|
-
"fontWeight": 600,
|
|
1697
|
-
"textDecoration": "none",
|
|
1698
|
-
"color": "hsla(0, 0%, 91.4%, 1.000)"
|
|
1699
|
-
},
|
|
1700
|
-
"small": {
|
|
1701
|
-
"textAlign": "center",
|
|
1702
|
-
"fontSize": "14px",
|
|
1703
|
-
"fontWeight": 600,
|
|
1704
|
-
"textDecoration": "none",
|
|
1705
|
-
"color": "hsla(0, 0%, 91.4%, 1.000)"
|
|
1706
|
-
},
|
|
1707
|
-
"xsmall": {
|
|
1708
|
-
"textAlign": "center",
|
|
1709
|
-
"fontSize": "12px",
|
|
1710
|
-
"fontWeight": 600,
|
|
1711
|
-
"textDecoration": "none",
|
|
1712
|
-
"color": "hsla(0, 0%, 91.4%, 1.000)"
|
|
1713
|
-
}
|
|
1714
|
-
}
|
|
1715
|
-
}
|
|
1716
|
-
},
|
|
1717
|
-
"global": {
|
|
1718
|
-
"mainMenu": {
|
|
1719
|
-
"subItem": {
|
|
1720
|
-
"default": {
|
|
1721
|
-
"textAlign": "left",
|
|
1722
|
-
"fontSize": "14px",
|
|
1723
|
-
"fontWeight": 300,
|
|
1724
|
-
"textDecoration": "none",
|
|
1725
|
-
"color": "hsla(0, 0%, 100%, 0.549)"
|
|
1726
|
-
},
|
|
1727
|
-
"hover": {
|
|
1728
|
-
"textAlign": "left",
|
|
1729
|
-
"fontSize": "14px",
|
|
1730
|
-
"fontWeight": 300,
|
|
1731
|
-
"textDecoration": "none",
|
|
1732
|
-
"color": "hsla(0, 0%, 100%, 0.800)"
|
|
1733
|
-
}
|
|
1734
|
-
},
|
|
1735
|
-
"subheader": {
|
|
1736
|
-
"textAlign": "left",
|
|
1737
|
-
"fontSize": "14px",
|
|
1738
|
-
"fontWeight": 600,
|
|
1739
|
-
"textTransform": "uppercase",
|
|
1740
|
-
"letterSpacing": "0.35px",
|
|
1741
|
-
"textDecoration": "none",
|
|
1742
|
-
"color": "hsla(0, 0%, 100%, 0.545)"
|
|
1743
|
-
},
|
|
1744
|
-
"identity": {
|
|
1745
|
-
"textAlign": "left",
|
|
1746
|
-
"fontSize": "12px",
|
|
1747
|
-
"fontWeight": 400,
|
|
1748
|
-
"textDecoration": "none",
|
|
1749
|
-
"color": "hsla(0, 0%, 88.6%, 0.651)"
|
|
1750
|
-
},
|
|
1751
|
-
"menuItem": {
|
|
1752
|
-
"active": {
|
|
1753
|
-
"textAlign": "left",
|
|
1754
|
-
"fontSize": "16px",
|
|
1755
|
-
"fontWeight": 300,
|
|
1756
|
-
"textDecoration": "none",
|
|
1757
|
-
"color": "hsla(0, 0%, 100%, 1.000)"
|
|
1758
|
-
},
|
|
1759
|
-
"default": {
|
|
1760
|
-
"textAlign": "left",
|
|
1761
|
-
"fontSize": "16px",
|
|
1762
|
-
"fontWeight": 300,
|
|
1763
|
-
"textDecoration": "none",
|
|
1764
|
-
"color": "hsla(0, 0%, 100%, 1.000)"
|
|
1765
|
-
},
|
|
1766
|
-
"hover": {
|
|
1767
|
-
"textAlign": "left",
|
|
1768
|
-
"fontSize": "16px",
|
|
1769
|
-
"fontWeight": 300,
|
|
1770
|
-
"textDecoration": "none",
|
|
1771
|
-
"color": "hsla(0, 0%, 100%, 1.000)"
|
|
1772
|
-
}
|
|
1773
|
-
},
|
|
1774
|
-
"hidePrompt": {
|
|
1775
|
-
"textAlign": "left",
|
|
1776
|
-
"fontSize": "14px",
|
|
1777
|
-
"fontWeight": 300,
|
|
1778
|
-
"textDecoration": "none",
|
|
1779
|
-
"color": "hsla(203, 13.2%, 73.3%, 1.000)"
|
|
1780
|
-
},
|
|
1781
|
-
"sub-MenuItem": {
|
|
1782
|
-
"default": {
|
|
1783
|
-
"textAlign": "left",
|
|
1784
|
-
"fontSize": "14px",
|
|
1785
|
-
"fontWeight": 300,
|
|
1786
|
-
"textDecoration": "none",
|
|
1787
|
-
"color": "hsla(203, 6.6%, 76.1%, 1.000)"
|
|
1788
|
-
},
|
|
1789
|
-
"active": {
|
|
1790
|
-
"textAlign": "left",
|
|
1791
|
-
"fontSize": "14px",
|
|
1792
|
-
"fontWeight": 300,
|
|
1793
|
-
"textDecoration": "none",
|
|
1794
|
-
"color": "hsla(203, 6.6%, 76.1%, 1.000)"
|
|
1795
|
-
},
|
|
1796
|
-
"hover": {
|
|
1797
|
-
"textAlign": "left",
|
|
1798
|
-
"fontSize": "14px",
|
|
1799
|
-
"fontWeight": 300,
|
|
1800
|
-
"textDecoration": "none",
|
|
1801
|
-
"color": "hsla(203, 6.6%, 76.1%, 1.000)"
|
|
1802
|
-
}
|
|
1803
|
-
}
|
|
1804
|
-
},
|
|
1805
|
-
"topBar": {
|
|
1806
|
-
"search": {
|
|
1807
|
-
"value": {
|
|
1808
|
-
"textAlign": "left",
|
|
1809
|
-
"fontSize": "14px",
|
|
1810
|
-
"fontWeight": 300,
|
|
1811
|
-
"textDecoration": "none",
|
|
1812
|
-
"color": "hsla(0, 0%, 34.9%, 1.000)"
|
|
1813
|
-
}
|
|
1814
|
-
}
|
|
1815
|
-
}
|
|
1816
|
-
},
|
|
1817
|
-
"pageHeader": {
|
|
1818
|
-
"introduction": {
|
|
1819
|
-
"textAlign": "left",
|
|
1820
|
-
"fontSize": "14px",
|
|
1821
|
-
"fontWeight": 300,
|
|
1822
|
-
"lineHeight": "20px",
|
|
1823
|
-
"textDecoration": "none",
|
|
1824
|
-
"color": "hsla(0, 0%, 85.9%, 1.000)"
|
|
1825
|
-
},
|
|
1826
|
-
"mainTitle": {
|
|
1827
|
-
"textAlign": "left",
|
|
1828
|
-
"fontSize": "26px",
|
|
1829
|
-
"fontWeight": 600,
|
|
1830
|
-
"textDecoration": "none",
|
|
1831
|
-
"color": "hsla(208, 17.8%, 85.7%, 1.000)"
|
|
1832
|
-
},
|
|
1833
|
-
"areaTitle": {
|
|
1834
|
-
"textAlign": "left",
|
|
1835
|
-
"fontSize": "12px",
|
|
1836
|
-
"fontWeight": 400,
|
|
1837
|
-
"textDecoration": "none",
|
|
1838
|
-
"color": "hsla(205, 7.6%, 69%, 1.000)"
|
|
1839
|
-
}
|
|
1840
|
-
},
|
|
1841
|
-
"styleGuide": {
|
|
1842
|
-
"guideTitle": {
|
|
1843
|
-
"textAlign": "left",
|
|
1844
|
-
"fontSize": "24px",
|
|
1845
|
-
"fontWeight": 300,
|
|
1846
|
-
"textDecoration": "none",
|
|
1847
|
-
"color": "hsla(0, 0%, 48.2%, 1.000)",
|
|
1848
|
-
"textTransform": "uppercase",
|
|
1849
|
-
"letterSpacing": "0.4px"
|
|
1850
|
-
},
|
|
1851
|
-
"guideNotes": {
|
|
1852
|
-
"textAlign": "left",
|
|
1853
|
-
"fontStyle": "italic",
|
|
1854
|
-
"fontSize": "14px",
|
|
1855
|
-
"fontWeight": 300,
|
|
1856
|
-
"lineHeight": "30px",
|
|
1857
|
-
"paragraphSpacing": "15px",
|
|
1858
|
-
"textDecoration": "none",
|
|
1859
|
-
"color": "hsla(0, 0%, 48.2%, 1.000)"
|
|
1860
|
-
},
|
|
1861
|
-
"itemName": {
|
|
1862
|
-
"textAlign": "left",
|
|
1863
|
-
"fontSize": "12px",
|
|
1864
|
-
"fontWeight": 300,
|
|
1865
|
-
"textDecoration": "none",
|
|
1866
|
-
"color": "hsla(0, 0%, 22.7%, 1.000)"
|
|
1867
|
-
},
|
|
1868
|
-
"guideAreaSubtitle": {
|
|
1869
|
-
"textAlign": "left",
|
|
1870
|
-
"fontSize": "16px",
|
|
1871
|
-
"fontWeight": 300,
|
|
1872
|
-
"textTransform": "uppercase",
|
|
1873
|
-
"textDecoration": "none",
|
|
1874
|
-
"color": "hsla(0, 0%, 48.2%, 1.000)"
|
|
1875
|
-
},
|
|
1876
|
-
"guideAreaTitle": {
|
|
1877
|
-
"textAlign": "left",
|
|
1878
|
-
"fontSize": "20px",
|
|
1879
|
-
"fontWeight": 300,
|
|
1880
|
-
"textTransform": "uppercase",
|
|
1881
|
-
"textDecoration": "none",
|
|
1882
|
-
"color": "hsla(0, 0%, 48.2%, 1.000)"
|
|
1883
|
-
}
|
|
1884
|
-
},
|
|
1885
|
-
"active": {
|
|
1886
|
-
"textAlign": "left",
|
|
1887
|
-
"fontSize": "14px",
|
|
1888
|
-
"fontWeight": 600,
|
|
1889
|
-
"textDecoration": "none",
|
|
1890
|
-
"color": "hsla(0, 0%, 100%, 0.800)"
|
|
1891
|
-
},
|
|
1892
|
-
"filters": {
|
|
1893
|
-
"filterButton": {
|
|
1894
|
-
"default": {
|
|
1895
|
-
"textAlign": "left",
|
|
1896
|
-
"fontSize": "12px",
|
|
1897
|
-
"fontWeight": 400,
|
|
1898
|
-
"textDecoration": "none",
|
|
1899
|
-
"color": "hsla(0, 0%, 86.3%, 1.000)"
|
|
1900
|
-
},
|
|
1901
|
-
"active": {
|
|
1902
|
-
"textAlign": "left",
|
|
1903
|
-
"fontSize": "12px",
|
|
1904
|
-
"fontWeight": 400,
|
|
1905
|
-
"textDecoration": "none",
|
|
1906
|
-
"color": "hsla(0, 0%, 100%, 1.000)"
|
|
1907
|
-
},
|
|
1908
|
-
"hover": {
|
|
1909
|
-
"textAlign": "left",
|
|
1910
|
-
"fontSize": "12px",
|
|
1911
|
-
"fontWeight": 400,
|
|
1912
|
-
"textDecoration": "none",
|
|
1913
|
-
"color": "hsla(0, 0%, 100%, 1.000)"
|
|
1914
|
-
}
|
|
1915
|
-
},
|
|
1916
|
-
"searchInput": {
|
|
1917
|
-
"placeholder": {
|
|
1918
|
-
"textAlign": "left",
|
|
1919
|
-
"fontStyle": "italic",
|
|
1920
|
-
"fontSize": "12px",
|
|
1921
|
-
"fontWeight": 500,
|
|
1922
|
-
"textDecoration": "none",
|
|
1923
|
-
"color": "hsla(0, 0%, 46.3%, 1.000)"
|
|
1924
|
-
},
|
|
1925
|
-
"value": {
|
|
1926
|
-
"textAlign": "left",
|
|
1927
|
-
"fontSize": "12px",
|
|
1928
|
-
"fontWeight": 400,
|
|
1929
|
-
"textDecoration": "none",
|
|
1930
|
-
"color": "hsla(0, 0%, 96.9%, 1.000)"
|
|
1931
|
-
}
|
|
1932
|
-
}
|
|
1933
|
-
},
|
|
1934
|
-
"table": {
|
|
1935
|
-
"columnData": {
|
|
1936
|
-
"firstColumn": {
|
|
1937
|
-
"textAlign": "left",
|
|
1938
|
-
"fontSize": "14px",
|
|
1939
|
-
"fontWeight": 500,
|
|
1940
|
-
"textDecoration": "none",
|
|
1941
|
-
"color": "hsla(196, 25.3%, 82.2%, 1.000)"
|
|
1942
|
-
},
|
|
1943
|
-
"lowImportance": {
|
|
1944
|
-
"left": {
|
|
1945
|
-
"textAlign": "left",
|
|
1946
|
-
"fontStyle": "italic",
|
|
1947
|
-
"fontSize": "14px",
|
|
1948
|
-
"fontWeight": 500,
|
|
1949
|
-
"textDecoration": "none",
|
|
1950
|
-
"color": "hsla(197, 7.4%, 52.2%, 1.000)"
|
|
1951
|
-
},
|
|
1952
|
-
"center": {
|
|
1953
|
-
"textAlign": "center",
|
|
1954
|
-
"fontStyle": "italic",
|
|
1955
|
-
"fontSize": "14px",
|
|
1956
|
-
"fontWeight": 500,
|
|
1957
|
-
"textDecoration": "none",
|
|
1958
|
-
"color": "hsla(197, 7.4%, 52.2%, 1.000)"
|
|
1959
|
-
},
|
|
1960
|
-
"right": {
|
|
1961
|
-
"textAlign": "right",
|
|
1962
|
-
"fontStyle": "italic",
|
|
1963
|
-
"fontSize": "14px",
|
|
1964
|
-
"fontWeight": 500,
|
|
1965
|
-
"textDecoration": "none",
|
|
1966
|
-
"color": "hsla(197, 7.4%, 52.2%, 1.000)"
|
|
1967
|
-
}
|
|
1968
|
-
},
|
|
1969
|
-
"highImportance": {
|
|
1970
|
-
"left": {
|
|
1971
|
-
"textAlign": "left",
|
|
1972
|
-
"fontSize": "14px",
|
|
1973
|
-
"fontWeight": 900,
|
|
1974
|
-
"textDecoration": "none",
|
|
1975
|
-
"color": "hsla(196, 25.3%, 82.2%, 1.000)"
|
|
1976
|
-
},
|
|
1977
|
-
"right": {
|
|
1978
|
-
"textAlign": "right",
|
|
1979
|
-
"fontSize": "14px",
|
|
1980
|
-
"fontWeight": 900,
|
|
1981
|
-
"textDecoration": "none",
|
|
1982
|
-
"color": "hsla(196, 25.3%, 82.2%, 1.000)"
|
|
1983
|
-
},
|
|
1984
|
-
"center": {
|
|
1985
|
-
"textAlign": "center",
|
|
1986
|
-
"fontSize": "14px",
|
|
1987
|
-
"fontWeight": 900,
|
|
1988
|
-
"textDecoration": "none",
|
|
1989
|
-
"color": "hsla(196, 25.3%, 82.2%, 1.000)"
|
|
1990
|
-
}
|
|
1991
|
-
},
|
|
1992
|
-
"normalImportance": {
|
|
1993
|
-
"right": {
|
|
1994
|
-
"textAlign": "right",
|
|
1995
|
-
"fontSize": "14px",
|
|
1996
|
-
"fontWeight": 500,
|
|
1997
|
-
"textDecoration": "none",
|
|
1998
|
-
"color": "hsla(196, 10.9%, 73.1%, 1.000)"
|
|
1999
|
-
},
|
|
2000
|
-
"center": {
|
|
2001
|
-
"textAlign": "center",
|
|
2002
|
-
"fontSize": "14px",
|
|
2003
|
-
"fontWeight": 500,
|
|
2004
|
-
"textDecoration": "none",
|
|
2005
|
-
"color": "hsla(196, 10.9%, 73.1%, 1.000)"
|
|
2006
|
-
},
|
|
2007
|
-
"left": {
|
|
2008
|
-
"textAlign": "left",
|
|
2009
|
-
"fontSize": "14px",
|
|
2010
|
-
"fontWeight": 500,
|
|
2011
|
-
"textDecoration": "none",
|
|
2012
|
-
"color": "hsla(196, 10.9%, 73.1%, 1.000)"
|
|
2013
|
-
}
|
|
2014
|
-
},
|
|
2015
|
-
"unit": {
|
|
2016
|
-
"textAlign": "right",
|
|
2017
|
-
"fontStyle": "italic",
|
|
2018
|
-
"fontSize": "12px",
|
|
2019
|
-
"fontWeight": 500,
|
|
2020
|
-
"textDecoration": "none",
|
|
2021
|
-
"color": "hsla(193, 9.7%, 63.5%, 1.000)"
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
"header": {
|
|
2025
|
-
"right": {
|
|
2026
|
-
"textAlign": "right",
|
|
2027
|
-
"fontSize": "14px",
|
|
2028
|
-
"fontWeight": 700,
|
|
2029
|
-
"letterSpacing": "0.4px",
|
|
2030
|
-
"textDecoration": "none",
|
|
2031
|
-
"color": "hsla(204, 10.6%, 81.6%, 1.000)"
|
|
2032
|
-
},
|
|
2033
|
-
"left": {
|
|
2034
|
-
"textAlign": "left",
|
|
2035
|
-
"fontSize": "14px",
|
|
2036
|
-
"fontWeight": 700,
|
|
2037
|
-
"letterSpacing": "0.4px",
|
|
2038
|
-
"textDecoration": "none",
|
|
2039
|
-
"color": "hsla(204, 10.6%, 81.6%, 1.000)"
|
|
2040
|
-
},
|
|
2041
|
-
"center": {
|
|
2042
|
-
"textAlign": "center",
|
|
2043
|
-
"fontSize": "14px",
|
|
2044
|
-
"fontWeight": 700,
|
|
2045
|
-
"letterSpacing": "0.4px",
|
|
2046
|
-
"textDecoration": "none",
|
|
2047
|
-
"color": "hsla(204, 10.6%, 81.6%, 1.000)"
|
|
2048
|
-
}
|
|
2049
|
-
},
|
|
2050
|
-
"subHeader": {
|
|
2051
|
-
"right": {
|
|
2052
|
-
"textAlign": "right",
|
|
2053
|
-
"fontSize": "14px",
|
|
2054
|
-
"fontWeight": 700,
|
|
2055
|
-
"letterSpacing": "0.4px",
|
|
2056
|
-
"textDecoration": "none",
|
|
2057
|
-
"color": "hsla(204, 10.6%, 81.6%, 1.000)"
|
|
2058
|
-
},
|
|
2059
|
-
"left": {
|
|
2060
|
-
"textAlign": "left",
|
|
2061
|
-
"fontSize": "14px",
|
|
2062
|
-
"fontWeight": 700,
|
|
2063
|
-
"letterSpacing": "0.4px",
|
|
2064
|
-
"textDecoration": "none",
|
|
2065
|
-
"color": "hsla(204, 10.6%, 81.6%, 1.000)"
|
|
2066
|
-
},
|
|
2067
|
-
"center": {
|
|
2068
|
-
"textAlign": "center",
|
|
2069
|
-
"fontSize": "14px",
|
|
2070
|
-
"fontWeight": 700,
|
|
2071
|
-
"letterSpacing": "0.4px",
|
|
2072
|
-
"textDecoration": "none",
|
|
2073
|
-
"color": "hsla(204, 10.6%, 81.6%, 1.000)"
|
|
2074
|
-
}
|
|
2075
|
-
}
|
|
2076
|
-
},
|
|
2077
|
-
"tables": {
|
|
2078
|
-
"groupName": {
|
|
2079
|
-
"textAlign": "left",
|
|
2080
|
-
"fontSize": "12px",
|
|
2081
|
-
"fontWeight": 400,
|
|
2082
|
-
"letterSpacing": "0.3px",
|
|
2083
|
-
"textDecoration": "none",
|
|
2084
|
-
"color": "hsla(0, 0%, 56.5%, 1.000)"
|
|
2085
|
-
}
|
|
2086
|
-
},
|
|
2087
|
-
"meta": {
|
|
2088
|
-
"tagList": {
|
|
2089
|
-
"item": {
|
|
2090
|
-
"normal": {
|
|
2091
|
-
"textAlign": "left",
|
|
2092
|
-
"fontSize": "14px",
|
|
2093
|
-
"fontWeight": 600,
|
|
2094
|
-
"textDecoration": "none",
|
|
2095
|
-
"color": "hsla(200, 3%, 38.8%, 1.000)"
|
|
2096
|
-
}
|
|
2097
|
-
}
|
|
2098
|
-
}
|
|
2099
|
-
},
|
|
2100
|
-
"searchBar": {
|
|
2101
|
-
"placeholder": {
|
|
2102
|
-
"textAlign": "left",
|
|
2103
|
-
"fontStyle": "italic",
|
|
2104
|
-
"fontSize": "14px",
|
|
2105
|
-
"fontWeight": 700,
|
|
2106
|
-
"textDecoration": "none",
|
|
2107
|
-
"color": "hsla(0, 0%, 46.3%, 0.647)"
|
|
2108
|
-
}
|
|
2109
|
-
},
|
|
2110
|
-
"modal": {
|
|
2111
|
-
"basicContent": {
|
|
2112
|
-
"textAlign": "left",
|
|
2113
|
-
"fontSize": "14px",
|
|
2114
|
-
"fontWeight": 400,
|
|
2115
|
-
"lineHeight": "25px",
|
|
2116
|
-
"textDecoration": "none",
|
|
2117
|
-
"color": "hsla(0, 0%, 86.3%, 1.000)"
|
|
2118
|
-
},
|
|
2119
|
-
"title": {
|
|
2120
|
-
"textAlign": "left",
|
|
2121
|
-
"fontSize": "20px",
|
|
2122
|
-
"fontWeight": 400,
|
|
2123
|
-
"textShadow": "0px 0px 10px #1a97e959",
|
|
2124
|
-
"textDecoration": "none",
|
|
2125
|
-
"color": "hsla(0, 0%, 86.3%, 1.000)"
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2128
|
-
};
|
|
2129
|
-
|
|
2130
|
-
var colors$1 = {
|
|
2131
|
-
"divider": "hsla(240, 4.7%, 25.1%, 1.000)",
|
|
2132
|
-
"menu": {
|
|
2133
|
-
"active": "hsla(215, 66.3%, 59.2%, 1.000)",
|
|
2134
|
-
"hover": "hsla(215, 19.1%, 36.9%, 1.000)",
|
|
2135
|
-
"default": "hsla(215, 19.1%, 36.9%, 0.000)"
|
|
2136
|
-
},
|
|
2137
|
-
"icons": {
|
|
2138
|
-
"subtle": "hsla(207, 4.8%, 37.1%, 1.000)",
|
|
2139
|
-
"dimmed": "hsla(0, 0%, 65.1%, 1.000)",
|
|
2140
|
-
"inverse": "hsla(0, 0%, 25.1%, 1.000)",
|
|
2141
|
-
"mono": "hsla(0, 0%, 100%, 1.000)",
|
|
2142
|
-
"danger": "hsla(0, 100%, 70%, 1.000)",
|
|
2143
|
-
"primary": "hsla(205, 100%, 65.1%, 1.000)"
|
|
2144
|
-
},
|
|
2145
|
-
"status": {
|
|
2146
|
-
"good": "hsla(126, 48.1%, 68.2%, 1.000)"
|
|
2147
|
-
},
|
|
2148
|
-
"input": {
|
|
2149
|
-
"border": {
|
|
2150
|
-
"default": "hsla(120, 1.3%, 85.3%, 1.000)"
|
|
2151
|
-
}
|
|
2152
|
-
}
|
|
2153
|
-
};
|
|
2154
|
-
|
|
2155
|
-
var styles$1 = {
|
|
2156
|
-
"global": {
|
|
2157
|
-
"mainMenu": {
|
|
2158
|
-
"background": {
|
|
2159
|
-
"boxShadow": "5px 0px 10px 0px hsla(205, 14%, 16.9%, 0.251)",
|
|
2160
|
-
"backgroundColor": "hsla(210, 7.9%, 14.9%, 1.000)"
|
|
2161
|
-
},
|
|
2162
|
-
"footerBackground": {
|
|
2163
|
-
"backgroundColor": "hsla(210, 7.9%, 14.9%, 0.800)"
|
|
2164
|
-
},
|
|
2165
|
-
"lines": {
|
|
2166
|
-
"backgroundColor": "hsla(225, 3.5%, 22.4%, 1.000)"
|
|
2167
|
-
},
|
|
2168
|
-
"iconBackground": {
|
|
2169
|
-
"default": {
|
|
2170
|
-
"backgroundColor": colors$1.menu["default"]
|
|
2171
|
-
},
|
|
2172
|
-
"hover": {
|
|
2173
|
-
"backgroundColor": colors$1.menu.hover
|
|
1353
|
+
},
|
|
1354
|
+
"primary": {
|
|
1355
|
+
"top": {
|
|
1356
|
+
"borderColor": "var(--white-1)",
|
|
1357
|
+
"border": "var(--white-1) 3px solid"
|
|
2174
1358
|
},
|
|
2175
|
-
"
|
|
2176
|
-
"
|
|
1359
|
+
"base": {
|
|
1360
|
+
"borderColor": "var(--primary-6)",
|
|
1361
|
+
"border": "var(--primary-6) 3px solid"
|
|
2177
1362
|
}
|
|
2178
1363
|
},
|
|
2179
|
-
"
|
|
2180
|
-
"
|
|
1364
|
+
"simple": {
|
|
1365
|
+
"top": {
|
|
1366
|
+
"borderColor": "var(--white-1)",
|
|
1367
|
+
"border": "var(--white-1) 3px solid"
|
|
1368
|
+
},
|
|
1369
|
+
"base": {
|
|
1370
|
+
"borderColor": "var(--grey-a8)",
|
|
1371
|
+
"border": "var(--grey-a8) 3px solid"
|
|
1372
|
+
}
|
|
2181
1373
|
}
|
|
2182
|
-
}
|
|
2183
|
-
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
"filters": {
|
|
1377
|
+
"dropdownContainer": {
|
|
2184
1378
|
"background": {
|
|
2185
|
-
"boxShadow": "5px
|
|
2186
|
-
"backgroundColor": "
|
|
1379
|
+
"boxShadow": "0px 5px 25px 0px var(--primary-a1)",
|
|
1380
|
+
"backgroundColor": "var(--grey-1)",
|
|
1381
|
+
"borderColor": "var(--grey-6)",
|
|
1382
|
+
"border": "var(--grey-6) 1px solid"
|
|
1383
|
+
},
|
|
1384
|
+
"topBorder": {
|
|
1385
|
+
"backgroundColor": "var(--primary-7)"
|
|
2187
1386
|
}
|
|
2188
1387
|
},
|
|
2189
|
-
"
|
|
2190
|
-
"
|
|
2191
|
-
"
|
|
1388
|
+
"filterButton": {
|
|
1389
|
+
"default": {
|
|
1390
|
+
"boxShadow": "0px 4px 9px 0px var(--primary-a1)",
|
|
1391
|
+
"backgroundColor": "var(--grey-1)",
|
|
1392
|
+
"borderColor": "var(--grey-7)",
|
|
1393
|
+
"border": "var(--grey-7) 1px solid",
|
|
1394
|
+
"textColor": "var(--grey-11)"
|
|
1395
|
+
},
|
|
1396
|
+
"active": {
|
|
1397
|
+
"boxShadow": "0px 4px 9px 0px var(--primary-a1)",
|
|
1398
|
+
"backgroundColor": "var(--primary-7)",
|
|
1399
|
+
"borderColor": "var(--primary-7)",
|
|
1400
|
+
"border": "var(--primary-7) 1px solid",
|
|
1401
|
+
"textColor": "var(--white-1)"
|
|
1402
|
+
},
|
|
1403
|
+
"hover": {
|
|
1404
|
+
"boxShadow": "0px 4px 9px 0px var(--primary-a1)",
|
|
1405
|
+
"backgroundColor": "var(--primary-7)",
|
|
1406
|
+
"borderColor": "var(--primary-7)",
|
|
1407
|
+
"border": "var(--primary-7) 1px solid",
|
|
1408
|
+
"textColor": "var(--white-1)"
|
|
2192
1409
|
}
|
|
2193
1410
|
},
|
|
2194
|
-
"
|
|
2195
|
-
"
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
"
|
|
1411
|
+
"searchInput": {
|
|
1412
|
+
"default": {
|
|
1413
|
+
"boxShadow": "0px 4px 9px 0px var(--primary-a2)",
|
|
1414
|
+
"backgroundColor": "var(--grey-1)",
|
|
1415
|
+
"borderColor": "var(--grey-7)",
|
|
1416
|
+
"border": "var(--grey-7) 1px solid"
|
|
1417
|
+
},
|
|
1418
|
+
"focused": {
|
|
1419
|
+
"boxShadow": "0px 4px 9px 0px var(--primary-a2)",
|
|
1420
|
+
"backgroundColor": "var(--grey-1)",
|
|
1421
|
+
"borderColor": "var(--primary-6)",
|
|
1422
|
+
"border": "var(--primary-6) 1px solid"
|
|
1423
|
+
}
|
|
2202
1424
|
}
|
|
2203
1425
|
},
|
|
2204
1426
|
"tables": {
|
|
2205
1427
|
"loadingOverlay": {
|
|
2206
|
-
"backgroundColor": "
|
|
2207
|
-
"backgroundImage": "linear-gradient(180.00deg,
|
|
1428
|
+
"backgroundColor": "var(--grey-2)",
|
|
1429
|
+
"backgroundImage": "linear-gradient(180.00deg, var(--grey-2) 0%, var(--grey-3) 100%)"
|
|
2208
1430
|
},
|
|
2209
1431
|
"rows": {
|
|
2210
1432
|
"divider": {
|
|
2211
|
-
"backgroundColor": colors
|
|
1433
|
+
"backgroundColor": colors.divider
|
|
2212
1434
|
}
|
|
2213
1435
|
},
|
|
2214
1436
|
"header": {
|
|
2215
1437
|
"groupLine": {
|
|
2216
|
-
"backgroundColor":
|
|
1438
|
+
"backgroundColor": colors.divider
|
|
2217
1439
|
},
|
|
2218
1440
|
"divider": {
|
|
2219
|
-
"backgroundColor": colors
|
|
1441
|
+
"backgroundColor": colors.divider
|
|
2220
1442
|
},
|
|
2221
1443
|
"sortable": {
|
|
2222
|
-
"default": {
|
|
2223
|
-
"backgroundColor": "hsla(221, 15.9%, 38.2%, 0.000)"
|
|
2224
|
-
},
|
|
2225
1444
|
"hover": {
|
|
2226
|
-
"backgroundColor": "
|
|
1445
|
+
"backgroundColor": "var(--grey-4)"
|
|
1446
|
+
},
|
|
1447
|
+
"default": {
|
|
1448
|
+
"backgroundColor": "var(--grey-2)"
|
|
2227
1449
|
}
|
|
2228
1450
|
}
|
|
2229
1451
|
}
|
|
2230
1452
|
},
|
|
2231
|
-
"
|
|
2232
|
-
"
|
|
2233
|
-
"
|
|
2234
|
-
"boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
|
|
2235
|
-
"backgroundColor": "hsla(205, 86.8%, 70.4%, 1.000)",
|
|
2236
|
-
"borderColor": "hsla(205, 100%, 72%, 1.000)",
|
|
2237
|
-
"border": "hsla(205, 100%, 72%, 1.000) 1px solid",
|
|
2238
|
-
"textColor": "hsla(0, 0%, 100%, 1.000)"
|
|
2239
|
-
},
|
|
2240
|
-
"default": {
|
|
2241
|
-
"boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
|
|
2242
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2243
|
-
"borderColor": "hsla(210, 3.5%, 22.4%, 1.000)",
|
|
2244
|
-
"border": "hsla(210, 3.5%, 22.4%, 1.000) 1px solid",
|
|
2245
|
-
"textColor": "hsla(0, 0%, 86.3%, 1.000)"
|
|
2246
|
-
},
|
|
2247
|
-
"active": {
|
|
2248
|
-
"boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
|
|
2249
|
-
"backgroundColor": "hsla(205, 81.2%, 64.5%, 1.000)",
|
|
2250
|
-
"borderColor": "hsla(205, 100%, 72%, 1.000)",
|
|
2251
|
-
"border": "hsla(205, 100%, 72%, 1.000) 1px solid",
|
|
2252
|
-
"textColor": "hsla(0, 0%, 100%, 1.000)"
|
|
2253
|
-
}
|
|
2254
|
-
},
|
|
2255
|
-
"searchInput": {
|
|
2256
|
-
"default": {
|
|
2257
|
-
"boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
|
|
2258
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2259
|
-
"borderColor": "hsla(210, 3.5%, 22.4%, 1.000)",
|
|
2260
|
-
"border": "hsla(210, 3.5%, 22.4%, 1.000) 1px solid"
|
|
2261
|
-
},
|
|
2262
|
-
"focused": {
|
|
2263
|
-
"boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
|
|
2264
|
-
"backgroundColor": "hsla(210, 14.3%, 19.2%, 1.000)",
|
|
2265
|
-
"borderColor": "hsla(207, 19.8%, 34.7%, 1.000)",
|
|
2266
|
-
"border": "hsla(207, 19.8%, 34.7%, 1.000) 1px solid"
|
|
2267
|
-
}
|
|
2268
|
-
},
|
|
2269
|
-
"dropdownContainer": {
|
|
2270
|
-
"topBorder": {
|
|
2271
|
-
"backgroundColor": "hsla(205, 100%, 72%, 1.000)"
|
|
2272
|
-
},
|
|
2273
|
-
"background": {
|
|
2274
|
-
"boxShadow": "0px 4px 9px 0px hsla(205, 68.4%, 7.5%, 0.071)",
|
|
2275
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2276
|
-
"borderColor": colors$1.divider,
|
|
2277
|
-
"border": colors$1.divider + " 1px solid"
|
|
2278
|
-
}
|
|
1453
|
+
"general": {
|
|
1454
|
+
"divider": {
|
|
1455
|
+
"backgroundColor": colors.divider
|
|
2279
1456
|
}
|
|
2280
1457
|
},
|
|
2281
|
-
"
|
|
2282
|
-
"
|
|
2283
|
-
"
|
|
2284
|
-
"disabled": {
|
|
2285
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2286
|
-
"borderColor": "hsla(208, 24.6%, 77.6%, 1.000)",
|
|
2287
|
-
"border": "hsla(208, 24.6%, 77.6%, 1.000) 2px solid"
|
|
2288
|
-
},
|
|
2289
|
-
"default": {
|
|
2290
|
-
"borderColor": "hsla(208, 24.6%, 77.6%, 1.000)",
|
|
2291
|
-
"border": "hsla(208, 24.6%, 77.6%, 1.000) 2px solid"
|
|
2292
|
-
}
|
|
2293
|
-
},
|
|
2294
|
-
"checked": {
|
|
2295
|
-
"default": {
|
|
2296
|
-
"boxShadow": "inset 0px 1px 5px 0px hsla(205, 50.3%, 30%, 0.051)",
|
|
2297
|
-
"backgroundColor": "hsla(207, 95.3%, 66.5%, 1.000)"
|
|
2298
|
-
},
|
|
2299
|
-
"disabled": {
|
|
2300
|
-
"boxShadow": "inset 0px 1px 5px 0px hsla(205, 50.3%, 30%, 0.051)",
|
|
2301
|
-
"backgroundColor": "hsla(207, 4.8%, 37.1%, 1.000)"
|
|
2302
|
-
}
|
|
2303
|
-
}
|
|
1458
|
+
"feedbackBar": {
|
|
1459
|
+
"neutral": {
|
|
1460
|
+
"backgroundColor": colors.feedback.neutral
|
|
2304
1461
|
},
|
|
2305
|
-
"
|
|
2306
|
-
"
|
|
2307
|
-
"hover": {
|
|
2308
|
-
"backgroundColor": "hsla(205, 33.3%, 32.9%, 1.000)"
|
|
2309
|
-
},
|
|
2310
|
-
"disabled": {
|
|
2311
|
-
"backgroundColor": "hsla(205, 12.8%, 18.4%, 1.000)"
|
|
2312
|
-
},
|
|
2313
|
-
"actionArea": {
|
|
2314
|
-
"backgroundColor": "hsla(0, 0%, 94.9%, 0.302)"
|
|
2315
|
-
},
|
|
2316
|
-
"default": {
|
|
2317
|
-
"backgroundColor": "hsla(205, 15.1%, 28.6%, 1.000)"
|
|
2318
|
-
},
|
|
2319
|
-
"divider": {
|
|
2320
|
-
"backgroundColor": "hsla(204, 18.2%, 78.4%, 0.302)"
|
|
2321
|
-
},
|
|
2322
|
-
"active": {
|
|
2323
|
-
"backgroundColor": "hsla(205, 56.9%, 28.2%, 1.000)"
|
|
2324
|
-
}
|
|
2325
|
-
},
|
|
2326
|
-
"danger": {
|
|
2327
|
-
"disabled": {
|
|
2328
|
-
"backgroundColor": "hsla(0,54%,38%, 1.000)"
|
|
2329
|
-
},
|
|
2330
|
-
"divider": {
|
|
2331
|
-
"backgroundColor": "hsla(204, 18.2%, 78.4%, 0.302)"
|
|
2332
|
-
}
|
|
2333
|
-
}
|
|
1462
|
+
"error": {
|
|
1463
|
+
"backgroundColor": colors.feedback.error
|
|
2334
1464
|
},
|
|
2335
|
-
"
|
|
2336
|
-
"
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
"backgroundColor": "hsla(210, 14.3%, 19.2%, 1.000)",
|
|
2344
|
-
"borderColor": "hsla(207, 19.8%, 34.7%, 1.000)",
|
|
2345
|
-
"border": "hsla(207, 19.8%, 34.7%, 1.000) 1px solid",
|
|
2346
|
-
"boxShadow": "0px 3px 7px 0px hsla(205, 68.4%, 7.5%, 0.071)"
|
|
2347
|
-
}
|
|
2348
|
-
},
|
|
2349
|
-
"required": {
|
|
2350
|
-
"normal": {
|
|
2351
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2352
|
-
"borderColor": "hsla(205, 58.9%, 71.4%, 1.000)",
|
|
2353
|
-
"border": "hsla(205, 58.9%, 71.4%, 1.000) 1px solid"
|
|
2354
|
-
},
|
|
2355
|
-
"focused": {
|
|
2356
|
-
"boxShadow": "0px 3px 7px 0px hsla(207, 67.8%, 35.3%, 0.071)",
|
|
2357
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2358
|
-
"borderColor": "hsla(205, 58.9%, 71.4%, 1.000)",
|
|
2359
|
-
"border": "hsla(205, 58.9%, 71.4%, 1.000) 2px solid"
|
|
2360
|
-
}
|
|
2361
|
-
},
|
|
2362
|
-
"processing": {
|
|
2363
|
-
"focused": {
|
|
2364
|
-
"boxShadow": "0px 3px 7px 0px hsla(195, 67.8%, 35.3%, 0.071)",
|
|
2365
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2366
|
-
"borderColor": "hsla(195, 79.5%, 71.4%, 1.000)",
|
|
2367
|
-
"border": "hsla(195, 79.5%, 71.4%, 1.000) 2px solid"
|
|
2368
|
-
},
|
|
2369
|
-
"normal": {
|
|
2370
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2371
|
-
"borderColor": "hsla(195, 79.5%, 71.4%, 1.000)",
|
|
2372
|
-
"border": "hsla(195, 79.5%, 71.4%, 1.000) 1px solid"
|
|
2373
|
-
}
|
|
2374
|
-
},
|
|
2375
|
-
"disabled": {
|
|
2376
|
-
"normal": {
|
|
2377
|
-
"backgroundColor": "hsla(220, 3.6%, 16.3%, 1.000)",
|
|
2378
|
-
"borderColor": "hsla(220, 2.9%, 20.6%, 1.000)",
|
|
2379
|
-
"border": "hsla(220, 2.9%, 20.6%, 1.000) 1px solid"
|
|
2380
|
-
}
|
|
2381
|
-
},
|
|
2382
|
-
"valid": {
|
|
2383
|
-
"normal": {
|
|
2384
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2385
|
-
"borderColor": "hsla(120, 35.2%, 71.6%, 1.000)",
|
|
2386
|
-
"border": "hsla(120, 35.2%, 71.6%, 1.000) 1px solid"
|
|
2387
|
-
},
|
|
2388
|
-
"focused": {
|
|
2389
|
-
"boxShadow": "0px 3px 5px 0px hsla(120, 76.6%, 15.1%, 0.071)",
|
|
2390
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2391
|
-
"borderColor": "hsla(120, 35.2%, 71.6%, 1.000)",
|
|
2392
|
-
"border": "hsla(120, 35.2%, 71.6%, 1.000) 2px solid"
|
|
2393
|
-
}
|
|
2394
|
-
},
|
|
2395
|
-
"invalid": {
|
|
2396
|
-
"normal": {
|
|
2397
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2398
|
-
"borderColor": "hsla(0, 78.8%, 70.4%, 1.000)",
|
|
2399
|
-
"border": "hsla(0, 78.8%, 70.4%, 1.000) 1px solid"
|
|
2400
|
-
},
|
|
2401
|
-
"focused": {
|
|
2402
|
-
"boxShadow": "0px 3px 7px 0px hsla(0, 100%, 50%, 0.102)",
|
|
2403
|
-
"backgroundColor": "hsla(210, 4.3%, 18%, 1.000)",
|
|
2404
|
-
"borderColor": "hsla(0, 78.8%, 70.4%, 1.000)",
|
|
2405
|
-
"border": "hsla(0, 78.8%, 70.4%, 1.000) 2px solid"
|
|
2406
|
-
}
|
|
2407
|
-
}
|
|
1465
|
+
"info": {
|
|
1466
|
+
"backgroundColor": colors.feedback.info
|
|
1467
|
+
},
|
|
1468
|
+
"success": {
|
|
1469
|
+
"backgroundColor": colors.feedback.success
|
|
1470
|
+
},
|
|
1471
|
+
"warning": {
|
|
1472
|
+
"backgroundColor": colors.feedback.warning
|
|
2408
1473
|
}
|
|
2409
1474
|
},
|
|
2410
|
-
"
|
|
2411
|
-
"
|
|
2412
|
-
"
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
},
|
|
2417
|
-
"base": {
|
|
2418
|
-
"borderColor": "hsla(0, 2%, 29.6%, 1.000)",
|
|
2419
|
-
"border": "hsla(0, 2%, 29.6%, 1.000) 3px solid"
|
|
2420
|
-
}
|
|
2421
|
-
},
|
|
2422
|
-
"simple": {
|
|
2423
|
-
"base": {
|
|
2424
|
-
"borderColor": "hsla(0, 0%, 76.9%, 0.329)",
|
|
2425
|
-
"border": "hsla(0, 0%, 76.9%, 0.329) 3px solid"
|
|
2426
|
-
},
|
|
2427
|
-
"top": {
|
|
2428
|
-
"borderColor": "hsla(0, 0%, 100%, 1.000)",
|
|
2429
|
-
"border": "hsla(0, 0%, 100%, 1.000) 3px solid"
|
|
2430
|
-
}
|
|
2431
|
-
},
|
|
2432
|
-
"primary": {
|
|
2433
|
-
"base": {
|
|
2434
|
-
"borderColor": "hsla(195, 54.1%, 30.8%, 1.000)",
|
|
2435
|
-
"border": "hsla(195, 54.1%, 30.8%, 1.000) 3px solid"
|
|
2436
|
-
},
|
|
2437
|
-
"top": {
|
|
2438
|
-
"borderColor": "hsla(210, 100%, 65.9%, 1.000)",
|
|
2439
|
-
"border": "hsla(210, 100%, 65.9%, 1.000) 3px solid"
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
1475
|
+
"filterButton": {
|
|
1476
|
+
"active": {
|
|
1477
|
+
"boxShadow": "0px 4px 9px 0px var(--primary-a1)",
|
|
1478
|
+
"backgroundColor": "var(--grey-1)",
|
|
1479
|
+
"borderColor": "var(--primary-7)",
|
|
1480
|
+
"border": "var(--primary-7) 1px solid"
|
|
2442
1481
|
}
|
|
2443
1482
|
},
|
|
2444
1483
|
"modal": {
|
|
2445
|
-
"container": {
|
|
2446
|
-
"boxShadow": "0px 10px 15px 0px hsla(205, 38.7%, 12.2%, 0.149)",
|
|
2447
|
-
"backgroundColor": "hsla(210, 17.1%, 13.7%, 1.000)",
|
|
2448
|
-
"borderColor": "hsla(206, 7.1%, 19.4%, 1.000)",
|
|
2449
|
-
"border": "hsla(206, 7.1%, 19.4%, 1.000) 1px solid"
|
|
2450
|
-
},
|
|
2451
1484
|
"overlay": {
|
|
2452
|
-
"backgroundColor": "
|
|
1485
|
+
"backgroundColor": "var(--grey-a3)"
|
|
1486
|
+
},
|
|
1487
|
+
"container": {
|
|
1488
|
+
"boxShadow": "0px 10px 15px 0px var(--primary-a1)",
|
|
1489
|
+
"backgroundColor": "var(--grey-1)",
|
|
1490
|
+
"borderColor": "var(--grey-6)",
|
|
1491
|
+
"border": "var(--grey-6) 1px solid"
|
|
2453
1492
|
}
|
|
2454
1493
|
}
|
|
2455
1494
|
};
|
|
2456
1495
|
|
|
2457
|
-
var custom
|
|
1496
|
+
var custom = {
|
|
2458
1497
|
"lines": {
|
|
2459
1498
|
"primary": {
|
|
2460
1499
|
label: {
|
|
@@ -2594,22 +1633,18 @@ var custom$1 = {
|
|
|
2594
1633
|
}
|
|
2595
1634
|
};
|
|
2596
1635
|
|
|
2597
|
-
var
|
|
1636
|
+
var light = {
|
|
2598
1637
|
fontFamily: fontFamily,
|
|
2599
1638
|
dimensions: dimensions,
|
|
2600
|
-
typography: typography
|
|
2601
|
-
colors: colors
|
|
2602
|
-
styles: styles
|
|
1639
|
+
typography: typography,
|
|
1640
|
+
colors: colors,
|
|
1641
|
+
styles: styles,
|
|
2603
1642
|
animation: animation,
|
|
2604
|
-
custom: custom
|
|
1643
|
+
custom: custom,
|
|
2605
1644
|
deviceSize: deviceSize,
|
|
2606
1645
|
deviceMediaQuery: deviceMediaQuery
|
|
2607
1646
|
};
|
|
2608
1647
|
|
|
2609
|
-
function themeFallbackHelper(theme, themeFallback) {
|
|
2610
|
-
return defaultsDeep({}, theme, themeFallback);
|
|
2611
|
-
}
|
|
2612
|
-
|
|
2613
1648
|
function _extends() {
|
|
2614
1649
|
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
2615
1650
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -2691,7 +1726,7 @@ var _templateObject$2, _templateObject2$2, _templateObject3$2, _templateObject4$
|
|
|
2691
1726
|
var IconButton = styled__default.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) {
|
|
2692
1727
|
var _ref$selected = _ref.selected,
|
|
2693
1728
|
selected = _ref$selected === void 0 ? false : _ref$selected;
|
|
2694
|
-
return selected && styled.css(_templateObject2$2 || (_templateObject2$2 = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid
|
|
1729
|
+
return selected && styled.css(_templateObject2$2 || (_templateObject2$2 = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid var(--primary-7);\n "])));
|
|
2695
1730
|
});
|
|
2696
1731
|
var AlertWrapper = styled__default.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) {
|
|
2697
1732
|
var theme = _ref2.theme;
|
|
@@ -2779,7 +1814,7 @@ var IconNames$1 = {
|
|
|
2779
1814
|
var IconButton$1 = styled__default.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) {
|
|
2780
1815
|
var _ref7$selected = _ref7.selected,
|
|
2781
1816
|
selected = _ref7$selected === void 0 ? false : _ref7$selected;
|
|
2782
|
-
return selected && styled.css(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid
|
|
1817
|
+
return selected && styled.css(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid var(--primary-7);\n "])));
|
|
2783
1818
|
});
|
|
2784
1819
|
var TextButton = styled__default.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) {
|
|
2785
1820
|
var theme = _ref8.theme;
|
|
@@ -2928,7 +1963,7 @@ var TextContainer = styled__default.div(_templateObject$5 || (_templateObject$5
|
|
|
2928
1963
|
var theme = _ref2.theme;
|
|
2929
1964
|
return theme && styled.css(_templateObject4$3 || (_templateObject4$3 = _taggedTemplateLiteralLoose(["\n transition: padding ", " ", ";\n "])), theme.animation.speed.slow, theme.animation.easing.primary.easeInOut);
|
|
2930
1965
|
});
|
|
2931
|
-
var IconContainer = styled__default.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:
|
|
1966
|
+
var IconContainer = styled__default.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) {
|
|
2932
1967
|
var position = _ref3.position;
|
|
2933
1968
|
return styled.css(_templateObject6$1 || (_templateObject6$1 = _taggedTemplateLiteralLoose(["\n order: ", ";\n "])), position && position === 'left' ? 0 : 2);
|
|
2934
1969
|
});
|
|
@@ -3044,7 +2079,7 @@ var TextContainer$1 = styled__default.div(_templateObject3$6 || (_templateObject
|
|
|
3044
2079
|
var theme = _ref2.theme;
|
|
3045
2080
|
return theme && styled.css(_templateObject4$5 || (_templateObject4$5 = _taggedTemplateLiteralLoose(["\n transition: padding ", " ", ";\n "])), theme.animation.speed.slow, theme.animation.easing.primary.easeInOut);
|
|
3046
2081
|
});
|
|
3047
|
-
var LoadingContainer = styled__default.div(_templateObject5$3 || (_templateObject5$3 = _taggedTemplateLiteralLoose(["\n height: inherit;\n flex: 0 0
|
|
2082
|
+
var LoadingContainer = styled__default.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) {
|
|
3048
2083
|
var theme = _ref3.theme,
|
|
3049
2084
|
position = _ref3.position;
|
|
3050
2085
|
return styled.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);
|
|
@@ -3199,7 +2234,7 @@ var InputContainer = styled__default.div(_templateObject10$2 || (_templateObject
|
|
|
3199
2234
|
var hasAction = _ref6.hasAction;
|
|
3200
2235
|
return hasAction && styled.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);
|
|
3201
2236
|
});
|
|
3202
|
-
var Container$2 = styled__default.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
|
|
2237
|
+
var Container$2 = styled__default.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) {
|
|
3203
2238
|
var theme = _ref7.theme,
|
|
3204
2239
|
fieldState = _ref7.fieldState;
|
|
3205
2240
|
return theme.styles.form.input[fieldState].normal;
|
|
@@ -3293,7 +2328,7 @@ var Input = function Input(_ref13) {
|
|
|
3293
2328
|
var _excluded$5 = ["htmlFor", "labelText", "rightAlign", "children"];
|
|
3294
2329
|
|
|
3295
2330
|
var _templateObject$b, _templateObject2$a;
|
|
3296
|
-
var StyledLabel = styled__default.label(_templateObject$b || (_templateObject$b = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color:
|
|
2331
|
+
var StyledLabel = styled__default.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) {
|
|
3297
2332
|
var theme = _ref.theme;
|
|
3298
2333
|
return theme.fontFamily.ui;
|
|
3299
2334
|
}, function (_ref2) {
|
|
@@ -3338,7 +2373,7 @@ var InputContainer$1 = styled__default.div(_templateObject5$6 || (_templateObjec
|
|
|
3338
2373
|
var hasAction = _ref3.hasAction;
|
|
3339
2374
|
return hasAction && styled.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);
|
|
3340
2375
|
});
|
|
3341
|
-
var UnitKey = styled__default.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:
|
|
2376
|
+
var UnitKey = styled__default.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) {
|
|
3342
2377
|
var theme = _ref4.theme;
|
|
3343
2378
|
return theme.fontFamily.ui;
|
|
3344
2379
|
});
|
|
@@ -3465,6 +2500,10 @@ var Container$4 = styled__default.label(_templateObject7$5 || (_templateObject7$
|
|
|
3465
2500
|
return p.useIntent && intentPosition(p.theme.dimensions.form["switch"].positions[getPositionKey(p.position)], p.checked);
|
|
3466
2501
|
});
|
|
3467
2502
|
|
|
2503
|
+
var isTypeSwitchState = function isTypeSwitchState(value) {
|
|
2504
|
+
return value === 'default' || value === 'loading' || value === 'locked' || value === 'disabled' || value === 'failure';
|
|
2505
|
+
};
|
|
2506
|
+
|
|
3468
2507
|
var Switch = function Switch(_ref4) {
|
|
3469
2508
|
var _inputRef$current4;
|
|
3470
2509
|
|
|
@@ -3532,7 +2571,7 @@ var Switch = function Switch(_ref4) {
|
|
|
3532
2571
|
updateThemeChoice();
|
|
3533
2572
|
}, [leftTheme, rightTheme, updateThemeChoice]);
|
|
3534
2573
|
React.useEffect(function () {
|
|
3535
|
-
setSwitchState(stateCheck(state));
|
|
2574
|
+
if (isTypeSwitchState(state)) setSwitchState(stateCheck(state));
|
|
3536
2575
|
}, [state, setSwitchState]);
|
|
3537
2576
|
React.useEffect(function () {
|
|
3538
2577
|
if (state === 'locked') {
|
|
@@ -3827,7 +2866,7 @@ var FeedbackMessage$1 = styled__default.div(_templateObject7$8 || (_templateObje
|
|
|
3827
2866
|
var theme = _ref4.theme;
|
|
3828
2867
|
return theme.typography.form.feedback.message;
|
|
3829
2868
|
});
|
|
3830
|
-
var Container$7 = styled__default.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
|
|
2869
|
+
var Container$7 = styled__default.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) {
|
|
3831
2870
|
var theme = _ref5.theme,
|
|
3832
2871
|
fieldState = _ref5.fieldState;
|
|
3833
2872
|
return theme.styles.form.input[fieldState].normal;
|
|
@@ -3847,13 +2886,13 @@ var Container$7 = styled__default.div(_templateObject8$7 || (_templateObject8$7
|
|
|
3847
2886
|
return ['default', 'disabled'].indexOf(fieldState) !== -1 && styled.css(_templateObject10$7 || (_templateObject10$7 = _taggedTemplateLiteralLoose(["\n display:none;\n "])));
|
|
3848
2887
|
}, FeedbackContainer$1, function (_ref10) {
|
|
3849
2888
|
var fieldState = _ref10.fieldState;
|
|
3850
|
-
return fieldState === 'required' ? "\n box-shadow: 0px 3px 7px 0px
|
|
2889
|
+
return fieldState === 'required' ? "\n box-shadow: 0px 3px 7px 0px var(--primary-a3);\n " : null;
|
|
3851
2890
|
}, function (_ref11) {
|
|
3852
2891
|
var fieldState = _ref11.fieldState;
|
|
3853
|
-
return fieldState === 'valid' ? "\n box-shadow: 0px 3px 5px 0px
|
|
2892
|
+
return fieldState === 'valid' ? "\n box-shadow: 0px 3px 5px 0px var(--success-a3);\n " : null;
|
|
3854
2893
|
}, function (_ref12) {
|
|
3855
2894
|
var fieldState = _ref12.fieldState;
|
|
3856
|
-
return fieldState === 'invalid' ? "\n box-shadow: 0px 3px 7px 0px
|
|
2895
|
+
return fieldState === 'invalid' ? "\n box-shadow: 0px 3px 7px 0px var(--error-a3);\n " : null;
|
|
3857
2896
|
});
|
|
3858
2897
|
|
|
3859
2898
|
var TextArea = function TextArea(_ref13) {
|
|
@@ -3877,21 +2916,21 @@ var TextArea = function TextArea(_ref13) {
|
|
|
3877
2916
|
return React__default.createElement(Icon, {
|
|
3878
2917
|
icon: 'Required',
|
|
3879
2918
|
size: 20,
|
|
3880
|
-
color: '
|
|
2919
|
+
color: 'white'
|
|
3881
2920
|
});
|
|
3882
2921
|
|
|
3883
2922
|
case 'valid':
|
|
3884
2923
|
return React__default.createElement(Icon, {
|
|
3885
2924
|
icon: 'Success',
|
|
3886
2925
|
size: 20,
|
|
3887
|
-
color: '
|
|
2926
|
+
color: 'white'
|
|
3888
2927
|
});
|
|
3889
2928
|
|
|
3890
2929
|
case 'invalid':
|
|
3891
2930
|
return React__default.createElement(Icon, {
|
|
3892
2931
|
icon: 'Invalid',
|
|
3893
2932
|
size: 20,
|
|
3894
|
-
color: '
|
|
2933
|
+
color: 'white'
|
|
3895
2934
|
});
|
|
3896
2935
|
|
|
3897
2936
|
case 'processing':
|
|
@@ -4085,12 +3124,12 @@ var HiddenInput$1 = styled__default.input(_templateObject3$f || (_templateObject
|
|
|
4085
3124
|
var disabled = _ref3.disabled;
|
|
4086
3125
|
return disabled ? "not-allowed" : "pointer";
|
|
4087
3126
|
});
|
|
4088
|
-
var Rail = styled__default.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,
|
|
4089
|
-
var Mark = styled__default.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:
|
|
3127
|
+
var Rail = styled__default.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);
|
|
3128
|
+
var Mark = styled__default.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) {
|
|
4090
3129
|
var leftValue = _ref4.leftValue;
|
|
4091
3130
|
return "calc(" + leftValue + "% + 7px)";
|
|
4092
3131
|
});
|
|
4093
|
-
var MarkLabel = styled__default.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:
|
|
3132
|
+
var MarkLabel = styled__default.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) {
|
|
4094
3133
|
var leftValue = _ref5.leftValue;
|
|
4095
3134
|
return "calc(" + leftValue + "% + 7px)";
|
|
4096
3135
|
}, function (_ref6) {
|
|
@@ -4367,12 +3406,12 @@ var _excluded$b = ["max", "min", "defaultValue", "title", "timeUnit", "controlle
|
|
|
4367
3406
|
|
|
4368
3407
|
var _templateObject$k, _templateObject2$j, _templateObject3$h, _templateObject4$f, _templateObject5$d;
|
|
4369
3408
|
var Container$a = styled__default.div(_templateObject$k || (_templateObject$k = _taggedTemplateLiteralLoose([""])));
|
|
4370
|
-
var Headers = styled__default.div(_templateObject2$j || (_templateObject2$j = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n color:
|
|
3409
|
+
var Headers = styled__default.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"])));
|
|
4371
3410
|
var ValueLabel = styled__default(Label)(_templateObject3$h || (_templateObject3$h = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n margin-bottom: 0;\n"])), function (_ref) {
|
|
4372
3411
|
var theme = _ref.theme;
|
|
4373
3412
|
return theme.fontFamily.ui;
|
|
4374
3413
|
});
|
|
4375
|
-
var Unit = styled__default.div(_templateObject4$f || (_templateObject4$f = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color:
|
|
3414
|
+
var Unit = styled__default.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) {
|
|
4376
3415
|
var theme = _ref2.theme;
|
|
4377
3416
|
return theme.fontFamily.data;
|
|
4378
3417
|
});
|
|
@@ -4422,7 +3461,7 @@ var _excluded$c = ["defaultValue", "inputCallback", "updateThumbColor", "updateT
|
|
|
4422
3461
|
|
|
4423
3462
|
var _templateObject$l, _templateObject2$k, _templateObject3$i;
|
|
4424
3463
|
var Container$b = styled__default.div(_templateObject$l || (_templateObject$l = _taggedTemplateLiteralLoose([""])));
|
|
4425
|
-
var Headers$1 = styled__default.div(_templateObject2$k || (_templateObject2$k = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n color:
|
|
3464
|
+
var Headers$1 = styled__default.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"])));
|
|
4426
3465
|
var ValueTitle$1 = styled__default(Label)(_templateObject3$i || (_templateObject3$i = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n"])), function (_ref) {
|
|
4427
3466
|
var theme = _ref.theme;
|
|
4428
3467
|
return theme.fontFamily.data;
|
|
@@ -4575,7 +3614,7 @@ var Container$c = styled__default.div(_templateObject$m || (_templateObject$m =
|
|
|
4575
3614
|
});
|
|
4576
3615
|
var DragAndDrop = styled__default.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) {
|
|
4577
3616
|
var inDropZone = _ref2.inDropZone;
|
|
4578
|
-
return inDropZone ? "dashed
|
|
3617
|
+
return inDropZone ? "dashed var(--grey-8) 2px" : null;
|
|
4579
3618
|
});
|
|
4580
3619
|
|
|
4581
3620
|
var DropArea = function DropArea(_ref3) {
|
|
@@ -4892,7 +3931,7 @@ var TopLine = styled__default.div(_templateObject2$m || (_templateObject2$m = _t
|
|
|
4892
3931
|
var RightLine = styled__default.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);
|
|
4893
3932
|
var BottomLine = styled__default.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);
|
|
4894
3933
|
var LeftLine = styled__default.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);
|
|
4895
|
-
var resizeSquaresCss = styled.css(_templateObject6$b || (_templateObject6$b = _taggedTemplateLiteralLoose(["\n position: absolute;\n width: 10px;\n height: 10px;\n border: solid 1px
|
|
3934
|
+
var resizeSquaresCss = styled.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"])));
|
|
4896
3935
|
var PointN = styled__default.div(_templateObject7$b || (_templateObject7$b = _taggedTemplateLiteralLoose(["\n ", ";\n top: -5px;\n margin-left: -5px;\n left: 50%;\n ", ";\n"])), resizeSquaresCss, function (_ref) {
|
|
4897
3936
|
var isResizable = _ref.isResizable;
|
|
4898
3937
|
return isResizable && styled.css(_templateObject8$a || (_templateObject8$a = _taggedTemplateLiteralLoose(["\n cursor: n-resize;\n "])));
|
|
@@ -4965,7 +4004,7 @@ var CropArea = function CropArea(_ref9) {
|
|
|
4965
4004
|
};
|
|
4966
4005
|
|
|
4967
4006
|
var _templateObject$o, _templateObject2$n, _templateObject3$k, _templateObject4$h, _templateObject5$f, _templateObject6$c, _templateObject7$c, _templateObject8$b, _templateObject9$b;
|
|
4968
|
-
var Container$d = styled__default.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:
|
|
4007
|
+
var Container$d = styled__default.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) {
|
|
4969
4008
|
var theme = _ref.theme;
|
|
4970
4009
|
return theme.fontFamily.ui;
|
|
4971
4010
|
});
|
|
@@ -4976,7 +4015,7 @@ var TextGroup = styled__default.div(_templateObject4$h || (_templateObject4$h =
|
|
|
4976
4015
|
return theme.colors.icons.mono;
|
|
4977
4016
|
}, IconWrapper);
|
|
4978
4017
|
var ButtonsGroup = styled__default.div(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose(["\n button + button {\n margin-left: 10px;\n }\n"])));
|
|
4979
|
-
var PreviewArea = styled__default.div(_templateObject6$c || (_templateObject6$c = _taggedTemplateLiteralLoose(["\n position: relative;\n overflow: hidden;\n height: ", ";\n width: ", ";\n border-radius: 5px;\n background-color:
|
|
4018
|
+
var PreviewArea = styled__default.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) {
|
|
4980
4019
|
var canvasHeight = _ref3.canvasHeight;
|
|
4981
4020
|
return canvasHeight ? canvasHeight + "px" : "462px";
|
|
4982
4021
|
}, function (_ref4) {
|
|
@@ -4984,7 +4023,7 @@ var PreviewArea = styled__default.div(_templateObject6$c || (_templateObject6$c
|
|
|
4984
4023
|
return canvasWidth ? canvasWidth + "px" : "485px";
|
|
4985
4024
|
});
|
|
4986
4025
|
var HiddenImage = styled__default.img(_templateObject7$c || (_templateObject7$c = _taggedTemplateLiteralLoose(["\n display: none;\n"])));
|
|
4987
|
-
var SelectedArea = styled__default.div(_templateObject8$b || (_templateObject8$b = _taggedTemplateLiteralLoose(["\n position: absolute;\n border: dashed 1px
|
|
4026
|
+
var SelectedArea = styled__default.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) {
|
|
4988
4027
|
var cropLeft = _ref5.cropLeft,
|
|
4989
4028
|
cropTop = _ref5.cropTop,
|
|
4990
4029
|
cropWidth = _ref5.cropWidth,
|
|
@@ -5308,9 +4347,9 @@ var Container$e = styled__default.div(_templateObject$p || (_templateObject$p =
|
|
|
5308
4347
|
return styled.css(_templateObject2$o || (_templateObject2$o = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n "])), theme.fontFamily.ui);
|
|
5309
4348
|
});
|
|
5310
4349
|
var PreviewImageGroup = styled__default.div(_templateObject3$l || (_templateObject3$l = _taggedTemplateLiteralLoose(["\n position: relative;\n margin-bottom: 17px;\n height: ", ";\n width: ", ";\n"])), PHOTO_HEIGHT, PHOTO_WIDTH);
|
|
5311
|
-
var PhotoContainerStyle = styled.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:
|
|
4350
|
+
var PhotoContainerStyle = styled.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"])));
|
|
5312
4351
|
var PreviewImage = styled__default.img(_templateObject5$g || (_templateObject5$g = _taggedTemplateLiteralLoose(["\n ", "\n object-fit: cover;\n"])), PhotoContainerStyle);
|
|
5313
|
-
var PlaceholderText = styled__default.div(_templateObject6$d || (_templateObject6$d = _taggedTemplateLiteralLoose(["\n color:
|
|
4352
|
+
var PlaceholderText = styled__default.div(_templateObject6$d || (_templateObject6$d = _taggedTemplateLiteralLoose(["\n color: var(--grey-10);\n font-size: 14px;\n"])));
|
|
5314
4353
|
var NoPhoto = styled__default.div(_templateObject7$d || (_templateObject7$d = _taggedTemplateLiteralLoose(["\n ", "\n padding-top: 15px;\n ", " {\n margin-top: 18px;\n }\n"])), PhotoContainerStyle, PlaceholderText);
|
|
5315
4354
|
var StyledInputFileButton = styled__default(InputFileButton)(_templateObject8$c || (_templateObject8$c = _taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
5316
4355
|
var ButtonsWrapper = styled__default.div(_templateObject9$c || (_templateObject9$c = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n\n button {\n margin-bottom: 10px;\n }\n\n"])));
|
|
@@ -5468,7 +4507,7 @@ var _excluded$h = ["icons", "color", "size", "weight"];
|
|
|
5468
4507
|
var _templateObject$q, _templateObject2$p, _templateObject3$m;
|
|
5469
4508
|
var Container$f = styled__default.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);
|
|
5470
4509
|
var PlusIcon = styled__default(Icon)(_templateObject2$p || (_templateObject2$p = _taggedTemplateLiteralLoose([""])));
|
|
5471
|
-
var PlusIconWrapper = styled__default.div(_templateObject3$m || (_templateObject3$m = _taggedTemplateLiteralLoose(["\n margin: 0 30px;\n ", "{\n transform: rotate(45deg);\n [stroke]{\n stroke:
|
|
4510
|
+
var PlusIconWrapper = styled__default.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);
|
|
5472
4511
|
|
|
5473
4512
|
var BigIconsSummary = function BigIconsSummary(_ref) {
|
|
5474
4513
|
var icons = _ref.icons,
|
|
@@ -5510,8 +4549,8 @@ var FilesUploadGroup = styled__default.div(_templateObject4$j || (_templateObjec
|
|
|
5510
4549
|
var theme = _ref3.theme;
|
|
5511
4550
|
return theme.styles.filters.dropdownContainer.background;
|
|
5512
4551
|
});
|
|
5513
|
-
var Title = styled__default.div(_templateObject5$h || (_templateObject5$h = _taggedTemplateLiteralLoose(["\n color:
|
|
5514
|
-
var Description = styled__default.div(_templateObject6$e || (_templateObject6$e = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n line-height: 2.14;\n text-align: center;\n color:
|
|
4552
|
+
var Title = styled__default.div(_templateObject5$h || (_templateObject5$h = _taggedTemplateLiteralLoose(["\n color: var(--grey-11);\n font-size: 20px;\n"])));
|
|
4553
|
+
var Description = styled__default.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"])));
|
|
5515
4554
|
|
|
5516
4555
|
var getUpdateFiles = function getUpdateFiles(newFiles, files, allowedFileTypes) {
|
|
5517
4556
|
var newFilesTransfer = new DataTransfer();
|
|
@@ -6141,10 +5180,9 @@ var StyledButton$3 = styled__default.button(_templateObject3$q || (_templateObje
|
|
|
6141
5180
|
theme = _ref2.theme;
|
|
6142
5181
|
return theme && styled.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);
|
|
6143
5182
|
}, function (_ref3) {
|
|
6144
|
-
var
|
|
6145
|
-
isOpen = _ref3.isOpen,
|
|
5183
|
+
var isOpen = _ref3.isOpen,
|
|
6146
5184
|
hasFlipArrow = _ref3.hasFlipArrow;
|
|
6147
|
-
return isOpen && hasFlipArrow && styled.css(_templateObject5$k || (_templateObject5$k = _taggedTemplateLiteralLoose(["\n background-color:
|
|
5185
|
+
return isOpen && hasFlipArrow && styled.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);
|
|
6148
5186
|
});
|
|
6149
5187
|
var InnerContainer$3 = styled__default.div(_templateObject6$h || (_templateObject6$h = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n"])));
|
|
6150
5188
|
var ButtonText = styled__default.div(_templateObject7$g || (_templateObject7$g = _taggedTemplateLiteralLoose(["\n padding-right: ", ";\n"])), function (_ref4) {
|
|
@@ -6184,7 +5222,7 @@ var FilterButton = function FilterButton(_ref5) {
|
|
|
6184
5222
|
var _excluded$l = ["title", "value", "optionType", "selected", "disabled", "onClick"];
|
|
6185
5223
|
|
|
6186
5224
|
var _templateObject$x, _templateObject2$w, _templateObject3$r, _templateObject4$n, _templateObject5$l, _templateObject6$i, _templateObject7$h, _templateObject8$f, _templateObject9$f, _templateObject10$d;
|
|
6187
|
-
var Title$1 = styled__default.div(_templateObject$x || (_templateObject$x = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n display: block;\n color:
|
|
5225
|
+
var Title$1 = styled__default.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) {
|
|
6188
5226
|
var theme = _ref.theme;
|
|
6189
5227
|
return theme.fontFamily.data;
|
|
6190
5228
|
});
|
|
@@ -6200,7 +5238,7 @@ var Container$k = styled__default.div(_templateObject7$h || (_templateObject7$h
|
|
|
6200
5238
|
var styles = _ref3.theme.styles,
|
|
6201
5239
|
selected = _ref3.selected,
|
|
6202
5240
|
disabled = _ref3.disabled;
|
|
6203
|
-
return styles && styled.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.
|
|
5241
|
+
return styles && styled.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 && styled.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 && styled.css(_templateObject10$d || (_templateObject10$d = _taggedTemplateLiteralLoose(["\n cursor: not-allowed;\n "]))));
|
|
6204
5242
|
});
|
|
6205
5243
|
|
|
6206
5244
|
var FilterOption = function FilterOption(_ref4) {
|
|
@@ -6444,8 +5482,8 @@ var FilterDropHandler = function FilterDropHandler(_ref3) {
|
|
|
6444
5482
|
};
|
|
6445
5483
|
|
|
6446
5484
|
var _templateObject$A, _templateObject2$z, _templateObject3$u;
|
|
6447
|
-
var Container$n = styled__default.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
|
|
6448
|
-
var LoadingText = styled__default.div(_templateObject2$z || (_templateObject2$z = _taggedTemplateLiteralLoose(["\n ", "\n color:
|
|
5485
|
+
var Container$n = styled__default.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"])));
|
|
5486
|
+
var LoadingText = styled__default.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) {
|
|
6449
5487
|
var theme = _ref.theme;
|
|
6450
5488
|
return theme && styled.css(_templateObject3$u || (_templateObject3$u = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n "])), theme.fontFamily.data);
|
|
6451
5489
|
});
|
|
@@ -6476,7 +5514,7 @@ var ResultsContainer = styled__default.div(_templateObject6$k || (_templateObjec
|
|
|
6476
5514
|
var theme = _ref3.theme;
|
|
6477
5515
|
return theme.colors.divider;
|
|
6478
5516
|
});
|
|
6479
|
-
var ResultCounter = styled__default.div(_templateObject7$j || (_templateObject7$j = _taggedTemplateLiteralLoose(["\n opacity: 0.75;\n font-family: ", ";\n color:
|
|
5517
|
+
var ResultCounter = styled__default.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) {
|
|
6480
5518
|
var theme = _ref4.theme;
|
|
6481
5519
|
return theme.fontFamily.data;
|
|
6482
5520
|
}, function (_ref5) {
|
|
@@ -6484,7 +5522,7 @@ var ResultCounter = styled__default.div(_templateObject7$j || (_templateObject7$
|
|
|
6484
5522
|
return theme.colors.divider;
|
|
6485
5523
|
});
|
|
6486
5524
|
var SearchWrapper = styled__default.div(_templateObject8$h || (_templateObject8$h = _taggedTemplateLiteralLoose(["\n height: 41px;\n display: flex;\n align-items: center;\n"])));
|
|
6487
|
-
var EmptyResultText = styled__default.div(_templateObject9$g || (_templateObject9$g = _taggedTemplateLiteralLoose(["\n display: block;\n color:
|
|
5525
|
+
var EmptyResultText = styled__default.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"])));
|
|
6488
5526
|
|
|
6489
5527
|
var isValueSelected = function isValueSelected(item, selected) {
|
|
6490
5528
|
var isItemSelected = false;
|
|
@@ -6722,7 +5760,7 @@ var TopLine$2 = styled__default.div(_templateObject2$B || (_templateObject2$B =
|
|
|
6722
5760
|
var theme = _ref.theme;
|
|
6723
5761
|
return theme.styles.filters.dropdownContainer.topBorder;
|
|
6724
5762
|
});
|
|
6725
|
-
var InnerBox$1 = styled__default.div(_templateObject3$w || (_templateObject3$w = _taggedTemplateLiteralLoose(["\n border-bottom-left-radius: 3px;\n border-bottom-right-radius: 3px;\n
|
|
5763
|
+
var InnerBox$1 = styled__default.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) {
|
|
6726
5764
|
var theme = _ref2.theme;
|
|
6727
5765
|
return theme.styles.filters.dropdownContainer.background;
|
|
6728
5766
|
});
|
|
@@ -6735,7 +5773,7 @@ var OrderGroup = styled__default.div(_templateObject6$l || (_templateObject6$l =
|
|
|
6735
5773
|
var colors = _ref4.theme.colors;
|
|
6736
5774
|
return colors.divider;
|
|
6737
5775
|
});
|
|
6738
|
-
var OrderButton = styled__default.button(_templateObject7$k || (_templateObject7$k = _taggedTemplateLiteralLoose(["\n ", ";\n width: 100%;\n display: flex;\n align-items: center;\n font-family: ", ";\n color:
|
|
5776
|
+
var OrderButton = styled__default.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) {
|
|
6739
5777
|
var theme = _ref5.theme;
|
|
6740
5778
|
return theme.fontFamily.data;
|
|
6741
5779
|
}, function (_ref6) {
|
|
@@ -7046,11 +6084,11 @@ var _excluded$s = ["labelLists", "totalResults", "resultTextTemplate", "clearTex
|
|
|
7046
6084
|
|
|
7047
6085
|
var _templateObject$F, _templateObject2$D, _templateObject3$y, _templateObject4$t, _templateObject5$q, _templateObject6$n, _templateObject7$m, _templateObject8$k;
|
|
7048
6086
|
var Container$s = styled__default.div(_templateObject$F || (_templateObject$F = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n font-size: 12px;\n min-height: 22px;\n"])));
|
|
7049
|
-
var ResultsTextWrapper = styled__default.div(_templateObject2$D || (_templateObject2$D = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color:
|
|
6087
|
+
var ResultsTextWrapper = styled__default.div(_templateObject2$D || (_templateObject2$D = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color: var(--grey-9);\n"])), function (_ref) {
|
|
7050
6088
|
var theme = _ref.theme;
|
|
7051
6089
|
return theme.fontFamily.ui;
|
|
7052
6090
|
});
|
|
7053
|
-
var FilterLabel = styled__default.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:
|
|
6091
|
+
var FilterLabel = styled__default.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) {
|
|
7054
6092
|
var theme = _ref2.theme;
|
|
7055
6093
|
return theme && styled.css(_templateObject4$t || (_templateObject4$t = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n "])), theme.fontFamily.data);
|
|
7056
6094
|
}, IconWrapper);
|
|
@@ -7058,7 +6096,7 @@ var FilterLabelText = styled__default.div(_templateObject5$q || (_templateObject
|
|
|
7058
6096
|
var hasIcon = _ref3.hasIcon;
|
|
7059
6097
|
return hasIcon ? '0 15px 0 9px' : '0 15px 0 0';
|
|
7060
6098
|
});
|
|
7061
|
-
var ClearTextButton = styled__default.button(_templateObject6$n || (_templateObject6$n = _taggedTemplateLiteralLoose(["\n ", ";\n font-family: ", ";\n color:
|
|
6099
|
+
var ClearTextButton = styled__default.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) {
|
|
7062
6100
|
var theme = _ref4.theme;
|
|
7063
6101
|
return theme.fontFamily.data;
|
|
7064
6102
|
});
|
|
@@ -7154,7 +6192,7 @@ var FiltersResults = function FiltersResults(_ref5) {
|
|
|
7154
6192
|
var _excluded$t = ["filtersTitle", "hasShowMore", "searchersConfig", "dropdownsConfig", "datePickersConfig", "showMoreText", "showLessText", "resultTextTemplate", "clearText", "totalResults", "singleFilter", "resultsDateFormat", "onChangeCallback"];
|
|
7155
6193
|
|
|
7156
6194
|
var _templateObject$G, _templateObject2$E, _templateObject3$z;
|
|
7157
|
-
var Title$2 = styled__default.div(_templateObject$G || (_templateObject$G = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color:
|
|
6195
|
+
var Title$2 = styled__default.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) {
|
|
7158
6196
|
var theme = _ref.theme;
|
|
7159
6197
|
return theme.fontFamily.ui;
|
|
7160
6198
|
});
|
|
@@ -7595,7 +6633,7 @@ var StatusCounter = styled__default.div(_templateObject2$F || (_templateObject2$
|
|
|
7595
6633
|
}, function (_ref2) {
|
|
7596
6634
|
var theme = _ref2.theme,
|
|
7597
6635
|
color = _ref2.color;
|
|
7598
|
-
return color ? theme.colors.status[color] : '
|
|
6636
|
+
return color ? theme.colors.status[color] : 'var(--grey-5)';
|
|
7599
6637
|
});
|
|
7600
6638
|
var StatusDot = styled__default.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) {
|
|
7601
6639
|
var animation = _ref3.theme.animation;
|
|
@@ -7603,7 +6641,7 @@ var StatusDot = styled__default.div(_templateObject4$u || (_templateObject4$u =
|
|
|
7603
6641
|
}, function (_ref4) {
|
|
7604
6642
|
var theme = _ref4.theme,
|
|
7605
6643
|
color = _ref4.color;
|
|
7606
|
-
return color ? theme.colors.status[color] : '
|
|
6644
|
+
return color ? theme.colors.status[color] : 'var(--grey-5)';
|
|
7607
6645
|
});
|
|
7608
6646
|
|
|
7609
6647
|
var StatusIcon = function StatusIcon(_ref5) {
|
|
@@ -9554,7 +8592,7 @@ var MediaBoxWrapper = styled__default.div(_templateObject$T || (_templateObject$
|
|
|
9554
8592
|
var minWidth = _ref2.minWidth;
|
|
9555
8593
|
return minWidth && "min-width: " + minWidth;
|
|
9556
8594
|
});
|
|
9557
|
-
var mediaStyle = "\n max-width: 100%;\n max-height: 100%;\n border-radius: 3px;\n background-color:
|
|
8595
|
+
var mediaStyle = "\n max-width: 100%;\n max-height: 100%;\n border-radius: 3px;\n background-color: var(--grey-11);\n";
|
|
9558
8596
|
var LoadingOverlay$3 = styled__default.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"])));
|
|
9559
8597
|
var Video$3 = styled__default.video(_templateObject3$H || (_templateObject3$H = _taggedTemplateLiteralLoose(["\n ", ";\n outline: none;\n\n ", ";\n"])), mediaStyle, function (_ref3) {
|
|
9560
8598
|
var theme = _ref3.theme,
|
|
@@ -9665,7 +8703,7 @@ var MediaBox = function MediaBox(_ref5) {
|
|
|
9665
8703
|
};
|
|
9666
8704
|
|
|
9667
8705
|
var _templateObject$U, _templateObject2$P, _templateObject3$I, _templateObject4$C, _templateObject5$z, _templateObject6$s, _templateObject7$r;
|
|
9668
|
-
var Container$C = styled__default.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:
|
|
8706
|
+
var Container$C = styled__default.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) {
|
|
9669
8707
|
var theme = _ref.theme;
|
|
9670
8708
|
return theme && styled.css(_templateObject2$P || (_templateObject2$P = _taggedTemplateLiteralLoose([""])));
|
|
9671
8709
|
}, function (_ref2) {
|
|
@@ -9682,7 +8720,7 @@ var CloseButton = styled__default.button(_templateObject4$C || (_templateObject4
|
|
|
9682
8720
|
}, IconWrapper, function (_ref5) {
|
|
9683
8721
|
var _ref5$selected = _ref5.selected,
|
|
9684
8722
|
selected = _ref5$selected === void 0 ? false : _ref5$selected;
|
|
9685
|
-
return selected && styled.css(_templateObject5$z || (_templateObject5$z = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid
|
|
8723
|
+
return selected && styled.css(_templateObject5$z || (_templateObject5$z = _taggedTemplateLiteralLoose(["\n border-bottom: 5px solid var(--primary-7);\n "])));
|
|
9686
8724
|
}, function (_ref6) {
|
|
9687
8725
|
var theme = _ref6.theme;
|
|
9688
8726
|
return theme && styled.css(_templateObject6$s || (_templateObject6$s = _taggedTemplateLiteralLoose(["\n opacity: .8;\n transition: transform ", " ", ";\n "])), theme.animation.speed.normal, theme.animation.easing.primary.inOut);
|
|
@@ -9967,7 +9005,7 @@ var Image$2 = styled__default.img(_templateObject6$t || (_templateObject6$t = _t
|
|
|
9967
9005
|
var showImage = _ref5.showImage;
|
|
9968
9006
|
return showImage === true ? 'block' : 'none';
|
|
9969
9007
|
});
|
|
9970
|
-
var PlayableDrop = styled__default.div(_templateObject7$s || (_templateObject7$s = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n background-color:
|
|
9008
|
+
var PlayableDrop = styled__default.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);
|
|
9971
9009
|
|
|
9972
9010
|
var TableRowThumbnail = function TableRowThumbnail(_ref6) {
|
|
9973
9011
|
var _ref6$hoverZoom = _ref6.hoverZoom,
|
|
@@ -10467,12 +9505,12 @@ var TypeTableHeader = function TypeTableHeader(_ref9) {
|
|
|
10467
9505
|
var _templateObject$$, _templateObject2$W, _templateObject3$N, _templateObject4$H, _templateObject5$D;
|
|
10468
9506
|
var Container$F = styled__default.div(_templateObject$$ || (_templateObject$$ = _taggedTemplateLiteralLoose([""])));
|
|
10469
9507
|
var TableContainer = styled__default.div(_templateObject2$W || (_templateObject2$W = _taggedTemplateLiteralLoose(["\n display: table;\n width: 100%;\n position: relative;\n"])));
|
|
10470
|
-
var LoadingText$1 = styled__default.div(_templateObject3$N || (_templateObject3$N = _taggedTemplateLiteralLoose(["\n color:
|
|
9508
|
+
var LoadingText$1 = styled__default.div(_templateObject3$N || (_templateObject3$N = _taggedTemplateLiteralLoose(["\n color: var(--grey-a11);\n"])));
|
|
10471
9509
|
var LoadingBox$1 = styled__default.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) {
|
|
10472
9510
|
var theme = _ref.theme;
|
|
10473
9511
|
return theme.styles.tables.loadingOverlay;
|
|
10474
9512
|
}, LoadingText$1);
|
|
10475
|
-
var EmptyTableBox = styled__default.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:
|
|
9513
|
+
var EmptyTableBox = styled__default.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"])));
|
|
10476
9514
|
|
|
10477
9515
|
var isChecked = function isChecked(_ref2) {
|
|
10478
9516
|
var _ref2$_checked = _ref2._checked,
|
|
@@ -10568,7 +9606,7 @@ var Container$G = styled__default.div(_templateObject$10 || (_templateObject$10
|
|
|
10568
9606
|
var StyledButton$4 = styled__default(Button)(_templateObject3$O || (_templateObject3$O = _taggedTemplateLiteralLoose(["\n flex-shrink: 0;\n"])));
|
|
10569
9607
|
var StyledLoadingButton = styled__default(ButtonWithLoading)(_templateObject4$I || (_templateObject4$I = _taggedTemplateLiteralLoose(["\n flex-shrink: 0;\n"])));
|
|
10570
9608
|
var StyledLink = styled__default(reactRouterDom.Link)(_templateObject5$E || (_templateObject5$E = _taggedTemplateLiteralLoose(["\n color: inherit;\n text-decoration: none;\n\n &:hover {\n text-decoration: underline;\n }\n"])));
|
|
10571
|
-
var EditContainer = styled__default.div(_templateObject6$w || (_templateObject6$w = _taggedTemplateLiteralLoose(["\n min-width: 320px;\n background-color:
|
|
9609
|
+
var EditContainer = styled__default.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);
|
|
10572
9610
|
var StyledIconButton$1 = styled__default(IconButton$2)(_templateObject7$v || (_templateObject7$v = _taggedTemplateLiteralLoose([""])));
|
|
10573
9611
|
var TextContainer$2 = styled__default.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) {
|
|
10574
9612
|
var alignment = _ref2.alignment;
|
|
@@ -12400,25 +11438,25 @@ var LeftData = styled__default.div(_templateObject2$13 || (_templateObject2$13 =
|
|
|
12400
11438
|
}, IconWrapper);
|
|
12401
11439
|
var RightData = styled__default.div(_templateObject4$Q || (_templateObject4$Q = _taggedTemplateLiteralLoose(["\n padding: 0 12px 0 16px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n"])));
|
|
12402
11440
|
var DeviceDataGroup = styled__default.div(_templateObject5$M || (_templateObject5$M = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n margin-left: 14px;\n justify-content: center;\n"])));
|
|
12403
|
-
var LeftTitle = styled__default.div(_templateObject6$z || (_templateObject6$z = _taggedTemplateLiteralLoose(["\n ", ";\n ", "};\n ", ";\n\n color:
|
|
11441
|
+
var LeftTitle = styled__default.div(_templateObject6$z || (_templateObject6$z = _taggedTemplateLiteralLoose(["\n ", ";\n ", "};\n ", ";\n\n color: var(--grey-a10);\n font-size: 10px;\n"])), EllipsisStyles, function (_ref2) {
|
|
12404
11442
|
var hasRightData = _ref2.hasRightData;
|
|
12405
11443
|
return hasRightData ? "max-margin: 140px;" : "max-margin: 250px;";
|
|
12406
11444
|
}, function (_ref3) {
|
|
12407
11445
|
var hasMarginBottom = _ref3.hasMarginBottom;
|
|
12408
11446
|
return hasMarginBottom && "margin-bottom: 1px;";
|
|
12409
11447
|
});
|
|
12410
|
-
var LeftSubTitle = styled__default.div(_templateObject7$x || (_templateObject7$x = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n ", ";\n ", "\n\n color:
|
|
11448
|
+
var LeftSubTitle = styled__default.div(_templateObject7$x || (_templateObject7$x = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n ", ";\n ", "\n\n color: var(--grey-11);\n font-size: 16px;\n"])), function (_ref4) {
|
|
12411
11449
|
var theme = _ref4.theme;
|
|
12412
11450
|
return theme.fontFamily.data;
|
|
12413
11451
|
}, EllipsisStyles, function (_ref5) {
|
|
12414
11452
|
var hasRightData = _ref5.hasRightData;
|
|
12415
11453
|
return hasRightData ? "max-width: 140px;" : "max-width: 250px;";
|
|
12416
11454
|
});
|
|
12417
|
-
var Title$5 = styled__default.div(_templateObject8$t || (_templateObject8$t = _taggedTemplateLiteralLoose(["\n ", ";\n max-width: 80px;\n color:
|
|
11455
|
+
var Title$5 = styled__default.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) {
|
|
12418
11456
|
var hasMarginBottom = _ref6.hasMarginBottom;
|
|
12419
11457
|
return hasMarginBottom && "margin-bottom: 6px;";
|
|
12420
11458
|
});
|
|
12421
|
-
var SubTitle = styled__default.div(_templateObject9$o || (_templateObject9$o = _taggedTemplateLiteralLoose(["\n ", ";\n max-width: 80px;\n color:
|
|
11459
|
+
var SubTitle = styled__default.div(_templateObject9$o || (_templateObject9$o = _taggedTemplateLiteralLoose(["\n ", ";\n max-width: 80px;\n color: var(--grey-11);\n font-size: 12px;\n"])), EllipsisStyles);
|
|
12422
11460
|
|
|
12423
11461
|
var PanelMetaData = function PanelMetaData(_ref7) {
|
|
12424
11462
|
var _ref7$deviceIcon = _ref7.deviceIcon,
|
|
@@ -12452,7 +11490,7 @@ var PanelMetaData = function PanelMetaData(_ref7) {
|
|
|
12452
11490
|
var _excluded$A = ["streamProps", "panelMetaData", "customBottom", "panelOnClick"];
|
|
12453
11491
|
|
|
12454
11492
|
var _templateObject$1a;
|
|
12455
|
-
var CameraPanelWrapper = styled__default.div(_templateObject$1a || (_templateObject$1a = _taggedTemplateLiteralLoose(["\n width: 300px;\n height: 230px;\n border-radius: 3px;\n box-shadow: 0 2px 10px 0
|
|
11493
|
+
var CameraPanelWrapper = styled__default.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) {
|
|
12456
11494
|
var theme = _ref.theme;
|
|
12457
11495
|
return theme.styles.global.background.backgroundImage;
|
|
12458
11496
|
}, function (_ref2) {
|
|
@@ -12490,7 +11528,7 @@ var _excluded$B = ["icon", "size", "weight", "label", "linkTo"];
|
|
|
12490
11528
|
var _templateObject$1c, _templateObject2$14, _templateObject3$X, _templateObject4$R;
|
|
12491
11529
|
var TextContainer$3 = styled__default.div(_templateObject$1c || (_templateObject$1c = _taggedTemplateLiteralLoose(["\n user-select: none;\n"])));
|
|
12492
11530
|
var StyledLink$1 = styled__default(reactRouterDom.Link)(_templateObject2$14 || (_templateObject2$14 = _taggedTemplateLiteralLoose(["\n text-decoration: none;\n"])));
|
|
12493
|
-
var TagWrapper = styled__default.div(_templateObject3$X || (_templateObject3$X = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n font-size: ", "px;\n font-weight: 500;\n color:
|
|
11531
|
+
var TagWrapper = styled__default.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) {
|
|
12494
11532
|
var theme = _ref.theme;
|
|
12495
11533
|
return theme.fontFamily.ui;
|
|
12496
11534
|
}, function (_ref2) {
|
|
@@ -12585,14 +11623,14 @@ var _excluded$D = ["design", "size", "position", "text"];
|
|
|
12585
11623
|
|
|
12586
11624
|
var _templateObject$1e, _templateObject2$15, _templateObject3$Y, _templateObject4$S, _templateObject5$N, _templateObject6$A;
|
|
12587
11625
|
var Container$Q = styled__default.div(_templateObject$1e || (_templateObject$1e = _taggedTemplateLiteralLoose([""])));
|
|
12588
|
-
var Title$6 = styled__default.div(_templateObject2$15 || (_templateObject2$15 = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n color:
|
|
11626
|
+
var Title$6 = styled__default.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) {
|
|
12589
11627
|
var theme = _ref.theme;
|
|
12590
11628
|
return theme.fontFamily.ui;
|
|
12591
11629
|
});
|
|
12592
11630
|
var ButtonsWrapper$1 = styled__default.div(_templateObject3$Y || (_templateObject3$Y = _taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: space-between;\n"])));
|
|
12593
11631
|
var LeftButtons = styled__default.div(_templateObject4$S || (_templateObject4$S = _taggedTemplateLiteralLoose(["\n button {\n margin: 0 10px 10px 0;\n }\n"])));
|
|
12594
11632
|
var RightButtons = styled__default.div(_templateObject5$N || (_templateObject5$N = _taggedTemplateLiteralLoose(["\n flex-shrink: 0;\n"])));
|
|
12595
|
-
var SelectedResults = styled__default.div(_templateObject6$A || (_templateObject6$A = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n margin-top: 29px;\n min-height: 19px;\n color:
|
|
11633
|
+
var SelectedResults = styled__default.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) {
|
|
12596
11634
|
var theme = _ref2.theme;
|
|
12597
11635
|
return theme.fontFamily.ui;
|
|
12598
11636
|
});
|
|
@@ -12857,6 +11895,72 @@ function useBreakpoints() {
|
|
|
12857
11895
|
return breakpoints;
|
|
12858
11896
|
}
|
|
12859
11897
|
|
|
11898
|
+
var matchDark = '(prefers-color-scheme: dark)';
|
|
11899
|
+
|
|
11900
|
+
var toggleThemeClass = function toggleThemeClass(isDarkEnabled) {
|
|
11901
|
+
if (isDarkEnabled) {
|
|
11902
|
+
document.body.classList.add('light-theme');
|
|
11903
|
+
document.body.classList.remove('dark-theme');
|
|
11904
|
+
} else {
|
|
11905
|
+
document.body.classList.add('dark-theme');
|
|
11906
|
+
document.body.classList.remove('light-theme');
|
|
11907
|
+
}
|
|
11908
|
+
};
|
|
11909
|
+
|
|
11910
|
+
var setInitial = function setInitial() {
|
|
11911
|
+
var localStorageTheme = localStorage.getItem('isDarkThemeEnabled');
|
|
11912
|
+
var startDark = true;
|
|
11913
|
+
|
|
11914
|
+
if (localStorageTheme === null) {
|
|
11915
|
+
startDark = window.matchMedia(matchDark) && window.matchMedia(matchDark).matches;
|
|
11916
|
+
} else {
|
|
11917
|
+
startDark = localStorageTheme !== 'false';
|
|
11918
|
+
}
|
|
11919
|
+
|
|
11920
|
+
toggleThemeClass(!startDark);
|
|
11921
|
+
return startDark;
|
|
11922
|
+
};
|
|
11923
|
+
|
|
11924
|
+
var useThemeToggle = function useThemeToggle() {
|
|
11925
|
+
var _useState = React.useState(setInitial),
|
|
11926
|
+
isDarkThemeEnabled = _useState[0],
|
|
11927
|
+
setIsDarkThemeEnabled = _useState[1];
|
|
11928
|
+
|
|
11929
|
+
var onThemeToggle = React.useCallback(function () {
|
|
11930
|
+
setIsDarkThemeEnabled(function (enabled) {
|
|
11931
|
+
localStorage.isDarkThemeEnabled = !enabled;
|
|
11932
|
+
toggleThemeClass(enabled);
|
|
11933
|
+
return !enabled;
|
|
11934
|
+
});
|
|
11935
|
+
}, []);
|
|
11936
|
+
var osThemeToggle = React.useCallback(function (event) {
|
|
11937
|
+
var localStorageTheme = localStorage.getItem('isDarkThemeEnabled');
|
|
11938
|
+
|
|
11939
|
+
if (localStorageTheme !== null) {
|
|
11940
|
+
return;
|
|
11941
|
+
}
|
|
11942
|
+
|
|
11943
|
+
var isDark = event.matches;
|
|
11944
|
+
setIsDarkThemeEnabled(function () {
|
|
11945
|
+
toggleThemeClass(!isDark);
|
|
11946
|
+
return isDark;
|
|
11947
|
+
});
|
|
11948
|
+
}, []);
|
|
11949
|
+
React.useEffect(function () {
|
|
11950
|
+
var matcher = window.matchMedia(matchDark);
|
|
11951
|
+
matcher.addEventListener('change', osThemeToggle);
|
|
11952
|
+
return function () {
|
|
11953
|
+
matcher.removeEventListener('change', osThemeToggle);
|
|
11954
|
+
};
|
|
11955
|
+
}, [onThemeToggle, osThemeToggle]);
|
|
11956
|
+
return {
|
|
11957
|
+
isDarkThemeEnabled: isDarkThemeEnabled,
|
|
11958
|
+
setIsDarkThemeEnabled: setIsDarkThemeEnabled,
|
|
11959
|
+
onThemeToggle: onThemeToggle,
|
|
11960
|
+
isLightMode: !isDarkThemeEnabled
|
|
11961
|
+
};
|
|
11962
|
+
};
|
|
11963
|
+
|
|
12860
11964
|
var _templateObject$1f, _templateObject2$16, _templateObject3$Z, _templateObject4$T, _templateObject5$O;
|
|
12861
11965
|
var Container$R = styled__default.div(_templateObject$1f || (_templateObject$1f = _taggedTemplateLiteralLoose([""])));
|
|
12862
11966
|
var Title$7 = styled__default.div(_templateObject2$16 || (_templateObject2$16 = _taggedTemplateLiteralLoose(["\n ", ";\n"])), function (_ref) {
|
|
@@ -13645,16 +12749,16 @@ var UserMenu = function UserMenu(_ref7) {
|
|
|
13645
12749
|
var _templateObject$1m, _templateObject2$1d, _templateObject3$14, _templateObject4$_, _templateObject5$U, _templateObject6$G, _templateObject7$C, _templateObject8$y;
|
|
13646
12750
|
var Container$U = styled__default.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"])));
|
|
13647
12751
|
var ImgWrapper = styled__default.div(_templateObject2$1d || (_templateObject2$1d = _taggedTemplateLiteralLoose(["\n border-radius: 5px;\n overflow: hidden;\n height: 40px;\n width: 40px;\n flex-shrink: 0;\n"])));
|
|
13648
|
-
var EmptyImg = styled__default.div(_templateObject3$14 || (_templateObject3$14 = _taggedTemplateLiteralLoose(["\n background-color:
|
|
13649
|
-
var Image$3 = styled__default.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
|
|
12752
|
+
var EmptyImg = styled__default.div(_templateObject3$14 || (_templateObject3$14 = _taggedTemplateLiteralLoose(["\n background-color: var(--grey-5);\n width: 100%;\n height: 100%;\n"])));
|
|
12753
|
+
var Image$3 = styled__default.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) {
|
|
13650
12754
|
return p.image;
|
|
13651
12755
|
}, function (p) {
|
|
13652
12756
|
return p.image ? 'block' : 'none';
|
|
13653
12757
|
});
|
|
13654
12758
|
var InfoContainer = styled__default.div(_templateObject5$U || (_templateObject5$U = _taggedTemplateLiteralLoose(["\n margin-left: 20px;\n"])));
|
|
13655
|
-
var Title$9 = styled__default.div(_templateObject6$G || (_templateObject6$G = _taggedTemplateLiteralLoose(["\n font-size: 16px;\n font-weight: 500;\n color:
|
|
13656
|
-
var Message = styled__default.div(_templateObject7$C || (_templateObject7$C = _taggedTemplateLiteralLoose(["\n font-size: 13px;\n font-weight: 500;\n overflow: hidden;\n color:
|
|
13657
|
-
var TimeMsg = styled__default.div(_templateObject8$y || (_templateObject8$y = _taggedTemplateLiteralLoose(["\n font-size: 13px;\n font-weight: 500;\n color:
|
|
12759
|
+
var Title$9 = styled__default.div(_templateObject6$G || (_templateObject6$G = _taggedTemplateLiteralLoose(["\n font-size: 16px;\n font-weight: 500;\n color: var(--grey-11);\n"])));
|
|
12760
|
+
var Message = styled__default.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"])));
|
|
12761
|
+
var TimeMsg = styled__default.div(_templateObject8$y || (_templateObject8$y = _taggedTemplateLiteralLoose(["\n font-size: 13px;\n font-weight: 500;\n color: var(--grey-12);\n margin-top: 15px;\n"])));
|
|
13658
12762
|
|
|
13659
12763
|
var NotificationItem = function NotificationItem(_ref) {
|
|
13660
12764
|
var imgUrl = _ref.imgUrl,
|
|
@@ -13668,7 +12772,7 @@ var NotificationItem = function NotificationItem(_ref) {
|
|
|
13668
12772
|
|
|
13669
12773
|
var _templateObject$1n, _templateObject2$1e, _templateObject3$15;
|
|
13670
12774
|
var Container$V = styled__default.div(_templateObject$1n || (_templateObject$1n = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
13671
|
-
var StatusContainer = styled__default.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:
|
|
12775
|
+
var StatusContainer = styled__default.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) {
|
|
13672
12776
|
var theme = _ref.theme;
|
|
13673
12777
|
return theme.colors.divider;
|
|
13674
12778
|
});
|
|
@@ -13706,7 +12810,7 @@ var _templateObject$1o, _templateObject2$1f, _templateObject3$16, _templateObjec
|
|
|
13706
12810
|
var Container$W = styled__default.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) {
|
|
13707
12811
|
var theme = _ref.theme,
|
|
13708
12812
|
colors = _ref.theme.colors;
|
|
13709
|
-
return colors && styled.css(_templateObject2$1f || (_templateObject2$1f = _taggedTemplateLiteralLoose(["\n border-bottom: ", " 1px solid;\n
|
|
12813
|
+
return colors && styled.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);
|
|
13710
12814
|
});
|
|
13711
12815
|
var SearchBar = styled__default.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"])));
|
|
13712
12816
|
var IconWrapper$3 = styled__default.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"])));
|
|
@@ -13918,10 +13022,10 @@ var TabLabel = styled__default.label(_templateObject2$1g || (_templateObject2$1g
|
|
|
13918
13022
|
return active ? '600' : '500';
|
|
13919
13023
|
}, function (_ref3) {
|
|
13920
13024
|
var active = _ref3.active;
|
|
13921
|
-
return active ? '
|
|
13025
|
+
return active ? 'var(--primary-11)' : 'var(--grey-11)';
|
|
13922
13026
|
}, function (_ref4) {
|
|
13923
13027
|
var active = _ref4.active;
|
|
13924
|
-
return active ? '2px solid
|
|
13028
|
+
return active ? '2px solid var(--primary-11)' : '2px solid transparent';
|
|
13925
13029
|
});
|
|
13926
13030
|
|
|
13927
13031
|
var Tab = function Tab(_ref5) {
|
|
@@ -14008,16 +13112,16 @@ var _excluded$H = ["icon", "title", "subtitle", "tabFor"];
|
|
|
14008
13112
|
var _templateObject$1t, _templateObject2$1i, _templateObject3$19, _templateObject4$11, _templateObject5$W, _templateObject6$I;
|
|
14009
13113
|
var Container$Z = styled__default.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) {
|
|
14010
13114
|
var active = _ref.active;
|
|
14011
|
-
return active ? styled.css(_templateObject2$1i || (_templateObject2$1i = _taggedTemplateLiteralLoose(["\n border-bottom: 3px solid
|
|
13115
|
+
return active ? styled.css(_templateObject2$1i || (_templateObject2$1i = _taggedTemplateLiteralLoose(["\n border-bottom: 3px solid var(--primary-11);\n "]))) : styled.css(_templateObject3$19 || (_templateObject3$19 = _taggedTemplateLiteralLoose(["\n border-bottom: 3px solid transparent;\n "])));
|
|
14012
13116
|
}, IconWrapper);
|
|
14013
13117
|
var Title$a = styled__default.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) {
|
|
14014
13118
|
var theme = _ref2.theme;
|
|
14015
13119
|
return theme.fontFamily.ui;
|
|
14016
13120
|
}, function (_ref3) {
|
|
14017
13121
|
var active = _ref3.active;
|
|
14018
|
-
return active ? '
|
|
13122
|
+
return active ? 'var(--primary-11)' : 'var(--grey-11)';
|
|
14019
13123
|
});
|
|
14020
|
-
var SubTitle$2 = styled__default.div(_templateObject5$W || (_templateObject5$W = _taggedTemplateLiteralLoose(["\n font-size: 12px;\n font-family: ", ";\n font-style: italic;\n color:
|
|
13124
|
+
var SubTitle$2 = styled__default.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) {
|
|
14021
13125
|
var theme = _ref4.theme;
|
|
14022
13126
|
return theme.fontFamily.data;
|
|
14023
13127
|
});
|
|
@@ -14057,7 +13161,7 @@ var TabWithIcon = function TabWithIcon(_ref5) {
|
|
|
14057
13161
|
|
|
14058
13162
|
var _templateObject$1u, _templateObject2$1j;
|
|
14059
13163
|
var Container$_ = styled__default.div(_templateObject$1u || (_templateObject$1u = _taggedTemplateLiteralLoose([""])));
|
|
14060
|
-
var TabListWrapper$1 = styled__default.div(_templateObject2$1j || (_templateObject2$1j = _taggedTemplateLiteralLoose(["\n padding-top: 10px;\n padding-left: ", ";\n box-shadow: 0 -5px 5px 0
|
|
13164
|
+
var TabListWrapper$1 = styled__default.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) {
|
|
14061
13165
|
var paddingLeft = _ref.paddingLeft;
|
|
14062
13166
|
return paddingLeft ? paddingLeft : '87px';
|
|
14063
13167
|
});
|
|
@@ -14539,12 +13643,10 @@ exports.TextField = TextField;
|
|
|
14539
13643
|
exports.TopBar = TopBar;
|
|
14540
13644
|
exports.TypeTable = TypeTable;
|
|
14541
13645
|
exports.WebRTCClient = WebRTCPlayer;
|
|
14542
|
-
exports.darkTheme = dark;
|
|
14543
13646
|
exports.isDateInterval = isDateInterval;
|
|
14544
13647
|
exports.isFilterItem = isFilterItem;
|
|
14545
|
-
exports.lightTheme = light;
|
|
14546
13648
|
exports.resetButtonStyles = resetButtonStyles;
|
|
14547
|
-
exports.
|
|
13649
|
+
exports.scorerTheme = light;
|
|
14548
13650
|
exports.useClickOutside = useClickOutside;
|
|
14549
13651
|
exports.useCopyToClipboard = useCopyToClipboard;
|
|
14550
13652
|
exports.useInterval = useInterval;
|
|
@@ -14553,6 +13655,7 @@ exports.useModal = useModal;
|
|
|
14553
13655
|
exports.useNotification = useNotification;
|
|
14554
13656
|
exports.usePTZ = usePTZ;
|
|
14555
13657
|
exports.usePoll = usePoll;
|
|
13658
|
+
exports.useThemeToggle = useThemeToggle;
|
|
14556
13659
|
exports.useTitle = useTitle;
|
|
14557
13660
|
exports.useTo = useTo;
|
|
14558
13661
|
//# sourceMappingURL=index.js.map
|