@royaloperahouse/chord 2.11.1 → 2.11.3-dev
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 +3 -0
- package/README.md +255 -40
- package/dist/chord.cjs.development.js +454 -196
- 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 +454 -196
- 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/Icons/SvgIcons/Payment/ApplePay.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/Payment/GooglePay.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/Payment/PayPal.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +3 -0
- package/dist/components/atoms/index.d.ts +2 -2
- package/dist/components/molecules/Accordion/Accordion.style.d.ts +3 -1
- 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/types/ariaAlternative.d.ts +34 -0
- package/dist/types/formTypes.d.ts +12 -9
- package/dist/types/iconTypes.d.ts +2 -0
- package/dist/types/types.d.ts +4 -0
- package/package.json +3 -3
- package/README.GIT +0 -278
package/dist/chord.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { createElement, memo, useRef, useCallback, useEffect, useState, forwardRef, useMemo, cloneElement, useLayoutEffect } from 'react';
|
|
2
2
|
import styled, { css, ThemeProvider, createGlobalStyle } from 'styled-components';
|
|
3
|
-
import
|
|
3
|
+
import { isPast, intervalToDuration, differenceInDays } from 'date-fns';
|
|
4
4
|
import { renderToString } from 'react-dom/server';
|
|
5
5
|
import Select$1, { components } from 'react-select';
|
|
6
6
|
import Select$2 from 'react-select/async';
|
|
@@ -943,14 +943,16 @@ var Directions = {
|
|
|
943
943
|
down: 'transform: rotate(90deg)',
|
|
944
944
|
reverse: 'transform: scaleX(-1)'
|
|
945
945
|
};
|
|
946
|
-
var Wrapper = /*#__PURE__*/styled.span(_templateObject$3 || (_templateObject$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: block;\n\n & svg {\n display: block;\n ", ";\n }\n\n
|
|
946
|
+
var Wrapper = /*#__PURE__*/styled.span(_templateObject$3 || (_templateObject$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: block;\n width: 100%;\n height: 100%;\n\n & svg {\n display: block;\n ", ";\n }\n\n ", "\n"])), function (_ref) {
|
|
947
947
|
var _ref$direction = _ref.direction,
|
|
948
948
|
direction = _ref$direction === void 0 ? 'right' : _ref$direction;
|
|
949
949
|
return Directions[direction];
|
|
950
950
|
}, function (_ref2) {
|
|
951
|
-
var
|
|
952
|
-
|
|
953
|
-
|
|
951
|
+
var _ref2$monochrome = _ref2.monochrome,
|
|
952
|
+
monochrome = _ref2$monochrome === void 0 ? true : _ref2$monochrome,
|
|
953
|
+
color = _ref2.color;
|
|
954
|
+
return monochrome && "\n & svg path {\n fill: var(--base-color-" + (color || 'black') + ", " + core.colors.black + ");\n }\n ";
|
|
955
|
+
});
|
|
954
956
|
|
|
955
957
|
var Expand12px = (function (_ref) {
|
|
956
958
|
var _ref$color = _ref.color,
|
|
@@ -962,6 +964,7 @@ var Expand12px = (function (_ref) {
|
|
|
962
964
|
height: "12",
|
|
963
965
|
viewBox: "0 0 12 12",
|
|
964
966
|
fill: "none",
|
|
967
|
+
role: "img",
|
|
965
968
|
"aria-label": ariaLabel
|
|
966
969
|
}, /*#__PURE__*/createElement("path", {
|
|
967
970
|
d: "M7.02857 0H5.31429V4.97143H0V6.68571H5.31429V12H7.02857V6.68571H12V4.97143H7.02857V0Z",
|
|
@@ -979,6 +982,7 @@ var Remove12px = (function (_ref) {
|
|
|
979
982
|
height: "12",
|
|
980
983
|
viewBox: "0 0 12 12",
|
|
981
984
|
fill: "none",
|
|
985
|
+
role: "img",
|
|
982
986
|
"aria-label": ariaLabel
|
|
983
987
|
}, /*#__PURE__*/createElement("g", null, /*#__PURE__*/createElement("path", {
|
|
984
988
|
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",
|
|
@@ -996,6 +1000,7 @@ var Tick = (function (_ref) {
|
|
|
996
1000
|
viewBox: "0 0 12 12",
|
|
997
1001
|
fill: "none",
|
|
998
1002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1003
|
+
role: "img",
|
|
999
1004
|
"aria-label": ariaLabel
|
|
1000
1005
|
}, /*#__PURE__*/createElement("path", {
|
|
1001
1006
|
d: "M4.09961 11.1999L1.09961 7.2999L1.89961 6.6999L4.09961 9.4999L10.0996 1.3999L10.8996 1.9999L4.09961 11.1999Z",
|
|
@@ -1013,6 +1018,7 @@ var AddToMyList = (function (_ref) {
|
|
|
1013
1018
|
viewBox: "0 0 24 24",
|
|
1014
1019
|
fill: "none",
|
|
1015
1020
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1021
|
+
role: "img",
|
|
1016
1022
|
"aria-label": ariaLabel
|
|
1017
1023
|
}, /*#__PURE__*/createElement("path", {
|
|
1018
1024
|
d: "M21 3H3V4H21V3Z",
|
|
@@ -1045,6 +1051,7 @@ var OnMyList = (function (_ref) {
|
|
|
1045
1051
|
viewBox: "0 0 24 24",
|
|
1046
1052
|
fill: "none",
|
|
1047
1053
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1054
|
+
role: "img",
|
|
1048
1055
|
"aria-label": ariaLabel
|
|
1049
1056
|
}, /*#__PURE__*/createElement("path", {
|
|
1050
1057
|
d: "M15.4996 20.2002L13.3996 17.7002L12.5996 18.3002L15.5996 21.8002L20.8996 13.8002L20.0996 13.2002L15.4996 20.2002Z",
|
|
@@ -1077,6 +1084,7 @@ var BookTickets = (function (_ref) {
|
|
|
1077
1084
|
viewBox: "0 0 24 24",
|
|
1078
1085
|
fill: "none",
|
|
1079
1086
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1087
|
+
role: "img",
|
|
1080
1088
|
"aria-label": ariaLabel
|
|
1081
1089
|
}, /*#__PURE__*/createElement("path", {
|
|
1082
1090
|
d: "M7 2H6V5H7V2Z",
|
|
@@ -1121,6 +1129,7 @@ var ChooseDates = (function (_ref) {
|
|
|
1121
1129
|
viewBox: "0 0 24 24",
|
|
1122
1130
|
fill: "none",
|
|
1123
1131
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1132
|
+
role: "img",
|
|
1124
1133
|
"aria-label": ariaLabel
|
|
1125
1134
|
}, /*#__PURE__*/createElement("path", {
|
|
1126
1135
|
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",
|
|
@@ -1138,6 +1147,7 @@ var EditMyList = (function (_ref) {
|
|
|
1138
1147
|
viewBox: "0 0 24 24",
|
|
1139
1148
|
fill: "none",
|
|
1140
1149
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1150
|
+
role: "img",
|
|
1141
1151
|
"aria-label": ariaLabel
|
|
1142
1152
|
}, /*#__PURE__*/createElement("path", {
|
|
1143
1153
|
d: "M21 3H3V4H21V3Z",
|
|
@@ -1170,6 +1180,7 @@ var Favourite = (function (_ref) {
|
|
|
1170
1180
|
viewBox: "0 0 24 24",
|
|
1171
1181
|
fill: "none",
|
|
1172
1182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1183
|
+
role: "img",
|
|
1173
1184
|
"aria-label": ariaLabel
|
|
1174
1185
|
}, /*#__PURE__*/createElement("path", {
|
|
1175
1186
|
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",
|
|
@@ -1187,6 +1198,7 @@ var FavouriteFull = (function (_ref) {
|
|
|
1187
1198
|
viewBox: "0 0 24 24",
|
|
1188
1199
|
fill: "none",
|
|
1189
1200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1201
|
+
role: "img",
|
|
1190
1202
|
"aria-label": ariaLabel
|
|
1191
1203
|
}, /*#__PURE__*/createElement("path", {
|
|
1192
1204
|
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",
|
|
@@ -1204,6 +1216,7 @@ var Filter = (function (_ref) {
|
|
|
1204
1216
|
viewBox: "0 0 24 24",
|
|
1205
1217
|
fill: "none",
|
|
1206
1218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1219
|
+
role: "img",
|
|
1207
1220
|
"aria-label": ariaLabel
|
|
1208
1221
|
}, /*#__PURE__*/createElement("path", {
|
|
1209
1222
|
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",
|
|
@@ -1227,6 +1240,7 @@ var FindAScreening = (function (_ref) {
|
|
|
1227
1240
|
viewBox: "0 0 24 24",
|
|
1228
1241
|
fill: "none",
|
|
1229
1242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1243
|
+
role: "img",
|
|
1230
1244
|
"aria-label": ariaLabel
|
|
1231
1245
|
}, /*#__PURE__*/createElement("path", {
|
|
1232
1246
|
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",
|
|
@@ -1259,6 +1273,7 @@ var Reminder = (function (_ref) {
|
|
|
1259
1273
|
viewBox: "0 0 24 24",
|
|
1260
1274
|
fill: "none",
|
|
1261
1275
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1276
|
+
role: "img",
|
|
1262
1277
|
"aria-label": ariaLabel
|
|
1263
1278
|
}, /*#__PURE__*/createElement("path", {
|
|
1264
1279
|
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",
|
|
@@ -1276,6 +1291,7 @@ var Subscribe = (function (_ref) {
|
|
|
1276
1291
|
viewBox: "0 0 24 24",
|
|
1277
1292
|
fill: "none",
|
|
1278
1293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1294
|
+
role: "img",
|
|
1279
1295
|
"aria-label": ariaLabel
|
|
1280
1296
|
}, /*#__PURE__*/createElement("path", {
|
|
1281
1297
|
d: "M20 4V20H4V4H20ZM21 3H3V21H21V3Z",
|
|
@@ -1296,6 +1312,7 @@ var Watch = (function (_ref) {
|
|
|
1296
1312
|
viewBox: "0 0 24 24",
|
|
1297
1313
|
fill: "none",
|
|
1298
1314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1315
|
+
role: "img",
|
|
1299
1316
|
"aria-label": ariaLabel
|
|
1300
1317
|
}, /*#__PURE__*/createElement("path", {
|
|
1301
1318
|
d: "M9 8L16 12L9 16V8Z",
|
|
@@ -1316,6 +1333,7 @@ var Arrow = (function (_ref) {
|
|
|
1316
1333
|
viewBox: "0 0 24 24",
|
|
1317
1334
|
fill: "none",
|
|
1318
1335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1336
|
+
role: "img",
|
|
1319
1337
|
"aria-label": ariaLabel
|
|
1320
1338
|
}, /*#__PURE__*/createElement("path", {
|
|
1321
1339
|
d: "M3 12.6001H19L12.9 18.7001L13.6 19.4001L21 12.0001L13.6 4.6001L12.9 5.3001L19.2 11.6001H3V12.6001Z",
|
|
@@ -1333,6 +1351,7 @@ var CarouselArrow = (function (_ref) {
|
|
|
1333
1351
|
viewBox: "0 0 24 24",
|
|
1334
1352
|
fill: "none",
|
|
1335
1353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1354
|
+
role: "img",
|
|
1336
1355
|
"aria-label": ariaLabel
|
|
1337
1356
|
}, /*#__PURE__*/createElement("path", {
|
|
1338
1357
|
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",
|
|
@@ -1350,6 +1369,7 @@ var DropdownArrow = (function (_ref) {
|
|
|
1350
1369
|
viewBox: "0 0 24 24",
|
|
1351
1370
|
fill: "none",
|
|
1352
1371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1372
|
+
role: "img",
|
|
1353
1373
|
"aria-label": ariaLabel
|
|
1354
1374
|
}, /*#__PURE__*/createElement("path", {
|
|
1355
1375
|
d: "M19.3 8L12 14.7L4.7 8L4 8.7L12 16L20 8.7L19.3 8Z",
|
|
@@ -1367,6 +1387,7 @@ var Cinema = (function (_ref) {
|
|
|
1367
1387
|
viewBox: "0 0 24 24",
|
|
1368
1388
|
fill: "none",
|
|
1369
1389
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1390
|
+
role: "img",
|
|
1370
1391
|
"aria-label": ariaLabel
|
|
1371
1392
|
}, /*#__PURE__*/createElement("path", {
|
|
1372
1393
|
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",
|
|
@@ -1399,6 +1420,7 @@ var Clock = (function (_ref) {
|
|
|
1399
1420
|
viewBox: "0 0 24 24",
|
|
1400
1421
|
fill: "none",
|
|
1401
1422
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1423
|
+
role: "img",
|
|
1402
1424
|
"aria-label": ariaLabel
|
|
1403
1425
|
}, /*#__PURE__*/createElement("path", {
|
|
1404
1426
|
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",
|
|
@@ -1419,6 +1441,7 @@ var CreditCard = (function (_ref) {
|
|
|
1419
1441
|
viewBox: "0 0 24 24",
|
|
1420
1442
|
fill: "none",
|
|
1421
1443
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1444
|
+
role: "img",
|
|
1422
1445
|
"aria-label": ariaLabel
|
|
1423
1446
|
}, /*#__PURE__*/createElement("path", {
|
|
1424
1447
|
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",
|
|
@@ -1442,6 +1465,7 @@ var Email = (function (_ref) {
|
|
|
1442
1465
|
viewBox: "0 0 24 24",
|
|
1443
1466
|
fill: "none",
|
|
1444
1467
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1468
|
+
role: "img",
|
|
1445
1469
|
"aria-label": ariaLabel
|
|
1446
1470
|
}, /*#__PURE__*/createElement("path", {
|
|
1447
1471
|
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",
|
|
@@ -1459,6 +1483,7 @@ var Info = (function (_ref) {
|
|
|
1459
1483
|
viewBox: "0 0 24 24",
|
|
1460
1484
|
fill: "none",
|
|
1461
1485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1486
|
+
role: "img",
|
|
1462
1487
|
"aria-label": ariaLabel
|
|
1463
1488
|
}, /*#__PURE__*/createElement("path", {
|
|
1464
1489
|
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",
|
|
@@ -1482,6 +1507,7 @@ var List = (function (_ref) {
|
|
|
1482
1507
|
viewBox: "0 0 24 24",
|
|
1483
1508
|
fill: "none",
|
|
1484
1509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1510
|
+
role: "img",
|
|
1485
1511
|
"aria-label": ariaLabel
|
|
1486
1512
|
}, /*#__PURE__*/createElement("path", {
|
|
1487
1513
|
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",
|
|
@@ -1514,6 +1540,7 @@ var Location = (function (_ref) {
|
|
|
1514
1540
|
viewBox: "0 0 24 24",
|
|
1515
1541
|
fill: "none",
|
|
1516
1542
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1543
|
+
role: "img",
|
|
1517
1544
|
"aria-label": ariaLabel
|
|
1518
1545
|
}, /*#__PURE__*/createElement("path", {
|
|
1519
1546
|
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",
|
|
@@ -1534,6 +1561,7 @@ var PDF = (function (_ref) {
|
|
|
1534
1561
|
viewBox: "0 0 24 24",
|
|
1535
1562
|
fill: "none",
|
|
1536
1563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1564
|
+
role: "img",
|
|
1537
1565
|
"aria-label": ariaLabel
|
|
1538
1566
|
}, /*#__PURE__*/createElement("path", {
|
|
1539
1567
|
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",
|
|
@@ -1560,6 +1588,7 @@ var Phone = (function (_ref) {
|
|
|
1560
1588
|
viewBox: "0 0 24 24",
|
|
1561
1589
|
fill: "none",
|
|
1562
1590
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1591
|
+
role: "img",
|
|
1563
1592
|
"aria-label": ariaLabel
|
|
1564
1593
|
}, /*#__PURE__*/createElement("path", {
|
|
1565
1594
|
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",
|
|
@@ -1577,6 +1606,7 @@ var Print = (function (_ref) {
|
|
|
1577
1606
|
viewBox: "0 0 24 24",
|
|
1578
1607
|
fill: "none",
|
|
1579
1608
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1609
|
+
role: "img",
|
|
1580
1610
|
"aria-label": ariaLabel
|
|
1581
1611
|
}, /*#__PURE__*/createElement("path", {
|
|
1582
1612
|
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",
|
|
@@ -1594,6 +1624,7 @@ var Seat = (function (_ref) {
|
|
|
1594
1624
|
viewBox: "0 0 24 24",
|
|
1595
1625
|
fill: "none",
|
|
1596
1626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1627
|
+
role: "img",
|
|
1597
1628
|
"aria-label": ariaLabel
|
|
1598
1629
|
}, /*#__PURE__*/createElement("path", {
|
|
1599
1630
|
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",
|
|
@@ -1614,6 +1645,7 @@ var Secure = (function (_ref) {
|
|
|
1614
1645
|
viewBox: "0 0 24 24",
|
|
1615
1646
|
fill: "none",
|
|
1616
1647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1648
|
+
role: "img",
|
|
1617
1649
|
"aria-label": ariaLabel
|
|
1618
1650
|
}, /*#__PURE__*/createElement("path", {
|
|
1619
1651
|
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",
|
|
@@ -1634,6 +1666,7 @@ var Standing = (function (_ref) {
|
|
|
1634
1666
|
viewBox: "0 0 24 24",
|
|
1635
1667
|
fill: "none",
|
|
1636
1668
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1669
|
+
role: "img",
|
|
1637
1670
|
"aria-label": ariaLabel
|
|
1638
1671
|
}, /*#__PURE__*/createElement("path", {
|
|
1639
1672
|
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",
|
|
@@ -1651,6 +1684,7 @@ var Tickets = (function (_ref) {
|
|
|
1651
1684
|
viewBox: "0 0 24 24",
|
|
1652
1685
|
fill: "none",
|
|
1653
1686
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1687
|
+
role: "img",
|
|
1654
1688
|
"aria-label": ariaLabel
|
|
1655
1689
|
}, /*#__PURE__*/createElement("path", {
|
|
1656
1690
|
d: "M12 14H11V16H12V14Z",
|
|
@@ -1674,6 +1708,7 @@ var Wheelchair = (function (_ref) {
|
|
|
1674
1708
|
viewBox: "0 0 24 24",
|
|
1675
1709
|
fill: "none",
|
|
1676
1710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1711
|
+
role: "img",
|
|
1677
1712
|
"aria-label": ariaLabel
|
|
1678
1713
|
}, /*#__PURE__*/createElement("path", {
|
|
1679
1714
|
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",
|
|
@@ -1681,6 +1716,159 @@ var Wheelchair = (function (_ref) {
|
|
|
1681
1716
|
}));
|
|
1682
1717
|
});
|
|
1683
1718
|
|
|
1719
|
+
var ApplePay = (function (_ref) {
|
|
1720
|
+
var ariaLabel = _ref.ariaLabel;
|
|
1721
|
+
return /*#__PURE__*/createElement("svg", {
|
|
1722
|
+
width: "100%",
|
|
1723
|
+
height: "100%",
|
|
1724
|
+
viewBox: "0 0 58 40",
|
|
1725
|
+
fill: "none",
|
|
1726
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1727
|
+
"aria-label": ariaLabel,
|
|
1728
|
+
role: "img"
|
|
1729
|
+
}, /*#__PURE__*/createElement("rect", {
|
|
1730
|
+
x: "0.5",
|
|
1731
|
+
y: "0.5",
|
|
1732
|
+
width: "57",
|
|
1733
|
+
height: "39",
|
|
1734
|
+
rx: "3.5",
|
|
1735
|
+
fill: "white",
|
|
1736
|
+
stroke: "#F3F3F3"
|
|
1737
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1738
|
+
fillRule: "evenodd",
|
|
1739
|
+
clipRule: "evenodd",
|
|
1740
|
+
d: "M17.5771 14.9265C17.1553 15.4313 16.4803 15.8294 15.8053 15.7725C15.7209 15.09 16.0513 14.3649 16.4381 13.9171C16.8599 13.3981 17.5982 13.0284 18.1959 13C18.2662 13.7109 17.992 14.4076 17.5771 14.9265ZM18.1888 15.9076C17.5942 15.873 17.0516 16.0884 16.6133 16.2624C16.3313 16.3744 16.0924 16.4692 15.9107 16.4692C15.7068 16.4692 15.4581 16.3693 15.1789 16.2571C14.813 16.1102 14.3947 15.9422 13.956 15.9502C12.9506 15.9645 12.0154 16.5403 11.5021 17.4573C10.4474 19.2915 11.2279 22.0071 12.2474 23.5C12.7467 24.2393 13.3443 25.0498 14.1318 25.0213C14.4783 25.0081 14.7275 24.9012 14.9854 24.7905C15.2823 24.6631 15.5908 24.5308 16.0724 24.5308C16.5374 24.5308 16.8324 24.6597 17.1155 24.7834C17.3847 24.9011 17.6433 25.014 18.0271 25.0071C18.8428 24.9929 19.356 24.2678 19.8553 23.5284C20.394 22.7349 20.6307 21.9605 20.6667 21.843L20.6709 21.8294C20.67 21.8285 20.6634 21.8254 20.6516 21.82C20.4715 21.7366 19.095 21.0995 19.0818 19.391C19.0686 17.957 20.1736 17.2304 20.3476 17.116C20.3582 17.109 20.3653 17.1043 20.3685 17.1019C19.6654 16.0498 18.5685 15.936 18.1888 15.9076ZM23.8349 24.9289V13.846H27.9482C30.0717 13.846 31.5553 15.3246 31.5553 17.4858C31.5553 19.6469 30.0435 21.1398 27.892 21.1398H25.5365V24.9289H23.8349ZM25.5365 15.2962H27.4982C28.9748 15.2962 29.8185 16.0924 29.8185 17.4929C29.8185 18.8934 28.9748 19.6967 27.4912 19.6967H25.5365V15.2962ZM37.1732 23.5995C36.7232 24.4668 35.7318 25.0142 34.6631 25.0142C33.081 25.0142 31.9771 24.0616 31.9771 22.6256C31.9771 21.2038 33.0459 20.3863 35.0217 20.2654L37.1451 20.1374V19.5261C37.1451 18.6232 36.5615 18.1327 35.5209 18.1327C34.6631 18.1327 34.0373 18.5806 33.9107 19.263H32.3779C32.4271 17.827 33.7631 16.782 35.5701 16.782C37.5177 16.782 38.7834 17.8128 38.7834 19.4123V24.9289H37.2084V23.5995H37.1732ZM35.1201 23.6991C34.2131 23.6991 33.6365 23.2583 33.6365 22.5829C33.6365 21.8863 34.192 21.481 35.2537 21.4171L37.1451 21.2962V21.9218C37.1451 22.9597 36.2732 23.6991 35.1201 23.6991ZM44.0076 25.3626C43.3256 27.3033 42.5451 27.9431 40.8857 27.9431C40.7592 27.9431 40.3373 27.9289 40.2388 27.9005V26.5711C40.3443 26.5853 40.6045 26.5995 40.7381 26.5995C41.4904 26.5995 41.9123 26.2796 42.1724 25.4479L42.3271 24.9573L39.4443 16.8886H41.2232L43.2271 23.436H43.2623L45.2662 16.8886H46.9959L44.0076 25.3626Z",
|
|
1741
|
+
fill: "#000000"
|
|
1742
|
+
}));
|
|
1743
|
+
});
|
|
1744
|
+
|
|
1745
|
+
var GooglePay = (function (_ref) {
|
|
1746
|
+
var ariaLabel = _ref.ariaLabel;
|
|
1747
|
+
return /*#__PURE__*/createElement("svg", {
|
|
1748
|
+
width: "100%",
|
|
1749
|
+
height: "100%",
|
|
1750
|
+
viewBox: "0 0 58 40",
|
|
1751
|
+
fill: "none",
|
|
1752
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1753
|
+
"aria-label": ariaLabel,
|
|
1754
|
+
role: "img"
|
|
1755
|
+
}, /*#__PURE__*/createElement("rect", {
|
|
1756
|
+
x: "0.5",
|
|
1757
|
+
y: "0.5",
|
|
1758
|
+
width: "57",
|
|
1759
|
+
height: "39",
|
|
1760
|
+
rx: "3.5",
|
|
1761
|
+
fill: "white",
|
|
1762
|
+
stroke: "#F3F3F3"
|
|
1763
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1764
|
+
fillRule: "evenodd",
|
|
1765
|
+
clipRule: "evenodd",
|
|
1766
|
+
d: "M27.9174 24.1182V19.6071V19.6062H30.3578C31.3639 19.6068 32.2095 19.2907 32.8945 18.6578C33.5868 18.0571 33.9738 17.1935 33.9541 16.2934C33.9678 15.3982 33.5815 14.541 32.8945 13.9422C32.2155 13.3059 31.3023 12.9587 30.3578 12.9778H26.4404V24.1182H27.9174ZM27.9174 18.2382V14.3494V14.3485H30.3945C30.9466 14.3334 31.4788 14.5487 31.856 14.9396C32.2355 15.2971 32.4496 15.7881 32.4496 16.3009C32.4496 16.8137 32.2355 17.3048 31.856 17.6622C31.4741 18.0449 30.9436 18.254 30.3945 18.2382H27.9174Z",
|
|
1767
|
+
fill: "#5F6368"
|
|
1768
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1769
|
+
fillRule: "evenodd",
|
|
1770
|
+
clipRule: "evenodd",
|
|
1771
|
+
d: "M39.9431 17.0951C39.3113 16.5297 38.4496 16.2471 37.3578 16.2471C35.9554 16.2471 34.8963 16.7448 34.1807 17.7404L35.4817 18.5342C35.9624 17.8598 36.6153 17.5226 37.4404 17.5226C37.9664 17.5167 38.4755 17.703 38.8661 18.0444C39.2555 18.3564 39.4795 18.8215 39.4762 19.3111V19.6382C38.9086 19.3271 38.1863 19.1715 37.3092 19.1715C36.2817 19.1727 35.4603 19.4062 34.845 19.872C34.2297 20.3377 33.922 20.965 33.922 21.7537C33.9086 22.4719 34.2302 23.1577 34.7973 23.6204C35.3807 24.1182 36.1058 24.3671 36.9725 24.3671C37.9878 24.3671 38.8012 23.9315 39.4129 23.0604H39.4771V24.1182H40.8899V19.4204C40.8905 18.4355 40.5749 17.6604 39.9431 17.0951ZM35.9367 22.7182C35.6273 22.5021 35.4448 22.1544 35.4468 21.7848C35.4468 21.3697 35.6477 21.024 36.0523 20.7395C36.4529 20.4592 36.9532 20.3191 37.5532 20.3191C38.3771 20.3191 39.0193 20.4968 39.4798 20.8524C39.4798 21.4533 39.2352 21.9768 38.7459 22.4231C38.3052 22.8501 37.7077 23.0905 37.0844 23.0915C36.6689 23.099 36.2634 22.9672 35.9367 22.7182Z",
|
|
1772
|
+
fill: "#5F6368"
|
|
1773
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1774
|
+
fillRule: "evenodd",
|
|
1775
|
+
clipRule: "evenodd",
|
|
1776
|
+
d: "M49 16.496L44.0679 27.4782H42.5431L44.3734 23.6355L41.1303 16.496H42.7358L45.0798 21.9715H45.1119L47.3917 16.496H49Z",
|
|
1777
|
+
fill: "#5F6368"
|
|
1778
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1779
|
+
fillRule: "evenodd",
|
|
1780
|
+
clipRule: "evenodd",
|
|
1781
|
+
d: "M21.9486 18.6347C21.9492 18.1986 21.9111 17.7632 21.8349 17.3334H15.6055V19.7983H19.1734C19.0259 20.5938 18.5493 21.2964 17.8541 21.7432V23.3432H19.9835C21.2303 22.2294 21.9486 20.5823 21.9486 18.6347Z",
|
|
1782
|
+
fill: "#4285F4"
|
|
1783
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1784
|
+
fillRule: "evenodd",
|
|
1785
|
+
clipRule: "evenodd",
|
|
1786
|
+
d: "M15.6055 24.8889C17.3881 24.8889 18.889 24.3217 19.9835 23.344L17.8541 21.744C17.2615 22.1333 16.4982 22.3555 15.6055 22.3555C13.8826 22.3555 12.4202 21.2302 11.8973 19.7137H9.70367V21.3626C10.8249 23.5244 13.1085 24.8887 15.6055 24.8889Z",
|
|
1787
|
+
fill: "#34A853"
|
|
1788
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1789
|
+
fillRule: "evenodd",
|
|
1790
|
+
clipRule: "evenodd",
|
|
1791
|
+
d: "M11.8973 19.7138C11.6208 18.9192 11.6208 18.0586 11.8973 17.264V15.6151H9.70367C8.76585 17.4232 8.76585 19.5546 9.70367 21.3627L11.8973 19.7138Z",
|
|
1792
|
+
fill: "#FBBC04"
|
|
1793
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1794
|
+
fillRule: "evenodd",
|
|
1795
|
+
clipRule: "evenodd",
|
|
1796
|
+
d: "M15.6055 14.6223C16.5475 14.6073 17.4577 14.9522 18.1395 15.5823V15.5823L20.0248 13.7556C18.8293 12.6677 17.2455 12.0704 15.6055 12.0889C13.1085 12.089 10.8249 13.4534 9.70367 15.6151L11.8973 17.264C12.4202 15.7476 13.8826 14.6223 15.6055 14.6223Z",
|
|
1797
|
+
fill: "#EA4335"
|
|
1798
|
+
}));
|
|
1799
|
+
});
|
|
1800
|
+
|
|
1801
|
+
var PayPal = (function (_ref) {
|
|
1802
|
+
var ariaLabel = _ref.ariaLabel;
|
|
1803
|
+
return /*#__PURE__*/createElement("svg", {
|
|
1804
|
+
width: "100%",
|
|
1805
|
+
height: "100%",
|
|
1806
|
+
viewBox: "0 0 58 40",
|
|
1807
|
+
fill: "none",
|
|
1808
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1809
|
+
"aria-label": ariaLabel,
|
|
1810
|
+
role: "img"
|
|
1811
|
+
}, /*#__PURE__*/createElement("rect", {
|
|
1812
|
+
x: "0.5",
|
|
1813
|
+
y: "0.5",
|
|
1814
|
+
width: "57",
|
|
1815
|
+
height: "39",
|
|
1816
|
+
rx: "3.5",
|
|
1817
|
+
fill: "white",
|
|
1818
|
+
stroke: "#F3F3F3"
|
|
1819
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1820
|
+
fillRule: "evenodd",
|
|
1821
|
+
clipRule: "evenodd",
|
|
1822
|
+
d: "M26.4388 20.2562L26.6913 18.6477L26.1288 18.6346H23.4429L25.3095 6.76505C25.3153 6.72911 25.3341 6.69575 25.3616 6.67201C25.3892 6.64827 25.4243 6.63525 25.4611 6.63525H29.9901C31.4937 6.63525 32.5313 6.94897 33.073 7.56826C33.327 7.85879 33.4887 8.16246 33.567 8.49653C33.6491 8.84713 33.6505 9.26596 33.5704 9.77689L33.5646 9.81405V10.1415L33.8186 10.2858C34.0324 10.3996 34.2024 10.5298 34.3328 10.6788C34.55 10.9273 34.6905 11.2431 34.7499 11.6173C34.8113 12.0022 34.791 12.4604 34.6905 12.979C34.5746 13.5755 34.3873 14.0951 34.1343 14.5202C33.9016 14.9119 33.6052 15.2369 33.2531 15.4886C32.9171 15.7279 32.5178 15.9095 32.0664 16.0257C31.6288 16.1399 31.1301 16.1975 30.583 16.1975H30.2305C29.9786 16.1975 29.7338 16.2886 29.5416 16.4517C29.3489 16.6183 29.2215 16.8459 29.1824 17.0947L29.1558 17.2396L28.7096 20.0747L28.6894 20.1787C28.684 20.2117 28.6748 20.2281 28.6613 20.2392C28.6493 20.2494 28.632 20.2562 28.615 20.2562H26.4388",
|
|
1823
|
+
fill: "#28356A"
|
|
1824
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1825
|
+
fillRule: "evenodd",
|
|
1826
|
+
clipRule: "evenodd",
|
|
1827
|
+
d: "M34.0589 9.85181C34.0455 9.93848 34.03 10.027 34.0126 10.1181C33.4154 13.1934 31.372 14.2558 28.7623 14.2558H27.4335C27.1143 14.2558 26.8453 14.4881 26.7957 14.8038L25.9227 20.3573C25.8904 20.5647 26.0497 20.7514 26.2582 20.7514H28.615C28.894 20.7514 29.1311 20.5481 29.1751 20.2721L29.1982 20.1521L29.6419 17.3281L29.6705 17.1732C29.7139 16.8962 29.9515 16.6928 30.2305 16.6928H30.583C32.8663 16.6928 34.6538 15.7632 35.1763 13.0728C35.3944 11.9489 35.2815 11.0105 34.704 10.3505C34.5293 10.1516 34.3125 9.98635 34.0589 9.85181",
|
|
1828
|
+
fill: "#298FC2"
|
|
1829
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1830
|
+
fillRule: "evenodd",
|
|
1831
|
+
clipRule: "evenodd",
|
|
1832
|
+
d: "M33.4342 9.60206C33.3429 9.57534 33.2488 9.5512 33.1522 9.52936C33.0551 9.50807 32.9557 9.48922 32.8533 9.47267C32.4951 9.41462 32.1025 9.38708 31.682 9.38708H28.1322C28.0447 9.38708 27.9617 9.40689 27.8874 9.44269C27.7236 9.52163 27.602 9.67707 27.5726 9.86736L26.8174 14.6641L26.7957 14.8039C26.8454 14.4882 27.1144 14.2558 27.4335 14.2558H28.7623C31.372 14.2558 33.4154 13.1929 34.0127 10.1181C34.0305 10.0271 34.0455 9.93856 34.0589 9.85189C33.9078 9.77146 33.7442 9.7027 33.568 9.64411C33.5244 9.62959 33.4795 9.61562 33.4342 9.60206",
|
|
1833
|
+
fill: "#22284F"
|
|
1834
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1835
|
+
fillRule: "evenodd",
|
|
1836
|
+
clipRule: "evenodd",
|
|
1837
|
+
d: "M27.5726 9.86737C27.6021 9.67708 27.7236 9.52165 27.8874 9.44325C27.9622 9.40731 28.0447 9.38751 28.1322 9.38751H31.682C32.1025 9.38751 32.4951 9.41518 32.8534 9.47323C32.9557 9.48964 33.0551 9.50863 33.1522 9.52992C33.2488 9.55162 33.3429 9.5759 33.4342 9.60248C33.4795 9.61605 33.5244 9.63015 33.5684 9.64412C33.7446 9.70272 33.9084 9.77202 34.0595 9.85191C34.2372 8.71545 34.058 7.94168 33.4453 7.241C32.7698 6.46953 31.5507 6.1394 29.9906 6.1394H25.4615C25.1429 6.1394 24.8711 6.37174 24.8218 6.68803L22.9354 18.6796C22.8982 18.9168 23.0807 19.1309 23.3193 19.1309H26.1153L27.5726 9.86737",
|
|
1838
|
+
fill: "#28356A"
|
|
1839
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1840
|
+
fillRule: "evenodd",
|
|
1841
|
+
clipRule: "evenodd",
|
|
1842
|
+
d: "M13.0946 23.5209H9.79248C9.56648 23.5209 9.3743 23.6855 9.339 23.9093L8.00345 32.4009C7.97695 32.5686 8.10638 32.7195 8.27584 32.7195H9.85225C10.0782 32.7195 10.2704 32.555 10.3057 32.3308L10.6659 30.0404C10.7006 29.8162 10.8932 29.6516 11.1188 29.6516H12.1641C14.3393 29.6516 15.5946 28.5959 15.9226 26.5042C16.0703 25.589 15.9288 24.87 15.5014 24.3664C15.0321 23.8134 14.1997 23.5209 13.0946 23.5209ZM13.4755 26.6224C13.2949 27.8106 12.3896 27.8106 11.5143 27.8106H11.0159L11.3655 25.5914C11.3863 25.4573 11.5021 25.3585 11.6374 25.3585H11.8658C12.4621 25.3585 13.0246 25.3585 13.3152 25.6994C13.4886 25.9027 13.5416 26.2049 13.4755 26.6224Z",
|
|
1843
|
+
fill: "#28356A"
|
|
1844
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1845
|
+
fillRule: "evenodd",
|
|
1846
|
+
clipRule: "evenodd",
|
|
1847
|
+
d: "M23.0496 26.5199H21.4683C21.3336 26.5199 21.2171 26.6187 21.1964 26.7528L21.1264 27.1963L21.0159 27.0356C20.6736 26.5373 19.9101 26.3707 19.1483 26.3707C17.4008 26.3707 15.9084 27.698 15.6177 29.5598C15.4666 30.4885 15.6814 31.3766 16.2068 31.9959C16.6887 32.5653 17.3782 32.8026 18.1985 32.8026C19.6065 32.8026 20.3871 31.8947 20.3871 31.8947L20.3167 32.3354C20.2902 32.5038 20.4196 32.6549 20.5881 32.6549H22.0124C22.2389 32.6549 22.4301 32.4903 22.4659 32.2661L23.3205 26.8385C23.3475 26.6714 23.2185 26.5199 23.0496 26.5199ZM20.8453 29.6064C20.6928 30.5122 19.9759 31.1204 19.0613 31.1204C18.6022 31.1204 18.2353 30.9727 17.9995 30.6929C17.7658 30.415 17.6771 30.0194 17.7513 29.5787C17.8939 28.6805 18.6229 28.0524 19.5235 28.0524C19.9725 28.0524 20.3375 28.2022 20.578 28.4843C20.8188 28.7695 20.9145 29.1676 20.8453 29.6064Z",
|
|
1848
|
+
fill: "#28356A"
|
|
1849
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1850
|
+
fillRule: "evenodd",
|
|
1851
|
+
clipRule: "evenodd",
|
|
1852
|
+
d: "M31.3495 26.6556H29.7604C29.6088 26.6556 29.4664 26.7312 29.3805 26.8576L27.1888 30.095L26.2598 26.9839C26.2014 26.7892 26.0223 26.6556 25.8195 26.6556H24.2581C24.0682 26.6556 23.9365 26.8416 23.9968 27.0208L25.7471 32.1718L24.1016 34.5014C23.9722 34.6849 24.1025 34.9372 24.3261 34.9372H25.9132C26.0639 34.9372 26.2048 34.8635 26.2903 34.7397L31.5754 27.089C31.702 26.906 31.572 26.6556 31.3495 26.6556",
|
|
1853
|
+
fill: "#28356A"
|
|
1854
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1855
|
+
fillRule: "evenodd",
|
|
1856
|
+
clipRule: "evenodd",
|
|
1857
|
+
d: "M36.6469 23.5209H33.3444C33.1189 23.5209 32.9267 23.6855 32.8914 23.9093L31.5559 32.4009C31.5294 32.5686 31.6588 32.7195 31.8273 32.7195H33.5221C33.6794 32.7195 33.8141 32.6044 33.8387 32.4475L34.2178 30.0404C34.2525 29.8162 34.4453 29.6516 34.6707 29.6516H35.7156C37.8912 29.6516 39.1461 28.5959 39.4745 26.5042C39.6227 25.589 39.4803 24.87 39.0529 24.3664C38.584 23.8134 37.7521 23.5209 36.6469 23.5209ZM37.0279 26.6224C36.8478 27.8106 35.9424 27.8106 35.0666 27.8106H34.5689L34.9189 25.5914C34.9396 25.4573 35.0545 25.3585 35.1902 25.3585H35.4186C36.0144 25.3585 36.5774 25.3585 36.868 25.6994C37.0414 25.9027 37.094 26.2049 37.0279 26.6224Z",
|
|
1858
|
+
fill: "#298FC2"
|
|
1859
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1860
|
+
fillRule: "evenodd",
|
|
1861
|
+
clipRule: "evenodd",
|
|
1862
|
+
d: "M46.5999 26.5199H45.0195C44.8839 26.5199 44.7685 26.6187 44.7482 26.7528L44.6782 27.1963L44.5671 27.0356C44.2248 26.5373 43.4619 26.3707 42.6999 26.3707C40.9526 26.3707 39.4607 27.698 39.1701 29.5598C39.0194 30.4885 39.2332 31.3766 39.7585 31.9959C40.2415 32.5653 40.9299 32.8026 41.7503 32.8026C43.1582 32.8026 43.9389 31.8947 43.9389 31.8947L43.8685 32.3354C43.842 32.5038 43.9713 32.6549 44.1408 32.6549H45.5647C45.7902 32.6549 45.9823 32.4903 46.0176 32.2661L46.8727 26.8385C46.8988 26.6714 46.7693 26.5199 46.5999 26.5199ZM44.3958 29.6064C44.2442 30.5122 43.5262 31.1204 42.6116 31.1204C42.1534 31.1204 41.7856 30.9727 41.5498 30.6929C41.3163 30.415 41.2283 30.0194 41.3016 29.5787C41.4451 28.6805 42.1732 28.0524 43.0738 28.0524C43.5228 28.0524 43.8878 28.2022 44.1283 28.4843C44.3701 28.7695 44.4657 29.1676 44.3958 29.6064Z",
|
|
1863
|
+
fill: "#298FC2"
|
|
1864
|
+
}), /*#__PURE__*/createElement("path", {
|
|
1865
|
+
fillRule: "evenodd",
|
|
1866
|
+
clipRule: "evenodd",
|
|
1867
|
+
d: "M48.3324 23.7543L46.9771 32.4013C46.9506 32.569 47.0799 32.7199 47.2484 32.7199H48.611C48.8375 32.7199 49.0296 32.5554 49.0643 32.3312L50.4008 23.84C50.4275 23.6724 50.298 23.5209 50.1295 23.5209H48.6038C48.4691 23.5213 48.3532 23.6202 48.3324 23.7543",
|
|
1868
|
+
fill: "#298FC2"
|
|
1869
|
+
}));
|
|
1870
|
+
});
|
|
1871
|
+
|
|
1684
1872
|
var BalletAndDance = (function (_ref) {
|
|
1685
1873
|
var _ref$color = _ref.color,
|
|
1686
1874
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color,
|
|
@@ -1691,6 +1879,7 @@ var BalletAndDance = (function (_ref) {
|
|
|
1691
1879
|
viewBox: "0 0 24 24",
|
|
1692
1880
|
fill: "none",
|
|
1693
1881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1882
|
+
role: "img",
|
|
1694
1883
|
"aria-label": ariaLabel
|
|
1695
1884
|
}, /*#__PURE__*/createElement("path", {
|
|
1696
1885
|
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",
|
|
@@ -1708,6 +1897,7 @@ var Basket = (function (_ref) {
|
|
|
1708
1897
|
viewBox: "0 0 24 24",
|
|
1709
1898
|
fill: "none",
|
|
1710
1899
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1900
|
+
role: "img",
|
|
1711
1901
|
"aria-label": ariaLabel
|
|
1712
1902
|
}, /*#__PURE__*/createElement("path", {
|
|
1713
1903
|
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",
|
|
@@ -1725,6 +1915,7 @@ var BasketFull = (function (_ref) {
|
|
|
1725
1915
|
viewBox: "0 0 24 24",
|
|
1726
1916
|
fill: "none",
|
|
1727
1917
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1918
|
+
role: "img",
|
|
1728
1919
|
"aria-label": ariaLabel
|
|
1729
1920
|
}, /*#__PURE__*/createElement("path", {
|
|
1730
1921
|
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",
|
|
@@ -1742,6 +1933,7 @@ var Home = (function (_ref) {
|
|
|
1742
1933
|
viewBox: "0 0 24 24",
|
|
1743
1934
|
fill: "none",
|
|
1744
1935
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1936
|
+
role: "img",
|
|
1745
1937
|
"aria-label": ariaLabel
|
|
1746
1938
|
}, /*#__PURE__*/createElement("path", {
|
|
1747
1939
|
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",
|
|
@@ -1759,6 +1951,7 @@ var LiveStream = (function (_ref) {
|
|
|
1759
1951
|
viewBox: "0 0 24 24",
|
|
1760
1952
|
fill: "none",
|
|
1761
1953
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1954
|
+
role: "img",
|
|
1762
1955
|
"aria-label": ariaLabel
|
|
1763
1956
|
}, /*#__PURE__*/createElement("path", {
|
|
1764
1957
|
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",
|
|
@@ -1788,6 +1981,7 @@ var Menu = (function (_ref) {
|
|
|
1788
1981
|
viewBox: "0 0 24 24",
|
|
1789
1982
|
fill: "none",
|
|
1790
1983
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1984
|
+
role: "img",
|
|
1791
1985
|
"aria-label": ariaLabel
|
|
1792
1986
|
}, /*#__PURE__*/createElement("path", {
|
|
1793
1987
|
d: "M22 5H2V6H22V5Z",
|
|
@@ -1811,6 +2005,7 @@ var OperaAndMusic = (function (_ref) {
|
|
|
1811
2005
|
viewBox: "0 0 24 24",
|
|
1812
2006
|
fill: "none",
|
|
1813
2007
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2008
|
+
role: "img",
|
|
1814
2009
|
"aria-label": ariaLabel
|
|
1815
2010
|
}, /*#__PURE__*/createElement("path", {
|
|
1816
2011
|
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",
|
|
@@ -1846,6 +2041,7 @@ var Search = (function (_ref) {
|
|
|
1846
2041
|
viewBox: "0 0 24 24",
|
|
1847
2042
|
fill: "none",
|
|
1848
2043
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2044
|
+
role: "img",
|
|
1849
2045
|
"aria-label": ariaLabel
|
|
1850
2046
|
}, /*#__PURE__*/createElement("path", {
|
|
1851
2047
|
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",
|
|
@@ -1863,6 +2059,7 @@ var Settings = (function (_ref) {
|
|
|
1863
2059
|
viewBox: "0 0 24 24",
|
|
1864
2060
|
fill: "none",
|
|
1865
2061
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2062
|
+
role: "img",
|
|
1866
2063
|
"aria-label": ariaLabel
|
|
1867
2064
|
}, /*#__PURE__*/createElement("path", {
|
|
1868
2065
|
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",
|
|
@@ -1883,6 +2080,7 @@ var User = (function (_ref) {
|
|
|
1883
2080
|
viewBox: "0 0 24 24",
|
|
1884
2081
|
fill: "none",
|
|
1885
2082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2083
|
+
role: "img",
|
|
1886
2084
|
"aria-label": ariaLabel
|
|
1887
2085
|
}, /*#__PURE__*/createElement("path", {
|
|
1888
2086
|
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",
|
|
@@ -1903,6 +2101,7 @@ var UserSignedIn = (function (_ref) {
|
|
|
1903
2101
|
viewBox: "0 0 24 24",
|
|
1904
2102
|
fill: "none",
|
|
1905
2103
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2104
|
+
role: "img",
|
|
1906
2105
|
"aria-label": ariaLabel
|
|
1907
2106
|
}, /*#__PURE__*/createElement("path", {
|
|
1908
2107
|
d: "M22 21H2C2.4 17.7 2 11 12 11C22 11 21.6 17.7 22 21Z",
|
|
@@ -2037,6 +2236,7 @@ var Delete = (function (_ref) {
|
|
|
2037
2236
|
viewBox: "0 0 24 24",
|
|
2038
2237
|
fill: "none",
|
|
2039
2238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2239
|
+
role: "img",
|
|
2040
2240
|
"aria-label": ariaLabel
|
|
2041
2241
|
}, /*#__PURE__*/createElement("path", {
|
|
2042
2242
|
d: "M11 4L2 12L11 20H22V4H11ZM21 19H11.4L3.5 12L11.4 5H21V19Z",
|
|
@@ -2074,6 +2274,7 @@ var Space = (function (_ref) {
|
|
|
2074
2274
|
viewBox: "0 0 24 24",
|
|
2075
2275
|
fill: "none",
|
|
2076
2276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2277
|
+
role: "img",
|
|
2077
2278
|
"aria-label": ariaLabel
|
|
2078
2279
|
}, /*#__PURE__*/createElement("path", {
|
|
2079
2280
|
d: "M21 16V19H3V16H2V19V20H3H21H22V19V16H21Z",
|
|
@@ -2091,6 +2292,7 @@ var Close = (function (_ref) {
|
|
|
2091
2292
|
viewBox: "0 0 24 24",
|
|
2092
2293
|
fill: "none",
|
|
2093
2294
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2295
|
+
role: "img",
|
|
2094
2296
|
"aria-label": ariaLabel
|
|
2095
2297
|
}, /*#__PURE__*/createElement("path", {
|
|
2096
2298
|
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",
|
|
@@ -2108,6 +2310,7 @@ var Confirm = (function (_ref) {
|
|
|
2108
2310
|
viewBox: "0 0 24 24",
|
|
2109
2311
|
fill: "none",
|
|
2110
2312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2313
|
+
role: "img",
|
|
2111
2314
|
"aria-label": ariaLabel
|
|
2112
2315
|
}, /*#__PURE__*/createElement("path", {
|
|
2113
2316
|
d: "M9.09961 21L3 12.5L3.8 11.9L9.09961 19.3L21.1996 3L21.9996 3.6L9.09961 21Z",
|
|
@@ -2125,6 +2328,7 @@ var Detract = (function (_ref) {
|
|
|
2125
2328
|
viewBox: "0 0 24 24",
|
|
2126
2329
|
fill: "none",
|
|
2127
2330
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2331
|
+
role: "img",
|
|
2128
2332
|
"aria-label": ariaLabel
|
|
2129
2333
|
}, /*#__PURE__*/createElement("path", {
|
|
2130
2334
|
d: "M21 11.5H3V12.5H21V11.5Z",
|
|
@@ -2142,6 +2346,7 @@ var Expand = (function (_ref) {
|
|
|
2142
2346
|
viewBox: "0 0 24 24",
|
|
2143
2347
|
fill: "none",
|
|
2144
2348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2349
|
+
role: "img",
|
|
2145
2350
|
"aria-label": ariaLabel
|
|
2146
2351
|
}, /*#__PURE__*/createElement("path", {
|
|
2147
2352
|
d: "M12.5 11.5V3H11.5V11.5H3V12.5H11.5V21H12.5V12.5H21V11.5H12.5Z",
|
|
@@ -2159,6 +2364,7 @@ var ExternalLink = (function (_ref) {
|
|
|
2159
2364
|
viewBox: "0 0 24 24",
|
|
2160
2365
|
fill: "none",
|
|
2161
2366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2367
|
+
role: "img",
|
|
2162
2368
|
"aria-label": ariaLabel
|
|
2163
2369
|
}, /*#__PURE__*/createElement("path", {
|
|
2164
2370
|
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",
|
|
@@ -2179,6 +2385,7 @@ var GridView = (function (_ref) {
|
|
|
2179
2385
|
viewBox: "0 0 24 24",
|
|
2180
2386
|
fill: "none",
|
|
2181
2387
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2388
|
+
role: "img",
|
|
2182
2389
|
"aria-label": ariaLabel
|
|
2183
2390
|
}, /*#__PURE__*/createElement("path", {
|
|
2184
2391
|
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",
|
|
@@ -2196,6 +2403,7 @@ var ListView = (function (_ref) {
|
|
|
2196
2403
|
viewBox: "0 0 24 24",
|
|
2197
2404
|
fill: "none",
|
|
2198
2405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2406
|
+
role: "img",
|
|
2199
2407
|
"aria-label": ariaLabel
|
|
2200
2408
|
}, /*#__PURE__*/createElement("path", {
|
|
2201
2409
|
d: "M3 3V7H21V3H3ZM20 6H4V4H20V6Z",
|
|
@@ -2219,6 +2427,7 @@ var Refresh = (function (_ref) {
|
|
|
2219
2427
|
viewBox: "0 0 24 24",
|
|
2220
2428
|
fill: "none",
|
|
2221
2429
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2430
|
+
role: "img",
|
|
2222
2431
|
"aria-label": ariaLabel
|
|
2223
2432
|
}, /*#__PURE__*/createElement("path", {
|
|
2224
2433
|
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",
|
|
@@ -2239,6 +2448,7 @@ var Remove = (function (_ref) {
|
|
|
2239
2448
|
viewBox: "0 0 12 12",
|
|
2240
2449
|
fill: "none",
|
|
2241
2450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2451
|
+
role: "img",
|
|
2242
2452
|
"aria-label": ariaLabel
|
|
2243
2453
|
}, /*#__PURE__*/createElement("path", {
|
|
2244
2454
|
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",
|
|
@@ -2256,6 +2466,7 @@ var Star = (function (_ref) {
|
|
|
2256
2466
|
viewBox: "0 0 48 46",
|
|
2257
2467
|
fill: "none",
|
|
2258
2468
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2469
|
+
role: "img",
|
|
2259
2470
|
"aria-label": ariaLabel
|
|
2260
2471
|
}, /*#__PURE__*/createElement("path", {
|
|
2261
2472
|
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",
|
|
@@ -2273,6 +2484,7 @@ var AudioDescription = (function (_ref) {
|
|
|
2273
2484
|
viewBox: "0 0 24 24",
|
|
2274
2485
|
fill: "none",
|
|
2275
2486
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2487
|
+
role: "img",
|
|
2276
2488
|
"aria-label": ariaLabel
|
|
2277
2489
|
}, /*#__PURE__*/createElement("path", {
|
|
2278
2490
|
d: "M21 5V19H3V5H21ZM22 4H2V20H22V4Z",
|
|
@@ -2296,6 +2508,7 @@ var Back10 = (function (_ref) {
|
|
|
2296
2508
|
viewBox: "0 0 24 24",
|
|
2297
2509
|
fill: "none",
|
|
2298
2510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2511
|
+
role: "img",
|
|
2299
2512
|
"aria-label": ariaLabel
|
|
2300
2513
|
}, /*#__PURE__*/createElement("path", {
|
|
2301
2514
|
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",
|
|
@@ -2319,6 +2532,7 @@ var Clips = (function (_ref) {
|
|
|
2319
2532
|
viewBox: "0 0 24 24",
|
|
2320
2533
|
fill: "none",
|
|
2321
2534
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2535
|
+
role: "img",
|
|
2322
2536
|
"aria-label": ariaLabel
|
|
2323
2537
|
}, /*#__PURE__*/createElement("path", {
|
|
2324
2538
|
d: "M15 11V19H3V11H15ZM16 10H2V20H16V10Z",
|
|
@@ -2342,6 +2556,7 @@ var Forward10 = (function (_ref) {
|
|
|
2342
2556
|
viewBox: "0 0 24 24",
|
|
2343
2557
|
fill: "none",
|
|
2344
2558
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2559
|
+
role: "img",
|
|
2345
2560
|
"aria-label": ariaLabel
|
|
2346
2561
|
}, /*#__PURE__*/createElement("path", {
|
|
2347
2562
|
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",
|
|
@@ -2365,6 +2580,7 @@ var FullScreen = (function (_ref) {
|
|
|
2365
2580
|
viewBox: "0 0 24 24",
|
|
2366
2581
|
fill: "none",
|
|
2367
2582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2583
|
+
role: "img",
|
|
2368
2584
|
"aria-label": ariaLabel
|
|
2369
2585
|
}, /*#__PURE__*/createElement("path", {
|
|
2370
2586
|
d: "M3 9H4V4H9V3H3V9Z",
|
|
@@ -2391,6 +2607,7 @@ var Minimise = (function (_ref) {
|
|
|
2391
2607
|
viewBox: "0 0 24 24",
|
|
2392
2608
|
fill: "none",
|
|
2393
2609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2610
|
+
role: "img",
|
|
2394
2611
|
"aria-label": ariaLabel
|
|
2395
2612
|
}, /*#__PURE__*/createElement("path", {
|
|
2396
2613
|
d: "M9 3H8V8H3V9H9V3Z",
|
|
@@ -2417,6 +2634,7 @@ var Muted = (function (_ref) {
|
|
|
2417
2634
|
viewBox: "0 0 24 24",
|
|
2418
2635
|
fill: "none",
|
|
2419
2636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2637
|
+
role: "img",
|
|
2420
2638
|
"aria-label": ariaLabel
|
|
2421
2639
|
}, /*#__PURE__*/createElement("path", {
|
|
2422
2640
|
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",
|
|
@@ -2437,6 +2655,7 @@ var Pause = (function (_ref) {
|
|
|
2437
2655
|
viewBox: "0 0 24 24",
|
|
2438
2656
|
fill: "none",
|
|
2439
2657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2658
|
+
role: "img",
|
|
2440
2659
|
"aria-label": ariaLabel
|
|
2441
2660
|
}, /*#__PURE__*/createElement("path", {
|
|
2442
2661
|
d: "M10 2H4V22H10V2Z",
|
|
@@ -2457,6 +2676,7 @@ var Play = (function (_ref) {
|
|
|
2457
2676
|
viewBox: "0 0 24 24",
|
|
2458
2677
|
fill: "none",
|
|
2459
2678
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2679
|
+
role: "img",
|
|
2460
2680
|
"aria-label": ariaLabel
|
|
2461
2681
|
}, /*#__PURE__*/createElement("path", {
|
|
2462
2682
|
d: "M5.5 3.8999L20 11.9999L5.5 20.0999V3.8999Z",
|
|
@@ -2477,6 +2697,7 @@ var Restart = (function (_ref) {
|
|
|
2477
2697
|
viewBox: "0 0 24 24",
|
|
2478
2698
|
fill: "none",
|
|
2479
2699
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2700
|
+
role: "img",
|
|
2480
2701
|
"aria-label": ariaLabel
|
|
2481
2702
|
}, /*#__PURE__*/createElement("path", {
|
|
2482
2703
|
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",
|
|
@@ -2494,6 +2715,7 @@ var Subtitles = (function (_ref) {
|
|
|
2494
2715
|
viewBox: "0 0 24 24",
|
|
2495
2716
|
fill: "none",
|
|
2496
2717
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2718
|
+
role: "img",
|
|
2497
2719
|
"aria-label": ariaLabel
|
|
2498
2720
|
}, /*#__PURE__*/createElement("path", {
|
|
2499
2721
|
d: "M9 7H7V8H9V7Z",
|
|
@@ -2529,6 +2751,7 @@ var Trailer = (function (_ref) {
|
|
|
2529
2751
|
viewBox: "0 0 24 24",
|
|
2530
2752
|
fill: "none",
|
|
2531
2753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2754
|
+
role: "img",
|
|
2532
2755
|
"aria-label": ariaLabel
|
|
2533
2756
|
}, /*#__PURE__*/createElement("path", {
|
|
2534
2757
|
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",
|
|
@@ -2549,6 +2772,7 @@ var Volume = (function (_ref) {
|
|
|
2549
2772
|
viewBox: "0 0 24 24",
|
|
2550
2773
|
fill: "none",
|
|
2551
2774
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2775
|
+
role: "img",
|
|
2552
2776
|
"aria-label": ariaLabel
|
|
2553
2777
|
}, /*#__PURE__*/createElement("path", {
|
|
2554
2778
|
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",
|
|
@@ -2565,6 +2789,7 @@ var Volume = (function (_ref) {
|
|
|
2565
2789
|
/* 12px */
|
|
2566
2790
|
var IconLibrary = {
|
|
2567
2791
|
AddToMyList: AddToMyList,
|
|
2792
|
+
ApplePay: ApplePay,
|
|
2568
2793
|
Arrow: Arrow,
|
|
2569
2794
|
AudioDescription: AudioDescription,
|
|
2570
2795
|
Back10: Back10,
|
|
@@ -2595,6 +2820,7 @@ var IconLibrary = {
|
|
|
2595
2820
|
FindAScreening: FindAScreening,
|
|
2596
2821
|
Forward10: Forward10,
|
|
2597
2822
|
FullScreen: FullScreen,
|
|
2823
|
+
GooglePay: GooglePay,
|
|
2598
2824
|
GridView: GridView,
|
|
2599
2825
|
Home: Home,
|
|
2600
2826
|
Info: Info,
|
|
@@ -2609,6 +2835,7 @@ var IconLibrary = {
|
|
|
2609
2835
|
OnMyList: OnMyList,
|
|
2610
2836
|
OperaAndMusic: OperaAndMusic,
|
|
2611
2837
|
Pause: Pause,
|
|
2838
|
+
PayPal: PayPal,
|
|
2612
2839
|
PDF: PDF,
|
|
2613
2840
|
Phone: Phone,
|
|
2614
2841
|
Play: Play,
|
|
@@ -2642,6 +2869,10 @@ var IconLibrary = {
|
|
|
2642
2869
|
Youtube: Youtube
|
|
2643
2870
|
};
|
|
2644
2871
|
|
|
2872
|
+
// Icons whose artwork carries its own brand colours (payment marks etc).
|
|
2873
|
+
// Everything else is a single-colour outline that takes its fill from `color`.
|
|
2874
|
+
var multicolorIcons = ['ApplePay', 'GooglePay', 'PayPal'];
|
|
2875
|
+
|
|
2645
2876
|
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
2646
2877
|
var className = _ref.className,
|
|
2647
2878
|
color = _ref.color,
|
|
@@ -2650,11 +2881,13 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
2650
2881
|
direction = _ref.direction,
|
|
2651
2882
|
ariaLabel = _ref.ariaLabel;
|
|
2652
2883
|
var IconComponent = IconLibrary[iconName];
|
|
2884
|
+
var monochrome = !multicolorIcons.includes(iconName);
|
|
2653
2885
|
return /*#__PURE__*/createElement(Wrapper, {
|
|
2654
2886
|
className: className,
|
|
2655
2887
|
color: color,
|
|
2656
2888
|
title: title,
|
|
2657
|
-
direction: direction
|
|
2889
|
+
direction: direction,
|
|
2890
|
+
monochrome: monochrome
|
|
2658
2891
|
}, /*#__PURE__*/createElement(IconComponent, {
|
|
2659
2892
|
color: color,
|
|
2660
2893
|
ariaLabel: ariaLabel
|
|
@@ -4596,6 +4829,23 @@ var TimerValueSeparator = /*#__PURE__*/styled.div(_templateObject6$3 || (_templa
|
|
|
4596
4829
|
var TimerValueWrapper = /*#__PURE__*/styled.div(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
4597
4830
|
var TimerValue = /*#__PURE__*/styled.div(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
4598
4831
|
|
|
4832
|
+
var pad = function pad(num) {
|
|
4833
|
+
return String(num || 0).padStart(2, '0');
|
|
4834
|
+
};
|
|
4835
|
+
|
|
4836
|
+
var renderTimerValue = function renderTimerValue(value, title, separator) {
|
|
4837
|
+
if (separator === void 0) {
|
|
4838
|
+
separator = true;
|
|
4839
|
+
}
|
|
4840
|
+
|
|
4841
|
+
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(TimerValueWrapper, null, /*#__PURE__*/React__default.createElement(TimerValue, {
|
|
4842
|
+
className: 'chord-timer-value',
|
|
4843
|
+
"data-testid": title
|
|
4844
|
+
}, value), /*#__PURE__*/React__default.createElement(TimerLabel, {
|
|
4845
|
+
className: 'chord-timer-label'
|
|
4846
|
+
}, title)), separator && /*#__PURE__*/React__default.createElement(TimerValueSeparator, null, ":"));
|
|
4847
|
+
};
|
|
4848
|
+
|
|
4599
4849
|
var Timer = function Timer(_ref) {
|
|
4600
4850
|
var endDate = _ref.endDate,
|
|
4601
4851
|
title = _ref.title,
|
|
@@ -4605,39 +4855,27 @@ var Timer = function Timer(_ref) {
|
|
|
4605
4855
|
_ref$color = _ref.color,
|
|
4606
4856
|
color = _ref$color === void 0 ? Colors.Black : _ref$color;
|
|
4607
4857
|
|
|
4608
|
-
var
|
|
4609
|
-
seconds =
|
|
4610
|
-
setSeconds =
|
|
4611
|
-
|
|
4612
|
-
var _React$useState2 = React__default.useState('00'),
|
|
4613
|
-
minutes = _React$useState2[0],
|
|
4614
|
-
setMinutes = _React$useState2[1];
|
|
4858
|
+
var _useState = useState('00'),
|
|
4859
|
+
seconds = _useState[0],
|
|
4860
|
+
setSeconds = _useState[1];
|
|
4615
4861
|
|
|
4616
|
-
var
|
|
4617
|
-
|
|
4618
|
-
|
|
4862
|
+
var _useState2 = useState('00'),
|
|
4863
|
+
minutes = _useState2[0],
|
|
4864
|
+
setMinutes = _useState2[1];
|
|
4619
4865
|
|
|
4620
|
-
var
|
|
4621
|
-
|
|
4622
|
-
|
|
4866
|
+
var _useState3 = useState('00'),
|
|
4867
|
+
hours = _useState3[0],
|
|
4868
|
+
setHours = _useState3[1];
|
|
4623
4869
|
|
|
4624
|
-
var
|
|
4625
|
-
|
|
4626
|
-
|
|
4870
|
+
var _useState4 = useState('00'),
|
|
4871
|
+
days = _useState4[0],
|
|
4872
|
+
setDays = _useState4[1];
|
|
4627
4873
|
|
|
4628
|
-
var
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
}
|
|
4632
|
-
|
|
4633
|
-
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(TimerValueWrapper, null, /*#__PURE__*/React__default.createElement(TimerValue, {
|
|
4634
|
-
className: 'chord-timer-value'
|
|
4635
|
-
}, value), /*#__PURE__*/React__default.createElement(TimerLabel, {
|
|
4636
|
-
className: 'chord-timer-label'
|
|
4637
|
-
}, title)), separator && /*#__PURE__*/React__default.createElement(TimerValueSeparator, null, ":"));
|
|
4638
|
-
};
|
|
4874
|
+
var _useState5 = useState(false),
|
|
4875
|
+
isEndDateReached = _useState5[0],
|
|
4876
|
+
setIsEndDateReached = _useState5[1];
|
|
4639
4877
|
|
|
4640
|
-
|
|
4878
|
+
useEffect(function () {
|
|
4641
4879
|
if (isEndDateReached) return; // We use this to set values for the timer immediately
|
|
4642
4880
|
|
|
4643
4881
|
var setIntervalAndExecute = function setIntervalAndExecute(fn, delay) {
|
|
@@ -4646,20 +4884,23 @@ var Timer = function Timer(_ref) {
|
|
|
4646
4884
|
};
|
|
4647
4885
|
|
|
4648
4886
|
var updateValues = function updateValues() {
|
|
4649
|
-
var futureDate =
|
|
4650
|
-
var nowDate = moment();
|
|
4651
|
-
var differenceInMilliseconds = futureDate.valueOf() - nowDate.valueOf();
|
|
4652
|
-
var difference = moment(differenceInMilliseconds).utc();
|
|
4887
|
+
var futureDate = new Date(endDate); // Date.now() is explicitly passed here just to satisfy Jest time mocking.
|
|
4653
4888
|
|
|
4654
|
-
|
|
4889
|
+
var nowDate = new Date(Date.now());
|
|
4890
|
+
var diffInMs = futureDate.getTime() - nowDate.getTime();
|
|
4891
|
+
|
|
4892
|
+
if (diffInMs < 0) {
|
|
4655
4893
|
setIsEndDateReached(true);
|
|
4656
4894
|
if (endDateHandler) endDateHandler();
|
|
4657
4895
|
} else {
|
|
4658
|
-
var
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
var
|
|
4896
|
+
var duration = intervalToDuration({
|
|
4897
|
+
start: nowDate,
|
|
4898
|
+
end: futureDate
|
|
4899
|
+
});
|
|
4900
|
+
var daysDiff = pad(differenceInDays(futureDate, nowDate));
|
|
4901
|
+
var hoursDiff = pad(duration.hours);
|
|
4902
|
+
var minutesDiff = pad(duration.minutes);
|
|
4903
|
+
var secondsDiff = pad(duration.seconds);
|
|
4663
4904
|
setDays(daysDiff);
|
|
4664
4905
|
setHours(hoursDiff);
|
|
4665
4906
|
setMinutes(minutesDiff);
|
|
@@ -4672,7 +4913,7 @@ var Timer = function Timer(_ref) {
|
|
|
4672
4913
|
clearInterval(interval);
|
|
4673
4914
|
};
|
|
4674
4915
|
});
|
|
4675
|
-
var hideTimer =
|
|
4916
|
+
var hideTimer = isPast(new Date(endDate));
|
|
4676
4917
|
if (hideTimer) return null;
|
|
4677
4918
|
return /*#__PURE__*/React__default.createElement(TimerWrapper, {
|
|
4678
4919
|
color: color
|
|
@@ -7468,19 +7709,21 @@ var UpsellBorderBox = /*#__PURE__*/styled.div(_templateObject$M || (_templateObj
|
|
|
7468
7709
|
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);
|
|
7469
7710
|
var TextContainer = /*#__PURE__*/styled.div(_templateObject3$p || (_templateObject3$p = /*#__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);
|
|
7470
7711
|
|
|
7471
|
-
var _templateObject$N, _templateObject2$x, _templateObject3$q, _templateObject4$j, _templateObject5$e, _templateObject6$c;
|
|
7712
|
+
var _templateObject$N, _templateObject2$x, _templateObject3$q, _templateObject4$j, _templateObject5$e, _templateObject6$c, _templateObject7$7, _templateObject8$6;
|
|
7472
7713
|
var AccordionContainer = /*#__PURE__*/styled.div(_templateObject$N || (_templateObject$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n div {\n overflow: hidden;\n }\n"])));
|
|
7473
7714
|
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"])));
|
|
7474
7715
|
var ChildrenContainer = /*#__PURE__*/styled.div(_templateObject3$q || (_templateObject3$q = /*#__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) {
|
|
7475
7716
|
var isVisible = _ref.isVisible;
|
|
7476
7717
|
return isVisible ? 'visible' : 'hidden';
|
|
7477
7718
|
}, devices.mobile);
|
|
7478
|
-
var
|
|
7479
|
-
var
|
|
7719
|
+
var IconGroup = /*#__PURE__*/styled.div(_templateObject4$j || (_templateObject4$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n flex-shrink: 0;\n\n margin: 12px;\n"])));
|
|
7720
|
+
var DisplayIconWrapper = /*#__PURE__*/styled.div(_templateObject5$e || (_templateObject5$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-shrink: 0;\n width: 50px;\n height: 34px;\n\n margin: 0;\n"])));
|
|
7721
|
+
var PrintHideWrapper = /*#__PURE__*/styled.div(_templateObject6$c || (_templateObject6$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-left: 12px;\n\n @media print {\n display: none;\n }\n"])));
|
|
7722
|
+
var TitleContainer$3 = /*#__PURE__*/styled.div(_templateObject7$7 || (_templateObject7$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n\n && h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n div:not(", "):not(", ") {\n margin: 21px 20px;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n @media ", " {\n margin: 12px 20px 12px 0px;\n }\n }\n\n && svg {\n width: var(--navigation-middle-gap);\n height: var(--navigation-middle-gap);\n margin-right: 20px;\n\n @media ", " {\n margin-right: 0px;\n }\n }\n\n && ", " svg {\n width: 100%;\n height: auto;\n margin-right: 0px;\n }\n\n :hover {\n cursor: pointer;\n }\n"])), PrintHideWrapper, DisplayIconWrapper, devices.mobile, devices.mobile, DisplayIconWrapper);
|
|
7723
|
+
var ContentContainer = /*#__PURE__*/styled.div(_templateObject8$6 || (_templateObject8$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.2s ease;\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 max-height: ", ";\n\n @media print {\n max-height: max-content;\n }\n\n & h1 {\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 }\n\n & h2 {\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 }\n\n & em {\n font-family: var(--font-family-body-italics);\n }\n\n & u {\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n }\n\n @media ", " {\n transition: 100% 0.2s ease;\n }\n"])), function (_ref2) {
|
|
7480
7724
|
var textHeight = _ref2.textHeight;
|
|
7481
7725
|
return textHeight;
|
|
7482
7726
|
}, devices.mobile);
|
|
7483
|
-
var PrintHideWrapper = /*#__PURE__*/styled.div(_templateObject6$c || (_templateObject6$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media print {\n display: none;\n }\n"])));
|
|
7484
7727
|
|
|
7485
7728
|
var Accordion = function Accordion(_ref) {
|
|
7486
7729
|
var _ref$title = _ref.title,
|
|
@@ -7496,7 +7739,8 @@ var Accordion = function Accordion(_ref) {
|
|
|
7496
7739
|
_ref$semanticLevel = _ref.semanticLevel,
|
|
7497
7740
|
semanticLevel = _ref$semanticLevel === void 0 ? 4 : _ref$semanticLevel,
|
|
7498
7741
|
_ref$displayLevel = _ref.displayLevel,
|
|
7499
|
-
displayLevel = _ref$displayLevel === void 0 ? 1 : _ref$displayLevel
|
|
7742
|
+
displayLevel = _ref$displayLevel === void 0 ? 1 : _ref$displayLevel,
|
|
7743
|
+
icon = _ref.icon;
|
|
7500
7744
|
|
|
7501
7745
|
var _useState = useState(initOpen),
|
|
7502
7746
|
openAccordion = _useState[0],
|
|
@@ -7571,6 +7815,14 @@ var Accordion = function Accordion(_ref) {
|
|
|
7571
7815
|
return null;
|
|
7572
7816
|
};
|
|
7573
7817
|
|
|
7818
|
+
var DisplayIcon = function DisplayIcon(_ref3) {
|
|
7819
|
+
var name = _ref3.iconName;
|
|
7820
|
+
var Svg = IconLibrary[name];
|
|
7821
|
+
return /*#__PURE__*/React__default.createElement(Svg, {
|
|
7822
|
+
ariaLabel: name
|
|
7823
|
+
});
|
|
7824
|
+
};
|
|
7825
|
+
|
|
7574
7826
|
return /*#__PURE__*/React__default.createElement(AccordionContainer, {
|
|
7575
7827
|
tabIndex: 0,
|
|
7576
7828
|
onKeyDown: keyDown
|
|
@@ -7584,9 +7836,11 @@ var Accordion = function Accordion(_ref) {
|
|
|
7584
7836
|
}, /*#__PURE__*/React__default.createElement(AccordionTitle, {
|
|
7585
7837
|
level: displayLevel,
|
|
7586
7838
|
semanticLevel: semanticLevel
|
|
7587
|
-
}, title), children && /*#__PURE__*/React__default.createElement(
|
|
7839
|
+
}, title), (icon || children) && /*#__PURE__*/React__default.createElement(IconGroup, null, icon && /*#__PURE__*/React__default.createElement(DisplayIconWrapper, null, /*#__PURE__*/React__default.createElement(DisplayIcon, {
|
|
7840
|
+
iconName: icon
|
|
7841
|
+
})), children && /*#__PURE__*/React__default.createElement(PrintHideWrapper, null, /*#__PURE__*/React__default.createElement(Icon, {
|
|
7588
7842
|
iconName: iconName
|
|
7589
|
-
}))), visibleStandfirst && /*#__PURE__*/React__default.createElement(Standfirst, null), /*#__PURE__*/React__default.createElement(ContentContainer, {
|
|
7843
|
+
})))), visibleStandfirst && /*#__PURE__*/React__default.createElement(Standfirst, null), /*#__PURE__*/React__default.createElement(ContentContainer, {
|
|
7590
7844
|
"data-testid": "richcontainer",
|
|
7591
7845
|
ref: content,
|
|
7592
7846
|
textHeight: textHeight,
|
|
@@ -7616,7 +7870,8 @@ var Accordions = function Accordions(_ref) {
|
|
|
7616
7870
|
visibleStandfirst: accordion.visibleStandfirst,
|
|
7617
7871
|
contentType: accordion.contentType,
|
|
7618
7872
|
displayLevel: accordion.displayLevel,
|
|
7619
|
-
semanticLevel: accordion.semanticLevel
|
|
7873
|
+
semanticLevel: accordion.semanticLevel,
|
|
7874
|
+
initOpen: accordion.initOpen
|
|
7620
7875
|
}, accordion.children);
|
|
7621
7876
|
}));
|
|
7622
7877
|
};
|
|
@@ -7697,7 +7952,7 @@ var AuxiliaryButton = function AuxiliaryButton(_ref) {
|
|
|
7697
7952
|
}), children);
|
|
7698
7953
|
};
|
|
7699
7954
|
|
|
7700
|
-
var _templateObject$R, _templateObject2$z, _templateObject3$s, _templateObject4$k, _templateObject5$f, _templateObject6$d, _templateObject7$
|
|
7955
|
+
var _templateObject$R, _templateObject2$z, _templateObject3$s, _templateObject4$k, _templateObject5$f, _templateObject6$d, _templateObject7$8, _templateObject8$7, _templateObject9$3, _templateObject10$3, _templateObject11$1, _templateObject12, _templateObject13, _templateObject14;
|
|
7701
7956
|
var LENGTH_LARGE_TEXT = 28;
|
|
7702
7957
|
var LENGTH_SMALL_TEXT$1 = 19;
|
|
7703
7958
|
var LENGTH_TEXT_TABLET = 10;
|
|
@@ -7724,8 +7979,8 @@ var ContentContainer$2 = /*#__PURE__*/styled.div(_templateObject4$k || (_templat
|
|
|
7724
7979
|
});
|
|
7725
7980
|
var TitleContainer$4 = /*#__PURE__*/styled.div(_templateObject5$f || (_templateObject5$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: calc(-1 * var(--editorial-margin-between)) 0 calc(-1 * var(--editorial-margin-between)) 0;\n\n @media ", " {\n display: none;\n }\n"])), devices.mobileAndTablet);
|
|
7726
7981
|
var TitleContainerMobile = /*#__PURE__*/styled.div(_templateObject6$d || (_templateObject6$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: calc(-1 * var(--editorial-margin-between)) 0 calc(-1 * var(--editorial-margin-between)) 0;\n display: none;\n\n @media ", " {\n display: block;\n }\n"])), devices.mobileAndTablet);
|
|
7727
|
-
var TextContainer$1 = /*#__PURE__*/styled.div(_templateObject7$
|
|
7728
|
-
var HighlightTextContainer = /*#__PURE__*/styled(TextContainer$1)(_templateObject8$
|
|
7982
|
+
var TextContainer$1 = /*#__PURE__*/styled.div(_templateObject7$8 || (_templateObject7$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\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 line-height: var(--line-height-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n text-transform: var(--text-transform-body);\n margin-top: var(--editorial-spacing-hover);\n padding: 0;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n em {\n font-family: var(--font-family-body-italics);\n }\n"])));
|
|
7983
|
+
var HighlightTextContainer = /*#__PURE__*/styled(TextContainer$1)(_templateObject8$7 || (_templateObject8$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-primary);\n margin-top: 4px;\n"])));
|
|
7729
7984
|
var SubtitleContainer = /*#__PURE__*/styled.span(_templateObject9$3 || (_templateObject9$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-2);\n font-weight: var(--font-weight-subtitle-2);\n line-height: var(--line-height-subtitle-2);\n letter-spacing: var(--letter-spacing-subtitle-2);\n text-transform: var(--text-transform-subtitle);\n display: block;\n overflow-wrap: break-word;\n"])));
|
|
7730
7985
|
var LabelContainer = /*#__PURE__*/styled.div(_templateObject10$3 || (_templateObject10$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n width: fit-content;\n height: 30px;\n\n @media ", " {\n margin-left: ", ";\n }\n"])), function (_ref6) {
|
|
7731
7986
|
var isVisible = _ref6.isVisible;
|
|
@@ -7988,9 +8243,9 @@ var Card = function Card(_ref) {
|
|
|
7988
8243
|
dangerouslySetInnerHTML: {
|
|
7989
8244
|
__html: truncatedText
|
|
7990
8245
|
}
|
|
7991
|
-
}), highlightText && /*#__PURE__*/React__default.createElement(HighlightTextContainer, null, /*#__PURE__*/React__default.createElement(BodyText, {
|
|
8246
|
+
}))), highlightText && /*#__PURE__*/React__default.createElement(HighlightTextContainer, null, /*#__PURE__*/React__default.createElement(BodyText, {
|
|
7992
8247
|
level: 1
|
|
7993
|
-
}, highlightText))
|
|
8248
|
+
}, highlightText)), auxiliaryCTA && /*#__PURE__*/React__default.createElement(ExtraActionsContainer, {
|
|
7994
8249
|
fullWidth: fullWidth
|
|
7995
8250
|
}, /*#__PURE__*/React__default.createElement(AuxiliaryButton, Object.assign({}, auxiliaryCTA), auxiliaryCTA.text)), links && /*#__PURE__*/React__default.createElement(ButtonsContainer$1, {
|
|
7996
8251
|
ref: node,
|
|
@@ -8120,7 +8375,7 @@ var ContactCard = function ContactCard(_ref) {
|
|
|
8120
8375
|
}, addressString)), /*#__PURE__*/React__default.createElement(AddressWrapperMobile, null, divideAddressString(addressString)))))));
|
|
8121
8376
|
};
|
|
8122
8377
|
|
|
8123
|
-
var _templateObject$U, _templateObject2$C, _templateObject3$u, _templateObject4$m, _templateObject5$h, _templateObject6$e, _templateObject7$
|
|
8378
|
+
var _templateObject$U, _templateObject2$C, _templateObject3$u, _templateObject4$m, _templateObject5$h, _templateObject6$e, _templateObject7$9;
|
|
8124
8379
|
var BodyTextRelative = /*#__PURE__*/styled(BodyText)(_templateObject$U || (_templateObject$U = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
8125
8380
|
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) {
|
|
8126
8381
|
return props.clickable ? 'pointer' : 'default';
|
|
@@ -8131,7 +8386,7 @@ var ContentSummaryTextWrapper = /*#__PURE__*/styled.div(_templateObject4$m || (_
|
|
|
8131
8386
|
}, devices.mobile);
|
|
8132
8387
|
var ContentSummaryTitleWrapper = /*#__PURE__*/styled.div(_templateObject5$h || (_templateObject5$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > * {\n margin: 0;\n }\n\n @media ", " {\n & > * {\n font-size: var(--font-size-header-5);\n font-weight: var(--font-weight-header-5);\n }\n }\n"])), devices.mobile);
|
|
8133
8388
|
var BodyTextLimit = /*#__PURE__*/styled.div(_templateObject6$e || (_templateObject6$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: block;\n position: relative;\n"])));
|
|
8134
|
-
var ContentSummaryBodyTextWrapper = /*#__PURE__*/styled.div(_templateObject7$
|
|
8389
|
+
var ContentSummaryBodyTextWrapper = /*#__PURE__*/styled.div(_templateObject7$9 || (_templateObject7$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & p:not(:last-child):after {\n content: '\\A\\A';\n white-space: pre;\n }\n\n ", "\n"], ["\n & p:not(:last-child):after {\n content: '\\\\A\\\\A';\n white-space: pre;\n }\n\n ", "\n"])), function (props) {
|
|
8135
8390
|
return !!props.truncate && "\n overflow: hidden;\n position: relative;\n display: -webkit-box;\n -webkit-line-clamp: " + props.truncate + ";\n -webkit-box-orient: vertical;\n text-overflow: ellipsis;\n min-height: 1em;\n max-height: 3em;\n ";
|
|
8136
8391
|
});
|
|
8137
8392
|
|
|
@@ -8386,7 +8641,7 @@ var Information = function Information(_ref) {
|
|
|
8386
8641
|
}))));
|
|
8387
8642
|
};
|
|
8388
8643
|
|
|
8389
|
-
var _templateObject$X, _templateObject2$F, _templateObject3$x, _templateObject4$p, _templateObject5$k, _templateObject6$f, _templateObject7$
|
|
8644
|
+
var _templateObject$X, _templateObject2$F, _templateObject3$x, _templateObject4$p, _templateObject5$k, _templateObject6$f, _templateObject7$a, _templateObject8$8;
|
|
8390
8645
|
var PageHeadingWrapper = /*#__PURE__*/styled.div(_templateObject$X || (_templateObject$X = /*#__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) {
|
|
8391
8646
|
var theme = _ref.theme;
|
|
8392
8647
|
return theme.colors.primary;
|
|
@@ -8405,8 +8660,8 @@ var ChildrenWrapper = /*#__PURE__*/styled.div(_templateObject4$p || (_templateOb
|
|
|
8405
8660
|
}, devices.mobile);
|
|
8406
8661
|
var TextWrapper = /*#__PURE__*/styled.div(_templateObject5$k || (_templateObject5$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: text;\n align-self: end;\n margin-top: 12px;\n\n h6 {\n margin: 0;\n padding: 0;\n }\n"])));
|
|
8407
8662
|
var LogoWrapper$1 = /*#__PURE__*/styled.div(_templateObject6$f || (_templateObject6$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: logo;\n justify-self: end;\n margin-top: 20px;\n position: relative;\n\n > div {\n position: absolute;\n top: 0;\n right: 0;\n }\n\n @media ", " {\n & {\n align-self: start;\n margin-top: 0;\n }\n }\n"])), devices.mobile);
|
|
8408
|
-
var ButtonWrapper$1 = /*#__PURE__*/styled.div(_templateObject7$
|
|
8409
|
-
var PageHeadingText = /*#__PURE__*/styled.div(_templateObject8$
|
|
8663
|
+
var ButtonWrapper$1 = /*#__PURE__*/styled.div(_templateObject7$a || (_templateObject7$a = /*#__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);
|
|
8664
|
+
var PageHeadingText = /*#__PURE__*/styled.div(_templateObject8$8 || (_templateObject8$8 = /*#__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"])));
|
|
8410
8665
|
|
|
8411
8666
|
var _excluded$g = ["text"];
|
|
8412
8667
|
|
|
@@ -8493,15 +8748,15 @@ var PageHeadingCinema = function PageHeadingCinema(_ref) {
|
|
|
8493
8748
|
})));
|
|
8494
8749
|
};
|
|
8495
8750
|
|
|
8496
|
-
var _templateObject$Y, _templateObject2$G, _templateObject3$y, _templateObject4$q, _templateObject5$l, _templateObject6$g, _templateObject7$
|
|
8751
|
+
var _templateObject$Y, _templateObject2$G, _templateObject3$y, _templateObject4$q, _templateObject5$l, _templateObject6$g, _templateObject7$b, _templateObject8$9;
|
|
8497
8752
|
var ImpactWrapper = /*#__PURE__*/styled.div(_templateObject$Y || (_templateObject$Y = /*#__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);
|
|
8498
8753
|
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);
|
|
8499
8754
|
var ImpactGrid = /*#__PURE__*/styled(Grid)(_templateObject3$y || (_templateObject3$y = /*#__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);
|
|
8500
8755
|
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);
|
|
8501
8756
|
var LogoWrapper$2 = /*#__PURE__*/styled.div(_templateObject5$l || (_templateObject5$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: logo;\n align-self: end;\n"])));
|
|
8502
8757
|
var TextWrapper$1 = /*#__PURE__*/styled.div(_templateObject6$g || (_templateObject6$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: text;\n color: var(--base-color-white);\n text-align: center;\n margin-top: 40px;\n max-height: calc(2 * var(--line-height-header-3));\n overflow: hidden;\n\n h3 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n & {\n max-height: calc(4 * var(--line-height-header-3));\n }\n }\n\n @media ", " {\n & {\n margin-top: 12px;\n max-height: calc(4 * var(--line-height-header-3));\n }\n\n h3 {\n font-size: var(--font-size-header-3);\n letter-spacing: var(--letter-spacing-header-5);\n line-height: var(--line-height-header-5);\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
8503
|
-
var ButtonWrapper$2 = /*#__PURE__*/styled.div(_templateObject7$
|
|
8504
|
-
var ScrollDownWrapper = /*#__PURE__*/styled.div(_templateObject8$
|
|
8758
|
+
var ButtonWrapper$2 = /*#__PURE__*/styled.div(_templateObject7$b || (_templateObject7$b = /*#__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);
|
|
8759
|
+
var ScrollDownWrapper = /*#__PURE__*/styled.div(_templateObject8$9 || (_templateObject8$9 = /*#__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);
|
|
8505
8760
|
|
|
8506
8761
|
var _excluded$j = ["text"];
|
|
8507
8762
|
|
|
@@ -8637,7 +8892,7 @@ var PageHeadingStream = function PageHeadingStream(_ref) {
|
|
|
8637
8892
|
}))));
|
|
8638
8893
|
};
|
|
8639
8894
|
|
|
8640
|
-
var _templateObject$$, _templateObject2$I, _templateObject3$A, _templateObject5$n, _templateObject6$h, _templateObject7$
|
|
8895
|
+
var _templateObject$$, _templateObject2$I, _templateObject3$A, _templateObject5$n, _templateObject6$h, _templateObject7$c, _templateObject8$a, _templateObject9$4, _templateObject10$4;
|
|
8641
8896
|
var BrandingTextBlock = /*#__PURE__*/styled.div(_templateObject$$ || (_templateObject$$ = /*#__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);
|
|
8642
8897
|
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"])));
|
|
8643
8898
|
var ComapctHeaderWrapper = /*#__PURE__*/styled.div(_templateObject3$A || (_templateObject3$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n display: block;\n"])));
|
|
@@ -8658,8 +8913,8 @@ var CompactHeaderCopyWrapper = /*#__PURE__*/styled(Grid)(_templateObject6$h || (
|
|
|
8658
8913
|
var theme = _ref4.theme;
|
|
8659
8914
|
return theme.colors.primary === theme.colors.stream && "\n color: " + theme.colors.stream + ";\n background-color: " + theme.colors.white + ";\n ";
|
|
8660
8915
|
}, devices.tablet, devices.mobile);
|
|
8661
|
-
var CompactHeaderLogoWrapper = /*#__PURE__*/styled.div(_templateObject7$
|
|
8662
|
-
var CompactHeaderTitleWrapper = /*#__PURE__*/styled.div(_templateObject8$
|
|
8916
|
+
var CompactHeaderLogoWrapper = /*#__PURE__*/styled.div(_templateObject7$c || (_templateObject7$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: logo;\n padding-left: 50px;\n justify-content: left;\n align-items: center;\n width: 100%;\n @media ", " {\n padding-left: 0px;\n justify-content: center;\n }\n @media ", " {\n width: fit-content;\n }\n"])), devices.mobile, devices.tablet);
|
|
8917
|
+
var CompactHeaderTitleWrapper = /*#__PURE__*/styled.div(_templateObject8$a || (_templateObject8$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: title;\n align-items: center;\n justify-content: center;\n font-family: var(--font-family-header);\n text-transform: uppercase;\n text-align: center;\n padding: 0 2em;\n @media ", " {\n justify-content: center;\n }\n"])), devices.mobile);
|
|
8663
8918
|
var CompactHeaderCTAWrapper = /*#__PURE__*/styled.div(_templateObject9$4 || (_templateObject9$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: cta;\n justify-content: right;\n align-items: center;\n padding-right: 50px;\n @media ", " {\n padding-right: 0px;\n justify-content: center;\n }\n"])), devices.mobile);
|
|
8664
8919
|
var PrimaryButtonWithInversion = /*#__PURE__*/styled(PrimaryButton)(_templateObject10$4 || (_templateObject10$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: ", ";\n color: ", ";\n svg {\n fill: ", ";\n path {\n fill: ", ";\n }\n }\n min-width: 145px;\n"])), function (_ref5) {
|
|
8665
8920
|
var invert = _ref5.invert,
|
|
@@ -8768,7 +9023,7 @@ var CompactHeaderBranding = function CompactHeaderBranding(_ref) {
|
|
|
8768
9023
|
var isIOS = function isIOS() {
|
|
8769
9024
|
try {
|
|
8770
9025
|
console.warn('Do not use this on server side rendering, it may throw an error.');
|
|
8771
|
-
if (typeof navigator === undefined) return false;
|
|
9026
|
+
if (typeof navigator === 'undefined') return false;
|
|
8772
9027
|
return ['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].includes(navigator.platform) || // iPad on iOS 13 detection
|
|
8773
9028
|
navigator.userAgent.includes('Mac') && 'ontouchend' in document;
|
|
8774
9029
|
} catch (e) {
|
|
@@ -8784,7 +9039,7 @@ var useIOS = function useIOS() {
|
|
|
8784
9039
|
setIOS = _useState[1];
|
|
8785
9040
|
|
|
8786
9041
|
useEffect(function () {
|
|
8787
|
-
if (typeof navigator === undefined) return;
|
|
9042
|
+
if (typeof navigator === 'undefined') return;
|
|
8788
9043
|
setIOS(isIOS());
|
|
8789
9044
|
}, []);
|
|
8790
9045
|
return IOS;
|
|
@@ -8811,7 +9066,10 @@ var useMobile = function useMobile() {
|
|
|
8811
9066
|
setMobile(isMobile());
|
|
8812
9067
|
}, []);
|
|
8813
9068
|
return mobile;
|
|
8814
|
-
};
|
|
9069
|
+
}; // Detect mobile or tablet helper function:
|
|
9070
|
+
// export const isMobileOrTablet = () => {
|
|
9071
|
+
// return typeof window !== 'undefined' && window.matchMedia('(max-width: 1024px)').matches;
|
|
9072
|
+
// };
|
|
8815
9073
|
|
|
8816
9074
|
var _excluded$l = ["text"];
|
|
8817
9075
|
|
|
@@ -9049,14 +9307,14 @@ var Pagination = function Pagination(_ref) {
|
|
|
9049
9307
|
}))));
|
|
9050
9308
|
};
|
|
9051
9309
|
|
|
9052
|
-
var _templateObject$11, _templateObject2$K, _templateObject3$C, _templateObject4$t, _templateObject5$o, _templateObject6$i, _templateObject7$
|
|
9310
|
+
var _templateObject$11, _templateObject2$K, _templateObject3$C, _templateObject4$t, _templateObject5$o, _templateObject6$i, _templateObject7$d;
|
|
9053
9311
|
var PeopleListingGrid = /*#__PURE__*/styled(Grid)(_templateObject$11 || (_templateObject$11 = /*#__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);
|
|
9054
9312
|
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"])));
|
|
9055
9313
|
var HeadshotWrapper = /*#__PURE__*/styled.div(_templateObject3$C || (_templateObject3$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: headshot;\n img {\n width: 60px;\n height: 60px;\n }\n"])));
|
|
9056
9314
|
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"])));
|
|
9057
9315
|
var TextWrapper$2 = /*#__PURE__*/styled.div(_templateObject5$o || (_templateObject5$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: role-person;\n break-inside: avoid;\n"])));
|
|
9058
9316
|
var PersonLink = /*#__PURE__*/styled.a(_templateObject6$i || (_templateObject6$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-black);\n text-decoration: underline;\n\n :hover {\n color: var(--base-color-primary);\n :after {\n color: var(--base-color-black);\n }\n }\n\n :visited {\n color: var(--base-color-black);\n }\n"])));
|
|
9059
|
-
var ReplacementWrapper = /*#__PURE__*/styled.span(_templateObject7$
|
|
9317
|
+
var ReplacementWrapper = /*#__PURE__*/styled.span(_templateObject7$d || (_templateObject7$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n"])));
|
|
9060
9318
|
|
|
9061
9319
|
var Person = function Person(_ref) {
|
|
9062
9320
|
var person = _ref.person,
|
|
@@ -9117,8 +9375,8 @@ var CreditListingWrapper = /*#__PURE__*/styled(PeopleListingGrid)(_templateObjec
|
|
|
9117
9375
|
var columnCount = _ref.columnCount;
|
|
9118
9376
|
return "repeat(" + columnCount + ", 1fr)";
|
|
9119
9377
|
}, devices.mobile, devices.tablet);
|
|
9120
|
-
var DescriptionWrapper = /*#__PURE__*/styled.div(_templateObject3$D || (_templateObject3$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n p {\n line-height:
|
|
9121
|
-
var RoleWrapper$1 = /*#__PURE__*/styled.div(_templateObject4$u || (_templateObject4$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n overflow-wrap: break-word;\n
|
|
9378
|
+
var DescriptionWrapper = /*#__PURE__*/styled.div(_templateObject3$D || (_templateObject3$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n p {\n line-height: 1.5;\n margin-bottom: 4px;\n }\n"])));
|
|
9379
|
+
var RoleWrapper$1 = /*#__PURE__*/styled.div(_templateObject4$u || (_templateObject4$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n overflow-wrap: break-word;\n"])));
|
|
9122
9380
|
|
|
9123
9381
|
var getConcatenatedPropLength = function getConcatenatedPropLength(array, prop) {
|
|
9124
9382
|
return array.reduce(function (acc, item) {
|
|
@@ -9254,7 +9512,7 @@ var CreditListing = function CreditListing(_ref) {
|
|
|
9254
9512
|
}, creditEntries);
|
|
9255
9513
|
};
|
|
9256
9514
|
|
|
9257
|
-
var _templateObject$13, _templateObject2$M, _templateObject3$E, _templateObject4$v, _templateObject5$p, _templateObject6$j, _templateObject7$
|
|
9515
|
+
var _templateObject$13, _templateObject2$M, _templateObject3$E, _templateObject4$v, _templateObject5$p, _templateObject6$j, _templateObject7$e, _templateObject8$b, _templateObject9$5, _templateObject10$5, _templateObject11$2, _templateObject12$1, _templateObject13$1, _templateObject14$1, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21;
|
|
9258
9516
|
var LENGTH_TEXT = 28;
|
|
9259
9517
|
var LENGTH_TEXT_TABLET$1 = 12;
|
|
9260
9518
|
var GridTemplateImageToLeft = "'left left left left left left left left . right right right right right . .'";
|
|
@@ -9315,8 +9573,8 @@ var PromoWithTagsTagWrapper = /*#__PURE__*/styled.div(_templateObject5$p || (_te
|
|
|
9315
9573
|
return marginBottom + "px";
|
|
9316
9574
|
});
|
|
9317
9575
|
var PromoWithTagsAdditionalText = /*#__PURE__*/styled(PromoWithTagsText)(_templateObject6$j || (_templateObject6$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 24px 0;\n"])));
|
|
9318
|
-
var TextLinksContainer = /*#__PURE__*/styled.div(_templateObject7$
|
|
9319
|
-
var TextLinkWrapper$2 = /*#__PURE__*/styled.div(_templateObject8$
|
|
9576
|
+
var TextLinksContainer = /*#__PURE__*/styled.div(_templateObject7$e || (_templateObject7$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-wrap: wrap;\n margin: 24px 0 4px 0;\n"])));
|
|
9577
|
+
var TextLinkWrapper$2 = /*#__PURE__*/styled.div(_templateObject8$b || (_templateObject8$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-right: 24px;\n margin-bottom: 20px;\n\n &:last-child {\n margin-right: 0;\n }\n"])));
|
|
9320
9578
|
var ExtraContentWrapper = /*#__PURE__*/styled.div(_templateObject9$5 || (_templateObject9$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding-right: 68px;\n\n iframe {\n height: 800px;\n }\n\n @media ", " {\n padding: 30px 0 0;\n }\n\n @media ", " {\n padding: 0;\n position: initial;\n }\n"])), devices.tablet, devices.mobile);
|
|
9321
9579
|
var IconWrapper$2 = /*#__PURE__*/styled.div(_templateObject10$5 || (_templateObject10$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: pointer;\n position: absolute;\n top: 25px;\n right: 35px;\n width: 24px;\n height: 24px;\n\n @media ", " {\n top: 30px;\n right: 30px;\n }\n\n @media ", " {\n top: 3px;\n right: 20px;\n }\n"])), devices.tablet, devices.mobile);
|
|
9322
9580
|
var PrimaryButtonWrapper$1 = /*#__PURE__*/styled.div(_templateObject11$2 || (_templateObject11$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: var(--button-height);\n\n @media ", " {\n width: 100%;\n }\n"])), devices.mobile);
|
|
@@ -9536,7 +9794,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
9536
9794
|
}))));
|
|
9537
9795
|
};
|
|
9538
9796
|
|
|
9539
|
-
var _templateObject$14, _templateObject2$N, _templateObject3$F, _templateObject4$w, _templateObject5$q, _templateObject6$k, _templateObject7$
|
|
9797
|
+
var _templateObject$14, _templateObject2$N, _templateObject3$F, _templateObject4$w, _templateObject5$q, _templateObject6$k, _templateObject7$f;
|
|
9540
9798
|
var LENGTH_TEXT$2 = 28;
|
|
9541
9799
|
var LENGTH_TEXT_TABLET$2 = 10;
|
|
9542
9800
|
var PromoWithTitleGrid = /*#__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"])), function (_ref) {
|
|
@@ -9566,7 +9824,7 @@ var PromoWithTitleText = /*#__PURE__*/styled.div(_templateObject6$k || (_templat
|
|
|
9566
9824
|
var theme = _ref7.theme;
|
|
9567
9825
|
return theme.colors.primary;
|
|
9568
9826
|
});
|
|
9569
|
-
var ButtonsContainer$3 = /*#__PURE__*/styled.div(_templateObject7$
|
|
9827
|
+
var ButtonsContainer$3 = /*#__PURE__*/styled.div(_templateObject7$f || (_templateObject7$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: 16px;\n margin-top: 32px;\n\n ", "\n\n @media ", " {\n gap: 24px;\n margin-top: 24px;\n flex-direction: column;\n align-items: center;\n }\n\n @media ", " {\n gap: 24px;\n margin-top: 24px;\n align-items: flex-start;\n\n ", "\n }\n"])), function (_ref8) {
|
|
9570
9828
|
var _ref8$primaryButtonTe = _ref8.primaryButtonTextLength,
|
|
9571
9829
|
primaryButtonTextLength = _ref8$primaryButtonTe === void 0 ? 0 : _ref8$primaryButtonTe,
|
|
9572
9830
|
_ref8$tertiaryButtonT = _ref8.tertiaryButtonTextLength,
|
|
@@ -10042,7 +10300,7 @@ var SectionTitle = function SectionTitle(_ref) {
|
|
|
10042
10300
|
}, description))));
|
|
10043
10301
|
};
|
|
10044
10302
|
|
|
10045
|
-
var _templateObject$1a, _templateObject2$Q, _templateObject3$I, _templateObject4$x, _templateObject5$r, _templateObject6$l, _templateObject7$
|
|
10303
|
+
var _templateObject$1a, _templateObject2$Q, _templateObject3$I, _templateObject4$x, _templateObject5$r, _templateObject6$l, _templateObject7$g, _templateObject8$c, _templateObject9$6, _templateObject10$6, _templateObject11$3;
|
|
10046
10304
|
var stateStyles = /*#__PURE__*/css(_templateObject$1a || (_templateObject$1a = /*#__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) {
|
|
10047
10305
|
var theme = _ref.theme;
|
|
10048
10306
|
return "3px solid " + theme.colors.lapisLazuli;
|
|
@@ -10068,8 +10326,8 @@ var ArrowIcon = /*#__PURE__*/styled(Icon).attrs(function (_ref5) {
|
|
|
10068
10326
|
};
|
|
10069
10327
|
})(_templateObject5$r || (_templateObject5$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n pointer-events: none;\n\n max-width: 24px;\n max-height: 24px;\n\n svg {\n width: 24px;\n height: 24px;\n }\n"])));
|
|
10070
10328
|
var Wrapper$5 = /*#__PURE__*/styled.div(_templateObject6$l || (_templateObject6$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n height: initial;\n\n display: flex;\n flex-direction: column;\n gap: 20px;\n"])), noMarginAndPaddingStyles);
|
|
10071
|
-
var SelectWrapper = /*#__PURE__*/styled.div(_templateObject7$
|
|
10072
|
-
var Options = /*#__PURE__*/styled.div(_templateObject8$
|
|
10329
|
+
var SelectWrapper = /*#__PURE__*/styled.div(_templateObject7$g || (_templateObject7$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n height: inherit;\n"])), noMarginAndPaddingStyles);
|
|
10330
|
+
var Options = /*#__PURE__*/styled.div(_templateObject8$c || (_templateObject8$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n z-index: 1;\n\n ", "\n ", "\n"])), noMarginAndPaddingStyles, borderStyles);
|
|
10073
10331
|
var Option = /*#__PURE__*/styled.li(_templateObject9$6 || (_templateObject9$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n ", "\n\n ", "\n"])), noMarginAndPaddingStyles, listItemStyles, function (_ref6) {
|
|
10074
10332
|
var theme = _ref6.theme,
|
|
10075
10333
|
hover = _ref6.hover;
|
|
@@ -10857,15 +11115,113 @@ var ReadMore = function ReadMore(_ref) {
|
|
|
10857
11115
|
}, isFullTextOpen ? "" + hideText : "" + showMoreText)));
|
|
10858
11116
|
};
|
|
10859
11117
|
|
|
10860
|
-
var _templateObject$1h, _templateObject2$W, _templateObject3$N, _templateObject4$B, _templateObject5$u;
|
|
10861
|
-
var
|
|
10862
|
-
var
|
|
10863
|
-
var
|
|
10864
|
-
var
|
|
11118
|
+
var _templateObject$1h, _templateObject2$W, _templateObject3$N, _templateObject4$B, _templateObject5$u, _templateObject6$n;
|
|
11119
|
+
var Container$5 = /*#__PURE__*/styled.div(_templateObject$1h || (_templateObject$1h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 10px;\n"])));
|
|
11120
|
+
var Sections = /*#__PURE__*/styled.div(_templateObject2$W || (_templateObject2$W = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n gap: 8px;\n"])));
|
|
11121
|
+
var Section = /*#__PURE__*/styled.div(_templateObject3$N || (_templateObject3$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background-color: ", ";\n"])), function (_ref) {
|
|
11122
|
+
var color = _ref.color;
|
|
11123
|
+
return "var(--base-color-" + color + ")";
|
|
11124
|
+
});
|
|
11125
|
+
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"])));
|
|
11126
|
+
var Text = /*#__PURE__*/styled.div(_templateObject5$u || (_templateObject5$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref2) {
|
|
11127
|
+
var color = _ref2.color;
|
|
11128
|
+
return "var(--base-color-" + color + ")";
|
|
11129
|
+
});
|
|
11130
|
+
var LabelText = /*#__PURE__*/styled.div(_templateObject6$n || (_templateObject6$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 1px;\n white-space: nowrap;\n color: ", ";\n"])), function (_ref3) {
|
|
11131
|
+
var color = _ref3.color;
|
|
11132
|
+
return "var(--base-color-" + color + ")";
|
|
11133
|
+
});
|
|
11134
|
+
|
|
11135
|
+
/**
|
|
11136
|
+
* Password strength indicator component.
|
|
11137
|
+
* This renders some number of lines (6 by default)
|
|
11138
|
+
* which should become active when the user improves
|
|
11139
|
+
* the strength of the entered password.
|
|
11140
|
+
*
|
|
11141
|
+
* ## Sections
|
|
11142
|
+
* To set number of sections it should be passed
|
|
11143
|
+
* as `sections` prop.
|
|
11144
|
+
*
|
|
11145
|
+
* ## Active section
|
|
11146
|
+
* To set number of active sections it should be passed
|
|
11147
|
+
* as `activeSections` prop.
|
|
11148
|
+
*
|
|
11149
|
+
* ## Colors
|
|
11150
|
+
* Color of every element can be controlled by properties:
|
|
11151
|
+
* `sectionsColor`, `activeSectionsColor`,
|
|
11152
|
+
* `textColor`, `strengthLabelColor`.
|
|
11153
|
+
*
|
|
11154
|
+
* ## Text
|
|
11155
|
+
* `text` prop is used to render some message.
|
|
11156
|
+
* For example error (together with proper red color)
|
|
11157
|
+
* or some password requirement. It can be empty.
|
|
11158
|
+
*
|
|
11159
|
+
* ## Strength label
|
|
11160
|
+
* `strengthLabel` prop is used to render strength characteristic
|
|
11161
|
+
* of entered password. For example: `weak`, `normal`, `strong`, etc.
|
|
11162
|
+
* It can be empty.
|
|
11163
|
+
*/
|
|
11164
|
+
|
|
11165
|
+
var PasswordStrength = function PasswordStrength(_ref) {
|
|
11166
|
+
var _ref$sections = _ref.sections,
|
|
11167
|
+
sections = _ref$sections === void 0 ? 6 : _ref$sections,
|
|
11168
|
+
_ref$activeSections = _ref.activeSections,
|
|
11169
|
+
activeSections = _ref$activeSections === void 0 ? 0 : _ref$activeSections,
|
|
11170
|
+
_ref$sectionsColor = _ref.sectionsColor,
|
|
11171
|
+
sectionsColor = _ref$sectionsColor === void 0 ? Colors.MidGrey : _ref$sectionsColor,
|
|
11172
|
+
_ref$activeSectionsCo = _ref.activeSectionsColor,
|
|
11173
|
+
activeSectionsColor = _ref$activeSectionsCo === void 0 ? Colors.Black : _ref$activeSectionsCo,
|
|
11174
|
+
_ref$text = _ref.text,
|
|
11175
|
+
text = _ref$text === void 0 ? '' : _ref$text,
|
|
11176
|
+
_ref$textColor = _ref.textColor,
|
|
11177
|
+
textColor = _ref$textColor === void 0 ? Colors.Black : _ref$textColor,
|
|
11178
|
+
_ref$strengthLabel = _ref.strengthLabel,
|
|
11179
|
+
strengthLabel = _ref$strengthLabel === void 0 ? '' : _ref$strengthLabel,
|
|
11180
|
+
_ref$strengthLabelCol = _ref.strengthLabelColor,
|
|
11181
|
+
strengthLabelColor = _ref$strengthLabelCol === void 0 ? Colors.Black : _ref$strengthLabelCol;
|
|
11182
|
+
|
|
11183
|
+
var setSectionColor = function setSectionColor(index) {
|
|
11184
|
+
return index < activeSections ? activeSectionsColor : sectionsColor;
|
|
11185
|
+
};
|
|
11186
|
+
|
|
11187
|
+
var setSectionDataTestId = function setSectionDataTestId(index) {
|
|
11188
|
+
return index < activeSections ? 'password-strength-section-active' : 'password-strength-section';
|
|
11189
|
+
};
|
|
11190
|
+
|
|
11191
|
+
return /*#__PURE__*/React__default.createElement(Container$5, {
|
|
11192
|
+
"data-testid": "password-strength-container"
|
|
11193
|
+
}, /*#__PURE__*/React__default.createElement(Sections, {
|
|
11194
|
+
"data-testid": "password-strength-sections"
|
|
11195
|
+
}, Array.from({
|
|
11196
|
+
length: sections
|
|
11197
|
+
}, function (_section, i) {
|
|
11198
|
+
return /*#__PURE__*/React__default.createElement(Section, {
|
|
11199
|
+
key: i,
|
|
11200
|
+
color: setSectionColor(i),
|
|
11201
|
+
"data-testid": setSectionDataTestId(i)
|
|
11202
|
+
});
|
|
11203
|
+
})), /*#__PURE__*/React__default.createElement(BottomLine, null, /*#__PURE__*/React__default.createElement(Text, {
|
|
11204
|
+
color: textColor,
|
|
11205
|
+
"data-testid": "password-strength-text"
|
|
11206
|
+
}, /*#__PURE__*/React__default.createElement(AltHeader, {
|
|
11207
|
+
level: 6
|
|
11208
|
+
}, text)), /*#__PURE__*/React__default.createElement(LabelText, {
|
|
11209
|
+
color: strengthLabelColor,
|
|
11210
|
+
"data-testid": "password-strength-label"
|
|
11211
|
+
}, /*#__PURE__*/React__default.createElement(Overline, {
|
|
11212
|
+
level: 2
|
|
11213
|
+
}, strengthLabel))));
|
|
11214
|
+
};
|
|
11215
|
+
|
|
11216
|
+
var _templateObject$1i, _templateObject2$X, _templateObject3$O, _templateObject4$C, _templateObject5$v;
|
|
11217
|
+
var MenuContainer$2 = /*#__PURE__*/styled.nav(_templateObject$1i || (_templateObject$1i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding: 0;\n margin: 0;\n"])));
|
|
11218
|
+
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);
|
|
11219
|
+
var MobileButton = /*#__PURE__*/styled.button(_templateObject3$O || (_templateObject3$O = /*#__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);
|
|
11220
|
+
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) {
|
|
10865
11221
|
var isActive = _ref.isActive;
|
|
10866
11222
|
return isActive ? "var(--base-color-" + Colors.MidGrey + ")" : 'none';
|
|
10867
11223
|
}, Colors.MidGrey);
|
|
10868
|
-
var MobileMenuList = /*#__PURE__*/styled.ul(_templateObject5$
|
|
11224
|
+
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) {
|
|
10869
11225
|
var isOpen = _ref2.isOpen;
|
|
10870
11226
|
return isOpen ? 'block' : 'none';
|
|
10871
11227
|
}, Colors.White, Colors.DarkGrey, MenuItem$1);
|
|
@@ -11035,105 +11391,7 @@ var AuxiliaryNav = function AuxiliaryNav(_ref6) {
|
|
|
11035
11391
|
});
|
|
11036
11392
|
};
|
|
11037
11393
|
|
|
11038
|
-
var _templateObject$
|
|
11039
|
-
var Container$5 = /*#__PURE__*/styled.div(_templateObject$1i || (_templateObject$1i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 10px;\n"])));
|
|
11040
|
-
var Sections = /*#__PURE__*/styled.div(_templateObject2$X || (_templateObject2$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n gap: 8px;\n"])));
|
|
11041
|
-
var Section = /*#__PURE__*/styled.div(_templateObject3$O || (_templateObject3$O = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background-color: ", ";\n"])), function (_ref) {
|
|
11042
|
-
var color = _ref.color;
|
|
11043
|
-
return "var(--base-color-" + color + ")";
|
|
11044
|
-
});
|
|
11045
|
-
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"])));
|
|
11046
|
-
var Text = /*#__PURE__*/styled.div(_templateObject5$v || (_templateObject5$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref2) {
|
|
11047
|
-
var color = _ref2.color;
|
|
11048
|
-
return "var(--base-color-" + color + ")";
|
|
11049
|
-
});
|
|
11050
|
-
var LabelText = /*#__PURE__*/styled.div(_templateObject6$n || (_templateObject6$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 1px;\n white-space: nowrap;\n color: ", ";\n"])), function (_ref3) {
|
|
11051
|
-
var color = _ref3.color;
|
|
11052
|
-
return "var(--base-color-" + color + ")";
|
|
11053
|
-
});
|
|
11054
|
-
|
|
11055
|
-
/**
|
|
11056
|
-
* Password strength indicator component.
|
|
11057
|
-
* This renders some number of lines (6 by default)
|
|
11058
|
-
* which should become active when the user improves
|
|
11059
|
-
* the strength of the entered password.
|
|
11060
|
-
*
|
|
11061
|
-
* ## Sections
|
|
11062
|
-
* To set number of sections it should be passed
|
|
11063
|
-
* as `sections` prop.
|
|
11064
|
-
*
|
|
11065
|
-
* ## Active section
|
|
11066
|
-
* To set number of active sections it should be passed
|
|
11067
|
-
* as `activeSections` prop.
|
|
11068
|
-
*
|
|
11069
|
-
* ## Colors
|
|
11070
|
-
* Color of every element can be controlled by properties:
|
|
11071
|
-
* `sectionsColor`, `activeSectionsColor`,
|
|
11072
|
-
* `textColor`, `strengthLabelColor`.
|
|
11073
|
-
*
|
|
11074
|
-
* ## Text
|
|
11075
|
-
* `text` prop is used to render some message.
|
|
11076
|
-
* For example error (together with proper red color)
|
|
11077
|
-
* or some password requirement. It can be empty.
|
|
11078
|
-
*
|
|
11079
|
-
* ## Strength label
|
|
11080
|
-
* `strengthLabel` prop is used to render strength characteristic
|
|
11081
|
-
* of entered password. For example: `weak`, `normal`, `strong`, etc.
|
|
11082
|
-
* It can be empty.
|
|
11083
|
-
*/
|
|
11084
|
-
|
|
11085
|
-
var PasswordStrength = function PasswordStrength(_ref) {
|
|
11086
|
-
var _ref$sections = _ref.sections,
|
|
11087
|
-
sections = _ref$sections === void 0 ? 6 : _ref$sections,
|
|
11088
|
-
_ref$activeSections = _ref.activeSections,
|
|
11089
|
-
activeSections = _ref$activeSections === void 0 ? 0 : _ref$activeSections,
|
|
11090
|
-
_ref$sectionsColor = _ref.sectionsColor,
|
|
11091
|
-
sectionsColor = _ref$sectionsColor === void 0 ? Colors.MidGrey : _ref$sectionsColor,
|
|
11092
|
-
_ref$activeSectionsCo = _ref.activeSectionsColor,
|
|
11093
|
-
activeSectionsColor = _ref$activeSectionsCo === void 0 ? Colors.Black : _ref$activeSectionsCo,
|
|
11094
|
-
_ref$text = _ref.text,
|
|
11095
|
-
text = _ref$text === void 0 ? '' : _ref$text,
|
|
11096
|
-
_ref$textColor = _ref.textColor,
|
|
11097
|
-
textColor = _ref$textColor === void 0 ? Colors.Black : _ref$textColor,
|
|
11098
|
-
_ref$strengthLabel = _ref.strengthLabel,
|
|
11099
|
-
strengthLabel = _ref$strengthLabel === void 0 ? '' : _ref$strengthLabel,
|
|
11100
|
-
_ref$strengthLabelCol = _ref.strengthLabelColor,
|
|
11101
|
-
strengthLabelColor = _ref$strengthLabelCol === void 0 ? Colors.Black : _ref$strengthLabelCol;
|
|
11102
|
-
|
|
11103
|
-
var setSectionColor = function setSectionColor(index) {
|
|
11104
|
-
return index < activeSections ? activeSectionsColor : sectionsColor;
|
|
11105
|
-
};
|
|
11106
|
-
|
|
11107
|
-
var setSectionDataTestId = function setSectionDataTestId(index) {
|
|
11108
|
-
return index < activeSections ? 'password-strength-section-active' : 'password-strength-section';
|
|
11109
|
-
};
|
|
11110
|
-
|
|
11111
|
-
return /*#__PURE__*/React__default.createElement(Container$5, {
|
|
11112
|
-
"data-testid": "password-strength-container"
|
|
11113
|
-
}, /*#__PURE__*/React__default.createElement(Sections, {
|
|
11114
|
-
"data-testid": "password-strength-sections"
|
|
11115
|
-
}, Array.from({
|
|
11116
|
-
length: sections
|
|
11117
|
-
}, function (_section, i) {
|
|
11118
|
-
return /*#__PURE__*/React__default.createElement(Section, {
|
|
11119
|
-
key: i,
|
|
11120
|
-
color: setSectionColor(i),
|
|
11121
|
-
"data-testid": setSectionDataTestId(i)
|
|
11122
|
-
});
|
|
11123
|
-
})), /*#__PURE__*/React__default.createElement(BottomLine, null, /*#__PURE__*/React__default.createElement(Text, {
|
|
11124
|
-
color: textColor,
|
|
11125
|
-
"data-testid": "password-strength-text"
|
|
11126
|
-
}, /*#__PURE__*/React__default.createElement(AltHeader, {
|
|
11127
|
-
level: 6
|
|
11128
|
-
}, text)), /*#__PURE__*/React__default.createElement(LabelText, {
|
|
11129
|
-
color: strengthLabelColor,
|
|
11130
|
-
"data-testid": "password-strength-label"
|
|
11131
|
-
}, /*#__PURE__*/React__default.createElement(Overline, {
|
|
11132
|
-
level: 2
|
|
11133
|
-
}, strengthLabel))));
|
|
11134
|
-
};
|
|
11135
|
-
|
|
11136
|
-
var _templateObject$1j, _templateObject2$Y, _templateObject3$P, _templateObject4$D, _templateObject5$w, _templateObject6$o, _templateObject7$g, _templateObject8$c, _templateObject9$7, _templateObject10$7;
|
|
11394
|
+
var _templateObject$1j, _templateObject2$Y, _templateObject3$P, _templateObject4$D, _templateObject5$w, _templateObject6$o, _templateObject7$h, _templateObject8$d, _templateObject9$7, _templateObject10$7;
|
|
11137
11395
|
var TableContainer = /*#__PURE__*/styled.table(_templateObject$1j || (_templateObject$1j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-collapse: collapse;\n"])));
|
|
11138
11396
|
var Container$6 = /*#__PURE__*/styled.div(_templateObject2$Y || (_templateObject2$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-x: auto;\n"])));
|
|
11139
11397
|
var Wrapper$7 = /*#__PURE__*/styled.div(_templateObject3$P || (_templateObject3$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
@@ -11148,13 +11406,13 @@ var TableCell = /*#__PURE__*/styled.td(_templateObject5$w || (_templateObject5$w
|
|
|
11148
11406
|
return "calc(100% / " + (props.columns - 1) + ")";
|
|
11149
11407
|
}, devices.mobile);
|
|
11150
11408
|
var Pagination$1 = /*#__PURE__*/styled.div(_templateObject6$o || (_templateObject6$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 40px 0;\n flex-wrap: nowrap;\n flex-direction: row;\n list-style: none;\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: none;\n }\n"])));
|
|
11151
|
-
var PageNumber$1 = /*#__PURE__*/styled.button(_templateObject7$
|
|
11409
|
+
var PageNumber$1 = /*#__PURE__*/styled.button(_templateObject7$h || (_templateObject7$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background: none;\n border: none;\n padding: 0;\n font-size: inherit;\n color: inherit;\n cursor: pointer;\n display: inline-block;\n margin: 0;\n border-bottom: 1px solid var(--base-color-transparent);\n line-height: var(--base-line-height);\n text-decoration: none;\n font-family: var(--font-family-body-1);\n\n :hover {\n outline: none;\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\n /* Active state */\n ", "\n"])), function (_ref) {
|
|
11152
11410
|
var active = _ref.active;
|
|
11153
11411
|
return active === 'true' && "\n color: var(--base-color-core);\n border-bottom: 1px solid var(--base-color-core);\n ";
|
|
11154
11412
|
});
|
|
11155
|
-
var Next = /*#__PURE__*/styled.span(_templateObject8$
|
|
11413
|
+
var Next = /*#__PURE__*/styled.span(_templateObject8$d || (_templateObject8$d = /*#__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"])));
|
|
11156
11414
|
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"])));
|
|
11157
|
-
var AriaDescription$1 = /*#__PURE__*/styled.
|
|
11415
|
+
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"])));
|
|
11158
11416
|
|
|
11159
11417
|
var Content = function Content(_ref) {
|
|
11160
11418
|
var content = _ref.content;
|
|
@@ -11240,7 +11498,7 @@ var Table = function Table(_ref) {
|
|
|
11240
11498
|
return window.removeEventListener('resize', horizontalScroll);
|
|
11241
11499
|
};
|
|
11242
11500
|
}, []);
|
|
11243
|
-
var totalRows = Array.isArray(children) ? children.length
|
|
11501
|
+
var totalRows = Array.isArray(children) ? children.length : 1;
|
|
11244
11502
|
var totalPages = pagination ? Math.ceil(totalRows / rowsPerPage) : 1;
|
|
11245
11503
|
var pageNumbers = Array.from({
|
|
11246
11504
|
length: totalPages
|
|
@@ -11329,7 +11587,7 @@ var Table = function Table(_ref) {
|
|
|
11329
11587
|
}))))))));
|
|
11330
11588
|
};
|
|
11331
11589
|
|
|
11332
|
-
var _templateObject$1k, _templateObject2$Z, _templateObject3$Q, _templateObject4$E, _templateObject5$x, _templateObject6$p, _templateObject7$
|
|
11590
|
+
var _templateObject$1k, _templateObject2$Z, _templateObject3$Q, _templateObject4$E, _templateObject5$x, _templateObject6$p, _templateObject7$i, _templateObject8$e, _templateObject9$8, _templateObject10$8, _templateObject11$4, _templateObject12$2, _templateObject13$2, _templateObject14$2, _templateObject15$1;
|
|
11333
11591
|
var Wrapper$8 = /*#__PURE__*/styled('div')(_templateObject$1k || (_templateObject$1k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n border-top: 4px solid ", ";\n border-bottom: 4px solid ", ";\n"])), function (_ref) {
|
|
11334
11592
|
var theme = _ref.theme;
|
|
11335
11593
|
return "var(--base-color-" + theme + ")";
|
|
@@ -11342,8 +11600,8 @@ var SignUpTitleWrapper = /*#__PURE__*/styled('div')(_templateObject3$Q || (_temp
|
|
|
11342
11600
|
var Error$1 = /*#__PURE__*/styled.div(_templateObject4$E || (_templateObject4$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 20px;\n color: var(--base-color-errorstate);\n a {\n text-decoration: underline;\n color: inherit;\n }\n"])));
|
|
11343
11601
|
var Form = /*#__PURE__*/styled.form(_templateObject5$x || (_templateObject5$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n align-items: center;\n ", " {\n margin-top: -20px;\n }\n a[href] {\n color: inherit;\n }\n"])), Error$1);
|
|
11344
11602
|
var FormFooterWrapper = /*#__PURE__*/styled.div(_templateObject6$p || (_templateObject6$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n display: flex;\n gap: 28px;\n align-items: center;\n\n @media ", " {\n flex-direction: column;\n align-items: flex-start;\n }\n"])), devices.mobile);
|
|
11345
|
-
var ServerError = /*#__PURE__*/styled.div(_templateObject7$
|
|
11346
|
-
var CTALinkWrapper = /*#__PURE__*/styled.a(_templateObject8$
|
|
11603
|
+
var ServerError = /*#__PURE__*/styled.div(_templateObject7$i || (_templateObject7$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-align: left;\n color: var(--base-color-errorstate);\n"])));
|
|
11604
|
+
var CTALinkWrapper = /*#__PURE__*/styled.a(_templateObject8$e || (_templateObject8$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-black);\n div {\n text-decoration: underline;\n }\n"])));
|
|
11347
11605
|
var ButtonWrapper$3 = /*#__PURE__*/styled.div(_templateObject9$8 || (_templateObject9$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n all: unset;\n width: fit-content;\n color: var(--base-color-white);\n text-decoration: none;\n\n @media ", " {\n width: 100%;\n }\n"])), devices.mobile);
|
|
11348
11606
|
var FieldsWrapper = /*#__PURE__*/styled.div(_templateObject10$8 || (_templateObject10$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 36px;\n\n @media ", " {\n grid-template-columns: 1fr;\n gap: 20px;\n }\n"])), devices.mobile);
|
|
11349
11607
|
var MessageWrapper$1 = /*#__PURE__*/styled.div(_templateObject11$4 || (_templateObject11$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n div > p {\n margin: 0;\n }\n"])));
|