@times-components/icons 2.21.27 → 2.22.0
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 +11 -0
- package/dist/icons/copy-link.js +3 -1
- package/dist/icons/email.js +3 -1
- package/dist/icons/facebook.js +3 -1
- package/dist/icons/twitter.js +3 -1
- package/package.json +4 -4
- package/rnw.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.22.0](https://github.com/newsuk/times-components/compare/@times-components/icons@2.21.27...@times-components/icons@2.22.0) (2024-05-31)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **TMD-217:** Save and share bar updates ([#3846](https://github.com/newsuk/times-components/issues/3846)) ([8d47af2](https://github.com/newsuk/times-components/commit/8d47af2e6220e30e691e810c5f9021587ed8e2ab))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.21.27](https://github.com/newsuk/times-components/compare/@times-components/icons@2.21.26...@times-components/icons@2.21.27) (2024-05-30)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @times-components/icons
|
package/dist/icons/copy-link.js
CHANGED
|
@@ -24,9 +24,11 @@ var IconCopyLink = function IconCopyLink(_ref) {
|
|
|
24
24
|
strokeColour = _ref.strokeColour,
|
|
25
25
|
_ref$title = _ref.title,
|
|
26
26
|
title = _ref$title === void 0 ? "Copy link to clipboard" : _ref$title,
|
|
27
|
+
_ref$ariaLabel = _ref.ariaLabel,
|
|
28
|
+
ariaLabel = _ref$ariaLabel === void 0 ? "icon-copy-link" : _ref$ariaLabel,
|
|
27
29
|
width = _ref.width;
|
|
28
30
|
return /*#__PURE__*/_react["default"].createElement("svg", _extends({
|
|
29
|
-
"aria-label":
|
|
31
|
+
"aria-label": ariaLabel,
|
|
30
32
|
role: "img",
|
|
31
33
|
viewBox: "0 0 15 15"
|
|
32
34
|
}, (0, _utils.clean)({
|
package/dist/icons/email.js
CHANGED
|
@@ -26,9 +26,11 @@ var IconEmail = function IconEmail(_ref) {
|
|
|
26
26
|
strokeColour = _ref.strokeColour,
|
|
27
27
|
_ref$title = _ref.title,
|
|
28
28
|
title = _ref$title === void 0 ? "Email Icon" : _ref$title,
|
|
29
|
+
_ref$ariaLabel = _ref.ariaLabel,
|
|
30
|
+
ariaLabel = _ref$ariaLabel === void 0 ? "icon-email" : _ref$ariaLabel,
|
|
29
31
|
width = _ref.width;
|
|
30
32
|
return /*#__PURE__*/_react["default"].createElement("svg", _extends({
|
|
31
|
-
"aria-label":
|
|
33
|
+
"aria-label": ariaLabel,
|
|
32
34
|
role: "img",
|
|
33
35
|
viewBox: viewBox
|
|
34
36
|
}, (0, _utils.clean)({
|
package/dist/icons/facebook.js
CHANGED
|
@@ -26,9 +26,11 @@ var IconFacebook = function IconFacebook(_ref) {
|
|
|
26
26
|
strokeColour = _ref.strokeColour,
|
|
27
27
|
_ref$title = _ref.title,
|
|
28
28
|
title = _ref$title === void 0 ? "Facebook Icon" : _ref$title,
|
|
29
|
+
_ref$ariaLabel = _ref.ariaLabel,
|
|
30
|
+
ariaLabel = _ref$ariaLabel === void 0 ? "icon-facebook" : _ref$ariaLabel,
|
|
29
31
|
width = _ref.width;
|
|
30
32
|
return /*#__PURE__*/_react["default"].createElement("svg", _extends({
|
|
31
|
-
"aria-label":
|
|
33
|
+
"aria-label": ariaLabel,
|
|
32
34
|
role: "img",
|
|
33
35
|
viewBox: viewBox
|
|
34
36
|
}, (0, _utils.clean)({
|
package/dist/icons/twitter.js
CHANGED
|
@@ -25,9 +25,11 @@ var IconTwitter = function IconTwitter(_ref) {
|
|
|
25
25
|
strokeColour = _ref.strokeColour,
|
|
26
26
|
_ref$title = _ref.title,
|
|
27
27
|
title = _ref$title === void 0 ? "Twitter Icon" : _ref$title,
|
|
28
|
+
_ref$ariaLabel = _ref.ariaLabel,
|
|
29
|
+
ariaLabel = _ref$ariaLabel === void 0 ? "icon-twitter" : _ref$ariaLabel,
|
|
28
30
|
width = _ref.width;
|
|
29
31
|
return /*#__PURE__*/_react["default"].createElement("svg", _extends({
|
|
30
|
-
"aria-label":
|
|
32
|
+
"aria-label": ariaLabel,
|
|
31
33
|
role: "img",
|
|
32
34
|
viewBox: "0 0 24 24"
|
|
33
35
|
}, (0, _utils.clean)({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.22.0",
|
|
4
4
|
"description": "Times SVG Icons",
|
|
5
5
|
"main": "dist/icons",
|
|
6
6
|
"dev": "src/icons",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@times-components/eslint-config-thetimes": "0.8.18",
|
|
37
37
|
"@times-components/jest-configurator-web": "0.8.2",
|
|
38
38
|
"@times-components/jest-serializer": "3.13.13",
|
|
39
|
-
"@times-components/storybook": "4.12.
|
|
39
|
+
"@times-components/storybook": "4.12.22",
|
|
40
40
|
"@times-components/test-utils": "2.4.2",
|
|
41
41
|
"@times-components/webpack-configurator": "2.1.1",
|
|
42
42
|
"babel-jest": "24.8.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"webpack": "4.30.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@times-components/ts-styleguide": "1.50.
|
|
54
|
+
"@times-components/ts-styleguide": "1.50.22",
|
|
55
55
|
"@times-components/utils": "6.20.6",
|
|
56
56
|
"prop-types": "15.7.2",
|
|
57
57
|
"styled-components": "4.3.2"
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "bb3f67e82b3ce3948c1508c2421c97cb4c2b1b5c"
|
|
71
71
|
}
|
package/rnw.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports=function(t){var e={};function r(o){if(e[o])return e[o].exports;var n=e[o]={i:o,l:!1,exports:{}};return t[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=t,r.c=e,r.d=function(t,e,o){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)r.d(o,n,function(e){return t[e]}.bind(null,n));return o},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=5)}([function(t,e){t.exports=require("react")},function(t,e){t.exports=require("@times-components/utils/rnw")},function(t,e){t.exports=require("@times-components/ts-styleguide/rnw")},function(t,e){t.exports=require("prop-types")},function(t,e){t.exports=require("styled-components")},function(t,e,r){"use strict";r.r(e);var o=r(0),n=r.n(o),l=r(2),i=r(1),a=r(3),c=r.n(a);c.a.string,c.a.number,c.a.string,c.a.string,c.a.number;function u(){return(u=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}var f=function(t){var e=t.fillColour,r=t.height,o=t.strokeColour,l=t.title,a=void 0===l?"Email Icon":l,c=t.width;return n.a.createElement("svg",u({"aria-label":"icon-email",role:"img",viewBox:"0 0 22 16"},Object(i.clean)({height:r,title:a,width:c||1.375*r})),n.a.createElement("title",null,a),n.a.createElement("g",u({fillRule:"nonzero"},Object(i.clean)({fill:e,stroke:o})),n.a.createElement("path",{d:"M22,0 L22,16 L0,16 L0,0 L22,0 Z M13.5135,8 L20.2711667,2.23985068 L20.0346667,1.91880541 L11,9.20018665 L2.04233333,2.00093327 L1.80583333,2.32197853 L8.56533333,8.08026132 L1.80766667,13.8404106 L2.04233333,14.1595894 L9.0365,8.47970135 L11,10.1595894 L13.0423333,8.39944004 L20.0346667,14.079328 L20.2711667,13.7582828 L13.5135,8 Z"})))};f.defaultProps={fillColour:l.colours.functional.brandColour};var s=f;function h(){return(h=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}var d=function(t){var e=t.fillColour,r=t.height,o=t.strokeColour,l=t.title,a=void 0===l?"Facebook Icon":l,c=t.width;return n.a.createElement("svg",h({"aria-label":"icon-facebook",role:"img",viewBox:"14 10 10.592460632324219 20.397258758544922"},Object(i.clean)({height:r,title:a,width:c||.5*r})),n.a.createElement("title",null,a),n.a.createElement("g",h({fillRule:"nonzero"},Object(i.clean)({fill:e,stroke:o})),n.a.createElement("path",{d:"M20.8754687,30.3972581 L20.8754687,21.0930804 L23.9984274,21.0930804 L24.4660462,17.4670773 L20.8754687,17.4670773 L20.8754687,15.1521034 C20.8754687,14.1022918 21.1669846,13.3868799 22.6723889,13.3868799 L24.5924599,13.3860409 L24.5924599,10.1429146 C24.2603909,10.0987257 23.1206168,10 21.7945782,10 C19.0262491,10 17.1309761,11.6898042 17.1309761,14.7929991 L17.1309761,17.4670773 L14,17.4670773 L14,21.0930804 L17.1309761,21.0930804 L17.1309761,30.3972581 L20.8754687,30.3972581 Z"})))};d.defaultProps={fillColour:l.colours.functional.brandColour};var v=d,p=function(t){var e=t.fillColour;return n.a.createElement("svg",{"aria-label":"icon-forward-arrow",height:12,viewBox:"42 12 60 120",width:7},n.a.createElement("g",{fill:e},n.a.createElement("path",{d:"M45.8,132L42,128.2,74.8,72,42,15.8,45.8,12,102,72Z"})))};p.defaultProps={fillColour:l.colours.functional.action};var C=p;function g(){return(g=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}var L=function(t){var e=t.fillColour,r=t.height,o=t.opacity,l=t.strokeColour,a=t.title,c=void 0===a?"Save star":a,u=t.width;return n.a.createElement("svg",g({"aria-label":"icon-save-star",role:"img",viewBox:"0 0 18 18"},Object(i.clean)({height:r,title:c,width:u||r})),n.a.createElement("title",null,c),n.a.createElement("path",g({},Object(i.clean)({fill:e,opacity:o,stroke:l}),{d:"M13.616 16.644l-1.778-5.711 4.674-3.554-5.768.013L9 1.705 7.256 7.392 1.488 7.38l4.674 3.554-1.778 5.71L9 13.102l4.616 3.543z"})))};L.defaultProps={fillColour:l.colours.functional.action};var m=L;function b(){return(b=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}var w=function(t){var e=t.fillColour,r=t.height,o=t.opacity,l=t.strokeColour,a=t.title,c=void 0===a?"Copy link to clipboard":a,u=t.width;return n.a.createElement("svg",b({"aria-label":"icon-copy-link",role:"img",viewBox:"0 0 15 15"},Object(i.clean)({height:r,title:c,width:u||r})),n.a.createElement("title",null,c),n.a.createElement("path",b({},Object(i.clean)({fill:e,opacity:o,stroke:l}),{d:"M13.936 1.12A3.532 3.532 0 0 0 11.36 0a3.53 3.53 0 0 0-2.575 1.119l-3.22 3.38c-1.42 1.49-1.42 3.914 0 5.405.229.24.49.43.763.596L7.71 9.052a1.793 1.793 0 0 1-.857-.5 1.924 1.924 0 0 1-.455-.827v-.002a1.984 1.984 0 0 1-.06-.324l-.001-.011a2.074 2.074 0 0 1-.005-.32l.002-.025c.009-.103.024-.206.048-.307.001-.009.005-.017.007-.026.08-.314.23-.614.464-.86l3.22-3.38a1.776 1.776 0 0 1 1.288-.558c.465 0 .932.187 1.287.559a1.98 1.98 0 0 1 0 2.703l-1.119 1.174c.03.082.05.167.075.25l.001.002a5.013 5.013 0 0 1 .216 1.702l-.007.082c-.008.134-.013.268-.032.402l2.154-2.26c1.42-1.491 1.42-3.917 0-5.406zM8.672 4.5l-1.38 1.45c.312.08.611.24.856.497.227.24.373.526.456.828v.003c.029.107.048.214.06.323v.011c.01.107.013.213.006.32l-.003.026a2.01 2.01 0 0 1-.047.307c-.002.01-.006.018-.008.026-.08.314-.23.613-.464.86l-3.22 3.378c-.356.374-.822.56-1.288.56-.465 0-.932-.186-1.287-.56a1.978 1.978 0 0 1 0-2.702l1.119-1.175c-.03-.082-.05-.167-.075-.25l-.02-.069A4.982 4.982 0 0 1 3.18 6.7c0-.029.004-.056.006-.083.008-.134.013-.268.032-.402l-2.154 2.26c-1.42 1.49-1.42 3.915 0 5.405A3.537 3.537 0 0 0 3.64 15c.973 0 1.887-.398 2.576-1.119l3.22-3.379c1.419-1.49 1.419-3.915 0-5.404a3.644 3.644 0 0 0-.764-.598z"})))};w.defaultProps={fillColour:l.colours.functional.secondary,height:15,width:15};var y=w;function O(){return(O=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}var j=function(t){var e=t.fillColour,r=t.height,o=t.opacity,l=t.strokeColour,a=t.title,c=void 0===a?"Save to My Articles":a,u=t.width;return n.a.createElement("svg",O({"aria-label":"icon-save-bookmark",role:"img",viewBox:"0 0 12 16"},Object(i.clean)({height:r,title:c,width:u||r})),n.a.createElement("title",null,c),n.a.createElement("path",O({},Object(i.clean)({fill:e,opacity:o,stroke:l}),{d:"M1 0h10a1 1 0 0 1 1 1v15l-5.98-4.466L0 16V1a1 1 0 0 1 1-1z"})))};j.defaultProps={fillColour:l.colours.functional.secondary,height:16,width:12};var E=j;function k(){return(k=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}var P=function(t){var e=t.fillColour,r=t.height,o=t.strokeColour,l=t.title,a=void 0===l?"Twitter Icon":l,c=t.width;return n.a.createElement("svg",k({"aria-label":"icon-twitter",role:"img",viewBox:"0 0 24 24"},Object(i.clean)({height:r,title:a,width:c||1.25*r}),{xmlns:"http://www.w3.org/2000/svg"}),n.a.createElement("title",null,a),n.a.createElement("g",{clipPath:"url(#clip0_2702_211136)"},n.a.createElement("path",k({},Object(i.clean)({fill:e,stroke:o}),{d:"M13.9761 10.1624L22.7186 0H20.6469L13.0558 8.82384L6.99289 0H0L9.16837 13.3432L0 24H2.07179L10.0881 14.6817L16.491 24H23.4839L13.9756 10.1624H13.9761ZM11.1385 13.4608L10.2096 12.1321L2.81829 1.55962H6.00044L11.9653 10.0919L12.8942 11.4206L20.6479 22.5113H17.4657L11.1385 13.4613V13.4608Z"}))),n.a.createElement("defs",null,n.a.createElement("clipPath",null,n.a.createElement("rect",{width:"24",height:"24",fill:"white"}))))};P.defaultProps={fillColour:l.colours.functional.action};var x=P;function M(){return(M=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}var I=function(t){var e=t.fillColour,r=t.height,o=t.strokeColour,l=t.title,a=void 0===l?"Video Icon":l,c=t.width;return n.a.createElement("svg",M({"aria-label":"icon-video",role:"img",viewBox:"0 0 68 40"},Object(i.clean)({height:r,title:a,width:c||1.7*r})),n.a.createElement("title",null,a),n.a.createElement("rect",M({},Object(i.clean)({fill:e,stroke:o}),{height:"40",width:"50",x:"0",y:"0"})),n.a.createElement("polygon",M({},Object(i.clean)({fill:e,stroke:o}),{points:"52 12 68 2 68 38 52 28"})))};I.defaultProps={fillColour:l.colours.functional.brandColour};var Z=I;function B(){return(B=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}var S=function(t){var e=t.fillColour,r=t.height,o=t.strokeColour,l=t.title,a=void 0===l?"Video 360 Player Icon":l,c=t.width;return n.a.createElement("svg",B({"aria-label":"icon-video-360-player",role:"img",viewBox:"0 0 108 100"},Object(i.clean)({height:r,title:a,width:c||1.08*r})),n.a.createElement("title",null,a),n.a.createElement("path",B({},Object(i.clean)({fill:e,stroke:o}),{d:"M99.6045833,56.3184283 C96.4986239,80.9497387 75.4740254,100 50,100 C22.3857625,100 1.77635684e-13,77.6142375 1.77635684e-13,50 C1.77635684e-13,22.3857625 22.3857625,0 50,0 C75.9267405,0 97.2445016,19.7333865 99.7531238,45 L96.7371819,45 C94.2408556,21.3933667 74.2684283,3 50,3 C24.0426168,3 3,24.0426168 3,50 C3,75.9573832 24.0426168,97 50,97 C73.8634751,97 93.5731229,79.2153508 96.5976809,56.1773146 L88.6,61 L88.6,59.3941183 L98.0184118,50 L107.6,59.3941183 L107.6,61 L99.6045833,56.3184283 Z M24,60.7742857 L24,57.4428571 C25.4457143,58.3542857 27.0485714,58.9514286 28.7142857,58.9514286 C30.2857143,58.9514286 32.1085714,58.1028571 32.1085714,55.5885714 C32.1085714,53.8914286 31.1657143,52.0685714 27.6457143,52.0685714 L27.6457143,49.24 C30.1285714,49.24 31.9514286,48.4228571 31.9514286,46.0028571 C31.9514286,44.5571429 30.9457143,42.7971429 28.2428571,42.7971429 C26.5771429,42.7971429 25.2885714,43.4571429 24.5342857,43.8342857 L24.5342857,40.9114286 C25.98,40.1885714 27.3314286,40 28.62,40 C32.14,40 34.9685714,41.8542857 34.9685714,45.7514286 C34.9685714,48.8314286 33.1771429,49.9 32.2342857,50.4028571 C34.5285714,51.1885714 35.3142857,53.5142857 35.3142857,55.4942857 C35.3142857,59.5171429 32.2028571,62 28.7771429,62 C27.74,62 26.0428571,61.8428571 24,60.7742857 Z M47.6657143,40 L49.52,42.3571429 C44.5857143,45.5314286 43.4542857,48.7371429 42.9514286,50.2142857 C44.6171429,49.3342857 45.9685714,49.3342857 46.3457143,49.3342857 C49.5514286,49.3342857 52.3171429,51.88 52.3171429,55.5257143 C52.3171429,59.1714286 49.4257143,62 45.8742857,62 C43.2028571,62 39.0857143,60.2085714 39.0857143,54.2685714 C39.0857143,50.7485714 40.5,47.1028571 43.1085714,44.0228571 C44.6171429,42.2314286 45.9371429,41.2571429 47.6657143,40 Z M42.2914286,53.3885714 C42.2285714,53.7657143 42.1657143,54.1742857 42.1657143,55.0228571 C42.1657143,57.9142857 44.2714286,59.14 45.9057143,59.14 C47.6342857,59.14 49.3,57.8514286 49.3,55.62 C49.3,53.0742857 47.2257143,52.1628571 45.5914286,52.1628571 C44.02,52.1628571 43.1085714,52.8228571 42.2914286,53.3885714 Z M61.4,40 C65.2657143,40 68.1885714,44.4628571 68.1885714,50.9371429 C68.1885714,57.7257143 65.1714286,62 61.2742857,62 C57.2828571,62 54.36,57.82 54.36,51 C54.36,43.6771429 57.9114286,40 61.4,40 Z M61.2742857,42.9228571 C59.42,42.9228571 57.44,45.06 57.44,50.9371429 C57.44,57.5685714 59.6714286,59.0771429 61.2428571,59.0771429 C62.8771429,59.0771429 65.1085714,57.4428571 65.1085714,51.0314286 C65.1085714,43.7085714 62.1857143,42.9228571 61.2742857,42.9228571 Z M71.08,44.2428571 C71.08,41.8857143 72.9971429,40 75.3542857,40 C77.7114286,40 79.5971429,41.8857143 79.5971429,44.2428571 C79.5971429,46.6314286 77.68,48.5171429 75.3542857,48.5171429 C73.0285714,48.5171429 71.08,46.6314286 71.08,44.2428571 Z M72.7457143,44.2428571 C72.7457143,45.6885714 73.94,46.8514286 75.3542857,46.8514286 C76.7685714,46.8514286 77.9314286,45.6885714 77.9314286,44.2428571 C77.9314286,42.8285714 76.7685714,41.6657143 75.3542857,41.6657143 C73.9085714,41.6657143 72.7457143,42.8285714 72.7457143,44.2428571 Z"})))};S.defaultProps={fillColour:l.colours.functional.action};var _=S;function T(){return(T=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}var A=function(t){var e=t.fillColour,r=t.height,o=t.strokeColour,l=t.title,a=void 0===l?"ST":l,c=t.width;return n.a.createElement("svg",T({"aria-label":"logo-the-sunday-times",role:"img",viewBox:"0 0 29 20"},Object(i.clean)({height:r,title:a,width:c||r})),n.a.createElement("title",null,a),n.a.createElement("path",T({},Object(i.clean)({fill:e,stroke:o}),{d:"M27.8,5.6 C27.1,2.3 25.2,1.2 23.3,1.2 L23.2,1.2 L23.2,10 C23.2,17.8 23.2,18.1 23.7,18.6 C24.2,19 24.8,19.2 25.4,19.1 L25.4,19.6 L16,19.6 L16,19.1 C16.6,19.2 17.2,19 17.7,18.6 C18.1,18.2 18.2,17.8 18.2,10 L18.2,1.1 L18.1,1.1 C16.2,1.1 14.2,2.3 13.6,5.5 L13,5.5 L13,0.3 L28.3,0.3 L28.3,5.6 C28.3,5.6 27.8,5.6 27.8,5.6 Z M6,19.9 C4.6,19.8 3.1,19.5 1.7,19.2 C1.3,19.2 0.9,19.4 0.6,19.6 L0.1,19.6 L0.4,14.1 L1,14.1 C1.2,17 2.8,18.8 5.7,18.8 C8.1,18.8 8.9,17.3 8.9,16 C8.8,11.5 0,11.9 0,5.9 C0,2.9 1.8,0 6.2,0 C7.4,0.1 8.7,0.3 10,0.6 C10.4,0.6 10.7,0.5 11,0.3 L11.4,0.3 L11.4,5.6 L10.9,5.6 C10.4,3.5 9.1,1 6.1,1 C4.2,1 3.3,2.1 3.3,3.3 C3.3,7.3 12.7,7 12.7,13.8 C12.7,17.3 9.9,19.9 6,19.9 Z"})))};A.defaultProps={fillColour:l.colours.functional.white};var z=A;function H(){return(H=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}var V=function(t){var e=t.fillColour,r=t.height,o=t.strokeColour,l=t.title,a=void 0===l?"The Times":l,c=t.width;return n.a.createElement("svg",H({"aria-label":"logo-the-times",role:"img",viewBox:"0 0 20 20"},Object(i.clean)({height:r,title:a,width:c||r})),n.a.createElement("title",null,a),n.a.createElement("path",H({},Object(i.clean)({fill:e,stroke:o}),{d:"M12.270511,0 L12.265068,0 L0.495392588,0 L0,5.66216903 L0.355943638,5.79444825 C0.355943638,5.79444825 3.67918309,2.52419966 4.31502124,1.96431332 C4.94963279,1.40516309 5.41428374,1.26581719 5.82151454,1.13442131 C6.66633446,0.923157329 7.58850677,0.931254555 7.58850677,0.931254555 L7.61288542,0.931254555 L7.61288542,18.3144521 L4.49257141,19.7274916 L4.49257141,20 L15.5065086,20 L15.5065086,19.7274916 L12.3868846,18.3144521 L12.3868846,0.931254555 L12.4106499,0.931254555 C12.4106499,0.931254555 13.3319023,0.923157329 14.1775655,1.13442131 C14.584643,1.26581719 15.0493706,1.40516309 15.6836755,1.96431332 C16.3204336,2.52419966 19.6429064,5.79444825 19.6429064,5.79444825 L20,5.66216903 L19.5033042,0 L12.2723509,0 L12.2671379,0"})))};V.defaultProps={fillColour:l.colours.functional.white};var q=V;function F(){return(F=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t}).apply(this,arguments)}var N=function(t){var e=t.height,r=t.width,o=t.title;return n.a.createElement("svg",F({"aria-label":"icon-close",role:"img",viewBox:"0 0 28 28"},Object(i.clean)({height:e,width:r,title:"Close Icon"})),n.a.createElement("title",null,o),n.a.createElement("path",F({},Object(i.clean)({fill:"white",stroke:"white"}),{d:"M15.617 14l4.683 5.838-.462.462L14 15.617 8.162 20.3l-.462-.462L12.383 14 7.7 8.162l.462-.462L14 12.383 19.838 7.7l.462.462z"})))};N.defaultProps={height:28,width:28};var R=N,D=function(t){var e=t.fillColour,r=t.height,o=t.width;return n.a.createElement("svg",{"aria-label":"icon-forward-chevron",height:r,viewBox:"42 12 60 120",width:o},n.a.createElement("g",{fill:e},n.a.createElement("path",{d:"M45.8,132L42,128.2,74.8,72,42,15.8,45.8,12,102,72Z"})))};D.defaultProps={fillColour:l.colours.functional.action};var G=D,J=r(4),K=r.n(J),Q=Object(J.keyframes)(["100%{transform:rotate(1turn);};"]),U=K.a.div.withConfig({displayName:"activity-indicator__ActivityIndicatorSpinner",componentId:"sc-1bvau9v-0"})(["aspect-ratio:1;width:54%;height:54%;border-radius:20px;border:0.2em solid rgba(25,118,210,0.2);border-right-color:rgb(25,118,210);animation-name:",";animation-duration:0.75s;animation-iteration-count:infinite;animation-timing-function:linear;"],Q),W=K.a.div.withConfig({displayName:"activity-indicator__ActivityIndicatorContainer",componentId:"sc-1bvau9v-1"})(['border-radius:50%;overflow:"hidden";height:40px;width:40px;display:grid;place-items:center;:hover{background-color:#f5f5f5;}']),X=function(t){var e=t.fillColour,r=t.title,o=void 0===r?"Activity Indicator":r;return n.a.createElement(W,null,n.a.createElement(U,{"data-fill-colour":e,"data-title":o}))};X.defaultProps={fillColour:l.colours.functional.action};var Y=X;r.d(e,"IconEmail",(function(){return s})),r.d(e,"IconFacebook",(function(){return v})),r.d(e,"IconForwardArrow",(function(){return C})),r.d(e,"IconStar",(function(){return m})),r.d(e,"IconCopyLink",(function(){return y})),r.d(e,"IconSaveBookmark",(function(){return E})),r.d(e,"IconTwitter",(function(){return x})),r.d(e,"IconVideo",(function(){return Z})),r.d(e,"IconVideo360Player",(function(){return _})),r.d(e,"TheSTLogo",(function(){return z})),r.d(e,"TheTimesLogo",(function(){return q})),r.d(e,"CloseIcon",(function(){return R})),r.d(e,"IconForwardChevron",(function(){return G})),r.d(e,"IconActivityIndicator",(function(){return Y}))}]);
|
|
1
|
+
module.exports=function(e){var t={};function r(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=e,r.c=t,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(o,n,function(t){return e[t]}.bind(null,n));return o},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=5)}([function(e,t){e.exports=require("react")},function(e,t){e.exports=require("@times-components/utils/rnw")},function(e,t){e.exports=require("@times-components/ts-styleguide/rnw")},function(e,t){e.exports=require("prop-types")},function(e,t){e.exports=require("styled-components")},function(e,t,r){"use strict";r.r(t);var o=r(0),n=r.n(o),l=r(2),a=r(1),i=r(3),c=r.n(i);c.a.string,c.a.number,c.a.string,c.a.string,c.a.number;function u(){return(u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var f=function(e){var t=e.fillColour,r=e.height,o=e.strokeColour,l=e.title,i=void 0===l?"Email Icon":l,c=e.ariaLabel,f=void 0===c?"icon-email":c,s=e.width;return n.a.createElement("svg",u({"aria-label":f,role:"img",viewBox:"0 0 22 16"},Object(a.clean)({height:r,title:i,width:s||1.375*r})),n.a.createElement("title",null,i),n.a.createElement("g",u({fillRule:"nonzero"},Object(a.clean)({fill:t,stroke:o})),n.a.createElement("path",{d:"M22,0 L22,16 L0,16 L0,0 L22,0 Z M13.5135,8 L20.2711667,2.23985068 L20.0346667,1.91880541 L11,9.20018665 L2.04233333,2.00093327 L1.80583333,2.32197853 L8.56533333,8.08026132 L1.80766667,13.8404106 L2.04233333,14.1595894 L9.0365,8.47970135 L11,10.1595894 L13.0423333,8.39944004 L20.0346667,14.079328 L20.2711667,13.7582828 L13.5135,8 Z"})))};f.defaultProps={fillColour:l.colours.functional.brandColour};var s=f;function h(){return(h=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var d=function(e){var t=e.fillColour,r=e.height,o=e.strokeColour,l=e.title,i=void 0===l?"Facebook Icon":l,c=e.ariaLabel,u=void 0===c?"icon-facebook":c,f=e.width;return n.a.createElement("svg",h({"aria-label":u,role:"img",viewBox:"14 10 10.592460632324219 20.397258758544922"},Object(a.clean)({height:r,title:i,width:f||.5*r})),n.a.createElement("title",null,i),n.a.createElement("g",h({fillRule:"nonzero"},Object(a.clean)({fill:t,stroke:o})),n.a.createElement("path",{d:"M20.8754687,30.3972581 L20.8754687,21.0930804 L23.9984274,21.0930804 L24.4660462,17.4670773 L20.8754687,17.4670773 L20.8754687,15.1521034 C20.8754687,14.1022918 21.1669846,13.3868799 22.6723889,13.3868799 L24.5924599,13.3860409 L24.5924599,10.1429146 C24.2603909,10.0987257 23.1206168,10 21.7945782,10 C19.0262491,10 17.1309761,11.6898042 17.1309761,14.7929991 L17.1309761,17.4670773 L14,17.4670773 L14,21.0930804 L17.1309761,21.0930804 L17.1309761,30.3972581 L20.8754687,30.3972581 Z"})))};d.defaultProps={fillColour:l.colours.functional.brandColour};var v=d,p=function(e){var t=e.fillColour;return n.a.createElement("svg",{"aria-label":"icon-forward-arrow",height:12,viewBox:"42 12 60 120",width:7},n.a.createElement("g",{fill:t},n.a.createElement("path",{d:"M45.8,132L42,128.2,74.8,72,42,15.8,45.8,12,102,72Z"})))};p.defaultProps={fillColour:l.colours.functional.action};var C=p;function g(){return(g=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var L=function(e){var t=e.fillColour,r=e.height,o=e.opacity,l=e.strokeColour,i=e.title,c=void 0===i?"Save star":i,u=e.width;return n.a.createElement("svg",g({"aria-label":"icon-save-star",role:"img",viewBox:"0 0 18 18"},Object(a.clean)({height:r,title:c,width:u||r})),n.a.createElement("title",null,c),n.a.createElement("path",g({},Object(a.clean)({fill:t,opacity:o,stroke:l}),{d:"M13.616 16.644l-1.778-5.711 4.674-3.554-5.768.013L9 1.705 7.256 7.392 1.488 7.38l4.674 3.554-1.778 5.71L9 13.102l4.616 3.543z"})))};L.defaultProps={fillColour:l.colours.functional.action};var m=L;function b(){return(b=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var w=function(e){var t=e.fillColour,r=e.height,o=e.opacity,l=e.strokeColour,i=e.title,c=void 0===i?"Copy link to clipboard":i,u=e.ariaLabel,f=void 0===u?"icon-copy-link":u,s=e.width;return n.a.createElement("svg",b({"aria-label":f,role:"img",viewBox:"0 0 15 15"},Object(a.clean)({height:r,title:c,width:s||r})),n.a.createElement("title",null,c),n.a.createElement("path",b({},Object(a.clean)({fill:t,opacity:o,stroke:l}),{d:"M13.936 1.12A3.532 3.532 0 0 0 11.36 0a3.53 3.53 0 0 0-2.575 1.119l-3.22 3.38c-1.42 1.49-1.42 3.914 0 5.405.229.24.49.43.763.596L7.71 9.052a1.793 1.793 0 0 1-.857-.5 1.924 1.924 0 0 1-.455-.827v-.002a1.984 1.984 0 0 1-.06-.324l-.001-.011a2.074 2.074 0 0 1-.005-.32l.002-.025c.009-.103.024-.206.048-.307.001-.009.005-.017.007-.026.08-.314.23-.614.464-.86l3.22-3.38a1.776 1.776 0 0 1 1.288-.558c.465 0 .932.187 1.287.559a1.98 1.98 0 0 1 0 2.703l-1.119 1.174c.03.082.05.167.075.25l.001.002a5.013 5.013 0 0 1 .216 1.702l-.007.082c-.008.134-.013.268-.032.402l2.154-2.26c1.42-1.491 1.42-3.917 0-5.406zM8.672 4.5l-1.38 1.45c.312.08.611.24.856.497.227.24.373.526.456.828v.003c.029.107.048.214.06.323v.011c.01.107.013.213.006.32l-.003.026a2.01 2.01 0 0 1-.047.307c-.002.01-.006.018-.008.026-.08.314-.23.613-.464.86l-3.22 3.378c-.356.374-.822.56-1.288.56-.465 0-.932-.186-1.287-.56a1.978 1.978 0 0 1 0-2.702l1.119-1.175c-.03-.082-.05-.167-.075-.25l-.02-.069A4.982 4.982 0 0 1 3.18 6.7c0-.029.004-.056.006-.083.008-.134.013-.268.032-.402l-2.154 2.26c-1.42 1.49-1.42 3.915 0 5.405A3.537 3.537 0 0 0 3.64 15c.973 0 1.887-.398 2.576-1.119l3.22-3.379c1.419-1.49 1.419-3.915 0-5.404a3.644 3.644 0 0 0-.764-.598z"})))};w.defaultProps={fillColour:l.colours.functional.secondary,height:15,width:15};var y=w;function O(){return(O=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var j=function(e){var t=e.fillColour,r=e.height,o=e.opacity,l=e.strokeColour,i=e.title,c=void 0===i?"Save to My Articles":i,u=e.width;return n.a.createElement("svg",O({"aria-label":"icon-save-bookmark",role:"img",viewBox:"0 0 12 16"},Object(a.clean)({height:r,title:c,width:u||r})),n.a.createElement("title",null,c),n.a.createElement("path",O({},Object(a.clean)({fill:t,opacity:o,stroke:l}),{d:"M1 0h10a1 1 0 0 1 1 1v15l-5.98-4.466L0 16V1a1 1 0 0 1 1-1z"})))};j.defaultProps={fillColour:l.colours.functional.secondary,height:16,width:12};var E=j;function k(){return(k=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var P=function(e){var t=e.fillColour,r=e.height,o=e.strokeColour,l=e.title,i=void 0===l?"Twitter Icon":l,c=e.ariaLabel,u=void 0===c?"icon-twitter":c,f=e.width;return n.a.createElement("svg",k({"aria-label":u,role:"img",viewBox:"0 0 24 24"},Object(a.clean)({height:r,title:i,width:f||1.25*r}),{xmlns:"http://www.w3.org/2000/svg"}),n.a.createElement("title",null,i),n.a.createElement("g",{clipPath:"url(#clip0_2702_211136)"},n.a.createElement("path",k({},Object(a.clean)({fill:t,stroke:o}),{d:"M13.9761 10.1624L22.7186 0H20.6469L13.0558 8.82384L6.99289 0H0L9.16837 13.3432L0 24H2.07179L10.0881 14.6817L16.491 24H23.4839L13.9756 10.1624H13.9761ZM11.1385 13.4608L10.2096 12.1321L2.81829 1.55962H6.00044L11.9653 10.0919L12.8942 11.4206L20.6479 22.5113H17.4657L11.1385 13.4613V13.4608Z"}))),n.a.createElement("defs",null,n.a.createElement("clipPath",null,n.a.createElement("rect",{width:"24",height:"24",fill:"white"}))))};P.defaultProps={fillColour:l.colours.functional.action};var x=P;function M(){return(M=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var I=function(e){var t=e.fillColour,r=e.height,o=e.strokeColour,l=e.title,i=void 0===l?"Video Icon":l,c=e.width;return n.a.createElement("svg",M({"aria-label":"icon-video",role:"img",viewBox:"0 0 68 40"},Object(a.clean)({height:r,title:i,width:c||1.7*r})),n.a.createElement("title",null,i),n.a.createElement("rect",M({},Object(a.clean)({fill:t,stroke:o}),{height:"40",width:"50",x:"0",y:"0"})),n.a.createElement("polygon",M({},Object(a.clean)({fill:t,stroke:o}),{points:"52 12 68 2 68 38 52 28"})))};I.defaultProps={fillColour:l.colours.functional.brandColour};var Z=I;function B(){return(B=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var S=function(e){var t=e.fillColour,r=e.height,o=e.strokeColour,l=e.title,i=void 0===l?"Video 360 Player Icon":l,c=e.width;return n.a.createElement("svg",B({"aria-label":"icon-video-360-player",role:"img",viewBox:"0 0 108 100"},Object(a.clean)({height:r,title:i,width:c||1.08*r})),n.a.createElement("title",null,i),n.a.createElement("path",B({},Object(a.clean)({fill:t,stroke:o}),{d:"M99.6045833,56.3184283 C96.4986239,80.9497387 75.4740254,100 50,100 C22.3857625,100 1.77635684e-13,77.6142375 1.77635684e-13,50 C1.77635684e-13,22.3857625 22.3857625,0 50,0 C75.9267405,0 97.2445016,19.7333865 99.7531238,45 L96.7371819,45 C94.2408556,21.3933667 74.2684283,3 50,3 C24.0426168,3 3,24.0426168 3,50 C3,75.9573832 24.0426168,97 50,97 C73.8634751,97 93.5731229,79.2153508 96.5976809,56.1773146 L88.6,61 L88.6,59.3941183 L98.0184118,50 L107.6,59.3941183 L107.6,61 L99.6045833,56.3184283 Z M24,60.7742857 L24,57.4428571 C25.4457143,58.3542857 27.0485714,58.9514286 28.7142857,58.9514286 C30.2857143,58.9514286 32.1085714,58.1028571 32.1085714,55.5885714 C32.1085714,53.8914286 31.1657143,52.0685714 27.6457143,52.0685714 L27.6457143,49.24 C30.1285714,49.24 31.9514286,48.4228571 31.9514286,46.0028571 C31.9514286,44.5571429 30.9457143,42.7971429 28.2428571,42.7971429 C26.5771429,42.7971429 25.2885714,43.4571429 24.5342857,43.8342857 L24.5342857,40.9114286 C25.98,40.1885714 27.3314286,40 28.62,40 C32.14,40 34.9685714,41.8542857 34.9685714,45.7514286 C34.9685714,48.8314286 33.1771429,49.9 32.2342857,50.4028571 C34.5285714,51.1885714 35.3142857,53.5142857 35.3142857,55.4942857 C35.3142857,59.5171429 32.2028571,62 28.7771429,62 C27.74,62 26.0428571,61.8428571 24,60.7742857 Z M47.6657143,40 L49.52,42.3571429 C44.5857143,45.5314286 43.4542857,48.7371429 42.9514286,50.2142857 C44.6171429,49.3342857 45.9685714,49.3342857 46.3457143,49.3342857 C49.5514286,49.3342857 52.3171429,51.88 52.3171429,55.5257143 C52.3171429,59.1714286 49.4257143,62 45.8742857,62 C43.2028571,62 39.0857143,60.2085714 39.0857143,54.2685714 C39.0857143,50.7485714 40.5,47.1028571 43.1085714,44.0228571 C44.6171429,42.2314286 45.9371429,41.2571429 47.6657143,40 Z M42.2914286,53.3885714 C42.2285714,53.7657143 42.1657143,54.1742857 42.1657143,55.0228571 C42.1657143,57.9142857 44.2714286,59.14 45.9057143,59.14 C47.6342857,59.14 49.3,57.8514286 49.3,55.62 C49.3,53.0742857 47.2257143,52.1628571 45.5914286,52.1628571 C44.02,52.1628571 43.1085714,52.8228571 42.2914286,53.3885714 Z M61.4,40 C65.2657143,40 68.1885714,44.4628571 68.1885714,50.9371429 C68.1885714,57.7257143 65.1714286,62 61.2742857,62 C57.2828571,62 54.36,57.82 54.36,51 C54.36,43.6771429 57.9114286,40 61.4,40 Z M61.2742857,42.9228571 C59.42,42.9228571 57.44,45.06 57.44,50.9371429 C57.44,57.5685714 59.6714286,59.0771429 61.2428571,59.0771429 C62.8771429,59.0771429 65.1085714,57.4428571 65.1085714,51.0314286 C65.1085714,43.7085714 62.1857143,42.9228571 61.2742857,42.9228571 Z M71.08,44.2428571 C71.08,41.8857143 72.9971429,40 75.3542857,40 C77.7114286,40 79.5971429,41.8857143 79.5971429,44.2428571 C79.5971429,46.6314286 77.68,48.5171429 75.3542857,48.5171429 C73.0285714,48.5171429 71.08,46.6314286 71.08,44.2428571 Z M72.7457143,44.2428571 C72.7457143,45.6885714 73.94,46.8514286 75.3542857,46.8514286 C76.7685714,46.8514286 77.9314286,45.6885714 77.9314286,44.2428571 C77.9314286,42.8285714 76.7685714,41.6657143 75.3542857,41.6657143 C73.9085714,41.6657143 72.7457143,42.8285714 72.7457143,44.2428571 Z"})))};S.defaultProps={fillColour:l.colours.functional.action};var _=S;function T(){return(T=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var A=function(e){var t=e.fillColour,r=e.height,o=e.strokeColour,l=e.title,i=void 0===l?"ST":l,c=e.width;return n.a.createElement("svg",T({"aria-label":"logo-the-sunday-times",role:"img",viewBox:"0 0 29 20"},Object(a.clean)({height:r,title:i,width:c||r})),n.a.createElement("title",null,i),n.a.createElement("path",T({},Object(a.clean)({fill:t,stroke:o}),{d:"M27.8,5.6 C27.1,2.3 25.2,1.2 23.3,1.2 L23.2,1.2 L23.2,10 C23.2,17.8 23.2,18.1 23.7,18.6 C24.2,19 24.8,19.2 25.4,19.1 L25.4,19.6 L16,19.6 L16,19.1 C16.6,19.2 17.2,19 17.7,18.6 C18.1,18.2 18.2,17.8 18.2,10 L18.2,1.1 L18.1,1.1 C16.2,1.1 14.2,2.3 13.6,5.5 L13,5.5 L13,0.3 L28.3,0.3 L28.3,5.6 C28.3,5.6 27.8,5.6 27.8,5.6 Z M6,19.9 C4.6,19.8 3.1,19.5 1.7,19.2 C1.3,19.2 0.9,19.4 0.6,19.6 L0.1,19.6 L0.4,14.1 L1,14.1 C1.2,17 2.8,18.8 5.7,18.8 C8.1,18.8 8.9,17.3 8.9,16 C8.8,11.5 0,11.9 0,5.9 C0,2.9 1.8,0 6.2,0 C7.4,0.1 8.7,0.3 10,0.6 C10.4,0.6 10.7,0.5 11,0.3 L11.4,0.3 L11.4,5.6 L10.9,5.6 C10.4,3.5 9.1,1 6.1,1 C4.2,1 3.3,2.1 3.3,3.3 C3.3,7.3 12.7,7 12.7,13.8 C12.7,17.3 9.9,19.9 6,19.9 Z"})))};A.defaultProps={fillColour:l.colours.functional.white};var z=A;function H(){return(H=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var V=function(e){var t=e.fillColour,r=e.height,o=e.strokeColour,l=e.title,i=void 0===l?"The Times":l,c=e.width;return n.a.createElement("svg",H({"aria-label":"logo-the-times",role:"img",viewBox:"0 0 20 20"},Object(a.clean)({height:r,title:i,width:c||r})),n.a.createElement("title",null,i),n.a.createElement("path",H({},Object(a.clean)({fill:t,stroke:o}),{d:"M12.270511,0 L12.265068,0 L0.495392588,0 L0,5.66216903 L0.355943638,5.79444825 C0.355943638,5.79444825 3.67918309,2.52419966 4.31502124,1.96431332 C4.94963279,1.40516309 5.41428374,1.26581719 5.82151454,1.13442131 C6.66633446,0.923157329 7.58850677,0.931254555 7.58850677,0.931254555 L7.61288542,0.931254555 L7.61288542,18.3144521 L4.49257141,19.7274916 L4.49257141,20 L15.5065086,20 L15.5065086,19.7274916 L12.3868846,18.3144521 L12.3868846,0.931254555 L12.4106499,0.931254555 C12.4106499,0.931254555 13.3319023,0.923157329 14.1775655,1.13442131 C14.584643,1.26581719 15.0493706,1.40516309 15.6836755,1.96431332 C16.3204336,2.52419966 19.6429064,5.79444825 19.6429064,5.79444825 L20,5.66216903 L19.5033042,0 L12.2723509,0 L12.2671379,0"})))};V.defaultProps={fillColour:l.colours.functional.white};var q=V;function F(){return(F=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e}).apply(this,arguments)}var N=function(e){var t=e.height,r=e.width,o=e.title;return n.a.createElement("svg",F({"aria-label":"icon-close",role:"img",viewBox:"0 0 28 28"},Object(a.clean)({height:t,width:r,title:"Close Icon"})),n.a.createElement("title",null,o),n.a.createElement("path",F({},Object(a.clean)({fill:"white",stroke:"white"}),{d:"M15.617 14l4.683 5.838-.462.462L14 15.617 8.162 20.3l-.462-.462L12.383 14 7.7 8.162l.462-.462L14 12.383 19.838 7.7l.462.462z"})))};N.defaultProps={height:28,width:28};var R=N,D=function(e){var t=e.fillColour,r=e.height,o=e.width;return n.a.createElement("svg",{"aria-label":"icon-forward-chevron",height:r,viewBox:"42 12 60 120",width:o},n.a.createElement("g",{fill:t},n.a.createElement("path",{d:"M45.8,132L42,128.2,74.8,72,42,15.8,45.8,12,102,72Z"})))};D.defaultProps={fillColour:l.colours.functional.action};var G=D,J=r(4),K=r.n(J),Q=Object(J.keyframes)(["100%{transform:rotate(1turn);};"]),U=K.a.div.withConfig({displayName:"activity-indicator__ActivityIndicatorSpinner",componentId:"sc-1bvau9v-0"})(["aspect-ratio:1;width:54%;height:54%;border-radius:20px;border:0.2em solid rgba(25,118,210,0.2);border-right-color:rgb(25,118,210);animation-name:",";animation-duration:0.75s;animation-iteration-count:infinite;animation-timing-function:linear;"],Q),W=K.a.div.withConfig({displayName:"activity-indicator__ActivityIndicatorContainer",componentId:"sc-1bvau9v-1"})(['border-radius:50%;overflow:"hidden";height:40px;width:40px;display:grid;place-items:center;:hover{background-color:#f5f5f5;}']),X=function(e){var t=e.fillColour,r=e.title,o=void 0===r?"Activity Indicator":r;return n.a.createElement(W,null,n.a.createElement(U,{"data-fill-colour":t,"data-title":o}))};X.defaultProps={fillColour:l.colours.functional.action};var Y=X;r.d(t,"IconEmail",(function(){return s})),r.d(t,"IconFacebook",(function(){return v})),r.d(t,"IconForwardArrow",(function(){return C})),r.d(t,"IconStar",(function(){return m})),r.d(t,"IconCopyLink",(function(){return y})),r.d(t,"IconSaveBookmark",(function(){return E})),r.d(t,"IconTwitter",(function(){return x})),r.d(t,"IconVideo",(function(){return Z})),r.d(t,"IconVideo360Player",(function(){return _})),r.d(t,"TheSTLogo",(function(){return z})),r.d(t,"TheTimesLogo",(function(){return q})),r.d(t,"CloseIcon",(function(){return R})),r.d(t,"IconForwardChevron",(function(){return G})),r.d(t,"IconActivityIndicator",(function(){return Y}))}]);
|