diff --git a/src/components/custom/_dtrading.js b/src/components/custom/_dtrading.js index 38f3950c12b..8b683a18faa 100644 --- a/src/components/custom/_dtrading.js +++ b/src/components/custom/_dtrading.js @@ -125,7 +125,7 @@ const DTrading = ({ trading, reverse, two_title }) => { const data = useStaticQuery(query) return ( - + {trading.map((item, index) => { let is_even = reverse ? (index + 1) % 2 : index % 2 return ( diff --git a/src/components/custom/_signup-new.js b/src/components/custom/_signup-new.js index 52d37d00f09..15867b58107 100644 --- a/src/components/custom/_signup-new.js +++ b/src/components/custom/_signup-new.js @@ -269,10 +269,7 @@ const SignupNew = ({ required /> - + @media ${device.tabletL} { font-size: ${(props) => { - if (props.type === 'main-landing-title') return '40px' - if (props.type === 'display-title') return '40px' - if (props.type === 'page-title') return '32px' - if (props.type === 'section-title') return '24px' - if (props.type === 'sub-section-title') return '20px' - if (props.type === 'main-paragraph') return '16px' - if (props.type === 'sub-paragraph') return '14px' - // The above is deprecated and should not be used for any new designs on Figma - if (props.type === 'hero') return '40px' - if (props.type === 'heading-1') return '32px' - if (props.type === 'heading-2') return '28px' - if (props.type === 'heading-3') return '24px' - if (props.type === 'subtitle-1') return '18px' - if (props.type === 'subtitle-2') return '16px' - if (props.type === 'paragraph-1') return '14px' - if (props.type === 'paragraph-2') return '12px' - if (props.type === 'small') return '10px' - if (props.type === 'extra-small') return '8px' - }}; + if (props.type === 'main-landing-title') return '40px' + if (props.type === 'display-title') return '40px' + if (props.type === 'page-title') return '32px' + if (props.type === 'section-title') return '24px' + if (props.type === 'sub-section-title') return '20px' + if (props.type === 'main-paragraph') return '16px' + if (props.type === 'sub-paragraph') return '14px' + // The above is deprecated and should not be used for any new designs on Figma + if (props.type === 'hero') return '40px' + if (props.type === 'heading-1') return '32px' + if (props.type === 'heading-2') return '28px' + if (props.type === 'heading-3') return '24px' + if (props.type === 'subtitle-1') return '18px' + if (props.type === 'subtitle-2') return '16px' + if (props.type === 'paragraph-1') return '14px' + if (props.type === 'paragraph-2') return '12px' + if (props.type === 'small') return '10px' + if (props.type === 'extra-small') return '8px' + }}; line-height: ${(props) => { - if (props.type === 'main-landing-title') return '50px' - if (props.type === 'display-title') return '50px' - if (props.type === 'page-title') return '40px' - if (props.type === 'section-title') return '30px' - if (props.type === 'sub-section-title') return '25px' - if (props.type === 'main-paragraph') return '24px' - if (props.type === 'sub-paragraph') return '21px' - // The above is deprecated and should not be used for any new designs on Figma - if (props.type === 'hero') return '50px' - if (props.type === 'heading-1') return '40px' - if (props.type === 'heading-2') return '34px' - if (props.type === 'heading-3') return '30px' - if (props.type === 'subtitle-1') return '26px' - if (props.type === 'subtitle-2') return '24px' - if (props.type === 'paragraph-1') return '20px' - if (props.type === 'paragraph-2') return '18px' - if (props.type === 'small') return '14px' - if (props.type === 'extra-small') return '12px' - }}; + if (props.type === 'main-landing-title') return '50px' + if (props.type === 'display-title') return '50px' + if (props.type === 'page-title') return '40px' + if (props.type === 'section-title') return '30px' + if (props.type === 'sub-section-title') return '25px' + if (props.type === 'main-paragraph') return '24px' + if (props.type === 'sub-paragraph') return '21px' + // The above is deprecated and should not be used for any new designs on Figma + if (props.type === 'hero') return '50px' + if (props.type === 'heading-1') return '40px' + if (props.type === 'heading-2') return '34px' + if (props.type === 'heading-3') return '30px' + if (props.type === 'subtitle-1') return '26px' + if (props.type === 'subtitle-2') return '24px' + if (props.type === 'paragraph-1') return '20px' + if (props.type === 'paragraph-2') return '18px' + if (props.type === 'small') return '14px' + if (props.type === 'extra-small') return '12px' + }}; } ` diff --git a/src/components/hooks/use-client-information.js b/src/components/hooks/use-client-information.js index 0f008a2bc48..fbaa39a9cce 100644 --- a/src/components/hooks/use-client-information.js +++ b/src/components/hooks/use-client-information.js @@ -2,7 +2,6 @@ import { useState, useEffect } from 'react' import { getClientInformation, getDomain } from 'common/utility' export const useClientInformation = () => { - const [client_information, setClientInformation] = useState(false) const [current_client_information, setCurrentClientInformation] = useState(false) diff --git a/src/components/hooks/use-livechat.js b/src/components/hooks/use-livechat.js index 83cce1443da..0d56ae61f80 100644 --- a/src/components/hooks/use-livechat.js +++ b/src/components/hooks/use-livechat.js @@ -59,7 +59,6 @@ export const useLivechat = () => { const domain = getDomain() if (is_livechat_interactive) { window.LiveChatWidget.on('ready', () => { - // we open and close the window to trigger the widget to listen for new events window.LC_API.open_chat_window() window.LC_API.hide_chat_window() diff --git a/src/components/layout/besquare/style/footer.js b/src/components/layout/besquare/style/footer.js index 3d859e6245d..6b9e810547e 100644 --- a/src/components/layout/besquare/style/footer.js +++ b/src/components/layout/besquare/style/footer.js @@ -25,7 +25,7 @@ export const ContentContainer = styled(Container)` export const FollowUsContainer = styled.div` display: grid; - grid-template-columns: 68px repeat(4,26.67px); + grid-template-columns: 68px repeat(4, 26.67px); grid-column-gap: 21px; grid-template-areas: ' follow-us icon icon icon icon '; ` diff --git a/src/components/localization/language-switcher.js b/src/components/localization/language-switcher.js index 88713502d9e..71ef996a5cd 100644 --- a/src/components/localization/language-switcher.js +++ b/src/components/localization/language-switcher.js @@ -61,10 +61,11 @@ const LanguageSwitch = ({ i18n, is_high_nav, short_name }) => { if (`/${current_lang}/` !== id) { const current_path = window.location.pathname const current_hash = window.location.hash - const destination_path = `${path}${current_lang === 'en' - ? current_path.replace(/\//u, '') - : nonENLangUrlReplace(current_path) - }${current_hash}` + const destination_path = `${path}${ + current_lang === 'en' + ? current_path.replace(/\//u, '') + : nonENLangUrlReplace(current_path) + }${current_hash}` if (path === '/ach/') { localStorage.setItem('i18n', 'ach') diff --git a/src/lotties/JumpIndicesChart.json b/src/lotties/JumpIndicesChart.json index e945ddafd96..0a30eeed09d 100644 --- a/src/lotties/JumpIndicesChart.json +++ b/src/lotties/JumpIndicesChart.json @@ -1 +1,1594 @@ -{"v":"4.8.0","meta":{"g":"LottieFiles AE ","a":"","k":"","d":"","tc":""},"fr":29.9700012207031,"ip":0,"op":418.000017025489,"w":700,"h":518,"nm":"JumpChart","ddd":0,"assets":[{"id":"image_0","w":24,"h":346,"u":"","p":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAFaCAYAAAAEkJ0rAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAABGklEQVR4nO3dwW0CMRAF0PEuDVABHKAOQhfbAGkjoY8UkDIogTscoAJoIHHOWZRdayFIoPeP1oyfpTn5YqcozGnV5F8LOZbjj89NX19VCgwNAAAAAAAAAAAAAAAAAAAAcFcgnV6b96LKHC+t1m2kfO5rG0WOtwEHi4i8iNxf9fgzGLUXviezqzasjvtu4Gs6vynw+DMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIDOXLz7Xh92/wu0H4a/Ns8wgxTrosqBHyyk0pP4FBUAAAAAAAAAAAAA7n8R/zPty2Idh5K2H/CCKA2r/ZCrAAAAAElFTkSuQmCC","e":1},{"id":"image_1","w":24,"h":45,"u":"","p":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAtCAYAAAC0wKvmAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAAqUlEQVRYhWNkIBK8T434jyLwn8FRcM6KA4T0MRFrAblg1IJRC0YtGLVgMFjA+D4lwoE4lQz7Ufj/GQsZGP5fIKSNBUMj0U7730+MsqEfByzoAv8FhCgykPHDO/wW/NE3p8gC1oPbUfhDPw5GLRi1YNSCUQtGhAUY9QHLxZO0tQC9RqIUDIc4+M/gSJRKMhtejMS6ZLSfTDOAkQ9wAvTE8IeDYAQzMDAwAACV8yZQl4+qmQAAAABJRU5ErkJggg==","e":1},{"id":"image_2","w":24,"h":387,"u":"","p":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAGDCAYAAAAxodDMAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAABOklEQVR4nO3dsU3DUBAG4HtRGhpYAAlqxA7Io6RzywBpPEVaT4JHoEBMQEELDTT4pY2NhF8SN0bf3/l05++kG+ClKEzdNnlQ6FO122y7qblVKXBqAAAAAAAAAAAAAAAAAACOSKrbpivsvR0MRrzniO+poXVEPBy/V0SOuCnpW/4N1uPC/fXdWT98eXv9G7i6uDwLGGf5NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAT49TbX+PGu2YGPr89Zgf9wgz5VRZ2r/HT4mVI85p/0PDWWSjep2yYPCn2qdpttN7lXKXBqAAAAAAAAAAAAAAAAAAAAc2YPmWAkhlzbQH4AAAAASUVORK5CYII=","e":1},{"id":"image_3","w":24,"h":49,"u":"","p":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAxCAYAAADA1GkGAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAAr0lEQVRYhWNkIBKETy/5j8xnZGBwXJHZc4CQPiZiLSAXjFow8BYwRkwvcSBG4X8Ghv1oAoWMjAwXCOljwdBItNMY+v8TVjUM4oAFXUCQS4AiA99/+4DfAmMFA4os2HPtAAp/6MfBqAWjFoxaMGrBqAWjFoxaMGrBELEAo2V39gHBFjllFqC3LSkFwyAOGBkYHIlRSG4XipFYl4z29EctwAkwcjIugJ6cf/z4Q1SZAgAZ3ybFgp8jcgAAAABJRU5ErkJggg==","e":1},{"id":"image_4","w":24,"h":55,"u":"","p":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAA3CAYAAAAWjYobAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAAsklEQVRYhWNkIBJkLGz6jyLwj9FxRmLtAUL6mIi1gFwwasGoBaMWjFpABGDMWNh0gEi1CigaGRhe/Gdg+EFIEwsDA4M96e5iYPjPwCBPjLqhHwcs6AI6MloUGXjlyTX8FvBz8lFkAToY+nEwasGoBaMWjFowasGoBaMWjFpAHYDR8Pr4/RNtLUBv+lEKhkccHCRSrQIyh9geDiOxLhkdLxq1ACfAyMm4wf9GVP6/B8ToAgDCliLPaqTr8AAAAABJRU5ErkJggg==","e":1},{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":2,"nm":"bar 12.ai","cl":"ai","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[731.5,199,0],"ix":2},"a":{"a":0,"k":[12,173,0],"ix":1},"s":{"a":0,"k":[100,59.393,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":355,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[-0.5,-5.925],[23.5,-5.925],[24,0]],"c":true}]},{"t":371.00001511114,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,346],[24,346],[24,0]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":349.000014215061,"op":1161.0000472885,"st":261.000010630748,"bm":0},{"ddd":0,"ind":2,"ty":2,"nm":"bar 11.ai","cl":"ai","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[677.5,107,0],"ix":2},"a":{"a":0,"k":[12,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":318,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,-2.25],[24,-2.25],[24,0]],"c":true}]},{"t":348.000014174331,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,45],[24,45],[24,0]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":310.000012626559,"op":1158.00004716631,"st":258.000010508555,"bm":0},{"ddd":0,"ind":3,"ty":2,"nm":"bar 10.ai","cl":"ai","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[628.5,84,0],"ix":2},"a":{"a":0,"k":[12,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":276,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,-2.25],[24,-2.25],[24,0]],"c":true}]},{"t":306.000012463636,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,45],[24,45],[24,0]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":268.000010915864,"op":1116.00004545561,"st":216.00000879786,"bm":0},{"ddd":0,"ind":4,"ty":2,"nm":"bar 9.ai","cl":"ai","refId":"image_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[572.5,205,0],"ix":2},"a":{"a":0,"k":[12,193.5,0],"ix":1},"s":{"a":0,"k":[100,100.517,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":255,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.5,388.647],[0,387],[24,387],[23.5,388.647]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":267,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0.346,-5.728],[0,387],[24,387],[24.346,-5.728]],"c":true}]},{"t":268.000010915864,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,387],[24,387],[24,0]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":247.000010060516,"op":981.000039956949,"st":81.0000032991976,"bm":0},{"ddd":0,"ind":5,"ty":2,"nm":"bar 8.ai ","cl":"ai","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[524.5,286,0],"ix":2},"a":{"a":0,"k":[12,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":210,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,-2.25],[24,-2.25],[24,0]],"c":true}]},{"t":240.0000097754,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,45],[24,45],[24,0]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":204.00000830909,"op":1050.00004276738,"st":150.000006109625,"bm":0},{"ddd":0,"ind":6,"ty":2,"nm":"bar 7.ai","cl":"ai","refId":"image_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[470.5,308,0],"ix":2},"a":{"a":0,"k":[12,193.5,0],"ix":1},"s":{"a":0,"k":[100,60.724,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":192,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.5,388.647],[0,387],[24,387],[23.5,388.647]],"c":true}]},{"t":205.000008349821,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,387],[24,387],[24,0]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":187.000007616666,"op":918.000037390907,"st":18.000000733155,"bm":0},{"ddd":0,"ind":7,"ty":2,"nm":"bar 6.ai","cl":"ai","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[418.5,423,0],"ix":2},"a":{"a":0,"k":[12,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":168,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,-2.25],[24,-2.25],[24,0]],"c":true}]},{"t":198.000008064705,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,45],[24,45],[24,0]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":157.000006394741,"op":1008.00004105668,"st":108.00000439893,"bm":0},{"ddd":0,"ind":8,"ty":2,"nm":"bar 5.ai","cl":"ai","refId":"image_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[366,420,0],"ix":2},"a":{"a":0,"k":[12,24.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":6,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,48],[0,49],[24,49],[24,48]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":135,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,48.442],[0,49],[24,49],[24,48.442]],"c":true}]},{"t":150.000006109625,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,-0.506],[0,49],[24,49],[24,-0.506]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":131.000005335739,"op":918.000037390907,"st":18.000000733155,"bm":0},{"ddd":0,"ind":9,"ty":2,"nm":"bar 4.ai","cl":"ai","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[310.5,314,0],"ix":2},"a":{"a":0,"k":[12,173,0],"ix":1},"s":{"a":0,"k":[100,84.393,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":94,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[-0.5,-5.925],[23.5,-5.925],[24,0]],"c":true}]},{"t":110.000004480392,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,346],[24,346],[24,0]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":2,"nm":"bar 3.ai","cl":"ai","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[252.5,186,0],"ix":2},"a":{"a":0,"k":[12,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":60,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,-2.25],[24,-2.25],[24,0]],"c":true}]},{"t":90.0000036657751,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,0],[0,45],[24,45],[24,0]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":2,"nm":"bar 2.ai","cl":"ai","refId":"image_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[192.5,193.5,0],"ix":2},"a":{"a":0,"k":[12,27.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,57.75],[0,55],[24,55],[24,57.75]],"c":true}]},{"t":59.0000024031193,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,-2],[0,55],[24,55],[24,-2]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":2,"nm":"bar 1.ai","cl":"ai","refId":"image_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[143,246,0],"ix":2},"a":{"a":0,"k":[12,24.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":-12,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,48],[0,49],[24,49],[24,48]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,48.442],[0,49],[24,49],[24,48.442]],"c":true}]},{"t":15.0000006109625,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[0,-0.506],[0,49],[24,49],[24,-0.506]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":0,"op":900.000036657751,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":2,"nm":"bar 12.ai 2","cl":"ai","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0.5,202,0],"ix":2},"a":{"a":0,"k":[12,173,0],"ix":1},"s":{"a":0,"k":[100,59.393,100],"ix":6}},"ao":0,"ip":0,"op":1143.00004655534,"st":243.000009897593,"bm":0},{"ddd":0,"ind":2,"ty":2,"nm":"bar 12.ai","cl":"ai","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[642.5,202,0],"ix":2},"a":{"a":0,"k":[12,173,0],"ix":1},"s":{"a":0,"k":[100,59.393,100],"ix":6}},"ao":0,"ip":0,"op":1143.00004655534,"st":243.000009897593,"bm":0},{"ddd":0,"ind":3,"ty":2,"nm":"bar 11.ai","cl":"ai","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[588.5,110,0],"ix":2},"a":{"a":0,"k":[12,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":1140.00004643315,"st":240.0000097754,"bm":0},{"ddd":0,"ind":4,"ty":2,"nm":"bar 10.ai","cl":"ai","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[539.5,87,0],"ix":2},"a":{"a":0,"k":[12,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":1098.00004472246,"st":198.000008064705,"bm":0},{"ddd":0,"ind":5,"ty":2,"nm":"bar 9.ai","cl":"ai","refId":"image_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[483.5,208,0],"ix":2},"a":{"a":0,"k":[12,193.5,0],"ix":1},"s":{"a":0,"k":[100,100.517,100],"ix":6}},"ao":0,"ip":0,"op":963.000039223794,"st":63.0000025660426,"bm":0},{"ddd":0,"ind":6,"ty":2,"nm":"bar 8.ai ","cl":"ai","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[435.5,289,0],"ix":2},"a":{"a":0,"k":[12,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":1032.00004203422,"st":132.00000537647,"bm":0},{"ddd":0,"ind":7,"ty":2,"nm":"bar 7.ai","cl":"ai","refId":"image_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[381.5,311,0],"ix":2},"a":{"a":0,"k":[12,193.5,0],"ix":1},"s":{"a":0,"k":[100,60.724,100],"ix":6}},"ao":0,"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":2,"nm":"bar 6.ai","cl":"ai","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[329.5,426,0],"ix":2},"a":{"a":0,"k":[12,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":975.000039712564,"st":75.0000030548126,"bm":0},{"ddd":0,"ind":9,"ty":2,"nm":"bar 5.ai","cl":"ai","refId":"image_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[277,423,0],"ix":2},"a":{"a":0,"k":[12,24.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":2,"nm":"bar 4.ai","cl":"ai","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[221.5,317,0],"ix":2},"a":{"a":0,"k":[12,173,0],"ix":1},"s":{"a":0,"k":[100,84.393,100],"ix":6}},"ao":0,"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":2,"nm":"bar 3.ai","cl":"ai","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[163.5,189,0],"ix":2},"a":{"a":0,"k":[12,22.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":2,"nm":"bar 2.ai","cl":"ai","refId":"image_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[103.5,196.5,0],"ix":2},"a":{"a":0,"k":[12,27.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":900.000036657751,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":2,"nm":"bar 1.ai","cl":"ai","refId":"image_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[54,249,0],"ix":2},"a":{"a":0,"k":[12,24.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":900.000036657751,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":5,"ty":3,"nm":"Null 5","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[350,259,0],"to":[-106.833,0,0],"ti":[106.833,0,0]},{"t":417.000016984758,"s":[-291,259,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":1798.00007323404,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"chart-1","parent":5,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[662.5,3,0],"ix":2},"a":{"a":0,"k":[460.5,259,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":921,"h":518,"ip":47.0000019143492,"op":947.000038572101,"st":47.0000019143492,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"static","parent":5,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0,0],"ix":2},"a":{"a":0,"k":[350,259,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":700,"h":518,"ip":0,"op":1798.00007323404,"st":0,"bm":0}],"markers":[]} \ No newline at end of file +{ + "v": "4.8.0", + "meta": { "g": "LottieFiles AE ", "a": "", "k": "", "d": "", "tc": "" }, + "fr": 29.9700012207031, + "ip": 0, + "op": 418.000017025489, + "w": 700, + "h": 518, + "nm": "JumpChart", + "ddd": 0, + "assets": [ + { + "id": "image_0", + "w": 24, + "h": 346, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAFaCAYAAAAEkJ0rAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAABGklEQVR4nO3dwW0CMRAF0PEuDVABHKAOQhfbAGkjoY8UkDIogTscoAJoIHHOWZRdayFIoPeP1oyfpTn5YqcozGnV5F8LOZbjj89NX19VCgwNAAAAAAAAAAAAAAAAAAAAcFcgnV6b96LKHC+t1m2kfO5rG0WOtwEHi4i8iNxf9fgzGLUXviezqzasjvtu4Gs6vynw+DMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIDOXLz7Xh92/wu0H4a/Ns8wgxTrosqBHyyk0pP4FBUAAAAAAAAAAAAA7n8R/zPty2Idh5K2H/CCKA2r/ZCrAAAAAElFTkSuQmCC", + "e": 1 + }, + { + "id": "image_1", + "w": 24, + "h": 45, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAtCAYAAAC0wKvmAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAAqUlEQVRYhWNkIBK8T434jyLwn8FRcM6KA4T0MRFrAblg1IJRC0YtGLVgMFjA+D4lwoE4lQz7Ufj/GQsZGP5fIKSNBUMj0U7730+MsqEfByzoAv8FhCgykPHDO/wW/NE3p8gC1oPbUfhDPw5GLRi1YNSCUQtGhAUY9QHLxZO0tQC9RqIUDIc4+M/gSJRKMhtejMS6ZLSfTDOAkQ9wAvTE8IeDYAQzMDAwAACV8yZQl4+qmQAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_2", + "w": 24, + "h": 387, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAGDCAYAAAAxodDMAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAABOklEQVR4nO3dsU3DUBAG4HtRGhpYAAlqxA7Io6RzywBpPEVaT4JHoEBMQEELDTT4pY2NhF8SN0bf3/l05++kG+ClKEzdNnlQ6FO122y7qblVKXBqAAAAAAAAAAAAAAAAAACOSKrbpivsvR0MRrzniO+poXVEPBy/V0SOuCnpW/4N1uPC/fXdWT98eXv9G7i6uDwLGGf5NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAT49TbX+PGu2YGPr89Zgf9wgz5VRZ2r/HT4mVI85p/0PDWWSjep2yYPCn2qdpttN7lXKXBqAAAAAAAAAAAAAAAAAAAAc2YPmWAkhlzbQH4AAAAASUVORK5CYII=", + "e": 1 + }, + { + "id": "image_3", + "w": 24, + "h": 49, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAxCAYAAADA1GkGAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAAr0lEQVRYhWNkIBKETy/5j8xnZGBwXJHZc4CQPiZiLSAXjFow8BYwRkwvcSBG4X8Ghv1oAoWMjAwXCOljwdBItNMY+v8TVjUM4oAFXUCQS4AiA99/+4DfAmMFA4os2HPtAAp/6MfBqAWjFoxaMGrBqAWjFoxaMGrBELEAo2V39gHBFjllFqC3LSkFwyAOGBkYHIlRSG4XipFYl4z29EctwAkwcjIugJ6cf/z4Q1SZAgAZ3ybFgp8jcgAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "image_4", + "w": 24, + "h": 55, + "u": "", + "p": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAA3CAYAAAAWjYobAAAACXBIWXMAAAABAAAAAQBPJcTWAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAAAsklEQVRYhWNkIBJkLGz6jyLwj9FxRmLtAUL6mIi1gFwwasGoBaMWjFpABGDMWNh0gEi1CigaGRhe/Gdg+EFIEwsDA4M96e5iYPjPwCBPjLqhHwcs6AI6MloUGXjlyTX8FvBz8lFkAToY+nEwasGoBaMWjFowasGoBaMWjFpAHYDR8Pr4/RNtLUBv+lEKhkccHCRSrQIyh9geDiOxLhkdLxq1ACfAyMm4wf9GVP6/B8ToAgDCliLPaqTr8AAAAABJRU5ErkJggg==", + "e": 1 + }, + { + "id": "comp_0", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 2, + "nm": "bar 12.ai", + "cl": "ai", + "refId": "image_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [731.5, 199, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 173, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 59.393, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 355, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [-0.5, -5.925], + [23.5, -5.925], + [24, 0] + ], + "c": true + } + ] + }, + { + "t": 371.00001511114, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, 346], + [24, 346], + [24, 0] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 349.000014215061, + "op": 1161.0000472885, + "st": 261.000010630748, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 2, + "nm": "bar 11.ai", + "cl": "ai", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [677.5, 107, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 22.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 318, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, -2.25], + [24, -2.25], + [24, 0] + ], + "c": true + } + ] + }, + { + "t": 348.000014174331, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, 45], + [24, 45], + [24, 0] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 310.000012626559, + "op": 1158.00004716631, + "st": 258.000010508555, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 2, + "nm": "bar 10.ai", + "cl": "ai", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [628.5, 84, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 22.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 276, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, -2.25], + [24, -2.25], + [24, 0] + ], + "c": true + } + ] + }, + { + "t": 306.000012463636, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, 45], + [24, 45], + [24, 0] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 268.000010915864, + "op": 1116.00004545561, + "st": 216.00000879786, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 2, + "nm": "bar 9.ai", + "cl": "ai", + "refId": "image_2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [572.5, 205, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 193.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100.517, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 255, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.5, 388.647], + [0, 387], + [24, 387], + [23.5, 388.647] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 267, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0.346, -5.728], + [0, 387], + [24, 387], + [24.346, -5.728] + ], + "c": true + } + ] + }, + { + "t": 268.000010915864, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, 387], + [24, 387], + [24, 0] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 247.000010060516, + "op": 981.000039956949, + "st": 81.0000032991976, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 2, + "nm": "bar 8.ai ", + "cl": "ai", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [524.5, 286, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 22.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 210, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, -2.25], + [24, -2.25], + [24, 0] + ], + "c": true + } + ] + }, + { + "t": 240.0000097754, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, 45], + [24, 45], + [24, 0] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 204.00000830909, + "op": 1050.00004276738, + "st": 150.000006109625, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 2, + "nm": "bar 7.ai", + "cl": "ai", + "refId": "image_2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [470.5, 308, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 193.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 60.724, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 192, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [-0.5, 388.647], + [0, 387], + [24, 387], + [23.5, 388.647] + ], + "c": true + } + ] + }, + { + "t": 205.000008349821, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, 387], + [24, 387], + [24, 0] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 187.000007616666, + "op": 918.000037390907, + "st": 18.000000733155, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 2, + "nm": "bar 6.ai", + "cl": "ai", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [418.5, 423, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 22.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 168, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, -2.25], + [24, -2.25], + [24, 0] + ], + "c": true + } + ] + }, + { + "t": 198.000008064705, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, 45], + [24, 45], + [24, 0] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 157.000006394741, + "op": 1008.00004105668, + "st": 108.00000439893, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 2, + "nm": "bar 5.ai", + "cl": "ai", + "refId": "image_3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [366, 420, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 24.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 6, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 48], + [0, 49], + [24, 49], + [24, 48] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 135, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 48.442], + [0, 49], + [24, 49], + [24, 48.442] + ], + "c": true + } + ] + }, + { + "t": 150.000006109625, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, -0.506], + [0, 49], + [24, 49], + [24, -0.506] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 131.000005335739, + "op": 918.000037390907, + "st": 18.000000733155, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 2, + "nm": "bar 4.ai", + "cl": "ai", + "refId": "image_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [310.5, 314, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 173, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 84.393, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 94, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [-0.5, -5.925], + [23.5, -5.925], + [24, 0] + ], + "c": true + } + ] + }, + { + "t": 110.000004480392, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, 346], + [24, 346], + [24, 0] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 2, + "nm": "bar 3.ai", + "cl": "ai", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [252.5, 186, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 22.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 60, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, -2.25], + [24, -2.25], + [24, 0] + ], + "c": true + } + ] + }, + { + "t": 90.0000036657751, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 0], + [0, 45], + [24, 45], + [24, 0] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 2, + "nm": "bar 2.ai", + "cl": "ai", + "refId": "image_4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [192.5, 193.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 27.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 30, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 57.75], + [0, 55], + [24, 55], + [24, 57.75] + ], + "c": true + } + ] + }, + { + "t": 59.0000024031193, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, -2], + [0, 55], + [24, 55], + [24, -2] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 2, + "nm": "bar 1.ai", + "cl": "ai", + "refId": "image_3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [143, 246, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 24.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "hasMask": true, + "masksProperties": [ + { + "inv": false, + "mode": "a", + "pt": { + "a": 1, + "k": [ + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": -12, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 48], + [0, 49], + [24, 49], + [24, 48] + ], + "c": true + } + ] + }, + { + "i": { "x": 0.667, "y": 1 }, + "o": { "x": 0.333, "y": 0 }, + "t": 0, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, 48.442], + [0, 49], + [24, 49], + [24, 48.442] + ], + "c": true + } + ] + }, + { + "t": 15.0000006109625, + "s": [ + { + "i": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "o": [ + [0, 0], + [0, 0], + [0, 0], + [0, 0] + ], + "v": [ + [0, -0.506], + [0, 49], + [24, 49], + [24, -0.506] + ], + "c": true + } + ] + } + ], + "ix": 1 + }, + "o": { "a": 0, "k": 100, "ix": 3 }, + "x": { "a": 0, "k": 0, "ix": 4 }, + "nm": "Mask 1" + } + ], + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + } + ] + }, + { + "id": "comp_1", + "layers": [ + { + "ddd": 0, + "ind": 1, + "ty": 2, + "nm": "bar 12.ai 2", + "cl": "ai", + "refId": "image_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0.5, 202, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 173, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 59.393, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 1143.00004655534, + "st": 243.000009897593, + "bm": 0 + }, + { + "ddd": 0, + "ind": 2, + "ty": 2, + "nm": "bar 12.ai", + "cl": "ai", + "refId": "image_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [642.5, 202, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 173, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 59.393, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 1143.00004655534, + "st": 243.000009897593, + "bm": 0 + }, + { + "ddd": 0, + "ind": 3, + "ty": 2, + "nm": "bar 11.ai", + "cl": "ai", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [588.5, 110, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 22.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 1140.00004643315, + "st": 240.0000097754, + "bm": 0 + }, + { + "ddd": 0, + "ind": 4, + "ty": 2, + "nm": "bar 10.ai", + "cl": "ai", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [539.5, 87, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 22.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 1098.00004472246, + "st": 198.000008064705, + "bm": 0 + }, + { + "ddd": 0, + "ind": 5, + "ty": 2, + "nm": "bar 9.ai", + "cl": "ai", + "refId": "image_2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [483.5, 208, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 193.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100.517, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 963.000039223794, + "st": 63.0000025660426, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 2, + "nm": "bar 8.ai ", + "cl": "ai", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [435.5, 289, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 22.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 1032.00004203422, + "st": 132.00000537647, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 2, + "nm": "bar 7.ai", + "cl": "ai", + "refId": "image_2", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [381.5, 311, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 193.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 60.724, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 8, + "ty": 2, + "nm": "bar 6.ai", + "cl": "ai", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [329.5, 426, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 22.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 975.000039712564, + "st": 75.0000030548126, + "bm": 0 + }, + { + "ddd": 0, + "ind": 9, + "ty": 2, + "nm": "bar 5.ai", + "cl": "ai", + "refId": "image_3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [277, 423, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 24.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 10, + "ty": 2, + "nm": "bar 4.ai", + "cl": "ai", + "refId": "image_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [221.5, 317, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 173, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 84.393, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 11, + "ty": 2, + "nm": "bar 3.ai", + "cl": "ai", + "refId": "image_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [163.5, 189, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 22.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 12, + "ty": 2, + "nm": "bar 2.ai", + "cl": "ai", + "refId": "image_4", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [103.5, 196.5, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 27.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 13, + "ty": 2, + "nm": "bar 1.ai", + "cl": "ai", + "refId": "image_3", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [54, 249, 0], "ix": 2 }, + "a": { "a": 0, "k": [12, 24.5, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 900.000036657751, + "st": 0, + "bm": 0 + } + ] + } + ], + "layers": [ + { + "ddd": 0, + "ind": 5, + "ty": 3, + "nm": "Null 5", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 0, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { + "a": 1, + "k": [ + { + "i": { "x": 0.833, "y": 0.833 }, + "o": { "x": 0.167, "y": 0.167 }, + "t": 0, + "s": [350, 259, 0], + "to": [-106.833, 0, 0], + "ti": [106.833, 0, 0] + }, + { "t": 417.000016984758, "s": [-291, 259, 0] } + ], + "ix": 2 + }, + "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "ip": 0, + "op": 1798.00007323404, + "st": 0, + "bm": 0 + }, + { + "ddd": 0, + "ind": 6, + "ty": 0, + "nm": "chart-1", + "parent": 5, + "refId": "comp_0", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [662.5, 3, 0], "ix": 2 }, + "a": { "a": 0, "k": [460.5, 259, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "w": 921, + "h": 518, + "ip": 47.0000019143492, + "op": 947.000038572101, + "st": 47.0000019143492, + "bm": 0 + }, + { + "ddd": 0, + "ind": 7, + "ty": 0, + "nm": "static", + "parent": 5, + "refId": "comp_1", + "sr": 1, + "ks": { + "o": { "a": 0, "k": 100, "ix": 11 }, + "r": { "a": 0, "k": 0, "ix": 10 }, + "p": { "a": 0, "k": [0, 0, 0], "ix": 2 }, + "a": { "a": 0, "k": [350, 259, 0], "ix": 1 }, + "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } + }, + "ao": 0, + "w": 700, + "h": 518, + "ip": 0, + "op": 1798.00007323404, + "st": 0, + "bm": 0 + } + ], + "markers": [] +} diff --git a/src/pages/besquare/components/sections/_what-is_besquare.js b/src/pages/besquare/components/sections/_what-is_besquare.js index 15ec8b25e48..3c92002e16d 100644 --- a/src/pages/besquare/components/sections/_what-is_besquare.js +++ b/src/pages/besquare/components/sections/_what-is_besquare.js @@ -38,10 +38,15 @@ const WhatIsBeSquare = () => {
- Codestin Search App - + {what_is_be_square.subtitle} diff --git a/src/pages/besquare/static/style/_hero.js b/src/pages/besquare/static/style/_hero.js index d61a1584078..b3a7712c8ce 100644 --- a/src/pages/besquare/static/style/_hero.js +++ b/src/pages/besquare/static/style/_hero.js @@ -12,7 +12,7 @@ export const HeroContainer = styled.div` @media ${device.laptop} { grid-template-columns: auto; } - + @media ${device.tablet} { height: 370px; } diff --git a/src/pages/besquare/static/style/_what-is-besquare.js b/src/pages/besquare/static/style/_what-is-besquare.js index 85cef469f12..1dccaf8e6c7 100644 --- a/src/pages/besquare/static/style/_what-is-besquare.js +++ b/src/pages/besquare/static/style/_what-is-besquare.js @@ -13,7 +13,6 @@ export const Section = styled(SectionContainer)` ` export const ContentContainer = styled(Container)` - @media ${device.tabletL} { display: grid; } diff --git a/src/pages/dmt5-trading-signals/index.js b/src/pages/dmt5-trading-signals/index.js index 1142cc18855..3bd7313719d 100644 --- a/src/pages/dmt5-trading-signals/index.js +++ b/src/pages/dmt5-trading-signals/index.js @@ -13,10 +13,11 @@ import { useTabState } from 'components/hooks/use-tab-state' import device from 'themes/device' const meta_attributes = { - og_title: localize('DMT5 Signals'), - og_description: localize('Deriv MT5 signals'), + og_title: localize('Deriv MetaTrader 5 trading signals | Resources | Deriv'), + og_description: localize( + 'Subscribe to Deriv MetaTrader 5 trading signals to copy the trades of experienced traders, or become a signal provider and share your strategies.', + ), } - const signal_content_subscriber = { header: ( { {localize('Why trade with DMT5')} - {card_content.map(card => { + {card_content.map((card) => { return (
{card.alt}
- + {card.header} - - {card.text} - + {card.text}
) })} diff --git a/src/pages/help-centre/account.js b/src/pages/help-centre/account.js index d5ab0d83ca1..43cf6cd143c 100644 --- a/src/pages/help-centre/account.js +++ b/src/pages/help-centre/account.js @@ -97,7 +97,8 @@ const RecoveringPassword = () => ( ]} /> - ) + +) const CloseAccount = () => ( diff --git a/src/pages/help-centre/deriv-x.js b/src/pages/help-centre/deriv-x.js index 27fa648ed03..b8500fcb751 100644 --- a/src/pages/help-centre/deriv-x.js +++ b/src/pages/help-centre/deriv-x.js @@ -14,7 +14,6 @@ const ExternalLink = styled.a` :hover { text-decoration: underline; } - ` const WhatisDerivX = () => ( @@ -164,7 +163,8 @@ const ResetDerivXPassowrd = () => ( rel="noopener noreferrer" key={0} />, - ]} deriv_x_app_url + ]} + deriv_x_app_url /> @@ -240,13 +240,7 @@ const WithdrawDerivX = () => ( , - ]} + components={[]} /> diff --git a/src/pages/help-centre/dmt5.js b/src/pages/help-centre/dmt5.js index 0d7ed802f7a..1be817abbbe 100644 --- a/src/pages/help-centre/dmt5.js +++ b/src/pages/help-centre/dmt5.js @@ -39,22 +39,22 @@ const DifferentAccounts = () => ( {localize( - 'What are the differences between the DMT5 Synthetic Indices, Financial and Financial STP accounts?' + 'What are the differences between the DMT5 Synthetic Indices, Financial and Financial STP accounts?', )} {localize( - 'The DMT5 Standard account offers new and experienced traders high leverage and variable spreads for maximum flexibility.' + 'The DMT5 Standard account offers new and experienced traders high leverage and variable spreads for maximum flexibility.', )} {localize( - 'The DMT5 Advanced account is a 100% A Book account where your trades are passed straight through to the market, giving you direct access to forex liquidity providers.' + 'The DMT5 Advanced account is a 100% A Book account where your trades are passed straight through to the market, giving you direct access to forex liquidity providers.', )} {localize( - 'The DMT5 Synthetic Indices account allows you to trade contracts for difference (CFDs) on synthetic indices that mimic real-world movements. It is available for trading 24/7 and audited for fairness by an independent third party.' + 'The DMT5 Synthetic Indices account allows you to trade contracts for difference (CFDs) on synthetic indices that mimic real-world movements. It is available for trading 24/7 and audited for fairness by an independent third party.', )} @@ -102,7 +102,7 @@ const WithdrawDMT5 = () => ( target="_blank" rel="noopener noreferrer" key={1} - /> + />, ]} /> @@ -121,7 +121,7 @@ const LoginCredentials = () => ( {localize( - 'MT5 on Deriv is a standalone trading platform that isn’t hosted on our website. Your DMT5 login details give you access to the MT5 platform while your Deriv login details give you access to the platforms hosted on our website, such as DTrader and DBot.' + 'MT5 on Deriv is a standalone trading platform that isn’t hosted on our website. Your DMT5 login details give you access to the MT5 platform while your Deriv login details give you access to the platforms hosted on our website, such as DTrader and DBot.', )} @@ -140,7 +140,7 @@ const ResetDMT5Password = () => ( rel="noopener noreferrer" key={1} />, - + , ]} /> @@ -157,16 +157,20 @@ const DMT5Article = () => { title={localize('Help centre | Frequently asked questions | DMT5 | Deriv')} description={localize('Frequently asked questions - DMT5')} > - + is_mounted={is_mounted} + /> @@ -176,7 +180,9 @@ const DMT5Article = () => { is_mounted={is_mounted} /> diff --git a/src/pages/help-centre/dtrader.js b/src/pages/help-centre/dtrader.js index 3e85d4c6ff6..c66f136e96f 100644 --- a/src/pages/help-centre/dtrader.js +++ b/src/pages/help-centre/dtrader.js @@ -7,7 +7,7 @@ import { localize, WithIntl } from 'components/localization' const WhatIsDMT5 = () => ( - {localize('What is DTrader?')} + {localize('What is DTrader?')} {localize( 'DTrader is an advanced trading platform that allows you to trade more than 50 assets in the form of digitals, multiplier, and lookback options.', @@ -18,7 +18,7 @@ const WhatIsDMT5 = () => ( const DTraderMarkets = () => ( - {localize('What markets can I trade on DTrader?')} + {localize('What markets can I trade on DTrader?')} {localize( 'You can trade forex, stock indices, commodities, and synthetic indices on DTrader.', @@ -29,7 +29,7 @@ const DTraderMarkets = () => ( const DTraderContracts = () => ( - {localize('What contract types can I use on DTrader?')} + {localize('What contract types can I use on DTrader?')} {localize( 'We offer three contract types on DTrader: Ups & Downs, Highs & Lows, and Digits.', diff --git a/src/pages/help-centre/security.js b/src/pages/help-centre/security.js index 0f0349d4cd2..3a0621ca495 100644 --- a/src/pages/help-centre/security.js +++ b/src/pages/help-centre/security.js @@ -7,9 +7,7 @@ import { localize, WithIntl } from 'components/localization' const VerifyAccount = () => ( - - {localize('Do I need to verify my Deriv account?')} - + {localize('Do I need to verify my Deriv account?')} {localize( 'No, you do not need to verify your Deriv account unless prompted. If your account requires verification, we will contact you via email to initiate the process and provide you with clear instructions on how to submit your documents.', @@ -20,9 +18,7 @@ const VerifyAccount = () => ( const VerificationDuration = () => ( - - {localize('How long does verification take?')} - + {localize('How long does verification take?')} {localize( 'We’ll typically take 1-3 business days to review your documents and will inform you of the result via email once it’s done.', @@ -33,9 +29,7 @@ const VerificationDuration = () => ( const DocumentsDeclined = () => ( - - {localize('Why were my documents declined?')} - + {localize('Why were my documents declined?')} {localize( 'We may decline your verification documents if they are insufficiently clear, invalid, expired, or have cropped edges.', diff --git a/src/pages/landing/ebooks/components/_get-ebook.js b/src/pages/landing/ebooks/components/_get-ebook.js index c8c36c29f3c..1f96cde833d 100644 --- a/src/pages/landing/ebooks/components/_get-ebook.js +++ b/src/pages/landing/ebooks/components/_get-ebook.js @@ -296,101 +296,101 @@ const GetEbook = ({ onSubmit, ebook_utm_code }) => { ) : ( - -
- - - - - +
+ + + - - {localize('Get your free ebook now!')} - - - - - - {localize('Or sign up with')} - - - - - - - google - Google - - - - - facebook - Facebook - - - - - apple - Apple - - - -
- - ) + + + + {localize('Get your free ebook now!')} + +
+ + + + {localize('Or sign up with')} + + + + + + + google + Google + + + + + facebook + Facebook + + + + + apple + Apple + + + +
+
+ ) } GetEbook.propTypes = { diff --git a/src/pages/landing/ebooks/components/_introduction.js b/src/pages/landing/ebooks/components/_introduction.js index 758229e11bc..aca63dfe436 100644 --- a/src/pages/landing/ebooks/components/_introduction.js +++ b/src/pages/landing/ebooks/components/_introduction.js @@ -96,7 +96,7 @@ const Introduction = ({ introImage, imageWidth, introPara, subPara, introList }) />
- {localize("Introduction")} + {localize('Introduction')}
{introPara} @@ -113,7 +113,7 @@ const Introduction = ({ introImage, imageWidth, introPara, subPara, introList }) mb="20px" mt="30px" > - {localize("In this book you’ll learn:")} + {localize('In this book you’ll learn:')} {introList?.map((point, index) => { diff --git a/src/pages/landing/ebooks/components/_topics.js b/src/pages/landing/ebooks/components/_topics.js index fb150bb9e7c..e91a21c9822 100644 --- a/src/pages/landing/ebooks/components/_topics.js +++ b/src/pages/landing/ebooks/components/_topics.js @@ -90,7 +90,7 @@ const Topics = ({ topicsImage, topicsList }) => { color="var(--color-black-3)" mb="20px" > - {localize("Topics covered")} + {localize('Topics covered')} {topicsList?.map((topic, index) => { return ( @@ -105,7 +105,7 @@ const Topics = ({ topicsImage, topicsList }) => { - + ) } diff --git a/src/pages/markets/components/markets/_stock-indices.js b/src/pages/markets/components/markets/_stock-indices.js index fecd8015c70..001756849d5 100644 --- a/src/pages/markets/components/markets/_stock-indices.js +++ b/src/pages/markets/components/markets/_stock-indices.js @@ -35,7 +35,10 @@ const StockIndices = ({ simple_step_content }) => { } DigitalOptions={ - + } name="Stocks & indices" display_title={ diff --git a/src/pages/payment-methods/_payment-data.js b/src/pages/payment-methods/_payment-data.js index 7e0cd819f05..85b02b99779 100644 --- a/src/pages/payment-methods/_payment-data.js +++ b/src/pages/payment-methods/_payment-data.js @@ -66,8 +66,8 @@ const payment_data = [ { method: , currencies: 'USD', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -78,7 +78,7 @@ const payment_data = [ { method: , currencies: 'USD', - min_max_deposit: , + min_max_deposit: , min_max_withdrawal: , deposit_time: , withdrawal_time: , @@ -90,7 +90,7 @@ const payment_data = [ { method: , currencies: 'USD', - min_max_deposit: , + min_max_deposit: , min_max_withdrawal: , deposit_time: , withdrawal_time: , @@ -103,7 +103,7 @@ const payment_data = [ { method: , currencies: 'USD', - min_max_deposit: , + min_max_deposit: , min_max_withdrawal: , deposit_time: , withdrawal_time: , @@ -116,8 +116,8 @@ const payment_data = [ { method: , currencies: 'USD EUR AUD GBP', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -142,8 +142,8 @@ const payment_data = [ { method: , currencies: 'USD', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -164,8 +164,8 @@ const payment_data = [ { method: , currencies: 'USD EUR AUD GBP', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -177,8 +177,8 @@ const payment_data = [ { method: , currencies: 'USD EUR AUD GBP', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -190,8 +190,8 @@ const payment_data = [ { method: , currencies: 'USD EUR AUD GBP', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -203,8 +203,8 @@ const payment_data = [ { method: , currencies: 'USD EUR AUD GBP', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -216,8 +216,8 @@ const payment_data = [ { method: , currencies: 'USD EUR AUD GBP', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -249,8 +249,8 @@ const payment_data = [ { method: JCB, currencies: 'USD', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -265,8 +265,8 @@ const payment_data = [ { method: , currencies: 'USD', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -279,8 +279,8 @@ const payment_data = [ { method: , currencies: 'USD EUR', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -293,8 +293,8 @@ const payment_data = [ { method: , currencies: 'USD EUR AUD GBP', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -307,8 +307,8 @@ const payment_data = [ { method: , currencies: 'USD EUR AUD GBP', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -321,8 +321,8 @@ const payment_data = [ { method: , currencies: 'USD EUR', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -354,7 +354,7 @@ const payment_data = [ components={[
]} /> ), - min_max_withdrawal: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -366,8 +366,8 @@ const payment_data = [ { method: , currencies: 'USD EUR AUD GBP', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -381,8 +381,8 @@ const payment_data = [ { method: , currencies: 'USD EUR GBP', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -395,8 +395,8 @@ const payment_data = [ { method: , currencies: 'USD', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -422,7 +422,7 @@ const payment_data = [ { method: Boleto Bancário, currencies: 'USD', - min_max_deposit: , + min_max_deposit: , min_max_withdrawal: , deposit_time: , withdrawal_time: , @@ -434,8 +434,8 @@ const payment_data = [ { method: , currencies: 'USD', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -448,8 +448,8 @@ const payment_data = [ { method: , currencies: 'USD', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -462,7 +462,7 @@ const payment_data = [ { method: , currencies: 'EUR', - min_max_deposit: , + min_max_deposit: , min_max_withdrawal: , deposit_time: , withdrawal_time: , @@ -573,8 +573,8 @@ const payment_data = [ { method: , currencies: 'BTC', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -598,8 +598,8 @@ const payment_data = [ { method: , currencies: 'ETH', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -635,8 +635,8 @@ const payment_data = [ { method: , currencies: 'LTC', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -673,7 +673,7 @@ const payment_data = [ method: , currencies: 'USDC', min_max_deposit: , - min_max_withdrawal: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -696,8 +696,8 @@ const payment_data = [ { method: , currencies: 'USDT', - min_max_deposit: , - min_max_withdrawal: , + min_max_deposit: , + min_max_withdrawal: , deposit_time: , withdrawal_time: , description: ( @@ -729,7 +729,7 @@ const payment_data = [ { method: , currencies: 'USD EUR GBP BTC', - min_max_deposit: , + min_max_deposit: , deposit_time: , description: ( @@ -745,7 +745,7 @@ const payment_data = [ components={[
]} /> ), - min_max_deposit: , + min_max_deposit: , deposit_time: , description: ( diff --git a/src/pages/payment-methods/index.js b/src/pages/payment-methods/index.js index 78bdbbfde29..a09fb979ebb 100644 --- a/src/pages/payment-methods/index.js +++ b/src/pages/payment-methods/index.js @@ -12,7 +12,9 @@ import { DerivStore } from 'store' const meta_attributes = { og_title: localize('Payment Methods | Deposits and withdrawals | Deriv'), - og_description: localize('We offer various payment methods - Bank wires, debit/credit cards, e-wallets and cryptocurrencies to make your transactions more convenient!'), + og_description: localize( + 'We offer various payment methods - Bank wires, debit/credit cards, e-wallets and cryptocurrencies to make your transactions more convenient!', + ), } const AccordionContainer = styled.div` diff --git a/src/pages/trader-tools/common/_utility.js b/src/pages/trader-tools/common/_utility.js index c1832713b57..8060b4e8371 100644 --- a/src/pages/trader-tools/common/_utility.js +++ b/src/pages/trader-tools/common/_utility.js @@ -407,4 +407,5 @@ export const numberSubmitFormatNegative = (input) => { return result } -export const getMaxLength = (input_field, input_length) => input_field?.includes(".") ? (input_length + 1).toString() : input_length.toString() +export const getMaxLength = (input_field, input_length) => + input_field?.includes('.') ? (input_length + 1).toString() : input_length.toString() diff --git a/src/pages/trader-tools/common/_validation.js b/src/pages/trader-tools/common/_validation.js index c5cba3a1e02..a5ece5dc114 100644 --- a/src/pages/trader-tools/common/_validation.js +++ b/src/pages/trader-tools/common/_validation.js @@ -9,10 +9,10 @@ const validation_regex = { const validation_is_exceed_number = (input, maxDigit) => { const max_digit = maxDigit || 15 - if (input.includes(".") && input.length > max_digit + 1) { + if (input.includes('.') && input.length > max_digit + 1) { return false } - if (!input.includes(".") && input.length > max_digit) { + if (!input.includes('.') && input.length > max_digit) { return false } return true diff --git a/src/pages/trader-tools/margin-calculator/_margin-calculator.js b/src/pages/trader-tools/margin-calculator/_margin-calculator.js index c19d2d8da4c..3ad2a4a97ed 100644 --- a/src/pages/trader-tools/margin-calculator/_margin-calculator.js +++ b/src/pages/trader-tools/margin-calculator/_margin-calculator.js @@ -8,7 +8,7 @@ import { getContractSize, getCurrency, resetValidationMargin, - getMaxLength + getMaxLength, } from '../common/_utility' import { optionItemDefault, @@ -78,7 +78,7 @@ const MarginCalculator = () => { const onTabClick = (tab) => { setTab(tab) } - + return ( <> @@ -115,7 +115,7 @@ const MarginCalculator = () => { assetPrice: '', leverage: '', optionList: syntheticItemLists, - contractSize: '' + contractSize: '', }} validate={resetValidationMargin} onSubmit={(values, { setFieldValue }) => { @@ -135,7 +135,7 @@ const MarginCalculator = () => { setErrors, resetForm, isValid, - dirty + dirty, }) => ( @@ -194,8 +194,11 @@ const MarginCalculator = () => { items={values.optionList} label={localize('Symbol')} onChange={(value) => { - setFieldValue('marginSymbol', getCurrency(value)); - setFieldValue('contractSize', getContractSize(value)) + setFieldValue('marginSymbol', getCurrency(value)) + setFieldValue( + 'contractSize', + getContractSize(value), + ) setFieldValue('symbol', value) }} selected_item={values.symbol} @@ -224,7 +227,7 @@ const MarginCalculator = () => { setFieldTouched('volume', false, false) current_input.focus() }} - maxLength={getMaxLength(values.volume,8)} + maxLength={getMaxLength(values.volume, 8)} background="white" /> )} @@ -259,7 +262,10 @@ const MarginCalculator = () => { ) current_input.focus() }} - maxLength={getMaxLength(values.assetPrice, 15)} + maxLength={getMaxLength( + values.assetPrice, + 15, + )} background="white" /> )} diff --git a/src/pages/trader-tools/pip-calculator/_pip-calculator.js b/src/pages/trader-tools/pip-calculator/_pip-calculator.js index fd953b962f4..1cad2aa7f5c 100644 --- a/src/pages/trader-tools/pip-calculator/_pip-calculator.js +++ b/src/pages/trader-tools/pip-calculator/_pip-calculator.js @@ -8,12 +8,12 @@ import { getContractSize, numberWithCommas, numberSubmitFormat, - getMaxLength + getMaxLength, } from '../common/_utility' import { optionItemDefault, syntheticItemLists, - financialItemLists + financialItemLists, } from '../common/_underlying-data' import { BreadCrumbContainer, @@ -38,7 +38,7 @@ import { StyledLinkButton, StyledSection, FormulaText, - StyledOl + StyledOl, } from '../common/_style' import { Accordion, @@ -46,7 +46,7 @@ import { Header, LocalizedLinkText, QueryImage, - Text + Text, } from 'components/elements' import Input from 'components/form/input' import RightArrow from 'images/svg/black-right-arrow.svg' @@ -120,7 +120,7 @@ const PipCalculator = () => { volume: '', pointValue: '', optionList: syntheticItemLists, - contractSize: '' + contractSize: '', }} validate={resetValidationPip} onSubmit={(values, { setFieldValue }) => { @@ -140,7 +140,7 @@ const PipCalculator = () => { setErrors, resetForm, isValid, - dirty + dirty, }) => ( @@ -200,7 +200,10 @@ const PipCalculator = () => { id="symbol" onChange={(value) => { setFieldValue('marginSymbol', getCurrency(value)) - setFieldValue('contractSize', getContractSize(value)) + setFieldValue( + 'contractSize', + getContractSize(value), + ) setFieldValue('symbol', value) }} error={touched.symbol && errors.symbol} @@ -232,7 +235,7 @@ const PipCalculator = () => { setFieldTouched('volume', false, false) current_input.focus() }} - maxLength={getMaxLength(values.volume,8)} + maxLength={getMaxLength(values.volume, 8)} background="white" /> )} @@ -261,10 +264,17 @@ const PipCalculator = () => { handleError={(current_input) => { setFieldValue('pointValue', '', false) setFieldError('pointValue', '') - setFieldTouched('pointValue',false,false) + setFieldTouched( + 'pointValue', + false, + false, + ) current_input.focus() }} - maxLength={getMaxLength(values.pointValue,15)} + maxLength={getMaxLength( + values.pointValue, + 15, + )} background="white" /> )} diff --git a/src/pages/trader-tools/pnl-for-margin/_pnl-for-margin.js b/src/pages/trader-tools/pnl-for-margin/_pnl-for-margin.js index a36279de103..8c6eea09859 100644 --- a/src/pages/trader-tools/pnl-for-margin/_pnl-for-margin.js +++ b/src/pages/trader-tools/pnl-for-margin/_pnl-for-margin.js @@ -8,12 +8,12 @@ import { numberSubmitFormat, numberWithCommas, resetValidationPnlMargin, - getMaxLength + getMaxLength, } from '../common/_utility' import { financialItemLists, optionItemDefault, - syntheticItemLists + syntheticItemLists, } from '../common/_underlying-data' import { BreadCrumbContainer, @@ -42,7 +42,7 @@ import { StyledLinkButton, StyledOl, StyledSection, - SwapTabSelector + SwapTabSelector, } from '../common/_style' import { localize, Localize } from 'components/localization' import { @@ -51,7 +51,7 @@ import { Header, LocalizedLinkText, QueryImage, - Text + Text, } from 'components/elements' import { Flex, Show } from 'components/containers' import Input from 'components/form/input' @@ -120,7 +120,7 @@ const PnlMarginCalculator = () => { form?.setFieldValue('accountType', sub_tab === 'Synthetic' ? 'Synthetic' : 'Financial') form?.setFieldValue( 'optionList', - sub_tab === 'Synthetic' ? syntheticItemLists : financialItemLists + sub_tab === 'Synthetic' ? syntheticItemLists : financialItemLists, ) } const onSubTabClick = (tab) => setSubTab(tab) @@ -131,11 +131,11 @@ const PnlMarginCalculator = () => { if (form?.values.pointValue) { form.setFieldValue( 'stopLossPips', - getPnlMarginCommon(formik_ref.current.values, 'getStopLossPip') + getPnlMarginCommon(formik_ref.current.values, 'getStopLossPip'), ) form.setFieldValue( 'takeProfitPips', - getPnlMarginCommon(formik_ref.current.values, 'getTakeProfitPip') + getPnlMarginCommon(formik_ref.current.values, 'getTakeProfitPip'), ) // The 2 calls below is to reset the output state in order // prevent the pip output from displaying NAN @@ -164,7 +164,7 @@ const PnlMarginCalculator = () => { {localize( - 'Our profit and loss calculator for margin helps you to approximate your losses and/or gains.' + 'Our profit and loss calculator for margin helps you to approximate your losses and/or gains.', )} @@ -200,40 +200,40 @@ const PnlMarginCalculator = () => { optionList: syntheticItemLists, contractSize: '', assetPrice: '', - stopLossAmount: '' + stopLossAmount: '', }} validate={resetValidationPnlMargin} onSubmit={(values, { setFieldValue }) => { setFieldValue( 'stopLossPips', - getPnlMarginCommon(values, 'getStopLossPip') + getPnlMarginCommon(values, 'getStopLossPip'), ) setFieldValue( 'stopLossLevel', - getPnlMarginCommon(values, 'getStopLossLevel') + getPnlMarginCommon(values, 'getStopLossLevel'), ) setStopLossOutput(getPnlMarginCommon(values, 'getStopLossLevel')) setFieldValue( 'takeProfitPips', - getPnlMarginCommon(values, 'getTakeProfitPip') + getPnlMarginCommon(values, 'getTakeProfitPip'), ) setFieldValue( 'takeProfitLevel', - getPnlMarginCommon(values, 'getTakeProfitLevel') + getPnlMarginCommon(values, 'getTakeProfitLevel'), ) setTakeProfitOutput( - getPnlMarginCommon(values, 'getTakeProfitLevel') + getPnlMarginCommon(values, 'getTakeProfitLevel'), ) setFieldValue('pointValue', numberSubmitFormat(values.pointValue)) setFieldValue('volume', numberSubmitFormat(values.volume)) setFieldValue('assetPrice', numberSubmitFormat(values.assetPrice)) setFieldValue( 'stopLossAmount', - numberSubmitFormat(values.stopLossAmount) + numberSubmitFormat(values.stopLossAmount), ) setFieldValue( 'takeProfitAmount', - numberSubmitFormat(values.takeProfitAmount) + numberSubmitFormat(values.takeProfitAmount), ) }} > @@ -248,7 +248,7 @@ const PnlMarginCalculator = () => { isValid, dirty, setErrors, - resetForm + resetForm, }) => ( <> @@ -352,11 +352,11 @@ const PnlMarginCalculator = () => { resetForm() setFieldValue( 'accountType', - 'Financial' + 'Financial', ) setFieldValue( 'optionList', - financialItemLists + financialItemLists, ) }} > @@ -376,12 +376,12 @@ const PnlMarginCalculator = () => { onChange={(value) => { setFieldValue( 'pnlMarginSymbol', - getCurrency(value) + getCurrency(value), ) setFieldValue( 'contractSize', - getContractSize(value) + getContractSize(value), ) setFieldValue('symbol', value) }} @@ -396,7 +396,10 @@ const PnlMarginCalculator = () => { name="pointValue" value={values.pointValue} onChange={(value) => { - setFieldValue('pointValue', value) + setFieldValue( + 'pointValue', + value, + ) }} > {({ field }) => ( @@ -404,7 +407,9 @@ const PnlMarginCalculator = () => { {...field} id="pointValue" type="text" - label={localize('Point value')} + label={localize( + 'Point value', + )} autoComplete="off" error={ touched.pointValue && @@ -412,24 +417,29 @@ const PnlMarginCalculator = () => { } onBlur={handleBlur} data-lpignore="true" - handleError={(current_input) => { + handleError={( + current_input, + ) => { setFieldValue( 'pointValue', '', - false + false, ) setFieldError( 'pointValue', - '' + '', ) setFieldTouched( 'pointValue', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.pointValue, 8)} + maxLength={getMaxLength( + values.pointValue, + 8, + )} background="white" /> )} @@ -467,20 +477,23 @@ const PnlMarginCalculator = () => { setFieldValue( 'volume', '', - false + false, ) setFieldError( 'volume', - '' + '', ) setFieldTouched( 'volume', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.volume, 8)} + maxLength={getMaxLength( + values.volume, + 8, + )} background="white" /> )} @@ -495,7 +508,7 @@ const PnlMarginCalculator = () => { onChange={(value) => { setFieldValue( 'takeProfitAmount', - value + value, ) }} > @@ -505,7 +518,7 @@ const PnlMarginCalculator = () => { id="takeProfitAmount" type="text" label={localize( - 'Take profit amount' + 'Take profit amount', )} autoComplete="off" error={ @@ -520,20 +533,23 @@ const PnlMarginCalculator = () => { setFieldValue( 'takeProfitAmount', '', - false + false, ) setFieldError( 'takeProfitAmount', - '' + '', ) setFieldTouched( 'takeProfitAmount', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.takeProfitAmount, 15)} + maxLength={getMaxLength( + values.takeProfitAmount, + 15, + )} background="white" /> )} @@ -551,7 +567,7 @@ const PnlMarginCalculator = () => { onChange={(value) => { setFieldValue( 'assetPrice', - value + value, ) }} > @@ -562,7 +578,7 @@ const PnlMarginCalculator = () => { type="text" value={values.assetPrice} label={localize( - 'Open price of asset' + 'Open price of asset', )} autoComplete="off" error={ @@ -577,20 +593,23 @@ const PnlMarginCalculator = () => { setFieldValue( 'assetPrice', '', - false + false, ) setFieldError( 'assetPrice', - '' + '', ) setFieldTouched( 'assetPrice', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.assetPrice, 15)} + maxLength={getMaxLength( + values.assetPrice, + 15, + )} background="white" /> )} @@ -605,7 +624,7 @@ const PnlMarginCalculator = () => { onChange={(value) => { setFieldValue( 'stopLossAmount', - value + value, ) }} > @@ -618,7 +637,7 @@ const PnlMarginCalculator = () => { values.stopLossAmount } label={localize( - 'Stop loss amount' + 'Stop loss amount', )} autoComplete="off" error={ @@ -633,20 +652,23 @@ const PnlMarginCalculator = () => { setFieldValue( 'stopLossAmount', '', - false + false, ) setFieldError( 'stopLossAmount', - '' + '', ) setFieldTouched( 'stopLossAmount', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.stopLossAmount, 15)} + maxLength={getMaxLength( + values.stopLossAmount, + 15, + )} background="white" /> )} @@ -771,11 +793,11 @@ const PnlMarginCalculator = () => { resetForm() setFieldValue( 'accountType', - 'Financial' + 'Financial', ) setFieldValue( 'optionList', - financialItemLists + financialItemLists, ) }} > @@ -793,12 +815,12 @@ const PnlMarginCalculator = () => { onChange={(value) => { setFieldValue( 'pnlMarginSymbol', - getCurrency(value) + getCurrency(value), ) setFieldValue( 'contractSize', - getContractSize(value) + getContractSize(value), ) setFieldValue('symbol', value) }} @@ -830,17 +852,20 @@ const PnlMarginCalculator = () => { setFieldValue( 'volume', '', - false + false, ) setFieldError('volume', '') setFieldTouched( 'volume', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.volume, 8)} + maxLength={getMaxLength( + values.volume, + 8, + )} background="white" /> )} @@ -861,7 +886,7 @@ const PnlMarginCalculator = () => { type="text" value={values.assetPrice} label={localize( - 'Open price of asset' + 'Open price of asset', )} autoComplete="off" error={ @@ -874,17 +899,20 @@ const PnlMarginCalculator = () => { setFieldValue( 'assetPrice', '', - false + false, ) setFieldError('assetPrice', '') setFieldTouched( 'assetPrice', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.assetPrice, 15)} + maxLength={getMaxLength( + values.assetPrice, + 15, + )} background="white" /> )} @@ -925,7 +953,10 @@ const PnlMarginCalculator = () => { ) current_input.focus() }} - maxLength={getMaxLength(values.pointValue, 8)} + maxLength={getMaxLength( + values.pointValue, + 8, + )} background="white" /> )} @@ -971,7 +1002,10 @@ const PnlMarginCalculator = () => { ) current_input.focus() }} - maxLength={getMaxLength(values.takeProfitAmount, 15)} + maxLength={getMaxLength( + values.takeProfitAmount, + 15, + )} background="white" /> )} @@ -1003,20 +1037,23 @@ const PnlMarginCalculator = () => { setFieldValue( 'stopLossAmount', '', - false + false, ) setFieldError( 'stopLossAmount', - '' + '', ) setFieldTouched( 'stopLossAmount', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.stopLossAmount, 15)} + maxLength={getMaxLength( + values.stopLossAmount, + 15, + )} background="white" /> )} diff --git a/src/pages/trader-tools/pnl-for-multipliers/_pnl-for-multipliers.js b/src/pages/trader-tools/pnl-for-multipliers/_pnl-for-multipliers.js index 7c3eba52ba5..ecc2f1b50e3 100644 --- a/src/pages/trader-tools/pnl-for-multipliers/_pnl-for-multipliers.js +++ b/src/pages/trader-tools/pnl-for-multipliers/_pnl-for-multipliers.js @@ -7,7 +7,7 @@ import { numberWithCommas, resetValidationPnlMultipliersAmount, resetValidationPnlMultipliersLevel, - getMaxLength + getMaxLength, } from '../common/_utility' import { BreadCrumbContainer, @@ -33,7 +33,7 @@ import { StyledLinkButton, StyledOl, StyledSection, - SwapTabSelector + SwapTabSelector, } from '../common/_style' import { localize, Localize } from 'components/localization' import { @@ -42,7 +42,7 @@ import { Header, LocalizedLinkText, QueryImage, - Text + Text, } from 'components/elements' import { Flex, Show } from 'components/containers' import Input from 'components/form/input' @@ -153,7 +153,7 @@ const PnlMultipliersCalculator = () => { assetPrice: '', commission: '', stake: '', - multiplier: '' + multiplier: '', }} validate={resetValidationPnlMultipliersLevel} onSubmit={(values, { setFieldValue }) => { @@ -162,36 +162,39 @@ const PnlMultipliersCalculator = () => { sub_tab === 'Up' ? getPnlMultiplierCommon(values, 'getTakeProfitLevelUp') : getPnlMultiplierCommon( - values, - 'getTakeProfitLevelDown' - ) + values, + 'getTakeProfitLevelDown', + ), ) setFieldValue( 'stopLossLevelOutput', sub_tab === 'Up' ? getPnlMultiplierCommon(values, 'getStopLossLevelUp') - : getPnlMultiplierCommon(values, 'getStopLossLevelDown') + : getPnlMultiplierCommon( + values, + 'getStopLossLevelDown', + ), ) setFieldValue( 'assetPrice', - numberSubmitFormat(values.assetPrice) + numberSubmitFormat(values.assetPrice), ) setFieldValue( 'commission', - numberSubmitFormat(values.commission) + numberSubmitFormat(values.commission), ) setFieldValue('stake', numberSubmitFormat(values.stake)) setFieldValue( 'multiplier', - numberSubmitFormat(values.multiplier) + numberSubmitFormat(values.multiplier), ) setFieldValue( 'takeProfitAmount', - numberSubmitFormat(values.takeProfitAmount) + numberSubmitFormat(values.takeProfitAmount), ) setFieldValue( 'stopLossAmount', - numberSubmitFormat(values.stopLossAmount) + numberSubmitFormat(values.stopLossAmount), ) }} > @@ -204,7 +207,7 @@ const PnlMultipliersCalculator = () => { setFieldError, setFieldTouched, isValid, - dirty + dirty, }) => ( <> @@ -287,7 +290,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'assetPrice', - value + value, ) }} > @@ -297,7 +300,7 @@ const PnlMultipliersCalculator = () => { id="assetPrice" type="text" label={localize( - 'Asset price' + 'Asset price', )} autoComplete="off" error={ @@ -312,20 +315,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'assetPrice', '', - false + false, ) setFieldError( 'assetPrice', - '' + '', ) setFieldTouched( 'assetPrice', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.assetPrice, 8)} + maxLength={getMaxLength( + values.assetPrice, + 8, + )} background="white" /> )} @@ -340,7 +346,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'commission', - value + value, ) }} > @@ -360,25 +366,28 @@ const PnlMultipliersCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={( - current_input + current_input, ) => { setFieldValue( 'commission', '', - false + false, ) setFieldError( 'commission', - '' + '', ) setFieldTouched( 'commission', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.commission, 8)} + maxLength={getMaxLength( + values.commission, + 8, + )} background="white" /> )} @@ -396,7 +405,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'stake', - value + value, ) }} > @@ -406,7 +415,7 @@ const PnlMultipliersCalculator = () => { id="stake" type="text" label={localize( - 'Stake' + 'Stake', )} autoComplete="off" error={ @@ -421,20 +430,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'stake', '', - false + false, ) setFieldError( 'stake', - '' + '', ) setFieldTouched( 'stake', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.stake, 15)} + maxLength={getMaxLength( + values.stake, + 15, + )} background="white" /> )} @@ -449,7 +461,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'takeProfitAmount', - value + value, ) }} > @@ -474,20 +486,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'takeProfitAmount', '', - false + false, ) setFieldError( 'takeProfitAmount', - '' + '', ) setFieldTouched( 'takeProfitAmount', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.takeProfitAmount, 15)} + maxLength={getMaxLength( + values.takeProfitAmount, + 15, + )} background="white" /> )} @@ -505,7 +520,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'multiplier', - value + value, ) }} > @@ -518,7 +533,7 @@ const PnlMultipliersCalculator = () => { values.multiplier } label={localize( - 'Multiplier' + 'Multiplier', )} autoComplete="off" error={ @@ -533,20 +548,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'multiplier', '', - false + false, ) setFieldError( 'multiplier', - '' + '', ) setFieldTouched( 'multiplier', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.multiplier, 4)} + maxLength={getMaxLength( + values.multiplier, + 4, + )} background="white" /> )} @@ -561,7 +579,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'stopLossAmount', - value + value, ) }} > @@ -589,20 +607,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'stopLossAmount', '', - false + false, ) setFieldError( 'stopLossAmount', - '' + '', ) setFieldTouched( 'stopLossAmount', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.stopLossAmount, 15)} + maxLength={getMaxLength( + values.stopLossAmount, + 15, + )} background="white" /> )} @@ -635,7 +656,7 @@ const PnlMultipliersCalculator = () => { {numberWithCommas( - values.takeProfitLevelOutput + values.takeProfitLevelOutput, )} @@ -650,7 +671,7 @@ const PnlMultipliersCalculator = () => { {numberWithCommas( - values.stopLossLevelOutput + values.stopLossLevelOutput, )} @@ -721,20 +742,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'assetPrice', '', - false + false, ) setFieldError( 'assetPrice', - '' + '', ) setFieldTouched( 'assetPrice', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.assetPrice, 8)} + maxLength={getMaxLength( + values.assetPrice, + 8, + )} background="white" /> )} @@ -768,17 +792,20 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'stake', '', - false + false, ) setFieldError('stake', '') setFieldTouched( 'stake', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.stake, 15)} + maxLength={getMaxLength( + values.stake, + 15, + )} background="white" /> )} @@ -806,25 +833,28 @@ const PnlMultipliersCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={( - current_input + current_input, ) => { setFieldValue( 'multiplier', '', - false + false, ) setFieldError( 'multiplier', - '' + '', ) setFieldTouched( 'multiplier', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.multiplier, 4)} + maxLength={getMaxLength( + values.multiplier, + 4, + )} background="white" /> )} @@ -870,7 +900,10 @@ const PnlMultipliersCalculator = () => { ) current_input.focus() }} - maxLength={getMaxLength(values.commission, 8)} + maxLength={getMaxLength( + values.commission, + 8, + )} background="white" /> )} @@ -894,7 +927,7 @@ const PnlMultipliersCalculator = () => { type="text" value={values.takeProfitAmount} label={localize( - 'Take profit amount' + 'Take profit amount', )} autoComplete="off" error={ @@ -909,20 +942,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'takeProfitAmount', '', - false + false, ) setFieldError( 'takeProfitAmount', - '' + '', ) setFieldTouched( 'takeProfitAmount', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.takeProfitAmount, 15)} + maxLength={getMaxLength( + values.takeProfitAmount, + 15, + )} background="white" /> )} @@ -935,7 +971,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'stopLossAmount', - value + value, ) }} > @@ -946,7 +982,7 @@ const PnlMultipliersCalculator = () => { type="text" value={values.stopLossAmount} label={localize( - 'Stop loss amount' + 'Stop loss amount', )} autoComplete="off" error={ @@ -956,25 +992,28 @@ const PnlMultipliersCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={( - current_input + current_input, ) => { setFieldValue( 'stopLossAmount', '', - false + false, ) setFieldError( 'stopLossAmount', - '' + '', ) setFieldTouched( 'stopLossAmount', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.stopLossAmount, 15)} + maxLength={getMaxLength( + values.stopLossAmount, + 15, + )} background="white" /> )} @@ -1142,7 +1181,7 @@ const PnlMultipliersCalculator = () => { assetPrice: '', commission: '', stake: '', - multiplier: '' + multiplier: '', }} validate={resetValidationPnlMultipliersAmount} onSubmit={(values, { setFieldValue }) => { @@ -1150,43 +1189,43 @@ const PnlMultipliersCalculator = () => { 'takeProfitAmountOutput', sub_tab === 'Up' ? getPnlMultiplierCommon( - values, - 'getTakeProfitAmountUp', - ) + values, + 'getTakeProfitAmountUp', + ) : getPnlMultiplierCommon( - values, - 'getTakeProfitAmountDown', - ), + values, + 'getTakeProfitAmountDown', + ), ) setFieldValue( 'stopLossAmountOutput', sub_tab === 'Up' ? getPnlMultiplierCommon(values, 'getStopLossAmountUp') : getPnlMultiplierCommon( - values, - 'getStopLossAmountDown' - ) + values, + 'getStopLossAmountDown', + ), ) setFieldValue( 'assetPrice', - numberSubmitFormat(values.assetPrice) + numberSubmitFormat(values.assetPrice), ) setFieldValue( 'commission', - numberSubmitFormat(values.commission) + numberSubmitFormat(values.commission), ) setFieldValue('stake', numberSubmitFormat(values.stake)) setFieldValue( 'multiplier', - numberSubmitFormat(values.multiplier) + numberSubmitFormat(values.multiplier), ) setFieldValue( 'takeProfitLevel', - numberSubmitFormat(values.takeProfitLevel) + numberSubmitFormat(values.takeProfitLevel), ) setFieldValue( 'stopLossLevel', - numberSubmitFormat(values.stopLossLevel) + numberSubmitFormat(values.stopLossLevel), ) }} > @@ -1199,7 +1238,7 @@ const PnlMultipliersCalculator = () => { setFieldError, setFieldTouched, isValid, - dirty + dirty, }) => ( <> @@ -1282,7 +1321,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'assetPrice', - value + value, ) }} > @@ -1307,20 +1346,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'assetPrice', '', - false + false, ) setFieldError( 'assetPrice', - '' + '', ) setFieldTouched( 'assetPrice', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.assetPrice, 8)} + maxLength={getMaxLength( + values.assetPrice, + 8, + )} background="white" /> )} @@ -1335,7 +1377,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'commission', - value + value, ) }} > @@ -1345,7 +1387,7 @@ const PnlMultipliersCalculator = () => { id="commission" type="text" label={localize( - 'Commission' + 'Commission', )} autoComplete="off" error={ @@ -1360,20 +1402,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'commission', '', - false + false, ) setFieldError( 'commission', - '' + '', ) setFieldTouched( 'commission', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.commission, 8)} + maxLength={getMaxLength( + values.commission, + 8, + )} background="white" /> )} @@ -1391,7 +1436,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'stake', - value + value, ) }} > @@ -1401,7 +1446,7 @@ const PnlMultipliersCalculator = () => { id="stake" type="text" label={localize( - 'Stake' + 'Stake', )} autoComplete="off" error={ @@ -1411,25 +1456,28 @@ const PnlMultipliersCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={( - current_input + current_input, ) => { setFieldValue( 'stake', '', - false + false, ) setFieldError( 'stake', - '' + '', ) setFieldTouched( 'stake', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.stake, 15)} + maxLength={getMaxLength( + values.stake, + 15, + )} background="white" /> )} @@ -1444,7 +1492,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'takeProfitLevel', - value + value, ) }} > @@ -1454,7 +1502,7 @@ const PnlMultipliersCalculator = () => { id="takeProfitLevel" type="text" label={localize( - 'Take profit level' + 'Take profit level', )} autoComplete="off" error={ @@ -1469,20 +1517,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'takeProfitLevel', '', - false + false, ) setFieldError( 'takeProfitLevel', - '' + '', ) setFieldTouched( 'takeProfitLevel', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.takeProfitLevel, 15)} + maxLength={getMaxLength( + values.takeProfitLevel, + 15, + )} background="white" /> )} @@ -1500,7 +1551,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'multiplier', - value + value, ) }} > @@ -1513,7 +1564,7 @@ const PnlMultipliersCalculator = () => { values.multiplier } label={localize( - 'Multiplier' + 'Multiplier', )} autoComplete="off" error={ @@ -1528,20 +1579,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'multiplier', '', - false + false, ) setFieldError( 'multiplier', - '' + '', ) setFieldTouched( 'multiplier', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.multiplier, 4)} + maxLength={getMaxLength( + values.multiplier, + 4, + )} background="white" /> )} @@ -1556,7 +1610,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'stopLossLevel', - value + value, ) }} > @@ -1569,7 +1623,7 @@ const PnlMultipliersCalculator = () => { values.stopLossLevel } label={localize( - 'Stop loss level' + 'Stop loss level', )} autoComplete="off" error={ @@ -1579,25 +1633,28 @@ const PnlMultipliersCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={( - current_input + current_input, ) => { setFieldValue( 'stopLossLevel', '', - false + false, ) setFieldError( 'stopLossLevel', - '' + '', ) setFieldTouched( 'stopLossLevel', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.stopLossLevel, 15)} + maxLength={getMaxLength( + values.stopLossLevel, + 15, + )} background="white" /> )} @@ -1630,7 +1687,7 @@ const PnlMultipliersCalculator = () => { {numberWithCommas( - values.takeProfitAmountOutput + values.takeProfitAmountOutput, )} @@ -1645,7 +1702,7 @@ const PnlMultipliersCalculator = () => { {numberWithCommas( - values.stopLossAmountOutput + values.stopLossAmountOutput, )} @@ -1716,20 +1773,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'assetPrice', '', - false + false, ) setFieldError( 'assetPrice', - '' + '', ) setFieldTouched( 'assetPrice', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.assetPrice, 8)} + maxLength={getMaxLength( + values.assetPrice, + 8, + )} background="white" /> )} @@ -1763,17 +1823,20 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'stake', '', - false + false, ) setFieldError('stake', '') setFieldTouched( 'stake', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.stake, 15)} + maxLength={getMaxLength( + values.stake, + 15, + )} background="white" /> )} @@ -1806,20 +1869,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'multiplier', '', - false + false, ) setFieldError( 'multiplier', - '' + '', ) setFieldTouched( 'multiplier', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.multiplier, 4)} + maxLength={getMaxLength( + values.multiplier, + 4, + )} background="white" /> )} @@ -1852,20 +1918,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'commission', '', - false + false, ) setFieldError( 'commission', - '' + '', ) setFieldTouched( 'commission', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.commission, 8)} + maxLength={getMaxLength( + values.commission, + 8, + )} background="white" /> )} @@ -1878,7 +1947,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'takeProfitLevel', - value + value, ) }} > @@ -1889,7 +1958,7 @@ const PnlMultipliersCalculator = () => { type="text" value={values.takeProfitLevel} label={localize( - 'Take profit level' + 'Take profit level', )} autoComplete="off" error={ @@ -1904,20 +1973,23 @@ const PnlMultipliersCalculator = () => { setFieldValue( 'takeProfitLevel', '', - false + false, ) setFieldError( 'takeProfitLevel', - '' + '', ) setFieldTouched( 'takeProfitLevel', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.takeProfitLevel, 15)} + maxLength={getMaxLength( + values.takeProfitLevel, + 15, + )} background="white" /> )} @@ -1930,7 +2002,7 @@ const PnlMultipliersCalculator = () => { onChange={(value) => { setFieldValue( 'stopLossLevel', - value + value, ) }} > @@ -1941,7 +2013,7 @@ const PnlMultipliersCalculator = () => { type="text" value={values.stopLossLevel} label={localize( - 'Stop loss level' + 'Stop loss level', )} autoComplete="off" error={ @@ -1951,25 +2023,28 @@ const PnlMultipliersCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={( - current_input + current_input, ) => { setFieldValue( 'stopLossLevel', '', - false + false, ) setFieldError( 'stopLossLevel', - '' + '', ) setFieldTouched( 'stopLossLevel', false, - false + false, ) current_input.focus() }} - maxLength={getMaxLength(values.stopLossLevel, 15)} + maxLength={getMaxLength( + values.stopLossLevel, + 15, + )} background="white" /> )} diff --git a/src/pages/trader-tools/swap-calculator/_swap-calculator.js b/src/pages/trader-tools/swap-calculator/_swap-calculator.js index 52c29199de7..44c576984c1 100644 --- a/src/pages/trader-tools/swap-calculator/_swap-calculator.js +++ b/src/pages/trader-tools/swap-calculator/_swap-calculator.js @@ -12,12 +12,12 @@ import { numberSubmitFormatNegative, numberSubmitFormat, numberWithCommas, - getMaxLength + getMaxLength, } from '../common/_utility' import { optionItemDefault, syntheticItemLists, - financialItemLists + financialItemLists, } from '../common/_underlying-data' import { BreadCrumbContainer, @@ -41,7 +41,7 @@ import { StyledOl, StyledSection, SwapFormWrapper, - SwapTabSelector + SwapTabSelector, } from '../common/_style' import { localize, Localize } from 'components/localization' import { @@ -51,7 +51,7 @@ import { Header, LocalizedLinkText, QueryImage, - Text + Text, } from 'components/elements' import { Flex, Show } from 'components/containers' import Input from 'components/form/input' @@ -146,14 +146,20 @@ const SwapCalculator = () => { optionList: syntheticItemLists, contractSize: '', swapRate: '', - assetPrice: '' + assetPrice: '', }} validate={resetValidationSynthetic} onSubmit={(values, { setFieldValue }) => { setFieldValue('swapCharge', getSwapChargeSynthetic(values)) setFieldValue('volume', numberSubmitFormat(values.volume)) - setFieldValue('swapRate', numberSubmitFormatNegative(values.swapRate)) - setFieldValue('assetPrice', numberSubmitFormat(values.assetPrice)) + setFieldValue( + 'swapRate', + numberSubmitFormatNegative(values.swapRate), + ) + setFieldValue( + 'assetPrice', + numberSubmitFormat(values.assetPrice), + ) }} > {({ @@ -165,7 +171,7 @@ const SwapCalculator = () => { setFieldError, setFieldTouched, isValid, - dirty + dirty, }) => ( @@ -191,9 +197,14 @@ const SwapCalculator = () => { selected_option={values.symbol} id="symbol" onChange={(value) => { - setFieldValue('swapCurrency', getCurrency(value) + setFieldValue( + 'swapCurrency', + getCurrency(value), + ) + setFieldValue( + 'contractSize', + getContractSize(value), ) - setFieldValue('contractSize', getContractSize(value)) setFieldValue('symbol', value) }} contract_size={values.contractSize} @@ -222,12 +233,23 @@ const SwapCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={(current_input) => { - setFieldValue('volume', '', false) + setFieldValue( + 'volume', + '', + false, + ) setFieldError('volume', '') - setFieldTouched('volume', false, false) + setFieldTouched( + 'volume', + false, + false, + ) current_input.focus() }} - maxLength={getMaxLength(values.volume, 8)} + maxLength={getMaxLength( + values.volume, + 8, + )} background="white" /> )} @@ -257,12 +279,23 @@ const SwapCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={(current_input) => { - setFieldValue('assetPrice', '', false) + setFieldValue( + 'assetPrice', + '', + false, + ) setFieldError('assetPrice', '') - setFieldTouched('assetPrice', false, false) + setFieldTouched( + 'assetPrice', + false, + false, + ) current_input.focus() }} - maxLength={getMaxLength(values.assetPrice, 15)} + maxLength={getMaxLength( + values.assetPrice, + 15, + )} background="white" /> )} @@ -292,12 +325,23 @@ const SwapCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={(current_input) => { - setFieldValue('swapRate', '', false) + setFieldValue( + 'swapRate', + '', + false, + ) setFieldError('swapRate', '') - setFieldTouched('swapRate', false, false) + setFieldTouched( + 'swapRate', + false, + false, + ) current_input.focus() }} - maxLength={getMaxLength(values.swapRate, 15)} + maxLength={getMaxLength( + values.swapRate, + 15, + )} background="white" /> )} @@ -428,14 +472,20 @@ const SwapCalculator = () => { optionList: financialItemLists, contractSize: '', swapRate: '', - pointValue: '' + pointValue: '', }} validate={resetValidationForex} onSubmit={(values, { setFieldValue }) => { setFieldValue('swapCharge', getSwapChargeForex(values)) setFieldValue('volume', numberSubmitFormat(values.volume)) - setFieldValue('swapRate', numberSubmitFormatNegative(values.swapRate)) - setFieldValue('pointValue', numberSubmitFormat(values.pointValue)) + setFieldValue( + 'swapRate', + numberSubmitFormatNegative(values.swapRate), + ) + setFieldValue( + 'pointValue', + numberSubmitFormat(values.pointValue), + ) }} > {({ @@ -447,7 +497,7 @@ const SwapCalculator = () => { isValid, dirty, setFieldTouched, - setFieldError + setFieldError, }) => ( @@ -472,8 +522,14 @@ const SwapCalculator = () => { selected_option={values.symbol} id="symbol" onChange={(value) => { - setFieldValue('swapCurrency', getCurrency(value)) - setFieldValue('contractSize', getContractSize(value)) + setFieldValue( + 'swapCurrency', + getCurrency(value), + ) + setFieldValue( + 'contractSize', + getContractSize(value), + ) setFieldValue('symbol', value) }} contractSize={values.contractSize} @@ -501,12 +557,23 @@ const SwapCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={(current_input) => { - setFieldValue('volume', '', false) + setFieldValue( + 'volume', + '', + false, + ) setFieldError('volume', '') - setFieldTouched('volume', false, false) + setFieldTouched( + 'volume', + false, + false, + ) current_input.focus() }} - maxLength={getMaxLength(values.volume, 8)} + maxLength={getMaxLength( + values.volume, + 8, + )} background="white" /> )} @@ -536,12 +603,23 @@ const SwapCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={(current_input) => { - setFieldValue('pointValue', '', false) + setFieldValue( + 'pointValue', + '', + false, + ) setFieldError('pointValue', '') - setFieldTouched('pointValue', false, false) + setFieldTouched( + 'pointValue', + false, + false, + ) current_input.focus() }} - maxLength={getMaxLength(values.pointValue, 15)} + maxLength={getMaxLength( + values.pointValue, + 15, + )} background="white" /> )} @@ -571,12 +649,23 @@ const SwapCalculator = () => { onBlur={handleBlur} data-lpignore="true" handleError={(current_input) => { - setFieldValue('swapRate', '', false,) + setFieldValue( + 'swapRate', + '', + false, + ) setFieldError('swapRate', '') - setFieldTouched('swapRate', false, false) + setFieldTouched( + 'swapRate', + false, + false, + ) current_input.focus() }} - maxLength={getMaxLength(values.swapRate, 15)} + maxLength={getMaxLength( + values.swapRate, + 15, + )} background="white" /> )} diff --git a/src/translations/ach.json b/src/translations/ach.json index cdb93a7ad51..833d1598c8d 100644 --- a/src/translations/ach.json +++ b/src/translations/ach.json @@ -2353,4 +2353,4 @@ "-1773685845": "crwdns85855:0crwdne85855:0", "-661813412": "crwdns85857:0crwdne85857:0", "-1520902282": "crwdns85859:0crwdne85859:0" -} \ No newline at end of file +} diff --git a/src/translations/es.json b/src/translations/es.json index cd8c6c2f487..8809e31884e 100644 --- a/src/translations/es.json +++ b/src/translations/es.json @@ -2353,4 +2353,4 @@ "-1773685845": "Todos los mercados y plataformas", "-661813412": "Disfrute del acceso completo a todos nuestros mercados y plataformas.", "-1520902282": "No se necesita tarjeta de crédito" -} \ No newline at end of file +} diff --git a/src/translations/fr.json b/src/translations/fr.json index 22e3a53b190..c194b3a01a2 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -2353,4 +2353,4 @@ "-1773685845": "Tous les marchés et plateformes", "-661813412": "Profitez d'un accès complet à tous nos marchés et plateformes.\n", "-1520902282": "Aucune carte de crédit requise" -} \ No newline at end of file +} diff --git a/src/translations/id.json b/src/translations/id.json index 4f330236ae5..6b3ada9910c 100644 --- a/src/translations/id.json +++ b/src/translations/id.json @@ -2353,4 +2353,4 @@ "-1773685845": "Semua pasar dan platform", "-661813412": "Nikmati akses penuh ke semua pasar dan platform kami.", "-1520902282": "Tanpa kartu kredit" -} \ No newline at end of file +} diff --git a/src/translations/it.json b/src/translations/it.json index 422ef582c6d..fe0b335d130 100644 --- a/src/translations/it.json +++ b/src/translations/it.json @@ -2353,4 +2353,4 @@ "-1773685845": "Tutti i mercati e le piattaforme", "-661813412": "Sfrutta l'accesso completo a tutti i mercati e tutte le piattaforme.", "-1520902282": "Carta di credito non necessaria" -} \ No newline at end of file +} diff --git a/src/translations/ko.json b/src/translations/ko.json index 7e29072973b..12f9470cbb5 100644 --- a/src/translations/ko.json +++ b/src/translations/ko.json @@ -2353,4 +2353,4 @@ "-1773685845": "모든 시장 및 플랫폼", "-661813412": "우리의 모든 시장 및 플랫폼에 완전한 접근을 즐기세요.", "-1520902282": "신용카드가 필요하지 않습니다" -} \ No newline at end of file +} diff --git a/src/translations/pl.json b/src/translations/pl.json index 31ffbc1f70d..12144cf828c 100644 --- a/src/translations/pl.json +++ b/src/translations/pl.json @@ -2353,4 +2353,4 @@ "-1773685845": "Wszystkie rynki i platformy", "-661813412": "Ciesz się pełnym dostępem do naszych rynków i platform.", "-1520902282": "Karta kredytowa nie jest wymagana" -} \ No newline at end of file +} diff --git a/src/translations/pt.json b/src/translations/pt.json index a54d7140269..b4feb762e7a 100644 --- a/src/translations/pt.json +++ b/src/translations/pt.json @@ -2353,4 +2353,4 @@ "-1773685845": "Todos os mercados e plataformas", "-661813412": "Aproveite o acesso total a todos os nossos mercados e plataformas.", "-1520902282": "Não é necessário cartão de crédito" -} \ No newline at end of file +} diff --git a/src/translations/ru.json b/src/translations/ru.json index 8b728b2bea1..69195aa0a89 100644 --- a/src/translations/ru.json +++ b/src/translations/ru.json @@ -2353,4 +2353,4 @@ "-1773685845": "Все рынки и платформы", "-661813412": "У вас будет полный доступ ко всем нашим рынкам и платформам.", "-1520902282": "Никаких кредитных карт" -} \ No newline at end of file +} diff --git a/src/translations/th.json b/src/translations/th.json index 563a78513d0..763e5ad30c1 100644 --- a/src/translations/th.json +++ b/src/translations/th.json @@ -2353,4 +2353,4 @@ "-1773685845": "ตลาดและแพลตฟอร์มทั้งหมด", "-661813412": "สนุกกับการเข้าถึงตลาดและแพลตฟอร์มทั้งหมดของเราได้อย่างเต็มที่", "-1520902282": "ไม่ต้องใช้บัตรเครดิต" -} \ No newline at end of file +} diff --git a/src/translations/vi.json b/src/translations/vi.json index 9b50fdc5341..dc93ac0d968 100644 --- a/src/translations/vi.json +++ b/src/translations/vi.json @@ -2353,4 +2353,4 @@ "-1773685845": "Mọi loại thị trường và nền tảng", "-661813412": "Tận hưởng khả năng truy cập đầy đủ vào tất cả thị trường và nền tảng của chúng tôi.", "-1520902282": "Không cần thẻ tín dụng" -} \ No newline at end of file +} diff --git a/src/translations/zh_cn.json b/src/translations/zh_cn.json index d98548d6a2e..2527c7f0bb7 100644 --- a/src/translations/zh_cn.json +++ b/src/translations/zh_cn.json @@ -2353,4 +2353,4 @@ "-1773685845": "所有市场和平台", "-661813412": "享有访问我们所有市场和平台的权限。", "-1520902282": "不需要信用卡" -} \ No newline at end of file +} diff --git a/src/translations/zh_tw.json b/src/translations/zh_tw.json index b05bd02520e..715a7c75ac4 100644 --- a/src/translations/zh_tw.json +++ b/src/translations/zh_tw.json @@ -2353,4 +2353,4 @@ "-1773685845": "所有市場和平台", "-661813412": "享有存取我們所有市場和平台的權限。", "-1520902282": "不需要信用卡" -} \ No newline at end of file +}