@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
@@ -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 BabyMobileMedium = ({ color, svgProperties, title }) => {
4
4
  const palette = (() => {
package/lib/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## [14.11.1](https://github.com/helsenorge/designsystem/compare/v14.11.0...v14.11.1) (2026-05-29)
3
+
4
+ ### Bug Fixes
5
+
6
+ * **radiobutton:** dot forsvant ikke uten formgroup med name ([8da51a3](https://github.com/helsenorge/designsystem/commit/8da51a390f5a54aeca6ce697ed6c7818b2564515)), closes [#379249](https://github.com/helsenorge/designsystem/issues/379249)
7
+
8
+ ## [14.11.0](https://github.com/helsenorge/designsystem/compare/v14.10.0...v14.11.0) (2026-05-26)
9
+
10
+ ### Features
11
+
12
+ * nye komponenter visualcheckbox og visualcheckboxgroup ([8cde9b1](https://github.com/helsenorge/designsystem/commit/8cde9b1deea876ddb5fcc0bf22b7f228ca0d770f)), closes [#376756](https://github.com/helsenorge/designsystem/issues/376756)
13
+ * nye komponenter visualradio og visualradiogroup ([4643f81](https://github.com/helsenorge/designsystem/commit/4643f8177d086319ac168d24e2027573a76d681d)), closes [#376756](https://github.com/helsenorge/designsystem/issues/376756)
14
+ * renamet visualradiobuttoncloud til visualradiocloud ([2a52c26](https://github.com/helsenorge/designsystem/commit/2a52c26323c1cd57af057c301f8bc4d4ab66cb80)), closes [#376757](https://github.com/helsenorge/designsystem/issues/376757)
15
+ * **datepicker:** fjern blå markering ved focus på segment i dateinput og timeinput ([e02197e](https://github.com/helsenorge/designsystem/commit/e02197e5c63608a2ea531cce20d5d67f2a507c68)), closes [#378506](https://github.com/helsenorge/designsystem/issues/378506)
16
+ * **illustration:** nye illustrasjoner for småbarnsliv ([59a5521](https://github.com/helsenorge/designsystem/commit/59a5521d629420530cdc0d8dffa860a06a363912)), closes [#378919](https://github.com/helsenorge/designsystem/issues/378919)
17
+
2
18
  ## [14.10.0](https://github.com/helsenorge/designsystem/compare/v14.9.2...v14.10.0) (2026-05-18)
3
19
 
4
20
  ### Features
package/lib/Checkbox.js CHANGED
@@ -1,10 +1,8 @@
1
1
  import { t as uuid } from "./uuid.js";
2
- import { a as IconSize, i as FormSize, n as AnalyticsId, r as FormOnColor } from "./constants2.js";
2
+ import { i as FormSize, n as AnalyticsId, r as FormOnColor } from "./constants2.js";
3
3
  import { t as usePseudoClasses } from "./usePseudoClasses.js";
4
- import { t as getColor } from "./color.js";
5
4
  import { n as mergeRefs, t as isMutableRefObject } from "./refs.js";
6
- import { t as Icon_default } from "./Icon.js";
7
- import { t as Check_default } from "./Check.js";
5
+ import { t as CheckboxMarker_default } from "./CheckboxMarker.js";
8
6
  import { t as useIdWithFallback } from "./useIdWithFallback.js";
9
7
  import { t as getAriaDescribedBy } from "./accessibility.js";
10
8
  import { t as ErrorWrapper_default } from "./ErrorWrapper.js";
@@ -39,34 +37,12 @@ const Checkbox = (props) => {
39
37
  [checkboxStyles["checkbox-label__large--disabled"]]: large && disabled
40
38
  });
41
39
  const checkboxClasses = classNames(checkboxStyles.checkbox, className);
42
- const checkboxIconWrapperClasses = classNames(checkboxStyles["checkbox__icon-wrapper"], {
43
- [checkboxStyles["checkbox__icon-wrapper--on-white"]]: onWhite,
44
- [checkboxStyles["checkbox__icon-wrapper--on-grey"]]: onGrey,
45
- [checkboxStyles["checkbox__icon-wrapper--on-invalid"]]: onInvalid,
46
- [checkboxStyles["checkbox__icon-wrapper--disabled"]]: disabled,
47
- [checkboxStyles["checkbox__icon-wrapper__regular--checked"]]: !large && isChecked,
48
- [checkboxStyles["checkbox__icon-wrapper__regular--invalid"]]: !large && isChecked && onInvalid,
49
- [checkboxStyles["checkbox__icon-wrapper__regular--on-dark"]]: !large && isChecked && onDark,
50
- [checkboxStyles["checkbox__icon-wrapper__large--checked"]]: large && isChecked,
51
- [checkboxStyles["checkbox__icon-wrapper__large--invalid"]]: large && onInvalid,
52
- [checkboxStyles["checkbox__icon-wrapper--on-dark"]]: onDark,
53
- [checkboxStyles["checkbox__icon-wrapper--on-blueberry"]]: onBlueberry,
54
- [checkboxStyles["checkbox__icon-wrapper--invalid"]]: onInvalid,
55
- [checkboxStyles["checkbox__icon-wrapper__large--invalid"]]: large && isChecked && onInvalid,
56
- [checkboxStyles["checkbox__icon-wrapper__large--disabled"]]: disabled && large && isChecked,
57
- [checkboxStyles["checkbox__icon-wrapper__large--checked--invalid"]]: large && isChecked && onInvalid,
58
- [checkboxStyles["checkbox__icon-wrapper__large--checked--disabled"]]: disabled && large && isChecked
59
- });
60
40
  const labelTextClasses = classNames(checkboxStyles["checkbox-label__text"], {
61
41
  [checkboxStyles["checkbox-label__text__large--checked"]]: large && isChecked,
62
42
  [checkboxStyles["checkbox-label__text__large--invalid"]]: large && isChecked && onInvalid,
63
43
  [checkboxStyles["checkbox-label__text--on-dark"]]: onDark,
64
44
  [checkboxStyles["checkbox-label__text--disabled"]]: disabled
65
45
  });
66
- let iconColor = getColor("white");
67
- if (onDark || large && isChecked) iconColor = getColor("blueberry", 900);
68
- if (onInvalid && large && isChecked) iconColor = getColor("white");
69
- if (disabled) iconColor = getColor("neutral", 700);
70
46
  useEffect(() => {
71
47
  setIsChecked(checked);
72
48
  }, [checked]);
@@ -75,28 +51,29 @@ const Checkbox = (props) => {
75
51
  setIsChecked(!isChecked);
76
52
  };
77
53
  const getLabelContent = () => {
78
- return /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("input", {
79
- id: inputId,
80
- name,
81
- className: checkboxClasses,
82
- type: "checkbox",
83
- checked: isChecked,
84
- disabled,
85
- value,
86
- ref: mergedRefs,
87
- "aria-describedby": getAriaDescribedBy(props, errorTextId),
88
- "aria-invalid": error,
89
- required,
90
- onChange: onChangeHandler
91
- }), /* @__PURE__ */ jsx("span", {
92
- className: checkboxIconWrapperClasses,
93
- children: isChecked && /* @__PURE__ */ jsx(Icon_default, {
94
- color: iconColor,
95
- className: checkboxStyles["checkbox__icon"],
96
- svgIcon: Check_default,
97
- size: IconSize.XSmall
98
- })
99
- })] });
54
+ return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs("span", {
55
+ className: checkboxStyles["checkbox__marker-wrapper"],
56
+ children: [/* @__PURE__ */ jsx("input", {
57
+ id: inputId,
58
+ name,
59
+ className: checkboxClasses,
60
+ type: "checkbox",
61
+ checked: isChecked,
62
+ disabled,
63
+ value,
64
+ ref: mergedRefs,
65
+ "aria-describedby": getAriaDescribedBy(props, errorTextId),
66
+ "aria-invalid": error,
67
+ required,
68
+ onChange: onChangeHandler
69
+ }), /* @__PURE__ */ jsx(CheckboxMarker_default, {
70
+ checked: isChecked,
71
+ disabled,
72
+ error,
73
+ onColor,
74
+ size
75
+ })]
76
+ }) });
100
77
  };
101
78
  return /* @__PURE__ */ jsx(ErrorWrapper_default, {
102
79
  className: errorWrapperClassName,
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.js","names":["Checkbox: React.FC<CheckboxProps>"],"sources":["../src/components/Checkbox/Checkbox.tsx"],"sourcesContent":["import { useEffect, useState } from 'react';\n\nimport classNames from 'classnames';\n\nimport type { ErrorWrapperClassNameProps } from '../ErrorWrapper';\n\nimport { AnalyticsId, FormOnColor, FormSize, IconSize } from '../../constants';\nimport { useIdWithFallback } from '../../hooks/useIdWithFallback';\nimport { usePseudoClasses } from '../../hooks/usePseudoClasses';\nimport { getColor } from '../../theme/currys/color';\nimport { getAriaDescribedBy } from '../../utils/accessibility';\nimport { isMutableRefObject, mergeRefs } from '../../utils/refs';\nimport { uuid } from '../../utils/uuid';\nimport ErrorWrapper from '../ErrorWrapper';\nimport Icon from '../Icon';\nimport Check from '../Icons/Check';\nimport { getLabelText, renderLabelAsParent } from '../Label/utils';\n\nimport checkboxStyles from './styles.module.scss';\n\nexport interface CheckboxProps\n extends\n ErrorWrapperClassNameProps,\n Pick<\n React.InputHTMLAttributes<HTMLInputElement>,\n 'aria-describedby' | 'name' | 'value' | 'disabled' | 'checked' | 'required' | 'onChange'\n > {\n /** Adds custom classes to the element. */\n className?: string;\n /** The <Label/> next to the checkbox - sublabels kan ikke kombineres med large variant */\n label: React.ReactNode;\n /** input id of the checkbox */\n inputId?: string;\n /** Changes the visuals of the checkbox */\n onColor?: keyof typeof FormOnColor;\n /** Changes the visuals of the checkbox */\n size?: keyof typeof FormSize;\n /** Activates Error style for the checkbox - This is can be true while errorText is empty, when 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 that is passed to the component */\n ref?: React.Ref<HTMLInputElement | null>;\n}\n\nexport const Checkbox: React.FC<CheckboxProps> = props => {\n const {\n className,\n checked = false,\n disabled,\n label,\n inputId = uuid(),\n onColor = FormOnColor.onwhite,\n name = inputId,\n size,\n errorText,\n error = !!errorText,\n errorTextId: errorTextIdProp,\n errorWrapperClassName,\n value = getLabelText(label),\n testId,\n required,\n onChange,\n ref,\n } = props;\n const [isChecked, setIsChecked] = useState(checked);\n const errorTextId = useIdWithFallback(errorTextIdProp);\n const onWhite = onColor === FormOnColor.onwhite;\n const onGrey = onColor === FormOnColor.ongrey;\n const onBlueberry = onColor === FormOnColor.onblueberry;\n const onInvalid = error || onColor === FormOnColor.oninvalid;\n const onDark = onColor === FormOnColor.ondark;\n const large = size === FormSize.large;\n const { refObject, isFocused } = usePseudoClasses<HTMLInputElement>(isMutableRefObject(ref) ? ref : null);\n const mergedRefs = mergeRefs([ref, refObject]);\n\n const checkboxWrapperClasses = classNames(checkboxStyles['checkbox-wrapper'], {\n [checkboxStyles['checkbox-wrapper--large']]: large,\n });\n const checkboxLabelClasses = classNames(checkboxStyles['checkbox-label'], {\n [checkboxStyles['checkbox-label--disabled']]: disabled,\n [checkboxStyles['checkbox-label--on-dark']]: onDark,\n [checkboxStyles['checkbox-label--large']]: large,\n [checkboxStyles['checkbox-label__large--checked']]: large && isChecked,\n [checkboxStyles['checkbox-label__large--focus']]: large && isFocused,\n [checkboxStyles['checkbox-label__large--on-white']]: large && onWhite,\n [checkboxStyles['checkbox-label__large--on-grey']]: large && onGrey,\n [checkboxStyles['checkbox-label__large--on-blueberry']]: large && onBlueberry,\n [checkboxStyles['checkbox-label__large--on-invalid']]: large && onInvalid,\n [checkboxStyles['checkbox-label__large--disabled']]: large && disabled,\n });\n const checkboxClasses = classNames(checkboxStyles.checkbox, className);\n const checkboxIconWrapperClasses = classNames(checkboxStyles['checkbox__icon-wrapper'], {\n [checkboxStyles['checkbox__icon-wrapper--on-white']]: onWhite,\n [checkboxStyles['checkbox__icon-wrapper--on-grey']]: onGrey,\n [checkboxStyles['checkbox__icon-wrapper--on-invalid']]: onInvalid,\n [checkboxStyles['checkbox__icon-wrapper--disabled']]: disabled,\n [checkboxStyles['checkbox__icon-wrapper__regular--checked']]: !large && isChecked,\n [checkboxStyles['checkbox__icon-wrapper__regular--invalid']]: !large && isChecked && onInvalid,\n [checkboxStyles['checkbox__icon-wrapper__regular--on-dark']]: !large && isChecked && onDark,\n [checkboxStyles['checkbox__icon-wrapper__large--checked']]: large && isChecked,\n [checkboxStyles['checkbox__icon-wrapper__large--invalid']]: large && onInvalid,\n [checkboxStyles['checkbox__icon-wrapper--on-dark']]: onDark,\n [checkboxStyles['checkbox__icon-wrapper--on-blueberry']]: onBlueberry,\n [checkboxStyles['checkbox__icon-wrapper--invalid']]: onInvalid,\n [checkboxStyles['checkbox__icon-wrapper__large--invalid']]: large && isChecked && onInvalid,\n [checkboxStyles['checkbox__icon-wrapper__large--disabled']]: disabled && large && isChecked,\n [checkboxStyles['checkbox__icon-wrapper__large--checked--invalid']]: large && isChecked && onInvalid,\n [checkboxStyles['checkbox__icon-wrapper__large--checked--disabled']]: disabled && large && isChecked,\n });\n const labelTextClasses = classNames(checkboxStyles['checkbox-label__text'], {\n [checkboxStyles['checkbox-label__text__large--checked']]: large && isChecked,\n [checkboxStyles['checkbox-label__text__large--invalid']]: large && isChecked && onInvalid,\n [checkboxStyles['checkbox-label__text--on-dark']]: onDark,\n [checkboxStyles['checkbox-label__text--disabled']]: disabled,\n });\n\n let iconColor = getColor('white');\n if (onDark || (large && isChecked)) iconColor = getColor('blueberry', 900);\n if (onInvalid && large && isChecked) iconColor = getColor('white');\n if (disabled) iconColor = getColor('neutral', 700);\n\n useEffect(() => {\n setIsChecked(checked);\n }, [checked]);\n\n const onChangeHandler = (e: React.ChangeEvent<HTMLInputElement>): void => {\n if (onChange) {\n onChange(e);\n }\n\n setIsChecked(!isChecked);\n };\n\n const getLabelContent = (): React.ReactNode => {\n return (\n <>\n <input\n id={inputId}\n name={name}\n className={checkboxClasses}\n type=\"checkbox\"\n checked={isChecked}\n disabled={disabled}\n value={value}\n ref={mergedRefs}\n aria-describedby={getAriaDescribedBy(props, errorTextId)}\n aria-invalid={error}\n required={required}\n onChange={onChangeHandler}\n />\n <span className={checkboxIconWrapperClasses}>\n {isChecked && <Icon color={iconColor} className={checkboxStyles['checkbox__icon']} svgIcon={Check} size={IconSize.XSmall} />}\n </span>\n </>\n );\n };\n\n return (\n <ErrorWrapper className={errorWrapperClassName} errorText={errorText} errorTextId={errorTextId}>\n <div data-testid={testId} data-analyticsid={AnalyticsId.Checkbox} className={checkboxWrapperClasses}>\n {renderLabelAsParent({\n label: label,\n children: getLabelContent(),\n inputId: inputId,\n onColor: onColor as FormOnColor,\n labelClassName: checkboxLabelClasses,\n labelTextClassName: labelTextClasses,\n sublabelWrapperClassName: checkboxStyles['checkbox-sublabel-wrapper'],\n large: large,\n afterLabelChildrenClassName: checkboxStyles['checkbox-afterlabelchildren-wrapper'],\n })}\n </div>\n </ErrorWrapper>\n );\n};\n\nexport default Checkbox;\n"],"mappings":";;;;;;;;;;;;;;;AAiDA,MAAaA,YAAoC,UAAS;CACxD,MAAM,EACJ,WACA,UAAU,OACV,UACA,OACA,UAAU,MAAM,EAChB,UAAU,YAAY,SACtB,OAAO,SACP,MACA,WACA,QAAQ,CAAC,CAAC,WACV,aAAa,iBACb,uBACA,QAAQ,aAAa,MAAM,EAC3B,QACA,UACA,UACA,QACE;CACJ,MAAM,CAAC,WAAW,gBAAgB,SAAS,QAAQ;CACnD,MAAM,cAAc,kBAAkB,gBAAgB;CACtD,MAAM,UAAU,YAAY,YAAY;CACxC,MAAM,SAAS,YAAY,YAAY;CACvC,MAAM,cAAc,YAAY,YAAY;CAC5C,MAAM,YAAY,SAAS,YAAY,YAAY;CACnD,MAAM,SAAS,YAAY,YAAY;CACvC,MAAM,QAAQ,SAAS,SAAS;CAChC,MAAM,EAAE,WAAW,cAAc,iBAAmC,mBAAmB,IAAI,GAAG,MAAM,KAAK;CACzG,MAAM,aAAa,UAAU,CAAC,KAAK,UAAU,CAAC;CAE9C,MAAM,yBAAyB,WAAW,eAAe,qBAAqB,GAC3E,eAAe,6BAA6B,OAC9C,CAAC;CACF,MAAM,uBAAuB,WAAW,eAAe,mBAAmB;GACvE,eAAe,8BAA8B;GAC7C,eAAe,6BAA6B;GAC5C,eAAe,2BAA2B;GAC1C,eAAe,oCAAoC,SAAS;GAC5D,eAAe,kCAAkC,SAAS;GAC1D,eAAe,qCAAqC,SAAS;GAC7D,eAAe,oCAAoC,SAAS;GAC5D,eAAe,yCAAyC,SAAS;GACjE,eAAe,uCAAuC,SAAS;GAC/D,eAAe,qCAAqC,SAAS;EAC/D,CAAC;CACF,MAAM,kBAAkB,WAAW,eAAe,UAAU,UAAU;CACtE,MAAM,6BAA6B,WAAW,eAAe,2BAA2B;GACrF,eAAe,sCAAsC;GACrD,eAAe,qCAAqC;GACpD,eAAe,wCAAwC;GACvD,eAAe,sCAAsC;GACrD,eAAe,8CAA8C,CAAC,SAAS;GACvE,eAAe,8CAA8C,CAAC,SAAS,aAAa;GACpF,eAAe,8CAA8C,CAAC,SAAS,aAAa;GACpF,eAAe,4CAA4C,SAAS;GACpE,eAAe,4CAA4C,SAAS;GACpE,eAAe,qCAAqC;GACpD,eAAe,0CAA0C;GACzD,eAAe,qCAAqC;GACpD,eAAe,4CAA4C,SAAS,aAAa;GACjF,eAAe,6CAA6C,YAAY,SAAS;GACjF,eAAe,qDAAqD,SAAS,aAAa;GAC1F,eAAe,sDAAsD,YAAY,SAAS;EAC5F,CAAC;CACF,MAAM,mBAAmB,WAAW,eAAe,yBAAyB;GACzE,eAAe,0CAA0C,SAAS;GAClE,eAAe,0CAA0C,SAAS,aAAa;GAC/E,eAAe,mCAAmC;GAClD,eAAe,oCAAoC;EACrD,CAAC;CAEF,IAAI,YAAY,SAAS,QAAQ;AACjC,KAAI,UAAW,SAAS,UAAY,aAAY,SAAS,aAAa,IAAI;AAC1E,KAAI,aAAa,SAAS,UAAW,aAAY,SAAS,QAAQ;AAClE,KAAI,SAAU,aAAY,SAAS,WAAW,IAAI;AAElD,iBAAgB;AACd,eAAa,QAAQ;IACpB,CAAC,QAAQ,CAAC;CAEb,MAAM,mBAAmB,MAAiD;AACxE,MAAI,SACF,UAAS,EAAE;AAGb,eAAa,CAAC,UAAU;;CAG1B,MAAM,wBAAyC;AAC7C,SACE,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,SAAA;GACC,IAAI;GACE;GACN,WAAW;GACX,MAAK;GACL,SAAS;GACC;GACH;GACP,KAAK;GACL,oBAAkB,mBAAmB,OAAO,YAAY;GACxD,gBAAc;GACJ;GACV,UAAU;IACV,EACF,oBAAC,QAAA;GAAK,WAAW;aACd,aAAa,oBAAC,cAAA;IAAK,OAAO;IAAW,WAAW,eAAe;IAAmB,SAAS;IAAO,MAAM,SAAS;KAAU;IACvH,CAAA,EAAA,CACN;;AAIP,QACE,oBAAC,sBAAA;EAAa,WAAW;EAAkC;EAAwB;YACjF,oBAAC,OAAA;GAAI,eAAa;GAAQ,oBAAkB,YAAY;GAAU,WAAW;aAC1E,oBAAoB;IACZ;IACP,UAAU,iBAAiB;IAClB;IACA;IACT,gBAAgB;IAChB,oBAAoB;IACpB,0BAA0B,eAAe;IAClC;IACP,6BAA6B,eAAe;IAC7C,CAAC;IACE;GACO;;AAInB,IAAA,mBAAe"}
1
+ {"version":3,"file":"Checkbox.js","names":["Checkbox: React.FC<CheckboxProps>"],"sources":["../src/components/Checkbox/Checkbox.tsx"],"sourcesContent":["import { useEffect, useState } from 'react';\n\nimport classNames from 'classnames';\n\nimport type { ErrorWrapperClassNameProps } from '../ErrorWrapper';\n\nimport CheckboxMarker from './CheckboxMarker/CheckboxMarker';\nimport { AnalyticsId, FormOnColor, FormSize } from '../../constants';\nimport { useIdWithFallback } from '../../hooks/useIdWithFallback';\nimport { usePseudoClasses } from '../../hooks/usePseudoClasses';\nimport { getAriaDescribedBy } from '../../utils/accessibility';\nimport { isMutableRefObject, mergeRefs } from '../../utils/refs';\nimport { uuid } from '../../utils/uuid';\nimport ErrorWrapper from '../ErrorWrapper';\nimport { getLabelText, renderLabelAsParent } from '../Label/utils';\n\nimport checkboxStyles from './styles.module.scss';\n\nexport interface CheckboxProps\n extends\n ErrorWrapperClassNameProps,\n Pick<\n React.InputHTMLAttributes<HTMLInputElement>,\n 'aria-describedby' | 'name' | 'value' | 'disabled' | 'checked' | 'required' | 'onChange'\n > {\n /** Adds custom classes to the element. */\n className?: string;\n /** The <Label/> next to the checkbox - sublabels kan ikke kombineres med large variant */\n label: React.ReactNode;\n /** input id of the checkbox */\n inputId?: string;\n /** Changes the visuals of the checkbox */\n onColor?: keyof typeof FormOnColor;\n /** Changes the visuals of the checkbox */\n size?: keyof typeof FormSize;\n /** Activates Error style for the checkbox - This is can be true while errorText is empty, when 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 that is passed to the component */\n ref?: React.Ref<HTMLInputElement | null>;\n}\n\nexport const Checkbox: React.FC<CheckboxProps> = props => {\n const {\n className,\n checked = false,\n disabled,\n label,\n inputId = uuid(),\n onColor = FormOnColor.onwhite,\n name = inputId,\n size,\n errorText,\n error = !!errorText,\n errorTextId: errorTextIdProp,\n errorWrapperClassName,\n value = getLabelText(label),\n testId,\n required,\n onChange,\n ref,\n } = props;\n const [isChecked, setIsChecked] = useState(checked);\n const errorTextId = useIdWithFallback(errorTextIdProp);\n const onWhite = onColor === FormOnColor.onwhite;\n const onGrey = onColor === FormOnColor.ongrey;\n const onBlueberry = onColor === FormOnColor.onblueberry;\n const onInvalid = error || onColor === FormOnColor.oninvalid;\n const onDark = onColor === FormOnColor.ondark;\n const large = size === FormSize.large;\n const { refObject, isFocused } = usePseudoClasses<HTMLInputElement>(isMutableRefObject(ref) ? ref : null);\n const mergedRefs = mergeRefs([ref, refObject]);\n\n const checkboxWrapperClasses = classNames(checkboxStyles['checkbox-wrapper'], {\n [checkboxStyles['checkbox-wrapper--large']]: large,\n });\n const checkboxLabelClasses = classNames(checkboxStyles['checkbox-label'], {\n [checkboxStyles['checkbox-label--disabled']]: disabled,\n [checkboxStyles['checkbox-label--on-dark']]: onDark,\n [checkboxStyles['checkbox-label--large']]: large,\n [checkboxStyles['checkbox-label__large--checked']]: large && isChecked,\n [checkboxStyles['checkbox-label__large--focus']]: large && isFocused,\n [checkboxStyles['checkbox-label__large--on-white']]: large && onWhite,\n [checkboxStyles['checkbox-label__large--on-grey']]: large && onGrey,\n [checkboxStyles['checkbox-label__large--on-blueberry']]: large && onBlueberry,\n [checkboxStyles['checkbox-label__large--on-invalid']]: large && onInvalid,\n [checkboxStyles['checkbox-label__large--disabled']]: large && disabled,\n });\n const checkboxClasses = classNames(checkboxStyles.checkbox, className);\n const labelTextClasses = classNames(checkboxStyles['checkbox-label__text'], {\n [checkboxStyles['checkbox-label__text__large--checked']]: large && isChecked,\n [checkboxStyles['checkbox-label__text__large--invalid']]: large && isChecked && onInvalid,\n [checkboxStyles['checkbox-label__text--on-dark']]: onDark,\n [checkboxStyles['checkbox-label__text--disabled']]: disabled,\n });\n\n useEffect(() => {\n setIsChecked(checked);\n }, [checked]);\n\n const onChangeHandler = (e: React.ChangeEvent<HTMLInputElement>): void => {\n if (onChange) {\n onChange(e);\n }\n\n setIsChecked(!isChecked);\n };\n\n const getLabelContent = (): React.ReactNode => {\n return (\n <>\n <span className={checkboxStyles['checkbox__marker-wrapper']}>\n <input\n id={inputId}\n name={name}\n className={checkboxClasses}\n type=\"checkbox\"\n checked={isChecked}\n disabled={disabled}\n value={value}\n ref={mergedRefs}\n aria-describedby={getAriaDescribedBy(props, errorTextId)}\n aria-invalid={error}\n required={required}\n onChange={onChangeHandler}\n />\n <CheckboxMarker checked={isChecked} disabled={disabled} error={error} onColor={onColor} size={size} />\n </span>\n </>\n );\n };\n\n return (\n <ErrorWrapper className={errorWrapperClassName} errorText={errorText} errorTextId={errorTextId}>\n <div data-testid={testId} data-analyticsid={AnalyticsId.Checkbox} className={checkboxWrapperClasses}>\n {renderLabelAsParent({\n label: label,\n children: getLabelContent(),\n inputId: inputId,\n onColor: onColor as FormOnColor,\n labelClassName: checkboxLabelClasses,\n labelTextClassName: labelTextClasses,\n sublabelWrapperClassName: checkboxStyles['checkbox-sublabel-wrapper'],\n large: large,\n afterLabelChildrenClassName: checkboxStyles['checkbox-afterlabelchildren-wrapper'],\n })}\n </div>\n </ErrorWrapper>\n );\n};\n\nexport default Checkbox;\n"],"mappings":";;;;;;;;;;;;;AA+CA,MAAaA,YAAoC,UAAS;CACxD,MAAM,EACJ,WACA,UAAU,OACV,UACA,OACA,UAAU,MAAM,EAChB,UAAU,YAAY,SACtB,OAAO,SACP,MACA,WACA,QAAQ,CAAC,CAAC,WACV,aAAa,iBACb,uBACA,QAAQ,aAAa,MAAM,EAC3B,QACA,UACA,UACA,QACE;CACJ,MAAM,CAAC,WAAW,gBAAgB,SAAS,QAAQ;CACnD,MAAM,cAAc,kBAAkB,gBAAgB;CACtD,MAAM,UAAU,YAAY,YAAY;CACxC,MAAM,SAAS,YAAY,YAAY;CACvC,MAAM,cAAc,YAAY,YAAY;CAC5C,MAAM,YAAY,SAAS,YAAY,YAAY;CACnD,MAAM,SAAS,YAAY,YAAY;CACvC,MAAM,QAAQ,SAAS,SAAS;CAChC,MAAM,EAAE,WAAW,cAAc,iBAAmC,mBAAmB,IAAI,GAAG,MAAM,KAAK;CACzG,MAAM,aAAa,UAAU,CAAC,KAAK,UAAU,CAAC;CAE9C,MAAM,yBAAyB,WAAW,eAAe,qBAAqB,GAC3E,eAAe,6BAA6B,OAC9C,CAAC;CACF,MAAM,uBAAuB,WAAW,eAAe,mBAAmB;GACvE,eAAe,8BAA8B;GAC7C,eAAe,6BAA6B;GAC5C,eAAe,2BAA2B;GAC1C,eAAe,oCAAoC,SAAS;GAC5D,eAAe,kCAAkC,SAAS;GAC1D,eAAe,qCAAqC,SAAS;GAC7D,eAAe,oCAAoC,SAAS;GAC5D,eAAe,yCAAyC,SAAS;GACjE,eAAe,uCAAuC,SAAS;GAC/D,eAAe,qCAAqC,SAAS;EAC/D,CAAC;CACF,MAAM,kBAAkB,WAAW,eAAe,UAAU,UAAU;CACtE,MAAM,mBAAmB,WAAW,eAAe,yBAAyB;GACzE,eAAe,0CAA0C,SAAS;GAClE,eAAe,0CAA0C,SAAS,aAAa;GAC/E,eAAe,mCAAmC;GAClD,eAAe,oCAAoC;EACrD,CAAC;AAEF,iBAAgB;AACd,eAAa,QAAQ;IACpB,CAAC,QAAQ,CAAC;CAEb,MAAM,mBAAmB,MAAiD;AACxE,MAAI,SACF,UAAS,EAAE;AAGb,eAAa,CAAC,UAAU;;CAG1B,MAAM,wBAAyC;AAC7C,SACE,oBAAA,UAAA,EAAA,UACE,qBAAC,QAAA;GAAK,WAAW,eAAe;cAC9B,oBAAC,SAAA;IACC,IAAI;IACE;IACN,WAAW;IACX,MAAK;IACL,SAAS;IACC;IACH;IACP,KAAK;IACL,oBAAkB,mBAAmB,OAAO,YAAY;IACxD,gBAAc;IACJ;IACV,UAAU;KACV,EACF,oBAAC,wBAAA;IAAe,SAAS;IAAqB;IAAiB;IAAgB;IAAe;KAAQ,CAAA;IACjG,EAAA,CACN;;AAIP,QACE,oBAAC,sBAAA;EAAa,WAAW;EAAkC;EAAwB;YACjF,oBAAC,OAAA;GAAI,eAAa;GAAQ,oBAAkB,YAAY;GAAU,WAAW;aAC1E,oBAAoB;IACZ;IACP,UAAU,iBAAiB;IAClB;IACA;IACT,gBAAgB;IAChB,oBAAoB;IACpB,0BAA0B,eAAe;IAClC;IACP,6BAA6B,eAAe;IAC7C,CAAC;IACE;GACO;;AAInB,IAAA,mBAAe"}
@@ -0,0 +1,60 @@
1
+ import { i as FormSize, r as FormOnColor } from "./constants2.js";
2
+ import { t as getColor } from "./color.js";
3
+ import classNames from "classnames";
4
+ import { jsx } from "react/jsx-runtime";
5
+ import styles from "./components/Checkbox/CheckboxMarker/styles.module.scss";
6
+ const CheckboxMarker = (props) => {
7
+ const { checked = false, disabled = false, error = false, onColor = FormOnColor.onwhite, size, className } = props;
8
+ const onWhite = onColor === FormOnColor.onwhite;
9
+ const onGrey = onColor === FormOnColor.ongrey;
10
+ const onBlueberry = onColor === FormOnColor.onblueberry;
11
+ const onInvalid = error || onColor === FormOnColor.oninvalid;
12
+ const onDark = onColor === FormOnColor.ondark;
13
+ const large = size === FormSize.large;
14
+ const markerClasses = classNames(styles["checkbox__marker"], {
15
+ [styles["checkbox__marker--on-white"]]: onWhite,
16
+ [styles["checkbox__marker--on-grey"]]: onGrey,
17
+ [styles["checkbox__marker--on-invalid"]]: onInvalid,
18
+ [styles["checkbox__marker--disabled"]]: disabled,
19
+ [styles["checkbox__marker__regular--checked"]]: !large && checked,
20
+ [styles["checkbox__marker__regular--invalid"]]: !large && checked && onInvalid,
21
+ [styles["checkbox__marker__regular--on-dark"]]: !large && checked && onDark,
22
+ [styles["checkbox__marker__large--checked"]]: large && checked,
23
+ [styles["checkbox__marker__large--invalid"]]: large && onInvalid,
24
+ [styles["checkbox__marker--on-dark"]]: onDark,
25
+ [styles["checkbox__marker--on-blueberry"]]: onBlueberry,
26
+ [styles["checkbox__marker--invalid"]]: onInvalid,
27
+ [styles["checkbox__marker__large--invalid"]]: large && checked && onInvalid,
28
+ [styles["checkbox__marker__large--disabled"]]: disabled && large && checked,
29
+ [styles["checkbox__marker__large--checked--invalid"]]: large && checked && onInvalid,
30
+ [styles["checkbox__marker__large--checked--disabled"]]: disabled && large && checked
31
+ }, className);
32
+ const getIconColor = () => {
33
+ if (disabled) return getColor("neutral", 700);
34
+ if (large && checked && onInvalid) return getColor("white");
35
+ if (onDark || large && checked) return getColor("blueberry", 900);
36
+ return getColor("white");
37
+ };
38
+ const iconColor = getIconColor();
39
+ return /* @__PURE__ */ jsx("span", {
40
+ className: markerClasses,
41
+ children: checked && /* @__PURE__ */ jsx("span", {
42
+ className: styles["checkbox__marker-icon"],
43
+ "aria-hidden": "true",
44
+ children: /* @__PURE__ */ jsx("svg", {
45
+ strokeWidth: "2.75",
46
+ width: "18",
47
+ height: "16",
48
+ viewBox: "0 0 16 12",
49
+ fill: "none",
50
+ stroke: iconColor,
51
+ xmlns: "http://www.w3.org/2000/svg",
52
+ children: /* @__PURE__ */ jsx("path", { d: "M1 6 L6 11 L15 1" })
53
+ })
54
+ })
55
+ });
56
+ };
57
+ var CheckboxMarker_default = CheckboxMarker;
58
+ export { CheckboxMarker_default as t };
59
+
60
+ //# sourceMappingURL=CheckboxMarker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckboxMarker.js","names":["CheckboxMarker: React.FC<CheckboxMarkerProps>"],"sources":["../src/components/Checkbox/CheckboxMarker/CheckboxMarker.tsx"],"sourcesContent":["import classNames from 'classnames';\n\nimport { FormOnColor, FormSize } from '../../../constants';\nimport { getColor } from '../../../theme/currys/color';\n\nimport styles from './styles.module.scss';\n\nexport interface CheckboxMarkerProps {\n /** Whether the checkbox is checked. Controls the checkmark visibility. */\n checked?: boolean;\n /** Disables the visual state of the marker. */\n disabled?: boolean;\n /** Activates error styling. */\n error?: boolean;\n /** Background context the marker is rendered on. */\n onColor?: keyof typeof FormOnColor;\n /** Size variant of the marker. */\n size?: keyof typeof FormSize;\n /** Adds custom classes to the marker wrapper. */\n className?: string;\n}\n\n/**\n * Does not render an <input>; consumers render this on their end.\n */\nexport const CheckboxMarker: React.FC<CheckboxMarkerProps> = props => {\n const { checked = false, disabled = false, error = false, onColor = FormOnColor.onwhite, size, className } = props;\n\n const onWhite = onColor === FormOnColor.onwhite;\n const onGrey = onColor === FormOnColor.ongrey;\n const onBlueberry = onColor === FormOnColor.onblueberry;\n const onInvalid = error || onColor === FormOnColor.oninvalid;\n const onDark = onColor === FormOnColor.ondark;\n const large = size === FormSize.large;\n\n const markerClasses = classNames(\n styles['checkbox__marker'],\n {\n [styles['checkbox__marker--on-white']]: onWhite,\n [styles['checkbox__marker--on-grey']]: onGrey,\n [styles['checkbox__marker--on-invalid']]: onInvalid,\n [styles['checkbox__marker--disabled']]: disabled,\n [styles['checkbox__marker__regular--checked']]: !large && checked,\n [styles['checkbox__marker__regular--invalid']]: !large && checked && onInvalid,\n [styles['checkbox__marker__regular--on-dark']]: !large && checked && onDark,\n [styles['checkbox__marker__large--checked']]: large && checked,\n [styles['checkbox__marker__large--invalid']]: large && onInvalid,\n [styles['checkbox__marker--on-dark']]: onDark,\n [styles['checkbox__marker--on-blueberry']]: onBlueberry,\n [styles['checkbox__marker--invalid']]: onInvalid,\n [styles['checkbox__marker__large--invalid']]: large && checked && onInvalid,\n [styles['checkbox__marker__large--disabled']]: disabled && large && checked,\n [styles['checkbox__marker__large--checked--invalid']]: large && checked && onInvalid,\n [styles['checkbox__marker__large--checked--disabled']]: disabled && large && checked,\n },\n className\n );\n\n const getIconColor = (): string => {\n if (disabled) {\n return getColor('neutral', 700);\n }\n if (large && checked && onInvalid) {\n return getColor('white');\n }\n if (onDark || (large && checked)) {\n return getColor('blueberry', 900);\n }\n return getColor('white');\n };\n const iconColor = getIconColor();\n\n return (\n <span className={markerClasses}>\n {checked && (\n <span className={styles['checkbox__marker-icon']} aria-hidden=\"true\">\n <svg\n strokeWidth=\"2.75\"\n width=\"18\"\n height=\"16\"\n viewBox=\"0 0 16 12\"\n fill=\"none\"\n stroke={iconColor}\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path d=\"M1 6 L6 11 L15 1\" />\n </svg>\n </span>\n )}\n </span>\n );\n};\n\nexport default CheckboxMarker;\n"],"mappings":";;;;;AAyBA,MAAaA,kBAAgD,UAAS;CACpE,MAAM,EAAE,UAAU,OAAO,WAAW,OAAO,QAAQ,OAAO,UAAU,YAAY,SAAS,MAAM,cAAc;CAE7G,MAAM,UAAU,YAAY,YAAY;CACxC,MAAM,SAAS,YAAY,YAAY;CACvC,MAAM,cAAc,YAAY,YAAY;CAC5C,MAAM,YAAY,SAAS,YAAY,YAAY;CACnD,MAAM,SAAS,YAAY,YAAY;CACvC,MAAM,QAAQ,SAAS,SAAS;CAEhC,MAAM,gBAAgB,WACpB,OAAO,qBACP;GACG,OAAO,gCAAgC;GACvC,OAAO,+BAA+B;GACtC,OAAO,kCAAkC;GACzC,OAAO,gCAAgC;GACvC,OAAO,wCAAwC,CAAC,SAAS;GACzD,OAAO,wCAAwC,CAAC,SAAS,WAAW;GACpE,OAAO,wCAAwC,CAAC,SAAS,WAAW;GACpE,OAAO,sCAAsC,SAAS;GACtD,OAAO,sCAAsC,SAAS;GACtD,OAAO,+BAA+B;GACtC,OAAO,oCAAoC;GAC3C,OAAO,+BAA+B;GACtC,OAAO,sCAAsC,SAAS,WAAW;GACjE,OAAO,uCAAuC,YAAY,SAAS;GACnE,OAAO,+CAA+C,SAAS,WAAW;GAC1E,OAAO,gDAAgD,YAAY,SAAS;EAC9E,EACD,UACD;CAED,MAAM,qBAA6B;AACjC,MAAI,SACF,QAAO,SAAS,WAAW,IAAI;AAEjC,MAAI,SAAS,WAAW,UACtB,QAAO,SAAS,QAAQ;AAE1B,MAAI,UAAW,SAAS,QACtB,QAAO,SAAS,aAAa,IAAI;AAEnC,SAAO,SAAS,QAAQ;;CAE1B,MAAM,YAAY,cAAc;AAEhC,QACE,oBAAC,QAAA;EAAK,WAAW;YACd,WACC,oBAAC,QAAA;GAAK,WAAW,OAAO;GAA0B,eAAY;aAC5D,oBAAC,OAAA;IACC,aAAY;IACZ,OAAM;IACN,QAAO;IACP,SAAQ;IACR,MAAK;IACL,QAAQ;IACR,OAAM;cAEN,oBAAC,QAAA,EAAK,GAAE,oBAAA,CAAqB;KACzB;IACD;GAEJ;;AAIX,IAAA,yBAAe"}
@@ -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 ChildMedium = ({ color, svgProperties, title }) => {
4
4
  const palette = (() => {
@@ -0,0 +1,79 @@
1
+ import { t as ViewBoxSize } from "./utils3.js";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ var EyeContactMedium = ({ color, svgProperties, title }) => {
4
+ const palette = (() => {
5
+ switch (color) {
6
+ case "blueberry": return {
7
+ skin: "#E4F7F9",
8
+ mother: "#188097",
9
+ baby: "#08667C"
10
+ };
11
+ case "cherry": return {
12
+ skin: "#FFF2EA",
13
+ mother: "#B62E1C",
14
+ baby: "#F05A3C"
15
+ };
16
+ default: return {
17
+ skin: "#F5F3F3",
18
+ mother: "#989693",
19
+ baby: "#62625F"
20
+ };
21
+ }
22
+ })();
23
+ return /* @__PURE__ */ jsxs("svg", {
24
+ ...svgProperties,
25
+ viewBox: ViewBoxSize.Medium,
26
+ children: [
27
+ title,
28
+ /* @__PURE__ */ jsxs("g", {
29
+ "clip-path": "url(#clip0_1804_42665)",
30
+ children: [
31
+ /* @__PURE__ */ jsx("path", {
32
+ d: "M111.248 348.039L108.4 384.614H209.582L212.281 388.212L232.067 411.296L247.357 421.489L255.751 424.038L263.097 421.489L297.873 399.304L342.094 366.176L382.775 331.603L368.231 316.089L362.33 322.106L348.989 333.198L325.208 348.153L315.514 351.668L309.562 351.336L306.841 347.586L282.434 355.234L260.998 362.129L244.809 317.759V301.57L241.811 286.73L244.059 282.982L248.556 279.684L255.751 276.536L260.998 278.635L263.097 276.536L253.353 257.949L245.858 242.959L238.663 232.466L236.115 246.257L233.416 250.304L228.02 251.353L221.125 247.756L212.281 238.462L205.085 229.168C202.537 226.82 197.261 222.093 196.541 221.973C195.822 221.853 188.247 218.126 184.549 216.277L173.756 214.928L161.914 218.825L150.672 225.421L140.179 235.464L131.335 252.103L122.94 275.637L118.294 297.522L114.846 319.108L111.248 348.039Z",
33
+ fill: palette.mother
34
+ }),
35
+ /* @__PURE__ */ jsx("path", {
36
+ d: "M339.995 285.68L333.699 279.833L316.461 287.179L297.573 292.425L296.374 294.973L305.518 297.671L306.268 304.717L295.175 309.214L287.83 304.717V301.569L293.226 296.772V292.425L281.534 295.873L272.39 301.569L271.191 290.326L272.39 277.285L269.093 274.887L263.996 275.786L260.848 279.833C258.899 279.034 254.792 277.405 253.953 277.285C253.113 277.165 248.506 278.934 246.308 279.833L241.811 287.179L243.16 293.624L245.258 306.516L244.358 315.809L260.848 362.728L306.268 346.565L308.939 350.703L313.36 351.723L318.915 349.837L329.176 345.998L343.292 337.095L364.878 319.857L371.174 309.214L374.921 296.772L350.638 290.326L339.995 285.68Z",
37
+ fill: palette.baby
38
+ }),
39
+ /* @__PURE__ */ jsx("path", {
40
+ d: "M414.496 245.657L427.537 261.846L429.785 257.05H436.231L438.03 262.746L436.231 277.286L429.785 295.124L421.691 303.968L408.35 311.463L396.208 319.108L382.567 332.449L367.427 316.11L371.324 308.465L374.622 296.923L347.79 289.428L338.346 284.032V279.984L337.298 274.888L333.85 269.341L338.346 263.495L337.298 260.947L339.246 258.699L338.346 255.251L344.193 251.204L345.692 245.657H357.234L366.528 234.715L376.421 229.918H387.813L400.855 234.715L414.496 245.657Z",
41
+ fill: palette.skin
42
+ }),
43
+ /* @__PURE__ */ jsx("path", {
44
+ d: "M305.219 299.471L306.16 304.995L294.787 309.386L287.733 303.124L286.366 296.502L294.283 292.399L303.137 292.831L305.219 299.471Z",
45
+ fill: palette.skin
46
+ }),
47
+ /* @__PURE__ */ jsx("path", {
48
+ d: "M184.849 203.535L190.995 190.794L228.17 220.174L236.115 185.398L234.166 182.999L231.768 176.853V167.709L235.065 158.715L239.562 153.619H249.006L252.903 160.664L266.844 142.227L263.097 164.262L306.867 182.999V212.529L296.674 213.429L290.678 220.174L286.781 217.476V224.072L280.785 226.17L278.986 231.117L271.791 235.614H265.345L254.402 229.918L241.061 217.476L236.115 247.306L231.018 251.204L223.973 249.705C222.124 247.606 218.097 243.319 216.778 242.959C215.458 242.599 210.832 236.114 208.683 232.916L198.64 224.072L184.849 217.476L172.258 215.827L184.849 203.535Z",
49
+ fill: palette.skin
50
+ }),
51
+ /* @__PURE__ */ jsx("path", {
52
+ d: "M227.721 220.174L175.705 178.802L182.6 154.219L192.044 133.982L203.437 115.694L213.33 104.302L230.119 93.5092L250.955 87.9629L272.24 89.0122L288.579 95.1581C290.878 97.1068 295.745 101.244 296.824 102.203C297.903 103.163 298.273 107.7 298.323 109.848L309.715 113.146L319.459 121.54L324.106 135.331L325.904 151.221L321.258 173.556L317.06 186.297L293.376 177.903L262.797 164.412L265.045 154.219L267.144 141.477L253.653 161.863L252.154 157.516L248.556 152.72L239.263 154.219L234.316 159.015L232.367 168.309V179.701L235.365 184.348L227.721 220.174Z",
53
+ fill: "black"
54
+ }),
55
+ /* @__PURE__ */ jsx("path", {
56
+ d: "M269.735 279.46C269.735 278.591 269.587 277.841 269.283 277.426C269.168 277.268 269.022 277.146 268.771 277.066C268.492 276.977 267.974 276.908 267.091 277.078C264.257 277.624 262.673 279.626 262.314 280.349C262.305 280.369 262.292 280.386 262.282 280.405C262.348 280.695 262.409 280.992 262.461 281.294C262.728 282.834 262.883 284.71 262.991 286.594C263.217 290.518 263.247 294.349 263.535 296.489C263.627 297.168 264.141 298.406 265.186 300.173C265.917 301.409 266.832 302.782 267.852 304.219C268.111 304.015 268.428 303.732 268.81 303.365C269.433 302.765 270.118 302.049 270.905 301.234C270.601 299.603 270.174 297.315 269.749 293.727C269.095 288.201 269.735 281.041 269.735 279.46ZM258.026 280.176C256.849 279.191 255.101 278.778 251.067 280.028C249.405 280.544 247.727 281.871 246.365 283.457C245.7 284.231 245.152 285.02 244.755 285.715C244.339 286.441 244.152 286.953 244.105 287.186C244.12 287.115 244.091 287.253 244.156 287.816C244.213 288.313 244.32 288.967 244.47 289.802C244.762 291.43 245.217 293.723 245.67 296.423C246.574 301.805 247.521 309.077 247.501 317.705C248.736 321.198 250.061 324.931 251.416 328.742C251.857 329.766 252.69 331.345 253.833 333.079C255.372 335.413 257.242 337.677 258.997 338.952C259.891 339.601 260.088 340.852 259.439 341.746C258.79 342.639 257.54 342.838 256.646 342.189C256.444 342.042 256.245 341.885 256.045 341.723C258.452 348.462 260.743 354.855 262.58 359.97L280.491 353.283C280.537 353.194 280.589 353.107 280.649 353.024C284.112 348.243 285.59 344.102 285.921 340.561C286.251 337.028 285.452 333.94 284.117 331.234C282.772 328.507 280.884 326.175 279.052 324.197C278.134 323.206 277.256 322.329 276.456 321.517C275.688 320.737 274.94 319.964 274.406 319.271C272.347 316.598 268.799 312.277 265.791 308.193C264.274 306.134 262.842 304.067 261.743 302.209C260.689 300.427 259.781 298.577 259.571 297.023C259.258 294.697 259.202 290.37 258.998 286.823C258.892 284.971 258.746 283.283 258.52 281.978C258.406 281.324 258.282 280.828 258.158 280.482C258.096 280.31 258.049 280.216 258.026 280.176ZM283.91 297.863C283.626 297.978 283.358 298.092 283.109 298.207C280.535 299.399 277.092 300.62 274.49 303.284C273.474 304.325 272.449 305.413 271.586 306.245C271.146 306.668 270.703 307.071 270.275 307.403C270.259 307.416 270.241 307.427 270.224 307.44C272.884 310.953 275.671 314.36 277.575 316.831C277.935 317.298 278.507 317.898 279.307 318.711C280.076 319.492 281.016 320.43 281.987 321.479C283.935 323.582 286.114 326.239 287.705 329.464C289.306 332.709 290.314 336.536 289.903 340.933C289.61 344.066 288.603 347.412 286.673 350.974L302.683 344.997C301.437 342.451 300.246 339.459 299.105 336.259C296.259 328.271 293.572 318.542 291.103 310.677C290.943 310.168 290.993 309.616 291.242 309.144C291.342 308.955 291.471 308.786 291.622 308.64C291.417 308.493 291.186 308.328 290.925 308.144C289.962 307.468 288.747 306.626 287.629 305.696C286.525 304.777 285.374 303.66 284.612 302.371C283.867 301.11 283.423 299.548 283.91 297.863ZM333.49 282.5C333.125 282.58 332.697 282.707 332.191 282.89C331.215 283.245 330.094 283.756 328.737 284.391C326.062 285.644 322.649 287.3 318.406 288.694C314.204 290.075 309.473 291.287 304.836 292.398C304.852 292.421 304.87 292.442 304.886 292.465C305.675 293.563 306.272 294.963 306.703 296.347C307.141 297.753 307.444 299.258 307.591 300.642C307.646 301.163 307.68 301.689 307.689 302.203C307.75 302.183 307.809 302.163 307.867 302.145C308.808 301.853 309.822 302.288 310.257 303.173C311.931 306.58 316.646 315.755 319.321 320.817C324.497 315.067 331.869 306.695 337.499 300.537C338.244 299.722 339.509 299.665 340.324 300.41C341.139 301.155 341.196 302.421 340.451 303.236C333.927 310.372 325.749 319.71 320.378 325.613C319.943 326.091 319.305 326.33 318.663 326.254C318.022 326.177 317.456 325.796 317.146 325.229C315.35 321.956 310.017 311.626 307.453 306.515C305.632 307.18 303.17 308.17 300.771 309.147C298.837 309.935 296.902 310.732 295.48 311.293C297.839 318.951 300.264 327.593 302.873 334.915C304.276 338.852 305.697 342.297 307.137 344.901C308.606 347.559 309.882 348.935 310.842 349.384C312.072 349.782 313.997 349.756 316.653 349.098C319.309 348.441 322.442 347.219 325.867 345.545C332.711 342.199 340.498 337.157 347.595 331.634C354.66 326.135 359.725 322.775 364.264 317.231C364.706 316.691 365.115 316.165 365.494 315.649C369.269 310.514 370.311 306.188 372.436 298.19C369.083 297.504 364.262 296.339 359.742 295.138C354.888 293.849 350.202 292.478 348.062 291.596C345.697 290.623 342.807 289.381 340.071 287.78C337.683 286.383 335.312 284.656 333.49 282.5ZM301.086 294.236C299.9 294.235 298.446 294.188 296.908 294.26C294.477 294.83 292.213 295.374 290.194 295.904C289.078 296.602 288.242 297.567 287.776 298.895C287.651 299.252 287.667 299.678 288.056 300.336C288.47 301.037 289.207 301.806 290.187 302.621C291.153 303.425 292.22 304.166 293.226 304.873C294.093 305.482 295.122 306.204 295.739 306.876C296.778 306.454 297.984 305.963 299.262 305.443C300.686 304.863 302.186 304.257 303.581 303.711C303.586 303.683 303.59 303.655 303.596 303.628C303.705 303.128 303.737 302.233 303.613 301.065C303.493 299.933 303.241 298.684 302.884 297.536C302.52 296.368 302.08 295.416 301.638 294.8C301.326 294.366 301.134 294.258 301.086 294.236ZM397.091 235.872C391.15 232.694 384.59 230.709 378.301 232.183C371.817 233.703 367.893 236.919 365.077 239.966C363.599 241.565 362.552 242.964 361.387 244.329C360.365 245.525 359.111 246.879 357.532 247.405C355.029 248.24 352.245 247.797 350.284 247.483C349.207 247.311 348.381 247.172 347.689 247.137C347.118 247.109 346.906 247.172 346.871 247.181C346.81 247.236 346.609 247.502 346.593 248.627C346.589 248.881 346.594 249.139 346.601 249.417C346.607 249.679 346.615 249.982 346.612 250.261C346.61 250.535 346.597 250.877 346.537 251.217C346.483 251.522 346.353 252.072 345.942 252.564C345.708 252.845 345.418 253.076 345.22 253.226C344.991 253.399 344.73 253.578 344.466 253.751C343.941 254.095 343.303 254.485 342.715 254.847C342.107 255.222 341.546 255.572 341.105 255.873C340.996 255.948 340.9 256.013 340.818 256.073C340.837 256.167 340.866 256.28 340.907 256.412C341.089 256.993 341.414 257.607 341.703 257.978C342.033 258.402 342.179 258.94 342.107 259.471C342.036 260.003 341.754 260.484 341.325 260.806C341.038 261.022 340.728 261.209 340.483 261.353C340.276 261.476 340.115 261.569 339.961 261.662C339.999 261.736 340.037 261.812 340.071 261.888C340.227 262.237 340.438 262.848 340.304 263.589C340.235 263.969 340.078 264.259 340.001 264.391C339.908 264.552 339.805 264.697 339.72 264.81C339.55 265.036 339.34 265.282 339.146 265.506C338.728 265.986 338.269 266.497 337.812 267.082C337.356 267.664 336.965 268.246 336.7 268.801C336.432 269.362 336.352 269.778 336.37 270.068C336.419 270.836 336.939 271.662 338.028 272.988C338.507 273.571 339.116 274.281 339.62 274.996C340.133 275.723 340.65 276.601 340.912 277.62C341.524 279.998 340.989 281.914 340.007 282.993C340.668 283.457 341.365 283.903 342.091 284.328C344.573 285.78 347.246 286.934 349.585 287.897C351.44 288.661 355.866 289.971 360.769 291.272C365.462 292.519 370.429 293.714 373.67 294.36C373.994 293.534 374.352 292.723 374.738 291.941C372.605 291.851 369.822 291.391 367.196 289.917C365.89 289.183 364.198 287.986 363.75 285.93C363.294 283.837 364.298 281.709 366.124 279.557C366.839 278.715 368.101 278.612 368.943 279.327C369.785 280.042 369.888 281.303 369.174 282.145C367.579 284.025 367.613 284.866 367.659 285.079C367.714 285.329 367.996 285.778 369.154 286.428C372.271 288.179 375.516 288.024 377.217 287.853C380.133 283.717 381.957 281.611 383.751 279.542C383.766 279.524 383.78 279.505 383.795 279.487C383.831 279.263 383.863 278.961 383.855 278.62C383.842 278.058 383.731 277.516 383.498 277.079C383.309 276.725 382.711 276.228 381.664 275.812C380.651 275.41 379.733 275.288 379.458 275.302C378.355 275.356 377.417 274.505 377.362 273.402C377.308 272.299 378.159 271.361 379.262 271.306C380.287 271.256 381.793 271.56 383.141 272.095C384.385 272.589 385.974 273.468 386.877 274.939C387.2 274.395 387.525 273.833 387.856 273.258C389.112 271.073 390.451 268.684 391.975 266.508C393.486 264.349 395.21 262.01 397.097 260.474C398.057 259.693 399.171 259.025 400.432 258.743C401.745 258.449 403.097 258.604 404.403 259.286C406.246 260.247 406.699 262.157 406.719 263.694C406.739 265.266 406.342 267.079 405.815 268.846C404.763 272.381 402.939 276.523 401.788 279.453C400.599 282.48 399.506 286.148 399.471 288.559C399.457 289.506 399.612 289.886 399.669 290C399.823 290.018 400.27 290.006 401.239 289.569C408.518 286.286 420.391 283.3 424.356 269.605C424.768 268.182 424.943 266.87 425.074 265.619C425.165 264.754 425.242 263.79 425.395 262.887C423.891 260.704 421.604 257.543 419.123 254.425C416.338 250.923 413.414 247.611 411.124 245.752C408.004 243.218 403.009 239.038 397.091 235.872ZM289.095 185.119C289.992 184.474 291.242 184.678 291.887 185.575C292.884 186.961 294.846 188.498 297.031 188.776C297.3 188.81 297.473 188.81 297.568 188.805C297.616 188.803 297.647 188.799 297.664 188.797C297.68 188.794 297.688 188.792 297.69 188.792C297.695 188.791 297.698 188.789 297.735 188.778C297.747 188.775 297.798 188.759 297.854 188.745C297.895 188.734 298.045 188.695 298.237 188.68C298.395 188.669 298.912 188.642 299.45 188.972C300.097 189.369 300.323 189.983 300.387 190.364C300.44 190.683 300.401 190.941 300.391 191.01C300.376 191.109 300.358 191.191 300.351 191.22C299.73 193.843 298.457 195.44 297.041 196.367C296.361 196.812 295.703 197.066 295.176 197.221C294.913 197.299 294.682 197.352 294.506 197.389C294.425 197.407 294.337 197.425 294.291 197.434C294.29 197.435 294.288 197.434 294.287 197.434C294.276 197.438 294.265 197.443 294.254 197.447C294.139 197.485 293.961 197.539 293.752 197.577C293.565 197.611 293.226 197.658 292.835 197.6C292.438 197.542 291.728 197.327 291.257 196.604C290.817 195.929 290.871 195.243 290.95 194.876C291.029 194.508 291.179 194.22 291.272 194.059C291.376 193.881 291.482 193.738 291.555 193.645C291.559 193.64 291.563 193.635 291.567 193.63C291.872 193.129 292.393 192.367 292.984 191.621C291.083 190.641 289.573 189.21 288.639 187.911C287.994 187.014 288.198 185.764 289.095 185.119ZM294.671 196.147L294.672 196.148L294.674 196.146C294.675 196.145 294.675 196.144 294.676 196.143C294.677 196.142 294.679 196.141 294.68 196.139C294.682 196.137 294.685 196.134 294.687 196.132C294.69 196.127 294.694 196.123 294.696 196.121C294.701 196.116 294.703 196.113 294.704 196.111C294.705 196.11 294.707 196.107 294.71 196.102C294.711 196.101 294.712 196.097 294.715 196.094C294.7 196.111 294.686 196.13 294.671 196.147ZM293.603 195.037L293.61 195.069L293.634 195.054L293.603 195.037ZM293.634 195.054L293.61 195.069L293.603 195.037L293.634 195.054ZM292.996 193.649L292.995 193.65L292.993 193.651C292.992 193.651 292.991 193.652 292.988 193.653C292.986 193.654 292.982 193.655 292.977 193.657C292.974 193.658 292.971 193.66 292.968 193.661C292.966 193.662 292.964 193.662 292.962 193.663C292.961 193.663 292.96 193.664 292.959 193.665H292.957C292.97 193.659 292.983 193.654 292.996 193.649ZM435.631 269.129C435.631 266.83 435.731 263.823 435.351 261.36C435.159 260.121 434.877 259.267 434.564 258.782C434.322 258.408 434.192 258.405 434.02 258.414C432.552 258.491 431.855 258.677 431.334 259.093C430.793 259.523 430.102 260.485 429.462 262.961C429.265 263.722 429.2 264.627 429.053 266.035C428.914 267.362 428.71 268.952 428.199 270.718C423.598 286.609 409.353 290.298 402.884 293.216C400.976 294.076 398.847 294.467 397.203 293.175C395.691 291.985 395.45 289.988 395.472 288.502C395.518 285.316 396.855 281.071 398.065 277.99C399.314 274.811 400.994 271.023 401.981 267.705C402.475 266.046 402.731 264.701 402.719 263.747C402.713 263.279 402.642 263.019 402.588 262.896C402.571 262.858 402.558 262.839 402.553 262.832C402.084 262.587 401.696 262.559 401.305 262.646C400.86 262.746 400.302 263.023 399.622 263.577C398.228 264.711 396.795 266.597 395.252 268.802C393.855 270.797 392.619 273 391.324 275.252C390.056 277.458 388.725 279.724 387.211 281.633C387.066 281.816 386.92 281.992 386.773 282.161C384.921 284.299 383.086 286.41 379.971 290.888C378.495 293.01 377.187 295.895 376.428 298.749C374.433 306.243 373.283 311.234 369.682 316.637L381.844 329.391C384.086 327.275 386.794 324.761 389.512 322.385C392.817 319.494 396.243 316.712 398.897 315.119C400.697 314.039 402.877 312.845 405.178 311.576C407.494 310.298 409.958 308.929 412.39 307.469C417.296 304.522 421.878 301.312 424.751 297.917C427.591 294.56 430.333 288.441 432.386 282.414C433.398 279.441 434.218 276.565 434.782 274.179C435.361 271.734 435.631 269.965 435.631 269.129ZM305.176 201.387C305.176 194.726 304.938 190.699 305.127 184.462C300.573 182.767 295.531 180.697 290.439 178.532C280.131 174.149 269.595 169.371 261.803 166.171C260.882 165.792 260.379 164.793 260.624 163.828C261.66 159.747 262.863 155.082 263.811 150.753C264.087 149.491 264.334 148.273 264.551 147.12C263.435 148.764 262.297 150.533 261.193 152.305C258.667 156.365 256.206 160.61 254.884 162.676C254.451 163.351 253.656 163.703 252.864 163.568C252.073 163.434 251.438 162.839 251.253 162.058C250.439 158.624 249.495 157.046 248.709 156.247C247.959 155.483 247.188 155.236 245.964 154.873C245.747 154.809 245.122 154.74 244.146 154.885C243.216 155.025 242.11 155.339 240.987 155.885C238.76 156.971 236.518 158.94 235.361 162.256C234.39 165.039 233.201 171.183 233.729 176.108C233.995 178.595 234.663 180.4 235.643 181.405C236.466 182.25 237.818 182.837 240.431 182.146C241.499 181.864 242.593 182.501 242.875 183.569C243.157 184.637 242.521 185.731 241.453 186.013C240.031 186.389 238.711 186.517 237.507 186.408C235.34 197.936 233.522 206.884 230.401 221.011C230.252 221.687 229.766 222.238 229.113 222.468C228.461 222.697 227.737 222.573 227.197 222.14C217.846 214.634 211.124 209.405 205.425 205.004C200.505 201.204 196.33 198.007 191.885 194.496C190.625 197.454 188.688 201.199 186.112 204.926C184.044 207.918 181.526 210.952 178.571 213.563C183.305 213.989 191.528 216.171 200.279 222.492C206.869 227.251 212.379 234.091 217.052 239.561C219.43 242.345 221.57 244.754 223.581 246.511C225.626 248.298 227.27 249.167 228.632 249.292C229.886 249.407 230.748 249.225 231.364 248.933C231.976 248.644 232.482 248.182 232.922 247.511C233.864 246.075 234.364 243.919 234.783 241.285C236 233.642 237.302 225.362 238.327 218.711C236.887 217.421 235.801 216.413 235.319 215.915C234.552 215.12 234.575 213.854 235.369 213.087C236.164 212.32 237.43 212.342 238.197 213.136C239.158 214.132 243.44 217.964 248.006 221.816C250.271 223.727 252.572 225.614 254.521 227.122C256.541 228.684 258.004 229.696 258.674 230.011C261.053 231.132 264.055 232.712 267.142 233.496C270.22 234.278 272.783 234.112 274.646 232.419C277.108 230.18 277.863 228.86 278.195 228.072C278.399 227.588 278.441 227.354 278.639 226.768C278.821 226.227 279.094 225.577 279.684 224.933C280.7 223.825 282.055 223.274 283.177 222.916C283.753 222.732 284.351 222.574 284.885 222.431C285.071 222.382 285.25 222.331 285.425 222.283C285.374 222.014 285.272 221.656 285.104 221.167C284.719 220.049 283.89 218.091 283.89 216.2C283.89 215.285 284.51 214.487 285.397 214.261C286.284 214.036 287.211 214.442 287.647 215.246C288.332 216.509 289.274 217.271 290.029 217.632C290.248 217.736 290.43 217.795 290.567 217.829C291.117 217.176 291.702 216.381 292.37 215.435C293.158 214.321 294.058 213.01 295.07 211.665L295.222 211.487C295.597 211.094 296.118 210.868 296.668 210.868H305.152C305.3 210.428 305.405 209.677 305.429 208.595C305.452 207.499 305.394 206.261 305.324 204.992C305.257 203.76 305.176 202.465 305.176 201.387ZM324.108 149.827C324.108 145.688 322.768 135.647 319.443 128.344C315.741 120.21 308.84 113.761 298.096 112.083C297.122 111.931 296.404 111.092 296.404 110.106C296.404 104.88 293.005 101.059 287.855 98.1003C282.711 95.1448 276.287 93.3389 271.238 92.0437C261.829 89.6297 252.724 89.7325 242.592 92.0564C232.385 94.3973 222.331 97.2247 210.407 110.073C204.469 116.472 196.667 129.528 190.192 143.219C186.97 150.033 184.107 156.941 181.991 163.172C180.022 168.97 178.738 174.074 178.371 177.931C181.889 181.279 186.587 185.163 192.251 189.681C197.493 193.863 202.154 197.424 207.869 201.838C213.057 205.844 219.095 210.539 227.185 217.007C229.94 204.427 231.653 195.927 233.701 185.003C233.377 184.763 233.069 184.495 232.779 184.198C230.862 182.232 230.051 179.333 229.751 176.534C229.146 170.888 230.468 164.14 231.585 160.938C233.144 156.469 236.219 153.758 239.235 152.289C240.734 151.559 242.232 151.127 243.554 150.929C244.829 150.739 246.104 150.742 247.1 151.037C248.301 151.393 250.011 151.866 251.562 153.444C252.394 154.291 253.124 155.394 253.761 156.84C254.91 154.923 256.279 152.633 257.798 150.192C260.405 146.004 263.373 141.519 265.938 138.697C266.494 138.086 267.369 137.879 268.14 138.177C268.91 138.474 269.419 139.216 269.419 140.042C269.419 143.014 268.673 147.243 267.719 151.607C266.884 155.422 265.856 159.486 264.928 163.135C272.544 166.317 282.55 170.831 292.004 174.85C301.347 178.823 310.145 182.311 316.05 183.83C320.044 173.38 324.108 163.499 324.108 149.827ZM328.108 149.827C328.108 165.086 323.279 176.001 319.166 186.884C318.817 187.806 317.849 188.337 316.884 188.135C314.686 187.673 312.04 186.887 309.091 185.879C308.971 191.283 309.176 194.982 309.176 201.387C309.176 202.325 309.247 203.473 309.318 204.772C309.388 206.033 309.455 207.413 309.428 208.682C309.401 209.907 309.285 211.249 308.875 212.344C308.664 212.906 308.327 213.536 307.762 214.037C307.154 214.576 306.389 214.868 305.55 214.868H297.678C296.953 215.862 296.29 216.818 295.636 217.744C294.829 218.884 294.021 219.994 293.187 220.912C292.409 221.768 291.329 221.896 290.629 221.866C290.214 221.848 289.792 221.771 289.374 221.65C289.409 221.85 289.437 222.053 289.451 222.256C289.516 223.164 289.358 224.254 288.554 225.191C288.318 225.466 288.012 225.671 287.669 225.786C287.072 225.985 286.464 226.149 285.919 226.295C285.354 226.446 284.86 226.577 284.396 226.725C283.436 227.032 282.918 227.324 282.632 227.635C282.571 227.702 282.523 227.768 282.429 228.048C282.349 228.283 282.156 228.976 281.882 229.626C281.258 231.106 280.081 232.883 277.336 235.379C273.991 238.42 269.729 238.281 266.156 237.373C262.591 236.467 259.112 234.64 256.969 233.631C255.83 233.094 254.017 231.788 252.074 230.286C250.062 228.729 247.714 226.803 245.427 224.874C244.221 223.856 243.022 222.829 241.89 221.847C241.421 224.869 240.909 228.139 240.384 231.478C245.416 238.192 250.258 247.055 254.354 255.122C258.376 263.045 261.617 270.06 263.771 273.966C264.54 273.615 265.394 273.331 266.334 273.15C267.68 272.891 268.905 272.911 269.986 273.256C271.095 273.609 271.927 274.266 272.51 275.062C273.602 276.553 273.735 278.405 273.735 279.46C273.735 281.726 273.099 288.001 273.722 293.258C273.963 295.294 274.202 296.877 274.42 298.168C277.079 296.347 279.863 295.302 281.429 294.577C283.227 293.745 285.746 292.953 288.664 292.172C289.896 291.504 291.221 291.069 292.503 290.787C293.782 290.505 295.095 290.36 296.328 290.287C296.679 290.205 297.032 290.122 297.386 290.04C303.967 288.506 311.145 286.87 317.157 284.894C321.129 283.589 324.319 282.043 327.04 280.768C328.382 280.14 329.657 279.555 330.825 279.131C331.985 278.709 333.188 278.389 334.375 278.389L334.612 278.404C335.161 278.47 335.662 278.76 335.991 279.213C336.283 279.613 336.606 280.001 336.955 280.379C336.982 280.353 337.01 280.328 337.038 280.303C337.054 280.275 337.083 280.219 337.11 280.123C337.176 279.892 337.242 279.41 337.038 278.616C336.949 278.268 336.738 277.849 336.353 277.303C335.959 276.745 335.497 276.209 334.938 275.528C333.951 274.327 332.522 272.558 332.379 270.323C332.302 269.112 332.653 267.994 333.09 267.078C333.53 266.155 334.116 265.315 334.659 264.62C335.178 263.956 335.713 263.356 336.079 262.935C335.973 262.74 335.849 262.483 335.763 262.193C335.612 261.685 335.552 261.007 335.851 260.29L335.938 260.1C336.322 259.334 336.987 258.826 337.437 258.527C337.304 258.222 337.185 257.912 337.09 257.607C336.932 257.103 336.806 256.531 336.787 255.956C336.77 255.417 336.838 254.625 337.33 253.915L337.423 253.789C337.645 253.504 337.905 253.28 338.081 253.136C338.315 252.945 338.582 252.752 338.848 252.57C339.379 252.207 340.02 251.809 340.617 251.441C341.235 251.061 341.807 250.711 342.271 250.407C342.402 250.321 342.515 250.243 342.612 250.175C342.613 249.991 342.608 249.781 342.602 249.512C342.595 249.235 342.588 248.909 342.593 248.571C342.609 247.418 342.74 245.126 344.664 243.844L344.863 243.719C345.872 243.136 347.028 243.1 347.887 243.142C348.852 243.19 349.948 243.378 350.916 243.533C353.046 243.874 354.844 244.085 356.268 243.61C356.652 243.482 357.253 243.01 358.345 241.731C359.293 240.621 360.619 238.896 362.14 237.251C365.323 233.807 369.909 230.042 377.388 228.289C385.062 226.49 392.684 228.978 398.978 232.345C405.294 235.724 410.587 240.162 413.646 242.646C416.299 244.801 419.451 248.412 422.253 251.934C423.991 254.119 425.635 256.321 426.996 258.216C427.506 257.297 428.109 256.548 428.841 255.965C430.413 254.711 432.232 254.502 433.809 254.419C435.709 254.319 437.08 255.306 437.924 256.612C438.696 257.808 439.084 259.328 439.304 260.749C439.745 263.606 439.631 267.064 439.631 269.129C439.631 270.474 439.257 272.642 438.675 275.1C438.079 277.619 437.223 280.617 436.172 283.703C434.098 289.794 431.163 296.532 427.805 300.501C424.48 304.43 419.409 307.92 414.449 310.898C411.948 312.4 409.427 313.8 407.11 315.078C404.778 316.365 402.678 317.516 400.956 318.549C398.636 319.94 395.444 322.511 392.146 325.395C388.876 328.254 385.605 331.33 383.149 333.664C381.18 335.535 379.596 337.065 379.094 337.467C377.116 339.049 370.657 344.618 362.422 351.563C354.226 358.475 344.336 366.695 335.603 373.485C311.796 391.995 287.02 410.343 272.374 418.485C269.663 419.992 267.034 421.606 264.674 422.825C262.242 424.081 259.788 425.094 257.103 425.476C251.607 426.259 245.773 424.326 237.659 418.347C224.965 408.993 218.393 398.569 208.365 386.06C208.356 386.048 208.346 386.036 208.337 386.024C202.719 378.677 191.485 358.688 180.569 337.916C169.625 317.09 158.86 295.203 154.177 283.933C153.753 282.913 154.236 281.743 155.256 281.319C156.276 280.895 157.446 281.378 157.87 282.398C162.48 293.491 173.172 315.243 184.109 336.055C195.07 356.914 206.136 376.557 211.508 383.586C221.817 396.447 227.9 406.187 240.032 415.128C247.806 420.856 252.569 422.082 256.539 421.516C258.587 421.225 260.582 420.436 262.838 419.271C265.165 418.069 267.461 416.64 270.431 414.989C284.76 407.023 309.29 388.876 333.146 370.327C341.814 363.588 351.656 355.41 359.843 348.506C367.99 341.634 374.565 335.967 376.595 334.344C376.838 334.149 377.657 333.369 378.942 332.144L367.255 319.888C362.37 325.811 356.792 329.544 350.052 334.79C342.795 340.437 334.773 345.643 327.623 349.138C324.051 350.884 320.641 352.232 317.615 352.981C314.646 353.716 311.778 353.944 309.455 353.139C309.408 353.123 309.362 353.105 309.316 353.086C307.499 352.301 305.966 350.587 304.646 348.533L262.083 364.427C261.582 364.613 261.027 364.593 260.542 364.368C260.057 364.143 259.682 363.732 259.501 363.229C256.487 354.843 251.938 342.141 247.683 330.18C247.488 329.716 247.338 329.295 247.24 328.935C245.985 325.405 244.761 321.955 243.616 318.718C240.471 309.82 223.331 261.568 222.375 258.612C222.035 257.561 222.611 256.434 223.662 256.094C224.713 255.753 225.841 256.33 226.181 257.381C226.876 259.531 236.546 286.804 242.743 304.282C242.44 301.613 242.08 299.203 241.725 297.085C241.273 294.397 240.844 292.247 240.532 290.51C240.38 289.663 240.255 288.904 240.183 288.274C240.118 287.712 240.062 287.01 240.184 286.402C240.352 285.562 240.772 284.62 241.282 283.728C241.811 282.805 242.507 281.81 243.33 280.851C244.944 278.972 247.218 277.034 249.883 276.208C254.073 274.909 257.389 274.811 260.053 276.691C260.183 276.547 260.322 276.402 260.468 276.257C258.258 272.317 254.786 264.811 250.786 256.932C247.358 250.179 243.487 243.039 239.49 237.128C239.235 238.737 238.984 240.339 238.733 241.914C238.323 244.494 237.737 247.462 236.267 249.705C235.5 250.874 234.468 251.89 233.075 252.549C231.688 253.205 230.081 253.441 228.267 253.275C225.617 253.032 223.174 251.467 220.949 249.523C218.69 247.549 216.377 244.93 214.01 242.16C209.192 236.521 204.043 230.144 197.938 225.734C188.134 218.654 179.32 217.343 176.436 217.491C174.883 217.622 173.323 217.847 171.765 218.161C160.386 220.453 149.258 227.469 142.125 236.979C138.092 242.356 133.103 252.82 128.545 266.283C124.005 279.693 119.951 295.907 117.716 312.672C114.117 339.661 111.342 372.11 110.404 384.955C110.324 386.056 109.365 386.884 108.264 386.803C107.162 386.723 106.334 385.764 106.414 384.663C107.355 371.777 110.138 339.242 113.751 312.142C116.023 295.101 120.14 278.635 124.756 265C129.354 251.418 134.506 240.471 138.925 234.579C146.576 224.377 158.424 216.855 170.667 214.304C175.571 211.623 179.668 207.215 182.822 202.651C185.561 198.688 187.514 194.715 188.625 191.901C183.09 187.466 178.41 183.563 174.907 180.149C174.492 179.744 174.272 179.178 174.307 178.598C174.574 174.112 176.04 168.256 178.203 161.885C180.378 155.481 183.304 148.429 186.576 141.509C193.092 127.729 201.106 114.215 207.476 107.351C220.168 93.6755 231.104 90.5875 241.697 88.158C252.364 85.7114 262.123 85.5759 272.232 88.1697C277.268 89.4617 284.179 91.375 289.848 94.6316C295.065 97.6288 299.623 102.01 300.311 108.417C311.645 110.704 319.082 117.894 323.084 126.686C326.699 134.629 328.108 145.262 328.108 149.827ZM293.003 193.647C293 193.648 292.999 193.649 292.998 193.649H292.996C292.998 193.648 293.001 193.648 293.003 193.647Z",
57
+ fill: "black"
58
+ }),
59
+ /* @__PURE__ */ jsx("path", {
60
+ d: "M360.1 245.825C360.819 245.852 361.419 246.387 361.526 247.1C361.719 248.374 362.088 251.157 362.276 252.145C362.431 252.959 361.898 253.744 361.084 253.899C360.27 254.054 359.485 253.521 359.33 252.707C359.242 252.245 359.117 251.417 358.989 250.538C358.978 250.544 358.967 250.551 358.955 250.557C358.408 250.827 357.845 251.035 357.367 251.181C356.922 251.316 356.442 251.429 356.08 251.451C355.68 251.476 355.287 251.339 354.988 251.072C354.69 250.805 354.51 250.43 354.489 250.03C354.466 249.572 354.618 249.19 354.731 248.962C354.857 248.709 355.02 248.477 355.184 248.276C355.513 247.873 355.947 247.476 356.423 247.128C357.328 246.467 358.686 245.772 360.1 245.825Z",
61
+ fill: "black"
62
+ })
63
+ ]
64
+ }),
65
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
66
+ id: "clip0_1804_42665",
67
+ children: /* @__PURE__ */ jsx("rect", {
68
+ width: "512",
69
+ height: "512",
70
+ fill: "white"
71
+ })
72
+ }) })
73
+ ]
74
+ });
75
+ };
76
+ var EyeContactMedium_default = EyeContactMedium;
77
+ export { EyeContactMedium_default as t };
78
+
79
+ //# sourceMappingURL=EyeContactMedium.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EyeContactMedium.js","names":["EyeContactMedium: React.FC<BaseSvgIllustrationProps>"],"sources":["../src/components/Illustrations/EyeContactMedium.tsx"],"sourcesContent":["import type { Palette } from './EyeContact';\nimport type { BaseSvgIllustrationProps } from '../Illustration';\n\nimport { ViewBoxSize } from '../Illustration/utils';\n\nconst EyeContactMedium: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n skin: '#E4F7F9',\n mother: '#188097',\n baby: '#08667C',\n };\n case 'cherry':\n return {\n skin: '#FFF2EA',\n mother: '#B62E1C',\n baby: '#F05A3C',\n };\n default:\n return {\n skin: '#F5F3F3',\n mother: '#989693',\n baby: '#62625F',\n };\n }\n })();\n\n return (\n <svg {...svgProperties} viewBox={ViewBoxSize.Medium}>\n {title}\n <g clip-path=\"url(#clip0_1804_42665)\">\n <path\n d=\"M111.248 348.039L108.4 384.614H209.582L212.281 388.212L232.067 411.296L247.357 421.489L255.751 424.038L263.097 421.489L297.873 399.304L342.094 366.176L382.775 331.603L368.231 316.089L362.33 322.106L348.989 333.198L325.208 348.153L315.514 351.668L309.562 351.336L306.841 347.586L282.434 355.234L260.998 362.129L244.809 317.759V301.57L241.811 286.73L244.059 282.982L248.556 279.684L255.751 276.536L260.998 278.635L263.097 276.536L253.353 257.949L245.858 242.959L238.663 232.466L236.115 246.257L233.416 250.304L228.02 251.353L221.125 247.756L212.281 238.462L205.085 229.168C202.537 226.82 197.261 222.093 196.541 221.973C195.822 221.853 188.247 218.126 184.549 216.277L173.756 214.928L161.914 218.825L150.672 225.421L140.179 235.464L131.335 252.103L122.94 275.637L118.294 297.522L114.846 319.108L111.248 348.039Z\"\n fill={palette.mother}\n />\n <path\n d=\"M339.995 285.68L333.699 279.833L316.461 287.179L297.573 292.425L296.374 294.973L305.518 297.671L306.268 304.717L295.175 309.214L287.83 304.717V301.569L293.226 296.772V292.425L281.534 295.873L272.39 301.569L271.191 290.326L272.39 277.285L269.093 274.887L263.996 275.786L260.848 279.833C258.899 279.034 254.792 277.405 253.953 277.285C253.113 277.165 248.506 278.934 246.308 279.833L241.811 287.179L243.16 293.624L245.258 306.516L244.358 315.809L260.848 362.728L306.268 346.565L308.939 350.703L313.36 351.723L318.915 349.837L329.176 345.998L343.292 337.095L364.878 319.857L371.174 309.214L374.921 296.772L350.638 290.326L339.995 285.68Z\"\n fill={palette.baby}\n />\n <path\n d=\"M414.496 245.657L427.537 261.846L429.785 257.05H436.231L438.03 262.746L436.231 277.286L429.785 295.124L421.691 303.968L408.35 311.463L396.208 319.108L382.567 332.449L367.427 316.11L371.324 308.465L374.622 296.923L347.79 289.428L338.346 284.032V279.984L337.298 274.888L333.85 269.341L338.346 263.495L337.298 260.947L339.246 258.699L338.346 255.251L344.193 251.204L345.692 245.657H357.234L366.528 234.715L376.421 229.918H387.813L400.855 234.715L414.496 245.657Z\"\n fill={palette.skin}\n />\n <path\n d=\"M305.219 299.471L306.16 304.995L294.787 309.386L287.733 303.124L286.366 296.502L294.283 292.399L303.137 292.831L305.219 299.471Z\"\n fill={palette.skin}\n />\n <path\n d=\"M184.849 203.535L190.995 190.794L228.17 220.174L236.115 185.398L234.166 182.999L231.768 176.853V167.709L235.065 158.715L239.562 153.619H249.006L252.903 160.664L266.844 142.227L263.097 164.262L306.867 182.999V212.529L296.674 213.429L290.678 220.174L286.781 217.476V224.072L280.785 226.17L278.986 231.117L271.791 235.614H265.345L254.402 229.918L241.061 217.476L236.115 247.306L231.018 251.204L223.973 249.705C222.124 247.606 218.097 243.319 216.778 242.959C215.458 242.599 210.832 236.114 208.683 232.916L198.64 224.072L184.849 217.476L172.258 215.827L184.849 203.535Z\"\n fill={palette.skin}\n />\n <path\n d=\"M227.721 220.174L175.705 178.802L182.6 154.219L192.044 133.982L203.437 115.694L213.33 104.302L230.119 93.5092L250.955 87.9629L272.24 89.0122L288.579 95.1581C290.878 97.1068 295.745 101.244 296.824 102.203C297.903 103.163 298.273 107.7 298.323 109.848L309.715 113.146L319.459 121.54L324.106 135.331L325.904 151.221L321.258 173.556L317.06 186.297L293.376 177.903L262.797 164.412L265.045 154.219L267.144 141.477L253.653 161.863L252.154 157.516L248.556 152.72L239.263 154.219L234.316 159.015L232.367 168.309V179.701L235.365 184.348L227.721 220.174Z\"\n fill=\"black\"\n />\n <path\n d=\"M269.735 279.46C269.735 278.591 269.587 277.841 269.283 277.426C269.168 277.268 269.022 277.146 268.771 277.066C268.492 276.977 267.974 276.908 267.091 277.078C264.257 277.624 262.673 279.626 262.314 280.349C262.305 280.369 262.292 280.386 262.282 280.405C262.348 280.695 262.409 280.992 262.461 281.294C262.728 282.834 262.883 284.71 262.991 286.594C263.217 290.518 263.247 294.349 263.535 296.489C263.627 297.168 264.141 298.406 265.186 300.173C265.917 301.409 266.832 302.782 267.852 304.219C268.111 304.015 268.428 303.732 268.81 303.365C269.433 302.765 270.118 302.049 270.905 301.234C270.601 299.603 270.174 297.315 269.749 293.727C269.095 288.201 269.735 281.041 269.735 279.46ZM258.026 280.176C256.849 279.191 255.101 278.778 251.067 280.028C249.405 280.544 247.727 281.871 246.365 283.457C245.7 284.231 245.152 285.02 244.755 285.715C244.339 286.441 244.152 286.953 244.105 287.186C244.12 287.115 244.091 287.253 244.156 287.816C244.213 288.313 244.32 288.967 244.47 289.802C244.762 291.43 245.217 293.723 245.67 296.423C246.574 301.805 247.521 309.077 247.501 317.705C248.736 321.198 250.061 324.931 251.416 328.742C251.857 329.766 252.69 331.345 253.833 333.079C255.372 335.413 257.242 337.677 258.997 338.952C259.891 339.601 260.088 340.852 259.439 341.746C258.79 342.639 257.54 342.838 256.646 342.189C256.444 342.042 256.245 341.885 256.045 341.723C258.452 348.462 260.743 354.855 262.58 359.97L280.491 353.283C280.537 353.194 280.589 353.107 280.649 353.024C284.112 348.243 285.59 344.102 285.921 340.561C286.251 337.028 285.452 333.94 284.117 331.234C282.772 328.507 280.884 326.175 279.052 324.197C278.134 323.206 277.256 322.329 276.456 321.517C275.688 320.737 274.94 319.964 274.406 319.271C272.347 316.598 268.799 312.277 265.791 308.193C264.274 306.134 262.842 304.067 261.743 302.209C260.689 300.427 259.781 298.577 259.571 297.023C259.258 294.697 259.202 290.37 258.998 286.823C258.892 284.971 258.746 283.283 258.52 281.978C258.406 281.324 258.282 280.828 258.158 280.482C258.096 280.31 258.049 280.216 258.026 280.176ZM283.91 297.863C283.626 297.978 283.358 298.092 283.109 298.207C280.535 299.399 277.092 300.62 274.49 303.284C273.474 304.325 272.449 305.413 271.586 306.245C271.146 306.668 270.703 307.071 270.275 307.403C270.259 307.416 270.241 307.427 270.224 307.44C272.884 310.953 275.671 314.36 277.575 316.831C277.935 317.298 278.507 317.898 279.307 318.711C280.076 319.492 281.016 320.43 281.987 321.479C283.935 323.582 286.114 326.239 287.705 329.464C289.306 332.709 290.314 336.536 289.903 340.933C289.61 344.066 288.603 347.412 286.673 350.974L302.683 344.997C301.437 342.451 300.246 339.459 299.105 336.259C296.259 328.271 293.572 318.542 291.103 310.677C290.943 310.168 290.993 309.616 291.242 309.144C291.342 308.955 291.471 308.786 291.622 308.64C291.417 308.493 291.186 308.328 290.925 308.144C289.962 307.468 288.747 306.626 287.629 305.696C286.525 304.777 285.374 303.66 284.612 302.371C283.867 301.11 283.423 299.548 283.91 297.863ZM333.49 282.5C333.125 282.58 332.697 282.707 332.191 282.89C331.215 283.245 330.094 283.756 328.737 284.391C326.062 285.644 322.649 287.3 318.406 288.694C314.204 290.075 309.473 291.287 304.836 292.398C304.852 292.421 304.87 292.442 304.886 292.465C305.675 293.563 306.272 294.963 306.703 296.347C307.141 297.753 307.444 299.258 307.591 300.642C307.646 301.163 307.68 301.689 307.689 302.203C307.75 302.183 307.809 302.163 307.867 302.145C308.808 301.853 309.822 302.288 310.257 303.173C311.931 306.58 316.646 315.755 319.321 320.817C324.497 315.067 331.869 306.695 337.499 300.537C338.244 299.722 339.509 299.665 340.324 300.41C341.139 301.155 341.196 302.421 340.451 303.236C333.927 310.372 325.749 319.71 320.378 325.613C319.943 326.091 319.305 326.33 318.663 326.254C318.022 326.177 317.456 325.796 317.146 325.229C315.35 321.956 310.017 311.626 307.453 306.515C305.632 307.18 303.17 308.17 300.771 309.147C298.837 309.935 296.902 310.732 295.48 311.293C297.839 318.951 300.264 327.593 302.873 334.915C304.276 338.852 305.697 342.297 307.137 344.901C308.606 347.559 309.882 348.935 310.842 349.384C312.072 349.782 313.997 349.756 316.653 349.098C319.309 348.441 322.442 347.219 325.867 345.545C332.711 342.199 340.498 337.157 347.595 331.634C354.66 326.135 359.725 322.775 364.264 317.231C364.706 316.691 365.115 316.165 365.494 315.649C369.269 310.514 370.311 306.188 372.436 298.19C369.083 297.504 364.262 296.339 359.742 295.138C354.888 293.849 350.202 292.478 348.062 291.596C345.697 290.623 342.807 289.381 340.071 287.78C337.683 286.383 335.312 284.656 333.49 282.5ZM301.086 294.236C299.9 294.235 298.446 294.188 296.908 294.26C294.477 294.83 292.213 295.374 290.194 295.904C289.078 296.602 288.242 297.567 287.776 298.895C287.651 299.252 287.667 299.678 288.056 300.336C288.47 301.037 289.207 301.806 290.187 302.621C291.153 303.425 292.22 304.166 293.226 304.873C294.093 305.482 295.122 306.204 295.739 306.876C296.778 306.454 297.984 305.963 299.262 305.443C300.686 304.863 302.186 304.257 303.581 303.711C303.586 303.683 303.59 303.655 303.596 303.628C303.705 303.128 303.737 302.233 303.613 301.065C303.493 299.933 303.241 298.684 302.884 297.536C302.52 296.368 302.08 295.416 301.638 294.8C301.326 294.366 301.134 294.258 301.086 294.236ZM397.091 235.872C391.15 232.694 384.59 230.709 378.301 232.183C371.817 233.703 367.893 236.919 365.077 239.966C363.599 241.565 362.552 242.964 361.387 244.329C360.365 245.525 359.111 246.879 357.532 247.405C355.029 248.24 352.245 247.797 350.284 247.483C349.207 247.311 348.381 247.172 347.689 247.137C347.118 247.109 346.906 247.172 346.871 247.181C346.81 247.236 346.609 247.502 346.593 248.627C346.589 248.881 346.594 249.139 346.601 249.417C346.607 249.679 346.615 249.982 346.612 250.261C346.61 250.535 346.597 250.877 346.537 251.217C346.483 251.522 346.353 252.072 345.942 252.564C345.708 252.845 345.418 253.076 345.22 253.226C344.991 253.399 344.73 253.578 344.466 253.751C343.941 254.095 343.303 254.485 342.715 254.847C342.107 255.222 341.546 255.572 341.105 255.873C340.996 255.948 340.9 256.013 340.818 256.073C340.837 256.167 340.866 256.28 340.907 256.412C341.089 256.993 341.414 257.607 341.703 257.978C342.033 258.402 342.179 258.94 342.107 259.471C342.036 260.003 341.754 260.484 341.325 260.806C341.038 261.022 340.728 261.209 340.483 261.353C340.276 261.476 340.115 261.569 339.961 261.662C339.999 261.736 340.037 261.812 340.071 261.888C340.227 262.237 340.438 262.848 340.304 263.589C340.235 263.969 340.078 264.259 340.001 264.391C339.908 264.552 339.805 264.697 339.72 264.81C339.55 265.036 339.34 265.282 339.146 265.506C338.728 265.986 338.269 266.497 337.812 267.082C337.356 267.664 336.965 268.246 336.7 268.801C336.432 269.362 336.352 269.778 336.37 270.068C336.419 270.836 336.939 271.662 338.028 272.988C338.507 273.571 339.116 274.281 339.62 274.996C340.133 275.723 340.65 276.601 340.912 277.62C341.524 279.998 340.989 281.914 340.007 282.993C340.668 283.457 341.365 283.903 342.091 284.328C344.573 285.78 347.246 286.934 349.585 287.897C351.44 288.661 355.866 289.971 360.769 291.272C365.462 292.519 370.429 293.714 373.67 294.36C373.994 293.534 374.352 292.723 374.738 291.941C372.605 291.851 369.822 291.391 367.196 289.917C365.89 289.183 364.198 287.986 363.75 285.93C363.294 283.837 364.298 281.709 366.124 279.557C366.839 278.715 368.101 278.612 368.943 279.327C369.785 280.042 369.888 281.303 369.174 282.145C367.579 284.025 367.613 284.866 367.659 285.079C367.714 285.329 367.996 285.778 369.154 286.428C372.271 288.179 375.516 288.024 377.217 287.853C380.133 283.717 381.957 281.611 383.751 279.542C383.766 279.524 383.78 279.505 383.795 279.487C383.831 279.263 383.863 278.961 383.855 278.62C383.842 278.058 383.731 277.516 383.498 277.079C383.309 276.725 382.711 276.228 381.664 275.812C380.651 275.41 379.733 275.288 379.458 275.302C378.355 275.356 377.417 274.505 377.362 273.402C377.308 272.299 378.159 271.361 379.262 271.306C380.287 271.256 381.793 271.56 383.141 272.095C384.385 272.589 385.974 273.468 386.877 274.939C387.2 274.395 387.525 273.833 387.856 273.258C389.112 271.073 390.451 268.684 391.975 266.508C393.486 264.349 395.21 262.01 397.097 260.474C398.057 259.693 399.171 259.025 400.432 258.743C401.745 258.449 403.097 258.604 404.403 259.286C406.246 260.247 406.699 262.157 406.719 263.694C406.739 265.266 406.342 267.079 405.815 268.846C404.763 272.381 402.939 276.523 401.788 279.453C400.599 282.48 399.506 286.148 399.471 288.559C399.457 289.506 399.612 289.886 399.669 290C399.823 290.018 400.27 290.006 401.239 289.569C408.518 286.286 420.391 283.3 424.356 269.605C424.768 268.182 424.943 266.87 425.074 265.619C425.165 264.754 425.242 263.79 425.395 262.887C423.891 260.704 421.604 257.543 419.123 254.425C416.338 250.923 413.414 247.611 411.124 245.752C408.004 243.218 403.009 239.038 397.091 235.872ZM289.095 185.119C289.992 184.474 291.242 184.678 291.887 185.575C292.884 186.961 294.846 188.498 297.031 188.776C297.3 188.81 297.473 188.81 297.568 188.805C297.616 188.803 297.647 188.799 297.664 188.797C297.68 188.794 297.688 188.792 297.69 188.792C297.695 188.791 297.698 188.789 297.735 188.778C297.747 188.775 297.798 188.759 297.854 188.745C297.895 188.734 298.045 188.695 298.237 188.68C298.395 188.669 298.912 188.642 299.45 188.972C300.097 189.369 300.323 189.983 300.387 190.364C300.44 190.683 300.401 190.941 300.391 191.01C300.376 191.109 300.358 191.191 300.351 191.22C299.73 193.843 298.457 195.44 297.041 196.367C296.361 196.812 295.703 197.066 295.176 197.221C294.913 197.299 294.682 197.352 294.506 197.389C294.425 197.407 294.337 197.425 294.291 197.434C294.29 197.435 294.288 197.434 294.287 197.434C294.276 197.438 294.265 197.443 294.254 197.447C294.139 197.485 293.961 197.539 293.752 197.577C293.565 197.611 293.226 197.658 292.835 197.6C292.438 197.542 291.728 197.327 291.257 196.604C290.817 195.929 290.871 195.243 290.95 194.876C291.029 194.508 291.179 194.22 291.272 194.059C291.376 193.881 291.482 193.738 291.555 193.645C291.559 193.64 291.563 193.635 291.567 193.63C291.872 193.129 292.393 192.367 292.984 191.621C291.083 190.641 289.573 189.21 288.639 187.911C287.994 187.014 288.198 185.764 289.095 185.119ZM294.671 196.147L294.672 196.148L294.674 196.146C294.675 196.145 294.675 196.144 294.676 196.143C294.677 196.142 294.679 196.141 294.68 196.139C294.682 196.137 294.685 196.134 294.687 196.132C294.69 196.127 294.694 196.123 294.696 196.121C294.701 196.116 294.703 196.113 294.704 196.111C294.705 196.11 294.707 196.107 294.71 196.102C294.711 196.101 294.712 196.097 294.715 196.094C294.7 196.111 294.686 196.13 294.671 196.147ZM293.603 195.037L293.61 195.069L293.634 195.054L293.603 195.037ZM293.634 195.054L293.61 195.069L293.603 195.037L293.634 195.054ZM292.996 193.649L292.995 193.65L292.993 193.651C292.992 193.651 292.991 193.652 292.988 193.653C292.986 193.654 292.982 193.655 292.977 193.657C292.974 193.658 292.971 193.66 292.968 193.661C292.966 193.662 292.964 193.662 292.962 193.663C292.961 193.663 292.96 193.664 292.959 193.665H292.957C292.97 193.659 292.983 193.654 292.996 193.649ZM435.631 269.129C435.631 266.83 435.731 263.823 435.351 261.36C435.159 260.121 434.877 259.267 434.564 258.782C434.322 258.408 434.192 258.405 434.02 258.414C432.552 258.491 431.855 258.677 431.334 259.093C430.793 259.523 430.102 260.485 429.462 262.961C429.265 263.722 429.2 264.627 429.053 266.035C428.914 267.362 428.71 268.952 428.199 270.718C423.598 286.609 409.353 290.298 402.884 293.216C400.976 294.076 398.847 294.467 397.203 293.175C395.691 291.985 395.45 289.988 395.472 288.502C395.518 285.316 396.855 281.071 398.065 277.99C399.314 274.811 400.994 271.023 401.981 267.705C402.475 266.046 402.731 264.701 402.719 263.747C402.713 263.279 402.642 263.019 402.588 262.896C402.571 262.858 402.558 262.839 402.553 262.832C402.084 262.587 401.696 262.559 401.305 262.646C400.86 262.746 400.302 263.023 399.622 263.577C398.228 264.711 396.795 266.597 395.252 268.802C393.855 270.797 392.619 273 391.324 275.252C390.056 277.458 388.725 279.724 387.211 281.633C387.066 281.816 386.92 281.992 386.773 282.161C384.921 284.299 383.086 286.41 379.971 290.888C378.495 293.01 377.187 295.895 376.428 298.749C374.433 306.243 373.283 311.234 369.682 316.637L381.844 329.391C384.086 327.275 386.794 324.761 389.512 322.385C392.817 319.494 396.243 316.712 398.897 315.119C400.697 314.039 402.877 312.845 405.178 311.576C407.494 310.298 409.958 308.929 412.39 307.469C417.296 304.522 421.878 301.312 424.751 297.917C427.591 294.56 430.333 288.441 432.386 282.414C433.398 279.441 434.218 276.565 434.782 274.179C435.361 271.734 435.631 269.965 435.631 269.129ZM305.176 201.387C305.176 194.726 304.938 190.699 305.127 184.462C300.573 182.767 295.531 180.697 290.439 178.532C280.131 174.149 269.595 169.371 261.803 166.171C260.882 165.792 260.379 164.793 260.624 163.828C261.66 159.747 262.863 155.082 263.811 150.753C264.087 149.491 264.334 148.273 264.551 147.12C263.435 148.764 262.297 150.533 261.193 152.305C258.667 156.365 256.206 160.61 254.884 162.676C254.451 163.351 253.656 163.703 252.864 163.568C252.073 163.434 251.438 162.839 251.253 162.058C250.439 158.624 249.495 157.046 248.709 156.247C247.959 155.483 247.188 155.236 245.964 154.873C245.747 154.809 245.122 154.74 244.146 154.885C243.216 155.025 242.11 155.339 240.987 155.885C238.76 156.971 236.518 158.94 235.361 162.256C234.39 165.039 233.201 171.183 233.729 176.108C233.995 178.595 234.663 180.4 235.643 181.405C236.466 182.25 237.818 182.837 240.431 182.146C241.499 181.864 242.593 182.501 242.875 183.569C243.157 184.637 242.521 185.731 241.453 186.013C240.031 186.389 238.711 186.517 237.507 186.408C235.34 197.936 233.522 206.884 230.401 221.011C230.252 221.687 229.766 222.238 229.113 222.468C228.461 222.697 227.737 222.573 227.197 222.14C217.846 214.634 211.124 209.405 205.425 205.004C200.505 201.204 196.33 198.007 191.885 194.496C190.625 197.454 188.688 201.199 186.112 204.926C184.044 207.918 181.526 210.952 178.571 213.563C183.305 213.989 191.528 216.171 200.279 222.492C206.869 227.251 212.379 234.091 217.052 239.561C219.43 242.345 221.57 244.754 223.581 246.511C225.626 248.298 227.27 249.167 228.632 249.292C229.886 249.407 230.748 249.225 231.364 248.933C231.976 248.644 232.482 248.182 232.922 247.511C233.864 246.075 234.364 243.919 234.783 241.285C236 233.642 237.302 225.362 238.327 218.711C236.887 217.421 235.801 216.413 235.319 215.915C234.552 215.12 234.575 213.854 235.369 213.087C236.164 212.32 237.43 212.342 238.197 213.136C239.158 214.132 243.44 217.964 248.006 221.816C250.271 223.727 252.572 225.614 254.521 227.122C256.541 228.684 258.004 229.696 258.674 230.011C261.053 231.132 264.055 232.712 267.142 233.496C270.22 234.278 272.783 234.112 274.646 232.419C277.108 230.18 277.863 228.86 278.195 228.072C278.399 227.588 278.441 227.354 278.639 226.768C278.821 226.227 279.094 225.577 279.684 224.933C280.7 223.825 282.055 223.274 283.177 222.916C283.753 222.732 284.351 222.574 284.885 222.431C285.071 222.382 285.25 222.331 285.425 222.283C285.374 222.014 285.272 221.656 285.104 221.167C284.719 220.049 283.89 218.091 283.89 216.2C283.89 215.285 284.51 214.487 285.397 214.261C286.284 214.036 287.211 214.442 287.647 215.246C288.332 216.509 289.274 217.271 290.029 217.632C290.248 217.736 290.43 217.795 290.567 217.829C291.117 217.176 291.702 216.381 292.37 215.435C293.158 214.321 294.058 213.01 295.07 211.665L295.222 211.487C295.597 211.094 296.118 210.868 296.668 210.868H305.152C305.3 210.428 305.405 209.677 305.429 208.595C305.452 207.499 305.394 206.261 305.324 204.992C305.257 203.76 305.176 202.465 305.176 201.387ZM324.108 149.827C324.108 145.688 322.768 135.647 319.443 128.344C315.741 120.21 308.84 113.761 298.096 112.083C297.122 111.931 296.404 111.092 296.404 110.106C296.404 104.88 293.005 101.059 287.855 98.1003C282.711 95.1448 276.287 93.3389 271.238 92.0437C261.829 89.6297 252.724 89.7325 242.592 92.0564C232.385 94.3973 222.331 97.2247 210.407 110.073C204.469 116.472 196.667 129.528 190.192 143.219C186.97 150.033 184.107 156.941 181.991 163.172C180.022 168.97 178.738 174.074 178.371 177.931C181.889 181.279 186.587 185.163 192.251 189.681C197.493 193.863 202.154 197.424 207.869 201.838C213.057 205.844 219.095 210.539 227.185 217.007C229.94 204.427 231.653 195.927 233.701 185.003C233.377 184.763 233.069 184.495 232.779 184.198C230.862 182.232 230.051 179.333 229.751 176.534C229.146 170.888 230.468 164.14 231.585 160.938C233.144 156.469 236.219 153.758 239.235 152.289C240.734 151.559 242.232 151.127 243.554 150.929C244.829 150.739 246.104 150.742 247.1 151.037C248.301 151.393 250.011 151.866 251.562 153.444C252.394 154.291 253.124 155.394 253.761 156.84C254.91 154.923 256.279 152.633 257.798 150.192C260.405 146.004 263.373 141.519 265.938 138.697C266.494 138.086 267.369 137.879 268.14 138.177C268.91 138.474 269.419 139.216 269.419 140.042C269.419 143.014 268.673 147.243 267.719 151.607C266.884 155.422 265.856 159.486 264.928 163.135C272.544 166.317 282.55 170.831 292.004 174.85C301.347 178.823 310.145 182.311 316.05 183.83C320.044 173.38 324.108 163.499 324.108 149.827ZM328.108 149.827C328.108 165.086 323.279 176.001 319.166 186.884C318.817 187.806 317.849 188.337 316.884 188.135C314.686 187.673 312.04 186.887 309.091 185.879C308.971 191.283 309.176 194.982 309.176 201.387C309.176 202.325 309.247 203.473 309.318 204.772C309.388 206.033 309.455 207.413 309.428 208.682C309.401 209.907 309.285 211.249 308.875 212.344C308.664 212.906 308.327 213.536 307.762 214.037C307.154 214.576 306.389 214.868 305.55 214.868H297.678C296.953 215.862 296.29 216.818 295.636 217.744C294.829 218.884 294.021 219.994 293.187 220.912C292.409 221.768 291.329 221.896 290.629 221.866C290.214 221.848 289.792 221.771 289.374 221.65C289.409 221.85 289.437 222.053 289.451 222.256C289.516 223.164 289.358 224.254 288.554 225.191C288.318 225.466 288.012 225.671 287.669 225.786C287.072 225.985 286.464 226.149 285.919 226.295C285.354 226.446 284.86 226.577 284.396 226.725C283.436 227.032 282.918 227.324 282.632 227.635C282.571 227.702 282.523 227.768 282.429 228.048C282.349 228.283 282.156 228.976 281.882 229.626C281.258 231.106 280.081 232.883 277.336 235.379C273.991 238.42 269.729 238.281 266.156 237.373C262.591 236.467 259.112 234.64 256.969 233.631C255.83 233.094 254.017 231.788 252.074 230.286C250.062 228.729 247.714 226.803 245.427 224.874C244.221 223.856 243.022 222.829 241.89 221.847C241.421 224.869 240.909 228.139 240.384 231.478C245.416 238.192 250.258 247.055 254.354 255.122C258.376 263.045 261.617 270.06 263.771 273.966C264.54 273.615 265.394 273.331 266.334 273.15C267.68 272.891 268.905 272.911 269.986 273.256C271.095 273.609 271.927 274.266 272.51 275.062C273.602 276.553 273.735 278.405 273.735 279.46C273.735 281.726 273.099 288.001 273.722 293.258C273.963 295.294 274.202 296.877 274.42 298.168C277.079 296.347 279.863 295.302 281.429 294.577C283.227 293.745 285.746 292.953 288.664 292.172C289.896 291.504 291.221 291.069 292.503 290.787C293.782 290.505 295.095 290.36 296.328 290.287C296.679 290.205 297.032 290.122 297.386 290.04C303.967 288.506 311.145 286.87 317.157 284.894C321.129 283.589 324.319 282.043 327.04 280.768C328.382 280.14 329.657 279.555 330.825 279.131C331.985 278.709 333.188 278.389 334.375 278.389L334.612 278.404C335.161 278.47 335.662 278.76 335.991 279.213C336.283 279.613 336.606 280.001 336.955 280.379C336.982 280.353 337.01 280.328 337.038 280.303C337.054 280.275 337.083 280.219 337.11 280.123C337.176 279.892 337.242 279.41 337.038 278.616C336.949 278.268 336.738 277.849 336.353 277.303C335.959 276.745 335.497 276.209 334.938 275.528C333.951 274.327 332.522 272.558 332.379 270.323C332.302 269.112 332.653 267.994 333.09 267.078C333.53 266.155 334.116 265.315 334.659 264.62C335.178 263.956 335.713 263.356 336.079 262.935C335.973 262.74 335.849 262.483 335.763 262.193C335.612 261.685 335.552 261.007 335.851 260.29L335.938 260.1C336.322 259.334 336.987 258.826 337.437 258.527C337.304 258.222 337.185 257.912 337.09 257.607C336.932 257.103 336.806 256.531 336.787 255.956C336.77 255.417 336.838 254.625 337.33 253.915L337.423 253.789C337.645 253.504 337.905 253.28 338.081 253.136C338.315 252.945 338.582 252.752 338.848 252.57C339.379 252.207 340.02 251.809 340.617 251.441C341.235 251.061 341.807 250.711 342.271 250.407C342.402 250.321 342.515 250.243 342.612 250.175C342.613 249.991 342.608 249.781 342.602 249.512C342.595 249.235 342.588 248.909 342.593 248.571C342.609 247.418 342.74 245.126 344.664 243.844L344.863 243.719C345.872 243.136 347.028 243.1 347.887 243.142C348.852 243.19 349.948 243.378 350.916 243.533C353.046 243.874 354.844 244.085 356.268 243.61C356.652 243.482 357.253 243.01 358.345 241.731C359.293 240.621 360.619 238.896 362.14 237.251C365.323 233.807 369.909 230.042 377.388 228.289C385.062 226.49 392.684 228.978 398.978 232.345C405.294 235.724 410.587 240.162 413.646 242.646C416.299 244.801 419.451 248.412 422.253 251.934C423.991 254.119 425.635 256.321 426.996 258.216C427.506 257.297 428.109 256.548 428.841 255.965C430.413 254.711 432.232 254.502 433.809 254.419C435.709 254.319 437.08 255.306 437.924 256.612C438.696 257.808 439.084 259.328 439.304 260.749C439.745 263.606 439.631 267.064 439.631 269.129C439.631 270.474 439.257 272.642 438.675 275.1C438.079 277.619 437.223 280.617 436.172 283.703C434.098 289.794 431.163 296.532 427.805 300.501C424.48 304.43 419.409 307.92 414.449 310.898C411.948 312.4 409.427 313.8 407.11 315.078C404.778 316.365 402.678 317.516 400.956 318.549C398.636 319.94 395.444 322.511 392.146 325.395C388.876 328.254 385.605 331.33 383.149 333.664C381.18 335.535 379.596 337.065 379.094 337.467C377.116 339.049 370.657 344.618 362.422 351.563C354.226 358.475 344.336 366.695 335.603 373.485C311.796 391.995 287.02 410.343 272.374 418.485C269.663 419.992 267.034 421.606 264.674 422.825C262.242 424.081 259.788 425.094 257.103 425.476C251.607 426.259 245.773 424.326 237.659 418.347C224.965 408.993 218.393 398.569 208.365 386.06C208.356 386.048 208.346 386.036 208.337 386.024C202.719 378.677 191.485 358.688 180.569 337.916C169.625 317.09 158.86 295.203 154.177 283.933C153.753 282.913 154.236 281.743 155.256 281.319C156.276 280.895 157.446 281.378 157.87 282.398C162.48 293.491 173.172 315.243 184.109 336.055C195.07 356.914 206.136 376.557 211.508 383.586C221.817 396.447 227.9 406.187 240.032 415.128C247.806 420.856 252.569 422.082 256.539 421.516C258.587 421.225 260.582 420.436 262.838 419.271C265.165 418.069 267.461 416.64 270.431 414.989C284.76 407.023 309.29 388.876 333.146 370.327C341.814 363.588 351.656 355.41 359.843 348.506C367.99 341.634 374.565 335.967 376.595 334.344C376.838 334.149 377.657 333.369 378.942 332.144L367.255 319.888C362.37 325.811 356.792 329.544 350.052 334.79C342.795 340.437 334.773 345.643 327.623 349.138C324.051 350.884 320.641 352.232 317.615 352.981C314.646 353.716 311.778 353.944 309.455 353.139C309.408 353.123 309.362 353.105 309.316 353.086C307.499 352.301 305.966 350.587 304.646 348.533L262.083 364.427C261.582 364.613 261.027 364.593 260.542 364.368C260.057 364.143 259.682 363.732 259.501 363.229C256.487 354.843 251.938 342.141 247.683 330.18C247.488 329.716 247.338 329.295 247.24 328.935C245.985 325.405 244.761 321.955 243.616 318.718C240.471 309.82 223.331 261.568 222.375 258.612C222.035 257.561 222.611 256.434 223.662 256.094C224.713 255.753 225.841 256.33 226.181 257.381C226.876 259.531 236.546 286.804 242.743 304.282C242.44 301.613 242.08 299.203 241.725 297.085C241.273 294.397 240.844 292.247 240.532 290.51C240.38 289.663 240.255 288.904 240.183 288.274C240.118 287.712 240.062 287.01 240.184 286.402C240.352 285.562 240.772 284.62 241.282 283.728C241.811 282.805 242.507 281.81 243.33 280.851C244.944 278.972 247.218 277.034 249.883 276.208C254.073 274.909 257.389 274.811 260.053 276.691C260.183 276.547 260.322 276.402 260.468 276.257C258.258 272.317 254.786 264.811 250.786 256.932C247.358 250.179 243.487 243.039 239.49 237.128C239.235 238.737 238.984 240.339 238.733 241.914C238.323 244.494 237.737 247.462 236.267 249.705C235.5 250.874 234.468 251.89 233.075 252.549C231.688 253.205 230.081 253.441 228.267 253.275C225.617 253.032 223.174 251.467 220.949 249.523C218.69 247.549 216.377 244.93 214.01 242.16C209.192 236.521 204.043 230.144 197.938 225.734C188.134 218.654 179.32 217.343 176.436 217.491C174.883 217.622 173.323 217.847 171.765 218.161C160.386 220.453 149.258 227.469 142.125 236.979C138.092 242.356 133.103 252.82 128.545 266.283C124.005 279.693 119.951 295.907 117.716 312.672C114.117 339.661 111.342 372.11 110.404 384.955C110.324 386.056 109.365 386.884 108.264 386.803C107.162 386.723 106.334 385.764 106.414 384.663C107.355 371.777 110.138 339.242 113.751 312.142C116.023 295.101 120.14 278.635 124.756 265C129.354 251.418 134.506 240.471 138.925 234.579C146.576 224.377 158.424 216.855 170.667 214.304C175.571 211.623 179.668 207.215 182.822 202.651C185.561 198.688 187.514 194.715 188.625 191.901C183.09 187.466 178.41 183.563 174.907 180.149C174.492 179.744 174.272 179.178 174.307 178.598C174.574 174.112 176.04 168.256 178.203 161.885C180.378 155.481 183.304 148.429 186.576 141.509C193.092 127.729 201.106 114.215 207.476 107.351C220.168 93.6755 231.104 90.5875 241.697 88.158C252.364 85.7114 262.123 85.5759 272.232 88.1697C277.268 89.4617 284.179 91.375 289.848 94.6316C295.065 97.6288 299.623 102.01 300.311 108.417C311.645 110.704 319.082 117.894 323.084 126.686C326.699 134.629 328.108 145.262 328.108 149.827ZM293.003 193.647C293 193.648 292.999 193.649 292.998 193.649H292.996C292.998 193.648 293.001 193.648 293.003 193.647Z\"\n fill=\"black\"\n />\n <path\n d=\"M360.1 245.825C360.819 245.852 361.419 246.387 361.526 247.1C361.719 248.374 362.088 251.157 362.276 252.145C362.431 252.959 361.898 253.744 361.084 253.899C360.27 254.054 359.485 253.521 359.33 252.707C359.242 252.245 359.117 251.417 358.989 250.538C358.978 250.544 358.967 250.551 358.955 250.557C358.408 250.827 357.845 251.035 357.367 251.181C356.922 251.316 356.442 251.429 356.08 251.451C355.68 251.476 355.287 251.339 354.988 251.072C354.69 250.805 354.51 250.43 354.489 250.03C354.466 249.572 354.618 249.19 354.731 248.962C354.857 248.709 355.02 248.477 355.184 248.276C355.513 247.873 355.947 247.476 356.423 247.128C357.328 246.467 358.686 245.772 360.1 245.825Z\"\n fill=\"black\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_1804_42665\">\n <rect width=\"512\" height=\"512\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n );\n};\n\nexport default EyeContactMedium;\n"],"mappings":";;AAKA,IAAMA,oBAAwD,EAAE,OAAO,eAAe,YAAY;CAChG,MAAM,iBAA0B;AAC9B,UAAQ,OAAR;GACE,KAAK,YACH,QAAO;IACL,MAAM;IACN,QAAQ;IACR,MAAM;IACP;GACH,KAAK,SACH,QAAO;IACL,MAAM;IACN,QAAQ;IACR,MAAM;IACP;GACH,QACE,QAAO;IACL,MAAM;IACN,QAAQ;IACR,MAAM;IACP;;KAEH;AAEJ,QACE,qBAAC,OAAA;EAAI,GAAI;EAAe,SAAS,YAAY;;GAC1C;GACD,qBAAC,KAAA;IAAE,aAAU;;KACX,oBAAC,QAAA;MACC,GAAE;MACF,MAAM,QAAQ;OACd;KACF,oBAAC,QAAA;MACC,GAAE;MACF,MAAM,QAAQ;OACd;KACF,oBAAC,QAAA;MACC,GAAE;MACF,MAAM,QAAQ;OACd;KACF,oBAAC,QAAA;MACC,GAAE;MACF,MAAM,QAAQ;OACd;KACF,oBAAC,QAAA;MACC,GAAE;MACF,MAAM,QAAQ;OACd;KACF,oBAAC,QAAA;MACC,GAAE;MACF,MAAK;OACL;KACF,oBAAC,QAAA;MACC,GAAE;MACF,MAAK;OACL;KACF,oBAAC,QAAA;MACC,GAAE;MACF,MAAK;OACL;;KACA;GACJ,oBAAC,QAAA,EAAA,UACC,oBAAC,YAAA;IAAS,IAAG;cACX,oBAAC,QAAA;KAAK,OAAM;KAAM,QAAO;KAAM,MAAK;MAAU;KACrC,EAAA,CACN;;GACH;;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 FacialRecognitionFingerprintMedium = ({ color, svgProperties, title }) => {
4
4
  const palette = (() => {
package/lib/Filter.js CHANGED
@@ -5,35 +5,35 @@ var Filter = ({ size, isHovered }) => {
5
5
  size,
6
6
  isHovered,
7
7
  normal: /* @__PURE__ */ jsx("path", {
8
- "fill-rule": "evenodd",
9
- "clip-rule": "evenodd",
8
+ fillRule: "evenodd",
9
+ clipRule: "evenodd",
10
10
  d: "M21.034 30.338a4 4 0 0 1 3.926 3.234H41v1.3H24.998a4 4 0 0 1-7.94-.1H7v-1.2h10.108a4 4 0 0 1 3.926-3.234Zm0 1.3a2.7 2.7 0 1 0 .001 5.4 2.7 2.7 0 0 0 0-5.4ZM32.697 20a4 4 0 0 1 3.936 3.286H41v1.3h-4.346a4 4 0 0 1-7.914 0H7v-1.3h21.762A4 4 0 0 1 32.697 20Zm0 1.3a2.7 2.7 0 1 0 0 5.4 2.7 2.7 0 0 0 0-5.4ZM16.571 9.726A4 4 0 0 1 20.505 13H41v1.3H20.53a4 4 0 0 1-7.917 0H7V13h5.638a4 4 0 0 1 3.933-3.274Zm0 1.3a2.7 2.7 0 1 0 0 5.4 2.7 2.7 0 0 0 0-5.4Z"
11
11
  }),
12
12
  normalHover: /* @__PURE__ */ jsxs(Fragment, { children: [
13
13
  /* @__PURE__ */ jsx("path", {
14
- "fill-rule": "evenodd",
15
- "clip-rule": "evenodd",
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
16
  d: "M17.0332 30.3389C18.9803 30.3389 20.6015 31.7297 20.959 33.5723H40.999V34.8721H20.9971C20.7361 36.8288 19.0613 38.3389 17.0332 38.3389C15.0051 38.3389 13.3303 36.8288 13.0693 34.8721H6.99902V33.5723H13.1074C13.4649 31.7297 15.0861 30.3389 17.0332 30.3389ZM17.0332 31.6387C15.542 31.6387 14.333 32.8477 14.333 34.3389C14.3333 35.8298 15.5422 37.0391 17.0332 37.0391C18.5242 37.0391 19.7331 35.8298 19.7334 34.3389C19.7334 32.8477 18.5244 31.6387 17.0332 31.6387Z"
17
17
  }),
18
18
  /* @__PURE__ */ jsx("path", {
19
- "fill-rule": "evenodd",
20
- "clip-rule": "evenodd",
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
21
  d: "M32.6963 20C34.6617 20 36.2952 21.4177 36.6318 23.2861H40.999V24.5859H36.6533C36.3698 26.5173 34.7064 28 32.6963 28C30.6862 28 29.0228 26.5173 28.7393 24.5859H6.99902V23.2861H28.7607C29.0974 21.4177 30.7309 20 32.6963 20ZM32.6963 21.2998C31.2051 21.2998 29.9961 22.5088 29.9961 24C29.9961 25.4912 31.2051 26.7002 32.6963 26.7002C34.1875 26.7002 35.3965 25.4912 35.3965 24C35.3965 22.5088 34.1875 21.2998 32.6963 21.2998Z"
22
22
  }),
23
23
  /* @__PURE__ */ jsx("path", {
24
- "fill-rule": "evenodd",
25
- "clip-rule": "evenodd",
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
26
  d: "M19.5703 9.72461C21.5318 9.72461 23.1627 11.1371 23.5039 13H40.999V14.2998H23.5283C23.2496 16.2366 21.5843 17.7256 19.5703 17.7256C17.5564 17.7256 15.891 16.2366 15.6123 14.2998H6.99902V13H15.6367C15.9779 11.1371 17.6088 9.72461 19.5703 9.72461ZM19.5703 11.0254C18.0791 11.0254 16.8701 12.2344 16.8701 13.7256C16.8704 15.2165 18.0793 16.4258 19.5703 16.4258C21.0613 16.4258 22.2702 15.2165 22.2705 13.7256C22.2705 12.2344 21.0615 11.0254 19.5703 11.0254Z"
27
27
  })
28
28
  ] }),
29
29
  xSmall: /* @__PURE__ */ jsx("path", {
30
- "fill-rule": "evenodd",
31
- "clip-rule": "evenodd",
30
+ fillRule: "evenodd",
31
+ clipRule: "evenodd",
32
32
  d: "M22.111 27.892a2.974 2.974 0 0 1 2.905 2.342h11.935v1.264H25.015a2.973 2.973 0 0 1-2.904 2.34l-.303-.015a2.973 2.973 0 0 1-2.6-2.325H11.68v-1.264h7.529a2.973 2.973 0 0 1 2.903-2.342Zm0 1.263a1.71 1.71 0 1 0 .001 3.42 1.71 1.71 0 0 0 0-3.42Zm8.669-8.229a2.974 2.974 0 0 1 2.904 2.343h3.267v1.263h-3.268a2.973 2.973 0 0 1-2.904 2.341l-.303-.016a2.973 2.973 0 0 1-2.599-2.325H11.679v-1.263h16.197a2.973 2.973 0 0 1 2.903-2.343Zm0 1.263a1.71 1.71 0 1 0 0 3.421 1.71 1.71 0 0 0 0-3.42Zm-11.987-8.295a2.974 2.974 0 0 1 2.905 2.34h15.253v1.264H21.697a2.973 2.973 0 0 1-2.904 2.342l-.303-.015a2.973 2.973 0 0 1-2.6-2.327h-4.21v-1.263h4.21a2.973 2.973 0 0 1 2.903-2.341Zm0 1.263a1.71 1.71 0 1 0 .001 3.42 1.71 1.71 0 0 0 0-3.42Z"
33
33
  }),
34
34
  xSmallHover: /* @__PURE__ */ jsx("path", {
35
- "fill-rule": "evenodd",
36
- "clip-rule": "evenodd",
35
+ fillRule: "evenodd",
36
+ clipRule: "evenodd",
37
37
  d: "M19.585 27.892a2.975 2.975 0 0 1 2.906 2.342h14.46v1.264H22.489a2.973 2.973 0 0 1-2.904 2.34l-.303-.015a2.974 2.974 0 0 1-2.6-2.327h-5.003v-1.263h5.001a2.974 2.974 0 0 1 2.905-2.341Zm0 1.263a1.71 1.71 0 1 0 0 3.42 1.71 1.71 0 0 0 0-3.42Zm11.195-8.229a2.974 2.974 0 0 1 2.904 2.343h3.267v1.263h-3.268a2.973 2.973 0 0 1-2.904 2.341l-.303-.016a2.973 2.973 0 0 1-2.599-2.325H11.679v-1.263h16.197a2.973 2.973 0 0 1 2.903-2.343Zm0 1.263a1.71 1.71 0 1 0 0 3.421 1.71 1.71 0 0 0 0-3.42Zm-9.46-8.295a2.974 2.974 0 0 1 2.904 2.34h12.727v1.264H24.223a2.973 2.973 0 0 1-2.904 2.342l-.303-.015a2.973 2.973 0 0 1-2.6-2.327H11.68v-1.263h6.737a2.973 2.973 0 0 1 2.903-2.341Zm0 1.263a1.71 1.71 0 1 0 0 3.42 1.71 1.71 0 0 0 0-3.42Z"
38
38
  })
39
39
  });
package/lib/Filter.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Filter.js","names":["Filter: React.FC<SvgPathProps>"],"sources":["../src/components/Icons/Filter.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { getIcon } from '../Icon/utils';\n\nconst Filter: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M21.034 30.338a4 4 0 0 1 3.926 3.234H41v1.3H24.998a4 4 0 0 1-7.94-.1H7v-1.2h10.108a4 4 0 0 1 3.926-3.234Zm0 1.3a2.7 2.7 0 1 0 .001 5.4 2.7 2.7 0 0 0 0-5.4ZM32.697 20a4 4 0 0 1 3.936 3.286H41v1.3h-4.346a4 4 0 0 1-7.914 0H7v-1.3h21.762A4 4 0 0 1 32.697 20Zm0 1.3a2.7 2.7 0 1 0 0 5.4 2.7 2.7 0 0 0 0-5.4ZM16.571 9.726A4 4 0 0 1 20.505 13H41v1.3H20.53a4 4 0 0 1-7.917 0H7V13h5.638a4 4 0 0 1 3.933-3.274Zm0 1.3a2.7 2.7 0 1 0 0 5.4 2.7 2.7 0 0 0 0-5.4Z\"\n />\n );\n\n const normalHover = (\n <>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17.0332 30.3389C18.9803 30.3389 20.6015 31.7297 20.959 33.5723H40.999V34.8721H20.9971C20.7361 36.8288 19.0613 38.3389 17.0332 38.3389C15.0051 38.3389 13.3303 36.8288 13.0693 34.8721H6.99902V33.5723H13.1074C13.4649 31.7297 15.0861 30.3389 17.0332 30.3389ZM17.0332 31.6387C15.542 31.6387 14.333 32.8477 14.333 34.3389C14.3333 35.8298 15.5422 37.0391 17.0332 37.0391C18.5242 37.0391 19.7331 35.8298 19.7334 34.3389C19.7334 32.8477 18.5244 31.6387 17.0332 31.6387Z\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M32.6963 20C34.6617 20 36.2952 21.4177 36.6318 23.2861H40.999V24.5859H36.6533C36.3698 26.5173 34.7064 28 32.6963 28C30.6862 28 29.0228 26.5173 28.7393 24.5859H6.99902V23.2861H28.7607C29.0974 21.4177 30.7309 20 32.6963 20ZM32.6963 21.2998C31.2051 21.2998 29.9961 22.5088 29.9961 24C29.9961 25.4912 31.2051 26.7002 32.6963 26.7002C34.1875 26.7002 35.3965 25.4912 35.3965 24C35.3965 22.5088 34.1875 21.2998 32.6963 21.2998Z\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M19.5703 9.72461C21.5318 9.72461 23.1627 11.1371 23.5039 13H40.999V14.2998H23.5283C23.2496 16.2366 21.5843 17.7256 19.5703 17.7256C17.5564 17.7256 15.891 16.2366 15.6123 14.2998H6.99902V13H15.6367C15.9779 11.1371 17.6088 9.72461 19.5703 9.72461ZM19.5703 11.0254C18.0791 11.0254 16.8701 12.2344 16.8701 13.7256C16.8704 15.2165 18.0793 16.4258 19.5703 16.4258C21.0613 16.4258 22.2702 15.2165 22.2705 13.7256C22.2705 12.2344 21.0615 11.0254 19.5703 11.0254Z\"\n />\n </>\n );\n\n const xSmall = (\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M22.111 27.892a2.974 2.974 0 0 1 2.905 2.342h11.935v1.264H25.015a2.973 2.973 0 0 1-2.904 2.34l-.303-.015a2.973 2.973 0 0 1-2.6-2.325H11.68v-1.264h7.529a2.973 2.973 0 0 1 2.903-2.342Zm0 1.263a1.71 1.71 0 1 0 .001 3.42 1.71 1.71 0 0 0 0-3.42Zm8.669-8.229a2.974 2.974 0 0 1 2.904 2.343h3.267v1.263h-3.268a2.973 2.973 0 0 1-2.904 2.341l-.303-.016a2.973 2.973 0 0 1-2.599-2.325H11.679v-1.263h16.197a2.973 2.973 0 0 1 2.903-2.343Zm0 1.263a1.71 1.71 0 1 0 0 3.421 1.71 1.71 0 0 0 0-3.42Zm-11.987-8.295a2.974 2.974 0 0 1 2.905 2.34h15.253v1.264H21.697a2.973 2.973 0 0 1-2.904 2.342l-.303-.015a2.973 2.973 0 0 1-2.6-2.327h-4.21v-1.263h4.21a2.973 2.973 0 0 1 2.903-2.341Zm0 1.263a1.71 1.71 0 1 0 .001 3.42 1.71 1.71 0 0 0 0-3.42Z\"\n />\n );\n\n const xSmallHover = (\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M19.585 27.892a2.975 2.975 0 0 1 2.906 2.342h14.46v1.264H22.489a2.973 2.973 0 0 1-2.904 2.34l-.303-.015a2.974 2.974 0 0 1-2.6-2.327h-5.003v-1.263h5.001a2.974 2.974 0 0 1 2.905-2.341Zm0 1.263a1.71 1.71 0 1 0 0 3.42 1.71 1.71 0 0 0 0-3.42Zm11.195-8.229a2.974 2.974 0 0 1 2.904 2.343h3.267v1.263h-3.268a2.973 2.973 0 0 1-2.904 2.341l-.303-.016a2.973 2.973 0 0 1-2.599-2.325H11.679v-1.263h16.197a2.973 2.973 0 0 1 2.903-2.343Zm0 1.263a1.71 1.71 0 1 0 0 3.421 1.71 1.71 0 0 0 0-3.42Zm-9.46-8.295a2.974 2.974 0 0 1 2.904 2.34h12.727v1.264H24.223a2.973 2.973 0 0 1-2.904 2.342l-.303-.015a2.973 2.973 0 0 1-2.6-2.327H11.68v-1.263h6.737a2.973 2.973 0 0 1 2.903-2.341Zm0 1.263a1.71 1.71 0 1 0 0 3.42 1.71 1.71 0 0 0 0-3.42Z\"\n />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default Filter;\n"],"mappings":";;AAIA,IAAMA,UAAkC,EAAE,MAAM,gBAAkD;AA6ChG,QAAO,QAAQ;EAAE;EAAM;EAAW,QA3ChC,oBAAC,QAAA;GACC,aAAU;GACV,aAAU;GACV,GAAE;IACF;EAuCsC,aAnCxC,qBAAA,UAAA,EAAA,UAAA;GACE,oBAAC,QAAA;IACC,aAAU;IACV,aAAU;IACV,GAAE;KACF;GACF,oBAAC,QAAA;IACC,aAAU;IACV,aAAU;IACV,GAAE;KACF;GACF,oBAAC,QAAA;IACC,aAAU;IACV,aAAU;IACV,GAAE;KACF;MACD;EAmBkD,QAfrD,oBAAC,QAAA;GACC,aAAU;GACV,aAAU;GACV,GAAE;IACF;EAW2D,aAP7D,oBAAC,QAAA;GACC,aAAU;GACV,aAAU;GACV,GAAE;IACF;EAGwE,CAAC;;AAG/E,IAAA,iBAAe"}
1
+ {"version":3,"file":"Filter.js","names":["Filter: React.FC<SvgPathProps>"],"sources":["../src/components/Icons/Filter.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { getIcon } from '../Icon/utils';\n\nconst Filter: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.034 30.338a4 4 0 0 1 3.926 3.234H41v1.3H24.998a4 4 0 0 1-7.94-.1H7v-1.2h10.108a4 4 0 0 1 3.926-3.234Zm0 1.3a2.7 2.7 0 1 0 .001 5.4 2.7 2.7 0 0 0 0-5.4ZM32.697 20a4 4 0 0 1 3.936 3.286H41v1.3h-4.346a4 4 0 0 1-7.914 0H7v-1.3h21.762A4 4 0 0 1 32.697 20Zm0 1.3a2.7 2.7 0 1 0 0 5.4 2.7 2.7 0 0 0 0-5.4ZM16.571 9.726A4 4 0 0 1 20.505 13H41v1.3H20.53a4 4 0 0 1-7.917 0H7V13h5.638a4 4 0 0 1 3.933-3.274Zm0 1.3a2.7 2.7 0 1 0 0 5.4 2.7 2.7 0 0 0 0-5.4Z\"\n />\n );\n\n const normalHover = (\n <>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.0332 30.3389C18.9803 30.3389 20.6015 31.7297 20.959 33.5723H40.999V34.8721H20.9971C20.7361 36.8288 19.0613 38.3389 17.0332 38.3389C15.0051 38.3389 13.3303 36.8288 13.0693 34.8721H6.99902V33.5723H13.1074C13.4649 31.7297 15.0861 30.3389 17.0332 30.3389ZM17.0332 31.6387C15.542 31.6387 14.333 32.8477 14.333 34.3389C14.3333 35.8298 15.5422 37.0391 17.0332 37.0391C18.5242 37.0391 19.7331 35.8298 19.7334 34.3389C19.7334 32.8477 18.5244 31.6387 17.0332 31.6387Z\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M32.6963 20C34.6617 20 36.2952 21.4177 36.6318 23.2861H40.999V24.5859H36.6533C36.3698 26.5173 34.7064 28 32.6963 28C30.6862 28 29.0228 26.5173 28.7393 24.5859H6.99902V23.2861H28.7607C29.0974 21.4177 30.7309 20 32.6963 20ZM32.6963 21.2998C31.2051 21.2998 29.9961 22.5088 29.9961 24C29.9961 25.4912 31.2051 26.7002 32.6963 26.7002C34.1875 26.7002 35.3965 25.4912 35.3965 24C35.3965 22.5088 34.1875 21.2998 32.6963 21.2998Z\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.5703 9.72461C21.5318 9.72461 23.1627 11.1371 23.5039 13H40.999V14.2998H23.5283C23.2496 16.2366 21.5843 17.7256 19.5703 17.7256C17.5564 17.7256 15.891 16.2366 15.6123 14.2998H6.99902V13H15.6367C15.9779 11.1371 17.6088 9.72461 19.5703 9.72461ZM19.5703 11.0254C18.0791 11.0254 16.8701 12.2344 16.8701 13.7256C16.8704 15.2165 18.0793 16.4258 19.5703 16.4258C21.0613 16.4258 22.2702 15.2165 22.2705 13.7256C22.2705 12.2344 21.0615 11.0254 19.5703 11.0254Z\"\n />\n </>\n );\n\n const xSmall = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22.111 27.892a2.974 2.974 0 0 1 2.905 2.342h11.935v1.264H25.015a2.973 2.973 0 0 1-2.904 2.34l-.303-.015a2.973 2.973 0 0 1-2.6-2.325H11.68v-1.264h7.529a2.973 2.973 0 0 1 2.903-2.342Zm0 1.263a1.71 1.71 0 1 0 .001 3.42 1.71 1.71 0 0 0 0-3.42Zm8.669-8.229a2.974 2.974 0 0 1 2.904 2.343h3.267v1.263h-3.268a2.973 2.973 0 0 1-2.904 2.341l-.303-.016a2.973 2.973 0 0 1-2.599-2.325H11.679v-1.263h16.197a2.973 2.973 0 0 1 2.903-2.343Zm0 1.263a1.71 1.71 0 1 0 0 3.421 1.71 1.71 0 0 0 0-3.42Zm-11.987-8.295a2.974 2.974 0 0 1 2.905 2.34h15.253v1.264H21.697a2.973 2.973 0 0 1-2.904 2.342l-.303-.015a2.973 2.973 0 0 1-2.6-2.327h-4.21v-1.263h4.21a2.973 2.973 0 0 1 2.903-2.341Zm0 1.263a1.71 1.71 0 1 0 .001 3.42 1.71 1.71 0 0 0 0-3.42Z\"\n />\n );\n\n const xSmallHover = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.585 27.892a2.975 2.975 0 0 1 2.906 2.342h14.46v1.264H22.489a2.973 2.973 0 0 1-2.904 2.34l-.303-.015a2.974 2.974 0 0 1-2.6-2.327h-5.003v-1.263h5.001a2.974 2.974 0 0 1 2.905-2.341Zm0 1.263a1.71 1.71 0 1 0 0 3.42 1.71 1.71 0 0 0 0-3.42Zm11.195-8.229a2.974 2.974 0 0 1 2.904 2.343h3.267v1.263h-3.268a2.973 2.973 0 0 1-2.904 2.341l-.303-.016a2.973 2.973 0 0 1-2.599-2.325H11.679v-1.263h16.197a2.973 2.973 0 0 1 2.903-2.343Zm0 1.263a1.71 1.71 0 1 0 0 3.421 1.71 1.71 0 0 0 0-3.42Zm-9.46-8.295a2.974 2.974 0 0 1 2.904 2.34h12.727v1.264H24.223a2.973 2.973 0 0 1-2.904 2.342l-.303-.015a2.973 2.973 0 0 1-2.6-2.327H11.68v-1.263h6.737a2.973 2.973 0 0 1 2.903-2.341Zm0 1.263a1.71 1.71 0 1 0 0 3.42 1.71 1.71 0 0 0 0-3.42Z\"\n />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default Filter;\n"],"mappings":";;AAIA,IAAMA,UAAkC,EAAE,MAAM,gBAAkD;AA6ChG,QAAO,QAAQ;EAAE;EAAM;EAAW,QA3ChC,oBAAC,QAAA;GACC,UAAS;GACT,UAAS;GACT,GAAE;IACF;EAuCsC,aAnCxC,qBAAA,UAAA,EAAA,UAAA;GACE,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;KACF;GACF,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;KACF;GACF,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;KACF;MACD;EAmBkD,QAfrD,oBAAC,QAAA;GACC,UAAS;GACT,UAAS;GACT,GAAE;IACF;EAW2D,aAP7D,oBAAC,QAAA;GACC,UAAS;GACT,UAAS;GACT,GAAE;IACF;EAGwE,CAAC;;AAG/E,IAAA,iBAAe"}
package/lib/FormGroup.js CHANGED
@@ -8,7 +8,7 @@ import { t as Title_default } from "./Title2.js";
8
8
  import { t as Select_default } from "./Select.js";
9
9
  import { t as FormLayout_default } from "./FormLayout.js";
10
10
  import { t as Input_default } from "./Input.js";
11
- import { r as RadioButton_default, t as getRadioLabelClasses } from "./utils3.js";
11
+ import { n as RadioButton_default } from "./RadioButton.js";
12
12
  import { t as Slider_default } from "./Slider.js";
13
13
  import { t as Textarea_default } from "./Textarea.js";
14
14
  import classNames from "classnames";
@@ -17,11 +17,10 @@ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
17
17
  import formGroupStyles from "./components/FormGroup/styles.module.scss";
18
18
  const FormGroup = (props) => {
19
19
  const { ariaLabelledBy, className, errorTextId: errorTextIdProp, fieldsetClassName, formFieldTag, legendClassName, legendId, onColor = FormOnColor.onwhite, size = FormSize.medium, error, name, htmlMarkup = "fieldset", renderError = true, errorWrapperClassName, errorWrapperTestId, errorMessageRef, legendHtmlMarkup = "h5", titleHtmlMarkup = "h4" } = props;
20
- const [checkedRadioId, setCheckedRadioId] = useState();
21
20
  const radioGroupId = useId();
21
+ const [checkedRadioId, setCheckedRadioId] = useState();
22
22
  const errorTextId = useIdWithFallback(errorTextIdProp);
23
23
  const onDark = onColor === FormOnColor.ondark;
24
- const isLarge = size === FormSize.large;
25
24
  const formGroupWrapperClasses = classNames(formGroupStyles["form-group-wrapper"], className);
26
25
  const titleClasses = classNames({ [formGroupStyles["form-group-wrapper__title--on-dark"]]: onDark && !error });
27
26
  const CustomTagForLegend = legendHtmlMarkup;
@@ -48,18 +47,19 @@ const FormGroup = (props) => {
48
47
  });
49
48
  else if (isComponent(child, RadioButton_default)) {
50
49
  const radioId = typeof child.props.inputId === "undefined" ? radioGroupId + index : child.props.inputId;
50
+ const groupChecked = child.props.checked !== void 0 ? child.props.checked : checkedRadioId !== void 0 ? checkedRadioId === radioId : void 0;
51
51
  return React.cloneElement(child, {
52
52
  inputId: radioId,
53
53
  name: name ?? child.props.name,
54
54
  onColor,
55
55
  size,
56
+ checked: groupChecked,
56
57
  onChange: (event) => {
57
58
  setCheckedRadioId(event.target.id);
58
59
  if (child.props.onChange) child.props.onChange(event);
59
60
  },
60
61
  error: !!error,
61
- errorTextId,
62
- labelClassNames: getRadioLabelClasses(radioId, onColor, isLarge, checkedRadioId)
62
+ errorTextId
63
63
  });
64
64
  } else if (isComponent(child, Input_default)) return React.cloneElement(child, {
65
65
  name: name ?? child.props.name,