@helsenorge/designsystem-react 14.10.0 → 14.11.1

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 (152) hide show
  1. package/lib/BabyMobileMedium.js +1 -1
  2. package/lib/CHANGELOG.md +16 -0
  3. package/lib/Checkbox.js +25 -48
  4. package/lib/Checkbox.js.map +1 -1
  5. package/lib/CheckboxMarker.js +60 -0
  6. package/lib/CheckboxMarker.js.map +1 -0
  7. package/lib/ChildMedium.js +1 -1
  8. package/lib/EyeContactMedium.js +79 -0
  9. package/lib/EyeContactMedium.js.map +1 -0
  10. package/lib/FacialRecognitionFingerprintMedium.js +1 -1
  11. package/lib/Filter.js +12 -12
  12. package/lib/Filter.js.map +1 -1
  13. package/lib/FormGroup.js +5 -5
  14. package/lib/FormGroup.js.map +1 -1
  15. package/lib/GiveBabyFoodMedium.js +1 -1
  16. package/lib/Illustration.js +1 -1
  17. package/lib/IllustrationNames.js +4 -0
  18. package/lib/IllustrationNames.js.map +1 -1
  19. package/lib/LazyIllustration.js +5 -1
  20. package/lib/LazyIllustration.js.map +1 -1
  21. package/lib/Radio.js +73 -0
  22. package/lib/Radio.js.map +1 -0
  23. package/lib/RadioButton.js +81 -3
  24. package/lib/RadioButton.js.map +1 -1
  25. package/lib/RadioButton2.js +3 -73
  26. package/lib/RadioButton2.js.map +1 -1
  27. package/lib/RadioMarker.js +31 -0
  28. package/lib/RadioMarker.js.map +1 -0
  29. package/lib/ReadLettersMedium.js +1 -1
  30. package/lib/Search.js +4 -4
  31. package/lib/Search.js.map +1 -1
  32. package/lib/SkinToSkinMedium.js +106 -0
  33. package/lib/SkinToSkinMedium.js.map +1 -0
  34. package/lib/StorkMedium.js +1 -1
  35. package/lib/StrollerMedium.js +1 -1
  36. package/lib/Support2Medium.js +1 -1
  37. package/lib/TableBody.js +1 -1
  38. package/lib/TableHead.js +1 -1
  39. package/lib/TableRow.js +1 -1
  40. package/lib/ThinkingMedium.js +1 -1
  41. package/lib/VisualCheckbox.js +77 -0
  42. package/lib/VisualCheckbox.js.map +1 -0
  43. package/lib/VisualRadio.js +62 -0
  44. package/lib/VisualRadio.js.map +1 -0
  45. package/lib/__mocks__/matchMedia.js +3 -2
  46. package/lib/__mocks__/matchMedia.js.map +1 -1
  47. package/lib/components/Checkbox/CheckboxMarker/CheckboxMarker.d.ts +20 -0
  48. package/lib/components/Checkbox/CheckboxMarker/styles.module.scss +309 -0
  49. package/lib/components/Checkbox/CheckboxMarker/styles.module.scss.d.ts +25 -0
  50. package/lib/components/Checkbox/styles.module.scss +9 -269
  51. package/lib/components/Checkbox/styles.module.scss.d.ts +1 -17
  52. package/lib/components/Icons/Sort.js +12 -12
  53. package/lib/components/Icons/Sort.js.map +1 -1
  54. package/lib/components/Illustration/index.js +1 -1
  55. package/lib/components/Illustrations/BabyMobile.js +1 -1
  56. package/lib/components/Illustrations/Child.js +1 -1
  57. package/lib/components/Illustrations/Doctor.js +1 -1
  58. package/lib/components/Illustrations/EyeContact.d.ts +8 -0
  59. package/lib/components/Illustrations/EyeContact.js +16 -0
  60. package/lib/components/Illustrations/EyeContact.js.map +1 -0
  61. package/lib/components/Illustrations/EyeContactMedium.d.ts +3 -0
  62. package/lib/components/Illustrations/EyeContactMedium.js +2 -0
  63. package/lib/components/Illustrations/FacialRecognitionFingerprint.js +1 -1
  64. package/lib/components/Illustrations/GiveBabyFood.js +1 -1
  65. package/lib/components/Illustrations/HealthcarePersonnel.js +1 -1
  66. package/lib/components/Illustrations/IllustrationNames.d.ts +1 -1
  67. package/lib/components/Illustrations/ReadLetters.js +1 -1
  68. package/lib/components/Illustrations/SkinToSkin.d.ts +8 -0
  69. package/lib/components/Illustrations/SkinToSkin.js +16 -0
  70. package/lib/components/Illustrations/SkinToSkin.js.map +1 -0
  71. package/lib/components/Illustrations/SkinToSkinMedium.d.ts +3 -0
  72. package/lib/components/Illustrations/SkinToSkinMedium.js +2 -0
  73. package/lib/components/Illustrations/Stork.js +1 -1
  74. package/lib/components/Illustrations/Stroller.js +1 -1
  75. package/lib/components/Illustrations/Support2.js +1 -1
  76. package/lib/components/Illustrations/Thinking.js +1 -1
  77. package/lib/components/Panel/index.js +1 -1
  78. package/lib/components/PanelList/index.js +1 -1
  79. package/lib/components/RadioButton/RadioMarker/RadioMarker.d.ts +20 -0
  80. package/lib/components/RadioButton/RadioMarker/styles.module.scss +288 -0
  81. package/lib/components/RadioButton/RadioMarker/styles.module.scss.d.ts +20 -0
  82. package/lib/components/RadioButton/index.d.ts +0 -1
  83. package/lib/components/RadioButton/index.js +3 -3
  84. package/lib/components/RadioButton/styles.module.scss +13 -275
  85. package/lib/components/RadioButton/styles.module.scss.d.ts +2 -12
  86. package/lib/components/Table/index.js +1 -1
  87. package/lib/components/Validation/index.js +1 -1
  88. package/lib/components/VisualCheckboxCloud/Checkbox/styles.module.scss +5 -128
  89. package/lib/components/VisualCheckboxCloud/styles.module.scss +2 -9
  90. package/lib/components/VisualCheckboxGroup/VisualCheckbox/VisualCheckbox.d.ts +26 -0
  91. package/lib/components/VisualCheckboxGroup/VisualCheckbox/VisualContent.d.ts +10 -0
  92. package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.d.ts +3 -0
  93. package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.js +5 -0
  94. package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.js.map +1 -0
  95. package/lib/components/VisualCheckboxGroup/VisualCheckbox/styles.module.scss +7 -0
  96. package/lib/components/VisualCheckboxGroup/VisualCheckbox/styles.module.scss.d.ts +18 -0
  97. package/lib/components/VisualCheckboxGroup/VisualCheckboxGroup.d.ts +33 -0
  98. package/lib/components/VisualCheckboxGroup/index.d.ts +3 -0
  99. package/lib/components/VisualCheckboxGroup/index.js +43 -0
  100. package/lib/components/VisualCheckboxGroup/index.js.map +1 -0
  101. package/lib/components/VisualCheckboxGroup/styles.module.scss +6 -0
  102. package/lib/components/VisualCheckboxGroup/styles.module.scss.d.ts +10 -0
  103. package/lib/components/{VisualRadioButtonCloud/RadioButton/RadioButton.d.ts → VisualRadioCloud/Radio/Radio.d.ts} +3 -3
  104. package/lib/components/VisualRadioCloud/Radio/index.d.ts +3 -0
  105. package/lib/components/VisualRadioCloud/Radio/index.js +5 -0
  106. package/lib/components/VisualRadioCloud/Radio/index.js.map +1 -0
  107. package/lib/components/VisualRadioCloud/Radio/styles.module.scss +7 -0
  108. package/lib/components/VisualRadioCloud/Radio/styles.module.scss.d.ts +15 -0
  109. package/lib/components/{VisualRadioButtonCloud/VisualRadioButtonCloud.d.ts → VisualRadioCloud/VisualRadioCloud.d.ts} +8 -8
  110. package/lib/components/VisualRadioCloud/index.d.ts +3 -0
  111. package/lib/components/{VisualRadioButtonCloud → VisualRadioCloud}/index.js +7 -7
  112. package/lib/components/VisualRadioCloud/index.js.map +1 -0
  113. package/lib/components/VisualRadioCloud/styles.module.scss +6 -0
  114. package/lib/components/{VisualRadioButtonCloud → VisualRadioCloud}/styles.module.scss.d.ts +1 -1
  115. package/lib/components/VisualRadioGroup/VisualRadio/VisualContent.d.ts +10 -0
  116. package/lib/components/VisualRadioGroup/VisualRadio/VisualRadio.d.ts +26 -0
  117. package/lib/components/VisualRadioGroup/VisualRadio/index.d.ts +3 -0
  118. package/lib/components/VisualRadioGroup/VisualRadio/index.js +5 -0
  119. package/lib/components/VisualRadioGroup/VisualRadio/index.js.map +1 -0
  120. package/lib/components/VisualRadioGroup/VisualRadio/styles.module.scss +7 -0
  121. package/lib/components/VisualRadioGroup/VisualRadio/styles.module.scss.d.ts +18 -0
  122. package/lib/components/VisualRadioGroup/VisualRadioGroup.d.ts +39 -0
  123. package/lib/components/VisualRadioGroup/index.d.ts +3 -0
  124. package/lib/components/VisualRadioGroup/index.js +63 -0
  125. package/lib/components/VisualRadioGroup/index.js.map +1 -0
  126. package/lib/components/VisualRadioGroup/styles.module.scss +6 -0
  127. package/lib/components/VisualRadioGroup/styles.module.scss.d.ts +10 -0
  128. package/lib/resourceHelper.js +10 -6
  129. package/lib/resourceHelper.js.map +1 -1
  130. package/lib/resources/HN.Designsystem.Filter.en-GB.json.d.ts +5 -3
  131. package/lib/resources/HN.Designsystem.Filter.nb-NO.json.d.ts +5 -3
  132. package/lib/resources/Resources.d.ts +10 -2
  133. package/lib/scss/_visual-form.scss +357 -0
  134. package/lib/utils3.js +10 -98
  135. package/lib/utils3.js.map +1 -1
  136. package/lib/utils4.js +28 -11
  137. package/lib/utils4.js.map +1 -1
  138. package/lib/utils5.js +58 -28
  139. package/lib/utils5.js.map +1 -1
  140. package/package.json +115 -1
  141. package/scss/_visual-form.scss +357 -0
  142. package/lib/components/RadioButton/utils.d.ts +0 -2
  143. package/lib/components/VisualRadioButtonCloud/RadioButton/index.d.ts +0 -3
  144. package/lib/components/VisualRadioButtonCloud/RadioButton/index.js +0 -5
  145. package/lib/components/VisualRadioButtonCloud/RadioButton/index.js.map +0 -1
  146. package/lib/components/VisualRadioButtonCloud/RadioButton/styles.module.scss +0 -133
  147. package/lib/components/VisualRadioButtonCloud/RadioButton/styles.module.scss.d.ts +0 -15
  148. package/lib/components/VisualRadioButtonCloud/index.d.ts +0 -3
  149. package/lib/components/VisualRadioButtonCloud/index.js.map +0 -1
  150. package/lib/components/VisualRadioButtonCloud/styles.module.scss +0 -13
  151. package/lib/utils6.js +0 -60
  152. package/lib/utils6.js.map +0 -1
