@royaloperahouse/chord 2.6.0 → 2.7.0-a-development
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/CHANGELOG.md +216 -7
- package/README.md +250 -40
- package/dist/chord.cjs.development.js +1100 -896
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +1100 -897
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/atoms/AriaAlternativeDescription/AriaAlternative.d.ts +5 -0
- package/dist/components/atoms/AriaAlternativeDescription/AriaAlternative.style.d.ts +3 -0
- package/dist/components/atoms/AriaAlternativeDescription/index.d.ts +2 -0
- package/dist/components/atoms/Grid/GridItemLegacy.d.ts +8 -0
- package/dist/components/atoms/Grid/index.d.ts +2 -1
- package/dist/components/atoms/index.d.ts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/molecules/PageHeading/index.d.ts +1 -1
- package/dist/components/molecules/PeopleListing/CreditListing/CreditListing.style.d.ts +1 -0
- package/dist/components/molecules/Table/Table.style.d.ts +1 -1
- package/dist/components/molecules/index.d.ts +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/types/ariaAlternative.d.ts +34 -0
- package/dist/types/formTypes.d.ts +12 -9
- package/package.json +8 -2
- package/README.GIT +0 -277
package/dist/chord.esm.js
CHANGED
|
@@ -924,6 +924,7 @@ var Expand12px = (function (_ref) {
|
|
|
924
924
|
height: "12",
|
|
925
925
|
viewBox: "0 0 12 12",
|
|
926
926
|
fill: "none",
|
|
927
|
+
role: "img",
|
|
927
928
|
"aria-label": ariaLabel
|
|
928
929
|
}, /*#__PURE__*/createElement("path", {
|
|
929
930
|
d: "M7.02857 0H5.31429V4.97143H0V6.68571H5.31429V12H7.02857V6.68571H12V4.97143H7.02857V0Z",
|
|
@@ -941,6 +942,7 @@ var Remove12px = (function (_ref) {
|
|
|
941
942
|
height: "12",
|
|
942
943
|
viewBox: "0 0 12 12",
|
|
943
944
|
fill: "none",
|
|
945
|
+
role: "img",
|
|
944
946
|
"aria-label": ariaLabel
|
|
945
947
|
}, /*#__PURE__*/createElement("g", null, /*#__PURE__*/createElement("path", {
|
|
946
948
|
d: "M6.9956 5.96581L11.8642 10.8344L10.9042 11.7944L6.0356 6.92581L1.16703 11.7944L0.207031 10.8344L5.0756 5.96581L0.207031 1.16581L1.16703 0.205811L6.0356 5.07438L10.9042 0.205811L11.8642 1.16581L6.9956 5.96581Z",
|
|
@@ -958,6 +960,7 @@ var Tick = (function (_ref) {
|
|
|
958
960
|
viewBox: "0 0 12 12",
|
|
959
961
|
fill: "none",
|
|
960
962
|
xmlns: "http://www.w3.org/2000/svg",
|
|
963
|
+
role: "img",
|
|
961
964
|
"aria-label": ariaLabel
|
|
962
965
|
}, /*#__PURE__*/createElement("path", {
|
|
963
966
|
d: "M4.09961 11.1999L1.09961 7.2999L1.89961 6.6999L4.09961 9.4999L10.0996 1.3999L10.8996 1.9999L4.09961 11.1999Z",
|
|
@@ -975,6 +978,7 @@ var AddToMyList = (function (_ref) {
|
|
|
975
978
|
viewBox: "0 0 24 24",
|
|
976
979
|
fill: "none",
|
|
977
980
|
xmlns: "http://www.w3.org/2000/svg",
|
|
981
|
+
role: "img",
|
|
978
982
|
"aria-label": ariaLabel
|
|
979
983
|
}, /*#__PURE__*/createElement("path", {
|
|
980
984
|
d: "M21 3H3V4H21V3Z",
|
|
@@ -1007,6 +1011,7 @@ var OnMyList = (function (_ref) {
|
|
|
1007
1011
|
viewBox: "0 0 24 24",
|
|
1008
1012
|
fill: "none",
|
|
1009
1013
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1014
|
+
role: "img",
|
|
1010
1015
|
"aria-label": ariaLabel
|
|
1011
1016
|
}, /*#__PURE__*/createElement("path", {
|
|
1012
1017
|
d: "M15.4996 20.2002L13.3996 17.7002L12.5996 18.3002L15.5996 21.8002L20.8996 13.8002L20.0996 13.2002L15.4996 20.2002Z",
|
|
@@ -1039,6 +1044,7 @@ var BookTickets = (function (_ref) {
|
|
|
1039
1044
|
viewBox: "0 0 24 24",
|
|
1040
1045
|
fill: "none",
|
|
1041
1046
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1047
|
+
role: "img",
|
|
1042
1048
|
"aria-label": ariaLabel
|
|
1043
1049
|
}, /*#__PURE__*/createElement("path", {
|
|
1044
1050
|
d: "M7 2H6V5H7V2Z",
|
|
@@ -1083,6 +1089,7 @@ var ChooseDates = (function (_ref) {
|
|
|
1083
1089
|
viewBox: "0 0 24 24",
|
|
1084
1090
|
fill: "none",
|
|
1085
1091
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1092
|
+
role: "img",
|
|
1086
1093
|
"aria-label": ariaLabel
|
|
1087
1094
|
}, /*#__PURE__*/createElement("path", {
|
|
1088
1095
|
d: "M20.9 9L19 10.9V5H15.5V4H14.5V5H12V4H11V5H8.5V4H7.5V5H4V18C4 19.1 4.9 20 6 20H17C18.1 20 19 19.1 19 18V15.1L23 11.1L20.9 9ZM17.5 12.3H14.3V10H18V11.9L17.5 12.3ZM14.6 15.7H14.3V13.4H16.5L14.7 15.2L14.6 15.7ZM8.7 19H6C5.4 19 5 18.6 5 18V16.7H8.7V19ZM8.7 15.7H5V13.4H8.7V15.7ZM8.7 12.3H5V10H8.7V12.3ZM5 9V6H7.5V7H8.5V6H11V7H12V6H14.5V7H15.5V6H18V9H5ZM13.3 19H9.7V16.7H13.4V19H13.3ZM13.3 15.7H9.7V13.4H13.4V15.7H13.3ZM13.3 12.3H9.7V10H13.4V12.3H13.3ZM18 16.7V18C18 18.6 17.6 19 17 19H14.3V18L16.9 17.2L17.5 16.6H18V16.7ZM19 13.7L18 14.7L17 15.7L16.3 16.4L15.3 16.7L15.6 15.7L17.9 13.4L18.9 12.4L19 12.3L19.7 13L19 13.7ZM19.8 11.5L20.9 10.4L21.6 11.1L20.5 12.2L19.8 11.5Z",
|
|
@@ -1100,6 +1107,7 @@ var EditMyList = (function (_ref) {
|
|
|
1100
1107
|
viewBox: "0 0 24 24",
|
|
1101
1108
|
fill: "none",
|
|
1102
1109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1110
|
+
role: "img",
|
|
1103
1111
|
"aria-label": ariaLabel
|
|
1104
1112
|
}, /*#__PURE__*/createElement("path", {
|
|
1105
1113
|
d: "M21 3H3V4H21V3Z",
|
|
@@ -1132,6 +1140,7 @@ var Favourite = (function (_ref) {
|
|
|
1132
1140
|
viewBox: "0 0 24 24",
|
|
1133
1141
|
fill: "none",
|
|
1134
1142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1143
|
+
role: "img",
|
|
1135
1144
|
"aria-label": ariaLabel
|
|
1136
1145
|
}, /*#__PURE__*/createElement("path", {
|
|
1137
1146
|
d: "M12 4.69994L13.88 8.51994L14.12 8.98994L14.64 9.06994L18.85 9.67994L15.8 12.6799L15.43 13.0499L15.51 13.5599L16.23 17.7599L12.47 15.7599L12 15.5099L11.53 15.7499L7.77 17.7499L8.49 13.5499L8.57 13.0399L8.2 12.6699L5.15 9.66994L9.36 9.05994L9.88 8.97994L10.12 8.50994L12 4.69994ZM12 2.43994L9.22 8.07994L3 8.99994L7.5 13.3899L6.44 19.5799L12 16.6399L17.56 19.5599L16.5 13.3699L21 8.99994L14.78 8.09994L12 2.43994Z",
|
|
@@ -1149,6 +1158,7 @@ var FavouriteFull = (function (_ref) {
|
|
|
1149
1158
|
viewBox: "0 0 24 24",
|
|
1150
1159
|
fill: "none",
|
|
1151
1160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1161
|
+
role: "img",
|
|
1152
1162
|
"aria-label": ariaLabel
|
|
1153
1163
|
}, /*#__PURE__*/createElement("path", {
|
|
1154
1164
|
d: "M9.22 8.07994L12 2.43994L14.78 8.09994L21 8.99994L16.5 13.3699L17.56 19.5599L12 16.6399L6.44 19.5799L7.5 13.3899L3 8.99994L9.22 8.07994Z",
|
|
@@ -1166,6 +1176,7 @@ var Filter = (function (_ref) {
|
|
|
1166
1176
|
viewBox: "0 0 24 24",
|
|
1167
1177
|
fill: "none",
|
|
1168
1178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1179
|
+
role: "img",
|
|
1169
1180
|
"aria-label": ariaLabel
|
|
1170
1181
|
}, /*#__PURE__*/createElement("path", {
|
|
1171
1182
|
d: "M8.4 5C8.2 4.1 7.4 3.5 6.5 3.5C5.6 3.5 4.8 4.1 4.6 5H2V6H4.6C4.8 6.9 5.6 7.5 6.5 7.5C7.4 7.5 8.2 6.9 8.4 6H22V5H8.4ZM6.5 6.5C5.9 6.5 5.5 6.1 5.5 5.5C5.5 4.9 5.9 4.5 6.5 4.5C7.1 4.5 7.5 4.9 7.5 5.5C7.5 6.1 7.1 6.5 6.5 6.5Z",
|
|
@@ -1189,6 +1200,7 @@ var FindAScreening = (function (_ref) {
|
|
|
1189
1200
|
viewBox: "0 0 24 24",
|
|
1190
1201
|
fill: "none",
|
|
1191
1202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1203
|
+
role: "img",
|
|
1192
1204
|
"aria-label": ariaLabel
|
|
1193
1205
|
}, /*#__PURE__*/createElement("path", {
|
|
1194
1206
|
d: "M12 2C9.7381 2.00427 7.54447 2.77523 5.77725 4.18702C4.01004 5.59881 2.77365 7.56802 2.26996 9.77313C1.76627 11.9782 2.02503 14.289 3.00399 16.328C3.98295 18.3671 5.62429 20.0141 7.66 21H2V22H12C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 9.34784 20.9464 6.8043 19.0711 4.92893C17.1957 3.05357 14.6522 2 12 2ZM12 21C10.22 21 8.47991 20.4722 6.99987 19.4832C5.51983 18.4943 4.36627 17.0887 3.68508 15.4442C3.0039 13.7996 2.82567 11.99 3.17293 10.2442C3.5202 8.49836 4.37737 6.89471 5.63604 5.63604C6.89471 4.37737 8.49836 3.5202 10.2442 3.17293C11.99 2.82567 13.7996 3.0039 15.4442 3.68508C17.0887 4.36627 18.4943 5.51983 19.4832 6.99987C20.4722 8.47991 21 10.22 21 12C21 14.3869 20.0518 16.6761 18.364 18.364C16.6761 20.0518 14.3869 21 12 21Z",
|
|
@@ -1221,6 +1233,7 @@ var Reminder = (function (_ref) {
|
|
|
1221
1233
|
viewBox: "0 0 24 24",
|
|
1222
1234
|
fill: "none",
|
|
1223
1235
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1236
|
+
role: "img",
|
|
1224
1237
|
"aria-label": ariaLabel
|
|
1225
1238
|
}, /*#__PURE__*/createElement("path", {
|
|
1226
1239
|
d: "M18 18V10C18 6.9 15.6 4.3 12.5 4V2H11.5V4C8.4 4.3 6 6.9 6 10V18H4V19H6H9C9 20.7 10.3 22 12 22C13.7 22 15 20.7 15 19H18H20V18H18ZM12 21C10.9 21 10 20.1 10 19H14C14 20.1 13.1 21 12 21ZM15 18H9H7V10C7 7.2 9.2 5 12 5C14.8 5 17 7.2 17 10V18H15Z",
|
|
@@ -1238,6 +1251,7 @@ var Subscribe = (function (_ref) {
|
|
|
1238
1251
|
viewBox: "0 0 24 24",
|
|
1239
1252
|
fill: "none",
|
|
1240
1253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1254
|
+
role: "img",
|
|
1241
1255
|
"aria-label": ariaLabel
|
|
1242
1256
|
}, /*#__PURE__*/createElement("path", {
|
|
1243
1257
|
d: "M20 4V20H4V4H20ZM21 3H3V21H21V3Z",
|
|
@@ -1258,6 +1272,7 @@ var Watch = (function (_ref) {
|
|
|
1258
1272
|
viewBox: "0 0 24 24",
|
|
1259
1273
|
fill: "none",
|
|
1260
1274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1275
|
+
role: "img",
|
|
1261
1276
|
"aria-label": ariaLabel
|
|
1262
1277
|
}, /*#__PURE__*/createElement("path", {
|
|
1263
1278
|
d: "M9 8L16 12L9 16V8Z",
|
|
@@ -1278,6 +1293,7 @@ var Arrow = (function (_ref) {
|
|
|
1278
1293
|
viewBox: "0 0 24 24",
|
|
1279
1294
|
fill: "none",
|
|
1280
1295
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1296
|
+
role: "img",
|
|
1281
1297
|
"aria-label": ariaLabel
|
|
1282
1298
|
}, /*#__PURE__*/createElement("path", {
|
|
1283
1299
|
d: "M3 12.6001H19L12.9 18.7001L13.6 19.4001L21 12.0001L13.6 4.6001L12.9 5.3001L19.2 11.6001H3V12.6001Z",
|
|
@@ -1295,6 +1311,7 @@ var CarouselArrow = (function (_ref) {
|
|
|
1295
1311
|
viewBox: "0 0 24 24",
|
|
1296
1312
|
fill: "none",
|
|
1297
1313
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1314
|
+
role: "img",
|
|
1298
1315
|
"aria-label": ariaLabel
|
|
1299
1316
|
}, /*#__PURE__*/createElement("path", {
|
|
1300
1317
|
d: "M13.6 4.24658L21.3536 12.0001L13.6 19.7537L12.5464 18.7001L18.3964 12.8501H2.75V11.3501H18.5964L12.5464 5.30014L13.6 4.24658Z",
|
|
@@ -1312,6 +1329,7 @@ var DropdownArrow = (function (_ref) {
|
|
|
1312
1329
|
viewBox: "0 0 24 24",
|
|
1313
1330
|
fill: "none",
|
|
1314
1331
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1332
|
+
role: "img",
|
|
1315
1333
|
"aria-label": ariaLabel
|
|
1316
1334
|
}, /*#__PURE__*/createElement("path", {
|
|
1317
1335
|
d: "M19.3 8L12 14.7L4.7 8L4 8.7L12 16L20 8.7L19.3 8Z",
|
|
@@ -1329,6 +1347,7 @@ var Cinema = (function (_ref) {
|
|
|
1329
1347
|
viewBox: "0 0 24 24",
|
|
1330
1348
|
fill: "none",
|
|
1331
1349
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1350
|
+
role: "img",
|
|
1332
1351
|
"aria-label": ariaLabel
|
|
1333
1352
|
}, /*#__PURE__*/createElement("path", {
|
|
1334
1353
|
d: "M12 2C9.7381 2.00427 7.54447 2.77523 5.77725 4.18702C4.01004 5.59881 2.77365 7.56802 2.26996 9.77313C1.76627 11.9782 2.02503 14.289 3.00399 16.328C3.98295 18.3671 5.62429 20.0141 7.66 21H2V22H12C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 9.34784 20.9464 6.8043 19.0711 4.92893C17.1957 3.05357 14.6522 2 12 2V2ZM12 21C10.22 21 8.47991 20.4722 6.99987 19.4832C5.51983 18.4943 4.36627 17.0887 3.68508 15.4442C3.0039 13.7996 2.82567 11.99 3.17293 10.2442C3.5202 8.49836 4.37737 6.89471 5.63604 5.63604C6.89471 4.37737 8.49836 3.5202 10.2442 3.17293C11.99 2.82567 13.7996 3.0039 15.4442 3.68508C17.0887 4.36627 18.4943 5.51983 19.4832 6.99987C20.4722 8.47991 21 10.22 21 12C21 14.3869 20.0518 16.6761 18.364 18.364C16.6761 20.0518 14.3869 21 12 21V21Z",
|
|
@@ -1361,6 +1380,7 @@ var Clock = (function (_ref) {
|
|
|
1361
1380
|
viewBox: "0 0 24 24",
|
|
1362
1381
|
fill: "none",
|
|
1363
1382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1383
|
+
role: "img",
|
|
1364
1384
|
"aria-label": ariaLabel
|
|
1365
1385
|
}, /*#__PURE__*/createElement("path", {
|
|
1366
1386
|
d: "M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 21C7 21 3 17 3 12C3 7 7 3 12 3C17 3 21 7 21 12C21 17 17 21 12 21Z",
|
|
@@ -1381,6 +1401,7 @@ var CreditCard = (function (_ref) {
|
|
|
1381
1401
|
viewBox: "0 0 24 24",
|
|
1382
1402
|
fill: "none",
|
|
1383
1403
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1404
|
+
role: "img",
|
|
1384
1405
|
"aria-label": ariaLabel
|
|
1385
1406
|
}, /*#__PURE__*/createElement("path", {
|
|
1386
1407
|
d: "M10.5 14H5.5C5.2 14 5 14.2 5 14.5C5 14.8 5.2 15 5.5 15H10.5C10.8 15 11 14.8 11 14.5C11 14.2 10.8 14 10.5 14Z",
|
|
@@ -1404,6 +1425,7 @@ var Email = (function (_ref) {
|
|
|
1404
1425
|
viewBox: "0 0 24 24",
|
|
1405
1426
|
fill: "none",
|
|
1406
1427
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1428
|
+
role: "img",
|
|
1407
1429
|
"aria-label": ariaLabel
|
|
1408
1430
|
}, /*#__PURE__*/createElement("path", {
|
|
1409
1431
|
d: "M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM21 18.2L15.3 12.5L21 6.7V18C21 18.1 21 18.2 21 18.2ZM4 5H20C20.4 5 20.6 5.2 20.8 5.5L12 14.3L10.2 12.5L9.5 11.8L3.2 5.5C3.4 5.2 3.6 5 4 5ZM3 18.2C3 18.1 3 18 3 18V6.7L8.8 12.5L3 18.2ZM4 19C3.9 19 3.8 19 3.8 19L9.5 13.3L12 15.8L14.5 13.3L20.2 19C20.1 19 20 19 20 19H4Z",
|
|
@@ -1421,6 +1443,7 @@ var Info = (function (_ref) {
|
|
|
1421
1443
|
viewBox: "0 0 24 24",
|
|
1422
1444
|
fill: "none",
|
|
1423
1445
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1446
|
+
role: "img",
|
|
1424
1447
|
"aria-label": ariaLabel
|
|
1425
1448
|
}, /*#__PURE__*/createElement("path", {
|
|
1426
1449
|
d: "M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 21C7 21 3 17 3 12C3 7 7 3 12 3C17 3 21 7 21 12C21 17 17 21 12 21Z",
|
|
@@ -1444,6 +1467,7 @@ var List = (function (_ref) {
|
|
|
1444
1467
|
viewBox: "0 0 24 24",
|
|
1445
1468
|
fill: "none",
|
|
1446
1469
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1470
|
+
role: "img",
|
|
1447
1471
|
"aria-label": ariaLabel
|
|
1448
1472
|
}, /*#__PURE__*/createElement("path", {
|
|
1449
1473
|
d: "M4.5 7C5.32843 7 6 6.32843 6 5.5C6 4.67157 5.32843 4 4.5 4C3.67157 4 3 4.67157 3 5.5C3 6.32843 3.67157 7 4.5 7Z",
|
|
@@ -1476,6 +1500,7 @@ var Location = (function (_ref) {
|
|
|
1476
1500
|
viewBox: "0 0 24 24",
|
|
1477
1501
|
fill: "none",
|
|
1478
1502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1503
|
+
role: "img",
|
|
1479
1504
|
"aria-label": ariaLabel
|
|
1480
1505
|
}, /*#__PURE__*/createElement("path", {
|
|
1481
1506
|
d: "M12 2C9.87827 2 7.84344 2.84285 6.34315 4.34315C4.84286 5.84344 4 7.87827 4 10C4 14.42 12 22 12 22C12 22 20 14.42 20 10C20 7.87827 19.1571 5.84344 17.6569 4.34315C16.1566 2.84285 14.1217 2 12 2ZM12 20.6C9.55 18.14 5 13 5 10C5 8.14348 5.7375 6.36301 7.05025 5.05025C8.36301 3.7375 10.1435 3 12 3C13.8565 3 15.637 3.7375 16.9497 5.05025C18.2625 6.36301 19 8.14348 19 10C19 13 14.45 18.14 12 20.6Z",
|
|
@@ -1496,6 +1521,7 @@ var PDF = (function (_ref) {
|
|
|
1496
1521
|
viewBox: "0 0 24 24",
|
|
1497
1522
|
fill: "none",
|
|
1498
1523
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1524
|
+
role: "img",
|
|
1499
1525
|
"aria-label": ariaLabel
|
|
1500
1526
|
}, /*#__PURE__*/createElement("path", {
|
|
1501
1527
|
d: "M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2ZM14.5 3.9L18.1 7.5H14.5V3.9ZM18 21H6C5.4 21 5 20.6 5 20V4C5 3.4 5.4 3 6 3H13.6H13.5V8.5H19V20C19 20.6 18.6 21 18 21Z",
|
|
@@ -1522,6 +1548,7 @@ var Phone = (function (_ref) {
|
|
|
1522
1548
|
viewBox: "0 0 24 24",
|
|
1523
1549
|
fill: "none",
|
|
1524
1550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1551
|
+
role: "img",
|
|
1525
1552
|
"aria-label": ariaLabel
|
|
1526
1553
|
}, /*#__PURE__*/createElement("path", {
|
|
1527
1554
|
d: "M20.14 14H20C18.5808 13.8715 17.201 13.4637 15.94 12.8L15.67 12.66C15.5265 12.5796 15.3645 12.5382 15.2 12.54C14.9377 12.5411 14.6863 12.6453 14.5 12.83L12.9 14.43C11.4318 13.3789 10.1763 12.0589 9.2 10.54L10.85 8.89001C11.0287 8.70464 11.129 8.45748 11.13 8.20001C11.1278 8.08009 11.1041 7.96154 11.06 7.85001L10.87 7.45001C10.3893 6.35669 10.0952 5.19054 10 4.00001C9.99507 3.96686 9.99507 3.93316 10 3.90001C9.97513 3.65249 9.85889 3.42312 9.67398 3.25671C9.48907 3.09029 9.24877 2.99877 9 3.00001H4C3.73478 3.00001 3.48043 3.10537 3.29289 3.29291C3.10536 3.48044 3 3.7348 3 4.00001C3.24002 8.43074 5.10813 12.6167 8.24573 15.7543C11.3833 18.8919 15.5693 20.76 20 21C20.2652 21 20.5196 20.8947 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20V15C21.0024 14.7574 20.9165 14.5221 20.7582 14.3381C20.6 14.1541 20.3803 14.034 20.14 14ZM20 17V20C16.9863 19.8334 14.0721 18.8631 11.56 17.19C11.28 17 11.01 16.79 10.74 16.59C9.29429 15.4967 8.03183 14.1802 7 12.69C6.8 12.4 6.62 12.11 6.44 11.82C4.99691 9.45324 4.1589 6.76749 4 4.00001H9C9 4.34001 9.07 4.67001 9.13 5.00001C9.25673 5.76115 9.45769 6.50805 9.73 7.23001C9.85 7.54001 9.98 7.85001 10.12 8.15001L9.41 8.86001L8.62 9.64001L7.89 10.38C8.06 10.68 8.23 10.97 8.42 11.26C9.4178 12.7656 10.6778 14.0797 12.14 15.14C12.41 15.34 12.69 15.53 12.98 15.72L13.71 14.98L14.46 14.23L15.16 13.53L16.06 13.98C16.9924 14.3929 17.9737 14.6853 18.98 14.85C19.3 14.91 19.63 14.95 19.98 14.98V16.98L20 17Z",
|
|
@@ -1539,6 +1566,7 @@ var Print = (function (_ref) {
|
|
|
1539
1566
|
viewBox: "0 0 24 24",
|
|
1540
1567
|
fill: "none",
|
|
1541
1568
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1569
|
+
role: "img",
|
|
1542
1570
|
"aria-label": ariaLabel
|
|
1543
1571
|
}, /*#__PURE__*/createElement("path", {
|
|
1544
1572
|
d: "M19 6H16V3H8V6H5C3.9 6 3 6.9 3 8V16C3 17.1 3.9 18 5 18H8V21H16V18H19C20.1 18 21 17.1 21 16V8C21 6.9 20.1 6 19 6ZM9 4H15V6H9V4ZM15 20H9V14H15V20ZM20 16C20 16.6 19.6 17 19 17H16V13H8V17H5C4.4 17 4 16.6 4 16V8C4 7.4 4.4 7 5 7H19C19.6 7 20 7.4 20 8V16Z",
|
|
@@ -1556,6 +1584,7 @@ var Seat = (function (_ref) {
|
|
|
1556
1584
|
viewBox: "0 0 24 24",
|
|
1557
1585
|
fill: "none",
|
|
1558
1586
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1587
|
+
role: "img",
|
|
1559
1588
|
"aria-label": ariaLabel
|
|
1560
1589
|
}, /*#__PURE__*/createElement("path", {
|
|
1561
1590
|
d: "M17.5 7.8V4.9c0-2.7-2.2-4.9-4.9-4.9H7.2C4.5 0 2.3 2.2 2.3 4.9v2.9H0V20h4.2v-3.7h11.3V20h4.2V7.8h-2.2ZM3 4.8h.3v.1C3.3 2.8 5 1 7.2 1h5.4c2.2 0 3.9 1.8 3.9 3.9v2.8h-1v4.6H4.2V7.8H3v-3ZM1 19V8.7h2.2v3.6H1.9v4h1.3V19H1Zm1.9-3.6v-2h13.9v2H2.9ZM18.8 19h-2.2v-2.7h1.3v-4h-1.3V8.7h2.2V19Z",
|
|
@@ -1576,6 +1605,7 @@ var Secure = (function (_ref) {
|
|
|
1576
1605
|
viewBox: "0 0 24 24",
|
|
1577
1606
|
fill: "none",
|
|
1578
1607
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1608
|
+
role: "img",
|
|
1579
1609
|
"aria-label": ariaLabel
|
|
1580
1610
|
}, /*#__PURE__*/createElement("path", {
|
|
1581
1611
|
d: "M18 9H17V7C17 5.67392 16.4732 4.40215 15.5355 3.46447C14.5979 2.52678 13.3261 2 12 2C10.6739 2 9.40215 2.52678 8.46447 3.46447C7.52678 4.40215 7 5.67392 7 7V9H6C5.46957 9 4.96086 9.21071 4.58579 9.58579C4.21071 9.96086 4 10.4696 4 11V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V11C20 10.4696 19.7893 9.96086 19.4142 9.58579C19.0391 9.21071 18.5304 9 18 9ZM8 7C8 5.93913 8.42143 4.92172 9.17157 4.17157C9.92172 3.42143 10.9391 3 12 3C13.0609 3 14.0783 3.42143 14.8284 4.17157C15.5786 4.92172 16 5.93913 16 7V9H8V7ZM19 20C19 20.2652 18.8946 20.5196 18.7071 20.7071C18.5196 20.8946 18.2652 21 18 21H6C5.73478 21 5.48043 20.8946 5.29289 20.7071C5.10536 20.5196 5 20.2652 5 20V11C5 10.7348 5.10536 10.4804 5.29289 10.2929C5.48043 10.1054 5.73478 10 6 10H18C18.2652 10 18.5196 10.1054 18.7071 10.2929C18.8946 10.4804 19 10.7348 19 11V20Z",
|
|
@@ -1596,6 +1626,7 @@ var Standing = (function (_ref) {
|
|
|
1596
1626
|
viewBox: "0 0 24 24",
|
|
1597
1627
|
fill: "none",
|
|
1598
1628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1629
|
+
role: "img",
|
|
1599
1630
|
"aria-label": ariaLabel
|
|
1600
1631
|
}, /*#__PURE__*/createElement("path", {
|
|
1601
1632
|
d: "M9.8 3.9c1.1 0 1.9-.9 1.9-1.9 0-1-.8-2-1.9-2-1.1 0-1.9.9-1.9 2s.9 1.9 1.9 1.9Zm0-2.9c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.3-.9-.8.4-1 .9-1Zm2 3.2H8c-1.3 0-2.3 1-2.3 2.2v6.4h1.7V20h4.9v-7h1.8V6.4c0-1.2-1.1-2.2-2.3-2.2Zm1.3 7.8h-.8V7.4c0-.2-.2-.4-.5-.4-.2 0-.5.2-.5.4V19h-.9v-6.3c0-.2-.2-.4-.5-.4-.2 0-.5.2-.5.4V19h-1V7.4c0-.2-.2-.4-.5-.4-.2 0-.5.2-.5.4v4.5h-.7V6.5c0-.7.6-1.2 1.3-1.2h3.7c.7 0 1.3.5 1.3 1.2l.1 5.5Z",
|
|
@@ -1613,6 +1644,7 @@ var Tickets = (function (_ref) {
|
|
|
1613
1644
|
viewBox: "0 0 24 24",
|
|
1614
1645
|
fill: "none",
|
|
1615
1646
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1647
|
+
role: "img",
|
|
1616
1648
|
"aria-label": ariaLabel
|
|
1617
1649
|
}, /*#__PURE__*/createElement("path", {
|
|
1618
1650
|
d: "M12 14H11V16H12V14Z",
|
|
@@ -1636,6 +1668,7 @@ var Wheelchair = (function (_ref) {
|
|
|
1636
1668
|
viewBox: "0 0 24 24",
|
|
1637
1669
|
fill: "none",
|
|
1638
1670
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1671
|
+
role: "img",
|
|
1639
1672
|
"aria-label": ariaLabel
|
|
1640
1673
|
}, /*#__PURE__*/createElement("path", {
|
|
1641
1674
|
d: "M8.4 18.8c-1.1 0-2.2-.4-3-1.1-.8-.8-1.3-1.8-1.3-2.9-.1-1.6.9-3.2 2.3-3.9l-.4-1c-1.9.9-3 2.8-3 4.9.1 2.8 2.4 5.1 5.3 5.1h.2c2.6-.1 4.7-2.1 5.1-4.6l-1.1-.1c-.3 2-2 3.6-4.1 3.6ZM9.8 4.5c1.2 0 2.2-1 2.2-2.2C12 1.1 11 .1 9.8.1c-1.2 0-2.2 1-2.2 2.2 0 1.2.9 2.2 2.2 2.2Zm0-3.3c.6 0 1.1.5 1.1 1.1 0 .6-.5 1.1-1.1 1.1-.6 0-1.1-.5-1.1-1.1 0-.6.5-1.1 1.1-1.1Zm4.9 12c-.3-.5-.9-.8-1.6-.8h-2.6V6.3c0-.6-.5-1.2-1.1-1.2H6.2c-.5.1-.9.5-.9 1v3.2h1.1V6.2l2.9.1v7.2h3.8c.3 0 .5.1.6.3l3.4 5.4.9-.6-3.3-5.4Z",
|
|
@@ -1653,6 +1686,7 @@ var BalletAndDance = (function (_ref) {
|
|
|
1653
1686
|
viewBox: "0 0 24 24",
|
|
1654
1687
|
fill: "none",
|
|
1655
1688
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1689
|
+
role: "img",
|
|
1656
1690
|
"aria-label": ariaLabel
|
|
1657
1691
|
}, /*#__PURE__*/createElement("path", {
|
|
1658
1692
|
d: "M20 10.8099C20 10.4099 20 10.0099 19.91 9.61995C19.8296 8.78684 19.7028 7.95889 19.53 7.13995C19.3725 6.36611 19.1722 5.6016 18.93 4.84995C18.83 4.52995 18.72 4.21995 18.61 3.90995L18.19 2.84995C18.12 2.69995 18.06 2.54995 18 2.39995C17.9472 2.27991 17.8602 2.17802 17.75 2.10691C17.6398 2.03581 17.5112 1.99861 17.38 1.99995H10.6C10.4803 1.99361 10.3611 2.02001 10.2552 2.0763C10.1494 2.13259 10.0609 2.21665 9.99918 2.31946C9.9375 2.42226 9.90499 2.53992 9.90513 2.65981C9.90527 2.7797 9.93807 2.89729 10 2.99995L10.61 3.99995C9.02093 4.16117 7.53678 4.8679 6.41 5.99995L3 9.35994L3.72 10.0699L7.16 6.66995C7.75257 6.09557 8.45725 5.64961 9.23 5.35995C8.49778 6.12058 7.95332 7.04171 7.64 8.04995L6.2 12.6399L7.2 12.9299L8.61 8.33995C9.04114 6.96737 9.97284 5.8072 11.22 5.08995C11.69 6.02959 12.091 7.00215 12.42 7.99995C11.9519 8.75685 11.7059 9.63002 11.71 10.5199C11.7119 11.022 11.7895 11.521 11.94 11.9999C12.1174 12.5578 12.3991 13.077 12.77 13.5299C12.8542 13.606 12.9312 13.6897 13 13.7799C13.3354 14.2018 13.5249 14.7212 13.54 15.2599C13.54 15.3699 13.54 15.4799 13.54 15.5899C13.5242 16.3823 13.4675 17.1734 13.37 17.9599C13.2272 18.9861 13.0168 20.0016 12.74 20.9999V20.9999C12.7011 21.1094 12.6881 21.2264 12.7021 21.3417C12.716 21.4571 12.7566 21.5676 12.8206 21.6645C12.8846 21.7615 12.9703 21.8423 13.0708 21.9005C13.1714 21.9587 13.284 21.9927 13.4 21.9999H16.91C17.1788 21.9964 17.4405 21.9126 17.6614 21.7594C17.8823 21.6062 18.0524 21.3905 18.15 21.1399C19.099 18.8653 19.6861 16.4562 19.89 13.9999C19.89 13.7699 19.94 13.5499 19.96 13.3099C19.98 13.0699 19.96 13.1099 19.96 13.0099C19.96 12.6499 19.96 12.2899 19.96 11.9299C19.96 11.5699 20 11.1899 20 10.8099ZM11.61 2.99995H17C17.0499 3.00059 17.0985 3.01618 17.1395 3.0447C17.1805 3.07322 17.212 3.11336 17.23 3.15995C17.34 3.41995 17.44 3.69995 17.55 3.96995H11.7L11.39 3.36995C11.3691 3.33182 11.3586 3.28892 11.3594 3.24547C11.3601 3.20202 11.3722 3.15953 11.3944 3.12218C11.4166 3.08482 11.4482 3.05391 11.486 3.03247C11.5238 3.01104 11.5665 2.99983 11.61 2.99995ZM12.23 4.99995H17.93C17.93 5.13995 18.02 5.27995 18.07 5.41995L17.25 6.31995L15.73 7.99995H15.65L13.08 6.99995C12.83 6.29995 12.54 5.62995 12.23 4.99995V4.99995ZM19 13.8999C18.808 16.2022 18.2545 18.4599 17.36 20.5899C17.3111 20.7095 17.2282 20.8121 17.1215 20.885C17.0149 20.9578 16.8892 20.9978 16.76 20.9999H13.86C13.8411 20.9995 13.8225 20.9945 13.8059 20.9855C13.7892 20.9764 13.775 20.9636 13.7642 20.948C13.7535 20.9324 13.7466 20.9144 13.7442 20.8957C13.7417 20.8769 13.7437 20.8578 13.75 20.8399C14.1769 19.104 14.415 17.327 14.46 15.5399C14.46 15.4699 14.46 14.9099 14.46 14.9099C14.3722 14.1233 14.0196 13.3898 13.46 12.8299V12.8299C12.9343 12.1788 12.6483 11.3668 12.65 10.5299C12.6562 10.1426 12.7203 9.75836 12.84 9.38995C12.9771 8.96486 13.1906 8.56836 13.47 8.21995L15.59 8.99995C15.6034 10.0554 15.9365 11.082 16.5453 11.9443C17.154 12.8066 18.0099 13.464 19 13.8299V13.8999ZM19 12.8099C18.2319 12.4636 17.5815 11.9007 17.1285 11.1902C16.6756 10.4797 16.4398 9.65248 16.45 8.80995C16.445 8.72001 16.445 8.62988 16.45 8.53995L18.33 6.53995C18.43 6.92995 18.53 7.32995 18.61 7.72995C18.9028 9.13498 19.0602 10.5649 19.08 11.9999C19.08 12.2499 19.06 12.5299 19 12.8099Z",
|
|
@@ -1670,6 +1704,7 @@ var Basket = (function (_ref) {
|
|
|
1670
1704
|
viewBox: "0 0 24 24",
|
|
1671
1705
|
fill: "none",
|
|
1672
1706
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1707
|
+
role: "img",
|
|
1673
1708
|
"aria-label": ariaLabel
|
|
1674
1709
|
}, /*#__PURE__*/createElement("path", {
|
|
1675
1710
|
d: "M16.0996 8V7C15.9996 4.8 14.1996 3 11.9996 3C9.69961 3 7.89961 4.8 7.89961 7V8H3.09961L5.19961 18.8C5.39961 20.1 6.49961 21 7.79961 21H16.1996C17.4996 21 18.5996 20.1 18.7996 18.8L20.8996 8H16.0996ZM8.89961 7C8.89961 5.4 10.2996 4 11.9996 4C13.5996 4 15.0996 5.4 15.0996 7V8H8.89961V7ZM17.8996 18.6C17.6996 19.4 16.9996 20 16.1996 20H7.79961C6.99961 20 6.29961 19.4 6.19961 18.6L4.29961 9H7.89961H16.0996H19.6996L17.8996 18.6Z",
|
|
@@ -1687,6 +1722,7 @@ var BasketFull = (function (_ref) {
|
|
|
1687
1722
|
viewBox: "0 0 24 24",
|
|
1688
1723
|
fill: "none",
|
|
1689
1724
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1725
|
+
role: "img",
|
|
1690
1726
|
"aria-label": ariaLabel
|
|
1691
1727
|
}, /*#__PURE__*/createElement("path", {
|
|
1692
1728
|
d: "M16.0996 8V7C15.9996 4.8 14.1996 3 11.9996 3C9.69961 3 7.89961 4.8 7.89961 7V8H3.09961L5.19961 18.8C5.39961 20.1 6.49961 21 7.79961 21H16.1996C17.4996 21 18.5996 20.1 18.7996 18.8L20.8996 8H16.0996ZM8.89961 7C8.89961 5.4 10.2996 4 11.9996 4C13.5996 4 15.0996 5.4 15.0996 7V8H8.89961V7Z",
|
|
@@ -1704,6 +1740,7 @@ var Home = (function (_ref) {
|
|
|
1704
1740
|
viewBox: "0 0 24 24",
|
|
1705
1741
|
fill: "none",
|
|
1706
1742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1743
|
+
role: "img",
|
|
1707
1744
|
"aria-label": ariaLabel
|
|
1708
1745
|
}, /*#__PURE__*/createElement("path", {
|
|
1709
1746
|
d: "M22 12.1L12 4L2 12.1L2.6 12.9L4.8 11.1V18C4.8 19.1 5.7 20 6.8 20H9.6C10.1 20 10.5 19.6 10.5 19.1V15.3C10.5 14.9 10.7 14.5 11 14.2C11.3 13.9 11.7 13.8 12.1 13.8C12.9 13.8 13.5 14.6 13.5 15.4V19.1C13.5 19.6 13.9 20 14.4 20H17.2C18.3 20 19.2 19.1 19.2 18V11.1L21.4 12.9L22 12.1ZM18.2 18C18.2 18.6 17.8 19 17.2 19H14.6V15.4C14.6 14 13.5 12.8 12.2 12.8C11.5 12.8 10.8 13 10.3 13.5C9.8 14 9.5 14.6 9.5 15.3V19H6.8C6.2 19 5.8 18.5 5.8 18V10.3L12 5.3L18.2 10.3V18Z",
|
|
@@ -1721,6 +1758,7 @@ var LiveStream = (function (_ref) {
|
|
|
1721
1758
|
viewBox: "0 0 24 24",
|
|
1722
1759
|
fill: "none",
|
|
1723
1760
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1761
|
+
role: "img",
|
|
1724
1762
|
"aria-label": ariaLabel
|
|
1725
1763
|
}, /*#__PURE__*/createElement("path", {
|
|
1726
1764
|
d: "M12 15.5C10.1 15.5 8.5 13.9 8.5 12C8.5 10.1 10.1 8.5 12 8.5C13.9 8.5 15.5 10.1 15.5 12C15.5 13.9 13.9 15.5 12 15.5ZM12 9.5C10.6 9.5 9.5 10.6 9.5 12C9.5 13.4 10.6 14.5 12 14.5C13.4 14.5 14.5 13.4 14.5 12C14.5 10.6 13.4 9.5 12 9.5Z",
|
|
@@ -1750,6 +1788,7 @@ var Menu = (function (_ref) {
|
|
|
1750
1788
|
viewBox: "0 0 24 24",
|
|
1751
1789
|
fill: "none",
|
|
1752
1790
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1791
|
+
role: "img",
|
|
1753
1792
|
"aria-label": ariaLabel
|
|
1754
1793
|
}, /*#__PURE__*/createElement("path", {
|
|
1755
1794
|
d: "M22 5H2V6H22V5Z",
|
|
@@ -1773,6 +1812,7 @@ var OperaAndMusic = (function (_ref) {
|
|
|
1773
1812
|
viewBox: "0 0 24 24",
|
|
1774
1813
|
fill: "none",
|
|
1775
1814
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1815
|
+
role: "img",
|
|
1776
1816
|
"aria-label": ariaLabel
|
|
1777
1817
|
}, /*#__PURE__*/createElement("path", {
|
|
1778
1818
|
d: "M22 11V10C20.9391 10 19.9217 9.57857 19.1715 8.82843C18.4214 8.07828 18 7.06087 18 6H17V14.78C16.4875 14.3216 15.833 14.0532 15.1463 14.0197C14.4595 13.9862 13.7821 14.1896 13.2273 14.5958C12.6726 15.0021 12.2743 15.5866 12.0991 16.2515C11.9238 16.9164 11.9823 17.6213 12.2647 18.2482C12.5471 18.8751 13.0363 19.386 13.6504 19.6954C14.2644 20.0047 14.9661 20.0937 15.638 19.9475C16.3098 19.8013 16.9111 19.4287 17.3411 18.8921C17.771 18.3556 18.0037 17.6876 18 17V9C18.4657 9.62098 19.0696 10.125 19.7639 10.4721C20.4582 10.8193 21.2237 11 22 11V11ZM15 19C14.6044 19 14.2177 18.8827 13.8888 18.6629C13.5599 18.4432 13.3036 18.1308 13.1522 17.7654C13.0008 17.3999 12.9612 16.9978 13.0384 16.6098C13.1156 16.2219 13.306 15.8655 13.5857 15.5858C13.8655 15.3061 14.2218 15.1156 14.6098 15.0384C14.9977 14.9613 15.3999 15.0009 15.7653 15.1522C16.1308 15.3036 16.4431 15.56 16.6629 15.8889C16.8827 16.2178 17 16.6044 17 17C17 17.5304 16.7892 18.0391 16.4142 18.4142C16.0391 18.7893 15.5304 19 15 19Z",
|
|
@@ -1808,6 +1848,7 @@ var Search = (function (_ref) {
|
|
|
1808
1848
|
viewBox: "0 0 24 24",
|
|
1809
1849
|
fill: "none",
|
|
1810
1850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1851
|
+
role: "img",
|
|
1811
1852
|
"aria-label": ariaLabel
|
|
1812
1853
|
}, /*#__PURE__*/createElement("path", {
|
|
1813
1854
|
d: "M21 20.3L16.1 15.4C17.3 14.1 18 12.4 18 10.5C18 6.4 14.6 3 10.5 3C6.4 3 3 6.4 3 10.5C3 14.6 6.4 18 10.5 18C12.4 18 14.1 17.3 15.4 16.1L20.3 21L21 20.3ZM4 10.5C4 6.9 6.9 4 10.5 4C14.1 4 17 6.9 17 10.5C17 14.1 14.1 17 10.5 17C6.9 17 4 14.1 4 10.5Z",
|
|
@@ -1825,6 +1866,7 @@ var Settings = (function (_ref) {
|
|
|
1825
1866
|
viewBox: "0 0 24 24",
|
|
1826
1867
|
fill: "none",
|
|
1827
1868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1869
|
+
role: "img",
|
|
1828
1870
|
"aria-label": ariaLabel
|
|
1829
1871
|
}, /*#__PURE__*/createElement("path", {
|
|
1830
1872
|
d: "M19.4157 12.1133C19.4157 11.9133 19.4157 11.7133 19.4157 11.4133L22.1992 8.81328L20.1374 5.31328L16.426 6.31328C16.0137 6.11328 15.6013 5.91328 15.1889 5.71328L14.2611 2.11328H10.1374L9.20953 5.71328C8.79716 5.91328 8.38479 6.11328 8.07551 6.41328L4.36417 5.41328L2.30231 8.91328L4.98272 11.5133C4.98272 11.7133 4.98272 11.9133 4.98272 12.2133C4.98272 12.5133 4.98272 12.6133 4.98272 12.9133L2.19922 15.4133L4.26107 18.9133L8.07551 17.9133C8.38479 18.1133 8.79716 18.3133 9.20953 18.5133L10.1374 22.1133H14.2611L15.1889 18.5133C15.6013 18.3133 16.0137 18.1133 16.3229 17.8133L20.0343 18.8133L22.0961 15.3133L19.3126 12.7133C19.4157 12.5133 19.4157 12.3133 19.4157 12.1133ZM20.859 15.5133L19.6219 17.6133L16.6322 16.8133L16.1167 16.7133L15.7044 17.0133C15.3951 17.2133 14.9827 17.4133 14.6734 17.6133L14.2611 17.8133L14.158 18.3133L13.4363 21.1133H10.859L10.1374 18.2133L10.0343 17.7133L9.6219 17.5133C9.31262 17.3133 8.90025 17.2133 8.59097 16.9133L8.1786 16.6133L7.66314 16.7133L4.77654 17.5133L3.53943 15.4133L5.70437 13.3133L6.01365 13.1133V12.6133C6.01365 12.2133 6.01365 11.8133 6.01365 11.5133V11.0133L5.70437 10.7133L3.53943 8.71328L4.77654 6.61328L7.66314 7.41328L8.1786 7.51328L8.59097 7.21328C8.90025 7.01328 9.31262 6.81328 9.6219 6.61328L10.0343 6.41328L10.1374 5.91328L10.859 3.11328H13.3332L14.0549 6.01328L14.158 6.51328L14.5704 6.71328C14.8796 6.91328 15.292 7.01328 15.6013 7.31328L16.0137 7.61328L16.6322 7.41328L19.6219 6.61328L20.859 8.71328L18.6941 10.8133L18.2817 11.1133V11.6133C18.2817 12.0133 18.2817 12.4133 18.2817 12.7133V13.2133L18.591 13.5133L20.859 15.5133Z",
|
|
@@ -1845,6 +1887,7 @@ var User = (function (_ref) {
|
|
|
1845
1887
|
viewBox: "0 0 24 24",
|
|
1846
1888
|
fill: "none",
|
|
1847
1889
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1890
|
+
role: "img",
|
|
1848
1891
|
"aria-label": ariaLabel
|
|
1849
1892
|
}, /*#__PURE__*/createElement("path", {
|
|
1850
1893
|
d: "M12 12C20.1 12 20.6 16.6 20.9 20H3.1C3.4 16.6 3.9 12 12 12ZM12 11C2 11 2.4 17.7 2 21H22C21.6 17.7 22 11 12 11Z",
|
|
@@ -1865,6 +1908,7 @@ var UserSignedIn = (function (_ref) {
|
|
|
1865
1908
|
viewBox: "0 0 24 24",
|
|
1866
1909
|
fill: "none",
|
|
1867
1910
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1911
|
+
role: "img",
|
|
1868
1912
|
"aria-label": ariaLabel
|
|
1869
1913
|
}, /*#__PURE__*/createElement("path", {
|
|
1870
1914
|
d: "M22 21H2C2.4 17.7 2 11 12 11C22 11 21.6 17.7 22 21Z",
|
|
@@ -1885,6 +1929,7 @@ var Facebook = (function (_ref) {
|
|
|
1885
1929
|
viewBox: "0 0 24 24",
|
|
1886
1930
|
fill: "none",
|
|
1887
1931
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1932
|
+
role: "img",
|
|
1888
1933
|
"aria-label": ariaLabel
|
|
1889
1934
|
}, /*#__PURE__*/createElement("path", {
|
|
1890
1935
|
d: "M13.6598 22H9.70976V12.14H6.99976V8.93H9.69976V6.65C9.70976 3.94 10.8998 2 14.8398 2C15.5622 2.02024 16.2831 2.07698 16.9998 2.17V5.17H15.6098C14.2098 5.17 13.6598 5.59 13.6598 6.77V8.93H16.9298L16.6398 12.14H13.6398L13.6598 22Z",
|
|
@@ -1902,6 +1947,7 @@ var Instagram = (function (_ref) {
|
|
|
1902
1947
|
viewBox: "0 0 24 24",
|
|
1903
1948
|
fill: "none",
|
|
1904
1949
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1950
|
+
role: "img",
|
|
1905
1951
|
"aria-label": ariaLabel
|
|
1906
1952
|
}, /*#__PURE__*/createElement("path", {
|
|
1907
1953
|
d: "M11.9998 4.62C14.3998 4.62 14.6898 4.62 15.6398 4.62C16.2138 4.652 16.7784 4.78047 17.3098 5C17.6891 5.15025 18.0306 5.38245 18.3098 5.68C18.6073 5.95918 18.8395 6.30065 18.9898 6.68C19.1854 7.21552 19.2901 7.77996 19.2998 8.35C19.2998 9.35 19.3498 9.59 19.3498 11.99C19.3498 14.39 19.3498 14.68 19.2998 15.63C19.2945 16.2028 19.1931 16.7707 18.9998 17.31C18.8495 17.6893 18.6173 18.0308 18.3198 18.31C18.0406 18.6075 17.6991 18.8397 17.3198 18.99C16.7843 19.1856 16.2198 19.2904 15.6498 19.3C14.6998 19.3 14.4098 19.35 12.0098 19.35C9.60978 19.35 9.31978 19.35 8.36978 19.3C7.79694 19.2947 7.22905 19.1933 6.68978 19C6.31043 18.8497 5.96896 18.6175 5.68978 18.32C5.39223 18.0408 5.16003 17.6993 5.00978 17.32C4.81419 16.7845 4.70942 16.22 4.69978 15.65C4.69978 14.65 4.64978 14.41 4.64978 12.01C4.64978 9.61 4.64978 9.32 4.69978 8.37C4.70509 7.79716 4.8065 7.22927 4.99978 6.69C5.15003 6.31065 5.38223 5.96918 5.67978 5.69C5.95897 5.39245 6.30044 5.16025 6.67978 5.01C7.21531 4.81441 7.77974 4.70963 8.34978 4.7C9.34978 4.7 9.58978 4.7 11.9898 4.7L11.9998 4.62ZM11.9998 3C9.55978 3 9.24978 3 8.28978 3C7.54184 3.02033 6.80218 3.16219 6.09978 3.42C5.50426 3.63557 4.96202 3.9766 4.50978 4.42C4.06638 4.87223 3.72535 5.41448 3.50978 6.01C3.25197 6.7124 3.11012 7.45206 3.08978 8.2C3.08978 9.2 3.08978 9.47 3.08978 11.91C3.08978 14.35 3.08978 14.66 3.08978 15.62C3.11012 16.3679 3.25197 17.1076 3.50978 17.81C3.72535 18.4055 4.06638 18.9478 4.50978 19.4C4.96202 19.8434 5.50426 20.1844 6.09978 20.4C6.80218 20.6578 7.54184 20.7997 8.28978 20.82C9.28978 20.82 9.55978 20.87 11.9998 20.87C14.4398 20.87 14.7498 20.87 15.7098 20.82C16.4577 20.7997 17.1974 20.6578 17.8998 20.4C18.4953 20.1844 19.0375 19.8434 19.4898 19.4C19.9332 18.9478 20.2742 18.4055 20.4898 17.81C20.769 17.1411 20.9411 16.4324 20.9998 15.71C20.9998 14.71 21.0498 14.44 21.0498 12C21.0498 9.56 21.0498 9.25 20.9998 8.29C20.9794 7.54206 20.8376 6.8024 20.5798 6.1C20.3642 5.50448 20.0232 4.96223 19.5798 4.51C19.1275 4.0666 18.5853 3.72557 17.9898 3.51C17.2874 3.25219 16.5477 3.11033 15.7998 3.09C14.7998 3.09 14.5298 3.09 12.0898 3.09L11.9998 3Z",
|
|
@@ -1925,6 +1971,7 @@ var Tiktok = (function (_ref) {
|
|
|
1925
1971
|
viewBox: "0 0 24 24",
|
|
1926
1972
|
fill: "none",
|
|
1927
1973
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1974
|
+
role: "img",
|
|
1928
1975
|
"aria-label": ariaLabel
|
|
1929
1976
|
}, /*#__PURE__*/createElement("path", {
|
|
1930
1977
|
d: "M19.6997 10.28C19.5532 10.2898 19.4062 10.2898 19.2597 10.28C18.4648 10.2811 17.6823 10.083 16.9836 9.70397C16.2849 9.32492 15.6922 8.77693 15.2597 8.11V15.51C15.2597 16.5919 14.9389 17.6494 14.3378 18.549C13.7368 19.4485 12.8825 20.1496 11.883 20.5636C10.8835 20.9776 9.78364 21.086 8.72256 20.8749C7.66148 20.6638 6.68682 20.1429 5.92183 19.3779C5.15684 18.6129 4.63587 17.6382 4.42481 16.5771C4.21375 15.5161 4.32207 14.4162 4.73608 13.4167C5.15009 12.4172 5.8512 11.5629 6.75074 10.9619C7.65027 10.3608 8.70784 10.04 9.7897 10.04H10.1297V12.73H9.7897C9.04975 12.73 8.3401 13.0239 7.81688 13.5472C7.29365 14.0704 6.9997 14.78 6.9997 15.52C6.9997 16.26 7.29365 16.9696 7.81688 17.4928C8.3401 18.0161 9.04975 18.31 9.7897 18.31C10.5372 18.3236 11.26 18.0429 11.8025 17.5285C12.345 17.0141 12.6636 16.3071 12.6897 15.56L12.6997 3H15.2797C15.3963 4.11994 15.9028 5.16325 16.7108 5.94747C17.5188 6.7317 18.5768 7.20691 19.6997 7.29V10.29",
|
|
@@ -1942,6 +1989,7 @@ var Twitter = (function (_ref) {
|
|
|
1942
1989
|
viewBox: "0 0 24 24",
|
|
1943
1990
|
fill: "none",
|
|
1944
1991
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1992
|
+
role: "img",
|
|
1945
1993
|
"aria-label": ariaLabel
|
|
1946
1994
|
}, /*#__PURE__*/createElement("path", {
|
|
1947
1995
|
d: "M21.9998 5.88989C21.2497 6.22055 20.4541 6.43631 19.6398 6.52989C20.4934 6.0305 21.1366 5.23803 21.4498 4.29989C20.6398 4.77267 19.7583 5.11042 18.8398 5.29989C18.4539 4.89263 17.9885 4.5689 17.4725 4.34873C16.9565 4.12856 16.4008 4.01664 15.8398 4.01989C14.7662 4.01179 13.7327 4.42715 12.9634 5.17592C12.194 5.92469 11.7508 6.94652 11.7298 8.01989C11.7307 8.32978 11.7676 8.63852 11.8398 8.93989C10.2142 8.86071 8.62291 8.44473 7.1666 7.71829C5.71029 6.99186 4.42077 5.97082 3.37975 4.71989C3.02375 5.3266 2.83404 6.01646 2.82976 6.71989C2.82871 7.38732 2.9947 8.04441 3.31258 8.63128C3.63047 9.21815 4.09016 9.71614 4.64976 10.0799C3.99934 10.0599 3.36252 9.88873 2.78976 9.57989C2.78849 10.5249 3.11611 11.4409 3.71641 12.1707C4.31671 12.9006 5.15227 13.3988 6.07976 13.5799C5.72736 13.6732 5.36431 13.7203 4.99976 13.7199C4.74165 13.7169 4.48418 13.6935 4.22976 13.6499C4.49917 14.456 5.01247 15.1585 5.69862 15.6601C6.38478 16.1618 7.20987 16.4377 8.05975 16.4499C6.61975 17.5939 4.83879 18.2239 2.99976 18.2399C2.66976 18.2399 2.33976 18.2399 1.99976 18.2399C3.88906 19.4067 6.06925 20.0167 8.28976 19.9999C9.81706 20.0291 11.3349 19.7535 12.7544 19.1892C14.1739 18.6249 15.4667 17.7832 16.557 16.7133C17.6474 15.6435 18.5134 14.3669 19.1046 12.9583C19.6957 11.5498 20 10.0375 19.9998 8.50989C19.9998 8.32989 19.9998 8.15989 19.9998 7.97989C20.7857 7.40806 21.463 6.70024 21.9998 5.88989Z",
|
|
@@ -1959,6 +2007,7 @@ var X = (function (_ref) {
|
|
|
1959
2007
|
viewBox: "0 0 24 24",
|
|
1960
2008
|
fill: "none",
|
|
1961
2009
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2010
|
+
role: "img",
|
|
1962
2011
|
"aria-label": ariaLabel
|
|
1963
2012
|
}, /*#__PURE__*/createElement("path", {
|
|
1964
2013
|
d: "M13.7124 10.6179L20.4133 3H18.8254L13.007 9.61448L8.35992 3H3L10.0274 13.0023L3 20.9908H4.58799L10.7324 14.0056L15.6401 20.9908H21L13.7124 10.6179ZM11.5375 13.0904L10.8255 12.0944L5.16016 4.16911H7.59922L12.1712 10.5651L12.8832 11.5611L18.8262 19.8748H16.3871L11.5375 13.0904Z",
|
|
@@ -1976,6 +2025,7 @@ var Youtube = (function (_ref) {
|
|
|
1976
2025
|
viewBox: "0 0 24 24",
|
|
1977
2026
|
fill: "none",
|
|
1978
2027
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2028
|
+
role: "img",
|
|
1979
2029
|
"aria-label": ariaLabel
|
|
1980
2030
|
}, /*#__PURE__*/createElement("path", {
|
|
1981
2031
|
d: "M12.4398 18.8999L8.33978 18.8199C7.00184 18.8681 5.66237 18.7877 4.33978 18.5799C2.33978 18.1699 2.21978 16.1899 2.06978 14.5799C1.86519 12.2448 1.95253 9.89335 2.32978 7.57989C2.3868 6.99013 2.66085 6.44256 3.09878 6.04344C3.5367 5.64432 4.10727 5.4221 4.69978 5.41989C9.1314 5.15166 13.5738 5.10827 18.0098 5.28989C18.4804 5.30645 18.9488 5.36332 19.4098 5.45989C21.6798 5.84989 21.7398 8.09989 21.8798 9.99989C22.0316 11.911 21.9679 13.8331 21.6898 15.7299C21.4598 17.3099 21.0298 18.6199 19.2098 18.7299C16.9298 18.8999 14.7098 19.0299 12.4198 18.9899C12.4598 18.8999 12.4498 18.8999 12.4398 18.8999ZM10.0298 14.8999L15.1398 11.9999L9.99978 9.04989L10.0298 14.8999Z",
|
|
@@ -1993,6 +2043,7 @@ var Delete = (function (_ref) {
|
|
|
1993
2043
|
viewBox: "0 0 24 24",
|
|
1994
2044
|
fill: "none",
|
|
1995
2045
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2046
|
+
role: "img",
|
|
1996
2047
|
"aria-label": ariaLabel
|
|
1997
2048
|
}, /*#__PURE__*/createElement("path", {
|
|
1998
2049
|
d: "M11 4L2 12L11 20H22V4H11ZM21 19H11.4L3.5 12L11.4 5H21V19Z",
|
|
@@ -2012,11 +2063,12 @@ var Shift = (function (_ref) {
|
|
|
2012
2063
|
height: "100%",
|
|
2013
2064
|
viewBox: "0 0 24 24",
|
|
2014
2065
|
fill: "none",
|
|
2015
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
2066
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2067
|
+
role: "img",
|
|
2068
|
+
"aria-label": ariaLabel
|
|
2016
2069
|
}, /*#__PURE__*/createElement("path", {
|
|
2017
2070
|
d: "M12 3L3 12H8V21H16V12H21L12 3ZM15 11V12V20H9V12V11H8H5.4L12 4.4L18.6 11H16H15Z",
|
|
2018
|
-
fill: color
|
|
2019
|
-
"aria-label": ariaLabel
|
|
2071
|
+
fill: color
|
|
2020
2072
|
}));
|
|
2021
2073
|
});
|
|
2022
2074
|
|
|
@@ -2030,6 +2082,7 @@ var Space = (function (_ref) {
|
|
|
2030
2082
|
viewBox: "0 0 24 24",
|
|
2031
2083
|
fill: "none",
|
|
2032
2084
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2085
|
+
role: "img",
|
|
2033
2086
|
"aria-label": ariaLabel
|
|
2034
2087
|
}, /*#__PURE__*/createElement("path", {
|
|
2035
2088
|
d: "M21 16V19H3V16H2V19V20H3H21H22V19V16H21Z",
|
|
@@ -2047,6 +2100,7 @@ var Close = (function (_ref) {
|
|
|
2047
2100
|
viewBox: "0 0 24 24",
|
|
2048
2101
|
fill: "none",
|
|
2049
2102
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2103
|
+
role: "img",
|
|
2050
2104
|
"aria-label": ariaLabel
|
|
2051
2105
|
}, /*#__PURE__*/createElement("path", {
|
|
2052
2106
|
d: "M20.8996 3.9001L20.0996 3.1001L11.9996 11.3001L3.89961 3.1001L3.09961 3.9001L11.2996 12.0001L3.09961 20.1001L3.89961 20.9001L11.9996 12.7001L20.0996 20.9001L20.8996 20.1001L12.6996 12.0001L20.8996 3.9001Z",
|
|
@@ -2064,6 +2118,7 @@ var Confirm = (function (_ref) {
|
|
|
2064
2118
|
viewBox: "0 0 24 24",
|
|
2065
2119
|
fill: "none",
|
|
2066
2120
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2121
|
+
role: "img",
|
|
2067
2122
|
"aria-label": ariaLabel
|
|
2068
2123
|
}, /*#__PURE__*/createElement("path", {
|
|
2069
2124
|
d: "M9.09961 21L3 12.5L3.8 11.9L9.09961 19.3L21.1996 3L21.9996 3.6L9.09961 21Z",
|
|
@@ -2081,6 +2136,7 @@ var Detract = (function (_ref) {
|
|
|
2081
2136
|
viewBox: "0 0 24 24",
|
|
2082
2137
|
fill: "none",
|
|
2083
2138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2139
|
+
role: "img",
|
|
2084
2140
|
"aria-label": ariaLabel
|
|
2085
2141
|
}, /*#__PURE__*/createElement("path", {
|
|
2086
2142
|
d: "M21 11.5H3V12.5H21V11.5Z",
|
|
@@ -2098,6 +2154,7 @@ var Expand = (function (_ref) {
|
|
|
2098
2154
|
viewBox: "0 0 24 24",
|
|
2099
2155
|
fill: "none",
|
|
2100
2156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2157
|
+
role: "img",
|
|
2101
2158
|
"aria-label": ariaLabel
|
|
2102
2159
|
}, /*#__PURE__*/createElement("path", {
|
|
2103
2160
|
d: "M12.5 11.5V3H11.5V11.5H3V12.5H11.5V21H12.5V12.5H21V11.5H12.5Z",
|
|
@@ -2115,6 +2172,7 @@ var ExternalLink = (function (_ref) {
|
|
|
2115
2172
|
viewBox: "0 0 24 24",
|
|
2116
2173
|
fill: "none",
|
|
2117
2174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2175
|
+
role: "img",
|
|
2118
2176
|
"aria-label": ariaLabel
|
|
2119
2177
|
}, /*#__PURE__*/createElement("path", {
|
|
2120
2178
|
d: "M18 18.5C18 19.3 17.3 20 16.5 20H5.5C4.7 20 4 19.3 4 18.5V7.5C4 6.7 4.7 6 5.5 6H10.6V5H5.5C4.1 5 3 6.1 3 7.5V18.5C3 19.9 4.1 21 5.5 21H16.5C17.9 21 19 19.9 19 18.5V13.4H18V18.5Z",
|
|
@@ -2135,6 +2193,7 @@ var GridView = (function (_ref) {
|
|
|
2135
2193
|
viewBox: "0 0 24 24",
|
|
2136
2194
|
fill: "none",
|
|
2137
2195
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2196
|
+
role: "img",
|
|
2138
2197
|
"aria-label": ariaLabel
|
|
2139
2198
|
}, /*#__PURE__*/createElement("path", {
|
|
2140
2199
|
d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H14.3H15.3H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 4C19.6 4 20 4.4 20 5V8.9H15.3V4H19ZM9.7 9.9H14.4V14.6H9.7V9.9ZM8.7 14.6H4V9.9H8.7V14.6ZM15.3 9.9H20V14.6H15.3V9.9ZM14.3 8.9H9.7V4H14.4V8.9H14.3ZM5 4H8.7V8.9H4V5C4 4.4 4.4 4 5 4ZM4 19V15.6H8.7V20H5C4.4 20 4 19.6 4 19ZM9.7 20V15.6H14.4V20H9.7ZM19 20H15.3V15.6H20V19C20 19.6 19.6 20 19 20Z",
|
|
@@ -2152,6 +2211,7 @@ var ListView = (function (_ref) {
|
|
|
2152
2211
|
viewBox: "0 0 24 24",
|
|
2153
2212
|
fill: "none",
|
|
2154
2213
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2214
|
+
role: "img",
|
|
2155
2215
|
"aria-label": ariaLabel
|
|
2156
2216
|
}, /*#__PURE__*/createElement("path", {
|
|
2157
2217
|
d: "M3 3V7H21V3H3ZM20 6H4V4H20V6Z",
|
|
@@ -2175,6 +2235,7 @@ var Refresh = (function (_ref) {
|
|
|
2175
2235
|
viewBox: "0 0 24 24",
|
|
2176
2236
|
fill: "none",
|
|
2177
2237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2238
|
+
role: "img",
|
|
2178
2239
|
"aria-label": ariaLabel
|
|
2179
2240
|
}, /*#__PURE__*/createElement("path", {
|
|
2180
2241
|
d: "M18.71 13.9001C18.3138 15.3804 17.4428 16.6898 16.2307 17.6273C15.0186 18.5648 13.5323 19.0787 12 19.0901C10.2633 19.0541 8.59637 18.3999 7.29868 17.2452C6.00098 16.0905 5.15758 14.5108 4.92 12.7901L6.64 14.2901L7.21 13.5701L4.42 11.1001L2 14.0001L2.7 14.5901L4.17 12.8301C4.33413 14.6921 5.15733 16.4345 6.49149 17.7437C7.82566 19.0529 9.58323 19.8431 11.448 19.9721C13.3128 20.1011 15.1624 19.5604 16.6641 18.4473C18.1658 17.3342 19.2211 15.7218 19.64 13.9001H18.71Z",
|
|
@@ -2195,6 +2256,7 @@ var Remove = (function (_ref) {
|
|
|
2195
2256
|
viewBox: "0 0 12 12",
|
|
2196
2257
|
fill: "none",
|
|
2197
2258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2259
|
+
role: "img",
|
|
2198
2260
|
"aria-label": ariaLabel
|
|
2199
2261
|
}, /*#__PURE__*/createElement("path", {
|
|
2200
2262
|
d: "M7.06066 5.93957L11.0001 2.00011L9.93945 0.939453L6 4.87891L2.06055 0.939453L0.999887 2.00011L4.93934 5.93957L0.939453 9.93945L2.00011 11.0001L6 7.00023L9.99989 11.0001L11.0605 9.93945L7.06066 5.93957Z",
|
|
@@ -2212,6 +2274,7 @@ var Star = (function (_ref) {
|
|
|
2212
2274
|
viewBox: "0 0 48 46",
|
|
2213
2275
|
fill: "none",
|
|
2214
2276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2277
|
+
role: "img",
|
|
2215
2278
|
"aria-label": ariaLabel
|
|
2216
2279
|
}, /*#__PURE__*/createElement("path", {
|
|
2217
2280
|
d: "M24 0L30.0248 16.7076L47.7764 17.2746L33.7483 28.1674L38.6946 45.2254L24 35.25L9.30537 45.2254L14.2517 28.1674L0.223587 17.2746L17.9752 16.7076L24 0Z",
|
|
@@ -2229,6 +2292,7 @@ var AudioDescription = (function (_ref) {
|
|
|
2229
2292
|
viewBox: "0 0 24 24",
|
|
2230
2293
|
fill: "none",
|
|
2231
2294
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2295
|
+
role: "img",
|
|
2232
2296
|
"aria-label": ariaLabel
|
|
2233
2297
|
}, /*#__PURE__*/createElement("path", {
|
|
2234
2298
|
d: "M21 5V19H3V5H21ZM22 4H2V20H22V4Z",
|
|
@@ -2252,6 +2316,7 @@ var Back10 = (function (_ref) {
|
|
|
2252
2316
|
viewBox: "0 0 24 24",
|
|
2253
2317
|
fill: "none",
|
|
2254
2318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2319
|
+
role: "img",
|
|
2255
2320
|
"aria-label": ariaLabel
|
|
2256
2321
|
}, /*#__PURE__*/createElement("path", {
|
|
2257
2322
|
d: "M18.1992 6.1C14.9992 2.9 9.89922 2.7 6.49922 5.5L6.69922 3H5.69922L5.39922 7.1L9.49922 7.4L9.59922 6.4L7.09922 6.2C10.0992 3.7 14.5992 3.9 17.3992 6.7C20.3992 9.7 20.3992 14.6 17.3992 17.6C14.3992 20.6 9.49922 20.6 6.49922 17.6C4.99922 16.1 4.19922 14.2 4.19922 12.1H3.19922C3.19922 14.4 4.09922 16.6 5.79922 18.3C7.49922 20.1 9.79922 21 11.9992 21C14.1992 21 16.4992 20.1 18.1992 18.4C21.5992 15 21.5992 9.5 18.1992 6.1Z",
|
|
@@ -2275,6 +2340,7 @@ var Clips = (function (_ref) {
|
|
|
2275
2340
|
viewBox: "0 0 24 24",
|
|
2276
2341
|
fill: "none",
|
|
2277
2342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2343
|
+
role: "img",
|
|
2278
2344
|
"aria-label": ariaLabel
|
|
2279
2345
|
}, /*#__PURE__*/createElement("path", {
|
|
2280
2346
|
d: "M15 11V19H3V11H15ZM16 10H2V20H16V10Z",
|
|
@@ -2298,6 +2364,7 @@ var Forward10 = (function (_ref) {
|
|
|
2298
2364
|
viewBox: "0 0 24 24",
|
|
2299
2365
|
fill: "none",
|
|
2300
2366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2367
|
+
role: "img",
|
|
2301
2368
|
"aria-label": ariaLabel
|
|
2302
2369
|
}, /*#__PURE__*/createElement("path", {
|
|
2303
2370
|
d: "M5.8 6.0999C9 2.8999 14.1 2.6999 17.5 5.4999L17.3 2.9999L18.3 2.8999L18.6 6.9999L14.5 7.2999L14.4 6.2999L16.9 6.0999C13.8 3.7999 9.4 3.9999 6.5 6.7999C3.5 9.7999 3.5 14.6999 6.5 17.6999C9.5 20.6999 14.4 20.6999 17.4 17.6999C18.9 16.1999 19.7 14.2999 19.7 12.1999H20.7C20.7 14.4999 19.8 16.6999 18.1 18.3999C16.5 20.0999 14.2 20.9999 12 20.9999C9.8 20.9999 7.5 20.0999 5.8 18.3999C2.4 14.9999 2.4 9.4999 5.8 6.0999Z",
|
|
@@ -2321,6 +2388,7 @@ var FullScreen = (function (_ref) {
|
|
|
2321
2388
|
viewBox: "0 0 24 24",
|
|
2322
2389
|
fill: "none",
|
|
2323
2390
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2391
|
+
role: "img",
|
|
2324
2392
|
"aria-label": ariaLabel
|
|
2325
2393
|
}, /*#__PURE__*/createElement("path", {
|
|
2326
2394
|
d: "M3 9H4V4H9V3H3V9Z",
|
|
@@ -2347,6 +2415,7 @@ var Minimise = (function (_ref) {
|
|
|
2347
2415
|
viewBox: "0 0 24 24",
|
|
2348
2416
|
fill: "none",
|
|
2349
2417
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2418
|
+
role: "img",
|
|
2350
2419
|
"aria-label": ariaLabel
|
|
2351
2420
|
}, /*#__PURE__*/createElement("path", {
|
|
2352
2421
|
d: "M9 3H8V8H3V9H9V3Z",
|
|
@@ -2373,6 +2442,7 @@ var Muted = (function (_ref) {
|
|
|
2373
2442
|
viewBox: "0 0 24 24",
|
|
2374
2443
|
fill: "none",
|
|
2375
2444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2445
|
+
role: "img",
|
|
2376
2446
|
"aria-label": ariaLabel
|
|
2377
2447
|
}, /*#__PURE__*/createElement("path", {
|
|
2378
2448
|
d: "M22.0008 9.9001L21.3008 9.1001L19.2008 11.3001L17.0008 9.1001L16.3008 9.9001L18.4008 12.0001L16.3008 14.1001L17.0008 14.9001L19.2008 12.7001L21.3008 14.9001L22.0008 14.1001L19.9008 12.0001L22.0008 9.9001Z",
|
|
@@ -2393,6 +2463,7 @@ var Pause = (function (_ref) {
|
|
|
2393
2463
|
viewBox: "0 0 24 24",
|
|
2394
2464
|
fill: "none",
|
|
2395
2465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2466
|
+
role: "img",
|
|
2396
2467
|
"aria-label": ariaLabel
|
|
2397
2468
|
}, /*#__PURE__*/createElement("path", {
|
|
2398
2469
|
d: "M10 2H4V22H10V2Z",
|
|
@@ -2413,6 +2484,7 @@ var Play = (function (_ref) {
|
|
|
2413
2484
|
viewBox: "0 0 24 24",
|
|
2414
2485
|
fill: "none",
|
|
2415
2486
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2487
|
+
role: "img",
|
|
2416
2488
|
"aria-label": ariaLabel
|
|
2417
2489
|
}, /*#__PURE__*/createElement("path", {
|
|
2418
2490
|
d: "M5.5 3.8999L20 11.9999L5.5 20.0999V3.8999Z",
|
|
@@ -2433,6 +2505,7 @@ var Restart = (function (_ref) {
|
|
|
2433
2505
|
viewBox: "0 0 24 24",
|
|
2434
2506
|
fill: "none",
|
|
2435
2507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2508
|
+
role: "img",
|
|
2436
2509
|
"aria-label": ariaLabel
|
|
2437
2510
|
}, /*#__PURE__*/createElement("path", {
|
|
2438
2511
|
d: "M12.6 7.4H5.9L9.6 3.7L8.9 3L4 7.9L8.9 12.8L9.6 12.1L5.9 8.4H12.6C16.1 8.4 18.9 11.2 18.9 14.7C18.9 18.2 16 21 12.6 21C9.1 21 6.3 18.2 6.3 14.7H5.3C5.3 18.7 8.6 22 12.6 22C16.6 22 19.9 18.7 19.9 14.7C19.8 10.7 16.6 7.4 12.6 7.4Z",
|
|
@@ -2450,6 +2523,7 @@ var Subtitles = (function (_ref) {
|
|
|
2450
2523
|
viewBox: "0 0 24 24",
|
|
2451
2524
|
fill: "none",
|
|
2452
2525
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2526
|
+
role: "img",
|
|
2453
2527
|
"aria-label": ariaLabel
|
|
2454
2528
|
}, /*#__PURE__*/createElement("path", {
|
|
2455
2529
|
d: "M9 7H7V8H9V7Z",
|
|
@@ -2485,6 +2559,7 @@ var Trailer = (function (_ref) {
|
|
|
2485
2559
|
viewBox: "0 0 24 24",
|
|
2486
2560
|
fill: "none",
|
|
2487
2561
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2562
|
+
role: "img",
|
|
2488
2563
|
"aria-label": ariaLabel
|
|
2489
2564
|
}, /*#__PURE__*/createElement("path", {
|
|
2490
2565
|
d: "M16.8 3H15.8H12.5H11.5H8.2H7.2H3V7.5V8.3V15.7V16.5V21H7.2H8.2H11.4H12.4H15.6H16.6H21V17V15.7V8.3V8V3H16.8ZM16.8 4H20V7.3H16.8V4ZM12.5 4H15.7V7.3H12.5V4ZM8.2 4H11.4V7.3H8.2V4ZM4 4H7.2V7.3H4V4ZM7.2 20H4V16.7H7.2V20ZM11.5 20H8.2V16.7H11.4V20H11.5ZM15.8 20H12.5V16.7H15.7V20H15.8ZM20 20H16.8V16.7H20V17V20ZM20 15.7H16.8H15.8H12.5H11.5H8.2H7.2H4V8.3H7.2H8.2H11.4H12.4H15.6H16.6H20V15.7Z",
|
|
@@ -2505,6 +2580,7 @@ var Volume = (function (_ref) {
|
|
|
2505
2580
|
viewBox: "0 0 24 24",
|
|
2506
2581
|
fill: "none",
|
|
2507
2582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2583
|
+
role: "img",
|
|
2508
2584
|
"aria-label": ariaLabel
|
|
2509
2585
|
}, /*#__PURE__*/createElement("path", {
|
|
2510
2586
|
d: "M19 12C19 10.3 17.7 9 16 9V10C17.1 10 18 10.9 18 12C18 13.1 17.1 14 16 14V15C17.7 15 19 13.7 19 12Z",
|
|
@@ -2618,18 +2694,22 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
2618
2694
|
});
|
|
2619
2695
|
Icon.displayName = 'Icon';
|
|
2620
2696
|
|
|
2697
|
+
var _excluded = ["children", "iconName", "iconDirection", "iconClassName", "color"];
|
|
2698
|
+
|
|
2621
2699
|
var Button = function Button(_ref) {
|
|
2622
2700
|
var children = _ref.children,
|
|
2623
2701
|
iconName = _ref.iconName,
|
|
2624
2702
|
iconDirection = _ref.iconDirection,
|
|
2625
2703
|
iconClassName = _ref.iconClassName,
|
|
2626
2704
|
color = _ref.color,
|
|
2627
|
-
rest = _objectWithoutPropertiesLoose(_ref,
|
|
2705
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
2628
2706
|
|
|
2629
2707
|
var truncatedString = children.substring(0, 30);
|
|
2708
|
+
var tabIndex = rest['aria-disabled'] === 'true' ? undefined : 0;
|
|
2630
2709
|
return /*#__PURE__*/React__default.createElement(ButtonWrapper, Object.assign({}, rest, {
|
|
2631
2710
|
color: color,
|
|
2632
|
-
iconName: iconName
|
|
2711
|
+
iconName: iconName,
|
|
2712
|
+
tabIndex: tabIndex
|
|
2633
2713
|
}), iconName ? /*#__PURE__*/React__default.createElement(ButtonIconWrapper, {
|
|
2634
2714
|
"data-testid": "button-icon",
|
|
2635
2715
|
className: iconClassName
|
|
@@ -2745,10 +2825,12 @@ var IInformationBackgroundColour;
|
|
|
2745
2825
|
IInformationBackgroundColour["White"] = "white";
|
|
2746
2826
|
})(IInformationBackgroundColour || (IInformationBackgroundColour = {}));
|
|
2747
2827
|
|
|
2828
|
+
var _excluded$1 = ["children", "disabled"];
|
|
2829
|
+
|
|
2748
2830
|
var PrimaryButton = function PrimaryButton(_ref) {
|
|
2749
2831
|
var children = _ref.children,
|
|
2750
2832
|
disabled = _ref.disabled,
|
|
2751
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
2833
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1);
|
|
2752
2834
|
|
|
2753
2835
|
var description = 'This button is currently disabled';
|
|
2754
2836
|
return disabled ? /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(AriaDescription, {
|
|
@@ -2772,9 +2854,11 @@ var PrimaryButtonWrapper$1 = /*#__PURE__*/styled(Button)(_templateObject$5 || (_
|
|
|
2772
2854
|
return color ? "var(--base-color-" + color + ")" : theme.colors.primary;
|
|
2773
2855
|
});
|
|
2774
2856
|
|
|
2857
|
+
var _excluded$2 = ["children"];
|
|
2858
|
+
|
|
2775
2859
|
var SecondaryButton = function SecondaryButton(_ref) {
|
|
2776
2860
|
var children = _ref.children,
|
|
2777
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
2861
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2);
|
|
2778
2862
|
|
|
2779
2863
|
return /*#__PURE__*/React__default.createElement(PrimaryButtonWrapper$1, Object.assign({
|
|
2780
2864
|
color: Colors.Primary
|
|
@@ -2782,20 +2866,24 @@ var SecondaryButton = function SecondaryButton(_ref) {
|
|
|
2782
2866
|
};
|
|
2783
2867
|
|
|
2784
2868
|
var _templateObject$6, _templateObject2$1;
|
|
2785
|
-
var TertiaryButtonWrapper = /*#__PURE__*/styled.a(_templateObject$6 || (_templateObject$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n height: var(--button-height);\n font-family: var(--font-family-buttons);\n font-size: var(--button-font-size);\n font-weight: var(--button-font-weight);\n color: var(--base-color-", ");\n width: fit-content;\n background: none;\n border-style: none;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n text-decoration: none;\n box-sizing: border-box;\n"])), function (_ref) {
|
|
2869
|
+
var TertiaryButtonWrapper = /*#__PURE__*/styled.a(_templateObject$6 || (_templateObject$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n height: var(--button-height);\n font-family: var(--font-family-buttons);\n font-size: var(--button-font-size);\n font-weight: var(--button-font-weight);\n color: var(--base-color-", ");\n width: fit-content;\n background: none;\n border-style: none;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n text-decoration: none;\n box-sizing: border-box;\n\n &:focus {\n outline-offset: .25rem;\n }\n"])), function (_ref) {
|
|
2786
2870
|
var color = _ref.color;
|
|
2787
2871
|
return color;
|
|
2788
2872
|
});
|
|
2789
2873
|
var TertiaryIconWrapper = /*#__PURE__*/styled.span(_templateObject2$1 || (_templateObject2$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: var(--button-icon-width);\n min-width: 20px;\n height: var(--button-icon-height);\n margin-left: var(--button-icon-margin);\n display: inline-block;\n"])));
|
|
2790
2874
|
|
|
2875
|
+
var _excluded$3 = ["children", "color"];
|
|
2876
|
+
|
|
2791
2877
|
var Button$1 = function Button(_ref) {
|
|
2792
2878
|
var children = _ref.children,
|
|
2793
2879
|
color = _ref.color,
|
|
2794
|
-
rest = _objectWithoutPropertiesLoose(_ref,
|
|
2880
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$3);
|
|
2795
2881
|
|
|
2796
2882
|
var truncatedString = children.substring(0, 100);
|
|
2883
|
+
var tabIndex = 0;
|
|
2797
2884
|
return /*#__PURE__*/React__default.createElement(TertiaryButtonWrapper, Object.assign({}, rest, {
|
|
2798
|
-
color: color
|
|
2885
|
+
color: color,
|
|
2886
|
+
tabIndex: tabIndex
|
|
2799
2887
|
}), truncatedString, /*#__PURE__*/React__default.createElement(TertiaryIconWrapper, {
|
|
2800
2888
|
"data-testid": "tertiary-icon"
|
|
2801
2889
|
}, /*#__PURE__*/React__default.createElement(Icon, {
|
|
@@ -3002,7 +3090,39 @@ var GridItem = /*#__PURE__*/styled.div(_templateObject$a || (_templateObject$a =
|
|
|
3002
3090
|
});
|
|
3003
3091
|
|
|
3004
3092
|
var _templateObject$b;
|
|
3005
|
-
|
|
3093
|
+
/**
|
|
3094
|
+
* # IMPORTANT
|
|
3095
|
+
* Please use the `<GridItem />` component instead of this component if possible.
|
|
3096
|
+
* This component was introduced due to incompatibilities between versions of the Chord library.
|
|
3097
|
+
*/
|
|
3098
|
+
|
|
3099
|
+
var GridItemLegacy = /*#__PURE__*/styled.div(_templateObject$b || (_templateObject$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: ", " / span\n ", ";\n\n @media ", " {\n & {\n grid-column: ", " /\n span ", ";\n }\n }\n\n @media ", " {\n & {\n grid-column: ", " / span\n ", ";\n }\n }\n"])), function (_ref) {
|
|
3100
|
+
var columnStartDesktop = _ref.columnStartDesktop;
|
|
3101
|
+
return columnStartDesktop;
|
|
3102
|
+
}, function (_ref2) {
|
|
3103
|
+
var _ref2$columnSpanDeskt = _ref2.columnSpanDesktop,
|
|
3104
|
+
columnSpanDesktop = _ref2$columnSpanDeskt === void 0 ? 1 : _ref2$columnSpanDeskt;
|
|
3105
|
+
return columnSpanDesktop;
|
|
3106
|
+
}, devices.mobile, function (_ref3) {
|
|
3107
|
+
var columnStartDevice = _ref3.columnStartDevice,
|
|
3108
|
+
columnStartSmallDevice = _ref3.columnStartSmallDevice;
|
|
3109
|
+
return columnStartSmallDevice != null ? columnStartSmallDevice : columnStartDevice;
|
|
3110
|
+
}, function (_ref4) {
|
|
3111
|
+
var _ref4$columnSpanDevic = _ref4.columnSpanDevice,
|
|
3112
|
+
columnSpanDevice = _ref4$columnSpanDevic === void 0 ? 1 : _ref4$columnSpanDevic,
|
|
3113
|
+
columnSpanSmallDevice = _ref4.columnSpanSmallDevice;
|
|
3114
|
+
return columnSpanSmallDevice != null ? columnSpanSmallDevice : columnSpanDevice;
|
|
3115
|
+
}, devices.tablet, function (_ref5) {
|
|
3116
|
+
var columnStartDevice = _ref5.columnStartDevice;
|
|
3117
|
+
return columnStartDevice;
|
|
3118
|
+
}, function (_ref6) {
|
|
3119
|
+
var _ref6$columnSpanDevic = _ref6.columnSpanDevice,
|
|
3120
|
+
columnSpanDevice = _ref6$columnSpanDevic === void 0 ? 1 : _ref6$columnSpanDevic;
|
|
3121
|
+
return columnSpanDevice;
|
|
3122
|
+
});
|
|
3123
|
+
|
|
3124
|
+
var _templateObject$c;
|
|
3125
|
+
var ImageAspectRatioWrapper = /*#__PURE__*/styled.div(_templateObject$c || (_templateObject$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n aspect-ratio: ", ";\n\n @supports not (aspect-ratio: ", ") {\n width: 100%;\n padding-top: ", "%;\n }\n\n img {\n display: block;\n width: 100%;\n height: 100%;\n object-fit: cover;\n\n @supports not (aspect-ratio: ", ") {\n position: absolute;\n top: 0;\n left: 0;\n }\n }\n"])), function (_ref) {
|
|
3006
3126
|
var _ref$aspectRatio = _ref.aspectRatio,
|
|
3007
3127
|
aspectRatio = _ref$aspectRatio === void 0 ? AspectRatio['1:1'] : _ref$aspectRatio;
|
|
3008
3128
|
return aspectRatio;
|
|
@@ -3020,8 +3140,8 @@ var ImageAspectRatioWrapper = /*#__PURE__*/styled.div(_templateObject$b || (_tem
|
|
|
3020
3140
|
return aspectRatio;
|
|
3021
3141
|
});
|
|
3022
3142
|
|
|
3023
|
-
var _templateObject$
|
|
3024
|
-
var ProgressView = /*#__PURE__*/styled.div(_templateObject$
|
|
3143
|
+
var _templateObject$d, _templateObject2$4, _templateObject3$2, _templateObject4$1, _templateObject5;
|
|
3144
|
+
var ProgressView = /*#__PURE__*/styled.div(_templateObject$d || (_templateObject$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: ", ";\n width: 100%;\n display: flex;\n flex-direction: row;\n"])), function (_ref) {
|
|
3025
3145
|
var height = _ref.height;
|
|
3026
3146
|
return height ? height + "px" : '6px';
|
|
3027
3147
|
});
|
|
@@ -3104,13 +3224,13 @@ var Progress = function Progress(_ref) {
|
|
|
3104
3224
|
}, renderSteps()));
|
|
3105
3225
|
};
|
|
3106
3226
|
|
|
3107
|
-
var _templateObject$
|
|
3108
|
-
var RadioContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
3227
|
+
var _templateObject$e, _templateObject2$5, _templateObject3$3;
|
|
3228
|
+
var RadioContainer = /*#__PURE__*/styled.div(_templateObject$e || (_templateObject$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 12px;\n"])));
|
|
3109
3229
|
var RadioLine = /*#__PURE__*/styled.div(_templateObject2$5 || (_templateObject2$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n gap: 20px;\n grid-template-columns: 1.15em 1fr;\n user-select: none;\n cursor: pointer;\n color: black;\n\n &:focus {\n outline: none;\n }\n\n input[type='radio'] {\n cursor: pointer;\n appearance: none;\n background-color: #ffffff00;\n margin: 0;\n color: black;\n width: 20px;\n height: 20px;\n border: 1px solid black;\n border-radius: 50%;\n position: relative;\n place-content: center;\n display: block;\n }\n\n input[type='radio']::before {\n content: '';\n width: 10px;\n height: 10px;\n border-radius: 50%;\n background-color: #ffffff00;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n }\n\n input[type='radio']:checked::before {\n background-color: black;\n }\n"])));
|
|
3110
3230
|
var RadioError = /*#__PURE__*/styled.div(_templateObject3$3 || (_templateObject3$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-errorstate);\n"])));
|
|
3111
3231
|
|
|
3112
|
-
var _templateObject$
|
|
3113
|
-
var Wrapper$1 = /*#__PURE__*/styled.div(_templateObject$
|
|
3232
|
+
var _templateObject$f;
|
|
3233
|
+
var Wrapper$1 = /*#__PURE__*/styled.div(_templateObject$f || (_templateObject$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-", ");\n font-feature-settings: var(--font-feature-settings-", ");\n font-size: var(--font-size-", "-", ");\n font-weight: var(--font-weight-", "-", ");\n letter-spacing: var(--letter-spacing-", "-", ");\n line-height: var(--line-height-", "-", ");\n text-transform: var(--text-transform-", ");\n word-break: var(--word-break-", ");\n margin: var(--margin-", "-", ");\n"])), function (_ref) {
|
|
3114
3234
|
var typography = _ref.typography;
|
|
3115
3235
|
return typography;
|
|
3116
3236
|
}, function (_ref2) {
|
|
@@ -3271,8 +3391,8 @@ var Radio = function Radio(_ref) {
|
|
|
3271
3391
|
}, error)));
|
|
3272
3392
|
};
|
|
3273
3393
|
|
|
3274
|
-
var _templateObject$
|
|
3275
|
-
var Container = /*#__PURE__*/styled.div(_templateObject$
|
|
3394
|
+
var _templateObject$g, _templateObject2$6, _templateObject3$4, _templateObject4$2, _templateObject5$1, _templateObject6;
|
|
3395
|
+
var Container = /*#__PURE__*/styled.div(_templateObject$g || (_templateObject$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
3276
3396
|
var Radio$1 = /*#__PURE__*/styled.div(_templateObject2$6 || (_templateObject2$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 1px;\n left: 0;\n z-index: 1;\n box-sizing: border-box;\n width: 20px;\n height: 20px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n border: ", ";\n background-color: ", ";\n color: ", ";\n"])), function (_ref) {
|
|
3277
3397
|
var error = _ref.error,
|
|
3278
3398
|
darkMode = _ref.darkMode,
|
|
@@ -3322,6 +3442,7 @@ var ErrorLabel = /*#__PURE__*/styled.div(_templateObject6 || (_templateObject6 =
|
|
|
3322
3442
|
return 'var(--base-color-errorstate)';
|
|
3323
3443
|
});
|
|
3324
3444
|
|
|
3445
|
+
var _excluded$4 = ["children", "disabled", "error", "darkMode", "blackBox"];
|
|
3325
3446
|
/**
|
|
3326
3447
|
* A Radio component, that wraps around the native `<input type="radio"/>` element
|
|
3327
3448
|
* and adds some extra styling, states and information around it (i.e. an error label,
|
|
@@ -3351,7 +3472,7 @@ var Radio2 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
3351
3472
|
darkMode = _ref$darkMode === void 0 ? false : _ref$darkMode,
|
|
3352
3473
|
_ref$blackBox = _ref.blackBox,
|
|
3353
3474
|
blackBox = _ref$blackBox === void 0 ? false : _ref$blackBox,
|
|
3354
|
-
inputProps = _objectWithoutPropertiesLoose(_ref,
|
|
3475
|
+
inputProps = _objectWithoutPropertiesLoose(_ref, _excluded$4);
|
|
3355
3476
|
|
|
3356
3477
|
return /*#__PURE__*/React__default.createElement(Container, null, /*#__PURE__*/React__default.createElement(TickboxLabel, {
|
|
3357
3478
|
darkMode: darkMode,
|
|
@@ -3380,8 +3501,8 @@ var Radio2 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
3380
3501
|
}, error)));
|
|
3381
3502
|
});
|
|
3382
3503
|
|
|
3383
|
-
var _templateObject$
|
|
3384
|
-
var ButtonsContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
3504
|
+
var _templateObject$h, _templateObject2$7, _templateObject3$5;
|
|
3505
|
+
var ButtonsContainer = /*#__PURE__*/styled.div(_templateObject$h || (_templateObject$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n"])));
|
|
3385
3506
|
var IconWrapper$1 = /*#__PURE__*/styled.div(_templateObject2$7 || (_templateObject2$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n justify-content: center;\n display: flex;\n align-items: center;\n width: var(--rotator-button-width);\n height: var(--rotator-button-width);\n background-color: var(--base-color-lightgrey);\n color: var(--base-color-black);\n\n svg {\n width: var(--rotator-button-icon-width);\n height: var(--rotator-button-icon-width);\n }\n\n svg path {\n fill: var(--base-color-black);\n }\n\n :hover {\n cursor: pointer;\n background-color: ", ";\n\n && svg path {\n fill: var(--base-color-white);\n }\n }\n\n @media ", " {\n background-color: var(--base-color-black);\n\n && svg path {\n fill: var(--base-color-white);\n }\n\n :hover {\n cursor: default;\n background-color: var(--base-color-black);\n\n && svg path {\n fill: var(--base-color-white);\n }\n }\n }\n"])), function (_ref) {
|
|
3386
3507
|
var theme = _ref.theme;
|
|
3387
3508
|
return theme.colors.primary;
|
|
@@ -3452,8 +3573,8 @@ var RotatorButtons = function RotatorButtons(_ref) {
|
|
|
3452
3573
|
}, renderNextIcon()));
|
|
3453
3574
|
};
|
|
3454
3575
|
|
|
3455
|
-
var _templateObject$
|
|
3456
|
-
var SecondaryLogoWrapper = /*#__PURE__*/styled.svg(_templateObject$
|
|
3576
|
+
var _templateObject$i;
|
|
3577
|
+
var SecondaryLogoWrapper = /*#__PURE__*/styled.svg(_templateObject$i || (_templateObject$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n path {\n fill: var(--base-color-", ");\n }\n"])), function (_ref) {
|
|
3457
3578
|
var fillColor = _ref.fillColor;
|
|
3458
3579
|
return fillColor;
|
|
3459
3580
|
});
|
|
@@ -3477,8 +3598,8 @@ var SecondaryLogo = function SecondaryLogo(_ref) {
|
|
|
3477
3598
|
})));
|
|
3478
3599
|
};
|
|
3479
3600
|
|
|
3480
|
-
var _templateObject$
|
|
3481
|
-
var SectionSplitterContainer = /*#__PURE__*/styled(Grid)(_templateObject$
|
|
3601
|
+
var _templateObject$j, _templateObject2$8;
|
|
3602
|
+
var SectionSplitterContainer = /*#__PURE__*/styled(Grid)(_templateObject$j || (_templateObject$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 4px;\n"])));
|
|
3482
3603
|
var Splitter = /*#__PURE__*/styled.div(_templateObject2$8 || (_templateObject2$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n height: 4px;\n background: var(--base-color-lightgrey);\n"])));
|
|
3483
3604
|
|
|
3484
3605
|
var SectionSplitter = function SectionSplitter(_ref) {
|
|
@@ -3497,8 +3618,8 @@ var SectionSplitter = function SectionSplitter(_ref) {
|
|
|
3497
3618
|
}, /*#__PURE__*/React__default.createElement(Splitter, null)));
|
|
3498
3619
|
};
|
|
3499
3620
|
|
|
3500
|
-
var _templateObject$
|
|
3501
|
-
var SponsorLogoWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
3621
|
+
var _templateObject$k;
|
|
3622
|
+
var SponsorLogoWrapper = /*#__PURE__*/styled.div(_templateObject$k || (_templateObject$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--base-color-black);\n width: 172px;\n"])));
|
|
3502
3623
|
|
|
3503
3624
|
var SponsorLogo = function SponsorLogo(_ref) {
|
|
3504
3625
|
var _ref$colorLogo = _ref.colorLogo,
|
|
@@ -3708,8 +3829,8 @@ var SponsorLogo = function SponsorLogo(_ref) {
|
|
|
3708
3829
|
})))));
|
|
3709
3830
|
};
|
|
3710
3831
|
|
|
3711
|
-
var _templateObject$
|
|
3712
|
-
var CustomImage = /*#__PURE__*/styled.img(_templateObject$
|
|
3832
|
+
var _templateObject$l, _templateObject2$9;
|
|
3833
|
+
var CustomImage = /*#__PURE__*/styled.img(_templateObject$l || (_templateObject$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n max-height: 100px;\n max-width: auto;\n\n @media ", " {\n max-height: 55px;\n }\n\n @media ", " {\n max-height: 45px;\n }\n"])), devices.tablet, devices.mobile);
|
|
3713
3834
|
var SponsorshipStyledIframe = /*#__PURE__*/styled.div(_templateObject2$9 || (_templateObject2$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: transparent;\n height: 80px;\n margin: 0px;\n overflow: hidden;\n padding: 0;\n width: 80px;\n\n & > iframe {\n border: 0;\n display: block;\n margin: 0px;\n padding: 0px;\n overflow: hidden;\n width: 100%;\n height: 100%;\n }\n\n @media ", " {\n & {\n height: 40px;\n width: 40px;\n }\n & iframe {\n height: 80px;\n transform: scale(0.5) translate(-40px, -40px);\n width: 80px;\n }\n }\n"])), devices.mobile);
|
|
3714
3835
|
|
|
3715
3836
|
var DEFAULT_SPONSORSHIP_IFRAME = 'https://static.roh.org.uk/rolex/v4/rolex.html?size=80';
|
|
@@ -3742,8 +3863,8 @@ var Sponsorship = function Sponsorship(_ref) {
|
|
|
3742
3863
|
}));
|
|
3743
3864
|
};
|
|
3744
3865
|
|
|
3745
|
-
var _templateObject$
|
|
3746
|
-
var TabText = /*#__PURE__*/styled.a(_templateObject$
|
|
3866
|
+
var _templateObject$m, _templateObject2$a;
|
|
3867
|
+
var TabText = /*#__PURE__*/styled.a(_templateObject$m || (_templateObject$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-navigation);\n font-family: var(--font-family-navigation);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n color: var(--base-color-black);\n margin-right: 0px;\n margin-top: 5px;\n text-decoration: none;\n text-transform: uppercase;\n\n ", "\n\n @media ", " {\n ", "\n }\n"])), function (props) {
|
|
3747
3868
|
if (props.withIcon === 'left') {
|
|
3748
3869
|
return "margin-left: 5px;";
|
|
3749
3870
|
}
|
|
@@ -3842,8 +3963,8 @@ var Tab = function Tab(_ref) {
|
|
|
3842
3963
|
}));
|
|
3843
3964
|
};
|
|
3844
3965
|
|
|
3845
|
-
var _templateObject$
|
|
3846
|
-
var TabLinkWrapper = /*#__PURE__*/styled.a(_templateObject$
|
|
3966
|
+
var _templateObject$n, _templateObject2$b;
|
|
3967
|
+
var TabLinkWrapper = /*#__PURE__*/styled.a(_templateObject$n || (_templateObject$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: ", ";\n font-family: var(--font-family-navigation);\n font-size: var(--font-size-navigation);\n font-weight: var(--font-weight-navigation);\n line-height: var(--line-height-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n text-transform: var(--text-transform-navigation);\n color: ", ";\n width: fit-content;\n display: flex;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n border-bottom: ", ";\n ", "\n\n @media ", ", ", " {\n &:hover {\n color: var(--base-color-", ");\n border-bottom: 1px solid var(--base-color-", ");\n\n && svg path {\n fill: var(--base-color-", ");\n }\n }\n }\n"])), function (_ref) {
|
|
3847
3968
|
var iconName = _ref.iconName;
|
|
3848
3969
|
return iconName ? 'calc(var(--text-link-underline-offset) - 4px) 0' : 'var(--text-link-underline-offset) 0';
|
|
3849
3970
|
}, function (_ref2) {
|
|
@@ -3871,6 +3992,8 @@ var TabLinkWrapper = /*#__PURE__*/styled.a(_templateObject$m || (_templateObject
|
|
|
3871
3992
|
});
|
|
3872
3993
|
var TabLinkIconWrapper = /*#__PURE__*/styled.span(_templateObject2$b || (_templateObject2$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: var(--button-icon-width);\n height: var(--button-icon-height);\n margin-right: var(--button-icon-margin);\n"])));
|
|
3873
3994
|
|
|
3995
|
+
var _excluded$5 = ["children", "iconName", "iconDirection", "color", "hoverColor"];
|
|
3996
|
+
|
|
3874
3997
|
var TabLink = function TabLink(_ref) {
|
|
3875
3998
|
var children = _ref.children,
|
|
3876
3999
|
iconName = _ref.iconName,
|
|
@@ -3879,7 +4002,7 @@ var TabLink = function TabLink(_ref) {
|
|
|
3879
4002
|
color = _ref$color === void 0 ? Colors.DarkGrey : _ref$color,
|
|
3880
4003
|
_ref$hoverColor = _ref.hoverColor,
|
|
3881
4004
|
hoverColor = _ref$hoverColor === void 0 ? Colors.Primary : _ref$hoverColor,
|
|
3882
|
-
rest = _objectWithoutPropertiesLoose(_ref,
|
|
4005
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$5);
|
|
3883
4006
|
|
|
3884
4007
|
return /*#__PURE__*/React__default.createElement(TabLinkWrapper, Object.assign({
|
|
3885
4008
|
color: color,
|
|
@@ -3894,8 +4017,8 @@ var TabLink = function TabLink(_ref) {
|
|
|
3894
4017
|
})) : null, children);
|
|
3895
4018
|
};
|
|
3896
4019
|
|
|
3897
|
-
var _templateObject$
|
|
3898
|
-
var TextAreaWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
4020
|
+
var _templateObject$o, _templateObject2$c, _templateObject3$6, _templateObject4$3;
|
|
4021
|
+
var TextAreaWrapper = /*#__PURE__*/styled.div(_templateObject$o || (_templateObject$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: ", ";\n height: ", ";\n"])), function (_ref) {
|
|
3899
4022
|
var width = _ref.width;
|
|
3900
4023
|
return width ? width + "px;" : '100%;';
|
|
3901
4024
|
}, function (_ref2) {
|
|
@@ -3929,6 +4052,7 @@ var TextAreaError = /*#__PURE__*/styled.div(_templateObject4$3 || (_templateObje
|
|
|
3929
4052
|
return darkMode ? 'var(--base-color-white)' : 'var(--base-color-errorstate)';
|
|
3930
4053
|
});
|
|
3931
4054
|
|
|
4055
|
+
var _excluded$6 = ["label", "error", "width", "darkMode", "height", "columnStartDesktop", "columnStartDevice", "columnSpanDesktop", "columnSpanDevice", "maxLength", "tabIndex"];
|
|
3932
4056
|
/**
|
|
3933
4057
|
* An HTML textarea component for Chord.
|
|
3934
4058
|
*
|
|
@@ -3990,7 +4114,7 @@ var TextArea = function TextArea(_ref) {
|
|
|
3990
4114
|
maxLength = _ref$maxLength === void 0 ? 950 : _ref$maxLength,
|
|
3991
4115
|
_ref$tabIndex = _ref.tabIndex,
|
|
3992
4116
|
tabIndex = _ref$tabIndex === void 0 ? 0 : _ref$tabIndex,
|
|
3993
|
-
textareaProps = _objectWithoutPropertiesLoose(_ref,
|
|
4117
|
+
textareaProps = _objectWithoutPropertiesLoose(_ref, _excluded$6);
|
|
3994
4118
|
|
|
3995
4119
|
return /*#__PURE__*/React__default.createElement(GridItem, {
|
|
3996
4120
|
columnStartDesktop: columnStartDesktop,
|
|
@@ -4018,8 +4142,8 @@ var TextArea = function TextArea(_ref) {
|
|
|
4018
4142
|
}, error))));
|
|
4019
4143
|
};
|
|
4020
4144
|
|
|
4021
|
-
var _templateObject$
|
|
4022
|
-
var Container$1 = /*#__PURE__*/styled.div(_templateObject$
|
|
4145
|
+
var _templateObject$p, _templateObject2$d, _templateObject3$7, _templateObject4$4, _templateObject5$2, _templateObject6$1;
|
|
4146
|
+
var Container$1 = /*#__PURE__*/styled.div(_templateObject$p || (_templateObject$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4023
4147
|
var InputWrapper = /*#__PURE__*/styled.div(_templateObject2$d || (_templateObject2$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n width: auto;\n max-width: ", ";\n"])), function (_ref) {
|
|
4024
4148
|
var width = _ref.width;
|
|
4025
4149
|
if (!width) return 'none';
|
|
@@ -4050,6 +4174,7 @@ var ErrorLabel$1 = /*#__PURE__*/styled.div(_templateObject6$1 || (_templateObjec
|
|
|
4050
4174
|
return "var(--base-color-errorstate)";
|
|
4051
4175
|
});
|
|
4052
4176
|
|
|
4177
|
+
var _excluded$7 = ["label", "type", "error", "darkMode", "width"];
|
|
4053
4178
|
/**
|
|
4054
4179
|
* A text field component, that wraps around the native `<input />` element
|
|
4055
4180
|
* and adds some extra states and information around it (i.e. a text and an error labels,
|
|
@@ -4097,7 +4222,7 @@ var TextField = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
4097
4222
|
_ref$darkMode = _ref.darkMode,
|
|
4098
4223
|
darkMode = _ref$darkMode === void 0 ? false : _ref$darkMode,
|
|
4099
4224
|
width = _ref.width,
|
|
4100
|
-
inputProps = _objectWithoutPropertiesLoose(_ref,
|
|
4225
|
+
inputProps = _objectWithoutPropertiesLoose(_ref, _excluded$7);
|
|
4101
4226
|
|
|
4102
4227
|
var _useState = useState(false),
|
|
4103
4228
|
showPassword = _useState[0],
|
|
@@ -4145,8 +4270,8 @@ var TextField = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
4145
4270
|
}, error)));
|
|
4146
4271
|
});
|
|
4147
4272
|
|
|
4148
|
-
var _templateObject$
|
|
4149
|
-
var TextFieldContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
4273
|
+
var _templateObject$q, _templateObject2$e, _templateObject3$8, _templateObject4$5, _templateObject5$3;
|
|
4274
|
+
var TextFieldContainer = /*#__PURE__*/styled.div(_templateObject$q || (_templateObject$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4150
4275
|
var textStyles = /*#__PURE__*/css(_templateObject2$e || (_templateObject2$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-weight: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref) {
|
|
4151
4276
|
var theme = _ref.theme;
|
|
4152
4277
|
return theme.fonts.desktop.weights.body[1];
|
|
@@ -4188,6 +4313,7 @@ var ErrorLabel$2 = /*#__PURE__*/styled.p(_templateObject5$3 || (_templateObject5
|
|
|
4188
4313
|
return darkMode ? theme.colors.white : theme.colors.error;
|
|
4189
4314
|
});
|
|
4190
4315
|
|
|
4316
|
+
var _excluded$8 = ["label", "error", "darkMode", "width"];
|
|
4191
4317
|
/**
|
|
4192
4318
|
* @deprecated
|
|
4193
4319
|
*
|
|
@@ -4202,7 +4328,7 @@ var TextFieldLegacy = function TextFieldLegacy(_ref) {
|
|
|
4202
4328
|
_ref$darkMode = _ref.darkMode,
|
|
4203
4329
|
darkMode = _ref$darkMode === void 0 ? false : _ref$darkMode,
|
|
4204
4330
|
width = _ref.width,
|
|
4205
|
-
inputProps = _objectWithoutPropertiesLoose(_ref,
|
|
4331
|
+
inputProps = _objectWithoutPropertiesLoose(_ref, _excluded$8);
|
|
4206
4332
|
|
|
4207
4333
|
return /*#__PURE__*/React__default.createElement(TextFieldContainer, null, /*#__PURE__*/React__default.createElement("label", null, /*#__PURE__*/React__default.createElement(TextLabel$2, {
|
|
4208
4334
|
darkMode: darkMode,
|
|
@@ -4219,8 +4345,8 @@ var TextFieldLegacy = function TextFieldLegacy(_ref) {
|
|
|
4219
4345
|
}, error) : null);
|
|
4220
4346
|
};
|
|
4221
4347
|
|
|
4222
|
-
var _templateObject$
|
|
4223
|
-
var TextLinkWrapper = /*#__PURE__*/styled.a(_templateObject$
|
|
4348
|
+
var _templateObject$r, _templateObject2$f;
|
|
4349
|
+
var TextLinkWrapper = /*#__PURE__*/styled.a(_templateObject$r || (_templateObject$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: 1px solid;\n padding-bottom: ", ";\n font-family: var(--font-family-overline);\n font-size: var(--font-size-overline-1);\n font-weight: var(--font-weight-overline-1);\n line-height: var(--line-height-overline-1);\n letter-spacing: var(--letter-spacing-overline-1);\n text-transform: var(--text-transform-overline);\n color: var(--base-color-", ");\n width: fit-content;\n display: flex;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n"])), function (_ref) {
|
|
4224
4350
|
var iconName = _ref.iconName;
|
|
4225
4351
|
return iconName ? 'calc(var(--text-link-underline-offset) - 4px)' : 'var(--text-link-underline-offset)';
|
|
4226
4352
|
}, function (_ref2) {
|
|
@@ -4229,12 +4355,14 @@ var TextLinkWrapper = /*#__PURE__*/styled.a(_templateObject$q || (_templateObjec
|
|
|
4229
4355
|
});
|
|
4230
4356
|
var TextLinkIconWrapper = /*#__PURE__*/styled.span(_templateObject2$f || (_templateObject2$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: var(--button-icon-width);\n height: var(--button-icon-height);\n margin-left: var(--button-icon-margin);\n"])));
|
|
4231
4357
|
|
|
4358
|
+
var _excluded$9 = ["children", "iconName", "iconDirection", "color"];
|
|
4359
|
+
|
|
4232
4360
|
var TextLink = function TextLink(_ref) {
|
|
4233
4361
|
var children = _ref.children,
|
|
4234
4362
|
iconName = _ref.iconName,
|
|
4235
4363
|
iconDirection = _ref.iconDirection,
|
|
4236
4364
|
color = _ref.color,
|
|
4237
|
-
rest = _objectWithoutPropertiesLoose(_ref,
|
|
4365
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$9);
|
|
4238
4366
|
|
|
4239
4367
|
var truncatedString = children.substring(0, 30);
|
|
4240
4368
|
return /*#__PURE__*/React__default.createElement(TextLinkWrapper, Object.assign({
|
|
@@ -4256,8 +4384,8 @@ var TextLogoProduct;
|
|
|
4256
4384
|
TextLogoProduct["Cinema"] = "CINEMA";
|
|
4257
4385
|
})(TextLogoProduct || (TextLogoProduct = {}));
|
|
4258
4386
|
|
|
4259
|
-
var _templateObject$
|
|
4260
|
-
var TickboxError = /*#__PURE__*/styled.div(_templateObject$
|
|
4387
|
+
var _templateObject$s, _templateObject2$g, _templateObject3$9, _templateObject4$6;
|
|
4388
|
+
var TickboxError = /*#__PURE__*/styled.div(_templateObject$s || (_templateObject$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-block: 20px;\n color: var(--base-color-", ");\n"])), function (_ref) {
|
|
4261
4389
|
var dark = _ref.dark;
|
|
4262
4390
|
return dark ? 'white' : 'errorstate';
|
|
4263
4391
|
});
|
|
@@ -4378,8 +4506,8 @@ var Tickbox = function Tickbox(_ref) {
|
|
|
4378
4506
|
}, error)));
|
|
4379
4507
|
};
|
|
4380
4508
|
|
|
4381
|
-
var _templateObject$
|
|
4382
|
-
var Container$2 = /*#__PURE__*/styled.div(_templateObject$
|
|
4509
|
+
var _templateObject$t, _templateObject2$h, _templateObject3$a, _templateObject4$7, _templateObject5$4, _templateObject6$2;
|
|
4510
|
+
var Container$2 = /*#__PURE__*/styled.div(_templateObject$t || (_templateObject$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4383
4511
|
var Tickbox$1 = /*#__PURE__*/styled.div(_templateObject2$h || (_templateObject2$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 1px;\n left: 0;\n z-index: 1;\n box-sizing: border-box;\n width: 20px;\n height: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n border: ", ";\n background-color: ", ";\n color: ", ";\n"])), function (_ref) {
|
|
4384
4512
|
var error = _ref.error,
|
|
4385
4513
|
darkMode = _ref.darkMode,
|
|
@@ -4429,6 +4557,7 @@ var ErrorLabel$3 = /*#__PURE__*/styled.div(_templateObject6$2 || (_templateObjec
|
|
|
4429
4557
|
return 'var(--base-color-errorstate)';
|
|
4430
4558
|
});
|
|
4431
4559
|
|
|
4560
|
+
var _excluded$a = ["children", "disabled", "error", "darkMode", "blackBox"];
|
|
4432
4561
|
/**
|
|
4433
4562
|
* A Tickbox component, that wraps around the native `<input type="checkbox"/>` element
|
|
4434
4563
|
* and adds some extra styling, states and information around it (i.e. an error label,
|
|
@@ -4458,7 +4587,7 @@ var Tickbox2 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
4458
4587
|
darkMode = _ref$darkMode === void 0 ? false : _ref$darkMode,
|
|
4459
4588
|
_ref$blackBox = _ref.blackBox,
|
|
4460
4589
|
blackBox = _ref$blackBox === void 0 ? false : _ref$blackBox,
|
|
4461
|
-
inputProps = _objectWithoutPropertiesLoose(_ref,
|
|
4590
|
+
inputProps = _objectWithoutPropertiesLoose(_ref, _excluded$a);
|
|
4462
4591
|
|
|
4463
4592
|
return /*#__PURE__*/React__default.createElement(Container$2, null, /*#__PURE__*/React__default.createElement(TickboxLabel$2, {
|
|
4464
4593
|
darkMode: darkMode,
|
|
@@ -4489,8 +4618,8 @@ var Tickbox2 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
4489
4618
|
}, error)));
|
|
4490
4619
|
});
|
|
4491
4620
|
|
|
4492
|
-
var _templateObject$
|
|
4493
|
-
var TimerWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
4621
|
+
var _templateObject$u, _templateObject2$i, _templateObject3$b, _templateObject4$8, _templateObject5$5, _templateObject6$3, _templateObject7, _templateObject8;
|
|
4622
|
+
var TimerWrapper = /*#__PURE__*/styled.div(_templateObject$u || (_templateObject$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-", ");\n"])), function (_ref) {
|
|
4494
4623
|
var color = _ref.color;
|
|
4495
4624
|
return color;
|
|
4496
4625
|
});
|
|
@@ -4598,8 +4727,8 @@ var Timer = function Timer(_ref) {
|
|
|
4598
4727
|
}));
|
|
4599
4728
|
};
|
|
4600
4729
|
|
|
4601
|
-
var _templateObject$
|
|
4602
|
-
var TypeTagsContainer = /*#__PURE__*/styled.ul(_templateObject$
|
|
4730
|
+
var _templateObject$v;
|
|
4731
|
+
var TypeTagsContainer = /*#__PURE__*/styled.ul(_templateObject$v || (_templateObject$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n list-style-type: none;\n margin: 0;\n padding: 0;\n\n & li {\n display: inline-block;\n margin: 0;\n }\n\n & li:before {\n content: '\u2014';\n margin: 0 0.5em;\n }\n\n & li:first-child:before {\n display: none;\n }\n"])));
|
|
4603
4732
|
|
|
4604
4733
|
var TypeTags = function TypeTags(_ref) {
|
|
4605
4734
|
var list = _ref.list;
|
|
@@ -4616,197 +4745,201 @@ function createCommonjsModule(fn, module) {
|
|
|
4616
4745
|
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
|
4617
4746
|
}
|
|
4618
4747
|
|
|
4619
|
-
var runtime_1 =
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
var runtime = function (exports) {
|
|
4627
|
-
|
|
4628
|
-
var Op = Object.prototype;
|
|
4629
|
-
var hasOwn = Op.hasOwnProperty;
|
|
4630
|
-
var undefined$1; // More compressible than void 0.
|
|
4631
|
-
|
|
4632
|
-
var $Symbol = typeof Symbol === "function" ? Symbol : {};
|
|
4633
|
-
var iteratorSymbol = $Symbol.iterator || "@@iterator";
|
|
4634
|
-
var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator";
|
|
4635
|
-
var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
|
|
4636
|
-
|
|
4637
|
-
function define(obj, key, value) {
|
|
4638
|
-
Object.defineProperty(obj, key, {
|
|
4639
|
-
value: value,
|
|
4640
|
-
enumerable: true,
|
|
4641
|
-
configurable: true,
|
|
4642
|
-
writable: true
|
|
4643
|
-
});
|
|
4644
|
-
return obj[key];
|
|
4645
|
-
}
|
|
4748
|
+
var runtime_1 = createCommonjsModule(function (module) {
|
|
4749
|
+
/**
|
|
4750
|
+
* Copyright (c) 2014-present, Facebook, Inc.
|
|
4751
|
+
*
|
|
4752
|
+
* This source code is licensed under the MIT license found in the
|
|
4753
|
+
* LICENSE file in the root directory of this source tree.
|
|
4754
|
+
*/
|
|
4646
4755
|
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4756
|
+
var runtime = (function (exports) {
|
|
4757
|
+
|
|
4758
|
+
var Op = Object.prototype;
|
|
4759
|
+
var hasOwn = Op.hasOwnProperty;
|
|
4760
|
+
var undefined$1; // More compressible than void 0.
|
|
4761
|
+
var $Symbol = typeof Symbol === "function" ? Symbol : {};
|
|
4762
|
+
var iteratorSymbol = $Symbol.iterator || "@@iterator";
|
|
4763
|
+
var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator";
|
|
4764
|
+
var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
|
|
4765
|
+
|
|
4766
|
+
function define(obj, key, value) {
|
|
4767
|
+
Object.defineProperty(obj, key, {
|
|
4768
|
+
value: value,
|
|
4769
|
+
enumerable: true,
|
|
4770
|
+
configurable: true,
|
|
4771
|
+
writable: true
|
|
4772
|
+
});
|
|
4773
|
+
return obj[key];
|
|
4774
|
+
}
|
|
4775
|
+
try {
|
|
4776
|
+
// IE 8 has a broken Object.defineProperty that only works on DOM objects.
|
|
4777
|
+
define({}, "");
|
|
4778
|
+
} catch (err) {
|
|
4779
|
+
define = function(obj, key, value) {
|
|
4780
|
+
return obj[key] = value;
|
|
4781
|
+
};
|
|
4782
|
+
}
|
|
4655
4783
|
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
// .throw, and .return methods.
|
|
4784
|
+
function wrap(innerFn, outerFn, self, tryLocsList) {
|
|
4785
|
+
// If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.
|
|
4786
|
+
var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;
|
|
4787
|
+
var generator = Object.create(protoGenerator.prototype);
|
|
4788
|
+
var context = new Context(tryLocsList || []);
|
|
4662
4789
|
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4790
|
+
// The ._invoke method unifies the implementations of the .next,
|
|
4791
|
+
// .throw, and .return methods.
|
|
4792
|
+
generator._invoke = makeInvokeMethod(innerFn, self, context);
|
|
4666
4793
|
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
type: "throw",
|
|
4687
|
-
arg: err
|
|
4688
|
-
};
|
|
4689
|
-
}
|
|
4794
|
+
return generator;
|
|
4795
|
+
}
|
|
4796
|
+
exports.wrap = wrap;
|
|
4797
|
+
|
|
4798
|
+
// Try/catch helper to minimize deoptimizations. Returns a completion
|
|
4799
|
+
// record like context.tryEntries[i].completion. This interface could
|
|
4800
|
+
// have been (and was previously) designed to take a closure to be
|
|
4801
|
+
// invoked without arguments, but in all the cases we care about we
|
|
4802
|
+
// already have an existing method we want to call, so there's no need
|
|
4803
|
+
// to create a new function object. We can even get away with assuming
|
|
4804
|
+
// the method takes exactly one argument, since that happens to be true
|
|
4805
|
+
// in every case, so we don't have to touch the arguments object. The
|
|
4806
|
+
// only additional allocation required is the completion record, which
|
|
4807
|
+
// has a stable shape and so hopefully should be cheap to allocate.
|
|
4808
|
+
function tryCatch(fn, obj, arg) {
|
|
4809
|
+
try {
|
|
4810
|
+
return { type: "normal", arg: fn.call(obj, arg) };
|
|
4811
|
+
} catch (err) {
|
|
4812
|
+
return { type: "throw", arg: err };
|
|
4690
4813
|
}
|
|
4814
|
+
}
|
|
4691
4815
|
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4816
|
+
var GenStateSuspendedStart = "suspendedStart";
|
|
4817
|
+
var GenStateSuspendedYield = "suspendedYield";
|
|
4818
|
+
var GenStateExecuting = "executing";
|
|
4819
|
+
var GenStateCompleted = "completed";
|
|
4820
|
+
|
|
4821
|
+
// Returning this object from the innerFn has the same effect as
|
|
4822
|
+
// breaking out of the dispatch switch statement.
|
|
4823
|
+
var ContinueSentinel = {};
|
|
4824
|
+
|
|
4825
|
+
// Dummy constructor functions that we use as the .constructor and
|
|
4826
|
+
// .constructor.prototype properties for functions that return Generator
|
|
4827
|
+
// objects. For full spec compliance, you may wish to configure your
|
|
4828
|
+
// minifier not to mangle the names of these two functions.
|
|
4829
|
+
function Generator() {}
|
|
4830
|
+
function GeneratorFunction() {}
|
|
4831
|
+
function GeneratorFunctionPrototype() {}
|
|
4832
|
+
|
|
4833
|
+
// This is a polyfill for %IteratorPrototype% for environments that
|
|
4834
|
+
// don't natively support it.
|
|
4835
|
+
var IteratorPrototype = {};
|
|
4836
|
+
define(IteratorPrototype, iteratorSymbol, function () {
|
|
4837
|
+
return this;
|
|
4838
|
+
});
|
|
4709
4839
|
|
|
4840
|
+
var getProto = Object.getPrototypeOf;
|
|
4841
|
+
var NativeIteratorPrototype = getProto && getProto(getProto(values([])));
|
|
4842
|
+
if (NativeIteratorPrototype &&
|
|
4843
|
+
NativeIteratorPrototype !== Op &&
|
|
4844
|
+
hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {
|
|
4845
|
+
// This environment has a native %IteratorPrototype%; use it instead
|
|
4846
|
+
// of the polyfill.
|
|
4847
|
+
IteratorPrototype = NativeIteratorPrototype;
|
|
4848
|
+
}
|
|
4710
4849
|
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
|
|
4850
|
+
var Gp = GeneratorFunctionPrototype.prototype =
|
|
4851
|
+
Generator.prototype = Object.create(IteratorPrototype);
|
|
4852
|
+
GeneratorFunction.prototype = GeneratorFunctionPrototype;
|
|
4853
|
+
define(Gp, "constructor", GeneratorFunctionPrototype);
|
|
4854
|
+
define(GeneratorFunctionPrototype, "constructor", GeneratorFunction);
|
|
4855
|
+
GeneratorFunction.displayName = define(
|
|
4856
|
+
GeneratorFunctionPrototype,
|
|
4857
|
+
toStringTagSymbol,
|
|
4858
|
+
"GeneratorFunction"
|
|
4859
|
+
);
|
|
4860
|
+
|
|
4861
|
+
// Helper for defining the .next, .throw, and .return methods of the
|
|
4862
|
+
// Iterator interface in terms of a single ._invoke method.
|
|
4863
|
+
function defineIteratorMethods(prototype) {
|
|
4864
|
+
["next", "throw", "return"].forEach(function(method) {
|
|
4865
|
+
define(prototype, method, function(arg) {
|
|
4866
|
+
return this._invoke(method, arg);
|
|
4867
|
+
});
|
|
4714
4868
|
});
|
|
4715
|
-
|
|
4716
|
-
var NativeIteratorPrototype = getProto && getProto(getProto(values([])));
|
|
4869
|
+
}
|
|
4717
4870
|
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4871
|
+
exports.isGeneratorFunction = function(genFun) {
|
|
4872
|
+
var ctor = typeof genFun === "function" && genFun.constructor;
|
|
4873
|
+
return ctor
|
|
4874
|
+
? ctor === GeneratorFunction ||
|
|
4875
|
+
// For the native GeneratorFunction constructor, the best we can
|
|
4876
|
+
// do is to check its .name property.
|
|
4877
|
+
(ctor.displayName || ctor.name) === "GeneratorFunction"
|
|
4878
|
+
: false;
|
|
4879
|
+
};
|
|
4723
4880
|
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
function defineIteratorMethods(prototype) {
|
|
4732
|
-
["next", "throw", "return"].forEach(function (method) {
|
|
4733
|
-
define(prototype, method, function (arg) {
|
|
4734
|
-
return this._invoke(method, arg);
|
|
4735
|
-
});
|
|
4736
|
-
});
|
|
4881
|
+
exports.mark = function(genFun) {
|
|
4882
|
+
if (Object.setPrototypeOf) {
|
|
4883
|
+
Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
|
|
4884
|
+
} else {
|
|
4885
|
+
genFun.__proto__ = GeneratorFunctionPrototype;
|
|
4886
|
+
define(genFun, toStringTagSymbol, "GeneratorFunction");
|
|
4737
4887
|
}
|
|
4888
|
+
genFun.prototype = Object.create(Gp);
|
|
4889
|
+
return genFun;
|
|
4890
|
+
};
|
|
4738
4891
|
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
};
|
|
4892
|
+
// Within the body of any async function, `await x` is transformed to
|
|
4893
|
+
// `yield regeneratorRuntime.awrap(x)`, so that the runtime can test
|
|
4894
|
+
// `hasOwn.call(value, "__await")` to determine if the yielded value is
|
|
4895
|
+
// meant to be awaited.
|
|
4896
|
+
exports.awrap = function(arg) {
|
|
4897
|
+
return { __await: arg };
|
|
4898
|
+
};
|
|
4745
4899
|
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4900
|
+
function AsyncIterator(generator, PromiseImpl) {
|
|
4901
|
+
function invoke(method, arg, resolve, reject) {
|
|
4902
|
+
var record = tryCatch(generator[method], generator, arg);
|
|
4903
|
+
if (record.type === "throw") {
|
|
4904
|
+
reject(record.arg);
|
|
4749
4905
|
} else {
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
// meant to be awaited.
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
exports.awrap = function (arg) {
|
|
4763
|
-
return {
|
|
4764
|
-
__await: arg
|
|
4765
|
-
};
|
|
4766
|
-
};
|
|
4767
|
-
|
|
4768
|
-
function AsyncIterator(generator, PromiseImpl) {
|
|
4769
|
-
function invoke(method, arg, resolve, reject) {
|
|
4770
|
-
var record = tryCatch(generator[method], generator, arg);
|
|
4771
|
-
|
|
4772
|
-
if (record.type === "throw") {
|
|
4773
|
-
reject(record.arg);
|
|
4774
|
-
} else {
|
|
4775
|
-
var result = record.arg;
|
|
4776
|
-
var value = result.value;
|
|
4777
|
-
|
|
4778
|
-
if (value && typeof value === "object" && hasOwn.call(value, "__await")) {
|
|
4779
|
-
return PromiseImpl.resolve(value.__await).then(function (value) {
|
|
4780
|
-
invoke("next", value, resolve, reject);
|
|
4781
|
-
}, function (err) {
|
|
4782
|
-
invoke("throw", err, resolve, reject);
|
|
4783
|
-
});
|
|
4784
|
-
}
|
|
4785
|
-
|
|
4786
|
-
return PromiseImpl.resolve(value).then(function (unwrapped) {
|
|
4787
|
-
// When a yielded Promise is resolved, its final value becomes
|
|
4788
|
-
// the .value of the Promise<{value,done}> result for the
|
|
4789
|
-
// current iteration.
|
|
4790
|
-
result.value = unwrapped;
|
|
4791
|
-
resolve(result);
|
|
4792
|
-
}, function (error) {
|
|
4793
|
-
// If a rejected Promise was yielded, throw the rejection back
|
|
4794
|
-
// into the async generator function so it can be handled there.
|
|
4795
|
-
return invoke("throw", error, resolve, reject);
|
|
4906
|
+
var result = record.arg;
|
|
4907
|
+
var value = result.value;
|
|
4908
|
+
if (value &&
|
|
4909
|
+
typeof value === "object" &&
|
|
4910
|
+
hasOwn.call(value, "__await")) {
|
|
4911
|
+
return PromiseImpl.resolve(value.__await).then(function(value) {
|
|
4912
|
+
invoke("next", value, resolve, reject);
|
|
4913
|
+
}, function(err) {
|
|
4914
|
+
invoke("throw", err, resolve, reject);
|
|
4796
4915
|
});
|
|
4797
4916
|
}
|
|
4917
|
+
|
|
4918
|
+
return PromiseImpl.resolve(value).then(function(unwrapped) {
|
|
4919
|
+
// When a yielded Promise is resolved, its final value becomes
|
|
4920
|
+
// the .value of the Promise<{value,done}> result for the
|
|
4921
|
+
// current iteration.
|
|
4922
|
+
result.value = unwrapped;
|
|
4923
|
+
resolve(result);
|
|
4924
|
+
}, function(error) {
|
|
4925
|
+
// If a rejected Promise was yielded, throw the rejection back
|
|
4926
|
+
// into the async generator function so it can be handled there.
|
|
4927
|
+
return invoke("throw", error, resolve, reject);
|
|
4928
|
+
});
|
|
4798
4929
|
}
|
|
4930
|
+
}
|
|
4799
4931
|
|
|
4800
|
-
|
|
4932
|
+
var previousPromise;
|
|
4801
4933
|
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4934
|
+
function enqueue(method, arg) {
|
|
4935
|
+
function callInvokeWithMethodAndArg() {
|
|
4936
|
+
return new PromiseImpl(function(resolve, reject) {
|
|
4937
|
+
invoke(method, arg, resolve, reject);
|
|
4938
|
+
});
|
|
4939
|
+
}
|
|
4808
4940
|
|
|
4809
|
-
|
|
4941
|
+
return previousPromise =
|
|
4942
|
+
// If enqueue has been called before, then we want to wait until
|
|
4810
4943
|
// all previous Promises have been resolved before calling invoke,
|
|
4811
4944
|
// so that results are always delivered in the correct order. If
|
|
4812
4945
|
// enqueue has not been called before, then it is important to
|
|
@@ -4818,531 +4951,558 @@ var runtime_1 = /*#__PURE__*/createCommonjsModule(function (module) {
|
|
|
4818
4951
|
// execute code before the first await. Since we implement simple
|
|
4819
4952
|
// async functions in terms of async generators, it is especially
|
|
4820
4953
|
// important to get this right, even though it requires care.
|
|
4821
|
-
previousPromise ? previousPromise.then(
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
this._invoke = enqueue;
|
|
4954
|
+
previousPromise ? previousPromise.then(
|
|
4955
|
+
callInvokeWithMethodAndArg,
|
|
4956
|
+
// Avoid propagating failures to Promises returned by later
|
|
4957
|
+
// invocations of the iterator.
|
|
4958
|
+
callInvokeWithMethodAndArg
|
|
4959
|
+
) : callInvokeWithMethodAndArg();
|
|
4829
4960
|
}
|
|
4830
4961
|
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
exports.AsyncIterator = AsyncIterator; // Note that simple async functions are implemented on top of
|
|
4836
|
-
// AsyncIterator objects; they just return a Promise for the value of
|
|
4837
|
-
// the final result produced by the iterator.
|
|
4838
|
-
|
|
4839
|
-
exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
|
|
4840
|
-
if (PromiseImpl === void 0) PromiseImpl = Promise;
|
|
4841
|
-
var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
|
|
4842
|
-
return exports.isGeneratorFunction(outerFn) ? iter // If outerFn is a generator, return the full iterator.
|
|
4843
|
-
: iter.next().then(function (result) {
|
|
4844
|
-
return result.done ? result.value : iter.next();
|
|
4845
|
-
});
|
|
4846
|
-
};
|
|
4962
|
+
// Define the unified helper method that is used to implement .next,
|
|
4963
|
+
// .throw, and .return (see defineIteratorMethods).
|
|
4964
|
+
this._invoke = enqueue;
|
|
4965
|
+
}
|
|
4847
4966
|
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
|
|
4967
|
+
defineIteratorMethods(AsyncIterator.prototype);
|
|
4968
|
+
define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
|
|
4969
|
+
return this;
|
|
4970
|
+
});
|
|
4971
|
+
exports.AsyncIterator = AsyncIterator;
|
|
4972
|
+
|
|
4973
|
+
// Note that simple async functions are implemented on top of
|
|
4974
|
+
// AsyncIterator objects; they just return a Promise for the value of
|
|
4975
|
+
// the final result produced by the iterator.
|
|
4976
|
+
exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {
|
|
4977
|
+
if (PromiseImpl === void 0) PromiseImpl = Promise;
|
|
4978
|
+
|
|
4979
|
+
var iter = new AsyncIterator(
|
|
4980
|
+
wrap(innerFn, outerFn, self, tryLocsList),
|
|
4981
|
+
PromiseImpl
|
|
4982
|
+
);
|
|
4983
|
+
|
|
4984
|
+
return exports.isGeneratorFunction(outerFn)
|
|
4985
|
+
? iter // If outerFn is a generator, return the full iterator.
|
|
4986
|
+
: iter.next().then(function(result) {
|
|
4987
|
+
return result.done ? result.value : iter.next();
|
|
4988
|
+
});
|
|
4989
|
+
};
|
|
4854
4990
|
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
throw arg;
|
|
4858
|
-
} // Be forgiving, per 25.3.3.3.3 of the spec:
|
|
4859
|
-
// https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume
|
|
4991
|
+
function makeInvokeMethod(innerFn, self, context) {
|
|
4992
|
+
var state = GenStateSuspendedStart;
|
|
4860
4993
|
|
|
4994
|
+
return function invoke(method, arg) {
|
|
4995
|
+
if (state === GenStateExecuting) {
|
|
4996
|
+
throw new Error("Generator is already running");
|
|
4997
|
+
}
|
|
4861
4998
|
|
|
4862
|
-
|
|
4999
|
+
if (state === GenStateCompleted) {
|
|
5000
|
+
if (method === "throw") {
|
|
5001
|
+
throw arg;
|
|
4863
5002
|
}
|
|
4864
5003
|
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
|
|
4868
|
-
|
|
4869
|
-
var delegate = context.delegate;
|
|
5004
|
+
// Be forgiving, per 25.3.3.3.3 of the spec:
|
|
5005
|
+
// https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume
|
|
5006
|
+
return doneResult();
|
|
5007
|
+
}
|
|
4870
5008
|
|
|
4871
|
-
|
|
4872
|
-
|
|
5009
|
+
context.method = method;
|
|
5010
|
+
context.arg = arg;
|
|
4873
5011
|
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
5012
|
+
while (true) {
|
|
5013
|
+
var delegate = context.delegate;
|
|
5014
|
+
if (delegate) {
|
|
5015
|
+
var delegateResult = maybeInvokeDelegate(delegate, context);
|
|
5016
|
+
if (delegateResult) {
|
|
5017
|
+
if (delegateResult === ContinueSentinel) continue;
|
|
5018
|
+
return delegateResult;
|
|
4878
5019
|
}
|
|
5020
|
+
}
|
|
4879
5021
|
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
} else if (context.method === "throw") {
|
|
4885
|
-
if (state === GenStateSuspendedStart) {
|
|
4886
|
-
state = GenStateCompleted;
|
|
4887
|
-
throw context.arg;
|
|
4888
|
-
}
|
|
5022
|
+
if (context.method === "next") {
|
|
5023
|
+
// Setting context._sent for legacy support of Babel's
|
|
5024
|
+
// function.sent implementation.
|
|
5025
|
+
context.sent = context._sent = context.arg;
|
|
4889
5026
|
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
|
|
5027
|
+
} else if (context.method === "throw") {
|
|
5028
|
+
if (state === GenStateSuspendedStart) {
|
|
5029
|
+
state = GenStateCompleted;
|
|
5030
|
+
throw context.arg;
|
|
4893
5031
|
}
|
|
4894
5032
|
|
|
4895
|
-
|
|
4896
|
-
var record = tryCatch(innerFn, self, context);
|
|
5033
|
+
context.dispatchException(context.arg);
|
|
4897
5034
|
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
state = context.done ? GenStateCompleted : GenStateSuspendedYield;
|
|
5035
|
+
} else if (context.method === "return") {
|
|
5036
|
+
context.abrupt("return", context.arg);
|
|
5037
|
+
}
|
|
4902
5038
|
|
|
4903
|
-
|
|
4904
|
-
continue;
|
|
4905
|
-
}
|
|
5039
|
+
state = GenStateExecuting;
|
|
4906
5040
|
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
5041
|
+
var record = tryCatch(innerFn, self, context);
|
|
5042
|
+
if (record.type === "normal") {
|
|
5043
|
+
// If an exception is thrown from innerFn, we leave state ===
|
|
5044
|
+
// GenStateExecuting and loop back for another invocation.
|
|
5045
|
+
state = context.done
|
|
5046
|
+
? GenStateCompleted
|
|
5047
|
+
: GenStateSuspendedYield;
|
|
4914
5048
|
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
}
|
|
4918
|
-
}
|
|
4919
|
-
};
|
|
4920
|
-
} // Call delegate.iterator[context.method](context.arg) and handle the
|
|
4921
|
-
// result, either by returning a { value, done } result from the
|
|
4922
|
-
// delegate iterator, or by modifying context.method and context.arg,
|
|
4923
|
-
// setting context.delegate to null, and returning the ContinueSentinel.
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
function maybeInvokeDelegate(delegate, context) {
|
|
4927
|
-
var method = delegate.iterator[context.method];
|
|
4928
|
-
|
|
4929
|
-
if (method === undefined$1) {
|
|
4930
|
-
// A .throw or .return when the delegate iterator has no .throw
|
|
4931
|
-
// method always terminates the yield* loop.
|
|
4932
|
-
context.delegate = null;
|
|
4933
|
-
|
|
4934
|
-
if (context.method === "throw") {
|
|
4935
|
-
// Note: ["return"] must be used for ES3 parsing compatibility.
|
|
4936
|
-
if (delegate.iterator["return"]) {
|
|
4937
|
-
// If the delegate iterator has a return method, give it a
|
|
4938
|
-
// chance to clean up.
|
|
4939
|
-
context.method = "return";
|
|
4940
|
-
context.arg = undefined$1;
|
|
4941
|
-
maybeInvokeDelegate(delegate, context);
|
|
4942
|
-
|
|
4943
|
-
if (context.method === "throw") {
|
|
4944
|
-
// If maybeInvokeDelegate(context) changed context.method from
|
|
4945
|
-
// "return" to "throw", let that override the TypeError below.
|
|
4946
|
-
return ContinueSentinel;
|
|
4947
|
-
}
|
|
5049
|
+
if (record.arg === ContinueSentinel) {
|
|
5050
|
+
continue;
|
|
4948
5051
|
}
|
|
4949
5052
|
|
|
5053
|
+
return {
|
|
5054
|
+
value: record.arg,
|
|
5055
|
+
done: context.done
|
|
5056
|
+
};
|
|
5057
|
+
|
|
5058
|
+
} else if (record.type === "throw") {
|
|
5059
|
+
state = GenStateCompleted;
|
|
5060
|
+
// Dispatch the exception by looping back around to the
|
|
5061
|
+
// context.dispatchException(context.arg) call above.
|
|
4950
5062
|
context.method = "throw";
|
|
4951
|
-
context.arg =
|
|
5063
|
+
context.arg = record.arg;
|
|
4952
5064
|
}
|
|
4953
|
-
|
|
4954
|
-
return ContinueSentinel;
|
|
4955
5065
|
}
|
|
5066
|
+
};
|
|
5067
|
+
}
|
|
4956
5068
|
|
|
4957
|
-
|
|
5069
|
+
// Call delegate.iterator[context.method](context.arg) and handle the
|
|
5070
|
+
// result, either by returning a { value, done } result from the
|
|
5071
|
+
// delegate iterator, or by modifying context.method and context.arg,
|
|
5072
|
+
// setting context.delegate to null, and returning the ContinueSentinel.
|
|
5073
|
+
function maybeInvokeDelegate(delegate, context) {
|
|
5074
|
+
var method = delegate.iterator[context.method];
|
|
5075
|
+
if (method === undefined$1) {
|
|
5076
|
+
// A .throw or .return when the delegate iterator has no .throw
|
|
5077
|
+
// method always terminates the yield* loop.
|
|
5078
|
+
context.delegate = null;
|
|
4958
5079
|
|
|
4959
|
-
if (
|
|
4960
|
-
|
|
4961
|
-
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
5080
|
+
if (context.method === "throw") {
|
|
5081
|
+
// Note: ["return"] must be used for ES3 parsing compatibility.
|
|
5082
|
+
if (delegate.iterator["return"]) {
|
|
5083
|
+
// If the delegate iterator has a return method, give it a
|
|
5084
|
+
// chance to clean up.
|
|
5085
|
+
context.method = "return";
|
|
5086
|
+
context.arg = undefined$1;
|
|
5087
|
+
maybeInvokeDelegate(delegate, context);
|
|
4965
5088
|
|
|
4966
|
-
|
|
5089
|
+
if (context.method === "throw") {
|
|
5090
|
+
// If maybeInvokeDelegate(context) changed context.method from
|
|
5091
|
+
// "return" to "throw", let that override the TypeError below.
|
|
5092
|
+
return ContinueSentinel;
|
|
5093
|
+
}
|
|
5094
|
+
}
|
|
4967
5095
|
|
|
4968
|
-
if (!info) {
|
|
4969
5096
|
context.method = "throw";
|
|
4970
|
-
context.arg = new TypeError(
|
|
4971
|
-
|
|
4972
|
-
return ContinueSentinel;
|
|
5097
|
+
context.arg = new TypeError(
|
|
5098
|
+
"The iterator does not provide a 'throw' method");
|
|
4973
5099
|
}
|
|
4974
5100
|
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
// variable specified by delegate.resultName (see delegateYield).
|
|
4978
|
-
context[delegate.resultName] = info.value; // Resume execution at the desired location (see delegateYield).
|
|
5101
|
+
return ContinueSentinel;
|
|
5102
|
+
}
|
|
4979
5103
|
|
|
4980
|
-
|
|
4981
|
-
// exception, let the outer generator proceed normally. If
|
|
4982
|
-
// context.method was "next", forget context.arg since it has been
|
|
4983
|
-
// "consumed" by the delegate iterator. If context.method was
|
|
4984
|
-
// "return", allow the original .return call to continue in the
|
|
4985
|
-
// outer generator.
|
|
5104
|
+
var record = tryCatch(method, delegate.iterator, context.arg);
|
|
4986
5105
|
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
return info;
|
|
4994
|
-
} // The delegate iterator is finished, so forget it and continue with
|
|
4995
|
-
// the outer generator.
|
|
5106
|
+
if (record.type === "throw") {
|
|
5107
|
+
context.method = "throw";
|
|
5108
|
+
context.arg = record.arg;
|
|
5109
|
+
context.delegate = null;
|
|
5110
|
+
return ContinueSentinel;
|
|
5111
|
+
}
|
|
4996
5112
|
|
|
5113
|
+
var info = record.arg;
|
|
4997
5114
|
|
|
5115
|
+
if (! info) {
|
|
5116
|
+
context.method = "throw";
|
|
5117
|
+
context.arg = new TypeError("iterator result is not an object");
|
|
4998
5118
|
context.delegate = null;
|
|
4999
5119
|
return ContinueSentinel;
|
|
5000
|
-
}
|
|
5001
|
-
// unified ._invoke helper method.
|
|
5120
|
+
}
|
|
5002
5121
|
|
|
5122
|
+
if (info.done) {
|
|
5123
|
+
// Assign the result of the finished delegate to the temporary
|
|
5124
|
+
// variable specified by delegate.resultName (see delegateYield).
|
|
5125
|
+
context[delegate.resultName] = info.value;
|
|
5126
|
+
|
|
5127
|
+
// Resume execution at the desired location (see delegateYield).
|
|
5128
|
+
context.next = delegate.nextLoc;
|
|
5129
|
+
|
|
5130
|
+
// If context.method was "throw" but the delegate handled the
|
|
5131
|
+
// exception, let the outer generator proceed normally. If
|
|
5132
|
+
// context.method was "next", forget context.arg since it has been
|
|
5133
|
+
// "consumed" by the delegate iterator. If context.method was
|
|
5134
|
+
// "return", allow the original .return call to continue in the
|
|
5135
|
+
// outer generator.
|
|
5136
|
+
if (context.method !== "return") {
|
|
5137
|
+
context.method = "next";
|
|
5138
|
+
context.arg = undefined$1;
|
|
5139
|
+
}
|
|
5003
5140
|
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
// object to not be returned from this call. This ensures that doesn't happen.
|
|
5009
|
-
// See https://github.com/facebook/regenerator/issues/274 for more details.
|
|
5141
|
+
} else {
|
|
5142
|
+
// Re-yield the result returned by the delegate method.
|
|
5143
|
+
return info;
|
|
5144
|
+
}
|
|
5010
5145
|
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5016
|
-
});
|
|
5146
|
+
// The delegate iterator is finished, so forget it and continue with
|
|
5147
|
+
// the outer generator.
|
|
5148
|
+
context.delegate = null;
|
|
5149
|
+
return ContinueSentinel;
|
|
5150
|
+
}
|
|
5017
5151
|
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
};
|
|
5152
|
+
// Define Generator.prototype.{next,throw,return} in terms of the
|
|
5153
|
+
// unified ._invoke helper method.
|
|
5154
|
+
defineIteratorMethods(Gp);
|
|
5022
5155
|
|
|
5023
|
-
|
|
5024
|
-
entry.catchLoc = locs[1];
|
|
5025
|
-
}
|
|
5156
|
+
define(Gp, toStringTagSymbol, "Generator");
|
|
5026
5157
|
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5158
|
+
// A Generator should always return itself as the iterator object when the
|
|
5159
|
+
// @@iterator function is called on it. Some browsers' implementations of the
|
|
5160
|
+
// iterator prototype chain incorrectly implement this, causing the Generator
|
|
5161
|
+
// object to not be returned from this call. This ensures that doesn't happen.
|
|
5162
|
+
// See https://github.com/facebook/regenerator/issues/274 for more details.
|
|
5163
|
+
define(Gp, iteratorSymbol, function() {
|
|
5164
|
+
return this;
|
|
5165
|
+
});
|
|
5031
5166
|
|
|
5032
|
-
|
|
5033
|
-
|
|
5167
|
+
define(Gp, "toString", function() {
|
|
5168
|
+
return "[object Generator]";
|
|
5169
|
+
});
|
|
5034
5170
|
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
entry.
|
|
5171
|
+
function pushTryEntry(locs) {
|
|
5172
|
+
var entry = { tryLoc: locs[0] };
|
|
5173
|
+
|
|
5174
|
+
if (1 in locs) {
|
|
5175
|
+
entry.catchLoc = locs[1];
|
|
5040
5176
|
}
|
|
5041
5177
|
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
// locations where there is no enclosing try statement.
|
|
5046
|
-
this.tryEntries = [{
|
|
5047
|
-
tryLoc: "root"
|
|
5048
|
-
}];
|
|
5049
|
-
tryLocsList.forEach(pushTryEntry, this);
|
|
5050
|
-
this.reset(true);
|
|
5178
|
+
if (2 in locs) {
|
|
5179
|
+
entry.finallyLoc = locs[2];
|
|
5180
|
+
entry.afterLoc = locs[3];
|
|
5051
5181
|
}
|
|
5052
5182
|
|
|
5053
|
-
|
|
5054
|
-
|
|
5183
|
+
this.tryEntries.push(entry);
|
|
5184
|
+
}
|
|
5185
|
+
|
|
5186
|
+
function resetTryEntry(entry) {
|
|
5187
|
+
var record = entry.completion || {};
|
|
5188
|
+
record.type = "normal";
|
|
5189
|
+
delete record.arg;
|
|
5190
|
+
entry.completion = record;
|
|
5191
|
+
}
|
|
5192
|
+
|
|
5193
|
+
function Context(tryLocsList) {
|
|
5194
|
+
// The root entry object (effectively a try statement without a catch
|
|
5195
|
+
// or a finally block) gives us a place to store values thrown from
|
|
5196
|
+
// locations where there is no enclosing try statement.
|
|
5197
|
+
this.tryEntries = [{ tryLoc: "root" }];
|
|
5198
|
+
tryLocsList.forEach(pushTryEntry, this);
|
|
5199
|
+
this.reset(true);
|
|
5200
|
+
}
|
|
5055
5201
|
|
|
5056
|
-
|
|
5057
|
-
|
|
5202
|
+
exports.keys = function(object) {
|
|
5203
|
+
var keys = [];
|
|
5204
|
+
for (var key in object) {
|
|
5205
|
+
keys.push(key);
|
|
5206
|
+
}
|
|
5207
|
+
keys.reverse();
|
|
5208
|
+
|
|
5209
|
+
// Rather than returning an object with a next method, we keep
|
|
5210
|
+
// things simple and return the next function itself.
|
|
5211
|
+
return function next() {
|
|
5212
|
+
while (keys.length) {
|
|
5213
|
+
var key = keys.pop();
|
|
5214
|
+
if (key in object) {
|
|
5215
|
+
next.value = key;
|
|
5216
|
+
next.done = false;
|
|
5217
|
+
return next;
|
|
5218
|
+
}
|
|
5058
5219
|
}
|
|
5059
5220
|
|
|
5060
|
-
|
|
5061
|
-
//
|
|
5221
|
+
// To avoid creating an additional object, we just hang the .value
|
|
5222
|
+
// and .done properties off the next function object itself. This
|
|
5223
|
+
// also ensures that the minifier will not anonymize the function.
|
|
5224
|
+
next.done = true;
|
|
5225
|
+
return next;
|
|
5226
|
+
};
|
|
5227
|
+
};
|
|
5062
5228
|
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5229
|
+
function values(iterable) {
|
|
5230
|
+
if (iterable) {
|
|
5231
|
+
var iteratorMethod = iterable[iteratorSymbol];
|
|
5232
|
+
if (iteratorMethod) {
|
|
5233
|
+
return iteratorMethod.call(iterable);
|
|
5234
|
+
}
|
|
5066
5235
|
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5236
|
+
if (typeof iterable.next === "function") {
|
|
5237
|
+
return iterable;
|
|
5238
|
+
}
|
|
5239
|
+
|
|
5240
|
+
if (!isNaN(iterable.length)) {
|
|
5241
|
+
var i = -1, next = function next() {
|
|
5242
|
+
while (++i < iterable.length) {
|
|
5243
|
+
if (hasOwn.call(iterable, i)) {
|
|
5244
|
+
next.value = iterable[i];
|
|
5245
|
+
next.done = false;
|
|
5246
|
+
return next;
|
|
5247
|
+
}
|
|
5071
5248
|
}
|
|
5072
|
-
} // To avoid creating an additional object, we just hang the .value
|
|
5073
|
-
// and .done properties off the next function object itself. This
|
|
5074
|
-
// also ensures that the minifier will not anonymize the function.
|
|
5075
5249
|
|
|
5250
|
+
next.value = undefined$1;
|
|
5251
|
+
next.done = true;
|
|
5076
5252
|
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
};
|
|
5080
|
-
};
|
|
5253
|
+
return next;
|
|
5254
|
+
};
|
|
5081
5255
|
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5256
|
+
return next.next = next;
|
|
5257
|
+
}
|
|
5258
|
+
}
|
|
5085
5259
|
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5260
|
+
// Return an iterator with no values.
|
|
5261
|
+
return { next: doneResult };
|
|
5262
|
+
}
|
|
5263
|
+
exports.values = values;
|
|
5089
5264
|
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
|
|
5265
|
+
function doneResult() {
|
|
5266
|
+
return { value: undefined$1, done: true };
|
|
5267
|
+
}
|
|
5093
5268
|
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
|
|
5099
|
-
|
|
5100
|
-
|
|
5101
|
-
|
|
5102
|
-
|
|
5103
|
-
|
|
5269
|
+
Context.prototype = {
|
|
5270
|
+
constructor: Context,
|
|
5271
|
+
|
|
5272
|
+
reset: function(skipTempReset) {
|
|
5273
|
+
this.prev = 0;
|
|
5274
|
+
this.next = 0;
|
|
5275
|
+
// Resetting context._sent for legacy support of Babel's
|
|
5276
|
+
// function.sent implementation.
|
|
5277
|
+
this.sent = this._sent = undefined$1;
|
|
5278
|
+
this.done = false;
|
|
5279
|
+
this.delegate = null;
|
|
5280
|
+
|
|
5281
|
+
this.method = "next";
|
|
5282
|
+
this.arg = undefined$1;
|
|
5283
|
+
|
|
5284
|
+
this.tryEntries.forEach(resetTryEntry);
|
|
5285
|
+
|
|
5286
|
+
if (!skipTempReset) {
|
|
5287
|
+
for (var name in this) {
|
|
5288
|
+
// Not sure about the optimal order of these conditions:
|
|
5289
|
+
if (name.charAt(0) === "t" &&
|
|
5290
|
+
hasOwn.call(this, name) &&
|
|
5291
|
+
!isNaN(+name.slice(1))) {
|
|
5292
|
+
this[name] = undefined$1;
|
|
5293
|
+
}
|
|
5294
|
+
}
|
|
5295
|
+
}
|
|
5296
|
+
},
|
|
5104
5297
|
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
return next;
|
|
5108
|
-
};
|
|
5298
|
+
stop: function() {
|
|
5299
|
+
this.done = true;
|
|
5109
5300
|
|
|
5110
|
-
|
|
5111
|
-
|
|
5112
|
-
|
|
5301
|
+
var rootEntry = this.tryEntries[0];
|
|
5302
|
+
var rootRecord = rootEntry.completion;
|
|
5303
|
+
if (rootRecord.type === "throw") {
|
|
5304
|
+
throw rootRecord.arg;
|
|
5305
|
+
}
|
|
5113
5306
|
|
|
5307
|
+
return this.rval;
|
|
5308
|
+
},
|
|
5114
5309
|
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5310
|
+
dispatchException: function(exception) {
|
|
5311
|
+
if (this.done) {
|
|
5312
|
+
throw exception;
|
|
5313
|
+
}
|
|
5119
5314
|
|
|
5120
|
-
|
|
5315
|
+
var context = this;
|
|
5316
|
+
function handle(loc, caught) {
|
|
5317
|
+
record.type = "throw";
|
|
5318
|
+
record.arg = exception;
|
|
5319
|
+
context.next = loc;
|
|
5121
5320
|
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5321
|
+
if (caught) {
|
|
5322
|
+
// If the dispatched exception was caught by a catch block,
|
|
5323
|
+
// then let that catch block handle the exception normally.
|
|
5324
|
+
context.method = "next";
|
|
5325
|
+
context.arg = undefined$1;
|
|
5326
|
+
}
|
|
5128
5327
|
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
reset: function reset(skipTempReset) {
|
|
5132
|
-
this.prev = 0;
|
|
5133
|
-
this.next = 0; // Resetting context._sent for legacy support of Babel's
|
|
5134
|
-
// function.sent implementation.
|
|
5328
|
+
return !! caught;
|
|
5329
|
+
}
|
|
5135
5330
|
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
this.method = "next";
|
|
5140
|
-
this.arg = undefined$1;
|
|
5141
|
-
this.tryEntries.forEach(resetTryEntry);
|
|
5331
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
5332
|
+
var entry = this.tryEntries[i];
|
|
5333
|
+
var record = entry.completion;
|
|
5142
5334
|
|
|
5143
|
-
if (
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
}
|
|
5149
|
-
}
|
|
5335
|
+
if (entry.tryLoc === "root") {
|
|
5336
|
+
// Exception thrown outside of any try block that could handle
|
|
5337
|
+
// it, so set the completion value of the entire function to
|
|
5338
|
+
// throw the exception.
|
|
5339
|
+
return handle("end");
|
|
5150
5340
|
}
|
|
5151
|
-
},
|
|
5152
|
-
stop: function stop() {
|
|
5153
|
-
this.done = true;
|
|
5154
|
-
var rootEntry = this.tryEntries[0];
|
|
5155
|
-
var rootRecord = rootEntry.completion;
|
|
5156
5341
|
|
|
5157
|
-
if (
|
|
5158
|
-
|
|
5159
|
-
|
|
5342
|
+
if (entry.tryLoc <= this.prev) {
|
|
5343
|
+
var hasCatch = hasOwn.call(entry, "catchLoc");
|
|
5344
|
+
var hasFinally = hasOwn.call(entry, "finallyLoc");
|
|
5160
5345
|
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5346
|
+
if (hasCatch && hasFinally) {
|
|
5347
|
+
if (this.prev < entry.catchLoc) {
|
|
5348
|
+
return handle(entry.catchLoc, true);
|
|
5349
|
+
} else if (this.prev < entry.finallyLoc) {
|
|
5350
|
+
return handle(entry.finallyLoc);
|
|
5351
|
+
}
|
|
5167
5352
|
|
|
5168
|
-
|
|
5353
|
+
} else if (hasCatch) {
|
|
5354
|
+
if (this.prev < entry.catchLoc) {
|
|
5355
|
+
return handle(entry.catchLoc, true);
|
|
5356
|
+
}
|
|
5169
5357
|
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5358
|
+
} else if (hasFinally) {
|
|
5359
|
+
if (this.prev < entry.finallyLoc) {
|
|
5360
|
+
return handle(entry.finallyLoc);
|
|
5361
|
+
}
|
|
5174
5362
|
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
// then let that catch block handle the exception normally.
|
|
5178
|
-
context.method = "next";
|
|
5179
|
-
context.arg = undefined$1;
|
|
5363
|
+
} else {
|
|
5364
|
+
throw new Error("try statement without catch or finally");
|
|
5180
5365
|
}
|
|
5181
|
-
|
|
5182
|
-
return !!caught;
|
|
5183
5366
|
}
|
|
5367
|
+
}
|
|
5368
|
+
},
|
|
5184
5369
|
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
|
|
5370
|
+
abrupt: function(type, arg) {
|
|
5371
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
5372
|
+
var entry = this.tryEntries[i];
|
|
5373
|
+
if (entry.tryLoc <= this.prev &&
|
|
5374
|
+
hasOwn.call(entry, "finallyLoc") &&
|
|
5375
|
+
this.prev < entry.finallyLoc) {
|
|
5376
|
+
var finallyEntry = entry;
|
|
5377
|
+
break;
|
|
5378
|
+
}
|
|
5379
|
+
}
|
|
5188
5380
|
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5381
|
+
if (finallyEntry &&
|
|
5382
|
+
(type === "break" ||
|
|
5383
|
+
type === "continue") &&
|
|
5384
|
+
finallyEntry.tryLoc <= arg &&
|
|
5385
|
+
arg <= finallyEntry.finallyLoc) {
|
|
5386
|
+
// Ignore the finally entry if control is not jumping to a
|
|
5387
|
+
// location outside the try/catch block.
|
|
5388
|
+
finallyEntry = null;
|
|
5389
|
+
}
|
|
5195
5390
|
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
if (hasCatch && hasFinally) {
|
|
5201
|
-
if (this.prev < entry.catchLoc) {
|
|
5202
|
-
return handle(entry.catchLoc, true);
|
|
5203
|
-
} else if (this.prev < entry.finallyLoc) {
|
|
5204
|
-
return handle(entry.finallyLoc);
|
|
5205
|
-
}
|
|
5206
|
-
} else if (hasCatch) {
|
|
5207
|
-
if (this.prev < entry.catchLoc) {
|
|
5208
|
-
return handle(entry.catchLoc, true);
|
|
5209
|
-
}
|
|
5210
|
-
} else if (hasFinally) {
|
|
5211
|
-
if (this.prev < entry.finallyLoc) {
|
|
5212
|
-
return handle(entry.finallyLoc);
|
|
5213
|
-
}
|
|
5214
|
-
} else {
|
|
5215
|
-
throw new Error("try statement without catch or finally");
|
|
5216
|
-
}
|
|
5217
|
-
}
|
|
5218
|
-
}
|
|
5219
|
-
},
|
|
5220
|
-
abrupt: function abrupt(type, arg) {
|
|
5221
|
-
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
5222
|
-
var entry = this.tryEntries[i];
|
|
5391
|
+
var record = finallyEntry ? finallyEntry.completion : {};
|
|
5392
|
+
record.type = type;
|
|
5393
|
+
record.arg = arg;
|
|
5223
5394
|
|
|
5224
|
-
|
|
5225
|
-
|
|
5226
|
-
|
|
5227
|
-
|
|
5228
|
-
|
|
5395
|
+
if (finallyEntry) {
|
|
5396
|
+
this.method = "next";
|
|
5397
|
+
this.next = finallyEntry.finallyLoc;
|
|
5398
|
+
return ContinueSentinel;
|
|
5399
|
+
}
|
|
5229
5400
|
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
// location outside the try/catch block.
|
|
5233
|
-
finallyEntry = null;
|
|
5234
|
-
}
|
|
5401
|
+
return this.complete(record);
|
|
5402
|
+
},
|
|
5235
5403
|
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
record.arg
|
|
5404
|
+
complete: function(record, afterLoc) {
|
|
5405
|
+
if (record.type === "throw") {
|
|
5406
|
+
throw record.arg;
|
|
5407
|
+
}
|
|
5239
5408
|
|
|
5240
|
-
|
|
5241
|
-
|
|
5242
|
-
|
|
5243
|
-
|
|
5244
|
-
|
|
5409
|
+
if (record.type === "break" ||
|
|
5410
|
+
record.type === "continue") {
|
|
5411
|
+
this.next = record.arg;
|
|
5412
|
+
} else if (record.type === "return") {
|
|
5413
|
+
this.rval = this.arg = record.arg;
|
|
5414
|
+
this.method = "return";
|
|
5415
|
+
this.next = "end";
|
|
5416
|
+
} else if (record.type === "normal" && afterLoc) {
|
|
5417
|
+
this.next = afterLoc;
|
|
5418
|
+
}
|
|
5245
5419
|
|
|
5246
|
-
|
|
5247
|
-
|
|
5248
|
-
complete: function complete(record, afterLoc) {
|
|
5249
|
-
if (record.type === "throw") {
|
|
5250
|
-
throw record.arg;
|
|
5251
|
-
}
|
|
5420
|
+
return ContinueSentinel;
|
|
5421
|
+
},
|
|
5252
5422
|
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
this.
|
|
5258
|
-
|
|
5259
|
-
|
|
5260
|
-
this.next = afterLoc;
|
|
5423
|
+
finish: function(finallyLoc) {
|
|
5424
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
5425
|
+
var entry = this.tryEntries[i];
|
|
5426
|
+
if (entry.finallyLoc === finallyLoc) {
|
|
5427
|
+
this.complete(entry.completion, entry.afterLoc);
|
|
5428
|
+
resetTryEntry(entry);
|
|
5429
|
+
return ContinueSentinel;
|
|
5261
5430
|
}
|
|
5431
|
+
}
|
|
5432
|
+
},
|
|
5262
5433
|
|
|
5263
|
-
|
|
5264
|
-
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
var
|
|
5268
|
-
|
|
5269
|
-
|
|
5270
|
-
this.complete(entry.completion, entry.afterLoc);
|
|
5434
|
+
"catch": function(tryLoc) {
|
|
5435
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
5436
|
+
var entry = this.tryEntries[i];
|
|
5437
|
+
if (entry.tryLoc === tryLoc) {
|
|
5438
|
+
var record = entry.completion;
|
|
5439
|
+
if (record.type === "throw") {
|
|
5440
|
+
var thrown = record.arg;
|
|
5271
5441
|
resetTryEntry(entry);
|
|
5272
|
-
return ContinueSentinel;
|
|
5273
5442
|
}
|
|
5443
|
+
return thrown;
|
|
5274
5444
|
}
|
|
5275
|
-
}
|
|
5276
|
-
"catch": function _catch(tryLoc) {
|
|
5277
|
-
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
|
5278
|
-
var entry = this.tryEntries[i];
|
|
5279
|
-
|
|
5280
|
-
if (entry.tryLoc === tryLoc) {
|
|
5281
|
-
var record = entry.completion;
|
|
5282
|
-
|
|
5283
|
-
if (record.type === "throw") {
|
|
5284
|
-
var thrown = record.arg;
|
|
5285
|
-
resetTryEntry(entry);
|
|
5286
|
-
}
|
|
5445
|
+
}
|
|
5287
5446
|
|
|
5288
|
-
|
|
5289
|
-
|
|
5290
|
-
|
|
5291
|
-
|
|
5447
|
+
// The context.catch method must only be called with a location
|
|
5448
|
+
// argument that corresponds to a known catch block.
|
|
5449
|
+
throw new Error("illegal catch attempt");
|
|
5450
|
+
},
|
|
5292
5451
|
|
|
5452
|
+
delegateYield: function(iterable, resultName, nextLoc) {
|
|
5453
|
+
this.delegate = {
|
|
5454
|
+
iterator: values(iterable),
|
|
5455
|
+
resultName: resultName,
|
|
5456
|
+
nextLoc: nextLoc
|
|
5457
|
+
};
|
|
5293
5458
|
|
|
5294
|
-
|
|
5295
|
-
|
|
5296
|
-
|
|
5297
|
-
this.
|
|
5298
|
-
|
|
5299
|
-
resultName: resultName,
|
|
5300
|
-
nextLoc: nextLoc
|
|
5301
|
-
};
|
|
5459
|
+
if (this.method === "next") {
|
|
5460
|
+
// Deliberately forget the last sent value so that we don't
|
|
5461
|
+
// accidentally pass it on to the delegate.
|
|
5462
|
+
this.arg = undefined$1;
|
|
5463
|
+
}
|
|
5302
5464
|
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
|
|
5306
|
-
this.arg = undefined$1;
|
|
5307
|
-
}
|
|
5465
|
+
return ContinueSentinel;
|
|
5466
|
+
}
|
|
5467
|
+
};
|
|
5308
5468
|
|
|
5309
|
-
|
|
5310
|
-
|
|
5311
|
-
|
|
5312
|
-
|
|
5313
|
-
|
|
5314
|
-
// injected easily by `bin/regenerator --include-runtime script.js`.
|
|
5469
|
+
// Regardless of whether this script is executing as a CommonJS module
|
|
5470
|
+
// or not, return the runtime object so that we can declare the variable
|
|
5471
|
+
// regeneratorRuntime in the outer scope, which allows this module to be
|
|
5472
|
+
// injected easily by `bin/regenerator --include-runtime script.js`.
|
|
5473
|
+
return exports;
|
|
5315
5474
|
|
|
5316
|
-
|
|
5317
|
-
|
|
5475
|
+
}(
|
|
5476
|
+
// If this script is executing as a CommonJS module, use module.exports
|
|
5318
5477
|
// as the regeneratorRuntime namespace. Otherwise create a new empty
|
|
5319
5478
|
// object. Either way, the resulting object will be used to initialize
|
|
5320
5479
|
// the regeneratorRuntime variable at the top of this file.
|
|
5321
|
-
module.exports
|
|
5322
|
-
|
|
5323
|
-
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
|
|
5330
|
-
|
|
5331
|
-
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
|
|
5480
|
+
module.exports
|
|
5481
|
+
));
|
|
5482
|
+
|
|
5483
|
+
try {
|
|
5484
|
+
regeneratorRuntime = runtime;
|
|
5485
|
+
} catch (accidentalStrictMode) {
|
|
5486
|
+
// This module should not be running in strict mode, so the above
|
|
5487
|
+
// assignment should always work unless something is misconfigured. Just
|
|
5488
|
+
// in case runtime.js accidentally runs in strict mode, in modern engines
|
|
5489
|
+
// we can explicitly access globalThis. In older engines we can escape
|
|
5490
|
+
// strict mode using a global Function call. This could conceivably fail
|
|
5491
|
+
// if a Content Security Policy forbids using Function, but in that case
|
|
5492
|
+
// the proper solution is to fix the accidental strict mode problem. If
|
|
5493
|
+
// you've misconfigured your bundler to force strict mode and applied a
|
|
5494
|
+
// CSP to forbid Function, and you're not willing to fix either of those
|
|
5495
|
+
// problems, please detail your unique predicament in a GitHub issue.
|
|
5496
|
+
if (typeof globalThis === "object") {
|
|
5497
|
+
globalThis.regeneratorRuntime = runtime;
|
|
5498
|
+
} else {
|
|
5499
|
+
Function("r", "regeneratorRuntime = r")(runtime);
|
|
5341
5500
|
}
|
|
5501
|
+
}
|
|
5342
5502
|
});
|
|
5343
5503
|
|
|
5344
|
-
var _templateObject$
|
|
5345
|
-
var VideoPlayButton = /*#__PURE__*/styled.button(_templateObject$
|
|
5504
|
+
var _templateObject$w, _templateObject2$j, _templateObject3$c, _templateObject4$9, _templateObject5$6, _templateObject6$4, _templateObject7$1, _templateObject8$1, _templateObject9, _templateObject10;
|
|
5505
|
+
var VideoPlayButton = /*#__PURE__*/styled.button(_templateObject$w || (_templateObject$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 48px;\n height: 48px;\n border-radius: 50%;\n background-color: #fff;\n border: none;\n padding: 12px;\n cursor: pointer;\n"])));
|
|
5346
5506
|
var VideoFullscreenButton = /*#__PURE__*/styled.button(_templateObject2$j || (_templateObject2$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 56px;\n height: 36px;\n background-color: rgb(26, 26, 26, 0.6);\n border-radius: 5px;\n padding: 5px 14px;\n border: none;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n"])));
|
|
5347
5507
|
var VideoControlsWrapper = /*#__PURE__*/styled.div(_templateObject3$c || (_templateObject3$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 0;\n width: 100%;\n"])));
|
|
5348
5508
|
var VideoControlsInnerWrapper = /*#__PURE__*/styled.div(_templateObject4$9 || (_templateObject4$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin: 0 40px 17px 30px;\n"])));
|
|
@@ -5561,8 +5721,8 @@ var VideoControls = function VideoControls(_ref2) {
|
|
|
5561
5721
|
})));
|
|
5562
5722
|
};
|
|
5563
5723
|
|
|
5564
|
-
var _templateObject$
|
|
5565
|
-
var StepperWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
5724
|
+
var _templateObject$x, _templateObject2$k, _templateObject3$d, _templateObject4$a, _templateObject5$7;
|
|
5725
|
+
var StepperWrapper = /*#__PURE__*/styled.div(_templateObject$x || (_templateObject$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n justify-content: left;\n align-items: left;\n"])));
|
|
5566
5726
|
var StepperError = /*#__PURE__*/styled.div(_templateObject2$k || (_templateObject2$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-", ");\n margin-block: 15px 0;\n\n * {\n margin: 0;\n }\n"])), function (_ref) {
|
|
5567
5727
|
var darkMode = _ref.darkMode;
|
|
5568
5728
|
return darkMode ? 'white' : 'errorstate';
|
|
@@ -5789,9 +5949,9 @@ var Component = function Component(_ref) {
|
|
|
5789
5949
|
}, error)));
|
|
5790
5950
|
};
|
|
5791
5951
|
|
|
5792
|
-
var _templateObject$
|
|
5952
|
+
var _templateObject$y;
|
|
5793
5953
|
var colors$1 = core.colors;
|
|
5794
|
-
var Tile = /*#__PURE__*/styled.div(_templateObject$
|
|
5954
|
+
var Tile = /*#__PURE__*/styled.div(_templateObject$y || (_templateObject$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n background-color: ", ";\n padding: 12px;\n cursor: pointer;\n width: fit-content;\n user-select: none;\n\n svg {\n display: ", ";\n height: 18px;\n width: 18px;\n margin-right: 14px;\n\n @media ", " {\n height: 16px;\n width: 16px;\n }\n }\n"])), function (_ref) {
|
|
5795
5955
|
var isSelected = _ref.isSelected;
|
|
5796
5956
|
return isSelected ? colors$1.midgrey : colors$1.lightgrey;
|
|
5797
5957
|
}, function (_ref2) {
|
|
@@ -5851,8 +6011,8 @@ var ToggleButton = function ToggleButton(_ref) {
|
|
|
5851
6011
|
}, item.label));
|
|
5852
6012
|
};
|
|
5853
6013
|
|
|
5854
|
-
var _templateObject$
|
|
5855
|
-
var NavigationWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
6014
|
+
var _templateObject$z, _templateObject2$l, _templateObject3$e, _templateObject4$b, _templateObject5$8, _templateObject6$5, _templateObject7$2, _templateObject8$2, _templateObject9$1, _templateObject10$1, _templateObject11;
|
|
6015
|
+
var NavigationWrapper = /*#__PURE__*/styled.div(_templateObject$z || (_templateObject$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n ", "\n }\n"])), devices.mobileAndTablet, function (_ref) {
|
|
5856
6016
|
var isMenuOpen = _ref.isMenuOpen;
|
|
5857
6017
|
return isMenuOpen && "\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: " + zIndexes.overlay + ";\n background-color: var(--base-color-white);\n overflow-y: auto;\n scrollbar-width: none;\n ::-webkit-scrollbar {\n display: none;\n }\n ";
|
|
5858
6018
|
});
|
|
@@ -5876,8 +6036,8 @@ var NavContainer = /*#__PURE__*/styled.div(_templateObject9$1 || (_templateObjec
|
|
|
5876
6036
|
var NavContainerGridItem = /*#__PURE__*/styled(GridItem)(_templateObject10$1 || (_templateObject10$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n grid-column: 3 / span 14;\n }\n"])), devices.desktop);
|
|
5877
6037
|
var NavTopContainer = /*#__PURE__*/styled.div(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 26px;\n right: 50px;\n top: 20px;\n position: absolute;\n\n @media ", " {\n margin-top: 1px;\n position: inherit;\n }\n"])), devices.mobileAndTablet);
|
|
5878
6038
|
|
|
5879
|
-
var _templateObject$
|
|
5880
|
-
var LogoWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
6039
|
+
var _templateObject$A;
|
|
6040
|
+
var LogoWrapper = /*#__PURE__*/styled.div(_templateObject$A || (_templateObject$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 66px;\n height: auto;\n cursor: pointer;\n & img {\n width: auto;\n height: 100%;\n }\n"])));
|
|
5881
6041
|
|
|
5882
6042
|
var Logo = function Logo(_ref) {
|
|
5883
6043
|
var _ref$id = _ref.id,
|
|
@@ -5909,11 +6069,11 @@ var Logo = function Logo(_ref) {
|
|
|
5909
6069
|
}))));
|
|
5910
6070
|
};
|
|
5911
6071
|
|
|
5912
|
-
var _templateObject$
|
|
5913
|
-
var NavTopContainer$1 = /*#__PURE__*/styled.div(_templateObject$
|
|
6072
|
+
var _templateObject$B;
|
|
6073
|
+
var NavTopContainer$1 = /*#__PURE__*/styled.div(_templateObject$B || (_templateObject$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n column-gap: 16px;\n justify-content: flex-end;\n height: 26px;\n\n @media ", " {\n column-gap: 8px;\n }\n"])), devices.mobile);
|
|
5914
6074
|
|
|
5915
|
-
var _templateObject$
|
|
5916
|
-
var BasketContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
6075
|
+
var _templateObject$C, _templateObject2$m, _templateObject3$f, _templateObject4$c;
|
|
6076
|
+
var BasketContainer = /*#__PURE__*/styled.div(_templateObject$C || (_templateObject$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n cursor: pointer;\n border-bottom: 1px solid var(--base-color-transparent);\n\n ", "\n\n :hover {\n border-bottom: 1px solid var(--base-color-", ");\n && a {\n color: var(--base-color-", ");\n }\n && svg path {\n fill: var(--base-color-", ");\n }\n }\n\n ", "\n"])), function (_ref) {
|
|
5917
6077
|
var selected = _ref.selected,
|
|
5918
6078
|
colorPrimary = _ref.colorPrimary;
|
|
5919
6079
|
|
|
@@ -6021,7 +6181,7 @@ var useBasket = function useBasket(expiryUnixTimestamp, numItems, numVirtualItem
|
|
|
6021
6181
|
if (!expiryUnixTimestamp || numItems === 0) return function () {
|
|
6022
6182
|
return undefined;
|
|
6023
6183
|
};
|
|
6024
|
-
var interval = setInterval(function () {
|
|
6184
|
+
var interval = window.setInterval(function () {
|
|
6025
6185
|
setSeconds(getSecondsUntil(expiryUnixTimestamp));
|
|
6026
6186
|
}, 1000);
|
|
6027
6187
|
setTimer(interval);
|
|
@@ -6102,8 +6262,8 @@ var Basket$1 = function Basket(_ref) {
|
|
|
6102
6262
|
}, expiryTime ? basketText : text) : ''));
|
|
6103
6263
|
};
|
|
6104
6264
|
|
|
6105
|
-
var _templateObject$
|
|
6106
|
-
var SearchContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
6265
|
+
var _templateObject$D, _templateObject2$n;
|
|
6266
|
+
var SearchContainer = /*#__PURE__*/styled.div(_templateObject$D || (_templateObject$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n cursor: pointer;\n border-bottom: 1px solid var(--base-color-transparent);\n ", "\n\n :hover {\n border-bottom: 1px solid var(--base-color-", ");\n && svg path {\n fill: var(--base-color-", ");\n }\n }\n"])), function (_ref) {
|
|
6107
6267
|
var selected = _ref.selected,
|
|
6108
6268
|
colorPrimary = _ref.colorPrimary;
|
|
6109
6269
|
|
|
@@ -6196,7 +6356,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
6196
6356
|
clearTimeout(timerCloseOptions);
|
|
6197
6357
|
}
|
|
6198
6358
|
|
|
6199
|
-
timerCloseOptions = setTimeout(function () {
|
|
6359
|
+
timerCloseOptions = window.setTimeout(function () {
|
|
6200
6360
|
setOpen(false);
|
|
6201
6361
|
setLockOpen(false);
|
|
6202
6362
|
setTitleSelected(false);
|
|
@@ -6395,8 +6555,8 @@ var NavTop = function NavTop(_ref) {
|
|
|
6395
6555
|
}));
|
|
6396
6556
|
};
|
|
6397
6557
|
|
|
6398
|
-
var _templateObject$
|
|
6399
|
-
var TabsContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
6558
|
+
var _templateObject$E, _templateObject2$o, _templateObject3$g, _templateObject4$d;
|
|
6559
|
+
var TabsContainer = /*#__PURE__*/styled.div(_templateObject$E || (_templateObject$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n column-gap: 32px;\n"])));
|
|
6400
6560
|
var ItemsContainer = /*#__PURE__*/styled.div(_templateObject2$o || (_templateObject2$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n column-gap: 32px;\n\n @media ", " {\n column-gap: 15px;\n }\n\n @media ", ", ", " {\n div:last-child > div {\n right: 1px;\n }\n }\n\n @media ", " {\n ", "\n }\n"])), devices.desktop, devices.desktop, devices.largeDesktop, devices.mobileAndTablet, function (props) {
|
|
6401
6561
|
if (props.showMenu) {
|
|
6402
6562
|
return "\n display: flex;\n flex-direction: column;\n row-gap: 32px;\n ";
|
|
@@ -6538,8 +6698,8 @@ var Tabs = function Tabs(_ref) {
|
|
|
6538
6698
|
}, "MENU"))));
|
|
6539
6699
|
};
|
|
6540
6700
|
|
|
6541
|
-
var _templateObject$
|
|
6542
|
-
var SearchBarContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
6701
|
+
var _templateObject$F, _templateObject2$p, _templateObject3$h, _templateObject5$9, _templateObject6$6, _templateObject7$3;
|
|
6702
|
+
var SearchBarContainer = /*#__PURE__*/styled.div(_templateObject$F || (_templateObject$F = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n column-gap: 64px;\n justify-content: space-between;\n align-items: center;\n height: 100%;\n background-color: var(--base-color-transparent);\n\n @media ", " {\n column-gap: 12px;\n }\n"])), devices.mobile);
|
|
6543
6703
|
var SvgContainerSearch = /*#__PURE__*/styled.div(_templateObject2$p || (_templateObject2$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n svg {\n width: var(--navigation-xlarge-gap);\n height: var(--navigation-xlarge-gap);\n }\n"])));
|
|
6544
6704
|
var SvgContainerClose = /*#__PURE__*/styled.div(_templateObject3$h || (_templateObject3$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n }\n\n :hover {\n cursor: pointer;\n && svg path {\n fill: var(--base-color-navigation);\n }\n }\n"])));
|
|
6545
6705
|
var InputContainer = /*#__PURE__*/styled.div(_templateObject5$9 || (_templateObject5$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: blue;\n width: 100%;\n\n input {\n font-size: var(--font-size-search);\n font-family: var(--font-family-search);\n border: none;\n border-radius: 0;\n outline: none;\n outline-color: var(--base-color-white);\n height: 48px;\n box-sizing: border-box;\n width: 100%;\n -webkit-appearance: none;\n\n &.search-input {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n @media ", " {\n column-gap: 24px;\n }\n }\n"])), devices.mobile);
|
|
@@ -6776,16 +6936,16 @@ var Navigation = function Navigation(_ref) {
|
|
|
6776
6936
|
})))));
|
|
6777
6937
|
};
|
|
6778
6938
|
|
|
6779
|
-
var _templateObject$
|
|
6780
|
-
var FooterSection = /*#__PURE__*/styled.section(_templateObject$
|
|
6939
|
+
var _templateObject$G, _templateObject2$q, _templateObject3$i, _templateObject4$e, _templateObject5$a, _templateObject6$7;
|
|
6940
|
+
var FooterSection = /*#__PURE__*/styled.section(_templateObject$G || (_templateObject$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--base-color-black);\n color: var(--base-color-white);\n"])));
|
|
6781
6941
|
var FooterContainer = /*#__PURE__*/styled.div(_templateObject2$q || (_templateObject2$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: var(--footer-height);\n padding-top: var(--footer-padding-top);\n padding-bottom: var(--footer-padding-bottom);\n display: grid;\n grid-template-rows:\n min-content var(--footer-vertical-spacing-lg) min-content var(--footer-vertical-spacing-lg) min-content var(\n --footer-vertical-spacing-sm\n )\n min-content;\n grid-template-areas:\n 'row1'\n '.'\n 'row2'\n '.'\n 'row3'\n '.'\n 'row4';\n"])));
|
|
6782
6942
|
var PolicyLinksRow = /*#__PURE__*/styled.div(_templateObject3$i || (_templateObject3$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: row1;\n justify-self: center;\n\n @media ", " {\n & {\n justify-self: start;\n grid-area: row2;\n }\n }\n"])), devices.mobile);
|
|
6783
6943
|
var ContactNewsletterRow = /*#__PURE__*/styled.div(_templateObject4$e || (_templateObject4$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: row2;\n\n @media ", " {\n & {\n grid-area: row1;\n }\n }\n"])), devices.mobile);
|
|
6784
6944
|
var ArtsLogoRow = /*#__PURE__*/styled.div(_templateObject5$a || (_templateObject5$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: row3;\n justify-self: center;\n\n @media ", " {\n justify-self: start;\n }\n"])), devices.mobile);
|
|
6785
6945
|
var AdditionalInfo = /*#__PURE__*/styled.p(_templateObject6$7 || (_templateObject6$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: row4;\n font-family: var(--font-family-body);\n font-size: var(--font-size-body-3);\n line-height: var(--line-height-body-3);\n text-align: center;\n margin: 0;\n padding: 0;\n\n @media ", " {\n text-align: left;\n }\n"])), devices.mobile);
|
|
6786
6946
|
|
|
6787
|
-
var _templateObject$
|
|
6788
|
-
var PolicyLinksList = /*#__PURE__*/styled.ul(_templateObject$
|
|
6947
|
+
var _templateObject$H, _templateObject2$r, _templateObject3$j;
|
|
6948
|
+
var PolicyLinksList = /*#__PURE__*/styled.ul(_templateObject$H || (_templateObject$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0 auto;\n padding: 0;\n list-style: none;\n display: flex;\n gap: var(--footer-items-gap);\n\n @media ", " {\n & {\n margin: 0;\n flex-direction: column;\n }\n }\n"])), devices.mobile);
|
|
6789
6949
|
var PolicyLinkItem = /*#__PURE__*/styled.li(_templateObject2$r || (_templateObject2$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-overline);\n font-size: var(--font-size-overline-1);\n font-weight: var(--font-weight-overline-1);\n line-height: var(--line-height-overline-1);\n letter-spacing: var(--letter-spacing-overline-1);\n text-transform: var(--text-transform-overline);\n text-align: center;\n\n @media ", " {\n & {\n text-align: left;\n }\n }\n"])), devices.mobile);
|
|
6790
6950
|
var PolicyLink = /*#__PURE__*/styled.a(_templateObject3$j || (_templateObject3$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: fit-content;\n text-decoration: none;\n text-transform: uppercase;\n color: var(--base-color-white);\n cursor: pointer;\n"])));
|
|
6791
6951
|
|
|
@@ -6803,8 +6963,8 @@ var PolicyLinks = function PolicyLinks(_ref) {
|
|
|
6803
6963
|
}));
|
|
6804
6964
|
};
|
|
6805
6965
|
|
|
6806
|
-
var _templateObject$
|
|
6807
|
-
var ContactNewsletterWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
6966
|
+
var _templateObject$I, _templateObject2$s, _templateObject3$k, _templateObject4$f, _templateObject5$b, _templateObject6$8, _templateObject7$4, _templateObject8$3;
|
|
6967
|
+
var ContactNewsletterWrapper = /*#__PURE__*/styled.div(_templateObject$I || (_templateObject$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: calc(50% - 1px) 2px calc(50% - 1px);\n grid-template-rows: 100px;\n gap: 0;\n\n @media ", " {\n & {\n display: grid;\n grid-template-columns: 100%;\n grid-template-rows: min-content min-content;\n gap: var(--footer-vertical-spacing-lg);\n }\n }\n"])), devices.mobile);
|
|
6808
6968
|
var ContactNewsletterSeparator = /*#__PURE__*/styled.div(_templateObject2$s || (_templateObject2$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 2;\n justify-self: center;\n height: 100%;\n border: 1px solid var(--base-color-white);\n\n @media ", " {\n & {\n grid-column: auto;\n display: none;\n }\n }\n"])), devices.mobile);
|
|
6809
6969
|
var SignUpWrapper = /*#__PURE__*/styled.div(_templateObject3$k || (_templateObject3$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 1;\n padding-top: 9px;\n justify-self: center;\n display: flex;\n flex-direction: column;\n align-items: center;\n\n @media ", " {\n & {\n grid-column: auto;\n align-items: start;\n justify-self: start;\n padding-top: 0;\n }\n }\n"])), devices.mobile);
|
|
6810
6970
|
var SignUpText = /*#__PURE__*/styled.p(_templateObject4$f || (_templateObject4$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-size: var(--font-size-body-2);\n line-height: var(--line-height-body-2);\n width: 60%;\n margin: 0 auto;\n height: 60px;\n text-align: center;\n\n @media ", " {\n & {\n width: 100%;\n height: auto;\n text-align: left;\n font-size: 14px;\n margin-bottom: var(--footer-vertical-spacing-lg);\n }\n }\n"])), devices.mobile);
|
|
@@ -6836,6 +6996,8 @@ var ContactNewsletter = function ContactNewsletter(_ref) {
|
|
|
6836
6996
|
}, contact.title))));
|
|
6837
6997
|
};
|
|
6838
6998
|
|
|
6999
|
+
var _excluded$b = ["dataRoh"];
|
|
7000
|
+
|
|
6839
7001
|
var Footer = function Footer(_ref) {
|
|
6840
7002
|
var data = _ref.data;
|
|
6841
7003
|
var policyLinks = data.policyLinks;
|
|
@@ -6845,7 +7007,7 @@ var Footer = function Footer(_ref) {
|
|
|
6845
7007
|
|
|
6846
7008
|
var _data$artsLogo = data.artsLogo,
|
|
6847
7009
|
artsDataRoh = _data$artsLogo.dataRoh,
|
|
6848
|
-
artsLogo = _objectWithoutPropertiesLoose(_data$artsLogo,
|
|
7010
|
+
artsLogo = _objectWithoutPropertiesLoose(_data$artsLogo, _excluded$b);
|
|
6849
7011
|
|
|
6850
7012
|
var additionalInfo = data.additionalInfo;
|
|
6851
7013
|
return /*#__PURE__*/React__default.createElement(FooterSection, null, /*#__PURE__*/React__default.createElement(Grid, null, /*#__PURE__*/React__default.createElement(GridItem, {
|
|
@@ -6875,9 +7037,9 @@ var Footer = function Footer(_ref) {
|
|
|
6875
7037
|
}, additionalInfo)))));
|
|
6876
7038
|
};
|
|
6877
7039
|
|
|
6878
|
-
var _templateObject$
|
|
7040
|
+
var _templateObject$J, _templateObject2$t, _templateObject3$l, _templateObject4$g, _templateObject5$c, _templateObject6$9;
|
|
6879
7041
|
var LIST_ITEM_GAP = 32;
|
|
6880
|
-
var AnchorTabbarWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
7042
|
+
var AnchorTabbarWrapper = /*#__PURE__*/styled.div(_templateObject$J || (_templateObject$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: sticky;\n width: 100%;\n top: 0;\n border-bottom: ", ";\n background-color: var(--base-color-white);\n z-index: ", ";\n"])), function (_ref) {
|
|
6881
7043
|
var bottomBorder = _ref.bottomBorder;
|
|
6882
7044
|
return bottomBorder ? '2px solid var(--base-color-light-grey)' : 'none';
|
|
6883
7045
|
}, zIndexes.anchor);
|
|
@@ -6900,6 +7062,8 @@ var ArrowsContainer = /*#__PURE__*/styled.div(_templateObject5$c || (_templateOb
|
|
|
6900
7062
|
});
|
|
6901
7063
|
var ArrowWrapper = /*#__PURE__*/styled.div(_templateObject6$9 || (_templateObject6$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 24px;\n height: 24px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: flex-center;\n\n :hover {\n && svg path {\n fill: var(--base-color-primary);\n }\n }\n"])));
|
|
6902
7064
|
|
|
7065
|
+
var _excluded$c = ["id", "text"];
|
|
7066
|
+
|
|
6903
7067
|
var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
6904
7068
|
var tabs = _ref.tabs,
|
|
6905
7069
|
onTabClick = _ref.onTabClick,
|
|
@@ -6979,7 +7143,7 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
|
6979
7143
|
}
|
|
6980
7144
|
|
|
6981
7145
|
if (timer !== null) clearTimeout(timer);
|
|
6982
|
-
timer = setTimeout(function () {
|
|
7146
|
+
timer = window.setTimeout(function () {
|
|
6983
7147
|
if (window.pageYOffset > topOffset + navigationHeight && wrapperRef.current) {
|
|
6984
7148
|
changeWrapperVisibility(true, window.pageYOffset - navigationHeight);
|
|
6985
7149
|
}
|
|
@@ -7114,7 +7278,7 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
|
7114
7278
|
}, tabs.map(function (_ref4) {
|
|
7115
7279
|
var id = _ref4.id,
|
|
7116
7280
|
text = _ref4.text,
|
|
7117
|
-
rest = _objectWithoutPropertiesLoose(_ref4,
|
|
7281
|
+
rest = _objectWithoutPropertiesLoose(_ref4, _excluded$c);
|
|
7118
7282
|
|
|
7119
7283
|
return /*#__PURE__*/React__default.createElement("li", {
|
|
7120
7284
|
key: id
|
|
@@ -7141,8 +7305,8 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
|
7141
7305
|
})) : null) : null))));
|
|
7142
7306
|
};
|
|
7143
7307
|
|
|
7144
|
-
var _templateObject$
|
|
7145
|
-
var TitleCTAGridWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
7308
|
+
var _templateObject$K, _templateObject2$u, _templateObject3$m, _templateObject4$h, _templateObject6$a, _templateObject7$5, _templateObject8$4, _templateObject9$2, _templateObject10$2;
|
|
7309
|
+
var TitleCTAGridWrapper = /*#__PURE__*/styled.div(_templateObject$K || (_templateObject$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: ", ";\n top: -1px;\n background-color: var(--base-color-white);\n z-index: ", ";\n"])), function (_ref) {
|
|
7146
7310
|
var sticky = _ref.sticky;
|
|
7147
7311
|
return sticky ? 'sticky' : 'initial';
|
|
7148
7312
|
}, zIndexes.anchor);
|
|
@@ -7170,6 +7334,9 @@ var PrimaryButtonReverse = /*#__PURE__*/styled(PrimaryButton)(_templateObject8$4
|
|
|
7170
7334
|
var MessageWrapper = /*#__PURE__*/styled.div(_templateObject9$2 || (_templateObject9$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n margin-right: var(--grid-outer-margin);\n height: var(--button-height);\n\n h6 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n & {\n margin-right: var(--grid-margin);\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7171
7335
|
var MessageWrapperMobile = /*#__PURE__*/styled.div(_templateObject10$2 || (_templateObject10$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h6 {\n margin: 0;\n padding: 0;\n }\n display: none;\n\n @media ", " {\n & {\n display: flex;\n align-items: center;\n margin-left: var(--grid-margin);\n padding: 12px 0;\n }\n }\n"])), devices.mobile);
|
|
7172
7336
|
|
|
7337
|
+
var _excluded$d = ["text"],
|
|
7338
|
+
_excluded2 = ["text"];
|
|
7339
|
+
|
|
7173
7340
|
var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
7174
7341
|
var title = _ref.title,
|
|
7175
7342
|
links = _ref.links,
|
|
@@ -7179,11 +7346,11 @@ var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
|
7179
7346
|
|
|
7180
7347
|
var _ref2 = (links == null ? void 0 : links[0]) || {},
|
|
7181
7348
|
primaryButtonText = _ref2.text,
|
|
7182
|
-
primaryButtonProps = _objectWithoutPropertiesLoose(_ref2,
|
|
7349
|
+
primaryButtonProps = _objectWithoutPropertiesLoose(_ref2, _excluded$d);
|
|
7183
7350
|
|
|
7184
7351
|
var _ref3 = (links == null ? void 0 : links[1]) || {},
|
|
7185
7352
|
secondaryButtonText = _ref3.text,
|
|
7186
|
-
secondaryButtonProps = _objectWithoutPropertiesLoose(_ref3,
|
|
7353
|
+
secondaryButtonProps = _objectWithoutPropertiesLoose(_ref3, _excluded2);
|
|
7187
7354
|
|
|
7188
7355
|
return /*#__PURE__*/React__default.createElement(TitleCTAGridWrapper, {
|
|
7189
7356
|
sticky: sticky
|
|
@@ -7202,8 +7369,8 @@ var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
|
7202
7369
|
}, message)));
|
|
7203
7370
|
};
|
|
7204
7371
|
|
|
7205
|
-
var _templateObject$
|
|
7206
|
-
var Wrapper$2 = /*#__PURE__*/styled.div(_templateObject$
|
|
7372
|
+
var _templateObject$L, _templateObject2$v, _templateObject3$n, _templateObject4$i, _templateObject5$d, _templateObject6$b, _templateObject7$6, _templateObject8$5;
|
|
7373
|
+
var Wrapper$2 = /*#__PURE__*/styled.div(_templateObject$L || (_templateObject$L = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--base-color-lightgrey);\n padding: 40px;\n\n display: block;\n position: relative;\n\n @media ", " {\n margin-top: 0;\n padding: 40px 20px;\n }\n"])), devices.tablet);
|
|
7207
7374
|
var PromoLabelWrapper = /*#__PURE__*/styled.div(_templateObject2$v || (_templateObject2$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-self: flex-end;\n height: 15px;\n"])));
|
|
7208
7375
|
var PromoLabel = /*#__PURE__*/styled.div(_templateObject3$n || (_templateObject3$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background: ", ";\n color: ", ";\n padding: 6px 8px;\n width: fit-content;\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute;\n right: 20px;\n top: 0;\n width: auto;\n margin: auto;\n font-family: var(--font-family-header);\n font-feature-settings: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;\n font-size: var(--font-size-overline-2);\n line-height: 12px;\n text-align: center;\n letter-spacing: 1px;\n text-transform: uppercase;\n"])), function (_ref) {
|
|
7209
7376
|
var theme = _ref.theme;
|
|
@@ -7283,8 +7450,8 @@ var UpsellCard = function UpsellCard(_ref) {
|
|
|
7283
7450
|
}), link && /*#__PURE__*/React__default.createElement(ButtonContainer, null, /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, link), truncate(link.text, LENGTH_SMALL_TEXT)))));
|
|
7284
7451
|
};
|
|
7285
7452
|
|
|
7286
|
-
var _templateObject$
|
|
7287
|
-
var Wrapper$3 = /*#__PURE__*/styled.div(_templateObject$
|
|
7453
|
+
var _templateObject$M;
|
|
7454
|
+
var Wrapper$3 = /*#__PURE__*/styled.div(_templateObject$M || (_templateObject$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n gap: 60px 75px;\n grid-template-columns: repeat(2, 1fr);\n width: 100%;\n\n @media ", " {\n padding-left: 0;\n padding-right: 0;\n }\n\n @media ", " {\n width: 100%;\n padding-left: 0;\n padding-right: 0;\n grid-template-columns: 1fr;\n }\n"])), devices.tablet, devices.mobile);
|
|
7288
7455
|
|
|
7289
7456
|
var UpsellCards = function UpsellCards(_ref) {
|
|
7290
7457
|
var upsellCards = _ref.upsellCards;
|
|
@@ -7302,16 +7469,16 @@ var UpsellCards = function UpsellCards(_ref) {
|
|
|
7302
7469
|
}));
|
|
7303
7470
|
};
|
|
7304
7471
|
|
|
7305
|
-
var _templateObject$
|
|
7306
|
-
var UpsellBorderBox = /*#__PURE__*/styled.div(_templateObject$
|
|
7472
|
+
var _templateObject$N, _templateObject2$w, _templateObject3$o;
|
|
7473
|
+
var UpsellBorderBox = /*#__PURE__*/styled.div(_templateObject$N || (_templateObject$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: solid 4px;\n border-color: ", ";\n padding: 80px;\n\n @media ", " {\n & {\n border-left: none;\n border-right: none;\n padding-top: 2.5em;\n padding-left: 0;\n padding-right: 0;\n padding-bottom: 2.5em;\n }\n }\n\n @media ", " {\n & {\n padding: 25px;\n padding-top: 2.5em;\n }\n }\n"])), function (_ref) {
|
|
7307
7474
|
var theme = _ref.theme;
|
|
7308
7475
|
return theme.colors.primary;
|
|
7309
7476
|
}, devices.mobile, devices.tablet);
|
|
7310
7477
|
var TitleContainer$2 = /*#__PURE__*/styled.div(_templateObject2$w || (_templateObject2$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n @media ", " {\n margin-left: 1.5em;\n margin-right: 1.5em;\n }\n"])), devices.mobile);
|
|
7311
7478
|
var TextContainer = /*#__PURE__*/styled.div(_templateObject3$o || (_templateObject3$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 2.5em;\n div > :first-child {\n margin-top: 1.5em;\n }\n\n @media ", " {\n margin-top: 0;\n div > :first-child {\n margin-top: 0.5em;\n }\n }\n\n @media ", " {\n margin-left: 1.5em;\n margin-right: 1.5em;\n & {\n div > :first-child {\n margin-top: 1em;\n }\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7312
7479
|
|
|
7313
|
-
var _templateObject$
|
|
7314
|
-
var AccordionContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
7480
|
+
var _templateObject$O, _templateObject2$x, _templateObject3$p, _templateObject4$j, _templateObject5$e, _templateObject6$c;
|
|
7481
|
+
var AccordionContainer = /*#__PURE__*/styled.div(_templateObject$O || (_templateObject$O = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n div {\n overflow: hidden;\n }\n"])));
|
|
7315
7482
|
var LineContainer = /*#__PURE__*/styled.div(_templateObject2$x || (_templateObject2$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 2px;\n background-color: var(--base-color-lightgrey);\n width: 100%;\n"])));
|
|
7316
7483
|
var ChildrenContainer = /*#__PURE__*/styled.div(_templateObject3$p || (_templateObject3$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0px 20px 28px 20px;\n\n visibility: ", ";\n\n @media ", " {\n margin: 12px 0px 24px 0px;\n }\n \n @media print { \n visibility: visible;\n }\n}\n"])), function (_ref) {
|
|
7317
7484
|
var isVisible = _ref.isVisible;
|
|
@@ -7439,8 +7606,8 @@ var Accordion = function Accordion(_ref) {
|
|
|
7439
7606
|
}, children)), showLine && /*#__PURE__*/React__default.createElement(LineContainer, null));
|
|
7440
7607
|
};
|
|
7441
7608
|
|
|
7442
|
-
var _templateObject$
|
|
7443
|
-
var AccordionsContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
7609
|
+
var _templateObject$P;
|
|
7610
|
+
var AccordionsContainer = /*#__PURE__*/styled.div(_templateObject$P || (_templateObject$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
7444
7611
|
|
|
7445
7612
|
var Accordions = function Accordions(_ref) {
|
|
7446
7613
|
var _ref$items = _ref.items,
|
|
@@ -7458,7 +7625,8 @@ var Accordions = function Accordions(_ref) {
|
|
|
7458
7625
|
visibleStandfirst: accordion.visibleStandfirst,
|
|
7459
7626
|
contentType: accordion.contentType,
|
|
7460
7627
|
displayLevel: accordion.displayLevel,
|
|
7461
|
-
semanticLevel: accordion.semanticLevel
|
|
7628
|
+
semanticLevel: accordion.semanticLevel,
|
|
7629
|
+
initOpen: accordion.initOpen
|
|
7462
7630
|
}, accordion.children);
|
|
7463
7631
|
}));
|
|
7464
7632
|
};
|
|
@@ -7472,8 +7640,8 @@ var Theme = function Theme(_ref) {
|
|
|
7472
7640
|
}, children);
|
|
7473
7641
|
};
|
|
7474
7642
|
|
|
7475
|
-
var _templateObject$
|
|
7476
|
-
var AnnouncementBannerWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
7643
|
+
var _templateObject$Q, _templateObject2$y, _templateObject3$q;
|
|
7644
|
+
var AnnouncementBannerWrapper = /*#__PURE__*/styled.div(_templateObject$Q || (_templateObject$Q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 28px 0;\n background-color: ", ";\n color: var(--base-color-white);\n\n @media ", " {\n padding: 20px 0;\n }\n"])), function (_ref) {
|
|
7477
7645
|
var theme = _ref.theme;
|
|
7478
7646
|
return theme.colors.primary;
|
|
7479
7647
|
}, devices.mobile);
|
|
@@ -7515,8 +7683,8 @@ var AnnouncementBanner = function AnnouncementBanner(_ref) {
|
|
|
7515
7683
|
}))))));
|
|
7516
7684
|
};
|
|
7517
7685
|
|
|
7518
|
-
var _templateObject$
|
|
7519
|
-
var AuxiliaryButtonWrapper = /*#__PURE__*/styled(Button)(_templateObject$
|
|
7686
|
+
var _templateObject$R;
|
|
7687
|
+
var AuxiliaryButtonWrapper = /*#__PURE__*/styled(Button)(_templateObject$R || (_templateObject$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: ", ";\n height: 20px;\n border: none;\n padding: 0;\n font-family: var(--font-family-buttons);\n font-size: var(--button-font-size);\n font-weight: var(--button-font-weight);\n color: var(--base-color-", ");\n width: fit-content;\n display: flex;\n align-items: flex-start;\n justify-content: center;\n cursor: pointer;\n text-decoration: none;\n box-sizing: border-box;\n\n .auxiliaryButtonIcon {\n width: 12px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n"])), function (_ref) {
|
|
7520
7688
|
var bgColor = _ref.bgColor,
|
|
7521
7689
|
theme = _ref.theme;
|
|
7522
7690
|
return bgColor ? "var(--base-color-" + bgColor + ")" : theme.colors.auxiliaryButton;
|
|
@@ -7525,11 +7693,13 @@ var AuxiliaryButtonWrapper = /*#__PURE__*/styled(Button)(_templateObject$Q || (_
|
|
|
7525
7693
|
return color;
|
|
7526
7694
|
});
|
|
7527
7695
|
|
|
7696
|
+
var _excluded$e = ["children"];
|
|
7697
|
+
|
|
7528
7698
|
var AuxiliaryButton = function AuxiliaryButton(_ref) {
|
|
7529
7699
|
var _props$color;
|
|
7530
7700
|
|
|
7531
7701
|
var children = _ref.children,
|
|
7532
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
7702
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
|
|
7533
7703
|
|
|
7534
7704
|
return /*#__PURE__*/React__default.createElement(AuxiliaryButtonWrapper, Object.assign({}, props, {
|
|
7535
7705
|
color: (_props$color = props.color) != null ? _props$color : Colors.Black,
|
|
@@ -7537,11 +7707,11 @@ var AuxiliaryButton = function AuxiliaryButton(_ref) {
|
|
|
7537
7707
|
}), children);
|
|
7538
7708
|
};
|
|
7539
7709
|
|
|
7540
|
-
var _templateObject$
|
|
7710
|
+
var _templateObject$S, _templateObject2$z, _templateObject3$r, _templateObject4$k, _templateObject5$f, _templateObject6$d, _templateObject7$7, _templateObject8$6, _templateObject9$3, _templateObject10$3, _templateObject11$1, _templateObject12, _templateObject13, _templateObject14;
|
|
7541
7711
|
var LENGTH_LARGE_TEXT = 28;
|
|
7542
7712
|
var LENGTH_SMALL_TEXT$1 = 19;
|
|
7543
7713
|
var LENGTH_TEXT_TABLET = 10;
|
|
7544
|
-
var CardContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
7714
|
+
var CardContainer = /*#__PURE__*/styled.div(_templateObject$S || (_templateObject$S = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: ", ";\n position: relative;\n ", "\n\n .targetLink {\n text-decoration: none;\n color: inherit;\n }\n"])), function (_ref) {
|
|
7545
7715
|
var isCardClickable = _ref.isCardClickable;
|
|
7546
7716
|
return isCardClickable ? 'pointer' : 'default';
|
|
7547
7717
|
}, function (_ref2) {
|
|
@@ -7695,6 +7865,9 @@ var truncateReactNodeString = function truncateReactNodeString(node, resultLengt
|
|
|
7695
7865
|
return truncateHtmlString(nodeString, resultLength, addDots);
|
|
7696
7866
|
};
|
|
7697
7867
|
|
|
7868
|
+
var _excluded$f = ["text"],
|
|
7869
|
+
_excluded2$1 = ["text"];
|
|
7870
|
+
|
|
7698
7871
|
var _buttonTypeToButton;
|
|
7699
7872
|
var LENGTH_LARGE_TEXT$1 = 28;
|
|
7700
7873
|
var LENGTH_SMALL_TEXT$2 = 19;
|
|
@@ -7748,7 +7921,7 @@ var Card = function Card(_ref) {
|
|
|
7748
7921
|
var _ref2 = firstButton || {},
|
|
7749
7922
|
_ref2$text = _ref2.text,
|
|
7750
7923
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
7751
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2,
|
|
7924
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$f);
|
|
7752
7925
|
|
|
7753
7926
|
var primaryButtonTextTruncate = size === 'small' ? truncate(firstButtonText, LENGTH_SMALL_TEXT$2) : truncate(firstButtonText, LENGTH_LARGE_TEXT$1);
|
|
7754
7927
|
var secondButton = links == null ? void 0 : links[1];
|
|
@@ -7756,7 +7929,7 @@ var Card = function Card(_ref) {
|
|
|
7756
7929
|
var _ref3 = secondButton || {},
|
|
7757
7930
|
_ref3$text = _ref3.text,
|
|
7758
7931
|
secondButtonText = _ref3$text === void 0 ? '' : _ref3$text,
|
|
7759
|
-
restSecondButton = _objectWithoutPropertiesLoose(_ref3,
|
|
7932
|
+
restSecondButton = _objectWithoutPropertiesLoose(_ref3, _excluded2$1);
|
|
7760
7933
|
|
|
7761
7934
|
var tertiaryButtonTextTruncate = size === 'small' ? truncate(secondButtonText, LENGTH_SMALL_TEXT$2) : truncate(secondButtonText, LENGTH_LARGE_TEXT$1);
|
|
7762
7935
|
|
|
@@ -7825,9 +7998,9 @@ var Card = function Card(_ref) {
|
|
|
7825
7998
|
dangerouslySetInnerHTML: {
|
|
7826
7999
|
__html: truncatedText
|
|
7827
8000
|
}
|
|
7828
|
-
}), highlightText && /*#__PURE__*/React__default.createElement(HighlightTextContainer, null, /*#__PURE__*/React__default.createElement(BodyText, {
|
|
8001
|
+
}))), highlightText && /*#__PURE__*/React__default.createElement(HighlightTextContainer, null, /*#__PURE__*/React__default.createElement(BodyText, {
|
|
7829
8002
|
level: 1
|
|
7830
|
-
}, highlightText))
|
|
8003
|
+
}, highlightText)), auxiliaryCTA && /*#__PURE__*/React__default.createElement(ExtraActionsContainer, {
|
|
7831
8004
|
fullWidth: fullWidth
|
|
7832
8005
|
}, /*#__PURE__*/React__default.createElement(AuxiliaryButton, Object.assign({}, auxiliaryCTA), auxiliaryCTA.text)), links && /*#__PURE__*/React__default.createElement(ButtonsContainer$1, {
|
|
7833
8006
|
ref: node,
|
|
@@ -7841,8 +8014,8 @@ var Card = function Card(_ref) {
|
|
|
7841
8014
|
}, firstButton && /*#__PURE__*/React__default.createElement(FirstButtonComponent, Object.assign({}, restFirstButton), primaryButtonTextTruncate), secondButton && /*#__PURE__*/React__default.createElement(SecondButtonComponent, Object.assign({}, restSecondButton), tertiaryButtonTextTruncate)));
|
|
7842
8015
|
};
|
|
7843
8016
|
|
|
7844
|
-
var _templateObject$
|
|
7845
|
-
var CardsContainer = /*#__PURE__*/styled(Grid)(_templateObject$
|
|
8017
|
+
var _templateObject$T, _templateObject2$A;
|
|
8018
|
+
var CardsContainer = /*#__PURE__*/styled(Grid)(_templateObject$T || (_templateObject$T = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: var(--line-height-people-listing-gap) var(--grid-column-gap);\n\n @media ", " {\n grid-row-gap: var(--cards-spacing-stack);\n }\n"])), devices.mobile);
|
|
7846
8019
|
var GridItemContainer = /*#__PURE__*/styled(GridItem)(_templateObject2$A || (_templateObject2$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n grid-column: 1 / span 14;\n }\n"])), devices.mobile);
|
|
7847
8020
|
|
|
7848
8021
|
var Cards = function Cards(_ref) {
|
|
@@ -7888,8 +8061,8 @@ var Cards = function Cards(_ref) {
|
|
|
7888
8061
|
}));
|
|
7889
8062
|
};
|
|
7890
8063
|
|
|
7891
|
-
var _templateObject$
|
|
7892
|
-
var ContentWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
8064
|
+
var _templateObject$U, _templateObject2$B, _templateObject3$s, _templateObject4$l, _templateObject5$g;
|
|
8065
|
+
var ContentWrapper = /*#__PURE__*/styled.div(_templateObject$U || (_templateObject$U = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > div {\n margin-bottom: 2px;\n\n &:first-child {\n margin-bottom: 4px;\n\n @media ", " {\n margin-bottom: 6px;\n }\n }\n }\n\n @media ", " {\n grid-column: 2 / span 12;\n }\n"])), devices.mobile, devices.mobileAndTablet);
|
|
7893
8066
|
var Wrapper$4 = /*#__PURE__*/styled.div(_templateObject2$B || (_templateObject2$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n ", "\n padding: 30px 0;\n\n @media ", " {\n display: grid;\n grid-template-columns: var(--grid-template-columns);\n grid-template-rows: max-content;\n gap: var(--grid-column-gap);\n margin: 0;\n }\n"])), function (_ref) {
|
|
7894
8067
|
var hideBottomBorder = _ref.hideBottomBorder;
|
|
7895
8068
|
return "border-bottom: " + (hideBottomBorder ? 'none' : '2px solid var(--base-color-midgrey)') + ";";
|
|
@@ -7957,8 +8130,8 @@ var ContactCard = function ContactCard(_ref) {
|
|
|
7957
8130
|
}, addressString)), /*#__PURE__*/React__default.createElement(AddressWrapperMobile, null, divideAddressString(addressString)))))));
|
|
7958
8131
|
};
|
|
7959
8132
|
|
|
7960
|
-
var _templateObject$
|
|
7961
|
-
var BodyTextRelative = /*#__PURE__*/styled(BodyText)(_templateObject$
|
|
8133
|
+
var _templateObject$V, _templateObject2$C, _templateObject3$t, _templateObject4$m, _templateObject5$h, _templateObject6$e, _templateObject7$8;
|
|
8134
|
+
var BodyTextRelative = /*#__PURE__*/styled(BodyText)(_templateObject$V || (_templateObject$V = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
7962
8135
|
var ContentSummaryWrapper = /*#__PURE__*/styled.article(_templateObject2$C || (_templateObject2$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n position: relative;\n justify-items: start;\n align-items: center;\n margin: 20px 0;\n gap: 24px;\n cursor: ", ";\n\n @media ", " {\n display: flex;\n flex-direction: column;\n gap: 24px;\n }\n"])), function (props) {
|
|
7963
8136
|
return props.clickable ? 'pointer' : 'default';
|
|
7964
8137
|
}, devices.mobile);
|
|
@@ -8040,8 +8213,8 @@ var ContentSummary = function ContentSummary(_ref) {
|
|
|
8040
8213
|
}), link.text)));
|
|
8041
8214
|
};
|
|
8042
8215
|
|
|
8043
|
-
var _templateObject$
|
|
8044
|
-
var EditorialGrid = /*#__PURE__*/styled.div(_templateObject$
|
|
8216
|
+
var _templateObject$W, _templateObject2$D, _templateObject3$u, _templateObject4$n, _templateObject5$i;
|
|
8217
|
+
var EditorialGrid = /*#__PURE__*/styled.div(_templateObject$W || (_templateObject$W = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: repeat(12, minmax(0, 1fr));\n gap: var(--grid-column-gap);\n grid-template-areas: ", ";\n\n @media ", " {\n & {\n display: grid;\n grid-template-columns: 100%;\n grid-template-rows: min-content 24px min-content;\n grid-template-areas:\n 'row1'\n '.'\n 'row2';\n }\n }\n"])), function (_ref) {
|
|
8045
8218
|
var imageToLeft = _ref.imageToLeft;
|
|
8046
8219
|
return imageToLeft ? "'left left left left left . right right right right right right'" : "'left left left left left left . right right right right right'";
|
|
8047
8220
|
}, devices.mobile);
|
|
@@ -8085,8 +8258,8 @@ var Editorial = function Editorial(_ref) {
|
|
|
8085
8258
|
})))));
|
|
8086
8259
|
};
|
|
8087
8260
|
|
|
8088
|
-
var _templateObject$
|
|
8089
|
-
var InfoContent = /*#__PURE__*/styled('div')(_templateObject$
|
|
8261
|
+
var _templateObject$X, _templateObject2$E, _templateObject3$v, _templateObject4$o, _templateObject5$j;
|
|
8262
|
+
var InfoContent = /*#__PURE__*/styled('div')(_templateObject$X || (_templateObject$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n -webkit-letter-spacing: var(--letter-spacing-altHeader-6);\n -moz-letter-spacing: var(--letter-spacing-altHeader-6);\n -ms-letter-spacing: var(--letter-spacing-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n word-break: var(--word-break-altHeader);\n"])));
|
|
8090
8263
|
var InfoTitle = /*#__PURE__*/styled('div')(_templateObject2$E || (_templateObject2$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n * {\n margin-block: 0;\n }\n"])));
|
|
8091
8264
|
var InfoCTAWrapper = /*#__PURE__*/styled('div')(_templateObject3$v || (_templateObject3$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 32px 0;\n\n ", "}\n"])), function (props) {
|
|
8092
8265
|
if (!props.infoThemed) {
|
|
@@ -8223,8 +8396,8 @@ var Information = function Information(_ref) {
|
|
|
8223
8396
|
}))));
|
|
8224
8397
|
};
|
|
8225
8398
|
|
|
8226
|
-
var _templateObject$
|
|
8227
|
-
var PageHeadingWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
8399
|
+
var _templateObject$Y, _templateObject2$F, _templateObject3$w, _templateObject4$p, _templateObject5$k, _templateObject6$f, _templateObject7$9, _templateObject8$7;
|
|
8400
|
+
var PageHeadingWrapper = /*#__PURE__*/styled.div(_templateObject$Y || (_templateObject$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 80px;\n background-color: ", ";\n color: var(--base-color-white);\n\n ", ";\n\n // remove spacing above/below for all semantic levels of the title\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n padding-bottom: 0;\n }\n"])), function (_ref) {
|
|
8228
8401
|
var theme = _ref.theme;
|
|
8229
8402
|
return theme.colors.primary;
|
|
8230
8403
|
}, function (_ref2) {
|
|
@@ -8245,6 +8418,8 @@ var LogoWrapper$1 = /*#__PURE__*/styled.div(_templateObject6$f || (_templateObje
|
|
|
8245
8418
|
var ButtonWrapper$1 = /*#__PURE__*/styled.div(_templateObject7$9 || (_templateObject7$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: button;\n justify-self: end;\n align-self: end;\n\n @media ", " {\n & {\n justify-self: center;\n align-self: center;\n width: 100%;\n margin-top: 16px;\n }\n }\n"])), devices.mobile);
|
|
8246
8419
|
var PageHeadingText = /*#__PURE__*/styled.div(_templateObject8$7 || (_templateObject8$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-family: var(--font-family-altHeader);\n text-transform: var(--text-transform-altHeader);\n word-break: var(--word-break-altHeader);\n"])));
|
|
8247
8420
|
|
|
8421
|
+
var _excluded$g = ["text"];
|
|
8422
|
+
|
|
8248
8423
|
var PageHeading = function PageHeading(_ref) {
|
|
8249
8424
|
var title = _ref.title,
|
|
8250
8425
|
text = _ref.text,
|
|
@@ -8261,7 +8436,7 @@ var PageHeading = function PageHeading(_ref) {
|
|
|
8261
8436
|
|
|
8262
8437
|
var _ref2 = link || {},
|
|
8263
8438
|
linkText = _ref2.text,
|
|
8264
|
-
restLink = _objectWithoutPropertiesLoose(_ref2,
|
|
8439
|
+
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$g);
|
|
8265
8440
|
|
|
8266
8441
|
var truncatedText = text == null ? void 0 : text.substring(0, copyCharLimit);
|
|
8267
8442
|
var truncatedTitle = title && title.substring(0, titleCharLimit);
|
|
@@ -8290,9 +8465,11 @@ var PageHeading = function PageHeading(_ref) {
|
|
|
8290
8465
|
}, /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, restLink), linkText)) : null));
|
|
8291
8466
|
};
|
|
8292
8467
|
|
|
8468
|
+
var _excluded$h = ["link"];
|
|
8469
|
+
|
|
8293
8470
|
var PageHeadingCore = function PageHeadingCore(_ref) {
|
|
8294
8471
|
var link = _ref.link,
|
|
8295
|
-
rest = _objectWithoutPropertiesLoose(_ref,
|
|
8472
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$h);
|
|
8296
8473
|
|
|
8297
8474
|
var coreLink = link && _extends({}, link, {
|
|
8298
8475
|
color: Colors.White,
|
|
@@ -8306,9 +8483,11 @@ var PageHeadingCore = function PageHeadingCore(_ref) {
|
|
|
8306
8483
|
})));
|
|
8307
8484
|
};
|
|
8308
8485
|
|
|
8486
|
+
var _excluded$i = ["link"];
|
|
8487
|
+
|
|
8309
8488
|
var PageHeadingCinema = function PageHeadingCinema(_ref) {
|
|
8310
8489
|
var link = _ref.link,
|
|
8311
|
-
rest = _objectWithoutPropertiesLoose(_ref,
|
|
8490
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$i);
|
|
8312
8491
|
|
|
8313
8492
|
var cinemaLink = link && _extends({}, link, {
|
|
8314
8493
|
color: Colors.Black,
|
|
@@ -8324,8 +8503,8 @@ var PageHeadingCinema = function PageHeadingCinema(_ref) {
|
|
|
8324
8503
|
})));
|
|
8325
8504
|
};
|
|
8326
8505
|
|
|
8327
|
-
var _templateObject$
|
|
8328
|
-
var ImpactWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
8506
|
+
var _templateObject$Z, _templateObject2$G, _templateObject3$x, _templateObject4$q, _templateObject5$l, _templateObject6$g, _templateObject7$a, _templateObject8$8;
|
|
8507
|
+
var ImpactWrapper = /*#__PURE__*/styled.div(_templateObject$Z || (_templateObject$Z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n aspect-ratio: 16 / 9;\n @supports not (aspect-ratio: 16 / 9) {\n height: 56.25vw;\n }\n\n position: relative;\n display: flex;\n background: var(--base-color-black);\n\n @media ", " {\n aspect-ratio: 1 / 1;\n @supports not (aspect-ratio: 1 / 1) {\n height: 100vw;\n }\n }\n"])), devices.mobile);
|
|
8329
8508
|
var ImpactHeaderImageWrapper = /*#__PURE__*/styled.div(_templateObject2$G || (_templateObject2$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n overflow: hidden;\n aspect-ratio: 16 / 9;\n @supports not (aspect-ratio: 16 / 9) {\n height: 56.25vw;\n }\n\n img {\n width: 100%;\n filter: brightness(0.7);\n opacity: 0.95;\n }\n\n @media ", " {\n height: fit-content;\n aspect-ratio: 1 / 1;\n @supports not (aspect-ratio: 1 / 1) {\n height: 100vw;\n }\n\n img {\n height: 100%;\n object-fit: cover;\n }\n }\n"])), devices.mobile);
|
|
8330
8509
|
var ImpactGrid = /*#__PURE__*/styled(Grid)(_templateObject3$x || (_templateObject3$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n align-self: center;\n width: 100%;\n z-index: ", ";\n gap: 0 var(--grid-column-gap);\n grid-template-rows: min-content min-content min-content;\n grid-template-areas:\n '. . . . . logo logo logo logo logo logo . . . . .'\n '. . . text text text text text text text text text text . . .'\n '. . . button button button button button button button button button button . . .';\n\n @media ", " {\n & {\n height: 100%;\n grid-template-rows: 1fr max-content 1fr;\n grid-template-areas:\n '. . . logo logo logo logo logo logo logo logo . . .'\n '. text text text text text text text text text text text text .'\n '. button button button button button button button button button button button button .';\n }\n }\n\n @media ", " {\n align-content: center;\n\n & {\n grid-template-areas:\n '. . . logo logo logo logo logo logo logo logo . . .'\n '. . text text text text text text text text text text . .'\n '. . button button button button button button button button button button . .';\n }\n }\n"])), zIndexes.contentOverlay, devices.mobile, devices.tablet);
|
|
8331
8510
|
var SponsorWrapper = /*#__PURE__*/styled.div(_templateObject4$q || (_templateObject4$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 20px;\n right: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @media ", " {\n & {\n right: var(--grid-margin);\n }\n }\n"])), zIndexes.sponsorship, devices.mobileAndTablet);
|
|
@@ -8334,6 +8513,8 @@ var TextWrapper$1 = /*#__PURE__*/styled.div(_templateObject6$g || (_templateObje
|
|
|
8334
8513
|
var ButtonWrapper$2 = /*#__PURE__*/styled.div(_templateObject7$a || (_templateObject7$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: button;\n align-self: end;\n display: flex;\n justify-content: center;\n margin-top: 40px;\n\n @media ", " {\n & {\n margin-top: 0px;\n margin-bottom: 20px;\n }\n }\n"])), devices.mobile);
|
|
8335
8514
|
var ScrollDownWrapper = /*#__PURE__*/styled.div(_templateObject8$8 || (_templateObject8$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 20px;\n left: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @keyframes UpDown {\n 0%,\n 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(8px);\n }\n }\n\n a {\n font-size: var(--font-size-overline-1);\n font-weight: var(--font-weight-overline-1);\n letter-spacing: var(--letter-spacing-overline-1);\n border: none;\n padding: 0;\n :hover {\n border: none;\n\n > span {\n animation: UpDown 1500ms linear infinite;\n }\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), zIndexes.contentOverlay, devices.mobile, devices.tablet);
|
|
8336
8515
|
|
|
8516
|
+
var _excluded$j = ["text"];
|
|
8517
|
+
|
|
8337
8518
|
var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
8338
8519
|
var children = _ref.children,
|
|
8339
8520
|
text = _ref.text,
|
|
@@ -8352,7 +8533,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
8352
8533
|
|
|
8353
8534
|
var _ref2 = link || {},
|
|
8354
8535
|
linkText = _ref2.text,
|
|
8355
|
-
restLink = _objectWithoutPropertiesLoose(_ref2,
|
|
8536
|
+
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$j);
|
|
8356
8537
|
|
|
8357
8538
|
return /*#__PURE__*/React__default.createElement(ImpactWrapper, {
|
|
8358
8539
|
bgUrlDesktop: bgUrlDesktop,
|
|
@@ -8398,8 +8579,8 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
8398
8579
|
}, "Scroll Down")) : null);
|
|
8399
8580
|
};
|
|
8400
8581
|
|
|
8401
|
-
var _templateObject$
|
|
8402
|
-
var PanelGrid = /*#__PURE__*/styled(Grid)(_templateObject$
|
|
8582
|
+
var _templateObject$_, _templateObject2$H, _templateObject3$y, _templateObject4$r, _templateObject5$m;
|
|
8583
|
+
var PanelGrid = /*#__PURE__*/styled(Grid)(_templateObject$_ || (_templateObject$_ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: 0 var(--grid-column-gap);\n\n ", "\n\n @media ", " {\n grid-template-rows: 48px max-content max-content;\n }\n"])), function (_ref) {
|
|
8403
8584
|
var color = _ref.color;
|
|
8404
8585
|
return "\n background-color: " + (color ? "var(--base-color-" + color + ")" : 'var(--base-color-core)') + ";\n color: " + (color === Colors.White ? 'var(--base-color-black)' : 'var(--base-color-white)') + ";\n ";
|
|
8405
8586
|
}, devices.mobileAndTablet);
|
|
@@ -8443,12 +8624,14 @@ var PageHeadingPanel = function PageHeadingPanel(_ref) {
|
|
|
8443
8624
|
}))));
|
|
8444
8625
|
};
|
|
8445
8626
|
|
|
8446
|
-
var _templateObject
|
|
8447
|
-
var StreamWrapper = /*#__PURE__*/styled.div(_templateObject
|
|
8627
|
+
var _templateObject$$;
|
|
8628
|
+
var StreamWrapper = /*#__PURE__*/styled.div(_templateObject$$ || (_templateObject$$ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h2::selection,\n div::selection {\n color: #1866dc;\n background-color: #fff;\n }\n"])));
|
|
8629
|
+
|
|
8630
|
+
var _excluded$k = ["link"];
|
|
8448
8631
|
|
|
8449
8632
|
var PageHeadingStream = function PageHeadingStream(_ref) {
|
|
8450
8633
|
var link = _ref.link,
|
|
8451
|
-
rest = _objectWithoutPropertiesLoose(_ref,
|
|
8634
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$k);
|
|
8452
8635
|
|
|
8453
8636
|
var streamLink = link && _extends({}, link, {
|
|
8454
8637
|
color: Colors.Black,
|
|
@@ -8464,8 +8647,8 @@ var PageHeadingStream = function PageHeadingStream(_ref) {
|
|
|
8464
8647
|
}))));
|
|
8465
8648
|
};
|
|
8466
8649
|
|
|
8467
|
-
var _templateObject
|
|
8468
|
-
var BrandingTextBlock = /*#__PURE__*/styled.div(_templateObject
|
|
8650
|
+
var _templateObject$10, _templateObject2$I, _templateObject3$z, _templateObject5$n, _templateObject6$h, _templateObject7$b, _templateObject8$9, _templateObject9$4, _templateObject10$4;
|
|
8651
|
+
var BrandingTextBlock = /*#__PURE__*/styled.div(_templateObject$10 || (_templateObject$10 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-body-2);\n font-family: var(--font-family-header);\n text-transform: uppercase;\n margin: 0;\n white-space: nowrap;\n @media screen and (max-width: 920px) {\n white-space: normal;\n }\n @media ", " {\n white-space: nowrap;\n }\n"])), devices.mobile);
|
|
8469
8652
|
var BrandingTextBody = /*#__PURE__*/styled.div(_templateObject2$I || (_templateObject2$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-size: var(--font-size-heading-6);\n line-height: var(--line-height-heading-6);\n"])));
|
|
8470
8653
|
var ComapctHeaderWrapper = /*#__PURE__*/styled.div(_templateObject3$z || (_templateObject3$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n display: block;\n"])));
|
|
8471
8654
|
var CompactHeaderAssetWrapper = /*#__PURE__*/styled.div(_templateObject5$n || (_templateObject5$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 37.5vw;\n width: 100%;\n position: relative;\n overflow: hidden;\n background-color: #000;\n img {\n position: relative;\n height: 100%;\n width: 100%;\n object-fit: cover;\n }\n video {\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n object-fit: contain;\n @media ", " {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n margin: auto;\n height: auto;\n max-height: 100vh;\n width: 100%;\n object-fit: contain;\n }\n }\n @media ", " {\n height: 85vw;\n max-height: 100vh;\n }\n"])), devices.mobile, devices.mobile);
|
|
@@ -8595,7 +8778,7 @@ var CompactHeaderBranding = function CompactHeaderBranding(_ref) {
|
|
|
8595
8778
|
var isIOS = function isIOS() {
|
|
8596
8779
|
try {
|
|
8597
8780
|
console.warn('Do not use this on server side rendering, it may throw an error.');
|
|
8598
|
-
if (typeof navigator === undefined) return false;
|
|
8781
|
+
if (typeof navigator === 'undefined') return false;
|
|
8599
8782
|
return ['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].includes(navigator.platform) || // iPad on iOS 13 detection
|
|
8600
8783
|
navigator.userAgent.includes('Mac') && 'ontouchend' in document;
|
|
8601
8784
|
} catch (e) {
|
|
@@ -8611,7 +8794,7 @@ var useIOS = function useIOS() {
|
|
|
8611
8794
|
setIOS = _useState[1];
|
|
8612
8795
|
|
|
8613
8796
|
useEffect(function () {
|
|
8614
|
-
if (typeof navigator === undefined) return;
|
|
8797
|
+
if (typeof navigator === 'undefined') return;
|
|
8615
8798
|
setIOS(isIOS());
|
|
8616
8799
|
}, []);
|
|
8617
8800
|
return IOS;
|
|
@@ -8638,7 +8821,12 @@ var useMobile = function useMobile() {
|
|
|
8638
8821
|
setMobile(isMobile());
|
|
8639
8822
|
}, []);
|
|
8640
8823
|
return mobile;
|
|
8641
|
-
};
|
|
8824
|
+
}; // Detect mobile or tablet helper function:
|
|
8825
|
+
// export const isMobileOrTablet = () => {
|
|
8826
|
+
// return typeof window !== 'undefined' && window.matchMedia('(max-width: 1024px)').matches;
|
|
8827
|
+
// };
|
|
8828
|
+
|
|
8829
|
+
var _excluded$l = ["text"];
|
|
8642
8830
|
|
|
8643
8831
|
var useResponsiveVideo = function useResponsiveVideo(video, poster) {
|
|
8644
8832
|
var mobileVideo = video.mobile || video.desktop;
|
|
@@ -8758,7 +8946,7 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
8758
8946
|
|
|
8759
8947
|
var _ref5 = link || {},
|
|
8760
8948
|
linkText = _ref5.text,
|
|
8761
|
-
restLink = _objectWithoutPropertiesLoose(_ref5,
|
|
8949
|
+
restLink = _objectWithoutPropertiesLoose(_ref5, _excluded$l);
|
|
8762
8950
|
|
|
8763
8951
|
var titleSize = title && title.length > 20 ? 4 : 3;
|
|
8764
8952
|
var video = {
|
|
@@ -8797,8 +8985,8 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
8797
8985
|
}), linkText))));
|
|
8798
8986
|
};
|
|
8799
8987
|
|
|
8800
|
-
var _templateObject$
|
|
8801
|
-
var MorePages = /*#__PURE__*/styled.span(_templateObject$
|
|
8988
|
+
var _templateObject$11, _templateObject2$J, _templateObject3$A, _templateObject4$s;
|
|
8989
|
+
var MorePages = /*#__PURE__*/styled.span(_templateObject$11 || (_templateObject$11 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: not-allowed;\n pointer-events: none;\n"])));
|
|
8802
8990
|
var PageNumberWrapper = /*#__PURE__*/styled.ol(_templateObject2$J || (_templateObject2$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: center;\n margin-top: 40px;\n margin-bottom: 40px;\n flex-wrap: nowrap;\n flex-direction: row;\n list-style: none;\n padding: 0;\n max-width: fit-content;\n margin: auto;\n li {\n font-size: var(--font-size-subtitle-1);\n font-weight: var(--font-weight-body-1);\n line-height: var(--line-height-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n margin-left: 16px;\n color: var(--base-color-dark-grey);\n display: flex;\n align-items: center;\n border-bottom: 1px solid rgba(0, 0, 0, 0);\n }\n"]))); // PageNumber extends bodyText but uses subtitle-1 font size
|
|
8803
8991
|
|
|
8804
8992
|
var PageNumber = /*#__PURE__*/styled.a(_templateObject3$A || (_templateObject3$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: inherit;\n margin: 0;\n border-bottom: 1px solid transparent;\n line-height: var(--base-line-height);\n text-decoration: none;\n font-family: var(--font-family-body-1);\n :hover {\n color: var(--base-color-core);\n border-bottom: 1px solid var(--base-color-core);\n svg > path {\n fill: var(--base-color-core);\n }\n }\n /* active state - string used because react returns error for bool */\n ", "\n"])), function (_ref) {
|
|
@@ -8874,8 +9062,8 @@ var Pagination = function Pagination(_ref) {
|
|
|
8874
9062
|
}))));
|
|
8875
9063
|
};
|
|
8876
9064
|
|
|
8877
|
-
var _templateObject$
|
|
8878
|
-
var PeopleListingGrid = /*#__PURE__*/styled(Grid)(_templateObject$
|
|
9065
|
+
var _templateObject$12, _templateObject2$K, _templateObject3$B, _templateObject4$t, _templateObject5$o, _templateObject6$i, _templateObject7$c;
|
|
9066
|
+
var PeopleListingGrid = /*#__PURE__*/styled(Grid)(_templateObject$12 || (_templateObject$12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: var(--line-height-people-listing-gap) var(--grid-column-gap);\n\n p {\n margin: 0;\n }\n\n grid-template-columns: 1fr 1fr 1fr;\n\n @media ", " {\n grid-template-columns: 1fr;\n }\n\n @media ", " {\n grid-template-columns: 1fr 1fr;\n }\n\n @media ", " {\n grid-template-columns: 1fr 1fr 1fr 1fr;\n }\n"])), devices.mobile, devices.tablet, devices.largeDesktop);
|
|
8879
9067
|
var PersonWrapper = /*#__PURE__*/styled.div(_templateObject2$K || (_templateObject2$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: 60px 1fr;\n grid-template-areas: 'headshot role-person';\n grid-column-gap: 10px;\n"])));
|
|
8880
9068
|
var HeadshotWrapper = /*#__PURE__*/styled.div(_templateObject3$B || (_templateObject3$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: headshot;\n img {\n width: 60px;\n height: 60px;\n }\n"])));
|
|
8881
9069
|
var RoleWrapper = /*#__PURE__*/styled.div(_templateObject4$t || (_templateObject4$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n overflow-wrap: break-word;\n margin-bottom: 4px;\n"])));
|
|
@@ -8936,14 +9124,14 @@ var PeopleListing = function PeopleListing(_ref) {
|
|
|
8936
9124
|
}));
|
|
8937
9125
|
};
|
|
8938
9126
|
|
|
8939
|
-
var _templateObject$
|
|
8940
|
-
var ReplacementWrapper$1 = /*#__PURE__*/styled.div(_templateObject$
|
|
9127
|
+
var _templateObject$13, _templateObject2$L, _templateObject3$C, _templateObject4$u;
|
|
9128
|
+
var ReplacementWrapper$1 = /*#__PURE__*/styled.div(_templateObject$13 || (_templateObject$13 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n"])));
|
|
8941
9129
|
var CreditListingWrapper = /*#__PURE__*/styled(PeopleListingGrid)(_templateObject2$L || (_templateObject2$L = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n p {\n line-height: 1.5;\n }\n\n grid-template-columns: ", ";\n\n @media ", " {\n grid-template-columns: 1fr;\n }\n\n @media ", " {\n grid-template-columns: repeat(2, 1fr);\n }\n"])), function (_ref) {
|
|
8942
9130
|
var columnCount = _ref.columnCount;
|
|
8943
9131
|
return "repeat(" + columnCount + ", 1fr)";
|
|
8944
9132
|
}, devices.mobile, devices.tablet);
|
|
8945
|
-
var DescriptionWrapper = /*#__PURE__*/styled.div(_templateObject3$C || (_templateObject3$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n p {\n line-height:
|
|
8946
|
-
var RoleWrapper$1 = /*#__PURE__*/styled.div(_templateObject4$u || (_templateObject4$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n overflow-wrap: break-word;\n
|
|
9133
|
+
var DescriptionWrapper = /*#__PURE__*/styled.div(_templateObject3$C || (_templateObject3$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n p {\n line-height: 1.5;\n margin-bottom: 4px;\n }\n"])));
|
|
9134
|
+
var RoleWrapper$1 = /*#__PURE__*/styled.div(_templateObject4$u || (_templateObject4$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n overflow-wrap: break-word;\n"])));
|
|
8947
9135
|
|
|
8948
9136
|
var getConcatenatedPropLength = function getConcatenatedPropLength(array, prop) {
|
|
8949
9137
|
return array.reduce(function (acc, item) {
|
|
@@ -8954,12 +9142,18 @@ var getConcatenatedPropLength = function getConcatenatedPropLength(array, prop)
|
|
|
8954
9142
|
var concatenateMusicTitle = function concatenateMusicTitle(musicTitle) {
|
|
8955
9143
|
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, musicTitle.map(function (title, index) {
|
|
8956
9144
|
if (musicTitle.length > 1 && index === musicTitle.length - 1) {
|
|
8957
|
-
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, ' ', "and ", /*#__PURE__*/React__default.createElement("i",
|
|
9145
|
+
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, ' ', "and ", /*#__PURE__*/React__default.createElement("i", {
|
|
9146
|
+
key: index
|
|
9147
|
+
}, title));
|
|
8958
9148
|
} else if (index > 0) {
|
|
8959
|
-
return /*#__PURE__*/React__default.createElement("i",
|
|
9149
|
+
return /*#__PURE__*/React__default.createElement("i", {
|
|
9150
|
+
key: index
|
|
9151
|
+
}, ", ", title);
|
|
8960
9152
|
}
|
|
8961
9153
|
|
|
8962
|
-
return /*#__PURE__*/React__default.createElement("i",
|
|
9154
|
+
return /*#__PURE__*/React__default.createElement("i", {
|
|
9155
|
+
key: index
|
|
9156
|
+
}, title);
|
|
8963
9157
|
}));
|
|
8964
9158
|
};
|
|
8965
9159
|
|
|
@@ -9016,14 +9210,14 @@ var CreditListing = function CreditListing(_ref) {
|
|
|
9016
9210
|
}));
|
|
9017
9211
|
};
|
|
9018
9212
|
|
|
9019
|
-
var _templateObject$
|
|
9213
|
+
var _templateObject$14, _templateObject2$M, _templateObject3$D, _templateObject4$v, _templateObject5$p, _templateObject6$j, _templateObject7$d, _templateObject8$a, _templateObject9$5, _templateObject10$5, _templateObject11$2, _templateObject12$1, _templateObject13$1, _templateObject14$1, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21;
|
|
9020
9214
|
var LENGTH_TEXT = 28;
|
|
9021
9215
|
var LENGTH_TEXT_TABLET$1 = 12;
|
|
9022
9216
|
var GridTemplateImageToLeft = "'left left left left left left left left . right right right right right . .'";
|
|
9023
9217
|
var GridTemplateImageToRight = "'. . left left left left left . right right right right right right right right'";
|
|
9024
9218
|
var GridTemplateAsCard = "'. . left left left left left right right right right right right right . . '";
|
|
9025
9219
|
var GridTemplateAsCardTablet = "'. . left left left left left left left right right right right right . . '";
|
|
9026
|
-
var PromoWithTagsGrid = /*#__PURE__*/styled(Grid)(_templateObject$
|
|
9220
|
+
var PromoWithTagsGrid = /*#__PURE__*/styled(Grid)(_templateObject$14 || (_templateObject$14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-template-areas: ", ";\n\n @media ", " {\n & {\n grid-template-areas: ", ";\n }\n }\n\n @media ", " {\n & {\n grid-template-columns: var(--grid-margin) minmax(0, 1fr) var(--grid-margin);\n grid-template-rows: min-content 24px min-content;\n gap: 0;\n grid-template-areas:\n 'row1 row1 row1'\n '. . .'\n '. row2 .';\n }\n }\n\n /* Overwrite template for card */\n ", "\n"])), function (_ref) {
|
|
9027
9221
|
var imageToLeft = _ref.imageToLeft;
|
|
9028
9222
|
return imageToLeft ? GridTemplateImageToLeft : GridTemplateImageToRight;
|
|
9029
9223
|
}, devices.tablet, function (_ref2) {
|
|
@@ -9105,6 +9299,10 @@ var PromoWithTagsContainer = /*#__PURE__*/styled.div(_templateObject19 || (_temp
|
|
|
9105
9299
|
var TimerWrapper$1 = /*#__PURE__*/styled.div(_templateObject20 || (_templateObject20 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n"])));
|
|
9106
9300
|
var EndDateText = /*#__PURE__*/styled.div(_templateObject21 || (_templateObject21 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: 1px solid var(--base-color-black);\n padding-bottom: 32px;\n margin-bottom: 32px;\n\n @media ", " {\n padding-bottom: 20px;\n margin-bottom: 20px;\n }\n"])), devices.mobile);
|
|
9107
9301
|
|
|
9302
|
+
var _excluded$m = ["text"],
|
|
9303
|
+
_excluded2$2 = ["text"],
|
|
9304
|
+
_excluded3 = ["text"];
|
|
9305
|
+
|
|
9108
9306
|
var _buttonTypeToButton$1;
|
|
9109
9307
|
var LENGTH_TEXT$1 = 28;
|
|
9110
9308
|
var LENGTH_TEXT_PARAGRAPH = 130;
|
|
@@ -9175,7 +9373,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
9175
9373
|
var _ref2 = firstButton || {},
|
|
9176
9374
|
_ref2$text = _ref2.text,
|
|
9177
9375
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
9178
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2,
|
|
9376
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$m);
|
|
9179
9377
|
|
|
9180
9378
|
var primaryButtonTextTruncate = truncate(firstButtonText, LENGTH_TEXT$1);
|
|
9181
9379
|
var secondButton = links == null ? void 0 : links[1];
|
|
@@ -9183,7 +9381,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
9183
9381
|
var _ref3 = secondButton || {},
|
|
9184
9382
|
_ref3$text = _ref3.text,
|
|
9185
9383
|
secondButtonText = _ref3$text === void 0 ? '' : _ref3$text,
|
|
9186
|
-
restSecondButton = _objectWithoutPropertiesLoose(_ref3,
|
|
9384
|
+
restSecondButton = _objectWithoutPropertiesLoose(_ref3, _excluded2$2);
|
|
9187
9385
|
|
|
9188
9386
|
var secondButtonTextTruncate = truncate(secondButtonText, LENGTH_TEXT$1);
|
|
9189
9387
|
var textTruncate = asCard ? truncate(text || '', LENGTH_TEXT_PARAGRAPH) : text;
|
|
@@ -9192,7 +9390,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
9192
9390
|
var textLinkItems = textLinks ? textLinks.map(function (link, index) {
|
|
9193
9391
|
var _link$text = link.text,
|
|
9194
9392
|
textLinkText = _link$text === void 0 ? '' : _link$text,
|
|
9195
|
-
restTextLink = _objectWithoutPropertiesLoose(link,
|
|
9393
|
+
restTextLink = _objectWithoutPropertiesLoose(link, _excluded3);
|
|
9196
9394
|
|
|
9197
9395
|
return /*#__PURE__*/React__default.createElement(TextLinkWrapper$2, {
|
|
9198
9396
|
key: index
|
|
@@ -9294,10 +9492,10 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
9294
9492
|
}))));
|
|
9295
9493
|
};
|
|
9296
9494
|
|
|
9297
|
-
var _templateObject$
|
|
9495
|
+
var _templateObject$15, _templateObject2$N, _templateObject3$E, _templateObject4$w, _templateObject5$q, _templateObject6$k, _templateObject7$e;
|
|
9298
9496
|
var LENGTH_TEXT$2 = 28;
|
|
9299
9497
|
var LENGTH_TEXT_TABLET$2 = 10;
|
|
9300
|
-
var PromoWithTitleGrid = /*#__PURE__*/styled(Grid)(_templateObject$
|
|
9498
|
+
var PromoWithTitleGrid = /*#__PURE__*/styled(Grid)(_templateObject$15 || (_templateObject$15 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-template-areas: ", ";\n\n @media ", " {\n & {\n grid-template-areas: ", ";\n }\n }\n\n @media ", " {\n & {\n grid-template-columns: var(--grid-margin) minmax(0, 1fr) var(--grid-margin);\n grid-template-rows: min-content 24px min-content;\n gap: 0;\n grid-template-areas:\n 'row1 row1 row1'\n '. . .'\n '. row2 .';\n }\n }\n"])), function (_ref) {
|
|
9301
9499
|
var imageToLeft = _ref.imageToLeft;
|
|
9302
9500
|
return imageToLeft ? "'left left left left left left left left . right right right right right . .'" : "'. . left left left left left . right right right right right right right right'";
|
|
9303
9501
|
}, devices.tablet, function (_ref2) {
|
|
@@ -9350,8 +9548,8 @@ var ButtonsContainer$3 = /*#__PURE__*/styled.div(_templateObject7$e || (_templat
|
|
|
9350
9548
|
return '';
|
|
9351
9549
|
});
|
|
9352
9550
|
|
|
9353
|
-
var _templateObject$
|
|
9354
|
-
var VideoContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
9551
|
+
var _templateObject$16;
|
|
9552
|
+
var VideoContainer = /*#__PURE__*/styled.div(_templateObject$16 || (_templateObject$16 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n aspect-ratio: ", ";\n\n @supports not (aspect-ratio: ", ") {\n width: 100%;\n padding-top: ", "%;\n }\n\n video {\n display: block;\n width: 100%;\n height: 100%;\n object-fit: cover;\n\n @supports not (aspect-ratio: ", ") {\n position: absolute;\n top: 0;\n left: 0;\n }\n }\n"])), function (_ref) {
|
|
9355
9553
|
var _ref$aspectRatio = _ref.aspectRatio,
|
|
9356
9554
|
aspectRatio = _ref$aspectRatio === void 0 ? AspectRatio['1:1'] : _ref$aspectRatio;
|
|
9357
9555
|
return aspectRatio;
|
|
@@ -9487,6 +9685,8 @@ var PromoChild = function PromoChild(_ref) {
|
|
|
9487
9685
|
}));
|
|
9488
9686
|
};
|
|
9489
9687
|
|
|
9688
|
+
var _excluded$n = ["text"],
|
|
9689
|
+
_excluded2$3 = ["text"];
|
|
9490
9690
|
var LENGTH_TEXT$3 = 28;
|
|
9491
9691
|
|
|
9492
9692
|
var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
@@ -9514,7 +9714,7 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
|
9514
9714
|
var _ref2 = primaryButton || {},
|
|
9515
9715
|
_ref2$text = _ref2.text,
|
|
9516
9716
|
primaryButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
9517
|
-
restPrimaryButton = _objectWithoutPropertiesLoose(_ref2,
|
|
9717
|
+
restPrimaryButton = _objectWithoutPropertiesLoose(_ref2, _excluded$n);
|
|
9518
9718
|
|
|
9519
9719
|
var primaryButtonTextTruncate = truncate(primaryButtonText, LENGTH_TEXT$3);
|
|
9520
9720
|
var tertiaryButton = links == null ? void 0 : links[1];
|
|
@@ -9522,7 +9722,7 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
|
9522
9722
|
var _ref3 = tertiaryButton || {},
|
|
9523
9723
|
_ref3$text = _ref3.text,
|
|
9524
9724
|
tertiaryButtonText = _ref3$text === void 0 ? '' : _ref3$text,
|
|
9525
|
-
restTertiaryButton = _objectWithoutPropertiesLoose(_ref3,
|
|
9725
|
+
restTertiaryButton = _objectWithoutPropertiesLoose(_ref3, _excluded2$3);
|
|
9526
9726
|
|
|
9527
9727
|
var tertiaryButtonTextTruncate = truncate(tertiaryButtonText, LENGTH_TEXT$3);
|
|
9528
9728
|
var defaultVideoSettings = {
|
|
@@ -9555,8 +9755,8 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
|
9555
9755
|
}, primaryButton ? /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, restPrimaryButton), primaryButtonTextTruncate) : null, tertiaryButton ? /*#__PURE__*/React__default.createElement(Button$1, Object.assign({}, restTertiaryButton), tertiaryButtonTextTruncate) : null) : null));
|
|
9556
9756
|
};
|
|
9557
9757
|
|
|
9558
|
-
var _templateObject$
|
|
9559
|
-
var RadioGroupContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
9758
|
+
var _templateObject$17;
|
|
9759
|
+
var RadioGroupContainer = /*#__PURE__*/styled.div(_templateObject$17 || (_templateObject$17 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 30px;\n"])));
|
|
9560
9760
|
|
|
9561
9761
|
/**
|
|
9562
9762
|
* DEPRECATED. Use RadioGroup2 instead
|
|
@@ -9614,8 +9814,8 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
9614
9814
|
})));
|
|
9615
9815
|
};
|
|
9616
9816
|
|
|
9617
|
-
var _templateObject$
|
|
9618
|
-
var Container$3 = /*#__PURE__*/styled.div(_templateObject$
|
|
9817
|
+
var _templateObject$18, _templateObject2$O, _templateObject3$F;
|
|
9818
|
+
var Container$3 = /*#__PURE__*/styled.div(_templateObject$18 || (_templateObject$18 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9619
9819
|
var RadioGroup$1 = /*#__PURE__*/styled.div(_templateObject2$O || (_templateObject2$O = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: flex-start;\n justify-content: flex-start;\n flex-direction: ", ";\n gap: ", ";\n"])), function (_ref) {
|
|
9620
9820
|
var horizontalMode = _ref.horizontalMode;
|
|
9621
9821
|
if (horizontalMode) return 'row';
|
|
@@ -9704,8 +9904,8 @@ var RadioGroup2 = function RadioGroup2(_ref) {
|
|
|
9704
9904
|
}, error)));
|
|
9705
9905
|
};
|
|
9706
9906
|
|
|
9707
|
-
var _templateObject$
|
|
9708
|
-
var StatusBannerWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
9907
|
+
var _templateObject$19, _templateObject2$P, _templateObject3$G;
|
|
9908
|
+
var StatusBannerWrapper = /*#__PURE__*/styled.div(_templateObject$19 || (_templateObject$19 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 26px 150px;\n display: flex;\n justify-content: space-between;\n background-color: var(--base-color-lightgrey);\n transition: transform 0.3s ease;\n transform-origin: top;\n\n @media ", " {\n padding: 20px 20px;\n }\n\n @media ", " {\n padding: 20px 50px;\n }\n\n &.closing {\n transform: scaleY(0);\n }\n"])), devices.mobile, devices.tablet);
|
|
9709
9909
|
var ContentContainer$3 = /*#__PURE__*/styled.div(_templateObject2$P || (_templateObject2$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.3s ease-in-out;\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n"])));
|
|
9710
9910
|
var SvgContainer$3 = /*#__PURE__*/styled.div(_templateObject3$G || (_templateObject3$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n align-items: end;\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n padding-left: 50px;\n }\n\n cursor: pointer;\n\n @media ", " {\n padding-left: 20px;\n }\n"])), devices.mobile);
|
|
9711
9911
|
|
|
@@ -9769,8 +9969,8 @@ var StatusBanner = function StatusBanner(_ref) {
|
|
|
9769
9969
|
})))));
|
|
9770
9970
|
};
|
|
9771
9971
|
|
|
9772
|
-
var _templateObject$
|
|
9773
|
-
var SectionTitleWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
9972
|
+
var _templateObject$1a;
|
|
9973
|
+
var SectionTitleWrapper = /*#__PURE__*/styled.div(_templateObject$1a || (_templateObject$1a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 30px 0;\n\n & > div {\n row-gap: 0;\n }\n\n & h1,\n & h2 {\n margin: 16px 0;\n white-space: pre-wrap;\n }\n\n @media ", " {\n & h1,\n & h2 {\n margin: 12px 0;\n }\n }\n\n & div {\n font-size: var(--font-size-title-description);\n line-height: var(--line-height-title-description);\n margin-block-start: 0;\n }\n"])), devices.mobile);
|
|
9774
9974
|
|
|
9775
9975
|
var SectionTitle = function SectionTitle(_ref) {
|
|
9776
9976
|
var title = _ref.title,
|
|
@@ -9798,8 +9998,8 @@ var SectionTitle = function SectionTitle(_ref) {
|
|
|
9798
9998
|
}, description))));
|
|
9799
9999
|
};
|
|
9800
10000
|
|
|
9801
|
-
var _templateObject$
|
|
9802
|
-
var stateStyles = /*#__PURE__*/css(_templateObject$
|
|
10001
|
+
var _templateObject$1b, _templateObject2$Q, _templateObject3$H, _templateObject4$x, _templateObject5$r, _templateObject6$l, _templateObject7$f, _templateObject8$b, _templateObject9$6, _templateObject10$6, _templateObject11$3;
|
|
10002
|
+
var stateStyles = /*#__PURE__*/css(_templateObject$1b || (_templateObject$1b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n &:focus,\n &.focus {\n outline: ", ";\n }\n\n &.disabled {\n background-color: ", ";\n color: ", ";\n pointer-events: none;\n cursor: none;\n }\n"])), function (_ref) {
|
|
9803
10003
|
var theme = _ref.theme;
|
|
9804
10004
|
return "3px solid " + theme.colors.lapisLazuli;
|
|
9805
10005
|
}, function (_ref2) {
|
|
@@ -10221,8 +10421,8 @@ function Select(_ref3) {
|
|
|
10221
10421
|
}))), /*#__PURE__*/React__default.createElement(ArrowIcon, null)));
|
|
10222
10422
|
}
|
|
10223
10423
|
|
|
10224
|
-
var _templateObject$
|
|
10225
|
-
var Container$4 = /*#__PURE__*/styled.div(_templateObject$
|
|
10424
|
+
var _templateObject$1c, _templateObject2$R, _templateObject3$I, _templateObject4$y;
|
|
10425
|
+
var Container$4 = /*#__PURE__*/styled.div(_templateObject$1c || (_templateObject$1c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
10226
10426
|
var SelectWrapper$1 = /*#__PURE__*/styled.div(_templateObject2$R || (_templateObject2$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n width: auto;\n max-width: ", ";\n\n .chord-select__control {\n min-height: 48px;\n border-radius: 0;\n transition: none;\n border: ", ";\n &:hover {\n border-color: ", ";\n }\n }\n .chord-select__control--is-focused {\n border-color: var(--base-color-darkgrey);\n box-shadow: ", ";\n }\n .chord-select__control--menu-is-open {\n .chord-select__indicator {\n svg {\n transform: rotate(180deg);\n }\n }\n }\n .chord-select__indicator {\n font-size: 25px;\n padding: 0;\n margin-right: 12px;\n color: var(--base-color-black);\n svg {\n height: 1em;\n width: 1em;\n color: inherit;\n path {\n fill: currentColor;\n color: inherit;\n }\n }\n }\n .chord-select__single-value,\n .chord-select__placeholder {\n margin-left: 0;\n margin-right: 0;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n }\n .chord-select__placeholder {\n color: var(--base-color-darkgrey);\n }\n .chord-select__single-value {\n color: var(--base-color-black);\n }\n .chord-select__value-container {\n padding-left: 20px;\n padding-right: 20px;\n padding-top: 1px;\n padding-bottom: 0px;\n }\n .chord-select--is-disabled {\n .chord-select__control {\n border: 1px solid var(--base-color-lightgrey);\n background: var(--base-color-lightgrey);\n }\n .chord-select__indicator,\n .chord-select__single-value {\n color: var(--base-color-darkgrey);\n }\n }\n .chord-select__menu {\n margin-top: -1px;\n box-shadow: none;\n border-radius: 0;\n border: 1px solid var(--base-color-darkgrey);\n background: var(--base-color-lightgrey);\n }\n .chord-select__menu-list {\n padding-top: 0;\n padding-bottom: 0;\n }\n .chord-select__option {\n padding: 10px 20px;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n color: var(--base-color-black);\n &:active,\n &.chord-select__option--is-focused {\n background: var(--base-color-midgrey);\n }\n }\n .chord-select__option--is-selected {\n color: var(--base-color-black);\n background: none;\n }\n .chord-select__input-container {\n margin: 0;\n padding-top: 0;\n padding-bottom: 0;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n color: var(--base-color-black);\n }\n .chord-select__menu-notice {\n padding: 20px 20px;\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-size: var(--font-size-body-1);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n color: var(--base-color-black);\n text-align: left;\n }\n .chord-select__menu-notice--loading {\n font-style: italic;\n }\n"])), function (_ref) {
|
|
10227
10427
|
var width = _ref.width;
|
|
10228
10428
|
if (!width) return 'none';
|
|
@@ -10251,6 +10451,7 @@ var ErrorLabel$5 = /*#__PURE__*/styled.div(_templateObject4$y || (_templateObjec
|
|
|
10251
10451
|
return "var(--base-color-errorstate)";
|
|
10252
10452
|
});
|
|
10253
10453
|
|
|
10454
|
+
var _excluded$o = ["label", "error", "width", "darkMode", "isSearchable", "components"];
|
|
10254
10455
|
var DropdownIndicator = function DropdownIndicator(props) {
|
|
10255
10456
|
return /*#__PURE__*/React__default.createElement(components.DropdownIndicator, Object.assign({}, props), /*#__PURE__*/React__default.createElement(Icon, {
|
|
10256
10457
|
iconName: "DropdownArrow"
|
|
@@ -10302,7 +10503,7 @@ var SelectComponent = function SelectComponent(_ref2) {
|
|
|
10302
10503
|
_ref2$isSearchable = _ref2.isSearchable,
|
|
10303
10504
|
isSearchable = _ref2$isSearchable === void 0 ? false : _ref2$isSearchable,
|
|
10304
10505
|
components = _ref2.components,
|
|
10305
|
-
selectProps = _objectWithoutPropertiesLoose(_ref2,
|
|
10506
|
+
selectProps = _objectWithoutPropertiesLoose(_ref2, _excluded$o);
|
|
10306
10507
|
|
|
10307
10508
|
return /*#__PURE__*/React__default.createElement(WrapperComponent, {
|
|
10308
10509
|
label: label,
|
|
@@ -10321,6 +10522,7 @@ var SelectComponent = function SelectComponent(_ref2) {
|
|
|
10321
10522
|
})));
|
|
10322
10523
|
};
|
|
10323
10524
|
|
|
10525
|
+
var _excluded$p = ["label", "error", "width", "darkMode", "components"];
|
|
10324
10526
|
/**
|
|
10325
10527
|
* The Select2Async component is similar to Select 2, but uses react-select async
|
|
10326
10528
|
* component for select instead of regular react-select component. This can be used
|
|
@@ -10343,7 +10545,7 @@ var SelectComponent$1 = function SelectComponent(_ref) {
|
|
|
10343
10545
|
_ref$darkMode = _ref.darkMode,
|
|
10344
10546
|
darkMode = _ref$darkMode === void 0 ? false : _ref$darkMode,
|
|
10345
10547
|
components = _ref.components,
|
|
10346
|
-
selectProps = _objectWithoutPropertiesLoose(_ref,
|
|
10548
|
+
selectProps = _objectWithoutPropertiesLoose(_ref, _excluded$p);
|
|
10347
10549
|
|
|
10348
10550
|
return /*#__PURE__*/React__default.createElement(WrapperComponent, {
|
|
10349
10551
|
label: label,
|
|
@@ -10361,8 +10563,8 @@ var SelectComponent$1 = function SelectComponent(_ref) {
|
|
|
10361
10563
|
})));
|
|
10362
10564
|
};
|
|
10363
10565
|
|
|
10364
|
-
var _templateObject$
|
|
10365
|
-
var TextContainer$2 = /*#__PURE__*/styled.div(_templateObject$
|
|
10566
|
+
var _templateObject$1d;
|
|
10567
|
+
var TextContainer$2 = /*#__PURE__*/styled.div(_templateObject$1d || (_templateObject$1d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n\n & h1,\n h2,\n h3,\n h4 {\n font-size: var(--font-size-header-4);\n font-family: var(--font-family-header);\n font-feature-settings: var(--font-feature-settings-header);\n font-weight: var(--font-weight-header-4);\n letter-spacing: var(--letter-spacing-header-4);\n line-height: var(--line-height-header-4);\n text-transform: var(--text-transform-header);\n white-space: break-spaces;\n overflow-wrap: break-word;\n margin: 80px 0 16px;\n\n @media ", " {\n margin-top: 60px;\n }\n\n + p {\n margin-top: 0px;\n }\n }\n\n & h5,\n h6 {\n font-size: var(--font-size-subtitle-1);\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-weight: var(--font-weight-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n white-space: break-spaces;\n overflow-wrap: break-word;\n margin: 80px 0 16px;\n\n @media ", " {\n margin-top: 60px;\n }\n\n + p {\n margin-top: 10px;\n }\n }\n\n & a {\n color: ", ";\n text-decoration: underline;\n cursor: pointer;\n }\n\n p {\n margin: 30px 0;\n }\n\n & em {\n font-family: var(--font-family-body-italics);\n }\n\n & strong {\n font-weight: bold;\n }\n\n & u {\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n }\n\n & ul {\n padding: 0;\n list-style: none;\n margin: 0 0 0 30px;\n\n li {\n text-indent: -20px;\n line-height: var(--line-height-listing);\n }\n }\n\n & ol {\n padding: 0;\n margin: 0 0 0 20px;\n\n li {\n line-height: var(--line-height-listing);\n }\n }\n\n & ul > li:before {\n display: inline-block;\n content: '\u2014';\n width: 0px;\n margin-left: 12px;\n margin-right: 8px;\n }\n"])), devices.mobileAndTablet, devices.mobileAndTablet, function (_ref) {
|
|
10366
10568
|
var theme = _ref.theme;
|
|
10367
10569
|
return theme.colors.primary;
|
|
10368
10570
|
});
|
|
@@ -10390,8 +10592,8 @@ var TextOnly = function TextOnly(_ref) {
|
|
|
10390
10592
|
})));
|
|
10391
10593
|
};
|
|
10392
10594
|
|
|
10393
|
-
var _templateObject$
|
|
10394
|
-
var Wrapper$6 = /*#__PURE__*/styled.div(_templateObject$
|
|
10595
|
+
var _templateObject$1e, _templateObject2$S;
|
|
10596
|
+
var Wrapper$6 = /*#__PURE__*/styled.div(_templateObject$1e || (_templateObject$1e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n height: 100%;\n width: fit-content;\n\n ", " {\n height: calc(100% - 12px - var(--line-height-body-2));\n @supports not (aspect-ratio: ", ") {\n width: ", ";\n }\n }\n"])), ImageAspectRatioWrapper, function (_ref) {
|
|
10395
10597
|
var _ref$aspectRatio = _ref.aspectRatio,
|
|
10396
10598
|
aspectRatio = _ref$aspectRatio === void 0 ? AspectRatio['1:1'] : _ref$aspectRatio;
|
|
10397
10599
|
return aspectRatio;
|
|
@@ -10439,8 +10641,8 @@ var ImageWithCaption = function ImageWithCaption(_ref) {
|
|
|
10439
10641
|
}, children), /*#__PURE__*/React__default.createElement(CaptionWrapper, null, caption));
|
|
10440
10642
|
};
|
|
10441
10643
|
|
|
10442
|
-
var _templateObject$
|
|
10443
|
-
var TextWrapper$3 = /*#__PURE__*/styled.div(_templateObject$
|
|
10644
|
+
var _templateObject$1f, _templateObject2$T, _templateObject3$J;
|
|
10645
|
+
var TextWrapper$3 = /*#__PURE__*/styled.div(_templateObject$1f || (_templateObject$1f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h4 {\n margin: 0;\n }\n"])));
|
|
10444
10646
|
var AttributionWrapper = /*#__PURE__*/styled.div(_templateObject2$T || (_templateObject2$T = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n"])), function (_ref) {
|
|
10445
10647
|
var displayAttribution = _ref.displayAttribution;
|
|
10446
10648
|
return "display: " + (displayAttribution ? 'block' : 'none') + ";";
|
|
@@ -10469,8 +10671,8 @@ var Quote = function Quote(_ref) {
|
|
|
10469
10671
|
}, attribution))));
|
|
10470
10672
|
};
|
|
10471
10673
|
|
|
10472
|
-
var _templateObject$
|
|
10473
|
-
var CardContainer$1 = /*#__PURE__*/styled.div(_templateObject$
|
|
10674
|
+
var _templateObject$1g, _templateObject2$U, _templateObject3$K, _templateObject4$z, _templateObject5$s, _templateObject6$m;
|
|
10675
|
+
var CardContainer$1 = /*#__PURE__*/styled.div(_templateObject$1g || (_templateObject$1g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: pointer;\n width: 100%;\n display: grid;\n grid-template-columns: repeat(7, minmax(0, 1fr));\n gap: 15px;\n min-height: 50px;\n"])));
|
|
10474
10676
|
var ContentContainer$4 = /*#__PURE__*/styled.div(_templateObject2$U || (_templateObject2$U = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n"])));
|
|
10475
10677
|
var StyledImage = /*#__PURE__*/styled.img(_templateObject3$K || (_templateObject3$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: 1px solid var(--base-color-white);\n"])));
|
|
10476
10678
|
var ImageWrapper = /*#__PURE__*/styled.div(_templateObject4$z || (_templateObject4$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
@@ -10513,8 +10715,8 @@ var MiniCard = function MiniCard(_ref) {
|
|
|
10513
10715
|
}, title)))));
|
|
10514
10716
|
};
|
|
10515
10717
|
|
|
10516
|
-
var _templateObject$
|
|
10517
|
-
var ReadMoreContainer = /*#__PURE__*/styled.div(_templateObject$
|
|
10718
|
+
var _templateObject$1h, _templateObject2$V, _templateObject3$L, _templateObject4$A, _templateObject5$t;
|
|
10719
|
+
var ReadMoreContainer = /*#__PURE__*/styled.div(_templateObject$1h || (_templateObject$1h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0px 0px 12px 0px !important;\n }\n width: 100%;\n"])));
|
|
10518
10720
|
var LinkContainer = /*#__PURE__*/styled.div(_templateObject2$V || (_templateObject2$V = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-top: 24px;\n gap: 8px;\n\n :hover {\n cursor: pointer;\n }\n\n @media print {\n visibility: hidden;\n }\n"])));
|
|
10519
10721
|
var FullTextContainer = /*#__PURE__*/styled.div(_templateObject3$L || (_templateObject3$L = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n\n @media print {\n visibility: visible;\n }\n"])), function (_ref) {
|
|
10520
10722
|
var isVisible = _ref.isVisible;
|
|
@@ -10611,15 +10813,113 @@ var ReadMore = function ReadMore(_ref) {
|
|
|
10611
10813
|
}, isFullTextOpen ? "" + hideText : "" + showMoreText)));
|
|
10612
10814
|
};
|
|
10613
10815
|
|
|
10614
|
-
var _templateObject$
|
|
10615
|
-
var
|
|
10616
|
-
var
|
|
10617
|
-
var
|
|
10618
|
-
var
|
|
10816
|
+
var _templateObject$1i, _templateObject2$W, _templateObject3$M, _templateObject4$B, _templateObject5$u, _templateObject6$n;
|
|
10817
|
+
var Container$5 = /*#__PURE__*/styled.div(_templateObject$1i || (_templateObject$1i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 10px;\n"])));
|
|
10818
|
+
var Sections = /*#__PURE__*/styled.div(_templateObject2$W || (_templateObject2$W = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n gap: 8px;\n"])));
|
|
10819
|
+
var Section = /*#__PURE__*/styled.div(_templateObject3$M || (_templateObject3$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background-color: ", ";\n"])), function (_ref) {
|
|
10820
|
+
var color = _ref.color;
|
|
10821
|
+
return "var(--base-color-" + color + ")";
|
|
10822
|
+
});
|
|
10823
|
+
var BottomLine = /*#__PURE__*/styled.div(_templateObject4$B || (_templateObject4$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n gap: 20px;\n"])));
|
|
10824
|
+
var Text = /*#__PURE__*/styled.div(_templateObject5$u || (_templateObject5$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref2) {
|
|
10825
|
+
var color = _ref2.color;
|
|
10826
|
+
return "var(--base-color-" + color + ")";
|
|
10827
|
+
});
|
|
10828
|
+
var LabelText = /*#__PURE__*/styled.div(_templateObject6$n || (_templateObject6$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 1px;\n white-space: nowrap;\n color: ", ";\n"])), function (_ref3) {
|
|
10829
|
+
var color = _ref3.color;
|
|
10830
|
+
return "var(--base-color-" + color + ")";
|
|
10831
|
+
});
|
|
10832
|
+
|
|
10833
|
+
/**
|
|
10834
|
+
* Password strength indicator component.
|
|
10835
|
+
* This renders some number of lines (6 by default)
|
|
10836
|
+
* which should become active when the user improves
|
|
10837
|
+
* the strength of the entered password.
|
|
10838
|
+
*
|
|
10839
|
+
* ## Sections
|
|
10840
|
+
* To set number of sections it should be passed
|
|
10841
|
+
* as `sections` prop.
|
|
10842
|
+
*
|
|
10843
|
+
* ## Active section
|
|
10844
|
+
* To set number of active sections it should be passed
|
|
10845
|
+
* as `activeSections` prop.
|
|
10846
|
+
*
|
|
10847
|
+
* ## Colors
|
|
10848
|
+
* Color of every element can be controlled by properties:
|
|
10849
|
+
* `sectionsColor`, `activeSectionsColor`,
|
|
10850
|
+
* `textColor`, `strengthLabelColor`.
|
|
10851
|
+
*
|
|
10852
|
+
* ## Text
|
|
10853
|
+
* `text` prop is used to render some message.
|
|
10854
|
+
* For example error (together with proper red color)
|
|
10855
|
+
* or some password requirement. It can be empty.
|
|
10856
|
+
*
|
|
10857
|
+
* ## Strength label
|
|
10858
|
+
* `strengthLabel` prop is used to render strength characteristic
|
|
10859
|
+
* of entered password. For example: `weak`, `normal`, `strong`, etc.
|
|
10860
|
+
* It can be empty.
|
|
10861
|
+
*/
|
|
10862
|
+
|
|
10863
|
+
var PasswordStrength = function PasswordStrength(_ref) {
|
|
10864
|
+
var _ref$sections = _ref.sections,
|
|
10865
|
+
sections = _ref$sections === void 0 ? 6 : _ref$sections,
|
|
10866
|
+
_ref$activeSections = _ref.activeSections,
|
|
10867
|
+
activeSections = _ref$activeSections === void 0 ? 0 : _ref$activeSections,
|
|
10868
|
+
_ref$sectionsColor = _ref.sectionsColor,
|
|
10869
|
+
sectionsColor = _ref$sectionsColor === void 0 ? Colors.MidGrey : _ref$sectionsColor,
|
|
10870
|
+
_ref$activeSectionsCo = _ref.activeSectionsColor,
|
|
10871
|
+
activeSectionsColor = _ref$activeSectionsCo === void 0 ? Colors.Black : _ref$activeSectionsCo,
|
|
10872
|
+
_ref$text = _ref.text,
|
|
10873
|
+
text = _ref$text === void 0 ? '' : _ref$text,
|
|
10874
|
+
_ref$textColor = _ref.textColor,
|
|
10875
|
+
textColor = _ref$textColor === void 0 ? Colors.Black : _ref$textColor,
|
|
10876
|
+
_ref$strengthLabel = _ref.strengthLabel,
|
|
10877
|
+
strengthLabel = _ref$strengthLabel === void 0 ? '' : _ref$strengthLabel,
|
|
10878
|
+
_ref$strengthLabelCol = _ref.strengthLabelColor,
|
|
10879
|
+
strengthLabelColor = _ref$strengthLabelCol === void 0 ? Colors.Black : _ref$strengthLabelCol;
|
|
10880
|
+
|
|
10881
|
+
var setSectionColor = function setSectionColor(index) {
|
|
10882
|
+
return index < activeSections ? activeSectionsColor : sectionsColor;
|
|
10883
|
+
};
|
|
10884
|
+
|
|
10885
|
+
var setSectionDataTestId = function setSectionDataTestId(index) {
|
|
10886
|
+
return index < activeSections ? 'password-strength-section-active' : 'password-strength-section';
|
|
10887
|
+
};
|
|
10888
|
+
|
|
10889
|
+
return /*#__PURE__*/React__default.createElement(Container$5, {
|
|
10890
|
+
"data-testid": "password-strength-container"
|
|
10891
|
+
}, /*#__PURE__*/React__default.createElement(Sections, {
|
|
10892
|
+
"data-testid": "password-strength-sections"
|
|
10893
|
+
}, Array.from({
|
|
10894
|
+
length: sections
|
|
10895
|
+
}, function (_section, i) {
|
|
10896
|
+
return /*#__PURE__*/React__default.createElement(Section, {
|
|
10897
|
+
key: i,
|
|
10898
|
+
color: setSectionColor(i),
|
|
10899
|
+
"data-testid": setSectionDataTestId(i)
|
|
10900
|
+
});
|
|
10901
|
+
})), /*#__PURE__*/React__default.createElement(BottomLine, null, /*#__PURE__*/React__default.createElement(Text, {
|
|
10902
|
+
color: textColor,
|
|
10903
|
+
"data-testid": "password-strength-text"
|
|
10904
|
+
}, /*#__PURE__*/React__default.createElement(AltHeader, {
|
|
10905
|
+
level: 6
|
|
10906
|
+
}, text)), /*#__PURE__*/React__default.createElement(LabelText, {
|
|
10907
|
+
color: strengthLabelColor,
|
|
10908
|
+
"data-testid": "password-strength-label"
|
|
10909
|
+
}, /*#__PURE__*/React__default.createElement(Overline, {
|
|
10910
|
+
level: 2
|
|
10911
|
+
}, strengthLabel))));
|
|
10912
|
+
};
|
|
10913
|
+
|
|
10914
|
+
var _templateObject$1j, _templateObject2$X, _templateObject3$N, _templateObject4$C, _templateObject5$v;
|
|
10915
|
+
var MenuContainer$2 = /*#__PURE__*/styled.nav(_templateObject$1j || (_templateObject$1j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding: 0;\n margin: 0;\n"])));
|
|
10916
|
+
var MenuList = /*#__PURE__*/styled.ul(_templateObject2$X || (_templateObject2$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n list-style: none;\n border-right: 1px solid var(--base-color-", ");\n li {\n margin-left: -5px;\n }\n"])), Colors.LightGrey);
|
|
10917
|
+
var MobileButton = /*#__PURE__*/styled.button(_templateObject3$N || (_templateObject3$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n line-height: var(--line-height-navigation);\n font-size: var(--font-size-navigation);\n font-family: var(--font-family-navigation);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n color: var(--base-color-", ");\n text-transform: uppercase;\n margin: 0;\n padding: 16px 46px 14px 20px;\n background: var(--base-color-", ");\n border: 1px solid var(--base-color-", ");\n border-radius: 0;\n display: block;\n width: 100%;\n text-align: left;\n cursor: pointer;\n position: relative;\n span {\n width: 25px;\n height: 25px;\n position: absolute;\n top: 50%;\n margin-top: -12px;\n right: 10px;\n }\n"])), Colors.Black, Colors.White, Colors.DarkGrey);
|
|
10918
|
+
var MenuItem$1 = /*#__PURE__*/styled.a(_templateObject4$C || (_templateObject4$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n line-height: var(--line-height-navigation);\n font-size: var(--font-size-navigation);\n font-family: var(--font-family-navigation);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n color: var(--base-color-", ");\n text-transform: uppercase;\n text-decoration: none;\n margin: 0;\n padding: 16px 20px 15px 5px;\n display: block;\n background: ", ";\n cursor: pointer;\n &:hover {\n background: var(--base-color-", ");\n }\n"])), Colors.Black, function (_ref) {
|
|
10619
10919
|
var isActive = _ref.isActive;
|
|
10620
10920
|
return isActive ? "var(--base-color-" + Colors.MidGrey + ")" : 'none';
|
|
10621
10921
|
}, Colors.MidGrey);
|
|
10622
|
-
var MobileMenuList = /*#__PURE__*/styled.ul(_templateObject5$
|
|
10922
|
+
var MobileMenuList = /*#__PURE__*/styled.ul(_templateObject5$v || (_templateObject5$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n list-style: none;\n display: ", ";\n background: var(--base-color-", ");\n border: 1px solid var(--base-color-", ");\n border-top: 0;\n position: absolute;\n top: 100%;\n left: 0;\n right: 0;\n ", " {\n padding: 16px 20px 15px 20px;\n }\n"])), function (_ref2) {
|
|
10623
10923
|
var isOpen = _ref2.isOpen;
|
|
10624
10924
|
return isOpen ? 'block' : 'none';
|
|
10625
10925
|
}, Colors.White, Colors.DarkGrey, MenuItem$1);
|
|
@@ -10789,106 +11089,8 @@ var AuxiliaryNav = function AuxiliaryNav(_ref6) {
|
|
|
10789
11089
|
});
|
|
10790
11090
|
};
|
|
10791
11091
|
|
|
10792
|
-
var _templateObject$
|
|
10793
|
-
var
|
|
10794
|
-
var Sections = /*#__PURE__*/styled.div(_templateObject2$X || (_templateObject2$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n gap: 8px;\n"])));
|
|
10795
|
-
var Section = /*#__PURE__*/styled.div(_templateObject3$N || (_templateObject3$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background-color: ", ";\n"])), function (_ref) {
|
|
10796
|
-
var color = _ref.color;
|
|
10797
|
-
return "var(--base-color-" + color + ")";
|
|
10798
|
-
});
|
|
10799
|
-
var BottomLine = /*#__PURE__*/styled.div(_templateObject4$C || (_templateObject4$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n gap: 20px;\n"])));
|
|
10800
|
-
var Text = /*#__PURE__*/styled.div(_templateObject5$v || (_templateObject5$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref2) {
|
|
10801
|
-
var color = _ref2.color;
|
|
10802
|
-
return "var(--base-color-" + color + ")";
|
|
10803
|
-
});
|
|
10804
|
-
var LabelText = /*#__PURE__*/styled.div(_templateObject6$n || (_templateObject6$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 1px;\n white-space: nowrap;\n color: ", ";\n"])), function (_ref3) {
|
|
10805
|
-
var color = _ref3.color;
|
|
10806
|
-
return "var(--base-color-" + color + ")";
|
|
10807
|
-
});
|
|
10808
|
-
|
|
10809
|
-
/**
|
|
10810
|
-
* Password strength indicator component.
|
|
10811
|
-
* This renders some number of lines (6 by default)
|
|
10812
|
-
* which should become active when the user improves
|
|
10813
|
-
* the strength of the entered password.
|
|
10814
|
-
*
|
|
10815
|
-
* ## Sections
|
|
10816
|
-
* To set number of sections it should be passed
|
|
10817
|
-
* as `sections` prop.
|
|
10818
|
-
*
|
|
10819
|
-
* ## Active section
|
|
10820
|
-
* To set number of active sections it should be passed
|
|
10821
|
-
* as `activeSections` prop.
|
|
10822
|
-
*
|
|
10823
|
-
* ## Colors
|
|
10824
|
-
* Color of every element can be controlled by properties:
|
|
10825
|
-
* `sectionsColor`, `activeSectionsColor`,
|
|
10826
|
-
* `textColor`, `strengthLabelColor`.
|
|
10827
|
-
*
|
|
10828
|
-
* ## Text
|
|
10829
|
-
* `text` prop is used to render some message.
|
|
10830
|
-
* For example error (together with proper red color)
|
|
10831
|
-
* or some password requirement. It can be empty.
|
|
10832
|
-
*
|
|
10833
|
-
* ## Strength label
|
|
10834
|
-
* `strengthLabel` prop is used to render strength characteristic
|
|
10835
|
-
* of entered password. For example: `weak`, `normal`, `strong`, etc.
|
|
10836
|
-
* It can be empty.
|
|
10837
|
-
*/
|
|
10838
|
-
|
|
10839
|
-
var PasswordStrength = function PasswordStrength(_ref) {
|
|
10840
|
-
var _ref$sections = _ref.sections,
|
|
10841
|
-
sections = _ref$sections === void 0 ? 6 : _ref$sections,
|
|
10842
|
-
_ref$activeSections = _ref.activeSections,
|
|
10843
|
-
activeSections = _ref$activeSections === void 0 ? 0 : _ref$activeSections,
|
|
10844
|
-
_ref$sectionsColor = _ref.sectionsColor,
|
|
10845
|
-
sectionsColor = _ref$sectionsColor === void 0 ? Colors.MidGrey : _ref$sectionsColor,
|
|
10846
|
-
_ref$activeSectionsCo = _ref.activeSectionsColor,
|
|
10847
|
-
activeSectionsColor = _ref$activeSectionsCo === void 0 ? Colors.Black : _ref$activeSectionsCo,
|
|
10848
|
-
_ref$text = _ref.text,
|
|
10849
|
-
text = _ref$text === void 0 ? '' : _ref$text,
|
|
10850
|
-
_ref$textColor = _ref.textColor,
|
|
10851
|
-
textColor = _ref$textColor === void 0 ? Colors.Black : _ref$textColor,
|
|
10852
|
-
_ref$strengthLabel = _ref.strengthLabel,
|
|
10853
|
-
strengthLabel = _ref$strengthLabel === void 0 ? '' : _ref$strengthLabel,
|
|
10854
|
-
_ref$strengthLabelCol = _ref.strengthLabelColor,
|
|
10855
|
-
strengthLabelColor = _ref$strengthLabelCol === void 0 ? Colors.Black : _ref$strengthLabelCol;
|
|
10856
|
-
|
|
10857
|
-
var setSectionColor = function setSectionColor(index) {
|
|
10858
|
-
return index < activeSections ? activeSectionsColor : sectionsColor;
|
|
10859
|
-
};
|
|
10860
|
-
|
|
10861
|
-
var setSectionDataTestId = function setSectionDataTestId(index) {
|
|
10862
|
-
return index < activeSections ? 'password-strength-section-active' : 'password-strength-section';
|
|
10863
|
-
};
|
|
10864
|
-
|
|
10865
|
-
return /*#__PURE__*/React__default.createElement(Container$5, {
|
|
10866
|
-
"data-testid": "password-strength-container"
|
|
10867
|
-
}, /*#__PURE__*/React__default.createElement(Sections, {
|
|
10868
|
-
"data-testid": "password-strength-sections"
|
|
10869
|
-
}, Array.from({
|
|
10870
|
-
length: sections
|
|
10871
|
-
}, function (_section, i) {
|
|
10872
|
-
return /*#__PURE__*/React__default.createElement(Section, {
|
|
10873
|
-
key: i,
|
|
10874
|
-
color: setSectionColor(i),
|
|
10875
|
-
"data-testid": setSectionDataTestId(i)
|
|
10876
|
-
});
|
|
10877
|
-
})), /*#__PURE__*/React__default.createElement(BottomLine, null, /*#__PURE__*/React__default.createElement(Text, {
|
|
10878
|
-
color: textColor,
|
|
10879
|
-
"data-testid": "password-strength-text"
|
|
10880
|
-
}, /*#__PURE__*/React__default.createElement(AltHeader, {
|
|
10881
|
-
level: 6
|
|
10882
|
-
}, text)), /*#__PURE__*/React__default.createElement(LabelText, {
|
|
10883
|
-
color: strengthLabelColor,
|
|
10884
|
-
"data-testid": "password-strength-label"
|
|
10885
|
-
}, /*#__PURE__*/React__default.createElement(Overline, {
|
|
10886
|
-
level: 2
|
|
10887
|
-
}, strengthLabel))));
|
|
10888
|
-
};
|
|
10889
|
-
|
|
10890
|
-
var _templateObject$1j, _templateObject2$Y, _templateObject3$O, _templateObject4$D, _templateObject5$w, _templateObject6$o, _templateObject7$g, _templateObject8$c, _templateObject9$7, _templateObject10$7;
|
|
10891
|
-
var TableContainer = /*#__PURE__*/styled.table(_templateObject$1j || (_templateObject$1j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-collapse: collapse;\n"])));
|
|
11092
|
+
var _templateObject$1k, _templateObject2$Y, _templateObject3$O, _templateObject4$D, _templateObject5$w, _templateObject6$o, _templateObject7$g, _templateObject8$c, _templateObject9$7, _templateObject10$7;
|
|
11093
|
+
var TableContainer = /*#__PURE__*/styled.table(_templateObject$1k || (_templateObject$1k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-collapse: collapse;\n"])));
|
|
10892
11094
|
var Container$6 = /*#__PURE__*/styled.div(_templateObject2$Y || (_templateObject2$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-x: auto;\n"])));
|
|
10893
11095
|
var Wrapper$7 = /*#__PURE__*/styled.div(_templateObject3$O || (_templateObject3$O = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
10894
11096
|
var TableHeader = /*#__PURE__*/styled.th(_templateObject4$D || (_templateObject4$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-subtitle-2);\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-weight: var(--font-weight-subtitle-2);\n letter-spacing: var(--letter-spacing-subtitle-2);\n line-height: var(--line-height-subtitle-2);\n padding: 30px 30px 30px 0;\n text-align: left;\n text-transform: uppercase;\n border-bottom: 1px solid;\n border-top: 1px solid;\n border-color: ", ";\n\n &:last-child {\n white-space: nowrap;\n width: auto;\n }\n\n &:not(:last-child) {\n width: ", ";\n }\n\n @media ", " {\n &:last-child {\n white-space: nowrap;\n }\n }\n\n @media ", " {\n padding: 20px 20px 20px 0;\n\n &:last-child {\n white-space: normal;\n }\n }\n"])), function (props) {
|
|
@@ -10908,7 +11110,7 @@ var PageNumber$1 = /*#__PURE__*/styled.button(_templateObject7$g || (_templateOb
|
|
|
10908
11110
|
});
|
|
10909
11111
|
var Next = /*#__PURE__*/styled.span(_templateObject8$c || (_templateObject8$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n width: 25px;\n align-items: center;\n justify-content: center;\n margin-left: 0;\n span {\n height: 1.5em;\n svg > path {\n fill: var(--base-color-dark-grey);\n }\n }\n"])));
|
|
10910
11112
|
var ScrollButtons = /*#__PURE__*/styled.div(_templateObject9$7 || (_templateObject9$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: flex-end;\n padding: 0 0 24px 0;\n\n div:hover {\n background-color: var(--base-color-light-grey);\n }\n\n > div > div {\n background-color: var(--base-color-light-grey);\n }\n\n svg path {\n fill: var(--base-color-black) !important;\n }\n"])));
|
|
10911
|
-
var AriaDescription$1 = /*#__PURE__*/styled.
|
|
11113
|
+
var AriaDescription$1 = /*#__PURE__*/styled.div(_templateObject10$7 || (_templateObject10$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n left: -9999px;\n width: 1px;\n height: 1px;\n overflow: hidden;\n white-space: nowrap;\n border: 0;\n"])));
|
|
10912
11114
|
|
|
10913
11115
|
var Content = function Content(_ref) {
|
|
10914
11116
|
var content = _ref.content;
|
|
@@ -10994,7 +11196,7 @@ var Table = function Table(_ref) {
|
|
|
10994
11196
|
return window.removeEventListener('resize', horizontalScroll);
|
|
10995
11197
|
};
|
|
10996
11198
|
}, []);
|
|
10997
|
-
var totalRows = Array.isArray(children) ? children.length
|
|
11199
|
+
var totalRows = Array.isArray(children) ? children.length : 1;
|
|
10998
11200
|
var totalPages = pagination ? Math.ceil(totalRows / rowsPerPage) : 1;
|
|
10999
11201
|
var pageNumbers = Array.from({
|
|
11000
11202
|
length: totalPages
|
|
@@ -11171,8 +11373,8 @@ var LiveChat = function LiveChat() {
|
|
|
11171
11373
|
});
|
|
11172
11374
|
};
|
|
11173
11375
|
|
|
11174
|
-
var _templateObject$
|
|
11175
|
-
var StickyBarWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
11376
|
+
var _templateObject$1l, _templateObject2$Z;
|
|
11377
|
+
var StickyBarWrapper = /*#__PURE__*/styled.div(_templateObject$1l || (_templateObject$1l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n top: 0;\n position: sticky;\n z-index: ", ";\n background-color: var(--base-color-white);\n"])), zIndexes.anchor);
|
|
11176
11378
|
var StickyBarGrid = /*#__PURE__*/styled(Grid)(_templateObject2$Z || (_templateObject2$Z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n padding: 28px 0 26px;\n\n @media ", " {\n padding: 24px 0 28px;\n }\n\n @media ", " {\n border-bottom: none;\n }\n"])), function (_ref) {
|
|
11177
11379
|
var hideBottomBorder = _ref.hideBottomBorder;
|
|
11178
11380
|
return !hideBottomBorder && 'border-bottom: 2px solid var(--base-color-lightgrey);';
|
|
@@ -11201,12 +11403,13 @@ var StickyBar = function StickyBar(_ref) {
|
|
|
11201
11403
|
}, children)));
|
|
11202
11404
|
};
|
|
11203
11405
|
|
|
11204
|
-
var _templateObject$
|
|
11205
|
-
var InnerModal = /*#__PURE__*/styled.div(_templateObject$
|
|
11406
|
+
var _templateObject$1m, _templateObject2$_, _templateObject3$P, _templateObject4$E;
|
|
11407
|
+
var InnerModal = /*#__PURE__*/styled.div(_templateObject$1m || (_templateObject$1m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 62px;\n background-color: var(--base-color-white);\n z-index: ", ";\n position: relative;\n\n @media ", ", ", " {\n height: 100vh;\n padding: 62px 0 0;\n }\n"])), zIndexes.popup, devices.smallMobile, devices.mobile);
|
|
11206
11408
|
var CloseButton = /*#__PURE__*/styled.button(_templateObject2$_ || (_templateObject2$_ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 0;\n right: 0;\n margin: 15px;\n height: 26px;\n width: 26px;\n padding: 0;\n background-color: transparent;\n border: none;\n cursor: pointer;\n @media ", " {\n margin: 25px;\n }\n @media ", ", ", " {\n margin: 30px;\n }\n"])), devices.tablet, devices.desktop, devices.largeDesktop);
|
|
11207
11409
|
var ContentWrapper$1 = /*#__PURE__*/styled.div(_templateObject3$P || (_templateObject3$P = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
11208
11410
|
var Overlay = /*#__PURE__*/styled(Grid)(_templateObject4$E || (_templateObject4$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100vh;\n align-content: center;\n background-color: rgba(0, 0, 0, 0.4);\n"])));
|
|
11209
11411
|
|
|
11412
|
+
var _excluded$q = ["isOpen", "setIsOpen", "children", "appElementId"];
|
|
11210
11413
|
var MAX_Z_INDEX = 9999999999;
|
|
11211
11414
|
|
|
11212
11415
|
if (Modal.defaultStyles.content) {
|
|
@@ -11283,7 +11486,7 @@ var ModalWindow = function ModalWindow(_ref) {
|
|
|
11283
11486
|
setIsOpen = _ref.setIsOpen,
|
|
11284
11487
|
children = _ref.children,
|
|
11285
11488
|
appElementId = _ref.appElementId,
|
|
11286
|
-
modalProps = _objectWithoutPropertiesLoose(_ref,
|
|
11489
|
+
modalProps = _objectWithoutPropertiesLoose(_ref, _excluded$q);
|
|
11287
11490
|
|
|
11288
11491
|
var isMobile = useMobile();
|
|
11289
11492
|
var customStyles = {
|
|
@@ -11325,8 +11528,8 @@ var ModalWindow = function ModalWindow(_ref) {
|
|
|
11325
11528
|
})), /*#__PURE__*/React__default.createElement(ContentWrapper$1, null, children))), /*#__PURE__*/React__default.createElement(ScrollLock, null)));
|
|
11326
11529
|
};
|
|
11327
11530
|
|
|
11328
|
-
var _templateObject$
|
|
11329
|
-
var FiltersWrapper = /*#__PURE__*/styled.div(_templateObject$
|
|
11531
|
+
var _templateObject$1n, _templateObject2$$;
|
|
11532
|
+
var FiltersWrapper = /*#__PURE__*/styled.div(_templateObject$1n || (_templateObject$1n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n column-gap: 24px;\n\n @media ", " {\n flex-direction: column;\n align-items: flex-start;\n row-gap: 18px;\n }\n"])), devices.mobileAndTablet);
|
|
11330
11533
|
var FilterItemsWrapper = /*#__PURE__*/styled.div(_templateObject2$$ || (_templateObject2$$ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-wrap: wrap;\n column-gap: 16px;\n row-gap: 12px;\n"])));
|
|
11331
11534
|
|
|
11332
11535
|
/**
|
|
@@ -11390,8 +11593,8 @@ var FilterToggles = function FilterToggles(_ref) {
|
|
|
11390
11593
|
})));
|
|
11391
11594
|
};
|
|
11392
11595
|
|
|
11393
|
-
var _templateObject$
|
|
11394
|
-
var GlobalStyles = /*#__PURE__*/createGlobalStyle(_templateObject$1n || (_templateObject$1n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n html {\n --base-color-primary: ", ";\n --base-color-core: ", ";\n --base-color-stream: ", ";\n --base-color-cinema: ", ";\n --base-color-white: ", ";\n --base-color-black: ", ";\n --base-color-dark-grey: ", ";\n --base-color-mid-grey: ", ";\n --base-color-light-grey: ", ";\n --error-color-state: ", ";\n --medium-color-state: ", ";\n --good-color-state: ", ";\n --base-color-darkgrey: ", ";\n --base-color-midgrey: ", ";\n --base-color-lightgrey: ", ";\n --base-color-transparent: transparent;\n --base-color-errorstate: ", ";\n --base-color-mediumstate: ", ";\n --base-color-goodstate: ", ";\n --base-color-progress: ", ";\n --base-color-navigation: ", ";\n --base-color-lapislazuli: ", ";\n --base-color-lemonchiffon: ", ";\n\n --button-height: ", ";\n --button-line-height: ", ";\n --button-padding-x: ", ";\n --button-padding-y: ", ";\n --button-padding-y-icon: ", ";\n --button-icon-margin: ", ";\n --button-icon-width: ", ";\n --button-icon-height: ", ";\n --button-font-size: ", ";\n --button-font-weight: ", ";\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n --margin-header-1: ", ";\n\n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n --margin-header-2: ", ";\n\n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n --margin-header-3: ", ";\n\n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n --margin-header-4: ", ";\n\n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n --margin-header-5: ", ";\n\n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n --margin-header-6: ", ";\n\n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n\n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n\n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n\n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n\n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n\n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n\n --font-size-overline-3: ", ";\n --font-weight-overline-3: ", ";\n --letter-spacing-overline-3: ", ";\n --line-height-overline-3: ", "; \n\n --font-size-overline-4: ", ";\n --font-weight-overline-4: ", ";\n --letter-spacing-overline-4: ", ";\n --line-height-overline-4: ", ";\n\n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n\n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n\n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n\n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-listing: ", ";\n --font-size-individual-listing-name: ", ";\n --line-height-individual-listing-name: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n\n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n\n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle: ", ";\n\n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n\n --font-family-navigation: ", ";\n --font-size-navigation: ", ";\n --font-weight-navigation: ", ";\n --line-height-navigation: ", ";\n --text-transform-navigation: ", ";\n --letter-spacing-navigation: ", ";\n\n --navigation-small-gap: ", ";\n --navigation-middle-gap: ", ";\n --navigation-large-gap: ", ";\n --navigation-xlarge-gap: ", ";\n --navigation-large-margin: ", ";\n\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --grid-margin: ", ";\n --grid-outer-margin: ", ";\n --grid-template-columns: calc(", " - ", ") calc(", " - ", " - ", ") repeat(12, minmax(0,1fr)) calc(", " - ", " - ", ") calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: 0;\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --text-link-underline-offset: ", ";\n\n --cards-spacing-stack: ", ";\n\n --editorial-subtitle-margin-bottom: ", ";\n --editorial-margin-between: ", ";\n --editorial-spacing-hover: ", ";\n --anchor-tabs-height: 70px;\n \n\n @media ", " {\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n \n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n \n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n \n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n \n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n \n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n \n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n \n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n \n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n \n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n \n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n \n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n \n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n \n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n \n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n \n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n \n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n \n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle: ", ";\n \n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n \n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --anchor-tabs-height: 60px;\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n }\n\n @media ", " {\n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-header-6: ", ";\n\n --font-size-altHeader-4: ", ";\n\n --font-size-body-1: ", ";\n }\n\n @media ", " {\n \n }\n\n @media ", " {\n \n }\n }\n"])), function (_ref) {
|
|
11596
|
+
var _templateObject$1o;
|
|
11597
|
+
var GlobalStyles = /*#__PURE__*/createGlobalStyle(_templateObject$1o || (_templateObject$1o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n html {\n --base-color-primary: ", ";\n --base-color-core: ", ";\n --base-color-stream: ", ";\n --base-color-cinema: ", ";\n --base-color-white: ", ";\n --base-color-black: ", ";\n --base-color-dark-grey: ", ";\n --base-color-mid-grey: ", ";\n --base-color-light-grey: ", ";\n --error-color-state: ", ";\n --medium-color-state: ", ";\n --good-color-state: ", ";\n --base-color-darkgrey: ", ";\n --base-color-midgrey: ", ";\n --base-color-lightgrey: ", ";\n --base-color-transparent: transparent;\n --base-color-errorstate: ", ";\n --base-color-mediumstate: ", ";\n --base-color-goodstate: ", ";\n --base-color-progress: ", ";\n --base-color-navigation: ", ";\n --base-color-lapislazuli: ", ";\n --base-color-lemonchiffon: ", ";\n\n --button-height: ", ";\n --button-line-height: ", ";\n --button-padding-x: ", ";\n --button-padding-y: ", ";\n --button-padding-y-icon: ", ";\n --button-icon-margin: ", ";\n --button-icon-width: ", ";\n --button-icon-height: ", ";\n --button-font-size: ", ";\n --button-font-weight: ", ";\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n --margin-header-1: ", ";\n\n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n --margin-header-2: ", ";\n\n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n --margin-header-3: ", ";\n\n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n --margin-header-4: ", ";\n\n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n --margin-header-5: ", ";\n\n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n --margin-header-6: ", ";\n\n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n\n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n\n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n\n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n\n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n\n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n\n --font-size-overline-3: ", ";\n --font-weight-overline-3: ", ";\n --letter-spacing-overline-3: ", ";\n --line-height-overline-3: ", "; \n\n --font-size-overline-4: ", ";\n --font-weight-overline-4: ", ";\n --letter-spacing-overline-4: ", ";\n --line-height-overline-4: ", ";\n\n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n\n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n\n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n\n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-listing: ", ";\n --font-size-individual-listing-name: ", ";\n --line-height-individual-listing-name: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n\n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n\n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle: ", ";\n\n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n\n --font-family-navigation: ", ";\n --font-size-navigation: ", ";\n --font-weight-navigation: ", ";\n --line-height-navigation: ", ";\n --text-transform-navigation: ", ";\n --letter-spacing-navigation: ", ";\n\n --navigation-small-gap: ", ";\n --navigation-middle-gap: ", ";\n --navigation-large-gap: ", ";\n --navigation-xlarge-gap: ", ";\n --navigation-large-margin: ", ";\n\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --grid-margin: ", ";\n --grid-outer-margin: ", ";\n --grid-template-columns: calc(", " - ", ") calc(", " - ", " - ", ") repeat(12, minmax(0,1fr)) calc(", " - ", " - ", ") calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: 0;\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --text-link-underline-offset: ", ";\n\n --cards-spacing-stack: ", ";\n\n --editorial-subtitle-margin-bottom: ", ";\n --editorial-margin-between: ", ";\n --editorial-spacing-hover: ", ";\n --anchor-tabs-height: 70px;\n \n\n @media ", " {\n\n --font-size-header-1: ", ";\n --font-weight-header-1: ", ";\n --letter-spacing-header-1: ", ";\n --line-height-header-1: ", ";\n \n --font-size-header-2: ", ";\n --font-weight-header-2: ", ";\n --letter-spacing-header-2: ", ";\n --line-height-header-2: ", ";\n \n --font-size-header-3: ", ";\n --font-weight-header-3: ", ";\n --letter-spacing-header-3: ", ";\n --line-height-header-3: ", ";\n \n --font-size-header-4: ", ";\n --font-weight-header-4: ", ";\n --letter-spacing-header-4: ", ";\n --line-height-header-4: ", ";\n \n --font-size-header-5: ", ";\n --font-weight-header-5: ", ";\n --letter-spacing-header-5: ", ";\n --line-height-header-5: ", ";\n \n --font-size-header-6: ", ";\n --font-weight-header-6: ", ";\n --letter-spacing-header-6: ", ";\n --line-height-header-6: ", ";\n \n --font-size-altHeader-3: ", ";\n --font-weight-altHeader-3: ", ";\n --letter-spacing-altHeader-3: ", ";\n --line-height-altHeader-3: ", ";\n \n --font-size-altHeader-4: ", ";\n --font-weight-altHeader-4: ", ";\n --letter-spacing-altHeader-4: ", ";\n --line-height-altHeader-4: ", ";\n \n --font-size-altHeader-5: ", ";\n --font-weight-altHeader-5: ", ";\n --letter-spacing-altHeader-5: ", ";\n --line-height-altHeader-5: ", ";\n \n --font-size-altHeader-6: ", ";\n --font-weight-altHeader-6: ", ";\n --letter-spacing-altHeader-6: ", ";\n --line-height-altHeader-6: ", ";\n \n --font-size-overline-1: ", ";\n --font-weight-overline-1: ", ";\n --letter-spacing-overline-1: ", ";\n --line-height-overline-1: ", ";\n \n --font-size-overline-2: ", ";\n --font-weight-overline-2: ", ";\n --letter-spacing-overline-2: ", ";\n --line-height-overline-2: ", ";\n \n --font-size-body-1: ", ";\n --font-weight-body-1: ", ";\n --letter-spacing-body-1: ", ";\n --line-height-body-1: ", ";\n \n --font-size-body-2: ", ";\n --font-weight-body-2: ", ";\n --letter-spacing-body-2: ", ";\n --line-height-body-2: ", ";\n \n --font-size-body-3: ", ";\n --font-weight-body-3: ", ";\n --letter-spacing-body-3: ", ";\n --line-height-body-3: ", ";\n \n --font-size-subtitle-1: ", ";\n --font-weight-subtitle-1: ", ";\n --letter-spacing-subtitle-1: ", ";\n --line-height-subtitle-1: ", ";\n \n --font-size-subtitle-2: ", ";\n --font-weight-subtitle-2: ", ";\n --letter-spacing-subtitle-2: ", ";\n --line-height-subtitle-2: ", ";\n\n --font-size-title-description: ", ";\n --line-height-title-description: ", ";\n --line-height-people-listing-gap: ", ";\n\n --font-size-search: ", ";\n --font-family-search: ", ";\n\n --font-family-header: ", ";\n --font-family-altHeader: ", ";\n --font-family-body: ", ";\n --font-family-body-italics: ", ";\n --font-family-buttons: ", ";\n --font-family-overline: ", ";\n --font-family-subtitle: ", ";\n --font-family-people-listing-role: ", ";\n --font-family-people-listing-name: ", ";\n \n --font-feature-settings-header: ", ";\n --font-feature-settings-altHeader: ", ";\n --font-feature-settings-overline: ", ";\n --font-feature-settings-subtitle: ", ";\n --font-feature-settings-body: ", ";\n --font-feature-settings-navigation: ", ";\n \n --text-transform-header: ", ";\n --text-transform-altHeader: ", ";\n --text-transform-body: ", ";\n --text-transform-overline: ", ";\n --text-transform-subtitle: ", ";\n \n --word-break-header: ", ";\n --word-break-altHeader: ", ";\n --word-break-body: ", ";\n --word-break-overline: ", ";\n --word-break-subtitle: ", ";\n \n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n\n --footer-height: ", ";\n --footer-padding-top: ", ";\n --footer-padding-bottom: ", ";\n --footer-items-gap: ", ";\n --footer-media-gap: ", ";\n --footer-media-icon-width: ", ";\n --footer-media-icon-height: ", ";\n --footer-vertical-spacing-lg: ", ";\n --footer-vertical-spacing-sm: ", ";\n\n --anchor-tabs-height: 60px;\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n }\n\n @media ", " {\n --grid-template-columns: calc(", " - ", ") repeat(12, minmax(0, 1fr)) calc(", " - ", ");\n --grid-column-gap: ", ";\n --grid-margin: ", ";\n --rotator-button-width: ", ";\n --rotator-button-icon-width: ", ";\n\n --font-size-header-6: ", ";\n\n --font-size-altHeader-4: ", ";\n\n --font-size-body-1: ", ";\n }\n\n @media ", " {\n \n }\n\n @media ", " {\n \n }\n }\n"])), function (_ref) {
|
|
11395
11598
|
var theme = _ref.theme;
|
|
11396
11599
|
return theme.colors.primary;
|
|
11397
11600
|
}, function (_ref2) {
|
|
@@ -12332,5 +12535,5 @@ var GlobalStyles = /*#__PURE__*/createGlobalStyle(_templateObject$1n || (_templa
|
|
|
12332
12535
|
return theme.fonts.tablet.sizes.body[1];
|
|
12333
12536
|
}, devices.desktop, devices.largeDesktop);
|
|
12334
12537
|
|
|
12335
|
-
export { Accordion, Accordions, AltHeader, AnchorTabBar, AnnouncementBanner, AspectRatio, AuxiliaryButton, AuxiliaryNav, BodyText, ButtonType, Card, Cards, CarouselType, CinemaBadge, Colors, ContactCard, ContentSummary, ControlledDropdown, CreditListing, Editorial, FilterToggles, Footer, GlobalStyles, Grid, GridItem, Header, IInformationBackgroundColour, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, LiveChat, MiniCard, ModalWindow, Navigation, Overline, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PasswordStrength, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Quote, Radio, Radio2, RadioGroup, RadioGroup2, ReadMore, RotatorButtons, SearchBar, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Select, SelectComponent as Select2, SelectComponent$1 as Select2Async, Sponsorship, StatusBanner, Component as Stepper, StickyBar, StreamBadge, Subtitle, Tab, TabLink, Table, Tabs, Button$1 as TertiaryButton, TextArea, TextField, TextFieldLegacy, TextLink, TextOnly, Theme as ThemeProvider, ThemeType, Tickbox, Tickbox2, TickboxMode, Timer, TitleWithCTA, ToggleButton, TypeTags, UpsellCard, UpsellSection, VideoControls, VideoWithControls$1 as VideoWithControls, breakpoints, devices, zIndexes };
|
|
12538
|
+
export { Accordion, Accordions, AltHeader, AnchorTabBar, AnnouncementBanner, AspectRatio, AuxiliaryButton, AuxiliaryNav, BodyText, ButtonType, Card, Cards, CarouselType, CinemaBadge, Colors, ContactCard, ContentSummary, ControlledDropdown, CreditListing, Editorial, FilterToggles, Footer, GlobalStyles, Grid, GridItem, GridItemLegacy, Header, IInformationBackgroundColour, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, LiveChat, MiniCard, ModalWindow, Navigation, Overline, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PasswordStrength, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Quote, Radio, Radio2, RadioGroup, RadioGroup2, ReadMore, RotatorButtons, SearchBar, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Select, SelectComponent as Select2, SelectComponent$1 as Select2Async, Sponsorship, StatusBanner, Component as Stepper, StickyBar, StreamBadge, Subtitle, Tab, TabLink, Table, Tabs, Button$1 as TertiaryButton, TextArea, TextField, TextFieldLegacy, TextLink, TextOnly, Theme as ThemeProvider, ThemeType, Tickbox, Tickbox2, TickboxMode, Timer, TitleWithCTA, ToggleButton, TypeTags, UpsellCard, UpsellSection, VideoControls, VideoWithControls$1 as VideoWithControls, breakpoints, devices, zIndexes };
|
|
12336
12539
|
//# sourceMappingURL=chord.esm.js.map
|