@textback/notification-widget 2.0.1-103341 → 2.0.1-110242

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,62 +1,27 @@
1
1
  import Component from '../index.js';
2
2
  import arrowIcon from '../../icons/paper-plane-arrow.svg';
3
3
  import waIcon from '../../icons/icon_whatsapp_new.svg';
4
- import iconTbLogo from '../../icons/tb-logo.svg';
4
+ import iconTbLogoDark from '../../icons/tb-logo-dark.svg'
5
+ import iconTbLogoWhite from '../../icons/tb-logo-white.svg'
5
6
 
6
- import "./styles.scss";
7
- import loadScript from "../../../sdk/utils/loadScript.js";
7
+ import './styles.scss';
8
8
 
9
9
  const parsePhoneNumber = (phoneString) => phoneString.replace(/[^\d]/g, '');
10
10
 
11
11
  export default class Wahunter extends Component {
12
12
  constructor() {
13
13
  super(...arguments);
14
- this.captcha = {};
15
14
  }
16
15
 
16
+
17
17
  render() {
18
18
  this.lang = this.widgetAPI.config.lang || this.parentElement.getAttribute('lang');
19
19
 
20
20
  super.render();
21
- this.renderCaptcha();
22
21
  this.submitFormElem = this.element.querySelector(`.${Wahunter.tagName}__submit-form`);
23
22
  this.addListeners();
24
23
  }
25
24
 
26
- renderCaptcha() {
27
- const {
28
- widgetAPI: {
29
- config: { captcha },
30
- },
31
- } = this;
32
- if (!captcha || !captcha.enabled || !captcha.siteKey) return;
33
- const render = () => {
34
- this.captcha.widgetId = window.smartCaptcha.render(
35
- this.element.querySelector(`.smart-captcha`),
36
- {
37
- sitekey: captcha.siteKey,
38
- invisible: true,
39
- callback: (token) => {
40
- this.captcha.token = token;
41
- this.submit();
42
- },
43
- test: this.widgetAPI.initialConfig.captchaTest,
44
- }
45
- );
46
- this.captcha.rendered = true;
47
- };
48
- if (!window.tbCaptchaLoadingCallbacks) {
49
- window.tbCaptchaLoadingCallbacks = [];
50
- window.onTbCaptchaLoad = () => {
51
- window.tbCaptchaLoadingCallbacks.forEach((cb) => cb());
52
- };
53
- loadScript(
54
- `https://smartcaptcha.yandexcloud.net/captcha.js?render=onload&onload=onTbCaptchaLoad`
55
- );
56
- }
57
- window.tbCaptchaLoadingCallbacks.push(render);
58
- }
59
-
60
25
  addListeners() {
61
26
  this.submitFormElem.addEventListener('submit', (e) => {
62
27
  e.preventDefault();
@@ -110,17 +75,13 @@ export default class Wahunter extends Component {
110
75
  id="tb-notification-brand-badge"
111
76
  style="${displayMode === 'inline' ? 'fill:inherit; color: inherit;' : ''}"
112
77
  >
113
- ${this.text('worksFor')} ${iconTbLogo}
78
+ ${this.text('worksFor')} ${displayMode === 'inline' ? iconTbLogoWhite : iconTbLogoDark}
114
79
  </a>
115
80
  `;
116
81
  }
117
82
 
83
+
118
84
  submit() {
119
- let { token: captchaToken } = this.captcha;
120
- if (this.captcha.rendered && !captchaToken) {
121
- window.smartCaptcha.execute(this.captcha.widgetId);
122
- return;
123
- }
124
85
  const phoneNumber = +parsePhoneNumber(this.submitFormElem.phoneNumber.value);
125
86
 
126
87
  if (this.widgetAPI.config.displayMode !== 'inline') {
@@ -130,7 +91,7 @@ export default class Wahunter extends Component {
130
91
  this.changeSubmitFormState('pending');
131
92
 
132
93
  setTimeout(() => {
133
- this.widgetAPI.runWahunter(phoneNumber, { captchaToken })
94
+ this.widgetAPI.runWahunter(phoneNumber)
134
95
  .then(() => this.changeSubmitFormState('success'))
135
96
  .catch((error) => {
136
97
  if (error.status === 400) return this.changeSubmitFormState('notFound');
@@ -269,7 +230,7 @@ export default class Wahunter extends Component {
269
230
  </div>
270
231
  </button>
271
232
  </div>
272
- <div class="smart-captcha"></div>
233
+
273
234
  <div class="${Wahunter.tagName}__submit-form-footer" style="${showWahunterAgreement ? '' : 'display:none'}">
274
235
  <label class="${Wahunter.tagName}__agreement">
275
236
  <input type="checkbox" required checked>
@@ -0,0 +1,16 @@
1
+ <svg width="86" height="30" viewBox="0 0 86 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_716_598" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="1" y="2" width="84" height="28">
3
+ <path d="M85 2H1V29.2265H85V2Z" fill="white"/>
4
+ </mask>
5
+ <g mask="url(#mask0_716_598)">
6
+ <path d="M37.351 2.987C37.351 2.441 37.792 1.9895 38.3485 1.9895H83.8135C84.3595 1.9895 84.811 2.4305 84.811 2.987V22.433C84.811 22.979 84.37 23.4305 83.8135 23.4305H43.1365C42.8635 23.4305 42.5905 23.546 42.4015 23.756L37.939 28.607C37.729 28.8275 37.3615 28.6805 37.3615 28.3865V2.987H37.351Z" fill="#735FF5"/>
7
+ <path d="M32.836 18.2645C32.248 18.38 31.66 18.422 31.093 18.401C30.526 18.3905 30.022 18.2855 29.5705 18.0965C29.119 17.897 28.783 17.582 28.552 17.162C28.342 16.7735 28.237 16.3745 28.2265 15.9755C28.216 15.5765 28.2055 15.1145 28.2055 14.6105V6.81949H30.2005V14.495C30.2005 14.852 30.2005 15.167 30.211 15.44C30.2215 15.713 30.2845 15.9335 30.3895 16.1015C30.589 16.4375 30.904 16.616 31.345 16.658C31.786 16.7 32.2795 16.679 32.836 16.595V18.2645ZM26.578 10.8725V9.30799H32.8255V10.8725H26.578Z" fill="white"/>
8
+ <path d="M17.0755 18.2645L20.3515 13.7285L17.1385 9.29752H19.501L21.517 12.164L23.5015 9.29752H25.864L22.651 13.7285L25.948 18.2645H23.5855L21.517 15.3035L19.438 18.2645H17.0755Z" fill="white"/>
9
+ <path d="M12.802 18.5165C11.899 18.5165 11.101 18.317 10.408 17.9285C9.7255 17.54 9.19 16.994 8.8015 16.2905C8.4235 15.5975 8.224 14.789 8.224 13.886C8.224 12.9095 8.413 12.059 8.791 11.3345C9.169 10.61 9.694 10.043 10.3555 9.6545C11.0275 9.2555 11.8045 9.056 12.676 9.056C13.6105 9.056 14.398 9.2765 15.0385 9.707C15.6895 10.1375 16.1725 10.7465 16.4875 11.5445C16.8025 12.332 16.918 13.2665 16.8445 14.3375H14.86V13.6025C14.8495 12.626 14.6815 11.9225 14.3455 11.471C14.0095 11.0195 13.474 10.799 12.7495 10.799C11.9305 10.799 11.3215 11.051 10.9225 11.5655C10.5235 12.0695 10.324 12.8045 10.324 13.781C10.324 14.684 10.5235 15.3875 10.9225 15.8915C11.3215 16.385 11.899 16.637 12.6655 16.637C13.159 16.637 13.579 16.532 13.936 16.3115C14.293 16.091 14.5765 15.776 14.7655 15.356L16.7395 15.9545C16.393 16.763 15.868 17.393 15.1435 17.834C14.4505 18.2855 13.663 18.5165 12.802 18.5165ZM9.715 14.3375V12.8255H15.8785V14.3375H9.715Z" fill="white"/>
10
+ <path d="M7.2475 18.2645C6.6595 18.38 6.0715 18.422 5.5045 18.401C4.9375 18.3905 4.4335 18.2855 3.982 18.0965C3.5305 17.897 3.1945 17.582 2.9635 17.162C2.7535 16.7735 2.6485 16.3745 2.638 15.9755C2.6275 15.5765 2.617 15.1145 2.617 14.6105V6.81949H4.612V14.495C4.612 14.852 4.612 15.167 4.6225 15.44C4.633 15.713 4.696 15.9335 4.801 16.1015C5.0005 16.4375 5.3155 16.616 5.7565 16.658C6.1975 16.7 6.691 16.679 7.2475 16.595V18.2645ZM1 10.8725V9.30799H7.2475V10.8725H1Z" fill="white"/>
11
+ <path d="M72.3475 18.2645L72.3685 6.31549H74.395V13.613L77.671 9.29749H80.17L76.6945 13.781L80.4745 18.2645H77.8285L74.4055 13.949V18.2645H72.3475Z" fill="white"/>
12
+ <path d="M66.709 18.5165C65.785 18.5165 64.9975 18.3065 64.3465 17.9075C63.6955 17.4875 63.1915 16.931 62.845 16.217C62.4985 15.503 62.3305 14.6945 62.32 13.7915C62.3305 12.878 62.509 12.059 62.8555 11.3555C63.2125 10.6415 63.727 10.085 64.378 9.6755C65.0395 9.266 65.8165 9.0665 66.73 9.0665C67.7485 9.0665 68.6095 9.329 69.313 9.8435C70.0165 10.3475 70.4785 11.051 70.699 11.933L68.704 12.4685C68.5465 11.9855 68.2945 11.618 67.927 11.345C67.57 11.072 67.1605 10.9355 66.6985 10.9355C66.1735 10.9355 65.7535 11.0615 65.407 11.3135C65.071 11.555 64.819 11.891 64.6615 12.3215C64.504 12.752 64.42 13.2455 64.42 13.7915C64.42 14.642 64.609 15.335 64.9975 15.86C65.3755 16.385 65.9425 16.6475 66.6985 16.6475C67.234 16.6475 67.6435 16.5215 67.948 16.28C68.263 16.0385 68.494 15.6815 68.641 15.23L70.678 15.6815C70.405 16.595 69.922 17.2985 69.229 17.792C68.557 18.2645 67.7065 18.5165 66.709 18.5165Z" fill="white"/>
13
+ <path d="M55.7575 18.5165C55.1065 18.5165 54.5605 18.3905 54.109 18.149C53.6575 17.897 53.3215 17.5715 53.0905 17.162C52.8595 16.7525 52.7545 16.301 52.7545 15.8075C52.7545 15.377 52.828 14.9885 52.975 14.642C53.122 14.2955 53.3425 13.991 53.6365 13.7495C53.9305 13.4975 54.319 13.2875 54.802 13.13C55.159 13.0145 55.579 12.9095 56.062 12.815C56.545 12.7205 57.07 12.6365 57.637 12.5525C58.204 12.4685 58.8025 12.3845 59.422 12.29L58.708 12.6995C58.708 12.08 58.5715 11.618 58.288 11.3345C58.0045 11.0405 57.532 10.8935 56.86 10.8935C56.461 10.8935 56.062 10.988 55.6945 11.177C55.3165 11.366 55.054 11.6915 54.907 12.143L53.08 11.5655C53.3005 10.8095 53.7205 10.2005 54.34 9.7385C54.97 9.2765 55.81 9.0455 56.86 9.0455C57.658 9.0455 58.3615 9.1715 58.96 9.434C59.569 9.6965 60.0205 10.1165 60.3145 10.715C60.472 11.03 60.577 11.3555 60.6085 11.681C60.64 12.0065 60.661 12.3635 60.661 12.752V18.254H58.9075V16.3115L59.2015 16.6265C58.8025 17.2775 58.3195 17.75 57.784 18.0545C57.238 18.359 56.566 18.5165 55.7575 18.5165ZM56.1565 16.9205C56.608 16.9205 56.9965 16.8365 57.322 16.679C57.6475 16.5215 57.8995 16.322 58.0885 16.091C58.2775 15.86 58.414 15.6395 58.477 15.44C58.582 15.188 58.645 14.894 58.6555 14.5685C58.6765 14.2325 58.6765 13.97 58.6765 13.76L59.2855 13.9385C58.687 14.033 58.162 14.117 57.7315 14.1905C57.301 14.264 56.9335 14.327 56.6185 14.4005C56.3035 14.4635 56.0305 14.5265 55.7995 14.6105C55.5685 14.6945 55.369 14.789 55.2115 14.9045C55.054 15.02 54.928 15.146 54.8335 15.2825C54.7495 15.4295 54.7075 15.5975 54.7075 15.7865C54.7075 16.007 54.76 16.2065 54.8755 16.3745C54.991 16.5425 55.1485 16.6685 55.3585 16.7735C55.5685 16.868 55.831 16.9205 56.1565 16.9205Z" fill="white"/>
14
+ <path d="M47.326 18.5165C46.4545 18.5165 45.7195 18.3065 45.1315 17.897C44.5435 17.477 44.092 16.9205 43.798 16.2065C43.504 15.482 43.3465 14.684 43.3465 13.7915C43.3465 12.8885 43.4935 12.08 43.798 11.366C44.092 10.652 44.533 10.0955 45.1105 9.68599C45.688 9.26599 46.4125 9.06649 47.263 9.06649C48.1135 9.06649 48.838 9.27649 49.4575 9.68599C50.0875 10.0955 50.5705 10.652 50.9065 11.366C51.253 12.0695 51.421 12.878 51.421 13.7915C51.421 14.684 51.253 15.4925 50.917 16.2065C50.581 16.9205 50.1085 17.4875 49.489 17.897C48.8695 18.3065 48.145 18.5165 47.326 18.5165ZM43 18.2645V6.31549H45.016V11.975H44.764V18.2645H43ZM47.0215 16.721C47.5465 16.721 47.9665 16.595 48.313 16.3325C48.649 16.07 48.901 15.7235 49.0585 15.2825C49.2265 14.831 49.3105 14.3375 49.3105 13.7915C49.3105 13.2455 49.2265 12.752 49.0585 12.311C48.8905 11.8595 48.6385 11.513 48.2815 11.2505C47.935 10.988 47.494 10.8515 46.9585 10.8515C46.4545 10.8515 46.0345 10.9775 45.709 11.2295C45.3835 11.471 45.1525 11.8175 44.995 12.2585C44.848 12.6995 44.7745 13.2035 44.7745 13.7915C44.7745 14.369 44.848 14.8835 44.995 15.3245C45.1525 15.7655 45.394 16.112 45.7195 16.364C46.045 16.595 46.4755 16.721 47.0215 16.721Z" fill="white"/>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg width="86" height="30" viewBox="0 0 86 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_716_551" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="1" y="2" width="84" height="28">
3
+ <path d="M85 2H1V29.2265H85V2Z" fill="white"/>
4
+ </mask>
5
+ <g mask="url(#mask0_716_551)">
6
+ <path d="M37.351 2.987C37.351 2.441 37.792 1.9895 38.3485 1.9895H83.8135C84.3595 1.9895 84.811 2.4305 84.811 2.987V22.433C84.811 22.979 84.37 23.4305 83.8135 23.4305H43.1365C42.8635 23.4305 42.5905 23.546 42.4015 23.756L37.939 28.607C37.729 28.8275 37.3615 28.6805 37.3615 28.3865V2.987H37.351Z" fill="#735FF5"/>
7
+ <path d="M32.836 18.2645C32.248 18.38 31.66 18.422 31.093 18.401C30.526 18.3905 30.022 18.2855 29.5705 18.0965C29.119 17.897 28.783 17.582 28.552 17.162C28.342 16.7735 28.237 16.3745 28.2265 15.9755C28.216 15.5765 28.2055 15.1145 28.2055 14.6105V6.81949H30.2005V14.495C30.2005 14.852 30.2005 15.167 30.211 15.44C30.2215 15.713 30.2845 15.9335 30.3895 16.1015C30.589 16.4375 30.904 16.616 31.345 16.658C31.786 16.7 32.2795 16.679 32.836 16.595V18.2645ZM26.578 10.8725V9.30799H32.8255V10.8725H26.578Z" fill="black"/>
8
+ <path d="M17.0755 18.2645L20.3515 13.7285L17.1385 9.29752H19.501L21.517 12.164L23.5015 9.29752H25.864L22.651 13.7285L25.948 18.2645H23.5855L21.517 15.3035L19.438 18.2645H17.0755Z" fill="black"/>
9
+ <path d="M12.802 18.5165C11.899 18.5165 11.101 18.317 10.408 17.9285C9.7255 17.54 9.19 16.994 8.8015 16.2905C8.4235 15.5975 8.224 14.789 8.224 13.886C8.224 12.9095 8.413 12.059 8.791 11.3345C9.169 10.61 9.694 10.043 10.3555 9.6545C11.0275 9.2555 11.8045 9.056 12.676 9.056C13.6105 9.056 14.398 9.2765 15.0385 9.707C15.6895 10.1375 16.1725 10.7465 16.4875 11.5445C16.8025 12.332 16.918 13.2665 16.8445 14.3375H14.86V13.6025C14.8495 12.626 14.6815 11.9225 14.3455 11.471C14.0095 11.0195 13.474 10.799 12.7495 10.799C11.9305 10.799 11.3215 11.051 10.9225 11.5655C10.5235 12.0695 10.324 12.8045 10.324 13.781C10.324 14.684 10.5235 15.3875 10.9225 15.8915C11.3215 16.385 11.899 16.637 12.6655 16.637C13.159 16.637 13.579 16.532 13.936 16.3115C14.293 16.091 14.5765 15.776 14.7655 15.356L16.7395 15.9545C16.393 16.763 15.868 17.393 15.1435 17.834C14.4505 18.2855 13.663 18.5165 12.802 18.5165ZM9.715 14.3375V12.8255H15.8785V14.3375H9.715Z" fill="black"/>
10
+ <path d="M7.2475 18.2645C6.6595 18.38 6.0715 18.422 5.5045 18.401C4.9375 18.3905 4.4335 18.2855 3.982 18.0965C3.5305 17.897 3.1945 17.582 2.9635 17.162C2.7535 16.7735 2.6485 16.3745 2.638 15.9755C2.6275 15.5765 2.617 15.1145 2.617 14.6105V6.81949H4.612V14.495C4.612 14.852 4.612 15.167 4.6225 15.44C4.633 15.713 4.696 15.9335 4.801 16.1015C5.0005 16.4375 5.3155 16.616 5.7565 16.658C6.1975 16.7 6.691 16.679 7.2475 16.595V18.2645ZM1 10.8725V9.30799H7.2475V10.8725H1Z" fill="black"/>
11
+ <path d="M72.3475 18.2645L72.3685 6.31549H74.395V13.613L77.671 9.29749H80.17L76.6945 13.781L80.4745 18.2645H77.8285L74.4055 13.949V18.2645H72.3475Z" fill="white"/>
12
+ <path d="M66.709 18.5165C65.785 18.5165 64.9975 18.3065 64.3465 17.9075C63.6955 17.4875 63.1915 16.931 62.845 16.217C62.4985 15.503 62.3305 14.6945 62.32 13.7915C62.3305 12.878 62.509 12.059 62.8555 11.3555C63.2125 10.6415 63.727 10.085 64.378 9.6755C65.0395 9.266 65.8165 9.0665 66.73 9.0665C67.7485 9.0665 68.6095 9.329 69.313 9.8435C70.0165 10.3475 70.4785 11.051 70.699 11.933L68.704 12.4685C68.5465 11.9855 68.2945 11.618 67.927 11.345C67.57 11.072 67.1605 10.9355 66.6985 10.9355C66.1735 10.9355 65.7535 11.0615 65.407 11.3135C65.071 11.555 64.819 11.891 64.6615 12.3215C64.504 12.752 64.42 13.2455 64.42 13.7915C64.42 14.642 64.609 15.335 64.9975 15.86C65.3755 16.385 65.9425 16.6475 66.6985 16.6475C67.234 16.6475 67.6435 16.5215 67.948 16.28C68.263 16.0385 68.494 15.6815 68.641 15.23L70.678 15.6815C70.405 16.595 69.922 17.2985 69.229 17.792C68.557 18.2645 67.7065 18.5165 66.709 18.5165Z" fill="white"/>
13
+ <path d="M55.7575 18.5165C55.1065 18.5165 54.5605 18.3905 54.109 18.149C53.6575 17.897 53.3215 17.5715 53.0905 17.162C52.8595 16.7525 52.7545 16.301 52.7545 15.8075C52.7545 15.377 52.828 14.9885 52.975 14.642C53.122 14.2955 53.3425 13.991 53.6365 13.7495C53.9305 13.4975 54.319 13.2875 54.802 13.13C55.159 13.0145 55.579 12.9095 56.062 12.815C56.545 12.7205 57.07 12.6365 57.637 12.5525C58.204 12.4685 58.8025 12.3845 59.422 12.29L58.708 12.6995C58.708 12.08 58.5715 11.618 58.288 11.3345C58.0045 11.0405 57.532 10.8935 56.86 10.8935C56.461 10.8935 56.062 10.988 55.6945 11.177C55.3165 11.366 55.054 11.6915 54.907 12.143L53.08 11.5655C53.3005 10.8095 53.7205 10.2005 54.34 9.7385C54.97 9.2765 55.81 9.0455 56.86 9.0455C57.658 9.0455 58.3615 9.1715 58.96 9.434C59.569 9.6965 60.0205 10.1165 60.3145 10.715C60.472 11.03 60.577 11.3555 60.6085 11.681C60.64 12.0065 60.661 12.3635 60.661 12.752V18.254H58.9075V16.3115L59.2015 16.6265C58.8025 17.2775 58.3195 17.75 57.784 18.0545C57.238 18.359 56.566 18.5165 55.7575 18.5165ZM56.1565 16.9205C56.608 16.9205 56.9965 16.8365 57.322 16.679C57.6475 16.5215 57.8995 16.322 58.0885 16.091C58.2775 15.86 58.414 15.6395 58.477 15.44C58.582 15.188 58.645 14.894 58.6555 14.5685C58.6765 14.2325 58.6765 13.97 58.6765 13.76L59.2855 13.9385C58.687 14.033 58.162 14.117 57.7315 14.1905C57.301 14.264 56.9335 14.327 56.6185 14.4005C56.3035 14.4635 56.0305 14.5265 55.7995 14.6105C55.5685 14.6945 55.369 14.789 55.2115 14.9045C55.054 15.02 54.928 15.146 54.8335 15.2825C54.7495 15.4295 54.7075 15.5975 54.7075 15.7865C54.7075 16.007 54.76 16.2065 54.8755 16.3745C54.991 16.5425 55.1485 16.6685 55.3585 16.7735C55.5685 16.868 55.831 16.9205 56.1565 16.9205Z" fill="white"/>
14
+ <path d="M47.326 18.5165C46.4545 18.5165 45.7195 18.3065 45.1315 17.897C44.5435 17.477 44.092 16.9205 43.798 16.2065C43.504 15.482 43.3465 14.684 43.3465 13.7915C43.3465 12.8885 43.4935 12.08 43.798 11.366C44.092 10.652 44.533 10.0955 45.1105 9.68599C45.688 9.26599 46.4125 9.06649 47.263 9.06649C48.1135 9.06649 48.838 9.27649 49.4575 9.68599C50.0875 10.0955 50.5705 10.652 50.9065 11.366C51.253 12.0695 51.421 12.878 51.421 13.7915C51.421 14.684 51.253 15.4925 50.917 16.2065C50.581 16.9205 50.1085 17.4875 49.489 17.897C48.8695 18.3065 48.145 18.5165 47.326 18.5165ZM43 18.2645V6.31549H45.016V11.975H44.764V18.2645H43ZM47.0215 16.721C47.5465 16.721 47.9665 16.595 48.313 16.3325C48.649 16.07 48.901 15.7235 49.0585 15.2825C49.2265 14.831 49.3105 14.3375 49.3105 13.7915C49.3105 13.2455 49.2265 12.752 49.0585 12.311C48.8905 11.8595 48.6385 11.513 48.2815 11.2505C47.935 10.988 47.494 10.8515 46.9585 10.8515C46.4545 10.8515 46.0345 10.9775 45.709 11.2295C45.3835 11.471 45.1525 11.8175 44.995 12.2585C44.848 12.6995 44.7745 13.2035 44.7745 13.7915C44.7745 14.369 44.848 14.8835 44.995 15.3245C45.1525 15.7655 45.394 16.112 45.7195 16.364C46.045 16.595 46.4755 16.721 47.0215 16.721Z" fill="white"/>
15
+ </g>
16
+ </svg>
@@ -1,21 +1,16 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 126.1 44" xml:space="preserve">
2
- <style type="text/css">
3
- .st0{fill:#008AFF;}
4
- .st1{fill:#FFFFFF;}
5
- .st2{fill:#333333;}
6
- </style>
7
- <path class="st0" d="M62,34.7L52.8,44V33.2h0V0h73.3v34.7H62z"/>
8
- <path class="st1" d="M118.7,24.4h-5.1l-3.2-4.3l-1,1.1v3.2h-4.3v-13h4.3v4.7l4.3-4.7h4.8l-5.2,5.7L118.7,24.4z
9
- M97.8,21.1c1.1,0,2-0.5,2.8-1.5l2.8,2.5c-0.6,0.8-1.5,1.5-2.4,1.9c-1,0.4-2.1,0.7-3.4,0.7c-1.4,0-2.6-0.3-3.7-0.9
10
- c-1.1-0.6-2-1.4-2.6-2.4c-0.6-1-0.9-2.2-0.9-3.5c0-1.3,0.3-2.5,0.9-3.5c0.6-1,1.5-1.8,2.6-2.4c1.1-0.6,2.3-0.9,3.7-0.9
11
- c1.3,0,2.4,0.2,3.4,0.7c1,0.4,1.8,1.1,2.4,1.9l-2.8,2.5c-0.8-1-1.7-1.5-2.8-1.5c-0.9,0-1.6,0.3-2.2,0.9c-0.6,0.6-0.8,1.4-0.8,2.4
12
- c0,1,0.3,1.8,0.8,2.4C96.2,20.8,96.9,21.1,97.8,21.1z M84.5,22.1h-4.9l-0.9,2.3h-4.4l5.7-13h4.3l5.7,13h-4.5L84.5,22.1z M82,15.7
13
- L80.8,19h2.5L82,15.7z M73.7,20.8c0,1.1-0.5,2-1.4,2.6c-0.9,0.6-2.3,0.9-4.1,0.9h-7.3v-13h6.9c1.7,0,3,0.3,3.9,0.9
14
- c0.9,0.6,1.3,1.4,1.3,2.5c0,0.6-0.2,1.1-0.5,1.6c-0.3,0.5-0.8,0.9-1.3,1.2c0.8,0.3,1.4,0.7,1.8,1.2C73.5,19.4,73.7,20,73.7,20.8z
15
- M67.2,14.5h-2v1.9h2c1,0,1.4-0.3,1.4-1C68.6,14.8,68.2,14.5,67.2,14.5z M67.8,19.3h-2.6v2h2.6c1,0,1.4-0.3,1.4-1
16
- C69.3,19.6,68.8,19.3,67.8,19.3z"/>
17
- <path class="st2" d="M40.9,24.4h1.8V13h4.4v-1.6H36.4V13h4.4V24.4z"/>
18
- <path class="st2" d="M30.2,19l3.9,5.4h2.1l-4.9-6.7l4.6-6.3h-2l-3.6,5l-3.6-5h-2.1l4.6,6.3l-4.9,6.7h2.1L30.2,19z"/>
19
- <path class="st2" d="M22.4,11.4h-9.2v13h9.4v-1.6h-7.6v-4.2h6.5V17h-6.5v-4h7.3V11.4z"/>
20
- <path class="st2" d="M4.4,24.4h1.8V13h4.4v-1.6H0V13h4.4V24.4z"/>
1
+ <svg width="114" height="42" viewBox="0 0 114 42" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_715_374" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="1" y="5" width="112" height="37">
3
+ <path d="M112.556 5.52637H1.44444V41.3507H112.556V5.52637Z" fill="white"/>
4
+ </mask>
5
+ <g mask="url(#mask0_715_374)">
6
+ <path d="M49.5278 6.82507C49.5278 6.10665 50.1111 5.51257 50.8472 5.51257H110.986C111.708 5.51257 112.306 6.09284 112.306 6.82507V32.4119C112.306 33.1303 111.722 33.7244 110.986 33.7244H57.1805C56.8194 33.7244 56.4583 33.8764 56.2083 34.1527L50.3055 40.5356C50.0278 40.8257 49.5417 40.6323 49.5417 40.2455V6.82507H49.5278Z" fill="#735FF5"/>
7
+ <path d="M43.5555 26.9269C42.7778 27.0789 42 27.1342 41.25 27.1066C40.5 27.0927 39.8333 26.9546 39.2361 26.7059C38.6389 26.4434 38.1944 26.0289 37.8889 25.4763C37.6111 24.9651 37.4722 24.4401 37.4583 23.9151C37.4444 23.3901 37.4305 22.7822 37.4305 22.1191V11.8677H40.0694V21.9671C40.0694 22.4368 40.0694 22.8513 40.0833 23.2105C40.0972 23.5697 40.1805 23.8598 40.3194 24.0809C40.5833 24.523 41 24.7579 41.5833 24.8131C42.1667 24.8684 42.8194 24.8408 43.5555 24.7302V26.9269ZM35.2778 17.2006V15.1421H43.5417V17.2006H35.2778Z" fill="white"/>
8
+ <path d="M22.7083 26.927L27.0417 20.9586L22.7917 15.1283H25.9167L28.5833 18.9L31.2083 15.1283H34.3333L30.0833 20.9586L34.4444 26.927H31.3194L28.5833 23.0309L25.8333 26.927H22.7083Z" fill="white"/>
9
+ <path d="M17.0555 27.2586C15.8611 27.2586 14.8055 26.9961 13.8889 26.4849C12.9861 25.9737 12.2778 25.2553 11.7639 24.3296C11.2639 23.4178 11 22.354 11 21.1658C11 19.8809 11.25 18.7619 11.75 17.8086C12.25 16.8553 12.9444 16.1092 13.8194 15.598C14.7083 15.073 15.7361 14.8105 16.8889 14.8105C18.125 14.8105 19.1666 15.1007 20.0139 15.6671C20.875 16.2336 21.5139 17.0349 21.9305 18.0849C22.3472 19.1211 22.5 20.3507 22.4028 21.7599H19.7778V20.7928C19.7639 19.5079 19.5416 18.5823 19.0972 17.9882C18.6528 17.3941 17.9444 17.104 16.9861 17.104C15.9028 17.104 15.0972 17.4355 14.5694 18.1125C14.0417 18.7757 13.7778 19.7428 13.7778 21.0277C13.7778 22.2158 14.0417 23.1415 14.5694 23.8046C15.0972 24.454 15.8611 24.7855 16.875 24.7855C17.5278 24.7855 18.0833 24.6474 18.5555 24.3573C19.0278 24.0671 19.4028 23.6527 19.6528 23.1L22.2639 23.8875C21.8055 24.9513 21.1111 25.7803 20.1528 26.3605C19.2361 26.9546 18.1944 27.2586 17.0555 27.2586ZM12.9722 21.7599V19.7704H21.125V21.7599H12.9722Z" fill="white"/>
10
+ <path d="M9.70833 26.9269C8.93055 27.0789 8.15278 27.1342 7.40278 27.1066C6.65278 27.0927 5.98611 26.9546 5.38889 26.7059C4.79167 26.4434 4.34722 26.0289 4.04167 25.4763C3.76389 24.9651 3.625 24.4401 3.61111 23.9151C3.59722 23.3901 3.58333 22.7822 3.58333 22.1191V11.8677H6.22222V21.9671C6.22222 22.4368 6.22222 22.8513 6.23611 23.2105C6.25 23.5697 6.33333 23.8598 6.47222 24.0809C6.73611 24.523 7.15278 24.7579 7.73611 24.8131C8.31944 24.8684 8.97222 24.8408 9.70833 24.7302V26.9269ZM1.44444 17.2006V15.1421H9.70833V17.2006H1.44444Z" fill="white"/>
11
+ <path d="M95.8194 26.927L95.8472 11.2047H98.5278V20.8066L102.861 15.1283H106.167L101.569 21.0277L106.569 26.927H103.069L98.5417 21.2487V26.927H95.8194Z" fill="white"/>
12
+ <path d="M88.3611 27.2586C87.1389 27.2586 86.0972 26.9822 85.2361 26.4572C84.375 25.9046 83.7083 25.1724 83.25 24.2329C82.7917 23.2934 82.5694 22.2296 82.5555 21.0414C82.5694 19.8395 82.8055 18.7618 83.2639 17.8362C83.7361 16.8967 84.4167 16.1645 85.2778 15.6257C86.1528 15.0868 87.1805 14.8243 88.3889 14.8243C89.7361 14.8243 90.875 15.1697 91.8055 15.8467C92.7361 16.5099 93.3472 17.4355 93.6389 18.596L91 19.3007C90.7917 18.6651 90.4583 18.1816 89.9722 17.8224C89.5 17.4632 88.9583 17.2835 88.3472 17.2835C87.6528 17.2835 87.0972 17.4493 86.6389 17.7809C86.1944 18.0987 85.8611 18.5408 85.6528 19.1072C85.4444 19.6737 85.3333 20.323 85.3333 21.0414C85.3333 22.1605 85.5833 23.0724 86.0972 23.7632C86.5972 24.4539 87.3472 24.7993 88.3472 24.7993C89.0556 24.7993 89.5972 24.6335 90 24.3158C90.4167 23.998 90.7222 23.5283 90.9167 22.9342L93.6111 23.5283C93.25 24.7303 92.6111 25.6559 91.6944 26.3053C90.8055 26.927 89.6805 27.2586 88.3611 27.2586Z" fill="white"/>
13
+ <path d="M73.875 27.2585C73.0139 27.2585 72.2917 27.0927 71.6944 26.775C71.0972 26.4434 70.6528 26.0151 70.3472 25.4763C70.0417 24.9375 69.9028 24.3434 69.9028 23.6941C69.9028 23.1276 70 22.6164 70.1944 22.1605C70.3889 21.7046 70.6805 21.3039 71.0694 20.9862C71.4583 20.6546 71.9722 20.3783 72.6111 20.171C73.0833 20.0191 73.6389 19.8809 74.2778 19.7566C74.9167 19.6322 75.6111 19.5217 76.3611 19.4112C77.1111 19.3006 77.9028 19.1901 78.7222 19.0658L77.7778 19.6046C77.7778 18.7895 77.5972 18.1816 77.2222 17.8085C76.8472 17.4217 76.2222 17.2283 75.3333 17.2283C74.8056 17.2283 74.2778 17.3526 73.7917 17.6013C73.2917 17.85 72.9444 18.2783 72.75 18.8723L70.3333 18.1125C70.625 17.1177 71.1805 16.3164 72 15.7085C72.8333 15.1006 73.9444 14.7967 75.3333 14.7967C76.3889 14.7967 77.3194 14.9625 78.1111 15.3079C78.9167 15.6533 79.5139 16.2059 79.9028 16.9934C80.1111 17.4079 80.25 17.8362 80.2917 18.2645C80.3333 18.6927 80.3611 19.1625 80.3611 19.6737V26.9131H78.0417V24.3572L78.4305 24.7717C77.9028 25.6283 77.2639 26.25 76.5555 26.6506C75.8333 27.0513 74.9444 27.2585 73.875 27.2585ZM74.4028 25.1585C75 25.1585 75.5139 25.048 75.9444 24.8408C76.375 24.6335 76.7083 24.371 76.9583 24.0671C77.2083 23.7631 77.3889 23.473 77.4722 23.2105C77.6111 22.8789 77.6944 22.4921 77.7083 22.0638C77.7361 21.6217 77.7361 21.2763 77.7361 21L78.5417 21.2349C77.75 21.3592 77.0555 21.4697 76.4861 21.5664C75.9167 21.6631 75.4306 21.746 75.0139 21.8427C74.5972 21.9256 74.2361 22.0085 73.9306 22.1191C73.625 22.2296 73.3611 22.3539 73.1528 22.5059C72.9444 22.6579 72.7778 22.8237 72.6528 23.0033C72.5417 23.1967 72.4861 23.4177 72.4861 23.6664C72.4861 23.9566 72.5555 24.2191 72.7083 24.4401C72.8611 24.6612 73.0694 24.827 73.3472 24.9651C73.625 25.0895 73.9722 25.1585 74.4028 25.1585Z" fill="white"/>
14
+ <path d="M62.7222 27.2586C61.5694 27.2586 60.5972 26.9823 59.8194 26.4435C59.0417 25.8908 58.4444 25.1586 58.0555 24.2191C57.6667 23.2658 57.4583 22.2158 57.4583 21.0415C57.4583 19.8533 57.6528 18.7895 58.0555 17.85C58.4444 16.9106 59.0278 16.1783 59.7917 15.6395C60.5555 15.0869 61.5139 14.8244 62.6389 14.8244C63.7639 14.8244 64.7222 15.1007 65.5417 15.6395C66.375 16.1783 67.0139 16.9106 67.4583 17.85C67.9167 18.7757 68.1389 19.8395 68.1389 21.0415C68.1389 22.2158 67.9167 23.2797 67.4722 24.2191C67.0278 25.1586 66.4028 25.9046 65.5833 26.4435C64.7639 26.9823 63.8055 27.2586 62.7222 27.2586ZM57 26.927V11.2047H59.6667V18.6514H59.3333V26.927H57ZM62.3194 24.8961C63.0139 24.8961 63.5694 24.7303 64.0278 24.3849C64.4722 24.0395 64.8055 23.5836 65.0139 23.0033C65.2361 22.4093 65.3472 21.7599 65.3472 21.0415C65.3472 20.3231 65.2361 19.6737 65.0139 19.0935C64.7917 18.4994 64.4583 18.0435 63.9861 17.6981C63.5278 17.3527 62.9444 17.1731 62.2361 17.1731C61.5694 17.1731 61.0139 17.3389 60.5833 17.6704C60.1528 17.9882 59.8472 18.4441 59.6389 19.0244C59.4444 19.6047 59.3472 20.2678 59.3472 21.0415C59.3472 21.8014 59.4444 22.4783 59.6389 23.0586C59.8472 23.6389 60.1667 24.0948 60.5972 24.4264C61.0278 24.7303 61.5972 24.8961 62.3194 24.8961Z" fill="white"/>
15
+ </g>
21
16
  </svg>