@@ -0,0 +1,106 @@
1
+ import { t as ViewBoxSize } from "./utils3.js";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ var SkinToSkinMedium = ({ color, svgProperties, title }) => {
4
+ const palette = (() => {
5
+ switch (color) {
6
+ case "blueberry": return {
7
+ hair: "#08667C",
8
+ skin: "#E4F7F9",
9
+ clothes: "#188097"
10
+ };
11
+ case "cherry": return {
12
+ hair: "#B69079",
13
+ skin: "#FFF2EA",
14
+ clothes: "#C83521"
15
+ };
16
+ default: return {
17
+ hair: "#62625F",
18
+ skin: "#EAE7E7",
19
+ clothes: "#989693"
20
+ };
21
+ }
22
+ })();
23
+ return /* @__PURE__ */ jsxs("svg", {
24
+ ...svgProperties,
25
+ viewBox: ViewBoxSize.Medium,
26
+ children: [
27
+ title,
28
+ /* @__PURE__ */ jsx("path", {
29
+ d: "M272.191 143.692L275.77 147.686C276.158 146.355 276.952 143.426 277.018 142.36C277.085 141.295 278.877 136.924 279.764 134.871L284.508 127.631L287.92 126.383L297.656 127.631L305.978 132.208L312.469 139.448L317.795 148.519L321.456 156.923L322.538 167.575L321.456 177.062L325.035 173.567L328.613 167.076C328.835 168.935 329.279 172.835 329.279 173.567V182.804L333.856 175.98L335.187 171.237L335.77 167.076L337.517 164.663L342.427 163.831L346.505 165.994L349.501 172.652L348.336 185.217L346.505 191.209L341.595 193.29L338.017 191.792L342.427 218.504L345.257 226.66L353.079 236.396L358.904 243.803L361.401 231.07L364.147 221.75L368.391 205.19L371.969 185.883L373.051 171.237V158.754L371.969 147.686L368.391 137.534L361.234 125.717L353.911 117.478L343.925 110.571L333.856 106.577L322.871 104.746L309.806 105.245L299.903 108.075L292.996 112.485L291.082 115.731L287.92 113.9L282.344 115.148L275.77 120.557L271.609 129.462L270.61 138.2L272.191 143.692Z",
30
+ fill: palette.hair
31
+ }),
32
+ /* @__PURE__ */ jsx("path", {
33
+ d: "M465.338 208.785C435.349 194.245 374.956 165.014 373.301 164.412L372.643 177.48L370.387 192.709L367.754 207.469L364.276 220.631L360.986 233.04L358.823 244.039L360.986 247.518L363.712 259.645L364.934 278.165V290.293L361.644 306.839L354.499 332.41L347.448 352.998L340.961 368.228L332.876 383.74C331.028 386.56 326.766 392.765 324.51 395.021C346.471 402.015 357.351 397.559 360.046 394.457L465.338 208.785Z",
34
+ fill: "white"
35
+ }),
36
+ /* @__PURE__ */ jsx("path", {
37
+ d: "M206.789 359.284L201.494 365.824C202.792 366.966 205.667 369.499 206.789 370.495C208.19 371.741 216.598 377.502 218.623 378.125C220.242 378.623 231.858 385.184 237.464 388.402C244.212 391.361 257.894 397.34 258.641 397.59C259.389 397.839 270.787 401.43 276.393 403.195L290.563 406.465L302.553 407.4L312.363 404.908L319.682 400.237L327.623 391.517L334.007 382.174L341.014 369.249L347.243 353.211L354.406 333.124L360.479 312.102C361.776 306.289 364.372 294.506 364.372 293.884C364.372 293.261 364.995 284.696 365.306 280.492L364.372 266.789L362.503 253.398L360.479 245.768L349.112 232.065L341.014 233.933C337.796 234.971 331.204 237.079 330.582 237.203C329.803 237.359 324.509 239.851 322.952 240.473C321.706 240.972 312.986 246.702 308.782 249.505L296.324 258.692L285.58 266.011L275.147 272.551L263.624 277.222L251.946 283.918L241.824 290.614L234.194 296.998L227.343 304.939C226.564 306.964 224.851 311.23 224.228 312.102C223.606 312.974 222.723 316.722 222.36 318.486V324.404L219.557 328.764L214.73 333.124V335.927L216.598 337.484C215.976 339.56 214.73 343.93 214.73 344.802C214.73 345.674 212.342 350.771 211.148 353.211L206.789 359.284Z",
38
+ fill: palette.clothes
39
+ }),
40
+ /* @__PURE__ */ jsx("path", {
41
+ d: "M263.624 202.012L275.147 205.749L265.181 209.175L252.88 212.133L244.471 215.248L238.243 209.953L232.326 205.749L243.693 202.012L254.126 200.922L263.624 202.012Z",
42
+ fill: palette.clothes
43
+ }),
44
+ /* @__PURE__ */ jsx("path", {
45
+ d: "M169.732 251.069L155.955 257.877L164.361 268.716L170.573 277.967L173.877 285.236L179.619 297.659L181.212 305.192L184.582 303.805L194.692 298.915L199.054 294.289C200.309 295.897 202.952 299.245 203.481 299.774C204.01 300.302 207.093 302.021 208.569 302.814L213.658 301.029L221.125 297.659L229.583 291.514L236.389 284.377L240.222 277.967L244.914 273.011L249.606 269.509L249.209 267.46L244.451 264.222C242.909 263.627 239.733 262.438 239.363 262.438H235.927L233.548 263.694L230.112 266.205L227.997 273.606L221.125 277.967C221.653 275.456 222.777 270.328 223.041 269.905C223.305 269.482 223.151 265.588 223.041 263.694L227.006 265.213L231.367 264.751L235.927 261.249H239.363L240.222 258.473L243.592 257.416L244.451 253.319C245.773 252.768 248.416 251.547 248.416 251.069C248.416 250.591 247.976 249.242 247.755 248.627L251.125 244.068L252.315 240.534L251.654 232.9L249.341 224.64L246.103 217.767L240.685 212.283L235.002 207.26L227.006 204.221L217.49 202.635L208.9 204.221L200.177 209.441L195.089 216.512L192.586 224.045V228.864V236.32V240.534L187.885 241.506L179.619 246.207L169.732 251.069Z",
46
+ fill: palette.skin
47
+ }),
48
+ /* @__PURE__ */ jsx("path", {
49
+ d: "M158.348 304.862C158.546 305.259 158.942 310.677 158.876 311.008C155.793 310.126 149.48 308.311 148.898 308.1C148.171 307.836 140.77 305.985 140.77 305.787C140.77 305.629 135.352 304.752 132.642 304.333L135.616 301.029L140.77 298.915L149.625 297.659C151.321 298.364 154.793 299.774 155.11 299.774C155.506 299.774 158.15 304.466 158.348 304.862Z",
50
+ fill: palette.skin
51
+ }),
52
+ /* @__PURE__ */ jsx("path", {
53
+ d: "M129.933 315.038C130.197 313.695 130.752 310.875 130.858 310.347L154.647 320.721L130.858 319.268L129.933 315.038Z",
54
+ fill: palette.skin
55
+ }),
56
+ /* @__PURE__ */ jsx("path", {
57
+ d: "M110.968 312.593C110.902 312.197 109.316 307.307 109.184 306.844L104.888 309.289L95.901 311.008L91.4079 310.347L84.2708 308.827L80.6363 310.347L71.9798 319.928L66.7598 327.99L67.6845 334.466L69.0064 337.11L71.9798 336.184L78.3899 332.55L74.8215 338.563L71.9798 344.312L72.8389 350.788L75.2179 352.639L91.4079 341.537L99.0733 339.092L106.937 337.903L117.444 341.537L127.422 343.519L125.902 340.348L128.81 339.555L137.731 338.563L150.55 337.903L150.154 336.184L130.858 330.7C128.744 330.039 124.435 328.678 124.118 328.519C123.801 328.36 121.255 326.779 120.021 326.008H114.999L106.937 326.735H100.131L92.9277 324.951L102.245 322.307L116.849 320.193L114.999 317.483C113.677 315.986 111.021 312.911 110.968 312.593Z",
58
+ fill: palette.skin
59
+ }),
60
+ /* @__PURE__ */ jsx("path", {
61
+ d: "M136.805 264.289L156.298 257.879C158.788 261.227 163.885 268.095 164.361 268.782C164.836 269.47 169.801 277.659 172.224 281.668L179.295 297.329L181.013 304.862L179.295 308.167C177.29 306.669 173.215 303.594 172.951 303.277C172.621 302.88 164.162 298.519 163.766 298.519C163.449 298.519 160.902 298.122 159.669 297.924L159.074 300.633L161.321 304.202L170.903 312.858L172.951 315.964L159.074 310.612L157.356 303.673L153.788 299.84L147.972 297.924L141.563 298.519L136.012 301.096L133.17 304.202L128.809 303.673L126.166 305.589L126.694 307.307L130.725 310.612L131.056 319.004L122.928 319.665L118.963 321.581C117.157 319.907 113.333 316.44 112.487 315.964C111.43 315.369 108.985 306.845 108.985 306.448C108.985 306.131 108.059 300.237 107.597 297.329L108.985 286.426C110.394 284.201 113.28 279.62 113.544 279.091C113.875 278.43 122.663 271.756 122.928 271.558C123.139 271.399 132.267 266.646 136.805 264.289Z",
62
+ fill: "white"
63
+ }),
64
+ /* @__PURE__ */ jsx("path", {
65
+ d: "M251.011 212.6L244.315 215.091L245.71 217.073L249.937 225.647L252.171 235.489C251.969 237.682 251.543 242.336 251.446 243.398C251.349 244.461 248.83 247.102 247.582 248.289L248.065 251.972L243.597 253.784V257.889L239.974 258.312L240.336 260.003L237.136 261.15L245.71 264.894L249.031 267.731L248.367 270.328L244.442 273.407L240.336 278.177L236.472 284.155L232.305 289.166L225.966 294.54L217.633 299.793L211.173 302.269L206.644 301.906L202.659 299.129L199.519 294.54L195.897 297.68L188.893 302.269L181.405 304.986L178.628 307.099L171.684 302.269L160.635 297.317L158.703 299.129L159.367 302.269L163.895 307.099L171.684 313.016L173.918 316.216L164.197 313.016L149.827 308.005L135.939 304.261L128.694 303.839L125.433 305.59L127.848 308.005L136.483 313.016L155.744 320.624L138.958 319.356H128.694L121.146 320.02L118.973 323.402L121.992 327.085L131.411 331.191C137.731 332.76 150.467 335.936 150.853 336.081C151.24 336.226 152.141 337.229 152.544 337.712L141.615 338.013L131.411 338.919L125.795 340.006L127.848 343.689L136.483 346.406L144.936 347.735L160.997 348.701L176.031 353.471L188.168 355.342L196.681 357.878L204.471 362.467L210.025 354.497L214.735 344.595L216.426 338.013L213.829 336.081L215.399 333.666L220.049 328.292L222.403 322.496C222.564 320.362 222.886 315.927 222.886 315.25C222.886 314.574 225.422 309.011 226.69 306.314L232.305 298.404L241.121 290.857L249.031 285.664L261.892 278.6L274.813 272.501L283.266 267.429L297.395 257.889L317.562 243.881C320.883 242.07 327.633 238.411 328.068 238.266C328.503 238.121 337.709 235.187 342.257 233.738L349.503 232.771C348.033 230.397 345.059 225.586 344.914 225.345C344.769 225.103 343.485 220.494 342.861 218.22L339.721 204.755L338.212 191.713L340.265 193.343L342.861 193.758L346.001 191.713L347.993 186.219L349.865 172.694L348.416 168.467L345.699 165.508L339.721 163.455L336.34 166.595L335.253 171.727L333.261 178.007L329.577 180.845V173.237L328.249 167.803L325.351 173.599L321.124 177.524L322.09 171.124V163.938C322.09 163.649 320.923 158.303 320.339 155.666L318.89 149.628L313.818 141.96L307.901 134.533L301.138 128.918C298.864 128.234 294.243 126.865 293.953 126.865H285.56L281.575 131.635L277.651 139.424L276.081 147.334L275.296 151.742L276.866 156.512C276.966 158.001 277.168 161.089 277.168 161.523C277.168 162.067 274.991 168.467 274.991 169.433C274.991 170.399 274.571 174.928 274.511 175.229C274.463 175.471 275.538 177.509 276.081 178.498L273.434 182.702L274.991 185.35L278.573 188.152V193.758V201.388L280.13 207.461L276.081 206.371L264.091 209.174L251.011 212.6Z",
66
+ fill: palette.skin
67
+ }),
68
+ /* @__PURE__ */ jsx("path", {
69
+ d: "M226.388 264.894L231.521 264.169L228.924 268.999L227.355 274.071L220.954 277.815C221.518 275.319 222.705 270.243 222.947 269.905C223.188 269.567 223.047 265.417 222.947 263.384L226.388 264.894Z",
70
+ fill: palette.skin
71
+ }),
72
+ /* @__PURE__ */ jsx("path", {
73
+ d: "M318.328 102.91C328.895 102.91 339.338 105.297 348.562 111.088C357.799 116.887 365.689 126.021 371.257 139.302C375.81 150.163 375.859 165.909 374.228 180.868C372.588 195.921 369.199 210.574 366.567 219.497C363.985 228.253 362.639 234.585 361.94 238.703C361.591 240.762 361.403 242.268 361.303 243.247C361.269 243.581 361.245 243.854 361.228 244.066C361.272 244.138 361.316 244.21 361.357 244.281C362.158 245.65 362.838 247.081 363.078 248.399C363.999 253.465 368.082 269.579 366.643 288.533C365.915 298.109 359.857 325.134 350.192 350.966C345.352 363.902 339.569 376.645 333.034 386.811C326.551 396.895 319.1 404.806 310.783 407.506C302.612 410.159 291.802 409.236 280.399 406.498C268.925 403.743 256.539 399.07 245.04 393.896C233.533 388.718 222.857 383.013 214.793 378.163C210.763 375.74 207.362 373.516 204.827 371.668C203.561 370.745 202.488 369.898 201.651 369.154C200.861 368.451 200.13 367.709 199.709 366.991C199.242 366.194 199.381 365.181 200.046 364.54C200.505 364.097 200.988 363.57 201.49 362.97C198.656 361.251 193.935 358.887 189.283 358.041C181.551 356.635 173.681 355.362 165.252 352.385C158.606 350.037 156.791 350.762 144.183 349.664C140.529 349.346 136.916 348.804 133.806 348.019C132.38 347.973 130.562 347.581 128.673 347.069C126.611 346.511 124.264 345.754 121.892 344.954C117.072 343.33 112.216 341.56 108.92 340.692C106.86 340.15 103.744 340.236 100.473 340.786C97.2359 341.331 94.1566 342.276 92.2519 343.217C91.6452 343.516 90.5381 344.233 89.0791 345.257C87.6584 346.254 86.0146 347.463 84.3828 348.677C82.7624 349.882 81.1404 351.101 79.8047 352.084C78.5064 353.04 77.3462 353.873 76.6884 354.252C76.0682 354.61 75.3586 354.773 74.625 354.676C73.9176 354.582 73.3295 354.267 72.875 353.906C72.0031 353.214 71.3912 352.177 70.9746 351.17C70.1256 349.117 69.7289 346.311 70.1924 343.734C70.3404 342.911 70.7045 342.02 71.1299 341.165C71.5691 340.283 72.1369 339.317 72.7802 338.319C72.9373 338.076 73.0992 337.829 73.2666 337.579C72.3676 338.128 71.6692 338.547 71.2802 338.771C70.6599 339.129 69.9504 339.292 69.2168 339.195C68.5093 339.102 67.9213 338.786 67.4668 338.426C66.5948 337.734 65.983 336.696 65.5664 335.689C64.7174 333.637 64.3207 330.83 64.7841 328.254C64.9322 327.431 65.2963 326.539 65.7216 325.685C66.161 324.802 66.7286 323.837 67.372 322.839C68.6597 320.842 70.3133 318.623 72.0195 316.533C73.7258 314.443 75.5144 312.445 77.083 310.897C77.8654 310.125 78.6175 309.442 79.2939 308.908C79.9108 308.422 80.6609 307.9 81.4101 307.67C84.0281 306.867 86.0077 307 87.9814 307.477C88.8959 307.697 89.8522 308.004 90.7695 308.278C91.7176 308.561 92.7313 308.845 93.917 309.081C95.41 309.378 97.8114 309.121 100.477 308.449C102.873 307.845 105.216 306.971 106.857 306.163C105.417 300.389 105.171 294.014 106.576 288.688C109.492 277.634 119.718 270.328 129.819 265.446C139.961 260.545 150.772 257.738 155.27 256.175C155.273 256.174 155.276 256.173 155.279 256.172C155.444 255.989 155.645 255.833 155.88 255.718L176.455 245.584L176.61 245.516C177.225 245.275 177.906 244.905 178.733 244.405C179.443 243.977 180.56 243.263 181.481 242.715C183.533 241.494 186.04 240.197 189.207 239.493C189.683 239.387 190.154 239.303 190.62 239.234C190.697 239.069 190.776 238.879 190.846 238.669C191.044 238.069 191.141 237.411 191.04 236.772C190.663 234.384 188.658 225.958 192.286 218.093C195.857 210.351 201.801 205.27 210.079 201.987C213.751 200.531 218.479 200.718 222.633 201.376C226.443 201.98 230.065 203.033 232.518 203.919C236.183 202.45 244.164 199.938 252.592 199.402C257.335 199.101 263.048 200.263 268.131 201.746C271.508 202.732 274.697 203.889 277.276 204.933C276.757 201.512 276.646 199.078 276.646 196.668C276.646 195.365 276.677 193.405 276.692 191.679C276.701 190.646 276.702 189.738 276.693 189.063C275.964 188.683 275.154 188.187 274.413 187.596C273.32 186.723 271.881 185.248 271.786 183.259C271.762 182.756 271.868 182.266 271.971 181.895C272.082 181.491 272.239 181.059 272.419 180.621C272.659 180.036 272.962 179.384 273.31 178.69C272.817 177.719 272.48 176.453 272.353 174.971C272.151 172.6 272.453 169.432 273.719 165.375C275.163 160.746 275.092 158.5 274.797 156.976C274.628 156.105 274.403 155.498 274.126 154.5C273.863 153.555 273.628 152.478 273.628 151.111C273.628 150.533 273.654 149.853 273.716 149.089C272.6 147.921 270.599 145.66 269.539 141.914C268.307 137.556 268.409 131.47 271.938 123.021C273.987 118.117 277.995 114.613 281.966 113.042C283.952 112.257 286.051 111.907 287.971 112.223C288.766 112.353 289.531 112.602 290.232 112.977C290.599 112.442 291.028 111.938 291.484 111.474C292.946 109.987 295.025 108.554 297.561 107.306C302.648 104.801 309.83 102.91 318.328 102.91ZM348.899 234.599C347.386 234.49 345.767 234.738 343.341 235.415C340.453 236.221 336.774 237.524 331.007 239.348C324.276 241.476 315.423 247.336 305.955 254.053C296.631 260.667 286.797 268.044 278.424 272.766C275.255 274.553 270.101 276.843 264.476 279.591C258.761 282.382 252.361 285.735 246.366 289.78C234.286 297.933 224.366 308.547 224.366 322.569C224.366 322.711 224.351 322.853 224.321 322.991C223.457 327 221.641 329.306 219.921 331.229C218.479 332.841 217.302 334.017 216.478 335.728L217.049 336.095C242.187 346.587 272.184 352.582 286.035 356.4L296.185 311.293C296.427 310.215 297.498 309.538 298.575 309.78C299.653 310.023 300.329 311.093 300.087 312.171L289.474 359.343C289.352 359.883 289.011 360.349 288.533 360.629C288.055 360.909 287.483 360.978 286.952 360.82C275.224 357.332 244.025 351.277 217.787 340.72C217.208 343.5 215.919 346.766 214.323 350.03C212.093 354.592 209.102 359.485 206.02 363.672C205.4 364.513 204.773 365.301 204.148 366.016C204.201 366.063 204.252 366.115 204.31 366.166C205.015 366.794 205.977 367.556 207.184 368.436C209.593 370.192 212.887 372.35 216.854 374.735C224.785 379.504 235.321 385.135 246.682 390.247C258.049 395.362 270.187 399.932 281.334 402.608C292.553 405.302 302.462 406.002 309.548 403.701C316.487 401.448 323.298 394.559 329.67 384.647C335.99 374.816 341.656 362.366 346.445 349.564C356.04 323.921 361.966 297.288 362.654 288.23C364.045 269.919 360.108 254.428 359.143 249.115C359.031 248.5 358.64 247.557 357.905 246.301C357.192 245.082 356.243 243.713 355.162 242.277C353.175 239.638 350.845 236.903 348.899 234.599ZM160.876 299.73C160.902 299.961 161.023 300.37 161.403 300.993C162.321 302.497 164.159 304.323 166.407 306.29C167.506 307.251 168.653 308.205 169.773 309.137C170.884 310.06 171.976 310.968 172.922 311.807C173.856 312.634 174.722 313.459 175.351 314.219C175.664 314.598 175.974 315.026 176.198 315.483C176.201 315.488 176.203 315.493 176.205 315.498L179.353 316.554C180.4 316.905 180.964 318.038 180.613 319.085C180.262 320.132 179.128 320.697 178.081 320.346L173.92 318.951C173.86 318.931 173.802 318.908 173.744 318.883C168.769 316.674 157.346 312.511 146.851 309.536C141.599 308.048 136.665 306.882 132.928 306.396C131.045 306.15 129.581 306.094 128.574 306.209C128.499 306.218 128.43 306.229 128.365 306.238C128.615 306.466 128.947 306.735 129.381 307.043C131.054 308.23 133.7 309.631 137.044 311.129C143.697 314.109 152.725 317.306 161.235 319.822C161.776 319.982 162.225 320.363 162.47 320.871C162.715 321.379 162.734 321.966 162.523 322.489C162.263 323.133 161.773 323.441 161.546 323.561C161.296 323.692 161.065 323.751 160.931 323.78C160.655 323.84 160.378 323.857 160.172 323.862C159.735 323.874 159.181 323.846 158.577 323.801C157.351 323.708 155.652 323.519 153.683 323.291C149.711 322.832 144.527 322.201 139.359 321.786C134.165 321.369 129.126 321.184 125.43 321.58C125.042 321.622 124.678 321.67 124.336 321.723C125.086 321.798 125.866 321.875 126.674 321.955C129.631 322.248 132.927 322.577 136.326 323.021C143.096 323.904 150.426 325.258 156.503 327.767C157.524 328.188 158.009 329.358 157.588 330.379C157.166 331.4 155.997 331.885 154.977 331.464C149.4 329.162 142.495 327.86 135.809 326.987C132.479 326.553 129.241 326.229 126.28 325.937C125.265 325.836 124.278 325.737 123.331 325.64C123.821 325.924 124.376 326.214 124.995 326.505C128.071 327.95 132.255 329.237 136.575 330.405C140.734 331.53 145.32 332.616 148.501 333.505C150.134 333.961 151.596 334.418 152.674 334.879C153.202 335.105 153.749 335.378 154.196 335.718C154.528 335.97 155.284 336.618 155.366 337.686C155.463 338.588 154.959 339.232 154.61 339.525C154.282 339.802 153.933 339.934 153.758 339.993C153.368 340.126 152.916 340.198 152.523 340.247C151.694 340.35 150.554 340.409 149.27 340.449C146.699 340.529 143.196 340.538 139.8 340.597C136.351 340.656 132.978 340.765 130.485 341.037C129.634 341.13 128.94 341.237 128.406 341.352C128.496 341.441 128.601 341.539 128.728 341.642C129.454 342.225 130.617 342.824 132.22 343.382C135.406 344.491 139.825 345.27 144.529 345.68C156.483 346.721 159.299 346.04 166.584 348.613C174.647 351.461 182.165 352.681 189.999 354.105C195.45 355.097 200.808 357.839 203.905 359.759C206.455 356.122 208.878 352.062 210.729 348.273C212.586 344.474 213.749 341.181 214.044 338.917L197.4 328.204C197.325 328.156 197.253 328.103 197.186 328.045C194.677 325.907 191.649 322.195 188.5 318.753C185.233 315.181 181.65 311.663 177.706 309.354C177.662 309.329 177.62 309.302 177.578 309.273C175.322 307.711 172.414 305.523 169.176 303.539C166.339 301.801 163.467 300.364 160.876 299.73ZM92.4511 326.846C91.0425 326.506 89.8055 326.417 87.9922 326.974C88.0041 326.97 87.7521 327.077 87.1787 327.529C86.6602 327.938 86.0236 328.511 85.3008 329.225C83.8585 330.648 82.1664 332.534 80.5263 334.543C78.8863 336.552 77.3273 338.649 76.1416 340.487C75.5484 341.407 75.0635 342.239 74.7109 342.947C74.3446 343.683 74.1769 344.175 74.1289 344.442C73.8081 346.226 74.0986 348.257 74.6709 349.641C74.8368 350.042 74.9994 350.322 75.1299 350.506C75.6411 350.164 76.4261 349.603 77.4326 348.862C78.7604 347.885 80.3493 346.691 81.9961 345.467C83.6316 344.251 85.3126 343.014 86.7812 341.983C88.2111 340.98 89.5585 340.087 90.4814 339.631C92.8357 338.468 96.316 337.43 99.8095 336.842C103.268 336.26 107.055 336.065 109.939 336.824C113.409 337.738 118.531 339.601 123.169 341.164C123.459 341.262 123.748 341.356 124.034 341.451C123.976 341.16 123.942 340.856 123.942 340.54C123.942 339.48 124.58 338.787 125.05 338.433C125.512 338.084 126.054 337.865 126.52 337.715C127.476 337.408 128.722 337.206 130.052 337.061C132.747 336.766 136.286 336.656 139.73 336.597C141.315 336.569 142.873 336.554 144.341 336.537C141.698 335.857 138.721 335.129 135.531 334.267C131.191 333.093 126.714 331.731 123.295 330.125C122.122 329.574 121.018 328.966 120.064 328.294C119.944 328.308 119.821 328.314 119.696 328.306C115.847 328.053 111.98 328.336 108.333 328.578C104.803 328.813 101.29 329.031 98.5429 328.483C97.1806 328.212 96.032 327.889 95.0332 327.591C94.0037 327.283 93.2277 327.033 92.4511 326.846ZM151.379 337.992C151.38 338.011 151.382 338.029 151.384 338.047C151.379 337.994 151.376 337.942 151.376 337.889C151.376 337.923 151.377 337.957 151.379 337.992ZM108.036 310.035C106.177 310.892 103.819 311.732 101.454 312.328C98.6638 313.032 95.539 313.483 93.1347 313.004C91.7723 312.732 90.6239 312.409 89.625 312.11C88.5955 311.803 87.8195 311.553 87.0429 311.365C85.6343 311.025 84.3972 310.937 82.584 311.493C82.5948 311.49 82.3427 311.598 81.7705 312.049C81.2519 312.458 80.6155 313.032 79.8925 313.745C78.4503 315.168 76.7582 317.053 75.1181 319.062C73.478 321.072 71.9192 323.168 70.7334 325.007C70.1402 325.927 69.6553 326.759 69.3027 327.467C68.9362 328.203 68.7687 328.696 68.7207 328.963C68.4 330.746 68.6904 332.777 69.2627 334.16C69.4328 334.571 69.5993 334.855 69.7314 335.039C71.6619 333.891 76.9101 330.648 80.9043 328.016C81.4496 327.431 81.9819 326.88 82.4912 326.378C83.2736 325.606 84.0257 324.922 84.7021 324.389C85.319 323.902 86.069 323.379 86.8183 323.149C88.7178 322.567 90.2811 322.479 91.75 322.656C95.4268 321.702 98.3746 320.748 104.023 319.791C106.952 319.295 110.169 318.921 112.638 318.673C112.707 318.666 112.776 318.659 112.845 318.652C110.817 316.279 109.206 313.255 108.036 310.035ZM199.135 297.78C193.479 302.406 185.425 305.95 181.827 307.245C181.827 307.245 181.825 307.246 181.821 307.248C185.445 309.766 188.662 313.005 191.451 316.054C194.84 319.758 197.453 322.988 199.691 324.922L213.1 333.553C214.238 331.398 215.737 329.906 216.938 328.562C218.271 327.072 219.443 325.584 220.15 323.172C216.712 320.879 214.463 317.474 212.944 314.301C211.368 311.006 210.478 307.731 209.926 305.959C209.759 305.425 209.828 304.873 210.074 304.416C209.598 304.492 209.152 304.533 208.745 304.533C206.019 304.533 203.595 302.726 201.886 301.037C200.832 299.996 199.895 298.842 199.135 297.78ZM116.016 322.378C115.285 322.439 114.25 322.531 113.038 322.653C110.607 322.898 107.491 323.261 104.691 323.735C102.845 324.048 101.319 324.356 99.959 324.665C102.014 324.951 104.726 324.809 108.067 324.587C110.758 324.408 113.769 324.19 116.867 324.208C116.781 323.853 116.732 323.48 116.732 323.091C116.732 322.819 116.756 322.56 116.801 322.313C116.607 322.329 116.342 322.351 116.016 322.378ZM155.472 260.325C150.221 262.042 140.74 264.611 131.561 269.048C121.65 273.838 112.883 280.461 110.443 289.708C109.091 294.834 109.496 301.397 111.286 307.156C113.104 313.007 116.153 317.432 119.556 318.97C119.557 318.97 119.559 318.971 119.561 318.972C119.581 318.961 119.601 318.951 119.621 318.94C121.076 318.214 122.98 317.819 125.004 317.603C126.124 317.483 127.338 317.413 128.618 317.382C128.285 315.171 128.332 312.942 128.49 311.239C127.975 310.923 127.499 310.612 127.066 310.306C126.084 309.609 125.19 308.844 124.601 308.015C124.018 307.195 123.452 305.865 124.155 304.466L124.234 304.316C125.089 302.804 126.854 302.379 128.12 302.234C129.164 302.115 130.383 302.133 131.711 302.243C134.256 299.371 138.009 297.536 141.727 296.665C145.514 295.778 149.59 295.815 152.726 297.062C154.442 297.744 155.798 298.622 156.871 299.602C156.871 299.552 156.871 299.503 156.873 299.453C156.931 297.982 157.684 296.762 158.921 295.894L159.084 295.79C159.474 295.569 159.93 295.484 160.377 295.554C164.058 296.125 167.914 298.075 171.266 300.128C173.922 301.755 176.441 303.564 178.41 304.964C178.587 304.766 178.806 304.541 179.067 304.318C178.793 302.095 177.854 299.47 176.527 296.396C175.042 292.954 173.045 288.898 171.498 284.851C170.368 281.896 167.305 276.948 163.918 271.979C160.738 267.316 157.404 262.824 155.472 260.325ZM132.374 313.352C132.346 314.64 132.417 316.062 132.677 317.398C134.952 317.463 137.328 317.61 139.679 317.799C141.016 317.906 142.355 318.027 143.672 318.156C140.702 317.035 137.901 315.895 135.409 314.779C134.346 314.303 133.33 313.824 132.374 313.352ZM160.576 306.294C160.889 307.794 160.907 309.061 160.902 309.757C162.953 310.456 164.922 311.153 166.749 311.822C165.775 311.011 164.758 310.161 163.773 309.3C162.676 308.34 161.569 307.325 160.576 306.294ZM151.248 300.778C149.091 299.921 145.895 299.797 142.64 300.56C140.536 301.052 138.546 301.885 136.906 302.994C140.247 303.632 144.052 304.585 147.941 305.688C150.889 306.523 153.911 307.454 156.851 308.408C156.65 306.104 155.693 302.546 151.248 300.778ZM207.346 250.187C203.439 246.361 198.449 242.504 192.014 243.093C191.386 243.15 190.74 243.251 190.075 243.398C187.5 243.971 185.412 245.03 183.526 246.152C182.479 246.776 181.793 247.23 180.801 247.829C179.958 248.338 179.074 248.835 178.167 249.2L159.161 258.56C161.179 261.199 164.265 265.388 167.223 269.727C170.573 274.641 173.911 279.961 175.234 283.422C176.753 287.394 178.59 291.079 180.2 294.811C181.324 297.415 182.334 300.043 182.829 302.554C186.896 300.85 193.014 297.799 197.175 294.206C195.99 290.66 196.125 286.101 196.668 281.982C197.301 277.176 198.562 272.472 199.539 269.58C199.893 268.534 201.028 267.973 202.074 268.326C203.121 268.68 203.683 269.815 203.329 270.861C202.42 273.552 201.227 277.999 200.634 282.505C200.03 287.088 200.115 291.268 201.317 293.813C202.002 294.99 203.235 296.747 204.696 298.191C206.269 299.745 207.698 300.533 208.745 300.533C209.431 300.533 210.785 300.248 212.714 299.521C214.583 298.815 216.82 297.761 219.209 296.385C223.997 293.627 229.263 289.653 233.32 284.79C234.223 283.708 235.063 282.584 235.823 281.424C238.453 276.897 242.841 271.206 247.245 268.563C247.043 268.354 246.756 268.108 246.377 267.835C244.706 266.634 242.078 265.472 240.314 264.766C238.671 264.108 236.83 263.677 235.059 264.532C233.273 265.394 230.905 267.885 229.075 274.745C228.953 275.202 228.673 275.602 228.284 275.872C226.09 277.398 223.823 278.628 221.826 279.748C218.529 281.596 216.083 283.104 214.655 285.245C214.043 286.164 212.801 286.412 211.882 285.8C210.963 285.187 210.714 283.945 211.327 283.026C213.229 280.174 216.248 278.309 219.202 276.637C219.738 275.019 220.38 272.7 220.779 270.341C221.258 267.515 221.314 265.046 220.783 263.597C220.072 261.653 218.058 259.475 215.327 257.068C213.999 255.898 212.601 254.755 211.214 253.6C209.848 252.461 208.493 251.31 207.346 250.187ZM225.152 266.796C225.123 268.216 224.951 269.667 224.724 271.009C224.563 271.957 224.364 272.895 224.152 273.792C224.573 273.532 224.993 273.265 225.409 272.987C226.058 270.699 226.799 268.765 227.618 267.146C227.188 267.146 226.738 267.123 226.28 267.054C225.905 266.997 225.529 266.911 225.152 266.796ZM222.007 205.326C218.021 204.695 214.187 204.662 211.554 205.706C204.068 208.674 198.991 213.107 195.918 219.769C192.903 226.307 194.552 233.373 194.99 236.148C195.157 237.204 195.077 238.209 194.873 239.102C201.597 239.68 206.677 243.933 210.145 247.328C211.165 248.328 212.408 249.388 213.774 250.526C215.12 251.648 216.589 252.849 217.972 254.067C220.525 256.317 223.156 258.932 224.358 261.767C225.355 262.687 226.185 262.993 226.881 263.099C227.753 263.231 228.549 263.093 229.733 262.938C229.73 262.939 229.752 262.936 229.801 262.921C229.85 262.905 229.918 262.879 230.006 262.839C230.186 262.756 230.41 262.632 230.684 262.455C231.246 262.092 231.854 261.622 232.571 261.075C233.249 260.559 234.028 259.972 234.802 259.513C235.538 259.075 236.522 258.595 237.597 258.551C237.737 258.545 237.867 258.535 237.989 258.527C237.793 257.704 238.135 256.841 238.853 256.381C239.457 255.994 240.209 255.965 240.829 256.275C241.007 256.278 241.272 256.257 241.583 256.2C241.687 256.181 241.788 256.159 241.883 256.137C241.887 256.005 241.892 255.857 241.898 255.687C241.924 254.954 241.971 253.641 242.432 252.604L242.54 252.394C242.82 251.923 243.284 251.584 243.825 251.464C244.098 251.403 244.906 251.159 245.677 250.82C245.901 250.722 246.098 250.623 246.263 250.533C246.211 250.396 246.149 250.246 246.079 250.086C246.029 250.029 245.98 249.97 245.936 249.906C245.757 249.651 245.648 249.368 245.601 249.08C245.462 248.806 245.326 248.541 245.2 248.299C245.102 248.111 245.004 247.92 244.926 247.76C244.891 247.687 244.727 247.365 244.654 247.038C244.415 245.96 245.095 244.892 246.173 244.652C246.864 244.499 247.549 244.724 248.017 245.188C248.478 244.488 248.989 243.598 249.495 242.497C249.804 241.825 250.047 240.633 250.093 238.943C250.138 237.298 249.993 235.345 249.66 233.26C248.991 229.069 247.591 224.554 245.637 221.149C244.113 218.495 241.484 215.707 238.703 213.252C236.035 210.897 233.348 208.958 231.652 207.863C229.435 207.024 225.811 205.929 222.007 205.326ZM236.641 241.102C236.641 239.997 237.536 239.102 238.641 239.102C239.745 239.102 240.641 239.997 240.641 241.102C240.641 241.396 240.703 241.67 240.851 241.885C240.972 242.061 241.287 242.404 242.203 242.62C243.278 242.874 243.944 243.951 243.69 245.026C243.437 246.101 242.359 246.767 241.284 246.514C239.558 246.106 238.321 245.269 237.551 244.146C236.807 243.06 236.641 241.913 236.641 241.102ZM318.328 106.91C310.401 106.91 303.829 108.678 299.328 110.894C297.071 112.005 295.398 113.198 294.336 114.278C293.204 115.429 293.044 116.155 293.056 116.364C293.107 117.293 292.511 118.136 291.617 118.396C290.724 118.655 289.768 118.264 289.313 117.452C288.93 116.769 288.293 116.33 287.322 116.17C286.302 116.002 284.949 116.164 283.437 116.762C280.413 117.958 277.238 120.709 275.629 124.562C272.356 132.396 272.459 137.54 273.388 140.825C273.702 141.937 274.12 142.867 274.569 143.65C275.788 138.3 278.399 131.676 283.568 126.406C284.068 125.844 284.748 125.588 285.112 125.466C285.616 125.297 286.201 125.175 286.807 125.088C288.029 124.911 289.56 124.841 291.195 124.902C294.418 125.023 298.402 125.665 301.429 127.286C308.491 131.069 314.959 137.756 320.148 149.159C322.799 154.983 323.933 161.183 324.116 166.578C324.173 168.242 324.139 169.85 324.027 171.364C325.102 169.214 326.052 166.926 326.656 165.28L326.721 165.125C327.075 164.364 327.875 163.899 328.723 163.979C329.627 164.066 330.36 164.751 330.507 165.647C330.871 167.876 331.307 171.452 331.435 174.997C331.45 175.439 331.46 175.882 331.466 176.324C332.33 174.54 332.852 172.837 333.081 171.369C333.323 168.965 333.838 166.307 335.347 164.43C336.157 163.422 337.238 162.657 338.615 162.287C339.96 161.925 341.461 161.973 343.095 162.354C345.157 162.836 346.823 163.704 348.109 164.924C349.393 166.142 350.202 167.62 350.692 169.181C351.647 172.221 351.434 175.746 351.078 178.788C350.74 181.682 350.186 187.162 348.406 190.909C347.517 192.781 346.089 194.725 343.761 195.307C342.642 195.586 341.498 195.504 340.336 195.126C340.56 196.591 340.784 198.126 341.007 199.63C341.465 202.728 341.917 205.689 342.373 207.815H342.372C344.002 215.318 344.95 221.864 348.662 227.896C349.047 228.522 350.022 229.723 351.443 231.412C353.278 233.592 355.687 236.399 357.813 239.162C357.87 238.805 357.929 238.429 357.996 238.034C358.723 233.748 360.107 227.262 362.73 218.365C365.306 209.634 368.641 195.217 370.252 180.435C371.873 165.559 371.7 150.703 367.568 140.849C362.28 128.235 354.894 119.786 346.436 114.476C337.966 109.158 328.294 106.91 318.328 106.91ZM267.011 205.586C262.054 204.14 256.881 203.138 252.845 203.395C246.692 203.785 240.753 205.317 236.842 206.608C238.239 207.646 239.799 208.883 241.351 210.253C242.348 211.133 243.357 212.082 244.329 213.078C247.753 211.624 253.507 210.01 259.279 208.596C262.709 207.755 266.216 206.97 269.364 206.311C268.595 206.062 267.808 205.819 267.011 205.586ZM218.492 240.619C218.492 241.488 218.066 242.457 217.45 243.228C216.769 244.081 215.722 244.874 214.255 245.265C214.204 245.278 214.152 245.29 214.1 245.3C212.69 245.558 211.378 245.387 210.226 244.82C209.095 244.264 208.248 243.393 207.625 242.447C206.407 240.598 205.875 238.216 205.722 236.221C205.536 233.81 206.533 231.144 207.86 229.146C208.541 228.12 209.375 227.168 210.316 226.453C211.24 225.752 212.417 225.167 213.74 225.167C215.76 225.167 217.235 226.375 218.143 227.457C219.068 228.561 219.678 229.845 219.977 230.729C220.33 231.775 219.767 232.909 218.721 233.263C217.674 233.616 216.54 233.054 216.186 232.008C216.012 231.491 215.62 230.674 215.078 230.027C214.518 229.36 214.059 229.167 213.74 229.167C213.602 229.167 213.26 229.239 212.736 229.638C212.23 230.022 211.687 230.614 211.192 231.358C210.169 232.9 209.615 234.684 209.71 235.914C209.837 237.56 210.267 239.185 210.966 240.246C211.301 240.755 211.651 241.064 211.991 241.231C212.295 241.381 212.703 241.472 213.3 241.377C213.842 241.216 214.151 240.948 214.324 240.731C214.42 240.611 214.475 240.506 214.501 240.443V240.441C214.591 239.42 215.448 238.619 216.492 238.619C217.597 238.619 218.492 239.515 218.492 240.619ZM277.628 151.111C277.628 151.985 277.771 152.678 277.979 153.428C278.173 154.125 278.515 155.14 278.724 156.215C279.182 158.582 279.11 161.525 277.537 166.566C276.647 169.419 276.328 171.646 276.299 173.316C278.146 170.205 280.193 167.003 281.61 164.865C282.221 163.945 283.461 163.693 284.382 164.304C285.302 164.914 285.554 166.156 284.943 167.076C282.863 170.213 279.464 175.583 277.396 179.491C276.846 180.533 276.409 181.433 276.12 182.138C275.975 182.491 275.881 182.764 275.826 182.961C275.806 183.034 275.795 183.085 275.789 183.115C275.829 183.315 276.068 183.798 276.909 184.47C277.731 185.126 278.743 185.651 279.397 185.916C280.083 186.194 280.559 186.828 280.636 187.563C280.712 188.302 280.707 190.027 280.692 191.714C280.677 193.492 280.646 195.385 280.646 196.668C280.646 199.604 280.817 202.583 281.85 207.85C282.056 208.904 282.767 210.04 283.913 211.089C285.046 212.126 286.468 212.947 287.817 213.407C292.601 215.037 298.91 214.596 305.212 212.867C311.476 211.149 317.423 208.242 321.359 205.299C322.244 204.637 323.498 204.819 324.159 205.703C324.82 206.588 324.639 207.842 323.755 208.503C319.367 211.784 312.951 214.892 306.27 216.725C299.625 218.547 292.404 219.194 286.528 217.193C284.667 216.559 282.761 215.458 281.212 214.04C279.931 212.868 278.797 211.386 278.209 209.671C277.714 209.451 277.172 209.216 276.588 208.973C272.548 209.692 266.275 211 260.231 212.48C255.095 213.739 250.281 215.085 247.135 216.263C247.875 217.211 248.545 218.18 249.106 219.158C251.364 223.091 252.887 228.099 253.61 232.629C253.974 234.904 254.144 237.111 254.091 239.053C254.039 240.95 253.771 242.773 253.13 244.168C252.084 246.44 250.956 248.092 250.02 249.164C250.078 249.318 250.132 249.473 250.179 249.625C250.27 249.92 250.358 250.265 250.396 250.623C250.432 250.951 250.448 251.481 250.229 252.034C249.899 252.87 249.202 253.398 248.805 253.667C248.327 253.991 247.782 254.264 247.287 254.481C246.838 254.679 246.373 254.854 245.947 254.999C245.926 255.226 245.907 255.501 245.895 255.828C245.883 256.179 245.874 256.642 245.846 257.006C245.831 257.195 245.808 257.427 245.76 257.659C245.721 257.846 245.625 258.26 245.346 258.659C245.035 259.102 244.622 259.342 244.451 259.438C244.221 259.566 243.978 259.668 243.759 259.748C243.316 259.91 242.803 260.043 242.3 260.135C242.292 260.49 242.188 260.834 242.004 261.134C243.799 261.86 246.686 263.132 248.711 264.587C249.683 265.286 250.883 266.317 251.319 267.668C251.572 268.451 251.565 269.339 251.138 270.188C250.741 270.975 250.078 271.536 249.384 271.944C245.825 274.038 241.792 279.098 239.251 283.487C239.233 283.519 239.214 283.55 239.194 283.58C238.336 284.893 237.394 286.151 236.393 287.352C231.961 292.664 226.292 296.921 221.206 299.851C218.658 301.318 216.224 302.472 214.126 303.264C213.72 303.417 213.317 303.555 212.924 303.686C213.302 303.931 213.599 304.305 213.744 304.769C214.347 306.702 215.135 309.61 216.553 312.574C217.589 314.739 218.91 316.808 220.623 318.438C222.373 304.444 232.857 294.072 244.129 286.465C250.351 282.266 256.944 278.819 262.72 275.997C268.584 273.132 273.42 270.995 276.459 269.281C284.594 264.694 294.154 257.52 303.642 250.79C312.984 244.163 322.359 237.886 329.801 235.533C335.371 233.772 339.304 232.389 342.266 231.562C343.536 231.208 344.689 230.938 345.786 230.771C345.576 230.484 345.397 230.223 345.256 229.993C341.089 223.222 340.01 215.78 338.463 208.66L338.462 208.654C337.974 206.378 337.503 203.282 337.05 200.214C336.591 197.108 336.147 194.019 335.707 191.646C335.554 190.819 335.934 189.985 336.658 189.559C337.382 189.132 338.295 189.203 338.944 189.737C341.078 191.493 342.255 191.56 342.791 191.426C343.363 191.283 344.077 190.701 344.793 189.193C346.224 186.18 346.736 181.477 347.105 178.323C347.457 175.318 347.556 172.541 346.877 170.379C346.55 169.338 346.056 168.491 345.355 167.826C344.658 167.164 343.661 166.593 342.186 166.249C340.989 165.97 340.186 166.006 339.653 166.149C339.153 166.284 338.782 166.541 338.465 166.936C337.736 167.842 337.287 169.477 337.054 171.847C337.05 171.883 337.045 171.92 337.039 171.956C336.422 175.958 334.205 180.937 329.967 185.291C329.295 185.982 328.225 186.095 327.423 185.56C326.621 185.025 326.316 183.994 326.695 183.108C326.997 182.406 327.229 181.306 327.357 179.855C327.483 178.436 327.497 176.813 327.436 175.141C327.418 174.638 327.392 174.134 327.362 173.634C327.13 174.086 326.895 174.534 326.653 174.968C325.879 176.356 325.016 177.701 324.115 178.725C323.664 179.237 323.154 179.727 322.587 180.101C322.027 180.47 321.287 180.808 320.422 180.808C319.745 180.807 319.114 180.464 318.745 179.896C318.376 179.328 318.32 178.612 318.596 177.993C319.559 175.831 320.289 171.735 320.118 166.714C319.949 161.743 318.902 156.077 316.508 150.815C311.608 140.049 305.685 134.104 299.539 130.812C297.283 129.603 293.997 129.011 291.046 128.9C289.594 128.846 288.311 128.912 287.379 129.047C286.908 129.115 286.58 129.193 286.384 129.259C286.379 129.26 286.374 129.262 286.369 129.264C279.288 136.528 277.628 146.936 277.628 151.111Z",
74
+ fill: "black"
75
+ }),
76
+ /* @__PURE__ */ jsx("path", {
77
+ d: "M277.597 194.497C278.272 193.622 279.527 193.461 280.402 194.136C283.001 196.142 286.746 198.107 290.284 196.345C291.273 195.852 292.474 196.254 292.966 197.243C293.458 198.232 293.057 199.432 292.069 199.925C286.211 202.843 280.611 199.348 277.958 197.302C277.084 196.627 276.922 195.371 277.597 194.497Z",
78
+ fill: "black"
79
+ }),
80
+ /* @__PURE__ */ jsx("path", {
81
+ d: "M293.903 165.395C296.071 165.395 298.757 166.109 301.301 167.287C303.866 168.475 306.48 170.222 308.432 172.464C309.157 173.297 309.07 174.56 308.238 175.285C307.405 176.011 306.141 175.924 305.416 175.091C303.921 173.375 301.811 171.931 299.621 170.917C297.41 169.893 295.309 169.395 293.903 169.395C292.798 169.395 291.903 168.499 291.903 167.395C291.903 166.29 292.798 165.395 293.903 165.395Z",
82
+ fill: "black"
83
+ }),
84
+ /* @__PURE__ */ jsx("path", {
85
+ d: "M276.995 159.9C278.01 159.9 282.354 160.331 285.003 164.855C285.562 165.809 285.241 167.034 284.288 167.592C283.334 168.15 282.109 167.83 281.551 166.877C279.922 164.094 277.312 163.9 276.995 163.9C275.89 163.9 274.995 163.005 274.995 161.9C274.995 160.796 275.89 159.9 276.995 159.9Z",
86
+ fill: "black"
87
+ }),
88
+ /* @__PURE__ */ jsx("path", {
89
+ d: "M299.414 175.569C299.414 176.783 298.429 177.768 297.215 177.768C296.001 177.768 295.017 176.783 295.017 175.569C295.017 174.355 296.001 173.371 297.215 173.371C298.429 173.371 299.414 174.355 299.414 175.569Z",
90
+ fill: "black"
91
+ }),
92
+ /* @__PURE__ */ jsx("path", {
93
+ d: "M295.008 215.256C295.65 214.357 296.899 214.149 297.798 214.79C298.697 215.432 298.905 216.681 298.264 217.58C298.115 217.789 298.01 218.029 297.846 218.505C297.695 218.944 297.475 219.646 297.09 220.374C296.253 221.955 294.775 223.452 291.785 225.019C290.807 225.531 289.598 225.153 289.086 224.175C288.573 223.197 288.951 221.988 289.93 221.476C292.455 220.153 293.209 219.155 293.555 218.503C293.76 218.115 293.87 217.766 294.063 217.203C294.244 216.678 294.5 215.967 295.008 215.256Z",
94
+ fill: "black"
95
+ }),
96
+ /* @__PURE__ */ jsx("path", {
97
+ d: "M371.516 164.33C371.755 163.252 372.824 162.572 373.902 162.812C374.312 162.903 374.907 163.131 375.504 163.373C376.163 163.641 377.014 164.006 378.027 164.453C380.056 165.35 382.786 166.599 386.042 168.115C392.558 171.15 401.219 175.27 410.679 179.809C429.6 188.888 451.739 199.656 466.353 206.803C466.849 207.046 467.223 207.483 467.386 208.01C467.548 208.537 467.486 209.108 467.213 209.588L361.719 395.046C361.172 396.006 359.951 396.341 358.991 395.795C358.031 395.249 357.696 394.028 358.242 393.069L462.683 209.462C448.101 202.337 427.049 192.101 408.948 183.415C399.493 178.878 390.848 174.766 384.353 171.741C381.105 170.229 378.403 168.992 376.41 168.112C375.413 167.671 374.605 167.325 374 167.079C373.697 166.956 373.456 166.863 373.275 166.798C373.074 166.726 373.011 166.711 373.034 166.716C371.956 166.476 371.276 165.408 371.516 164.33Z",
98
+ fill: "black"
99
+ })
100
+ ]
101
+ });
102
+ };
103
+ var SkinToSkinMedium_default = SkinToSkinMedium;
104
+ export { SkinToSkinMedium_default as t };
105
+
106
+ //# sourceMappingURL=SkinToSkinMedium.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SkinToSkinMedium.js","names":["SkinToSkinMedium: React.FC<BaseSvgIllustrationProps>"],"sources":["../src/components/Illustrations/SkinToSkinMedium.tsx"],"sourcesContent":["import type { Palette } from './SkinToSkin';\nimport type { BaseSvgIllustrationProps } from '../Illustration';\n\nimport { ViewBoxSize } from '../Illustration/utils';\n\nconst SkinToSkinMedium: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n hair: '#08667C',\n skin: '#E4F7F9',\n clothes: '#188097',\n };\n case 'cherry':\n return {\n hair: '#B69079',\n skin: '#FFF2EA',\n clothes: '#C83521',\n };\n default:\n return {\n hair: '#62625F',\n skin: '#EAE7E7',\n clothes: '#989693',\n };\n }\n })();\n\n return (\n <svg {...svgProperties} viewBox={ViewBoxSize.Medium}>\n {title}\n <path\n d=\"M272.191 143.692L275.77 147.686C276.158 146.355 276.952 143.426 277.018 142.36C277.085 141.295 278.877 136.924 279.764 134.871L284.508 127.631L287.92 126.383L297.656 127.631L305.978 132.208L312.469 139.448L317.795 148.519L321.456 156.923L322.538 167.575L321.456 177.062L325.035 173.567L328.613 167.076C328.835 168.935 329.279 172.835 329.279 173.567V182.804L333.856 175.98L335.187 171.237L335.77 167.076L337.517 164.663L342.427 163.831L346.505 165.994L349.501 172.652L348.336 185.217L346.505 191.209L341.595 193.29L338.017 191.792L342.427 218.504L345.257 226.66L353.079 236.396L358.904 243.803L361.401 231.07L364.147 221.75L368.391 205.19L371.969 185.883L373.051 171.237V158.754L371.969 147.686L368.391 137.534L361.234 125.717L353.911 117.478L343.925 110.571L333.856 106.577L322.871 104.746L309.806 105.245L299.903 108.075L292.996 112.485L291.082 115.731L287.92 113.9L282.344 115.148L275.77 120.557L271.609 129.462L270.61 138.2L272.191 143.692Z\"\n fill={palette.hair}\n />\n <path\n d=\"M465.338 208.785C435.349 194.245 374.956 165.014 373.301 164.412L372.643 177.48L370.387 192.709L367.754 207.469L364.276 220.631L360.986 233.04L358.823 244.039L360.986 247.518L363.712 259.645L364.934 278.165V290.293L361.644 306.839L354.499 332.41L347.448 352.998L340.961 368.228L332.876 383.74C331.028 386.56 326.766 392.765 324.51 395.021C346.471 402.015 357.351 397.559 360.046 394.457L465.338 208.785Z\"\n fill=\"white\"\n />\n <path\n d=\"M206.789 359.284L201.494 365.824C202.792 366.966 205.667 369.499 206.789 370.495C208.19 371.741 216.598 377.502 218.623 378.125C220.242 378.623 231.858 385.184 237.464 388.402C244.212 391.361 257.894 397.34 258.641 397.59C259.389 397.839 270.787 401.43 276.393 403.195L290.563 406.465L302.553 407.4L312.363 404.908L319.682 400.237L327.623 391.517L334.007 382.174L341.014 369.249L347.243 353.211L354.406 333.124L360.479 312.102C361.776 306.289 364.372 294.506 364.372 293.884C364.372 293.261 364.995 284.696 365.306 280.492L364.372 266.789L362.503 253.398L360.479 245.768L349.112 232.065L341.014 233.933C337.796 234.971 331.204 237.079 330.582 237.203C329.803 237.359 324.509 239.851 322.952 240.473C321.706 240.972 312.986 246.702 308.782 249.505L296.324 258.692L285.58 266.011L275.147 272.551L263.624 277.222L251.946 283.918L241.824 290.614L234.194 296.998L227.343 304.939C226.564 306.964 224.851 311.23 224.228 312.102C223.606 312.974 222.723 316.722 222.36 318.486V324.404L219.557 328.764L214.73 333.124V335.927L216.598 337.484C215.976 339.56 214.73 343.93 214.73 344.802C214.73 345.674 212.342 350.771 211.148 353.211L206.789 359.284Z\"\n fill={palette.clothes}\n />\n <path\n d=\"M263.624 202.012L275.147 205.749L265.181 209.175L252.88 212.133L244.471 215.248L238.243 209.953L232.326 205.749L243.693 202.012L254.126 200.922L263.624 202.012Z\"\n fill={palette.clothes}\n />\n <path\n d=\"M169.732 251.069L155.955 257.877L164.361 268.716L170.573 277.967L173.877 285.236L179.619 297.659L181.212 305.192L184.582 303.805L194.692 298.915L199.054 294.289C200.309 295.897 202.952 299.245 203.481 299.774C204.01 300.302 207.093 302.021 208.569 302.814L213.658 301.029L221.125 297.659L229.583 291.514L236.389 284.377L240.222 277.967L244.914 273.011L249.606 269.509L249.209 267.46L244.451 264.222C242.909 263.627 239.733 262.438 239.363 262.438H235.927L233.548 263.694L230.112 266.205L227.997 273.606L221.125 277.967C221.653 275.456 222.777 270.328 223.041 269.905C223.305 269.482 223.151 265.588 223.041 263.694L227.006 265.213L231.367 264.751L235.927 261.249H239.363L240.222 258.473L243.592 257.416L244.451 253.319C245.773 252.768 248.416 251.547 248.416 251.069C248.416 250.591 247.976 249.242 247.755 248.627L251.125 244.068L252.315 240.534L251.654 232.9L249.341 224.64L246.103 217.767L240.685 212.283L235.002 207.26L227.006 204.221L217.49 202.635L208.9 204.221L200.177 209.441L195.089 216.512L192.586 224.045V228.864V236.32V240.534L187.885 241.506L179.619 246.207L169.732 251.069Z\"\n fill={palette.skin}\n />\n <path\n d=\"M158.348 304.862C158.546 305.259 158.942 310.677 158.876 311.008C155.793 310.126 149.48 308.311 148.898 308.1C148.171 307.836 140.77 305.985 140.77 305.787C140.77 305.629 135.352 304.752 132.642 304.333L135.616 301.029L140.77 298.915L149.625 297.659C151.321 298.364 154.793 299.774 155.11 299.774C155.506 299.774 158.15 304.466 158.348 304.862Z\"\n fill={palette.skin}\n />\n <path\n d=\"M129.933 315.038C130.197 313.695 130.752 310.875 130.858 310.347L154.647 320.721L130.858 319.268L129.933 315.038Z\"\n fill={palette.skin}\n />\n <path\n d=\"M110.968 312.593C110.902 312.197 109.316 307.307 109.184 306.844L104.888 309.289L95.901 311.008L91.4079 310.347L84.2708 308.827L80.6363 310.347L71.9798 319.928L66.7598 327.99L67.6845 334.466L69.0064 337.11L71.9798 336.184L78.3899 332.55L74.8215 338.563L71.9798 344.312L72.8389 350.788L75.2179 352.639L91.4079 341.537L99.0733 339.092L106.937 337.903L117.444 341.537L127.422 343.519L125.902 340.348L128.81 339.555L137.731 338.563L150.55 337.903L150.154 336.184L130.858 330.7C128.744 330.039 124.435 328.678 124.118 328.519C123.801 328.36 121.255 326.779 120.021 326.008H114.999L106.937 326.735H100.131L92.9277 324.951L102.245 322.307L116.849 320.193L114.999 317.483C113.677 315.986 111.021 312.911 110.968 312.593Z\"\n fill={palette.skin}\n />\n <path\n d=\"M136.805 264.289L156.298 257.879C158.788 261.227 163.885 268.095 164.361 268.782C164.836 269.47 169.801 277.659 172.224 281.668L179.295 297.329L181.013 304.862L179.295 308.167C177.29 306.669 173.215 303.594 172.951 303.277C172.621 302.88 164.162 298.519 163.766 298.519C163.449 298.519 160.902 298.122 159.669 297.924L159.074 300.633L161.321 304.202L170.903 312.858L172.951 315.964L159.074 310.612L157.356 303.673L153.788 299.84L147.972 297.924L141.563 298.519L136.012 301.096L133.17 304.202L128.809 303.673L126.166 305.589L126.694 307.307L130.725 310.612L131.056 319.004L122.928 319.665L118.963 321.581C117.157 319.907 113.333 316.44 112.487 315.964C111.43 315.369 108.985 306.845 108.985 306.448C108.985 306.131 108.059 300.237 107.597 297.329L108.985 286.426C110.394 284.201 113.28 279.62 113.544 279.091C113.875 278.43 122.663 271.756 122.928 271.558C123.139 271.399 132.267 266.646 136.805 264.289Z\"\n fill=\"white\"\n />\n <path\n d=\"M251.011 212.6L244.315 215.091L245.71 217.073L249.937 225.647L252.171 235.489C251.969 237.682 251.543 242.336 251.446 243.398C251.349 244.461 248.83 247.102 247.582 248.289L248.065 251.972L243.597 253.784V257.889L239.974 258.312L240.336 260.003L237.136 261.15L245.71 264.894L249.031 267.731L248.367 270.328L244.442 273.407L240.336 278.177L236.472 284.155L232.305 289.166L225.966 294.54L217.633 299.793L211.173 302.269L206.644 301.906L202.659 299.129L199.519 294.54L195.897 297.68L188.893 302.269L181.405 304.986L178.628 307.099L171.684 302.269L160.635 297.317L158.703 299.129L159.367 302.269L163.895 307.099L171.684 313.016L173.918 316.216L164.197 313.016L149.827 308.005L135.939 304.261L128.694 303.839L125.433 305.59L127.848 308.005L136.483 313.016L155.744 320.624L138.958 319.356H128.694L121.146 320.02L118.973 323.402L121.992 327.085L131.411 331.191C137.731 332.76 150.467 335.936 150.853 336.081C151.24 336.226 152.141 337.229 152.544 337.712L141.615 338.013L131.411 338.919L125.795 340.006L127.848 343.689L136.483 346.406L144.936 347.735L160.997 348.701L176.031 353.471L188.168 355.342L196.681 357.878L204.471 362.467L210.025 354.497L214.735 344.595L216.426 338.013L213.829 336.081L215.399 333.666L220.049 328.292L222.403 322.496C222.564 320.362 222.886 315.927 222.886 315.25C222.886 314.574 225.422 309.011 226.69 306.314L232.305 298.404L241.121 290.857L249.031 285.664L261.892 278.6L274.813 272.501L283.266 267.429L297.395 257.889L317.562 243.881C320.883 242.07 327.633 238.411 328.068 238.266C328.503 238.121 337.709 235.187 342.257 233.738L349.503 232.771C348.033 230.397 345.059 225.586 344.914 225.345C344.769 225.103 343.485 220.494 342.861 218.22L339.721 204.755L338.212 191.713L340.265 193.343L342.861 193.758L346.001 191.713L347.993 186.219L349.865 172.694L348.416 168.467L345.699 165.508L339.721 163.455L336.34 166.595L335.253 171.727L333.261 178.007L329.577 180.845V173.237L328.249 167.803L325.351 173.599L321.124 177.524L322.09 171.124V163.938C322.09 163.649 320.923 158.303 320.339 155.666L318.89 149.628L313.818 141.96L307.901 134.533L301.138 128.918C298.864 128.234 294.243 126.865 293.953 126.865H285.56L281.575 131.635L277.651 139.424L276.081 147.334L275.296 151.742L276.866 156.512C276.966 158.001 277.168 161.089 277.168 161.523C277.168 162.067 274.991 168.467 274.991 169.433C274.991 170.399 274.571 174.928 274.511 175.229C274.463 175.471 275.538 177.509 276.081 178.498L273.434 182.702L274.991 185.35L278.573 188.152V193.758V201.388L280.13 207.461L276.081 206.371L264.091 209.174L251.011 212.6Z\"\n fill={palette.skin}\n />\n <path\n d=\"M226.388 264.894L231.521 264.169L228.924 268.999L227.355 274.071L220.954 277.815C221.518 275.319 222.705 270.243 222.947 269.905C223.188 269.567 223.047 265.417 222.947 263.384L226.388 264.894Z\"\n fill={palette.skin}\n />\n <path\n d=\"M318.328 102.91C328.895 102.91 339.338 105.297 348.562 111.088C357.799 116.887 365.689 126.021 371.257 139.302C375.81 150.163 375.859 165.909 374.228 180.868C372.588 195.921 369.199 210.574 366.567 219.497C363.985 228.253 362.639 234.585 361.94 238.703C361.591 240.762 361.403 242.268 361.303 243.247C361.269 243.581 361.245 243.854 361.228 244.066C361.272 244.138 361.316 244.21 361.357 244.281C362.158 245.65 362.838 247.081 363.078 248.399C363.999 253.465 368.082 269.579 366.643 288.533C365.915 298.109 359.857 325.134 350.192 350.966C345.352 363.902 339.569 376.645 333.034 386.811C326.551 396.895 319.1 404.806 310.783 407.506C302.612 410.159 291.802 409.236 280.399 406.498C268.925 403.743 256.539 399.07 245.04 393.896C233.533 388.718 222.857 383.013 214.793 378.163C210.763 375.74 207.362 373.516 204.827 371.668C203.561 370.745 202.488 369.898 201.651 369.154C200.861 368.451 200.13 367.709 199.709 366.991C199.242 366.194 199.381 365.181 200.046 364.54C200.505 364.097 200.988 363.57 201.49 362.97C198.656 361.251 193.935 358.887 189.283 358.041C181.551 356.635 173.681 355.362 165.252 352.385C158.606 350.037 156.791 350.762 144.183 349.664C140.529 349.346 136.916 348.804 133.806 348.019C132.38 347.973 130.562 347.581 128.673 347.069C126.611 346.511 124.264 345.754 121.892 344.954C117.072 343.33 112.216 341.56 108.92 340.692C106.86 340.15 103.744 340.236 100.473 340.786C97.2359 341.331 94.1566 342.276 92.2519 343.217C91.6452 343.516 90.5381 344.233 89.0791 345.257C87.6584 346.254 86.0146 347.463 84.3828 348.677C82.7624 349.882 81.1404 351.101 79.8047 352.084C78.5064 353.04 77.3462 353.873 76.6884 354.252C76.0682 354.61 75.3586 354.773 74.625 354.676C73.9176 354.582 73.3295 354.267 72.875 353.906C72.0031 353.214 71.3912 352.177 70.9746 351.17C70.1256 349.117 69.7289 346.311 70.1924 343.734C70.3404 342.911 70.7045 342.02 71.1299 341.165C71.5691 340.283 72.1369 339.317 72.7802 338.319C72.9373 338.076 73.0992 337.829 73.2666 337.579C72.3676 338.128 71.6692 338.547 71.2802 338.771C70.6599 339.129 69.9504 339.292 69.2168 339.195C68.5093 339.102 67.9213 338.786 67.4668 338.426C66.5948 337.734 65.983 336.696 65.5664 335.689C64.7174 333.637 64.3207 330.83 64.7841 328.254C64.9322 327.431 65.2963 326.539 65.7216 325.685C66.161 324.802 66.7286 323.837 67.372 322.839C68.6597 320.842 70.3133 318.623 72.0195 316.533C73.7258 314.443 75.5144 312.445 77.083 310.897C77.8654 310.125 78.6175 309.442 79.2939 308.908C79.9108 308.422 80.6609 307.9 81.4101 307.67C84.0281 306.867 86.0077 307 87.9814 307.477C88.8959 307.697 89.8522 308.004 90.7695 308.278C91.7176 308.561 92.7313 308.845 93.917 309.081C95.41 309.378 97.8114 309.121 100.477 308.449C102.873 307.845 105.216 306.971 106.857 306.163C105.417 300.389 105.171 294.014 106.576 288.688C109.492 277.634 119.718 270.328 129.819 265.446C139.961 260.545 150.772 257.738 155.27 256.175C155.273 256.174 155.276 256.173 155.279 256.172C155.444 255.989 155.645 255.833 155.88 255.718L176.455 245.584L176.61 245.516C177.225 245.275 177.906 244.905 178.733 244.405C179.443 243.977 180.56 243.263 181.481 242.715C183.533 241.494 186.04 240.197 189.207 239.493C189.683 239.387 190.154 239.303 190.62 239.234C190.697 239.069 190.776 238.879 190.846 238.669C191.044 238.069 191.141 237.411 191.04 236.772C190.663 234.384 188.658 225.958 192.286 218.093C195.857 210.351 201.801 205.27 210.079 201.987C213.751 200.531 218.479 200.718 222.633 201.376C226.443 201.98 230.065 203.033 232.518 203.919C236.183 202.45 244.164 199.938 252.592 199.402C257.335 199.101 263.048 200.263 268.131 201.746C271.508 202.732 274.697 203.889 277.276 204.933C276.757 201.512 276.646 199.078 276.646 196.668C276.646 195.365 276.677 193.405 276.692 191.679C276.701 190.646 276.702 189.738 276.693 189.063C275.964 188.683 275.154 188.187 274.413 187.596C273.32 186.723 271.881 185.248 271.786 183.259C271.762 182.756 271.868 182.266 271.971 181.895C272.082 181.491 272.239 181.059 272.419 180.621C272.659 180.036 272.962 179.384 273.31 178.69C272.817 177.719 272.48 176.453 272.353 174.971C272.151 172.6 272.453 169.432 273.719 165.375C275.163 160.746 275.092 158.5 274.797 156.976C274.628 156.105 274.403 155.498 274.126 154.5C273.863 153.555 273.628 152.478 273.628 151.111C273.628 150.533 273.654 149.853 273.716 149.089C272.6 147.921 270.599 145.66 269.539 141.914C268.307 137.556 268.409 131.47 271.938 123.021C273.987 118.117 277.995 114.613 281.966 113.042C283.952 112.257 286.051 111.907 287.971 112.223C288.766 112.353 289.531 112.602 290.232 112.977C290.599 112.442 291.028 111.938 291.484 111.474C292.946 109.987 295.025 108.554 297.561 107.306C302.648 104.801 309.83 102.91 318.328 102.91ZM348.899 234.599C347.386 234.49 345.767 234.738 343.341 235.415C340.453 236.221 336.774 237.524 331.007 239.348C324.276 241.476 315.423 247.336 305.955 254.053C296.631 260.667 286.797 268.044 278.424 272.766C275.255 274.553 270.101 276.843 264.476 279.591C258.761 282.382 252.361 285.735 246.366 289.78C234.286 297.933 224.366 308.547 224.366 322.569C224.366 322.711 224.351 322.853 224.321 322.991C223.457 327 221.641 329.306 219.921 331.229C218.479 332.841 217.302 334.017 216.478 335.728L217.049 336.095C242.187 346.587 272.184 352.582 286.035 356.4L296.185 311.293C296.427 310.215 297.498 309.538 298.575 309.78C299.653 310.023 300.329 311.093 300.087 312.171L289.474 359.343C289.352 359.883 289.011 360.349 288.533 360.629C288.055 360.909 287.483 360.978 286.952 360.82C275.224 357.332 244.025 351.277 217.787 340.72C217.208 343.5 215.919 346.766 214.323 350.03C212.093 354.592 209.102 359.485 206.02 363.672C205.4 364.513 204.773 365.301 204.148 366.016C204.201 366.063 204.252 366.115 204.31 366.166C205.015 366.794 205.977 367.556 207.184 368.436C209.593 370.192 212.887 372.35 216.854 374.735C224.785 379.504 235.321 385.135 246.682 390.247C258.049 395.362 270.187 399.932 281.334 402.608C292.553 405.302 302.462 406.002 309.548 403.701C316.487 401.448 323.298 394.559 329.67 384.647C335.99 374.816 341.656 362.366 346.445 349.564C356.04 323.921 361.966 297.288 362.654 288.23C364.045 269.919 360.108 254.428 359.143 249.115C359.031 248.5 358.64 247.557 357.905 246.301C357.192 245.082 356.243 243.713 355.162 242.277C353.175 239.638 350.845 236.903 348.899 234.599ZM160.876 299.73C160.902 299.961 161.023 300.37 161.403 300.993C162.321 302.497 164.159 304.323 166.407 306.29C167.506 307.251 168.653 308.205 169.773 309.137C170.884 310.06 171.976 310.968 172.922 311.807C173.856 312.634 174.722 313.459 175.351 314.219C175.664 314.598 175.974 315.026 176.198 315.483C176.201 315.488 176.203 315.493 176.205 315.498L179.353 316.554C180.4 316.905 180.964 318.038 180.613 319.085C180.262 320.132 179.128 320.697 178.081 320.346L173.92 318.951C173.86 318.931 173.802 318.908 173.744 318.883C168.769 316.674 157.346 312.511 146.851 309.536C141.599 308.048 136.665 306.882 132.928 306.396C131.045 306.15 129.581 306.094 128.574 306.209C128.499 306.218 128.43 306.229 128.365 306.238C128.615 306.466 128.947 306.735 129.381 307.043C131.054 308.23 133.7 309.631 137.044 311.129C143.697 314.109 152.725 317.306 161.235 319.822C161.776 319.982 162.225 320.363 162.47 320.871C162.715 321.379 162.734 321.966 162.523 322.489C162.263 323.133 161.773 323.441 161.546 323.561C161.296 323.692 161.065 323.751 160.931 323.78C160.655 323.84 160.378 323.857 160.172 323.862C159.735 323.874 159.181 323.846 158.577 323.801C157.351 323.708 155.652 323.519 153.683 323.291C149.711 322.832 144.527 322.201 139.359 321.786C134.165 321.369 129.126 321.184 125.43 321.58C125.042 321.622 124.678 321.67 124.336 321.723C125.086 321.798 125.866 321.875 126.674 321.955C129.631 322.248 132.927 322.577 136.326 323.021C143.096 323.904 150.426 325.258 156.503 327.767C157.524 328.188 158.009 329.358 157.588 330.379C157.166 331.4 155.997 331.885 154.977 331.464C149.4 329.162 142.495 327.86 135.809 326.987C132.479 326.553 129.241 326.229 126.28 325.937C125.265 325.836 124.278 325.737 123.331 325.64C123.821 325.924 124.376 326.214 124.995 326.505C128.071 327.95 132.255 329.237 136.575 330.405C140.734 331.53 145.32 332.616 148.501 333.505C150.134 333.961 151.596 334.418 152.674 334.879C153.202 335.105 153.749 335.378 154.196 335.718C154.528 335.97 155.284 336.618 155.366 337.686C155.463 338.588 154.959 339.232 154.61 339.525C154.282 339.802 153.933 339.934 153.758 339.993C153.368 340.126 152.916 340.198 152.523 340.247C151.694 340.35 150.554 340.409 149.27 340.449C146.699 340.529 143.196 340.538 139.8 340.597C136.351 340.656 132.978 340.765 130.485 341.037C129.634 341.13 128.94 341.237 128.406 341.352C128.496 341.441 128.601 341.539 128.728 341.642C129.454 342.225 130.617 342.824 132.22 343.382C135.406 344.491 139.825 345.27 144.529 345.68C156.483 346.721 159.299 346.04 166.584 348.613C174.647 351.461 182.165 352.681 189.999 354.105C195.45 355.097 200.808 357.839 203.905 359.759C206.455 356.122 208.878 352.062 210.729 348.273C212.586 344.474 213.749 341.181 214.044 338.917L197.4 328.204C197.325 328.156 197.253 328.103 197.186 328.045C194.677 325.907 191.649 322.195 188.5 318.753C185.233 315.181 181.65 311.663 177.706 309.354C177.662 309.329 177.62 309.302 177.578 309.273C175.322 307.711 172.414 305.523 169.176 303.539C166.339 301.801 163.467 300.364 160.876 299.73ZM92.4511 326.846C91.0425 326.506 89.8055 326.417 87.9922 326.974C88.0041 326.97 87.7521 327.077 87.1787 327.529C86.6602 327.938 86.0236 328.511 85.3008 329.225C83.8585 330.648 82.1664 332.534 80.5263 334.543C78.8863 336.552 77.3273 338.649 76.1416 340.487C75.5484 341.407 75.0635 342.239 74.7109 342.947C74.3446 343.683 74.1769 344.175 74.1289 344.442C73.8081 346.226 74.0986 348.257 74.6709 349.641C74.8368 350.042 74.9994 350.322 75.1299 350.506C75.6411 350.164 76.4261 349.603 77.4326 348.862C78.7604 347.885 80.3493 346.691 81.9961 345.467C83.6316 344.251 85.3126 343.014 86.7812 341.983C88.2111 340.98 89.5585 340.087 90.4814 339.631C92.8357 338.468 96.316 337.43 99.8095 336.842C103.268 336.26 107.055 336.065 109.939 336.824C113.409 337.738 118.531 339.601 123.169 341.164C123.459 341.262 123.748 341.356 124.034 341.451C123.976 341.16 123.942 340.856 123.942 340.54C123.942 339.48 124.58 338.787 125.05 338.433C125.512 338.084 126.054 337.865 126.52 337.715C127.476 337.408 128.722 337.206 130.052 337.061C132.747 336.766 136.286 336.656 139.73 336.597C141.315 336.569 142.873 336.554 144.341 336.537C141.698 335.857 138.721 335.129 135.531 334.267C131.191 333.093 126.714 331.731 123.295 330.125C122.122 329.574 121.018 328.966 120.064 328.294C119.944 328.308 119.821 328.314 119.696 328.306C115.847 328.053 111.98 328.336 108.333 328.578C104.803 328.813 101.29 329.031 98.5429 328.483C97.1806 328.212 96.032 327.889 95.0332 327.591C94.0037 327.283 93.2277 327.033 92.4511 326.846ZM151.379 337.992C151.38 338.011 151.382 338.029 151.384 338.047C151.379 337.994 151.376 337.942 151.376 337.889C151.376 337.923 151.377 337.957 151.379 337.992ZM108.036 310.035C106.177 310.892 103.819 311.732 101.454 312.328C98.6638 313.032 95.539 313.483 93.1347 313.004C91.7723 312.732 90.6239 312.409 89.625 312.11C88.5955 311.803 87.8195 311.553 87.0429 311.365C85.6343 311.025 84.3972 310.937 82.584 311.493C82.5948 311.49 82.3427 311.598 81.7705 312.049C81.2519 312.458 80.6155 313.032 79.8925 313.745C78.4503 315.168 76.7582 317.053 75.1181 319.062C73.478 321.072 71.9192 323.168 70.7334 325.007C70.1402 325.927 69.6553 326.759 69.3027 327.467C68.9362 328.203 68.7687 328.696 68.7207 328.963C68.4 330.746 68.6904 332.777 69.2627 334.16C69.4328 334.571 69.5993 334.855 69.7314 335.039C71.6619 333.891 76.9101 330.648 80.9043 328.016C81.4496 327.431 81.9819 326.88 82.4912 326.378C83.2736 325.606 84.0257 324.922 84.7021 324.389C85.319 323.902 86.069 323.379 86.8183 323.149C88.7178 322.567 90.2811 322.479 91.75 322.656C95.4268 321.702 98.3746 320.748 104.023 319.791C106.952 319.295 110.169 318.921 112.638 318.673C112.707 318.666 112.776 318.659 112.845 318.652C110.817 316.279 109.206 313.255 108.036 310.035ZM199.135 297.78C193.479 302.406 185.425 305.95 181.827 307.245C181.827 307.245 181.825 307.246 181.821 307.248C185.445 309.766 188.662 313.005 191.451 316.054C194.84 319.758 197.453 322.988 199.691 324.922L213.1 333.553C214.238 331.398 215.737 329.906 216.938 328.562C218.271 327.072 219.443 325.584 220.15 323.172C216.712 320.879 214.463 317.474 212.944 314.301C211.368 311.006 210.478 307.731 209.926 305.959C209.759 305.425 209.828 304.873 210.074 304.416C209.598 304.492 209.152 304.533 208.745 304.533C206.019 304.533 203.595 302.726 201.886 301.037C200.832 299.996 199.895 298.842 199.135 297.78ZM116.016 322.378C115.285 322.439 114.25 322.531 113.038 322.653C110.607 322.898 107.491 323.261 104.691 323.735C102.845 324.048 101.319 324.356 99.959 324.665C102.014 324.951 104.726 324.809 108.067 324.587C110.758 324.408 113.769 324.19 116.867 324.208C116.781 323.853 116.732 323.48 116.732 323.091C116.732 322.819 116.756 322.56 116.801 322.313C116.607 322.329 116.342 322.351 116.016 322.378ZM155.472 260.325C150.221 262.042 140.74 264.611 131.561 269.048C121.65 273.838 112.883 280.461 110.443 289.708C109.091 294.834 109.496 301.397 111.286 307.156C113.104 313.007 116.153 317.432 119.556 318.97C119.557 318.97 119.559 318.971 119.561 318.972C119.581 318.961 119.601 318.951 119.621 318.94C121.076 318.214 122.98 317.819 125.004 317.603C126.124 317.483 127.338 317.413 128.618 317.382C128.285 315.171 128.332 312.942 128.49 311.239C127.975 310.923 127.499 310.612 127.066 310.306C126.084 309.609 125.19 308.844 124.601 308.015C124.018 307.195 123.452 305.865 124.155 304.466L124.234 304.316C125.089 302.804 126.854 302.379 128.12 302.234C129.164 302.115 130.383 302.133 131.711 302.243C134.256 299.371 138.009 297.536 141.727 296.665C145.514 295.778 149.59 295.815 152.726 297.062C154.442 297.744 155.798 298.622 156.871 299.602C156.871 299.552 156.871 299.503 156.873 299.453C156.931 297.982 157.684 296.762 158.921 295.894L159.084 295.79C159.474 295.569 159.93 295.484 160.377 295.554C164.058 296.125 167.914 298.075 171.266 300.128C173.922 301.755 176.441 303.564 178.41 304.964C178.587 304.766 178.806 304.541 179.067 304.318C178.793 302.095 177.854 299.47 176.527 296.396C175.042 292.954 173.045 288.898 171.498 284.851C170.368 281.896 167.305 276.948 163.918 271.979C160.738 267.316 157.404 262.824 155.472 260.325ZM132.374 313.352C132.346 314.64 132.417 316.062 132.677 317.398C134.952 317.463 137.328 317.61 139.679 317.799C141.016 317.906 142.355 318.027 143.672 318.156C140.702 317.035 137.901 315.895 135.409 314.779C134.346 314.303 133.33 313.824 132.374 313.352ZM160.576 306.294C160.889 307.794 160.907 309.061 160.902 309.757C162.953 310.456 164.922 311.153 166.749 311.822C165.775 311.011 164.758 310.161 163.773 309.3C162.676 308.34 161.569 307.325 160.576 306.294ZM151.248 300.778C149.091 299.921 145.895 299.797 142.64 300.56C140.536 301.052 138.546 301.885 136.906 302.994C140.247 303.632 144.052 304.585 147.941 305.688C150.889 306.523 153.911 307.454 156.851 308.408C156.65 306.104 155.693 302.546 151.248 300.778ZM207.346 250.187C203.439 246.361 198.449 242.504 192.014 243.093C191.386 243.15 190.74 243.251 190.075 243.398C187.5 243.971 185.412 245.03 183.526 246.152C182.479 246.776 181.793 247.23 180.801 247.829C179.958 248.338 179.074 248.835 178.167 249.2L159.161 258.56C161.179 261.199 164.265 265.388 167.223 269.727C170.573 274.641 173.911 279.961 175.234 283.422C176.753 287.394 178.59 291.079 180.2 294.811C181.324 297.415 182.334 300.043 182.829 302.554C186.896 300.85 193.014 297.799 197.175 294.206C195.99 290.66 196.125 286.101 196.668 281.982C197.301 277.176 198.562 272.472 199.539 269.58C199.893 268.534 201.028 267.973 202.074 268.326C203.121 268.68 203.683 269.815 203.329 270.861C202.42 273.552 201.227 277.999 200.634 282.505C200.03 287.088 200.115 291.268 201.317 293.813C202.002 294.99 203.235 296.747 204.696 298.191C206.269 299.745 207.698 300.533 208.745 300.533C209.431 300.533 210.785 300.248 212.714 299.521C214.583 298.815 216.82 297.761 219.209 296.385C223.997 293.627 229.263 289.653 233.32 284.79C234.223 283.708 235.063 282.584 235.823 281.424C238.453 276.897 242.841 271.206 247.245 268.563C247.043 268.354 246.756 268.108 246.377 267.835C244.706 266.634 242.078 265.472 240.314 264.766C238.671 264.108 236.83 263.677 235.059 264.532C233.273 265.394 230.905 267.885 229.075 274.745C228.953 275.202 228.673 275.602 228.284 275.872C226.09 277.398 223.823 278.628 221.826 279.748C218.529 281.596 216.083 283.104 214.655 285.245C214.043 286.164 212.801 286.412 211.882 285.8C210.963 285.187 210.714 283.945 211.327 283.026C213.229 280.174 216.248 278.309 219.202 276.637C219.738 275.019 220.38 272.7 220.779 270.341C221.258 267.515 221.314 265.046 220.783 263.597C220.072 261.653 218.058 259.475 215.327 257.068C213.999 255.898 212.601 254.755 211.214 253.6C209.848 252.461 208.493 251.31 207.346 250.187ZM225.152 266.796C225.123 268.216 224.951 269.667 224.724 271.009C224.563 271.957 224.364 272.895 224.152 273.792C224.573 273.532 224.993 273.265 225.409 272.987C226.058 270.699 226.799 268.765 227.618 267.146C227.188 267.146 226.738 267.123 226.28 267.054C225.905 266.997 225.529 266.911 225.152 266.796ZM222.007 205.326C218.021 204.695 214.187 204.662 211.554 205.706C204.068 208.674 198.991 213.107 195.918 219.769C192.903 226.307 194.552 233.373 194.99 236.148C195.157 237.204 195.077 238.209 194.873 239.102C201.597 239.68 206.677 243.933 210.145 247.328C211.165 248.328 212.408 249.388 213.774 250.526C215.12 251.648 216.589 252.849 217.972 254.067C220.525 256.317 223.156 258.932 224.358 261.767C225.355 262.687 226.185 262.993 226.881 263.099C227.753 263.231 228.549 263.093 229.733 262.938C229.73 262.939 229.752 262.936 229.801 262.921C229.85 262.905 229.918 262.879 230.006 262.839C230.186 262.756 230.41 262.632 230.684 262.455C231.246 262.092 231.854 261.622 232.571 261.075C233.249 260.559 234.028 259.972 234.802 259.513C235.538 259.075 236.522 258.595 237.597 258.551C237.737 258.545 237.867 258.535 237.989 258.527C237.793 257.704 238.135 256.841 238.853 256.381C239.457 255.994 240.209 255.965 240.829 256.275C241.007 256.278 241.272 256.257 241.583 256.2C241.687 256.181 241.788 256.159 241.883 256.137C241.887 256.005 241.892 255.857 241.898 255.687C241.924 254.954 241.971 253.641 242.432 252.604L242.54 252.394C242.82 251.923 243.284 251.584 243.825 251.464C244.098 251.403 244.906 251.159 245.677 250.82C245.901 250.722 246.098 250.623 246.263 250.533C246.211 250.396 246.149 250.246 246.079 250.086C246.029 250.029 245.98 249.97 245.936 249.906C245.757 249.651 245.648 249.368 245.601 249.08C245.462 248.806 245.326 248.541 245.2 248.299C245.102 248.111 245.004 247.92 244.926 247.76C244.891 247.687 244.727 247.365 244.654 247.038C244.415 245.96 245.095 244.892 246.173 244.652C246.864 244.499 247.549 244.724 248.017 245.188C248.478 244.488 248.989 243.598 249.495 242.497C249.804 241.825 250.047 240.633 250.093 238.943C250.138 237.298 249.993 235.345 249.66 233.26C248.991 229.069 247.591 224.554 245.637 221.149C244.113 218.495 241.484 215.707 238.703 213.252C236.035 210.897 233.348 208.958 231.652 207.863C229.435 207.024 225.811 205.929 222.007 205.326ZM236.641 241.102C236.641 239.997 237.536 239.102 238.641 239.102C239.745 239.102 240.641 239.997 240.641 241.102C240.641 241.396 240.703 241.67 240.851 241.885C240.972 242.061 241.287 242.404 242.203 242.62C243.278 242.874 243.944 243.951 243.69 245.026C243.437 246.101 242.359 246.767 241.284 246.514C239.558 246.106 238.321 245.269 237.551 244.146C236.807 243.06 236.641 241.913 236.641 241.102ZM318.328 106.91C310.401 106.91 303.829 108.678 299.328 110.894C297.071 112.005 295.398 113.198 294.336 114.278C293.204 115.429 293.044 116.155 293.056 116.364C293.107 117.293 292.511 118.136 291.617 118.396C290.724 118.655 289.768 118.264 289.313 117.452C288.93 116.769 288.293 116.33 287.322 116.17C286.302 116.002 284.949 116.164 283.437 116.762C280.413 117.958 277.238 120.709 275.629 124.562C272.356 132.396 272.459 137.54 273.388 140.825C273.702 141.937 274.12 142.867 274.569 143.65C275.788 138.3 278.399 131.676 283.568 126.406C284.068 125.844 284.748 125.588 285.112 125.466C285.616 125.297 286.201 125.175 286.807 125.088C288.029 124.911 289.56 124.841 291.195 124.902C294.418 125.023 298.402 125.665 301.429 127.286C308.491 131.069 314.959 137.756 320.148 149.159C322.799 154.983 323.933 161.183 324.116 166.578C324.173 168.242 324.139 169.85 324.027 171.364C325.102 169.214 326.052 166.926 326.656 165.28L326.721 165.125C327.075 164.364 327.875 163.899 328.723 163.979C329.627 164.066 330.36 164.751 330.507 165.647C330.871 167.876 331.307 171.452 331.435 174.997C331.45 175.439 331.46 175.882 331.466 176.324C332.33 174.54 332.852 172.837 333.081 171.369C333.323 168.965 333.838 166.307 335.347 164.43C336.157 163.422 337.238 162.657 338.615 162.287C339.96 161.925 341.461 161.973 343.095 162.354C345.157 162.836 346.823 163.704 348.109 164.924C349.393 166.142 350.202 167.62 350.692 169.181C351.647 172.221 351.434 175.746 351.078 178.788C350.74 181.682 350.186 187.162 348.406 190.909C347.517 192.781 346.089 194.725 343.761 195.307C342.642 195.586 341.498 195.504 340.336 195.126C340.56 196.591 340.784 198.126 341.007 199.63C341.465 202.728 341.917 205.689 342.373 207.815H342.372C344.002 215.318 344.95 221.864 348.662 227.896C349.047 228.522 350.022 229.723 351.443 231.412C353.278 233.592 355.687 236.399 357.813 239.162C357.87 238.805 357.929 238.429 357.996 238.034C358.723 233.748 360.107 227.262 362.73 218.365C365.306 209.634 368.641 195.217 370.252 180.435C371.873 165.559 371.7 150.703 367.568 140.849C362.28 128.235 354.894 119.786 346.436 114.476C337.966 109.158 328.294 106.91 318.328 106.91ZM267.011 205.586C262.054 204.14 256.881 203.138 252.845 203.395C246.692 203.785 240.753 205.317 236.842 206.608C238.239 207.646 239.799 208.883 241.351 210.253C242.348 211.133 243.357 212.082 244.329 213.078C247.753 211.624 253.507 210.01 259.279 208.596C262.709 207.755 266.216 206.97 269.364 206.311C268.595 206.062 267.808 205.819 267.011 205.586ZM218.492 240.619C218.492 241.488 218.066 242.457 217.45 243.228C216.769 244.081 215.722 244.874 214.255 245.265C214.204 245.278 214.152 245.29 214.1 245.3C212.69 245.558 211.378 245.387 210.226 244.82C209.095 244.264 208.248 243.393 207.625 242.447C206.407 240.598 205.875 238.216 205.722 236.221C205.536 233.81 206.533 231.144 207.86 229.146C208.541 228.12 209.375 227.168 210.316 226.453C211.24 225.752 212.417 225.167 213.74 225.167C215.76 225.167 217.235 226.375 218.143 227.457C219.068 228.561 219.678 229.845 219.977 230.729C220.33 231.775 219.767 232.909 218.721 233.263C217.674 233.616 216.54 233.054 216.186 232.008C216.012 231.491 215.62 230.674 215.078 230.027C214.518 229.36 214.059 229.167 213.74 229.167C213.602 229.167 213.26 229.239 212.736 229.638C212.23 230.022 211.687 230.614 211.192 231.358C210.169 232.9 209.615 234.684 209.71 235.914C209.837 237.56 210.267 239.185 210.966 240.246C211.301 240.755 211.651 241.064 211.991 241.231C212.295 241.381 212.703 241.472 213.3 241.377C213.842 241.216 214.151 240.948 214.324 240.731C214.42 240.611 214.475 240.506 214.501 240.443V240.441C214.591 239.42 215.448 238.619 216.492 238.619C217.597 238.619 218.492 239.515 218.492 240.619ZM277.628 151.111C277.628 151.985 277.771 152.678 277.979 153.428C278.173 154.125 278.515 155.14 278.724 156.215C279.182 158.582 279.11 161.525 277.537 166.566C276.647 169.419 276.328 171.646 276.299 173.316C278.146 170.205 280.193 167.003 281.61 164.865C282.221 163.945 283.461 163.693 284.382 164.304C285.302 164.914 285.554 166.156 284.943 167.076C282.863 170.213 279.464 175.583 277.396 179.491C276.846 180.533 276.409 181.433 276.12 182.138C275.975 182.491 275.881 182.764 275.826 182.961C275.806 183.034 275.795 183.085 275.789 183.115C275.829 183.315 276.068 183.798 276.909 184.47C277.731 185.126 278.743 185.651 279.397 185.916C280.083 186.194 280.559 186.828 280.636 187.563C280.712 188.302 280.707 190.027 280.692 191.714C280.677 193.492 280.646 195.385 280.646 196.668C280.646 199.604 280.817 202.583 281.85 207.85C282.056 208.904 282.767 210.04 283.913 211.089C285.046 212.126 286.468 212.947 287.817 213.407C292.601 215.037 298.91 214.596 305.212 212.867C311.476 211.149 317.423 208.242 321.359 205.299C322.244 204.637 323.498 204.819 324.159 205.703C324.82 206.588 324.639 207.842 323.755 208.503C319.367 211.784 312.951 214.892 306.27 216.725C299.625 218.547 292.404 219.194 286.528 217.193C284.667 216.559 282.761 215.458 281.212 214.04C279.931 212.868 278.797 211.386 278.209 209.671C277.714 209.451 277.172 209.216 276.588 208.973C272.548 209.692 266.275 211 260.231 212.48C255.095 213.739 250.281 215.085 247.135 216.263C247.875 217.211 248.545 218.18 249.106 219.158C251.364 223.091 252.887 228.099 253.61 232.629C253.974 234.904 254.144 237.111 254.091 239.053C254.039 240.95 253.771 242.773 253.13 244.168C252.084 246.44 250.956 248.092 250.02 249.164C250.078 249.318 250.132 249.473 250.179 249.625C250.27 249.92 250.358 250.265 250.396 250.623C250.432 250.951 250.448 251.481 250.229 252.034C249.899 252.87 249.202 253.398 248.805 253.667C248.327 253.991 247.782 254.264 247.287 254.481C246.838 254.679 246.373 254.854 245.947 254.999C245.926 255.226 245.907 255.501 245.895 255.828C245.883 256.179 245.874 256.642 245.846 257.006C245.831 257.195 245.808 257.427 245.76 257.659C245.721 257.846 245.625 258.26 245.346 258.659C245.035 259.102 244.622 259.342 244.451 259.438C244.221 259.566 243.978 259.668 243.759 259.748C243.316 259.91 242.803 260.043 242.3 260.135C242.292 260.49 242.188 260.834 242.004 261.134C243.799 261.86 246.686 263.132 248.711 264.587C249.683 265.286 250.883 266.317 251.319 267.668C251.572 268.451 251.565 269.339 251.138 270.188C250.741 270.975 250.078 271.536 249.384 271.944C245.825 274.038 241.792 279.098 239.251 283.487C239.233 283.519 239.214 283.55 239.194 283.58C238.336 284.893 237.394 286.151 236.393 287.352C231.961 292.664 226.292 296.921 221.206 299.851C218.658 301.318 216.224 302.472 214.126 303.264C213.72 303.417 213.317 303.555 212.924 303.686C213.302 303.931 213.599 304.305 213.744 304.769C214.347 306.702 215.135 309.61 216.553 312.574C217.589 314.739 218.91 316.808 220.623 318.438C222.373 304.444 232.857 294.072 244.129 286.465C250.351 282.266 256.944 278.819 262.72 275.997C268.584 273.132 273.42 270.995 276.459 269.281C284.594 264.694 294.154 257.52 303.642 250.79C312.984 244.163 322.359 237.886 329.801 235.533C335.371 233.772 339.304 232.389 342.266 231.562C343.536 231.208 344.689 230.938 345.786 230.771C345.576 230.484 345.397 230.223 345.256 229.993C341.089 223.222 340.01 215.78 338.463 208.66L338.462 208.654C337.974 206.378 337.503 203.282 337.05 200.214C336.591 197.108 336.147 194.019 335.707 191.646C335.554 190.819 335.934 189.985 336.658 189.559C337.382 189.132 338.295 189.203 338.944 189.737C341.078 191.493 342.255 191.56 342.791 191.426C343.363 191.283 344.077 190.701 344.793 189.193C346.224 186.18 346.736 181.477 347.105 178.323C347.457 175.318 347.556 172.541 346.877 170.379C346.55 169.338 346.056 168.491 345.355 167.826C344.658 167.164 343.661 166.593 342.186 166.249C340.989 165.97 340.186 166.006 339.653 166.149C339.153 166.284 338.782 166.541 338.465 166.936C337.736 167.842 337.287 169.477 337.054 171.847C337.05 171.883 337.045 171.92 337.039 171.956C336.422 175.958 334.205 180.937 329.967 185.291C329.295 185.982 328.225 186.095 327.423 185.56C326.621 185.025 326.316 183.994 326.695 183.108C326.997 182.406 327.229 181.306 327.357 179.855C327.483 178.436 327.497 176.813 327.436 175.141C327.418 174.638 327.392 174.134 327.362 173.634C327.13 174.086 326.895 174.534 326.653 174.968C325.879 176.356 325.016 177.701 324.115 178.725C323.664 179.237 323.154 179.727 322.587 180.101C322.027 180.47 321.287 180.808 320.422 180.808C319.745 180.807 319.114 180.464 318.745 179.896C318.376 179.328 318.32 178.612 318.596 177.993C319.559 175.831 320.289 171.735 320.118 166.714C319.949 161.743 318.902 156.077 316.508 150.815C311.608 140.049 305.685 134.104 299.539 130.812C297.283 129.603 293.997 129.011 291.046 128.9C289.594 128.846 288.311 128.912 287.379 129.047C286.908 129.115 286.58 129.193 286.384 129.259C286.379 129.26 286.374 129.262 286.369 129.264C279.288 136.528 277.628 146.936 277.628 151.111Z\"\n fill=\"black\"\n />\n <path\n d=\"M277.597 194.497C278.272 193.622 279.527 193.461 280.402 194.136C283.001 196.142 286.746 198.107 290.284 196.345C291.273 195.852 292.474 196.254 292.966 197.243C293.458 198.232 293.057 199.432 292.069 199.925C286.211 202.843 280.611 199.348 277.958 197.302C277.084 196.627 276.922 195.371 277.597 194.497Z\"\n fill=\"black\"\n />\n <path\n d=\"M293.903 165.395C296.071 165.395 298.757 166.109 301.301 167.287C303.866 168.475 306.48 170.222 308.432 172.464C309.157 173.297 309.07 174.56 308.238 175.285C307.405 176.011 306.141 175.924 305.416 175.091C303.921 173.375 301.811 171.931 299.621 170.917C297.41 169.893 295.309 169.395 293.903 169.395C292.798 169.395 291.903 168.499 291.903 167.395C291.903 166.29 292.798 165.395 293.903 165.395Z\"\n fill=\"black\"\n />\n <path\n d=\"M276.995 159.9C278.01 159.9 282.354 160.331 285.003 164.855C285.562 165.809 285.241 167.034 284.288 167.592C283.334 168.15 282.109 167.83 281.551 166.877C279.922 164.094 277.312 163.9 276.995 163.9C275.89 163.9 274.995 163.005 274.995 161.9C274.995 160.796 275.89 159.9 276.995 159.9Z\"\n fill=\"black\"\n />\n <path\n d=\"M299.414 175.569C299.414 176.783 298.429 177.768 297.215 177.768C296.001 177.768 295.017 176.783 295.017 175.569C295.017 174.355 296.001 173.371 297.215 173.371C298.429 173.371 299.414 174.355 299.414 175.569Z\"\n fill=\"black\"\n />\n <path\n d=\"M295.008 215.256C295.65 214.357 296.899 214.149 297.798 214.79C298.697 215.432 298.905 216.681 298.264 217.58C298.115 217.789 298.01 218.029 297.846 218.505C297.695 218.944 297.475 219.646 297.09 220.374C296.253 221.955 294.775 223.452 291.785 225.019C290.807 225.531 289.598 225.153 289.086 224.175C288.573 223.197 288.951 221.988 289.93 221.476C292.455 220.153 293.209 219.155 293.555 218.503C293.76 218.115 293.87 217.766 294.063 217.203C294.244 216.678 294.5 215.967 295.008 215.256Z\"\n fill=\"black\"\n />\n <path\n d=\"M371.516 164.33C371.755 163.252 372.824 162.572 373.902 162.812C374.312 162.903 374.907 163.131 375.504 163.373C376.163 163.641 377.014 164.006 378.027 164.453C380.056 165.35 382.786 166.599 386.042 168.115C392.558 171.15 401.219 175.27 410.679 179.809C429.6 188.888 451.739 199.656 466.353 206.803C466.849 207.046 467.223 207.483 467.386 208.01C467.548 208.537 467.486 209.108 467.213 209.588L361.719 395.046C361.172 396.006 359.951 396.341 358.991 395.795C358.031 395.249 357.696 394.028 358.242 393.069L462.683 209.462C448.101 202.337 427.049 192.101 408.948 183.415C399.493 178.878 390.848 174.766 384.353 171.741C381.105 170.229 378.403 168.992 376.41 168.112C375.413 167.671 374.605 167.325 374 167.079C373.697 166.956 373.456 166.863 373.275 166.798C373.074 166.726 373.011 166.711 373.034 166.716C371.956 166.476 371.276 165.408 371.516 164.33Z\"\n fill=\"black\"\n />\n </svg>\n );\n};\n\nexport default SkinToSkinMedium;\n"],"mappings":";;AAKA,IAAMA,oBAAwD,EAAE,OAAO,eAAe,YAAY;CAChG,MAAM,iBAA0B;AAC9B,UAAQ,OAAR;GACE,KAAK,YACH,QAAO;IACL,MAAM;IACN,MAAM;IACN,SAAS;IACV;GACH,KAAK,SACH,QAAO;IACL,MAAM;IACN,MAAM;IACN,SAAS;IACV;GACH,QACE,QAAO;IACL,MAAM;IACN,MAAM;IACN,SAAS;IACV;;KAEH;AAEJ,QACE,qBAAC,OAAA;EAAI,GAAI;EAAe,SAAS,YAAY;;GAC1C;GACD,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;;GACE;;AAIV,IAAA,2BAAe"}
@@ -1,4 +1,4 @@
1
- import { t as ViewBoxSize } from "./utils4.js";
1
+ import { t as ViewBoxSize } from "./utils3.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  var StorkMedium = ({ color, svgProperties, title }) => {
4
4
  const palette = (() => {
@@ -1,4 +1,4 @@
1
- import { t as ViewBoxSize } from "./utils4.js";
1
+ import { t as ViewBoxSize } from "./utils3.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  var StrollerMedium = ({ color, svgProperties, title }) => {
4
4
  const palette = (() => {
@@ -1,4 +1,4 @@
1
- import { t as ViewBoxSize } from "./utils4.js";
1
+ import { t as ViewBoxSize } from "./utils3.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  var Support2Medium = ({ color, svgProperties, title }) => {
4
4
  const palette = (() => {
package/lib/TableBody.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { n as ModeType } from "./constants3.js";
2
- import { i as mapChildrenWithMode } from "./utils6.js";
2
+ import { i as mapChildrenWithMode } from "./utils5.js";
3
3
  import classNames from "classnames";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  import tableStyles from "./components/Table/styles.module.scss";
package/lib/TableHead.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { n as ModeType, t as HeaderCategory } from "./constants3.js";
2
- import { i as mapChildrenWithMode } from "./utils6.js";
2
+ import { i as mapChildrenWithMode } from "./utils5.js";
3
3
  import classNames from "classnames";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  import tableStyles from "./components/Table/styles.module.scss";
package/lib/TableRow.js CHANGED
@@ -3,7 +3,7 @@ import { t as Button_default } from "./Button.js";
3
3
  import { t as ChevronDown_default } from "./ChevronDown.js";
4
4
  import { t as ChevronUp_default } from "./ChevronUp.js";
5
5
  import { n as ModeType } from "./constants3.js";
6
- import { i as mapChildrenWithMode } from "./utils6.js";
6
+ import { i as mapChildrenWithMode } from "./utils5.js";
7
7
  import classNames from "classnames";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
9
  import tableStyles from "./components/Table/styles.module.scss";
@@ -1,4 +1,4 @@
1
- import { t as ViewBoxSize } from "./utils4.js";
1
+ import { t as ViewBoxSize } from "./utils3.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  var ThinkingMedium = ({ color, svgProperties, title }) => {
4
4
  const palette = (() => {
@@ -0,0 +1,77 @@
1
+ import { n as AnalyticsId } from "./constants2.js";
2
+ import { t as CheckboxMarker_default } from "./CheckboxMarker.js";
3
+ import { t as useIdWithFallback } from "./useIdWithFallback.js";
4
+ import { t as getAriaDescribedBy } from "./accessibility.js";
5
+ import { t as ErrorWrapper_default } from "./ErrorWrapper.js";
6
+ import classNames from "classnames";
7
+ import { useState } from "react";
8
+ import { jsx, jsxs } from "react/jsx-runtime";
9
+ import styles from "./components/VisualCheckboxGroup/VisualCheckbox/styles.module.scss";
10
+ const VisualContent = (props) => {
11
+ const { children, className, testId } = props;
12
+ return /* @__PURE__ */ jsx("span", {
13
+ className: classNames(styles["visual-checkbox__visual-content"], className),
14
+ "data-testid": testId,
15
+ "aria-hidden": "true",
16
+ children
17
+ });
18
+ };
19
+ var VisualContent_default = VisualContent;
20
+ var VisualCheckbox = (props) => {
21
+ const { className, checked, defaultChecked, children, visualContent, variant = "line", inputId: inputIdProp, errorText, error = !!errorText, errorTextId: errorTextIdProp, errorWrapperClassName, testId, onChange, ref, ...rest } = props;
22
+ const inputId = useIdWithFallback(inputIdProp);
23
+ const errorTextId = useIdWithFallback(errorTextIdProp);
24
+ const [isChecked, setIsChecked] = useState(!!(checked ?? defaultChecked));
25
+ const [prevChecked, setPrevChecked] = useState(checked);
26
+ if (prevChecked !== checked) {
27
+ setPrevChecked(checked);
28
+ if (checked !== void 0 && checked !== isChecked) setIsChecked(checked);
29
+ }
30
+ const handleChange = (e) => {
31
+ setIsChecked(e.target.checked);
32
+ onChange?.(e);
33
+ };
34
+ return /* @__PURE__ */ jsx(ErrorWrapper_default, {
35
+ className: errorWrapperClassName,
36
+ errorText,
37
+ errorTextId,
38
+ children: /* @__PURE__ */ jsxs("label", {
39
+ className: classNames(styles["visual-checkbox"], styles[`visual-checkbox--variant-${variant}`], {
40
+ [styles["visual-checkbox--checked"]]: isChecked,
41
+ [styles["visual-checkbox--invalid"]]: error
42
+ }, className),
43
+ htmlFor: inputId,
44
+ "data-testid": testId,
45
+ "data-analyticsid": AnalyticsId.Checkbox,
46
+ children: [
47
+ /* @__PURE__ */ jsx(VisualContent_default, { children: visualContent }),
48
+ /* @__PURE__ */ jsx("input", {
49
+ ...rest,
50
+ id: inputId,
51
+ ref,
52
+ className: styles["visual-checkbox__input"],
53
+ type: "checkbox",
54
+ checked: isChecked,
55
+ "aria-invalid": error,
56
+ "aria-describedby": getAriaDescribedBy(props, errorTextId),
57
+ onChange: handleChange
58
+ }),
59
+ /* @__PURE__ */ jsxs("span", {
60
+ className: styles["visual-checkbox__frame"],
61
+ children: [/* @__PURE__ */ jsx("span", {
62
+ className: styles["visual-checkbox__label"],
63
+ children
64
+ }), /* @__PURE__ */ jsx(CheckboxMarker_default, {
65
+ checked: isChecked,
66
+ error,
67
+ size: "large"
68
+ })]
69
+ })
70
+ ]
71
+ })
72
+ });
73
+ };
74
+ var VisualCheckbox_default = VisualCheckbox;
75
+ export { VisualCheckbox_default as t };
76
+
77
+ //# sourceMappingURL=VisualCheckbox.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VisualCheckbox.js","names":["VisualContent: React.FC<VisualContentProps>","VisualCheckbox: React.FC<VisualCheckboxProps>"],"sources":["../src/components/VisualCheckboxGroup/VisualCheckbox/VisualContent.tsx","../src/components/VisualCheckboxGroup/VisualCheckbox/VisualCheckbox.tsx"],"sourcesContent":["import classNames from 'classnames';\n\nimport styles from './styles.module.scss';\n\nexport interface VisualContentProps {\n /** Content rendered inside the circular area – typically an <img> or illustration component. */\n children: React.ReactNode;\n /** Adds custom classes to the root element. */\n className?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nexport const VisualContent: React.FC<VisualContentProps> = props => {\n const { children, className, testId } = props;\n\n return (\n <span className={classNames(styles['visual-checkbox__visual-content'], className)} data-testid={testId} aria-hidden=\"true\">\n {children}\n </span>\n );\n};\n\nexport default VisualContent;\n","import { useState } from 'react';\n\nimport classNames from 'classnames';\n\nimport type { ErrorWrapperClassNameProps } from '../../ErrorWrapper';\n\nimport VisualContent from './VisualContent';\nimport { AnalyticsId } from '../../../constants';\nimport { useIdWithFallback } from '../../../hooks/useIdWithFallback';\nimport { getAriaDescribedBy } from '../../../utils/accessibility';\nimport CheckboxMarker from '../../Checkbox/CheckboxMarker/CheckboxMarker';\nimport ErrorWrapper from '../../ErrorWrapper';\n\nimport styles from './styles.module.scss';\n\nexport type VisualCheckboxVariant = 'line' | 'rectangle';\n\nexport interface VisualCheckboxProps\n extends ErrorWrapperClassNameProps, Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type' | 'id' | 'className' | 'children' | 'size'> {\n /** Adds custom classes to the root element. */\n className?: string;\n /** Label rendered inside the checkbox frame. */\n children: string;\n /** Content rendered inside the circular visual slot. */\n visualContent: React.ReactNode;\n /** Layout variant. `line` is a thin horizontal pill, `rectangle` is a vertical card. */\n variant?: VisualCheckboxVariant;\n /** input id of the underlying checkbox */\n inputId?: string;\n /** Activates error styling. Can be true while errorText is empty (e.g. when used in a FormGroup). */\n error?: boolean;\n /** Error text to show above the component. */\n errorText?: string;\n /** Error text id */\n errorTextId?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Ref forwarded to the underlying input element. */\n ref?: React.Ref<HTMLInputElement | null>;\n}\n\nconst VisualCheckbox: React.FC<VisualCheckboxProps> = props => {\n const {\n className,\n checked,\n defaultChecked,\n children,\n visualContent,\n variant = 'line',\n inputId: inputIdProp,\n errorText,\n error = !!errorText,\n errorTextId: errorTextIdProp,\n errorWrapperClassName,\n testId,\n onChange,\n ref,\n ...rest\n } = props;\n\n const inputId = useIdWithFallback(inputIdProp);\n const errorTextId = useIdWithFallback(errorTextIdProp);\n const [isChecked, setIsChecked] = useState<boolean>(!!(checked ?? defaultChecked));\n const [prevChecked, setPrevChecked] = useState<boolean | undefined>(checked);\n if (prevChecked !== checked) {\n setPrevChecked(checked);\n if (checked !== undefined && checked !== isChecked) {\n setIsChecked(checked);\n }\n }\n\n const handleChange = (e: React.ChangeEvent<HTMLInputElement>): void => {\n setIsChecked(e.target.checked);\n onChange?.(e);\n };\n\n return (\n <ErrorWrapper className={errorWrapperClassName} errorText={errorText} errorTextId={errorTextId}>\n <label\n className={classNames(\n styles['visual-checkbox'],\n styles[`visual-checkbox--variant-${variant}`],\n {\n [styles['visual-checkbox--checked']]: isChecked,\n [styles['visual-checkbox--invalid']]: error,\n },\n className\n )}\n htmlFor={inputId}\n data-testid={testId}\n data-analyticsid={AnalyticsId.Checkbox}\n >\n <VisualContent>{visualContent}</VisualContent>\n <input\n {...rest}\n id={inputId}\n ref={ref}\n className={styles['visual-checkbox__input']}\n type=\"checkbox\"\n checked={isChecked}\n aria-invalid={error}\n aria-describedby={getAriaDescribedBy(props, errorTextId)}\n onChange={handleChange}\n />\n <span className={styles['visual-checkbox__frame']}>\n <span className={styles['visual-checkbox__label']}>{children}</span>\n <CheckboxMarker checked={isChecked} error={error} size={'large'} />\n </span>\n </label>\n </ErrorWrapper>\n );\n};\n\nexport default VisualCheckbox;\n"],"mappings":";;;;;;;;;AAaA,MAAaA,iBAA8C,UAAS;CAClE,MAAM,EAAE,UAAU,WAAW,WAAW;AAExC,QACE,oBAAC,QAAA;EAAK,WAAW,WAAW,OAAO,oCAAoC,UAAU;EAAE,eAAa;EAAQ,eAAY;EACjH;GACI;;AAIX,IAAA,wBAAe;ACkBf,IAAMC,kBAAgD,UAAS;CAC7D,MAAM,EACJ,WACA,SACA,gBACA,UACA,eACA,UAAU,QACV,SAAS,aACT,WACA,QAAQ,CAAC,CAAC,WACV,aAAa,iBACb,uBACA,QACA,UACA,KACA,GAAG,SACD;CAEJ,MAAM,UAAU,kBAAkB,YAAY;CAC9C,MAAM,cAAc,kBAAkB,gBAAgB;CACtD,MAAM,CAAC,WAAW,gBAAgB,SAAkB,CAAC,EAAE,WAAW,gBAAgB;CAClF,MAAM,CAAC,aAAa,kBAAkB,SAA8B,QAAQ;AAC5E,KAAI,gBAAgB,SAAS;AAC3B,iBAAe,QAAQ;AACvB,MAAI,YAAY,KAAA,KAAa,YAAY,UACvC,cAAa,QAAQ;;CAIzB,MAAM,gBAAgB,MAAiD;AACrE,eAAa,EAAE,OAAO,QAAQ;AAC9B,aAAW,EAAE;;AAGf,QACE,oBAAC,sBAAA;EAAa,WAAW;EAAkC;EAAwB;YACjF,qBAAC,SAAA;GACC,WAAW,WACT,OAAO,oBACP,OAAO,4BAA4B,YACnC;KACG,OAAO,8BAA8B;KACrC,OAAO,8BAA8B;IACvC,EACD,UACD;GACD,SAAS;GACT,eAAa;GACb,oBAAkB,YAAY;;IAE9B,oBAAC,uBAAA,EAAA,UAAe,eAAA,CAA8B;IAC9C,oBAAC,SAAA;KACC,GAAI;KACJ,IAAI;KACC;KACL,WAAW,OAAO;KAClB,MAAK;KACL,SAAS;KACT,gBAAc;KACd,oBAAkB,mBAAmB,OAAO,YAAY;KACxD,UAAU;MACV;IACF,qBAAC,QAAA;KAAK,WAAW,OAAO;gBACtB,oBAAC,QAAA;MAAK,WAAW,OAAO;MAA4B;OAAgB,EACpE,oBAAC,wBAAA;MAAe,SAAS;MAAkB;MAAO,MAAM;OAAW,CAAA;MAC9D;;IACD;GACK;;AAInB,IAAA,yBAAe"}
@@ -0,0 +1,62 @@
1
+ import { n as AnalyticsId } from "./constants2.js";
2
+ import { t as useIdWithFallback } from "./useIdWithFallback.js";
3
+ import { t as getAriaDescribedBy } from "./accessibility.js";
4
+ import { t as ErrorWrapper_default } from "./ErrorWrapper.js";
5
+ import { t as RadioMarker_default } from "./RadioMarker.js";
6
+ import classNames from "classnames";
7
+ import { jsx, jsxs } from "react/jsx-runtime";
8
+ import styles from "./components/VisualRadioGroup/VisualRadio/styles.module.scss";
9
+ const VisualContent = (props) => {
10
+ const { children, className, testId } = props;
11
+ return /* @__PURE__ */ jsx("span", {
12
+ className: classNames(styles["visual-radio__visual-content"], className),
13
+ "data-testid": testId,
14
+ "aria-hidden": "true",
15
+ children
16
+ });
17
+ };
18
+ var VisualContent_default = VisualContent;
19
+ var VisualRadio = (props) => {
20
+ const { className, children, visualContent, variant = "line", inputId: inputIdProp, errorText, error = !!errorText, errorTextId: errorTextIdProp, errorWrapperClassName, testId, ref, ...rest } = props;
21
+ const inputId = useIdWithFallback(inputIdProp);
22
+ const errorTextId = useIdWithFallback(errorTextIdProp);
23
+ return /* @__PURE__ */ jsx(ErrorWrapper_default, {
24
+ className: errorWrapperClassName,
25
+ errorText,
26
+ errorTextId,
27
+ children: /* @__PURE__ */ jsxs("label", {
28
+ className: classNames(styles["visual-radio"], styles[`visual-radio--variant-${variant}`], { [styles["visual-radio--invalid"]]: error }, className),
29
+ htmlFor: inputId,
30
+ "data-testid": testId,
31
+ "data-analyticsid": AnalyticsId.RadioButton,
32
+ children: [
33
+ visualContent !== void 0 && /* @__PURE__ */ jsx(VisualContent_default, { children: visualContent }),
34
+ /* @__PURE__ */ jsx("input", {
35
+ ...rest,
36
+ id: inputId,
37
+ ref,
38
+ className: styles["visual-radio__input"],
39
+ type: "radio",
40
+ checked: rest.checked,
41
+ "aria-invalid": error,
42
+ "aria-describedby": getAriaDescribedBy(props, errorTextId),
43
+ onChange: rest.onChange
44
+ }),
45
+ /* @__PURE__ */ jsxs("span", {
46
+ className: styles["visual-radio__frame"],
47
+ children: [/* @__PURE__ */ jsx("span", {
48
+ className: styles["visual-radio__label"],
49
+ children
50
+ }), /* @__PURE__ */ jsx(RadioMarker_default, {
51
+ error,
52
+ size: "large"
53
+ })]
54
+ })
55
+ ]
56
+ })
57
+ });
58
+ };
59
+ var VisualRadio_default = VisualRadio;
60
+ export { VisualRadio_default as t };
61
+
62
+ //# sourceMappingURL=VisualRadio.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VisualRadio.js","names":["VisualContent: React.FC<VisualContentProps>","VisualRadio: React.FC<VisualRadioProps>"],"sources":["../src/components/VisualRadioGroup/VisualRadio/VisualContent.tsx","../src/components/VisualRadioGroup/VisualRadio/VisualRadio.tsx"],"sourcesContent":["import classNames from 'classnames';\n\nimport styles from './styles.module.scss';\n\nexport interface VisualContentProps {\n /** Content rendered inside the circular area – typically an <img> or illustration component. */\n children: React.ReactNode;\n /** Adds custom classes to the root element. */\n className?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nexport const VisualContent: React.FC<VisualContentProps> = props => {\n const { children, className, testId } = props;\n\n return (\n <span className={classNames(styles['visual-radio__visual-content'], className)} data-testid={testId} aria-hidden=\"true\">\n {children}\n </span>\n );\n};\n\nexport default VisualContent;\n","import classNames from 'classnames';\n\nimport type { ErrorWrapperClassNameProps } from '../../ErrorWrapper';\n\nimport VisualContent from './VisualContent';\nimport { AnalyticsId } from '../../../constants';\nimport { useIdWithFallback } from '../../../hooks/useIdWithFallback';\nimport { getAriaDescribedBy } from '../../../utils/accessibility';\nimport ErrorWrapper from '../../ErrorWrapper';\nimport RadioMarker from '../../RadioButton/RadioMarker/RadioMarker';\n\nimport styles from './styles.module.scss';\n\nexport type VisualRadioVariant = 'line' | 'rectangle';\n\nexport interface VisualRadioProps\n extends ErrorWrapperClassNameProps, Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type' | 'id' | 'className' | 'children' | 'size'> {\n /** Adds custom classes to the root element. */\n className?: string;\n /** Label rendered inside the radio frame. */\n children: string;\n /** Content rendered inside the circular visual slot. */\n visualContent?: React.ReactNode;\n /** Layout variant. `line` is a thin horizontal pill, `rectangle` is a vertical card. */\n variant?: VisualRadioVariant;\n /** input id of the underlying radio */\n inputId?: string;\n /** Activates error styling. Can be true while errorText is empty (e.g. when used in a FormGroup). */\n error?: boolean;\n /** Error text to show above the component. */\n errorText?: string;\n /** Error text id */\n errorTextId?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Ref forwarded to the underlying input element. */\n ref?: React.Ref<HTMLInputElement | null>;\n}\n\nconst VisualRadio: React.FC<VisualRadioProps> = props => {\n const {\n className,\n children,\n visualContent,\n variant = 'line',\n inputId: inputIdProp,\n errorText,\n error = !!errorText,\n errorTextId: errorTextIdProp,\n errorWrapperClassName,\n testId,\n ref,\n ...rest\n } = props;\n\n const inputId = useIdWithFallback(inputIdProp);\n const errorTextId = useIdWithFallback(errorTextIdProp);\n\n return (\n <ErrorWrapper className={errorWrapperClassName} errorText={errorText} errorTextId={errorTextId}>\n <label\n className={classNames(\n styles['visual-radio'],\n styles[`visual-radio--variant-${variant}`],\n { [styles['visual-radio--invalid']]: error },\n className\n )}\n htmlFor={inputId}\n data-testid={testId}\n data-analyticsid={AnalyticsId.RadioButton}\n >\n {visualContent !== undefined && <VisualContent>{visualContent}</VisualContent>}\n {/* eslint-disable-next-line jsx-a11y/role-supports-aria-props -- aria-invalid is a global ARIA state, valid on radio inputs */}\n <input\n {...rest}\n id={inputId}\n ref={ref}\n className={styles['visual-radio__input']}\n type=\"radio\"\n checked={rest.checked}\n aria-invalid={error}\n aria-describedby={getAriaDescribedBy(props, errorTextId)}\n onChange={rest.onChange}\n />\n <span className={styles['visual-radio__frame']}>\n <span className={styles['visual-radio__label']}>{children}</span>\n <RadioMarker error={error} size={'large'} />\n </span>\n </label>\n </ErrorWrapper>\n );\n};\n\nexport default VisualRadio;\n"],"mappings":";;;;;;;;AAaA,MAAaA,iBAA8C,UAAS;CAClE,MAAM,EAAE,UAAU,WAAW,WAAW;AAExC,QACE,oBAAC,QAAA;EAAK,WAAW,WAAW,OAAO,iCAAiC,UAAU;EAAE,eAAa;EAAQ,eAAY;EAC9G;GACI;;AAIX,IAAA,wBAAe;ACgBf,IAAMC,eAA0C,UAAS;CACvD,MAAM,EACJ,WACA,UACA,eACA,UAAU,QACV,SAAS,aACT,WACA,QAAQ,CAAC,CAAC,WACV,aAAa,iBACb,uBACA,QACA,KACA,GAAG,SACD;CAEJ,MAAM,UAAU,kBAAkB,YAAY;CAC9C,MAAM,cAAc,kBAAkB,gBAAgB;AAEtD,QACE,oBAAC,sBAAA;EAAa,WAAW;EAAkC;EAAwB;YACjF,qBAAC,SAAA;GACC,WAAW,WACT,OAAO,iBACP,OAAO,yBAAyB,YAChC,GAAG,OAAO,2BAA2B,OAAO,EAC5C,UACD;GACD,SAAS;GACT,eAAa;GACb,oBAAkB,YAAY;;IAE7B,kBAAkB,KAAA,KAAa,oBAAC,uBAAA,EAAA,UAAe,eAAA,CAA8B;IAE9E,oBAAC,SAAA;KACC,GAAI;KACJ,IAAI;KACC;KACL,WAAW,OAAO;KAClB,MAAK;KACL,SAAS,KAAK;KACd,gBAAc;KACd,oBAAkB,mBAAmB,OAAO,YAAY;KACxD,UAAU,KAAK;MACf;IACF,qBAAC,QAAA;KAAK,WAAW,OAAO;gBACtB,oBAAC,QAAA;MAAK,WAAW,OAAO;MAAyB;OAAgB,EACjE,oBAAC,qBAAA;MAAmB;MAAO,MAAM;OAAW,CAAA;MACvC;;IACD;GACK;;AAInB,IAAA,sBAAe"}
@@ -1,6 +1,7 @@
1
1
  import { vi } from "vitest";
2
- const mockWindowMatchMedia = vi.fn().mockImplementation(() => ({
3
- matches: true,
2
+ const mockWindowMatchMedia = vi.fn().mockImplementation((query) => ({
3
+ matches: !/prefers-reduced-motion/.test(query),
4
+ media: query,
4
5
  addEventListener: vi.fn(),
5
6
  removeEventListener: vi.fn()
6
7
  }));
@@ -1 +1 @@
1
- {"version":3,"file":"matchMedia.js","names":["mockWindowMatchMedia: Mock"],"sources":["../../src/__mocks__/matchMedia.ts"],"sourcesContent":["import { vi, type Mock } from 'vitest';\n\nexport const mockWindowMatchMedia: Mock = vi.fn().mockImplementation(() => ({\n matches: true,\n addEventListener: vi.fn(),\n removeEventListener: vi.fn(),\n}));\n\nObject.defineProperty(window, 'matchMedia', {\n writable: true,\n value: mockWindowMatchMedia,\n});\n"],"mappings":";AAEA,MAAaA,uBAA6B,GAAG,IAAI,CAAC,0BAA0B;CAC1E,SAAS;CACT,kBAAkB,GAAG,IAAI;CACzB,qBAAqB,GAAG,IAAI;CAC7B,EAAE;AAEH,OAAO,eAAe,QAAQ,cAAc;CAC1C,UAAU;CACV,OAAO;CACR,CAAC"}
1
+ {"version":3,"file":"matchMedia.js","names":["mockWindowMatchMedia: Mock"],"sources":["../../src/__mocks__/matchMedia.ts"],"sourcesContent":["import { vi, type Mock } from 'vitest';\n\nexport const mockWindowMatchMedia: Mock = vi.fn().mockImplementation((query: string) => ({\n matches: !/prefers-reduced-motion/.test(query),\n media: query,\n addEventListener: vi.fn(),\n removeEventListener: vi.fn(),\n}));\n\nObject.defineProperty(window, 'matchMedia', {\n writable: true,\n value: mockWindowMatchMedia,\n});\n"],"mappings":";AAEA,MAAaA,uBAA6B,GAAG,IAAI,CAAC,oBAAoB,WAAmB;CACvF,SAAS,CAAC,yBAAyB,KAAK,MAAM;CAC9C,OAAO;CACP,kBAAkB,GAAG,IAAI;CACzB,qBAAqB,GAAG,IAAI;CAC7B,EAAE;AAEH,OAAO,eAAe,QAAQ,cAAc;CAC1C,UAAU;CACV,OAAO;CACR,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { FormOnColor, FormSize } from '../../../constants';
2
+ export interface CheckboxMarkerProps {
3
+ /** Whether the checkbox is checked. Controls the checkmark visibility. */
4
+ checked?: boolean;
5
+ /** Disables the visual state of the marker. */
6
+ disabled?: boolean;
7
+ /** Activates error styling. */
8
+ error?: boolean;
9
+ /** Background context the marker is rendered on. */
10
+ onColor?: keyof typeof FormOnColor;
11
+ /** Size variant of the marker. */
12
+ size?: keyof typeof FormSize;
13
+ /** Adds custom classes to the marker wrapper. */
14
+ className?: string;
15
+ }
16
+ /**
17
+ * Does not render an <input>; consumers render this on their end.
18
+ */
19
+ export declare const CheckboxMarker: React.FC<CheckboxMarkerProps>;
20
+ export default CheckboxMarker;