@royaloperahouse/chord 2.11.1-a-development → 2.11.1-experiment-documentation-3
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 +0 -4
- package/dist/chord.cjs.development.js +154 -235
- 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 +154 -235
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/atoms/Grid/index.d.ts +1 -2
- package/dist/components/atoms/index.d.ts +2 -2
- package/dist/components/molecules/PageHeading/index.d.ts +1 -1
- package/dist/components/molecules/PeopleListing/CreditListing/CreditListing.style.d.ts +0 -1
- package/dist/components/molecules/Table/Table.style.d.ts +1 -1
- package/dist/components/molecules/index.d.ts +1 -1
- package/dist/types/formTypes.d.ts +9 -12
- package/package.json +3 -3
- package/dist/components/atoms/AriaAlternativeDescription/AriaAlternative.d.ts +0 -5
- package/dist/components/atoms/AriaAlternativeDescription/AriaAlternative.style.d.ts +0 -3
- package/dist/components/atoms/AriaAlternativeDescription/index.d.ts +0 -2
- package/dist/components/atoms/Grid/GridItemLegacy.d.ts +0 -8
- package/dist/types/ariaAlternative.d.ts +0 -34
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 moment from 'moment';
|
|
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';
|
|
@@ -962,7 +962,6 @@ var Expand12px = (function (_ref) {
|
|
|
962
962
|
height: "12",
|
|
963
963
|
viewBox: "0 0 12 12",
|
|
964
964
|
fill: "none",
|
|
965
|
-
role: "img",
|
|
966
965
|
"aria-label": ariaLabel
|
|
967
966
|
}, /*#__PURE__*/createElement("path", {
|
|
968
967
|
d: "M7.02857 0H5.31429V4.97143H0V6.68571H5.31429V12H7.02857V6.68571H12V4.97143H7.02857V0Z",
|
|
@@ -980,7 +979,6 @@ var Remove12px = (function (_ref) {
|
|
|
980
979
|
height: "12",
|
|
981
980
|
viewBox: "0 0 12 12",
|
|
982
981
|
fill: "none",
|
|
983
|
-
role: "img",
|
|
984
982
|
"aria-label": ariaLabel
|
|
985
983
|
}, /*#__PURE__*/createElement("g", null, /*#__PURE__*/createElement("path", {
|
|
986
984
|
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",
|
|
@@ -998,7 +996,6 @@ var Tick = (function (_ref) {
|
|
|
998
996
|
viewBox: "0 0 12 12",
|
|
999
997
|
fill: "none",
|
|
1000
998
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1001
|
-
role: "img",
|
|
1002
999
|
"aria-label": ariaLabel
|
|
1003
1000
|
}, /*#__PURE__*/createElement("path", {
|
|
1004
1001
|
d: "M4.09961 11.1999L1.09961 7.2999L1.89961 6.6999L4.09961 9.4999L10.0996 1.3999L10.8996 1.9999L4.09961 11.1999Z",
|
|
@@ -1016,7 +1013,6 @@ var AddToMyList = (function (_ref) {
|
|
|
1016
1013
|
viewBox: "0 0 24 24",
|
|
1017
1014
|
fill: "none",
|
|
1018
1015
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1019
|
-
role: "img",
|
|
1020
1016
|
"aria-label": ariaLabel
|
|
1021
1017
|
}, /*#__PURE__*/createElement("path", {
|
|
1022
1018
|
d: "M21 3H3V4H21V3Z",
|
|
@@ -1049,7 +1045,6 @@ var OnMyList = (function (_ref) {
|
|
|
1049
1045
|
viewBox: "0 0 24 24",
|
|
1050
1046
|
fill: "none",
|
|
1051
1047
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1052
|
-
role: "img",
|
|
1053
1048
|
"aria-label": ariaLabel
|
|
1054
1049
|
}, /*#__PURE__*/createElement("path", {
|
|
1055
1050
|
d: "M15.4996 20.2002L13.3996 17.7002L12.5996 18.3002L15.5996 21.8002L20.8996 13.8002L20.0996 13.2002L15.4996 20.2002Z",
|
|
@@ -1082,7 +1077,6 @@ var BookTickets = (function (_ref) {
|
|
|
1082
1077
|
viewBox: "0 0 24 24",
|
|
1083
1078
|
fill: "none",
|
|
1084
1079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1085
|
-
role: "img",
|
|
1086
1080
|
"aria-label": ariaLabel
|
|
1087
1081
|
}, /*#__PURE__*/createElement("path", {
|
|
1088
1082
|
d: "M7 2H6V5H7V2Z",
|
|
@@ -1127,7 +1121,6 @@ var ChooseDates = (function (_ref) {
|
|
|
1127
1121
|
viewBox: "0 0 24 24",
|
|
1128
1122
|
fill: "none",
|
|
1129
1123
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1130
|
-
role: "img",
|
|
1131
1124
|
"aria-label": ariaLabel
|
|
1132
1125
|
}, /*#__PURE__*/createElement("path", {
|
|
1133
1126
|
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",
|
|
@@ -1145,7 +1138,6 @@ var EditMyList = (function (_ref) {
|
|
|
1145
1138
|
viewBox: "0 0 24 24",
|
|
1146
1139
|
fill: "none",
|
|
1147
1140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1148
|
-
role: "img",
|
|
1149
1141
|
"aria-label": ariaLabel
|
|
1150
1142
|
}, /*#__PURE__*/createElement("path", {
|
|
1151
1143
|
d: "M21 3H3V4H21V3Z",
|
|
@@ -1178,7 +1170,6 @@ var Favourite = (function (_ref) {
|
|
|
1178
1170
|
viewBox: "0 0 24 24",
|
|
1179
1171
|
fill: "none",
|
|
1180
1172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1181
|
-
role: "img",
|
|
1182
1173
|
"aria-label": ariaLabel
|
|
1183
1174
|
}, /*#__PURE__*/createElement("path", {
|
|
1184
1175
|
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",
|
|
@@ -1196,7 +1187,6 @@ var FavouriteFull = (function (_ref) {
|
|
|
1196
1187
|
viewBox: "0 0 24 24",
|
|
1197
1188
|
fill: "none",
|
|
1198
1189
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1199
|
-
role: "img",
|
|
1200
1190
|
"aria-label": ariaLabel
|
|
1201
1191
|
}, /*#__PURE__*/createElement("path", {
|
|
1202
1192
|
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",
|
|
@@ -1214,7 +1204,6 @@ var Filter = (function (_ref) {
|
|
|
1214
1204
|
viewBox: "0 0 24 24",
|
|
1215
1205
|
fill: "none",
|
|
1216
1206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1217
|
-
role: "img",
|
|
1218
1207
|
"aria-label": ariaLabel
|
|
1219
1208
|
}, /*#__PURE__*/createElement("path", {
|
|
1220
1209
|
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",
|
|
@@ -1238,7 +1227,6 @@ var FindAScreening = (function (_ref) {
|
|
|
1238
1227
|
viewBox: "0 0 24 24",
|
|
1239
1228
|
fill: "none",
|
|
1240
1229
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1241
|
-
role: "img",
|
|
1242
1230
|
"aria-label": ariaLabel
|
|
1243
1231
|
}, /*#__PURE__*/createElement("path", {
|
|
1244
1232
|
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",
|
|
@@ -1271,7 +1259,6 @@ var Reminder = (function (_ref) {
|
|
|
1271
1259
|
viewBox: "0 0 24 24",
|
|
1272
1260
|
fill: "none",
|
|
1273
1261
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1274
|
-
role: "img",
|
|
1275
1262
|
"aria-label": ariaLabel
|
|
1276
1263
|
}, /*#__PURE__*/createElement("path", {
|
|
1277
1264
|
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",
|
|
@@ -1289,7 +1276,6 @@ var Subscribe = (function (_ref) {
|
|
|
1289
1276
|
viewBox: "0 0 24 24",
|
|
1290
1277
|
fill: "none",
|
|
1291
1278
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1292
|
-
role: "img",
|
|
1293
1279
|
"aria-label": ariaLabel
|
|
1294
1280
|
}, /*#__PURE__*/createElement("path", {
|
|
1295
1281
|
d: "M20 4V20H4V4H20ZM21 3H3V21H21V3Z",
|
|
@@ -1310,7 +1296,6 @@ var Watch = (function (_ref) {
|
|
|
1310
1296
|
viewBox: "0 0 24 24",
|
|
1311
1297
|
fill: "none",
|
|
1312
1298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1313
|
-
role: "img",
|
|
1314
1299
|
"aria-label": ariaLabel
|
|
1315
1300
|
}, /*#__PURE__*/createElement("path", {
|
|
1316
1301
|
d: "M9 8L16 12L9 16V8Z",
|
|
@@ -1331,7 +1316,6 @@ var Arrow = (function (_ref) {
|
|
|
1331
1316
|
viewBox: "0 0 24 24",
|
|
1332
1317
|
fill: "none",
|
|
1333
1318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1334
|
-
role: "img",
|
|
1335
1319
|
"aria-label": ariaLabel
|
|
1336
1320
|
}, /*#__PURE__*/createElement("path", {
|
|
1337
1321
|
d: "M3 12.6001H19L12.9 18.7001L13.6 19.4001L21 12.0001L13.6 4.6001L12.9 5.3001L19.2 11.6001H3V12.6001Z",
|
|
@@ -1349,7 +1333,6 @@ var CarouselArrow = (function (_ref) {
|
|
|
1349
1333
|
viewBox: "0 0 24 24",
|
|
1350
1334
|
fill: "none",
|
|
1351
1335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1352
|
-
role: "img",
|
|
1353
1336
|
"aria-label": ariaLabel
|
|
1354
1337
|
}, /*#__PURE__*/createElement("path", {
|
|
1355
1338
|
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",
|
|
@@ -1367,7 +1350,6 @@ var DropdownArrow = (function (_ref) {
|
|
|
1367
1350
|
viewBox: "0 0 24 24",
|
|
1368
1351
|
fill: "none",
|
|
1369
1352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1370
|
-
role: "img",
|
|
1371
1353
|
"aria-label": ariaLabel
|
|
1372
1354
|
}, /*#__PURE__*/createElement("path", {
|
|
1373
1355
|
d: "M19.3 8L12 14.7L4.7 8L4 8.7L12 16L20 8.7L19.3 8Z",
|
|
@@ -1385,7 +1367,6 @@ var Cinema = (function (_ref) {
|
|
|
1385
1367
|
viewBox: "0 0 24 24",
|
|
1386
1368
|
fill: "none",
|
|
1387
1369
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1388
|
-
role: "img",
|
|
1389
1370
|
"aria-label": ariaLabel
|
|
1390
1371
|
}, /*#__PURE__*/createElement("path", {
|
|
1391
1372
|
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",
|
|
@@ -1418,7 +1399,6 @@ var Clock = (function (_ref) {
|
|
|
1418
1399
|
viewBox: "0 0 24 24",
|
|
1419
1400
|
fill: "none",
|
|
1420
1401
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1421
|
-
role: "img",
|
|
1422
1402
|
"aria-label": ariaLabel
|
|
1423
1403
|
}, /*#__PURE__*/createElement("path", {
|
|
1424
1404
|
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",
|
|
@@ -1439,7 +1419,6 @@ var CreditCard = (function (_ref) {
|
|
|
1439
1419
|
viewBox: "0 0 24 24",
|
|
1440
1420
|
fill: "none",
|
|
1441
1421
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1442
|
-
role: "img",
|
|
1443
1422
|
"aria-label": ariaLabel
|
|
1444
1423
|
}, /*#__PURE__*/createElement("path", {
|
|
1445
1424
|
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",
|
|
@@ -1463,7 +1442,6 @@ var Email = (function (_ref) {
|
|
|
1463
1442
|
viewBox: "0 0 24 24",
|
|
1464
1443
|
fill: "none",
|
|
1465
1444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1466
|
-
role: "img",
|
|
1467
1445
|
"aria-label": ariaLabel
|
|
1468
1446
|
}, /*#__PURE__*/createElement("path", {
|
|
1469
1447
|
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",
|
|
@@ -1481,7 +1459,6 @@ var Info = (function (_ref) {
|
|
|
1481
1459
|
viewBox: "0 0 24 24",
|
|
1482
1460
|
fill: "none",
|
|
1483
1461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1484
|
-
role: "img",
|
|
1485
1462
|
"aria-label": ariaLabel
|
|
1486
1463
|
}, /*#__PURE__*/createElement("path", {
|
|
1487
1464
|
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",
|
|
@@ -1505,7 +1482,6 @@ var List = (function (_ref) {
|
|
|
1505
1482
|
viewBox: "0 0 24 24",
|
|
1506
1483
|
fill: "none",
|
|
1507
1484
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1508
|
-
role: "img",
|
|
1509
1485
|
"aria-label": ariaLabel
|
|
1510
1486
|
}, /*#__PURE__*/createElement("path", {
|
|
1511
1487
|
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",
|
|
@@ -1538,7 +1514,6 @@ var Location = (function (_ref) {
|
|
|
1538
1514
|
viewBox: "0 0 24 24",
|
|
1539
1515
|
fill: "none",
|
|
1540
1516
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1541
|
-
role: "img",
|
|
1542
1517
|
"aria-label": ariaLabel
|
|
1543
1518
|
}, /*#__PURE__*/createElement("path", {
|
|
1544
1519
|
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",
|
|
@@ -1559,7 +1534,6 @@ var PDF = (function (_ref) {
|
|
|
1559
1534
|
viewBox: "0 0 24 24",
|
|
1560
1535
|
fill: "none",
|
|
1561
1536
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1562
|
-
role: "img",
|
|
1563
1537
|
"aria-label": ariaLabel
|
|
1564
1538
|
}, /*#__PURE__*/createElement("path", {
|
|
1565
1539
|
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",
|
|
@@ -1586,7 +1560,6 @@ var Phone = (function (_ref) {
|
|
|
1586
1560
|
viewBox: "0 0 24 24",
|
|
1587
1561
|
fill: "none",
|
|
1588
1562
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1589
|
-
role: "img",
|
|
1590
1563
|
"aria-label": ariaLabel
|
|
1591
1564
|
}, /*#__PURE__*/createElement("path", {
|
|
1592
1565
|
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",
|
|
@@ -1604,7 +1577,6 @@ var Print = (function (_ref) {
|
|
|
1604
1577
|
viewBox: "0 0 24 24",
|
|
1605
1578
|
fill: "none",
|
|
1606
1579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1607
|
-
role: "img",
|
|
1608
1580
|
"aria-label": ariaLabel
|
|
1609
1581
|
}, /*#__PURE__*/createElement("path", {
|
|
1610
1582
|
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",
|
|
@@ -1622,7 +1594,6 @@ var Seat = (function (_ref) {
|
|
|
1622
1594
|
viewBox: "0 0 24 24",
|
|
1623
1595
|
fill: "none",
|
|
1624
1596
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1625
|
-
role: "img",
|
|
1626
1597
|
"aria-label": ariaLabel
|
|
1627
1598
|
}, /*#__PURE__*/createElement("path", {
|
|
1628
1599
|
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",
|
|
@@ -1643,7 +1614,6 @@ var Secure = (function (_ref) {
|
|
|
1643
1614
|
viewBox: "0 0 24 24",
|
|
1644
1615
|
fill: "none",
|
|
1645
1616
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1646
|
-
role: "img",
|
|
1647
1617
|
"aria-label": ariaLabel
|
|
1648
1618
|
}, /*#__PURE__*/createElement("path", {
|
|
1649
1619
|
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",
|
|
@@ -1664,7 +1634,6 @@ var Standing = (function (_ref) {
|
|
|
1664
1634
|
viewBox: "0 0 24 24",
|
|
1665
1635
|
fill: "none",
|
|
1666
1636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1667
|
-
role: "img",
|
|
1668
1637
|
"aria-label": ariaLabel
|
|
1669
1638
|
}, /*#__PURE__*/createElement("path", {
|
|
1670
1639
|
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",
|
|
@@ -1682,7 +1651,6 @@ var Tickets = (function (_ref) {
|
|
|
1682
1651
|
viewBox: "0 0 24 24",
|
|
1683
1652
|
fill: "none",
|
|
1684
1653
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1685
|
-
role: "img",
|
|
1686
1654
|
"aria-label": ariaLabel
|
|
1687
1655
|
}, /*#__PURE__*/createElement("path", {
|
|
1688
1656
|
d: "M12 14H11V16H12V14Z",
|
|
@@ -1706,7 +1674,6 @@ var Wheelchair = (function (_ref) {
|
|
|
1706
1674
|
viewBox: "0 0 24 24",
|
|
1707
1675
|
fill: "none",
|
|
1708
1676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1709
|
-
role: "img",
|
|
1710
1677
|
"aria-label": ariaLabel
|
|
1711
1678
|
}, /*#__PURE__*/createElement("path", {
|
|
1712
1679
|
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",
|
|
@@ -1724,7 +1691,6 @@ var BalletAndDance = (function (_ref) {
|
|
|
1724
1691
|
viewBox: "0 0 24 24",
|
|
1725
1692
|
fill: "none",
|
|
1726
1693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1727
|
-
role: "img",
|
|
1728
1694
|
"aria-label": ariaLabel
|
|
1729
1695
|
}, /*#__PURE__*/createElement("path", {
|
|
1730
1696
|
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",
|
|
@@ -1742,7 +1708,6 @@ var Basket = (function (_ref) {
|
|
|
1742
1708
|
viewBox: "0 0 24 24",
|
|
1743
1709
|
fill: "none",
|
|
1744
1710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1745
|
-
role: "img",
|
|
1746
1711
|
"aria-label": ariaLabel
|
|
1747
1712
|
}, /*#__PURE__*/createElement("path", {
|
|
1748
1713
|
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",
|
|
@@ -1760,7 +1725,6 @@ var BasketFull = (function (_ref) {
|
|
|
1760
1725
|
viewBox: "0 0 24 24",
|
|
1761
1726
|
fill: "none",
|
|
1762
1727
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1763
|
-
role: "img",
|
|
1764
1728
|
"aria-label": ariaLabel
|
|
1765
1729
|
}, /*#__PURE__*/createElement("path", {
|
|
1766
1730
|
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",
|
|
@@ -1778,7 +1742,6 @@ var Home = (function (_ref) {
|
|
|
1778
1742
|
viewBox: "0 0 24 24",
|
|
1779
1743
|
fill: "none",
|
|
1780
1744
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1781
|
-
role: "img",
|
|
1782
1745
|
"aria-label": ariaLabel
|
|
1783
1746
|
}, /*#__PURE__*/createElement("path", {
|
|
1784
1747
|
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",
|
|
@@ -1796,7 +1759,6 @@ var LiveStream = (function (_ref) {
|
|
|
1796
1759
|
viewBox: "0 0 24 24",
|
|
1797
1760
|
fill: "none",
|
|
1798
1761
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1799
|
-
role: "img",
|
|
1800
1762
|
"aria-label": ariaLabel
|
|
1801
1763
|
}, /*#__PURE__*/createElement("path", {
|
|
1802
1764
|
d: "M12 15.5C10.1 15.5 8.5 13.9 8.5 12C8.5 10.1 10.1 8.5 12 8.5C13.9 8.5 15.5 10.1 15.5 12C15.5 13.9 13.9 15.5 12 15.5ZM12 9.5C10.6 9.5 9.5 10.6 9.5 12C9.5 13.4 10.6 14.5 12 14.5C13.4 14.5 14.5 13.4 14.5 12C14.5 10.6 13.4 9.5 12 9.5Z",
|
|
@@ -1826,7 +1788,6 @@ var Menu = (function (_ref) {
|
|
|
1826
1788
|
viewBox: "0 0 24 24",
|
|
1827
1789
|
fill: "none",
|
|
1828
1790
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1829
|
-
role: "img",
|
|
1830
1791
|
"aria-label": ariaLabel
|
|
1831
1792
|
}, /*#__PURE__*/createElement("path", {
|
|
1832
1793
|
d: "M22 5H2V6H22V5Z",
|
|
@@ -1850,7 +1811,6 @@ var OperaAndMusic = (function (_ref) {
|
|
|
1850
1811
|
viewBox: "0 0 24 24",
|
|
1851
1812
|
fill: "none",
|
|
1852
1813
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1853
|
-
role: "img",
|
|
1854
1814
|
"aria-label": ariaLabel
|
|
1855
1815
|
}, /*#__PURE__*/createElement("path", {
|
|
1856
1816
|
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",
|
|
@@ -1886,7 +1846,6 @@ var Search = (function (_ref) {
|
|
|
1886
1846
|
viewBox: "0 0 24 24",
|
|
1887
1847
|
fill: "none",
|
|
1888
1848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1889
|
-
role: "img",
|
|
1890
1849
|
"aria-label": ariaLabel
|
|
1891
1850
|
}, /*#__PURE__*/createElement("path", {
|
|
1892
1851
|
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",
|
|
@@ -1904,7 +1863,6 @@ var Settings = (function (_ref) {
|
|
|
1904
1863
|
viewBox: "0 0 24 24",
|
|
1905
1864
|
fill: "none",
|
|
1906
1865
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1907
|
-
role: "img",
|
|
1908
1866
|
"aria-label": ariaLabel
|
|
1909
1867
|
}, /*#__PURE__*/createElement("path", {
|
|
1910
1868
|
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",
|
|
@@ -1925,7 +1883,6 @@ var User = (function (_ref) {
|
|
|
1925
1883
|
viewBox: "0 0 24 24",
|
|
1926
1884
|
fill: "none",
|
|
1927
1885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1928
|
-
role: "img",
|
|
1929
1886
|
"aria-label": ariaLabel
|
|
1930
1887
|
}, /*#__PURE__*/createElement("path", {
|
|
1931
1888
|
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",
|
|
@@ -1946,7 +1903,6 @@ var UserSignedIn = (function (_ref) {
|
|
|
1946
1903
|
viewBox: "0 0 24 24",
|
|
1947
1904
|
fill: "none",
|
|
1948
1905
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1949
|
-
role: "img",
|
|
1950
1906
|
"aria-label": ariaLabel
|
|
1951
1907
|
}, /*#__PURE__*/createElement("path", {
|
|
1952
1908
|
d: "M22 21H2C2.4 17.7 2 11 12 11C22 11 21.6 17.7 22 21Z",
|
|
@@ -2081,7 +2037,6 @@ var Delete = (function (_ref) {
|
|
|
2081
2037
|
viewBox: "0 0 24 24",
|
|
2082
2038
|
fill: "none",
|
|
2083
2039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2084
|
-
role: "img",
|
|
2085
2040
|
"aria-label": ariaLabel
|
|
2086
2041
|
}, /*#__PURE__*/createElement("path", {
|
|
2087
2042
|
d: "M11 4L2 12L11 20H22V4H11ZM21 19H11.4L3.5 12L11.4 5H21V19Z",
|
|
@@ -2119,7 +2074,6 @@ var Space = (function (_ref) {
|
|
|
2119
2074
|
viewBox: "0 0 24 24",
|
|
2120
2075
|
fill: "none",
|
|
2121
2076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2122
|
-
role: "img",
|
|
2123
2077
|
"aria-label": ariaLabel
|
|
2124
2078
|
}, /*#__PURE__*/createElement("path", {
|
|
2125
2079
|
d: "M21 16V19H3V16H2V19V20H3H21H22V19V16H21Z",
|
|
@@ -2137,7 +2091,6 @@ var Close = (function (_ref) {
|
|
|
2137
2091
|
viewBox: "0 0 24 24",
|
|
2138
2092
|
fill: "none",
|
|
2139
2093
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2140
|
-
role: "img",
|
|
2141
2094
|
"aria-label": ariaLabel
|
|
2142
2095
|
}, /*#__PURE__*/createElement("path", {
|
|
2143
2096
|
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",
|
|
@@ -2155,7 +2108,6 @@ var Confirm = (function (_ref) {
|
|
|
2155
2108
|
viewBox: "0 0 24 24",
|
|
2156
2109
|
fill: "none",
|
|
2157
2110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2158
|
-
role: "img",
|
|
2159
2111
|
"aria-label": ariaLabel
|
|
2160
2112
|
}, /*#__PURE__*/createElement("path", {
|
|
2161
2113
|
d: "M9.09961 21L3 12.5L3.8 11.9L9.09961 19.3L21.1996 3L21.9996 3.6L9.09961 21Z",
|
|
@@ -2173,7 +2125,6 @@ var Detract = (function (_ref) {
|
|
|
2173
2125
|
viewBox: "0 0 24 24",
|
|
2174
2126
|
fill: "none",
|
|
2175
2127
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2176
|
-
role: "img",
|
|
2177
2128
|
"aria-label": ariaLabel
|
|
2178
2129
|
}, /*#__PURE__*/createElement("path", {
|
|
2179
2130
|
d: "M21 11.5H3V12.5H21V11.5Z",
|
|
@@ -2191,7 +2142,6 @@ var Expand = (function (_ref) {
|
|
|
2191
2142
|
viewBox: "0 0 24 24",
|
|
2192
2143
|
fill: "none",
|
|
2193
2144
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2194
|
-
role: "img",
|
|
2195
2145
|
"aria-label": ariaLabel
|
|
2196
2146
|
}, /*#__PURE__*/createElement("path", {
|
|
2197
2147
|
d: "M12.5 11.5V3H11.5V11.5H3V12.5H11.5V21H12.5V12.5H21V11.5H12.5Z",
|
|
@@ -2209,7 +2159,6 @@ var ExternalLink = (function (_ref) {
|
|
|
2209
2159
|
viewBox: "0 0 24 24",
|
|
2210
2160
|
fill: "none",
|
|
2211
2161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2212
|
-
role: "img",
|
|
2213
2162
|
"aria-label": ariaLabel
|
|
2214
2163
|
}, /*#__PURE__*/createElement("path", {
|
|
2215
2164
|
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",
|
|
@@ -2230,7 +2179,6 @@ var GridView = (function (_ref) {
|
|
|
2230
2179
|
viewBox: "0 0 24 24",
|
|
2231
2180
|
fill: "none",
|
|
2232
2181
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2233
|
-
role: "img",
|
|
2234
2182
|
"aria-label": ariaLabel
|
|
2235
2183
|
}, /*#__PURE__*/createElement("path", {
|
|
2236
2184
|
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",
|
|
@@ -2248,7 +2196,6 @@ var ListView = (function (_ref) {
|
|
|
2248
2196
|
viewBox: "0 0 24 24",
|
|
2249
2197
|
fill: "none",
|
|
2250
2198
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2251
|
-
role: "img",
|
|
2252
2199
|
"aria-label": ariaLabel
|
|
2253
2200
|
}, /*#__PURE__*/createElement("path", {
|
|
2254
2201
|
d: "M3 3V7H21V3H3ZM20 6H4V4H20V6Z",
|
|
@@ -2272,7 +2219,6 @@ var Refresh = (function (_ref) {
|
|
|
2272
2219
|
viewBox: "0 0 24 24",
|
|
2273
2220
|
fill: "none",
|
|
2274
2221
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2275
|
-
role: "img",
|
|
2276
2222
|
"aria-label": ariaLabel
|
|
2277
2223
|
}, /*#__PURE__*/createElement("path", {
|
|
2278
2224
|
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",
|
|
@@ -2293,7 +2239,6 @@ var Remove = (function (_ref) {
|
|
|
2293
2239
|
viewBox: "0 0 12 12",
|
|
2294
2240
|
fill: "none",
|
|
2295
2241
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2296
|
-
role: "img",
|
|
2297
2242
|
"aria-label": ariaLabel
|
|
2298
2243
|
}, /*#__PURE__*/createElement("path", {
|
|
2299
2244
|
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",
|
|
@@ -2311,7 +2256,6 @@ var Star = (function (_ref) {
|
|
|
2311
2256
|
viewBox: "0 0 48 46",
|
|
2312
2257
|
fill: "none",
|
|
2313
2258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2314
|
-
role: "img",
|
|
2315
2259
|
"aria-label": ariaLabel
|
|
2316
2260
|
}, /*#__PURE__*/createElement("path", {
|
|
2317
2261
|
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",
|
|
@@ -2329,7 +2273,6 @@ var AudioDescription = (function (_ref) {
|
|
|
2329
2273
|
viewBox: "0 0 24 24",
|
|
2330
2274
|
fill: "none",
|
|
2331
2275
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2332
|
-
role: "img",
|
|
2333
2276
|
"aria-label": ariaLabel
|
|
2334
2277
|
}, /*#__PURE__*/createElement("path", {
|
|
2335
2278
|
d: "M21 5V19H3V5H21ZM22 4H2V20H22V4Z",
|
|
@@ -2353,7 +2296,6 @@ var Back10 = (function (_ref) {
|
|
|
2353
2296
|
viewBox: "0 0 24 24",
|
|
2354
2297
|
fill: "none",
|
|
2355
2298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2356
|
-
role: "img",
|
|
2357
2299
|
"aria-label": ariaLabel
|
|
2358
2300
|
}, /*#__PURE__*/createElement("path", {
|
|
2359
2301
|
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",
|
|
@@ -2377,7 +2319,6 @@ var Clips = (function (_ref) {
|
|
|
2377
2319
|
viewBox: "0 0 24 24",
|
|
2378
2320
|
fill: "none",
|
|
2379
2321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2380
|
-
role: "img",
|
|
2381
2322
|
"aria-label": ariaLabel
|
|
2382
2323
|
}, /*#__PURE__*/createElement("path", {
|
|
2383
2324
|
d: "M15 11V19H3V11H15ZM16 10H2V20H16V10Z",
|
|
@@ -2401,7 +2342,6 @@ var Forward10 = (function (_ref) {
|
|
|
2401
2342
|
viewBox: "0 0 24 24",
|
|
2402
2343
|
fill: "none",
|
|
2403
2344
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2404
|
-
role: "img",
|
|
2405
2345
|
"aria-label": ariaLabel
|
|
2406
2346
|
}, /*#__PURE__*/createElement("path", {
|
|
2407
2347
|
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",
|
|
@@ -2425,7 +2365,6 @@ var FullScreen = (function (_ref) {
|
|
|
2425
2365
|
viewBox: "0 0 24 24",
|
|
2426
2366
|
fill: "none",
|
|
2427
2367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2428
|
-
role: "img",
|
|
2429
2368
|
"aria-label": ariaLabel
|
|
2430
2369
|
}, /*#__PURE__*/createElement("path", {
|
|
2431
2370
|
d: "M3 9H4V4H9V3H3V9Z",
|
|
@@ -2452,7 +2391,6 @@ var Minimise = (function (_ref) {
|
|
|
2452
2391
|
viewBox: "0 0 24 24",
|
|
2453
2392
|
fill: "none",
|
|
2454
2393
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2455
|
-
role: "img",
|
|
2456
2394
|
"aria-label": ariaLabel
|
|
2457
2395
|
}, /*#__PURE__*/createElement("path", {
|
|
2458
2396
|
d: "M9 3H8V8H3V9H9V3Z",
|
|
@@ -2479,7 +2417,6 @@ var Muted = (function (_ref) {
|
|
|
2479
2417
|
viewBox: "0 0 24 24",
|
|
2480
2418
|
fill: "none",
|
|
2481
2419
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2482
|
-
role: "img",
|
|
2483
2420
|
"aria-label": ariaLabel
|
|
2484
2421
|
}, /*#__PURE__*/createElement("path", {
|
|
2485
2422
|
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",
|
|
@@ -2500,7 +2437,6 @@ var Pause = (function (_ref) {
|
|
|
2500
2437
|
viewBox: "0 0 24 24",
|
|
2501
2438
|
fill: "none",
|
|
2502
2439
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2503
|
-
role: "img",
|
|
2504
2440
|
"aria-label": ariaLabel
|
|
2505
2441
|
}, /*#__PURE__*/createElement("path", {
|
|
2506
2442
|
d: "M10 2H4V22H10V2Z",
|
|
@@ -2521,7 +2457,6 @@ var Play = (function (_ref) {
|
|
|
2521
2457
|
viewBox: "0 0 24 24",
|
|
2522
2458
|
fill: "none",
|
|
2523
2459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2524
|
-
role: "img",
|
|
2525
2460
|
"aria-label": ariaLabel
|
|
2526
2461
|
}, /*#__PURE__*/createElement("path", {
|
|
2527
2462
|
d: "M5.5 3.8999L20 11.9999L5.5 20.0999V3.8999Z",
|
|
@@ -2542,7 +2477,6 @@ var Restart = (function (_ref) {
|
|
|
2542
2477
|
viewBox: "0 0 24 24",
|
|
2543
2478
|
fill: "none",
|
|
2544
2479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2545
|
-
role: "img",
|
|
2546
2480
|
"aria-label": ariaLabel
|
|
2547
2481
|
}, /*#__PURE__*/createElement("path", {
|
|
2548
2482
|
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",
|
|
@@ -2560,7 +2494,6 @@ var Subtitles = (function (_ref) {
|
|
|
2560
2494
|
viewBox: "0 0 24 24",
|
|
2561
2495
|
fill: "none",
|
|
2562
2496
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2563
|
-
role: "img",
|
|
2564
2497
|
"aria-label": ariaLabel
|
|
2565
2498
|
}, /*#__PURE__*/createElement("path", {
|
|
2566
2499
|
d: "M9 7H7V8H9V7Z",
|
|
@@ -2596,7 +2529,6 @@ var Trailer = (function (_ref) {
|
|
|
2596
2529
|
viewBox: "0 0 24 24",
|
|
2597
2530
|
fill: "none",
|
|
2598
2531
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2599
|
-
role: "img",
|
|
2600
2532
|
"aria-label": ariaLabel
|
|
2601
2533
|
}, /*#__PURE__*/createElement("path", {
|
|
2602
2534
|
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",
|
|
@@ -2617,7 +2549,6 @@ var Volume = (function (_ref) {
|
|
|
2617
2549
|
viewBox: "0 0 24 24",
|
|
2618
2550
|
fill: "none",
|
|
2619
2551
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2620
|
-
role: "img",
|
|
2621
2552
|
"aria-label": ariaLabel
|
|
2622
2553
|
}, /*#__PURE__*/createElement("path", {
|
|
2623
2554
|
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",
|
|
@@ -4665,23 +4596,6 @@ var TimerValueSeparator = /*#__PURE__*/styled.div(_templateObject6$3 || (_templa
|
|
|
4665
4596
|
var TimerValueWrapper = /*#__PURE__*/styled.div(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
4666
4597
|
var TimerValue = /*#__PURE__*/styled.div(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
4667
4598
|
|
|
4668
|
-
var pad = function pad(num) {
|
|
4669
|
-
return String(num || 0).padStart(2, '0');
|
|
4670
|
-
};
|
|
4671
|
-
|
|
4672
|
-
var renderTimerValue = function renderTimerValue(value, title, separator) {
|
|
4673
|
-
if (separator === void 0) {
|
|
4674
|
-
separator = true;
|
|
4675
|
-
}
|
|
4676
|
-
|
|
4677
|
-
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(TimerValueWrapper, null, /*#__PURE__*/React__default.createElement(TimerValue, {
|
|
4678
|
-
className: 'chord-timer-value',
|
|
4679
|
-
"data-testid": title
|
|
4680
|
-
}, value), /*#__PURE__*/React__default.createElement(TimerLabel, {
|
|
4681
|
-
className: 'chord-timer-label'
|
|
4682
|
-
}, title)), separator && /*#__PURE__*/React__default.createElement(TimerValueSeparator, null, ":"));
|
|
4683
|
-
};
|
|
4684
|
-
|
|
4685
4599
|
var Timer = function Timer(_ref) {
|
|
4686
4600
|
var endDate = _ref.endDate,
|
|
4687
4601
|
title = _ref.title,
|
|
@@ -4691,27 +4605,39 @@ var Timer = function Timer(_ref) {
|
|
|
4691
4605
|
_ref$color = _ref.color,
|
|
4692
4606
|
color = _ref$color === void 0 ? Colors.Black : _ref$color;
|
|
4693
4607
|
|
|
4694
|
-
var
|
|
4695
|
-
seconds =
|
|
4696
|
-
setSeconds =
|
|
4608
|
+
var _React$useState = React__default.useState('00'),
|
|
4609
|
+
seconds = _React$useState[0],
|
|
4610
|
+
setSeconds = _React$useState[1];
|
|
4697
4611
|
|
|
4698
|
-
var
|
|
4699
|
-
minutes =
|
|
4700
|
-
setMinutes =
|
|
4612
|
+
var _React$useState2 = React__default.useState('00'),
|
|
4613
|
+
minutes = _React$useState2[0],
|
|
4614
|
+
setMinutes = _React$useState2[1];
|
|
4701
4615
|
|
|
4702
|
-
var
|
|
4703
|
-
hours =
|
|
4704
|
-
setHours =
|
|
4616
|
+
var _React$useState3 = React__default.useState('00'),
|
|
4617
|
+
hours = _React$useState3[0],
|
|
4618
|
+
setHours = _React$useState3[1];
|
|
4705
4619
|
|
|
4706
|
-
var
|
|
4707
|
-
days =
|
|
4708
|
-
setDays =
|
|
4620
|
+
var _React$useState4 = React__default.useState('00'),
|
|
4621
|
+
days = _React$useState4[0],
|
|
4622
|
+
setDays = _React$useState4[1];
|
|
4709
4623
|
|
|
4710
|
-
var
|
|
4711
|
-
isEndDateReached =
|
|
4712
|
-
setIsEndDateReached =
|
|
4624
|
+
var _React$useState5 = React__default.useState(false),
|
|
4625
|
+
isEndDateReached = _React$useState5[0],
|
|
4626
|
+
setIsEndDateReached = _React$useState5[1];
|
|
4713
4627
|
|
|
4714
|
-
|
|
4628
|
+
var renderTimerValue = function renderTimerValue(value, title, separator) {
|
|
4629
|
+
if (separator === void 0) {
|
|
4630
|
+
separator = true;
|
|
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
|
+
};
|
|
4639
|
+
|
|
4640
|
+
React__default.useEffect(function () {
|
|
4715
4641
|
if (isEndDateReached) return; // We use this to set values for the timer immediately
|
|
4716
4642
|
|
|
4717
4643
|
var setIntervalAndExecute = function setIntervalAndExecute(fn, delay) {
|
|
@@ -4720,23 +4646,20 @@ var Timer = function Timer(_ref) {
|
|
|
4720
4646
|
};
|
|
4721
4647
|
|
|
4722
4648
|
var updateValues = function updateValues() {
|
|
4723
|
-
var futureDate =
|
|
4724
|
-
|
|
4725
|
-
var
|
|
4726
|
-
var
|
|
4649
|
+
var futureDate = moment(endDate);
|
|
4650
|
+
var nowDate = moment();
|
|
4651
|
+
var differenceInMilliseconds = futureDate.valueOf() - nowDate.valueOf();
|
|
4652
|
+
var difference = moment(differenceInMilliseconds).utc();
|
|
4727
4653
|
|
|
4728
|
-
if (
|
|
4654
|
+
if (differenceInMilliseconds < 0) {
|
|
4729
4655
|
setIsEndDateReached(true);
|
|
4730
4656
|
if (endDateHandler) endDateHandler();
|
|
4731
4657
|
} else {
|
|
4732
|
-
var
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
var
|
|
4737
|
-
var hoursDiff = pad(duration.hours);
|
|
4738
|
-
var minutesDiff = pad(duration.minutes);
|
|
4739
|
-
var secondsDiff = pad(duration.seconds);
|
|
4658
|
+
var fullDaysLeft = Math.floor(futureDate.diff(nowDate, 'days', true));
|
|
4659
|
+
var daysDiff = fullDaysLeft < 10 ? "0" + fullDaysLeft : fullDaysLeft.toString();
|
|
4660
|
+
var hoursDiff = difference.format('HH');
|
|
4661
|
+
var minutesDiff = difference.format('mm');
|
|
4662
|
+
var secondsDiff = difference.format('ss');
|
|
4740
4663
|
setDays(daysDiff);
|
|
4741
4664
|
setHours(hoursDiff);
|
|
4742
4665
|
setMinutes(minutesDiff);
|
|
@@ -4749,7 +4672,7 @@ var Timer = function Timer(_ref) {
|
|
|
4749
4672
|
clearInterval(interval);
|
|
4750
4673
|
};
|
|
4751
4674
|
});
|
|
4752
|
-
var hideTimer =
|
|
4675
|
+
var hideTimer = moment(endDate).isBefore(moment());
|
|
4753
4676
|
if (hideTimer) return null;
|
|
4754
4677
|
return /*#__PURE__*/React__default.createElement(TimerWrapper, {
|
|
4755
4678
|
color: color
|
|
@@ -7693,8 +7616,7 @@ var Accordions = function Accordions(_ref) {
|
|
|
7693
7616
|
visibleStandfirst: accordion.visibleStandfirst,
|
|
7694
7617
|
contentType: accordion.contentType,
|
|
7695
7618
|
displayLevel: accordion.displayLevel,
|
|
7696
|
-
semanticLevel: accordion.semanticLevel
|
|
7697
|
-
initOpen: accordion.initOpen
|
|
7619
|
+
semanticLevel: accordion.semanticLevel
|
|
7698
7620
|
}, accordion.children);
|
|
7699
7621
|
}));
|
|
7700
7622
|
};
|
|
@@ -8066,9 +7988,9 @@ var Card = function Card(_ref) {
|
|
|
8066
7988
|
dangerouslySetInnerHTML: {
|
|
8067
7989
|
__html: truncatedText
|
|
8068
7990
|
}
|
|
8069
|
-
})
|
|
7991
|
+
}), highlightText && /*#__PURE__*/React__default.createElement(HighlightTextContainer, null, /*#__PURE__*/React__default.createElement(BodyText, {
|
|
8070
7992
|
level: 1
|
|
8071
|
-
}, highlightText)), auxiliaryCTA && /*#__PURE__*/React__default.createElement(ExtraActionsContainer, {
|
|
7993
|
+
}, highlightText)))), auxiliaryCTA && /*#__PURE__*/React__default.createElement(ExtraActionsContainer, {
|
|
8072
7994
|
fullWidth: fullWidth
|
|
8073
7995
|
}, /*#__PURE__*/React__default.createElement(AuxiliaryButton, Object.assign({}, auxiliaryCTA), auxiliaryCTA.text)), links && /*#__PURE__*/React__default.createElement(ButtonsContainer$1, {
|
|
8074
7996
|
ref: node,
|
|
@@ -8846,7 +8768,7 @@ var CompactHeaderBranding = function CompactHeaderBranding(_ref) {
|
|
|
8846
8768
|
var isIOS = function isIOS() {
|
|
8847
8769
|
try {
|
|
8848
8770
|
console.warn('Do not use this on server side rendering, it may throw an error.');
|
|
8849
|
-
if (typeof navigator ===
|
|
8771
|
+
if (typeof navigator === undefined) return false;
|
|
8850
8772
|
return ['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].includes(navigator.platform) || // iPad on iOS 13 detection
|
|
8851
8773
|
navigator.userAgent.includes('Mac') && 'ontouchend' in document;
|
|
8852
8774
|
} catch (e) {
|
|
@@ -8862,7 +8784,7 @@ var useIOS = function useIOS() {
|
|
|
8862
8784
|
setIOS = _useState[1];
|
|
8863
8785
|
|
|
8864
8786
|
useEffect(function () {
|
|
8865
|
-
if (typeof navigator ===
|
|
8787
|
+
if (typeof navigator === undefined) return;
|
|
8866
8788
|
setIOS(isIOS());
|
|
8867
8789
|
}, []);
|
|
8868
8790
|
return IOS;
|
|
@@ -8889,10 +8811,7 @@ var useMobile = function useMobile() {
|
|
|
8889
8811
|
setMobile(isMobile());
|
|
8890
8812
|
}, []);
|
|
8891
8813
|
return mobile;
|
|
8892
|
-
};
|
|
8893
|
-
// export const isMobileOrTablet = () => {
|
|
8894
|
-
// return typeof window !== 'undefined' && window.matchMedia('(max-width: 1024px)').matches;
|
|
8895
|
-
// };
|
|
8814
|
+
};
|
|
8896
8815
|
|
|
8897
8816
|
var _excluded$l = ["text"];
|
|
8898
8817
|
|
|
@@ -9198,8 +9117,8 @@ var CreditListingWrapper = /*#__PURE__*/styled(PeopleListingGrid)(_templateObjec
|
|
|
9198
9117
|
var columnCount = _ref.columnCount;
|
|
9199
9118
|
return "repeat(" + columnCount + ", 1fr)";
|
|
9200
9119
|
}, devices.mobile, devices.tablet);
|
|
9201
|
-
var DescriptionWrapper = /*#__PURE__*/styled.div(_templateObject3$D || (_templateObject3$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n p {\n line-height:
|
|
9202
|
-
var RoleWrapper$1 = /*#__PURE__*/styled.div(_templateObject4$u || (_templateObject4$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n overflow-wrap: break-word;\n"])));
|
|
9120
|
+
var DescriptionWrapper = /*#__PURE__*/styled.div(_templateObject3$D || (_templateObject3$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n p {\n line-height: 25px;\n margin-bottom: 3px;\n }\n"])));
|
|
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 min-height: 1.5em;\n"])));
|
|
9203
9122
|
|
|
9204
9123
|
var getConcatenatedPropLength = function getConcatenatedPropLength(array, prop) {
|
|
9205
9124
|
return array.reduce(function (acc, item) {
|
|
@@ -10938,113 +10857,15 @@ var ReadMore = function ReadMore(_ref) {
|
|
|
10938
10857
|
}, isFullTextOpen ? "" + hideText : "" + showMoreText)));
|
|
10939
10858
|
};
|
|
10940
10859
|
|
|
10941
|
-
var _templateObject$1h, _templateObject2$W, _templateObject3$N, _templateObject4$B, _templateObject5$u
|
|
10942
|
-
var
|
|
10943
|
-
var
|
|
10944
|
-
var
|
|
10945
|
-
var color
|
|
10946
|
-
return "var(--base-color-" + color + ")";
|
|
10947
|
-
});
|
|
10948
|
-
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"])));
|
|
10949
|
-
var Text = /*#__PURE__*/styled.div(_templateObject5$u || (_templateObject5$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref2) {
|
|
10950
|
-
var color = _ref2.color;
|
|
10951
|
-
return "var(--base-color-" + color + ")";
|
|
10952
|
-
});
|
|
10953
|
-
var LabelText = /*#__PURE__*/styled.div(_templateObject6$n || (_templateObject6$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 1px;\n white-space: nowrap;\n color: ", ";\n"])), function (_ref3) {
|
|
10954
|
-
var color = _ref3.color;
|
|
10955
|
-
return "var(--base-color-" + color + ")";
|
|
10956
|
-
});
|
|
10957
|
-
|
|
10958
|
-
/**
|
|
10959
|
-
* Password strength indicator component.
|
|
10960
|
-
* This renders some number of lines (6 by default)
|
|
10961
|
-
* which should become active when the user improves
|
|
10962
|
-
* the strength of the entered password.
|
|
10963
|
-
*
|
|
10964
|
-
* ## Sections
|
|
10965
|
-
* To set number of sections it should be passed
|
|
10966
|
-
* as `sections` prop.
|
|
10967
|
-
*
|
|
10968
|
-
* ## Active section
|
|
10969
|
-
* To set number of active sections it should be passed
|
|
10970
|
-
* as `activeSections` prop.
|
|
10971
|
-
*
|
|
10972
|
-
* ## Colors
|
|
10973
|
-
* Color of every element can be controlled by properties:
|
|
10974
|
-
* `sectionsColor`, `activeSectionsColor`,
|
|
10975
|
-
* `textColor`, `strengthLabelColor`.
|
|
10976
|
-
*
|
|
10977
|
-
* ## Text
|
|
10978
|
-
* `text` prop is used to render some message.
|
|
10979
|
-
* For example error (together with proper red color)
|
|
10980
|
-
* or some password requirement. It can be empty.
|
|
10981
|
-
*
|
|
10982
|
-
* ## Strength label
|
|
10983
|
-
* `strengthLabel` prop is used to render strength characteristic
|
|
10984
|
-
* of entered password. For example: `weak`, `normal`, `strong`, etc.
|
|
10985
|
-
* It can be empty.
|
|
10986
|
-
*/
|
|
10987
|
-
|
|
10988
|
-
var PasswordStrength = function PasswordStrength(_ref) {
|
|
10989
|
-
var _ref$sections = _ref.sections,
|
|
10990
|
-
sections = _ref$sections === void 0 ? 6 : _ref$sections,
|
|
10991
|
-
_ref$activeSections = _ref.activeSections,
|
|
10992
|
-
activeSections = _ref$activeSections === void 0 ? 0 : _ref$activeSections,
|
|
10993
|
-
_ref$sectionsColor = _ref.sectionsColor,
|
|
10994
|
-
sectionsColor = _ref$sectionsColor === void 0 ? Colors.MidGrey : _ref$sectionsColor,
|
|
10995
|
-
_ref$activeSectionsCo = _ref.activeSectionsColor,
|
|
10996
|
-
activeSectionsColor = _ref$activeSectionsCo === void 0 ? Colors.Black : _ref$activeSectionsCo,
|
|
10997
|
-
_ref$text = _ref.text,
|
|
10998
|
-
text = _ref$text === void 0 ? '' : _ref$text,
|
|
10999
|
-
_ref$textColor = _ref.textColor,
|
|
11000
|
-
textColor = _ref$textColor === void 0 ? Colors.Black : _ref$textColor,
|
|
11001
|
-
_ref$strengthLabel = _ref.strengthLabel,
|
|
11002
|
-
strengthLabel = _ref$strengthLabel === void 0 ? '' : _ref$strengthLabel,
|
|
11003
|
-
_ref$strengthLabelCol = _ref.strengthLabelColor,
|
|
11004
|
-
strengthLabelColor = _ref$strengthLabelCol === void 0 ? Colors.Black : _ref$strengthLabelCol;
|
|
11005
|
-
|
|
11006
|
-
var setSectionColor = function setSectionColor(index) {
|
|
11007
|
-
return index < activeSections ? activeSectionsColor : sectionsColor;
|
|
11008
|
-
};
|
|
11009
|
-
|
|
11010
|
-
var setSectionDataTestId = function setSectionDataTestId(index) {
|
|
11011
|
-
return index < activeSections ? 'password-strength-section-active' : 'password-strength-section';
|
|
11012
|
-
};
|
|
11013
|
-
|
|
11014
|
-
return /*#__PURE__*/React__default.createElement(Container$5, {
|
|
11015
|
-
"data-testid": "password-strength-container"
|
|
11016
|
-
}, /*#__PURE__*/React__default.createElement(Sections, {
|
|
11017
|
-
"data-testid": "password-strength-sections"
|
|
11018
|
-
}, Array.from({
|
|
11019
|
-
length: sections
|
|
11020
|
-
}, function (_section, i) {
|
|
11021
|
-
return /*#__PURE__*/React__default.createElement(Section, {
|
|
11022
|
-
key: i,
|
|
11023
|
-
color: setSectionColor(i),
|
|
11024
|
-
"data-testid": setSectionDataTestId(i)
|
|
11025
|
-
});
|
|
11026
|
-
})), /*#__PURE__*/React__default.createElement(BottomLine, null, /*#__PURE__*/React__default.createElement(Text, {
|
|
11027
|
-
color: textColor,
|
|
11028
|
-
"data-testid": "password-strength-text"
|
|
11029
|
-
}, /*#__PURE__*/React__default.createElement(AltHeader, {
|
|
11030
|
-
level: 6
|
|
11031
|
-
}, text)), /*#__PURE__*/React__default.createElement(LabelText, {
|
|
11032
|
-
color: strengthLabelColor,
|
|
11033
|
-
"data-testid": "password-strength-label"
|
|
11034
|
-
}, /*#__PURE__*/React__default.createElement(Overline, {
|
|
11035
|
-
level: 2
|
|
11036
|
-
}, strengthLabel))));
|
|
11037
|
-
};
|
|
11038
|
-
|
|
11039
|
-
var _templateObject$1i, _templateObject2$X, _templateObject3$O, _templateObject4$C, _templateObject5$v;
|
|
11040
|
-
var MenuContainer$2 = /*#__PURE__*/styled.nav(_templateObject$1i || (_templateObject$1i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding: 0;\n margin: 0;\n"])));
|
|
11041
|
-
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);
|
|
11042
|
-
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);
|
|
11043
|
-
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) {
|
|
10860
|
+
var _templateObject$1h, _templateObject2$W, _templateObject3$N, _templateObject4$B, _templateObject5$u;
|
|
10861
|
+
var MenuContainer$2 = /*#__PURE__*/styled.nav(_templateObject$1h || (_templateObject$1h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding: 0;\n margin: 0;\n"])));
|
|
10862
|
+
var MenuList = /*#__PURE__*/styled.ul(_templateObject2$W || (_templateObject2$W = /*#__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);
|
|
10863
|
+
var MobileButton = /*#__PURE__*/styled.button(_templateObject3$N || (_templateObject3$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n line-height: var(--line-height-navigation);\n font-size: var(--font-size-navigation);\n font-family: var(--font-family-navigation);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n color: var(--base-color-", ");\n text-transform: uppercase;\n margin: 0;\n padding: 16px 46px 14px 20px;\n background: var(--base-color-", ");\n border: 1px solid var(--base-color-", ");\n border-radius: 0;\n display: block;\n width: 100%;\n text-align: left;\n cursor: pointer;\n position: relative;\n span {\n width: 25px;\n height: 25px;\n position: absolute;\n top: 50%;\n margin-top: -12px;\n right: 10px;\n }\n"])), Colors.Black, Colors.White, Colors.DarkGrey);
|
|
10864
|
+
var MenuItem$1 = /*#__PURE__*/styled.a(_templateObject4$B || (_templateObject4$B = /*#__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) {
|
|
11044
10865
|
var isActive = _ref.isActive;
|
|
11045
10866
|
return isActive ? "var(--base-color-" + Colors.MidGrey + ")" : 'none';
|
|
11046
10867
|
}, Colors.MidGrey);
|
|
11047
|
-
var MobileMenuList = /*#__PURE__*/styled.ul(_templateObject5$
|
|
10868
|
+
var MobileMenuList = /*#__PURE__*/styled.ul(_templateObject5$u || (_templateObject5$u = /*#__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) {
|
|
11048
10869
|
var isOpen = _ref2.isOpen;
|
|
11049
10870
|
return isOpen ? 'block' : 'none';
|
|
11050
10871
|
}, Colors.White, Colors.DarkGrey, MenuItem$1);
|
|
@@ -11214,6 +11035,104 @@ var AuxiliaryNav = function AuxiliaryNav(_ref6) {
|
|
|
11214
11035
|
});
|
|
11215
11036
|
};
|
|
11216
11037
|
|
|
11038
|
+
var _templateObject$1i, _templateObject2$X, _templateObject3$O, _templateObject4$C, _templateObject5$v, _templateObject6$n;
|
|
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
|
+
|
|
11217
11136
|
var _templateObject$1j, _templateObject2$Y, _templateObject3$P, _templateObject4$D, _templateObject5$w, _templateObject6$o, _templateObject7$g, _templateObject8$c, _templateObject9$7, _templateObject10$7;
|
|
11218
11137
|
var TableContainer = /*#__PURE__*/styled.table(_templateObject$1j || (_templateObject$1j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-collapse: collapse;\n"])));
|
|
11219
11138
|
var Container$6 = /*#__PURE__*/styled.div(_templateObject2$Y || (_templateObject2$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-x: auto;\n"])));
|
|
@@ -11235,7 +11154,7 @@ var PageNumber$1 = /*#__PURE__*/styled.button(_templateObject7$g || (_templateOb
|
|
|
11235
11154
|
});
|
|
11236
11155
|
var Next = /*#__PURE__*/styled.span(_templateObject8$c || (_templateObject8$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n width: 25px;\n align-items: center;\n justify-content: center;\n margin-left: 0;\n span {\n height: 1.5em;\n svg > path {\n fill: var(--base-color-dark-grey);\n }\n }\n"])));
|
|
11237
11156
|
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"])));
|
|
11238
|
-
var AriaDescription$1 = /*#__PURE__*/styled.
|
|
11157
|
+
var AriaDescription$1 = /*#__PURE__*/styled.span(_templateObject10$7 || (_templateObject10$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n left: -9999px;\n width: 1px;\n height: 1px;\n overflow: hidden;\n"])));
|
|
11239
11158
|
|
|
11240
11159
|
var Content = function Content(_ref) {
|
|
11241
11160
|
var content = _ref.content;
|
|
@@ -11321,7 +11240,7 @@ var Table = function Table(_ref) {
|
|
|
11321
11240
|
return window.removeEventListener('resize', horizontalScroll);
|
|
11322
11241
|
};
|
|
11323
11242
|
}, []);
|
|
11324
|
-
var totalRows = Array.isArray(children) ? children.length : 1;
|
|
11243
|
+
var totalRows = Array.isArray(children) ? children.length + 1 : 1;
|
|
11325
11244
|
var totalPages = pagination ? Math.ceil(totalRows / rowsPerPage) : 1;
|
|
11326
11245
|
var pageNumbers = Array.from({
|
|
11327
11246
|
length: totalPages
|