hof 23.0.0-frontend-v4-beta.14 → 24.0.0-vite-beta.2

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.
Files changed (79) hide show
  1. package/CHANGELOG.md +0 -14
  2. package/build/tasks/images/index.js +5 -20
  3. package/build/tasks/index.js +1 -1
  4. package/build/tasks/vite/index.js +40 -0
  5. package/build/tasks/vite/vite.config.js +53 -0
  6. package/build/tasks/watch/index.js +2 -9
  7. package/components/date/templates/date.html +1 -1
  8. package/components/emailer/emailer.js +3 -3
  9. package/config/builder-defaults.js +5 -17
  10. package/frontend/govuk-template/build/config.js +0 -1
  11. package/frontend/govuk-template/build/govuk_template.html +42 -58
  12. package/frontend/govuk-template/govuk_template_generated.html +42 -58
  13. package/frontend/template-mixins/mixins/template-mixins.js +4 -5
  14. package/frontend/template-mixins/partials/forms/checkbox.html +1 -5
  15. package/frontend/template-mixins/partials/forms/input-text-date.html +1 -2
  16. package/frontend/template-mixins/partials/forms/input-text-group.html +1 -1
  17. package/frontend/template-mixins/partials/forms/textarea-group.html +1 -1
  18. package/frontend/template-partials/views/layout.html +1 -1
  19. package/frontend/template-partials/views/partials/confirmation-alert.html +1 -3
  20. package/frontend/template-partials/views/partials/cookie-banner.html +32 -50
  21. package/frontend/template-partials/views/partials/navigation.html +2 -2
  22. package/frontend/themes/gov-uk/client-js/cookieSettings.js +23 -35
  23. package/frontend/themes/gov-uk/styles/govuk.scss +1 -1
  24. package/frontend/toolkit/index.js +6 -6
  25. package/index.js +4 -6
  26. package/package.json +7 -4
  27. package/sandbox/assets/{rebrand/js → js}/index.js +1 -1
  28. package/sandbox/assets/{rebrand/scss → scss}/app.scss +1 -1
  29. package/sandbox/package.json +2 -2
  30. package/sandbox/public/css/app.css +1373 -3045
  31. package/sandbox/yarn.lock +4 -4
  32. package/build/tasks/browserify/compress.js +0 -15
  33. package/build/tasks/browserify/index.js +0 -48
  34. package/frontend/toolkit/assets/rebrand/images/govuk-logo.svg +0 -25
  35. package/sandbox/public/images/govuk-logo.svg +0 -25
  36. package/sandbox/public/images/passports/new-window-link-blue.png +0 -0
  37. package/sandbox/public/images/passports/new-window-link.png +0 -0
  38. package/sandbox/public/images/spinner.gif +0 -0
  39. package/sandbox/public/js/bundle.js +0 -39258
  40. /package/frontend/toolkit/assets/{rebrand/images → images}/passports/new-window-link-blue.png +0 -0
  41. /package/frontend/toolkit/assets/{rebrand/images → images}/passports/new-window-link.png +0 -0
  42. /package/frontend/toolkit/assets/{rebrand/images → images}/spinner.gif +0 -0
  43. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/character-count.js +0 -0
  44. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/form-focus.js +0 -0
  45. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/helpers.js +0 -0
  46. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/progressive-reveal.js +0 -0
  47. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/validation.js +0 -0
  48. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/vendor/details.polyfill.js +0 -0
  49. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/vendor/indexof.polyfill.js +0 -0
  50. /package/frontend/toolkit/assets/{rebrand/javascript → javascript}/vendor/safari-cachebuster.js +0 -0
  51. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_base.scss +0 -0
  52. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_helpers.scss +0 -0
  53. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_layout.scss +0 -0
  54. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_typography.scss +0 -0
  55. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/_variables.scss +0 -0
  56. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/app.scss +0 -0
  57. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_buttons.scss +0 -0
  58. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_details.scss +0 -0
  59. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_elements-typography.scss +0 -0
  60. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_forms.scss +0 -0
  61. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_helpers.scss +0 -0
  62. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_layout.scss +0 -0
  63. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_lists.scss +0 -0
  64. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_panels.scss +0 -0
  65. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_reset.scss +0 -0
  66. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/_tables.scss +0 -0
  67. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/forms/_form-block-labels.scss +0 -0
  68. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/forms/_form-date.scss +0 -0
  69. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/govuk-elements/forms/_form-validation.scss +0 -0
  70. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/mixins.scss +0 -0
  71. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_alerts.scss +0 -0
  72. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_buttons.scss +0 -0
  73. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_confirm-page.scss +0 -0
  74. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_lists.scss +0 -0
  75. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_progressive-reveal.scss +0 -0
  76. /package/frontend/toolkit/assets/{rebrand/stylesheets → stylesheets}/modules/_validation.scss +0 -0
  77. /package/sandbox/assets/{rebrand/images → images}/icons/icon-caret-left.png +0 -0
  78. /package/sandbox/assets/{rebrand/images → images}/icons/icon-complete.png +0 -0
  79. /package/sandbox/assets/{rebrand/images → images}/icons/icon-cross-remove-sign.png +0 -0
package/sandbox/yarn.lock CHANGED
@@ -86,10 +86,10 @@ glob-parent@~5.1.2:
86
86
  dependencies:
87
87
  is-glob "^4.0.1"
88
88
 
89
- govuk-frontend@4.10:
90
- version "4.10.1"
91
- resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-4.10.1.tgz#a67a680f34339c210d59ed0f6c473af29c975744"
92
- integrity sha512-k7wKjPpLovQlfOiBt0A3RHQCpNagOR8xpfMgvTEQkX6Id5njYNzQTsBvpArDKAxI2174csv2uzn02py02zTVLA==
89
+ govuk-frontend@3.14:
90
+ version "3.14.0"
91
+ resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-3.14.0.tgz#d3a9c54437c08f5188f87b1f4480ba60e95c8eb6"
92
+ integrity sha512-y7FTuihCSA8Hty+e9h0uPhCoNanCAN+CLioNFlPmlbeHXpbi09VMyxTcH+XfnMPY4Cp++7096v0rLwwdapTXnA==
93
93
 
94
94
  has-flag@^3.0.0:
95
95
  version "3.0.0"
@@ -1,15 +0,0 @@
1
- 'use strict';
2
-
3
- const duplexify = require('duplexify');
4
- const spawn = require('child_process').spawn;
5
- const which = require('../../../lib/which');
6
- const bin = which('uglify-js', 'uglifyjs');
7
-
8
- const args = ['--comments', '/copyright|licen(c|s)e/i', '--'];
9
-
10
- function uglify() {
11
- const proc = spawn(bin, args, { stdio: 'pipe' });
12
- return duplexify(proc.stdin, proc.stdout);
13
- }
14
-
15
- module.exports = uglify;
@@ -1,48 +0,0 @@
1
- 'use strict';
2
-
3
- const browserify = require('browserify');
4
- const fs = require('fs');
5
- const path = require('path');
6
- const minify = require('./compress');
7
- const exorcist = require('exorcist');
8
-
9
- const mkdir = require('../../lib/mkdir');
10
-
11
- module.exports = config => {
12
- if (!config.browserify) {
13
- return Promise.resolve();
14
- }
15
-
16
- const out = path.resolve(process.cwd(), config.browserify.out);
17
-
18
- // Enable debug mode (builds source maps) only if not in production
19
- const debugMode = !config.production && config.browserify.debug;
20
-
21
- return mkdir(out)
22
- .then(() => new Promise((resolve, reject) => {
23
- const bundler = browserify(config.browserify.src, {debug: debugMode});
24
- if (config.theme) {
25
- bundler.transform(require('aliasify'), {
26
- aliases: {
27
- $$theme: `hof-theme-${config.theme}`
28
- }
29
- });
30
- }
31
- let stream = bundler.bundle();
32
- if (config.browserify.compress || config.production) {
33
- stream = stream.pipe(minify());
34
- }
35
-
36
- // If debugging, use exorcist to extract a source map
37
- if (debugMode) {
38
- const mapPath = path.join(path.dirname(out), path.basename(out) + '.map');
39
- stream = stream.pipe(exorcist(mapPath));
40
- }
41
-
42
- stream = stream.pipe(fs.createWriteStream(out));
43
-
44
- stream.on('finish', resolve).on('error', reject);
45
- }));
46
- };
47
-
48
- module.exports.task = 'browserify';
@@ -1,25 +0,0 @@
1
- <svg
2
- focusable="false"
3
- role="img"
4
- xmlns="http://www.w3.org/2000/svg"
5
- viewBox="0 0 324 60"
6
- height="30"
7
- width="162"
8
- fill="white"
9
- class="govuk-header__logotype"
10
- aria-label="GOV.UK">
11
- <title>GOV.UK</title>
12
- <g>
13
- <circle cx="20" cy="17.6" r="3.7"></circle>
14
- <circle cx="10.2" cy="23.5" r="3.7"></circle>
15
- <circle cx="3.7" cy="33.2" r="3.7"></circle>
16
- <circle cx="31.7" cy="30.6" r="3.7"></circle>
17
- <circle cx="43.3" cy="17.6" r="3.7"></circle>
18
- <circle cx="53.2" cy="23.5" r="3.7"></circle>
19
- <circle cx="59.7" cy="33.2" r="3.7"></circle>
20
- <circle cx="31.7" cy="30.6" r="3.7"></circle>
21
- <path d="M33.1,9.8c.2-.1.3-.3.5-.5l4.6,2.4v-6.8l-4.6,1.5c-.1-.2-.3-.3-.5-.5l1.9-5.9h-6.7l1.9,5.9c-.2.1-.3.3-.5.5l-4.6-1.5v6.8l4.6-2.4c.1.2.3.3.5.5l-2.6,8c-.9,2.8,1.2,5.7,4.1,5.7h0c3,0,5.1-2.9,4.1-5.7l-2.6-8ZM37,37.9s-3.4,3.8-4.1,6.1c2.2,0,4.2-.5,6.4-2.8l-.7,8.5c-2-2.8-4.4-4.1-5.7-3.8.1,3.1.5,6.7,5.8,7.2,3.7.3,6.7-1.5,7-3.8.4-2.6-2-4.3-3.7-1.6-1.4-4.5,2.4-6.1,4.9-3.2-1.9-4.5-1.8-7.7,2.4-10.9,3,4,2.6,7.3-1.2,11.1,2.4-1.3,6.2,0,4,4.6-1.2-2.8-3.7-2.2-4.2.2-.3,1.7.7,3.7,3,4.2,1.9.3,4.7-.9,7-5.9-1.3,0-2.4.7-3.9,1.7l2.4-8c.6,2.3,1.4,3.7,2.2,4.5.6-1.6.5-2.8,0-5.3l5,1.8c-2.6,3.6-5.2,8.7-7.3,17.5-7.4-1.1-15.7-1.7-24.5-1.7h0c-8.8,0-17.1.6-24.5,1.7-2.1-8.9-4.7-13.9-7.3-17.5l5-1.8c-.5,2.5-.6,3.7,0,5.3.8-.8,1.6-2.3,2.2-4.5l2.4,8c-1.5-1-2.6-1.7-3.9-1.7,2.3,5,5.2,6.2,7,5.9,2.3-.4,3.3-2.4,3-4.2-.5-2.4-3-3.1-4.2-.2-2.2-4.6,1.6-6,4-4.6-3.7-3.7-4.2-7.1-1.2-11.1,4.2,3.2,4.3,6.4,2.4,10.9,2.5-2.8,6.3-1.3,4.9,3.2-1.8-2.7-4.1-1-3.7,1.6.3,2.3,3.3,4.1,7,3.8,5.4-.5,5.7-4.2,5.8-7.2-1.3-.2-3.7,1-5.7,3.8l-.7-8.5c2.2,2.3,4.2,2.7,6.4,2.8-.7-2.3-4.1-6.1-4.1-6.1h10.6,0Z"></path>
22
- </g>
23
- <circle class="govuk-logo-dot" cx="226" cy="36" r="7.3" fill="#00ffe0"></circle>
24
- <path d="M93.94 41.25c.4 1.81 1.2 3.21 2.21 4.62 1 1.4 2.21 2.41 3.61 3.21s3.21 1.2 5.22 1.2 3.61-.4 4.82-1c1.4-.6 2.41-1.4 3.21-2.41.8-1 1.4-2.01 1.61-3.01s.4-2.01.4-3.01v.14h-10.86v-7.02h20.07v24.08h-8.03v-5.56c-.6.8-1.38 1.61-2.19 2.41-.8.8-1.81 1.2-2.81 1.81-1 .4-2.21.8-3.41 1.2s-2.41.4-3.81.4a18.56 18.56 0 0 1-14.65-6.63c-1.6-2.01-3.01-4.41-3.81-7.02s-1.4-5.62-1.4-8.83.4-6.02 1.4-8.83a20.45 20.45 0 0 1 19.46-13.65c3.21 0 4.01.2 5.82.8 1.81.4 3.61 1.2 5.02 2.01 1.61.8 2.81 2.01 4.01 3.21s2.21 2.61 2.81 4.21l-7.63 4.41c-.4-1-1-1.81-1.61-2.61-.6-.8-1.4-1.4-2.21-2.01-.8-.6-1.81-1-2.81-1.4-1-.4-2.21-.4-3.61-.4-2.01 0-3.81.4-5.22 1.2-1.4.8-2.61 1.81-3.61 3.21s-1.61 2.81-2.21 4.62c-.4 1.81-.6 3.71-.6 5.42s.8 5.22.8 5.22Zm57.8-27.9c3.21 0 6.22.6 8.63 1.81 2.41 1.2 4.82 2.81 6.62 4.82S170.2 24.39 171 27s1.4 5.62 1.4 8.83-.4 6.02-1.4 8.83-2.41 5.02-4.01 7.02-4.01 3.61-6.62 4.82-5.42 1.81-8.63 1.81-6.22-.6-8.63-1.81-4.82-2.81-6.42-4.82-3.21-4.41-4.01-7.02-1.4-5.62-1.4-8.83.4-6.02 1.4-8.83 2.41-5.02 4.01-7.02 4.01-3.61 6.42-4.82 5.42-1.81 8.63-1.81Zm0 36.73c1.81 0 3.61-.4 5.02-1s2.61-1.81 3.61-3.01 1.81-2.81 2.21-4.41c.4-1.81.8-3.61.8-5.62 0-2.21-.2-4.21-.8-6.02s-1.2-3.21-2.21-4.62c-1-1.2-2.21-2.21-3.61-3.01s-3.21-1-5.02-1-3.61.4-5.02 1c-1.4.8-2.61 1.81-3.61 3.01s-1.81 2.81-2.21 4.62c-.4 1.81-.8 3.61-.8 5.62 0 2.41.2 4.21.8 6.02.4 1.81 1.2 3.21 2.21 4.41s2.21 2.21 3.61 3.01c1.4.8 3.21 1 5.02 1Zm36.32 7.96-12.24-44.15h9.83l8.43 32.77h.4l8.23-32.77h9.83L200.3 58.04h-12.24Zm74.14-7.96c2.18 0 3.51-.6 3.51-.6 1.2-.6 2.01-1 2.81-1.81s1.4-1.81 1.81-2.81a13 13 0 0 0 .8-4.01V13.9h8.63v28.15c0 2.41-.4 4.62-1.4 6.62-.8 2.01-2.21 3.61-3.61 5.02s-3.41 2.41-5.62 3.21-4.62 1.2-7.02 1.2-5.02-.4-7.02-1.2c-2.21-.8-4.01-1.81-5.62-3.21s-2.81-3.01-3.61-5.02-1.4-4.21-1.4-6.62V13.9h8.63v26.95c0 1.61.2 3.01.8 4.01.4 1.2 1.2 2.21 2.01 2.81.8.8 1.81 1.4 2.81 1.81 0 0 1.34.6 3.51.6Zm34.22-36.18v18.92l15.65-18.92h10.82l-15.03 17.32 16.03 26.83h-10.21l-11.44-20.21-5.62 6.22v13.99h-8.83V13.9"></path>
25
- </svg>
@@ -1,25 +0,0 @@
1
- <svg
2
- focusable="false"
3
- role="img"
4
- xmlns="http://www.w3.org/2000/svg"
5
- viewBox="0 0 324 60"
6
- height="30"
7
- width="162"
8
- fill="white"
9
- class="govuk-header__logotype"
10
- aria-label="GOV.UK">
11
- <title>GOV.UK</title>
12
- <g>
13
- <circle cx="20" cy="17.6" r="3.7"></circle>
14
- <circle cx="10.2" cy="23.5" r="3.7"></circle>
15
- <circle cx="3.7" cy="33.2" r="3.7"></circle>
16
- <circle cx="31.7" cy="30.6" r="3.7"></circle>
17
- <circle cx="43.3" cy="17.6" r="3.7"></circle>
18
- <circle cx="53.2" cy="23.5" r="3.7"></circle>
19
- <circle cx="59.7" cy="33.2" r="3.7"></circle>
20
- <circle cx="31.7" cy="30.6" r="3.7"></circle>
21
- <path d="M33.1,9.8c.2-.1.3-.3.5-.5l4.6,2.4v-6.8l-4.6,1.5c-.1-.2-.3-.3-.5-.5l1.9-5.9h-6.7l1.9,5.9c-.2.1-.3.3-.5.5l-4.6-1.5v6.8l4.6-2.4c.1.2.3.3.5.5l-2.6,8c-.9,2.8,1.2,5.7,4.1,5.7h0c3,0,5.1-2.9,4.1-5.7l-2.6-8ZM37,37.9s-3.4,3.8-4.1,6.1c2.2,0,4.2-.5,6.4-2.8l-.7,8.5c-2-2.8-4.4-4.1-5.7-3.8.1,3.1.5,6.7,5.8,7.2,3.7.3,6.7-1.5,7-3.8.4-2.6-2-4.3-3.7-1.6-1.4-4.5,2.4-6.1,4.9-3.2-1.9-4.5-1.8-7.7,2.4-10.9,3,4,2.6,7.3-1.2,11.1,2.4-1.3,6.2,0,4,4.6-1.2-2.8-3.7-2.2-4.2.2-.3,1.7.7,3.7,3,4.2,1.9.3,4.7-.9,7-5.9-1.3,0-2.4.7-3.9,1.7l2.4-8c.6,2.3,1.4,3.7,2.2,4.5.6-1.6.5-2.8,0-5.3l5,1.8c-2.6,3.6-5.2,8.7-7.3,17.5-7.4-1.1-15.7-1.7-24.5-1.7h0c-8.8,0-17.1.6-24.5,1.7-2.1-8.9-4.7-13.9-7.3-17.5l5-1.8c-.5,2.5-.6,3.7,0,5.3.8-.8,1.6-2.3,2.2-4.5l2.4,8c-1.5-1-2.6-1.7-3.9-1.7,2.3,5,5.2,6.2,7,5.9,2.3-.4,3.3-2.4,3-4.2-.5-2.4-3-3.1-4.2-.2-2.2-4.6,1.6-6,4-4.6-3.7-3.7-4.2-7.1-1.2-11.1,4.2,3.2,4.3,6.4,2.4,10.9,2.5-2.8,6.3-1.3,4.9,3.2-1.8-2.7-4.1-1-3.7,1.6.3,2.3,3.3,4.1,7,3.8,5.4-.5,5.7-4.2,5.8-7.2-1.3-.2-3.7,1-5.7,3.8l-.7-8.5c2.2,2.3,4.2,2.7,6.4,2.8-.7-2.3-4.1-6.1-4.1-6.1h10.6,0Z"></path>
22
- </g>
23
- <circle class="govuk-logo-dot" cx="226" cy="36" r="7.3" fill="#00ffe0"></circle>
24
- <path d="M93.94 41.25c.4 1.81 1.2 3.21 2.21 4.62 1 1.4 2.21 2.41 3.61 3.21s3.21 1.2 5.22 1.2 3.61-.4 4.82-1c1.4-.6 2.41-1.4 3.21-2.41.8-1 1.4-2.01 1.61-3.01s.4-2.01.4-3.01v.14h-10.86v-7.02h20.07v24.08h-8.03v-5.56c-.6.8-1.38 1.61-2.19 2.41-.8.8-1.81 1.2-2.81 1.81-1 .4-2.21.8-3.41 1.2s-2.41.4-3.81.4a18.56 18.56 0 0 1-14.65-6.63c-1.6-2.01-3.01-4.41-3.81-7.02s-1.4-5.62-1.4-8.83.4-6.02 1.4-8.83a20.45 20.45 0 0 1 19.46-13.65c3.21 0 4.01.2 5.82.8 1.81.4 3.61 1.2 5.02 2.01 1.61.8 2.81 2.01 4.01 3.21s2.21 2.61 2.81 4.21l-7.63 4.41c-.4-1-1-1.81-1.61-2.61-.6-.8-1.4-1.4-2.21-2.01-.8-.6-1.81-1-2.81-1.4-1-.4-2.21-.4-3.61-.4-2.01 0-3.81.4-5.22 1.2-1.4.8-2.61 1.81-3.61 3.21s-1.61 2.81-2.21 4.62c-.4 1.81-.6 3.71-.6 5.42s.8 5.22.8 5.22Zm57.8-27.9c3.21 0 6.22.6 8.63 1.81 2.41 1.2 4.82 2.81 6.62 4.82S170.2 24.39 171 27s1.4 5.62 1.4 8.83-.4 6.02-1.4 8.83-2.41 5.02-4.01 7.02-4.01 3.61-6.62 4.82-5.42 1.81-8.63 1.81-6.22-.6-8.63-1.81-4.82-2.81-6.42-4.82-3.21-4.41-4.01-7.02-1.4-5.62-1.4-8.83.4-6.02 1.4-8.83 2.41-5.02 4.01-7.02 4.01-3.61 6.42-4.82 5.42-1.81 8.63-1.81Zm0 36.73c1.81 0 3.61-.4 5.02-1s2.61-1.81 3.61-3.01 1.81-2.81 2.21-4.41c.4-1.81.8-3.61.8-5.62 0-2.21-.2-4.21-.8-6.02s-1.2-3.21-2.21-4.62c-1-1.2-2.21-2.21-3.61-3.01s-3.21-1-5.02-1-3.61.4-5.02 1c-1.4.8-2.61 1.81-3.61 3.01s-1.81 2.81-2.21 4.62c-.4 1.81-.8 3.61-.8 5.62 0 2.41.2 4.21.8 6.02.4 1.81 1.2 3.21 2.21 4.41s2.21 2.21 3.61 3.01c1.4.8 3.21 1 5.02 1Zm36.32 7.96-12.24-44.15h9.83l8.43 32.77h.4l8.23-32.77h9.83L200.3 58.04h-12.24Zm74.14-7.96c2.18 0 3.51-.6 3.51-.6 1.2-.6 2.01-1 2.81-1.81s1.4-1.81 1.81-2.81a13 13 0 0 0 .8-4.01V13.9h8.63v28.15c0 2.41-.4 4.62-1.4 6.62-.8 2.01-2.21 3.61-3.61 5.02s-3.41 2.41-5.62 3.21-4.62 1.2-7.02 1.2-5.02-.4-7.02-1.2c-2.21-.8-4.01-1.81-5.62-3.21s-2.81-3.01-3.61-5.02-1.4-4.21-1.4-6.62V13.9h8.63v26.95c0 1.61.2 3.01.8 4.01.4 1.2 1.2 2.21 2.01 2.81.8.8 1.81 1.4 2.81 1.81 0 0 1.34.6 3.51.6Zm34.22-36.18v18.92l15.65-18.92h10.82l-15.03 17.32 16.03 26.83h-10.21l-11.44-20.21-5.62 6.22v13.99h-8.83V13.9"></path>
25
- </svg>
Binary file