@helsenorge/designsystem-react 13.0.0-beta.2 → 13.0.0-beta.5
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.
- package/index.d.ts +7 -16
- package/lib/AlertSignFill.js +17 -0
- package/lib/AlertSignFill.js.map +1 -0
- package/lib/AlertSignStroke.js +17 -0
- package/lib/AlertSignStroke.js.map +1 -0
- package/lib/AnchorLink.js +52 -0
- package/lib/AnchorLink.js.map +1 -0
- package/lib/ArrowDown.js +29 -0
- package/lib/ArrowDown.js.map +1 -0
- package/lib/ArrowRight.js +17 -0
- package/lib/ArrowRight.js.map +1 -0
- package/lib/ArrowUp.js +29 -0
- package/lib/ArrowUp.js.map +1 -0
- package/lib/ArrowUpRight.js +17 -0
- package/lib/ArrowUpRight.js.map +1 -0
- package/lib/AsChildSlot.js +64 -0
- package/lib/AsChildSlot.js.map +1 -0
- package/lib/Avatar.js +31 -0
- package/lib/Avatar.js.map +1 -0
- package/lib/BabyMobileMedium.js +264 -0
- package/lib/BabyMobileMedium.js.map +1 -0
- package/lib/Badge.js +31 -0
- package/lib/Badge.js.map +1 -0
- package/lib/Button.js +129 -0
- package/lib/Button.js.map +1 -0
- package/lib/CHANGELOG.md +2653 -0
- package/lib/Calendar.js +29 -0
- package/lib/Calendar.js.map +1 -0
- package/lib/Check.js +17 -0
- package/lib/Check.js.map +1 -0
- package/lib/CheckFill.js +29 -0
- package/lib/CheckFill.js.map +1 -0
- package/lib/CheckOutline.js +15 -0
- package/lib/CheckOutline.js.map +1 -0
- package/lib/Checkbox.js +117 -0
- package/lib/Checkbox.js.map +1 -0
- package/lib/Checkbox2.js +5 -0
- package/lib/Checkbox2.js.map +1 -0
- package/lib/ChevronDown.js +17 -0
- package/lib/ChevronDown.js.map +1 -0
- package/lib/ChevronLeft.js +17 -0
- package/lib/ChevronLeft.js.map +1 -0
- package/lib/ChevronRight.js +17 -0
- package/lib/ChevronRight.js.map +1 -0
- package/lib/ChevronUp.js +17 -0
- package/lib/ChevronUp.js.map +1 -0
- package/lib/ChildMedium.js +127 -0
- package/lib/ChildMedium.js.map +1 -0
- package/lib/Close.js +44 -0
- package/lib/Close.js.map +1 -0
- package/lib/DictionaryTrigger.js +23 -0
- package/lib/DictionaryTrigger.js.map +1 -0
- package/lib/DoctorMedium.js +55 -0
- package/lib/DoctorMedium.js.map +1 -0
- package/lib/DoctorSmall.js +65 -0
- package/lib/DoctorSmall.js.map +1 -0
- package/lib/Drawer.js +227 -0
- package/lib/Drawer.js.map +1 -0
- package/lib/Duolist.js +74 -0
- package/lib/Duolist.js.map +1 -0
- package/lib/ElementHeader.js +152 -0
- package/lib/ElementHeader.js.map +1 -0
- package/lib/ElementHeaderText.js +33 -0
- package/lib/ElementHeaderText.js.map +1 -0
- package/lib/EmptyBox.js +17 -0
- package/lib/EmptyBox.js.map +1 -0
- package/lib/ErrorSignFill.js +17 -0
- package/lib/ErrorSignFill.js.map +1 -0
- package/lib/ErrorWrapper.js +24 -0
- package/lib/ErrorWrapper.js.map +1 -0
- package/lib/Expander.js +107 -0
- package/lib/Expander.js.map +1 -0
- package/lib/FacialRecognitionFingerprintMedium.js +200 -0
- package/lib/FacialRecognitionFingerprintMedium.js.map +1 -0
- package/lib/FormFieldTag.js +50 -0
- package/lib/FormFieldTag.js.map +1 -0
- package/lib/FormGroup.js +134 -0
- package/lib/FormGroup.js.map +1 -0
- package/lib/FormLayout.js +42 -0
- package/lib/FormLayout.js.map +1 -0
- package/lib/Forward.js +17 -0
- package/lib/Forward.js.map +1 -0
- package/lib/GiveBabyFoodMedium.js +241 -0
- package/lib/GiveBabyFoodMedium.js.map +1 -0
- package/lib/HN.Designsystem.Dropdown.nb-NO.js +5 -0
- package/lib/HN.Designsystem.Dropdown.nb-NO.js.map +1 -0
- package/lib/HandWaving.js +9 -0
- package/lib/HandWaving.js.map +1 -0
- package/lib/HealthcarePersonnelMedium.js +149 -0
- package/lib/HealthcarePersonnelMedium.js.map +1 -0
- package/lib/HealthcarePersonnelSmall.js +150 -0
- package/lib/HealthcarePersonnelSmall.js.map +1 -0
- package/lib/HelpDetails.js +54 -0
- package/lib/HelpDetails.js.map +1 -0
- package/lib/HelpTriggerIcon.js +105 -0
- package/lib/HelpTriggerIcon.js.map +1 -0
- package/lib/HelpTriggerStandalone.js +43 -0
- package/lib/HelpTriggerStandalone.js.map +1 -0
- package/lib/HighlightPanel.js +77 -0
- package/lib/HighlightPanel.js.map +1 -0
- package/lib/Highlighter.js +45 -0
- package/lib/Highlighter.js.map +1 -0
- package/lib/HorizontalScroll.js +48 -0
- package/lib/HorizontalScroll.js.map +1 -0
- package/lib/Icon.js +48 -0
- package/lib/Icon.js.map +1 -0
- package/lib/Illustration.js +51 -0
- package/lib/Illustration.js.map +1 -0
- package/lib/IllustrationNames.js +31 -0
- package/lib/IllustrationNames.js.map +1 -0
- package/lib/InfoSignFill.js +17 -0
- package/lib/InfoSignFill.js.map +1 -0
- package/lib/InfoTeaser.js +80 -0
- package/lib/InfoTeaser.js.map +1 -0
- package/lib/Input.js +174 -0
- package/lib/Input.js.map +1 -0
- package/lib/Input2.js +5 -0
- package/lib/Input2.js.map +1 -0
- package/lib/Label.js +138 -0
- package/lib/Label.js.map +1 -0
- package/lib/LazyIcon.js +379 -0
- package/lib/LazyIcon.js.map +1 -0
- package/lib/LazyIllustration.js +69 -0
- package/lib/LazyIllustration.js.map +1 -0
- package/lib/LinkList.js +128 -0
- package/lib/LinkList.js.map +1 -0
- package/lib/List.js +22 -0
- package/lib/List.js.map +1 -0
- package/lib/ListEditMode.js +43 -0
- package/lib/ListEditMode.js.map +1 -0
- package/lib/MaxCharacters.js +24 -0
- package/lib/MaxCharacters.js.map +1 -0
- package/lib/NotificationBadge.js +53 -0
- package/lib/NotificationBadge.js.map +1 -0
- package/lib/Panel.js +267 -0
- package/lib/Panel.js.map +1 -0
- package/lib/PanelOld.js +322 -0
- package/lib/PanelOld.js.map +1 -0
- package/lib/PanelTitle.js +34 -0
- package/lib/PanelTitle.js.map +1 -0
- package/lib/Pencil.js +27 -0
- package/lib/Pencil.js.map +1 -0
- package/lib/PlusSmall.js +17 -0
- package/lib/PlusSmall.js.map +1 -0
- package/lib/PopOver.js +68 -0
- package/lib/PopOver.js.map +1 -0
- package/lib/Portal.js +26 -0
- package/lib/Portal.js.map +1 -0
- package/lib/RadioButton.js +92 -0
- package/lib/RadioButton.js.map +1 -0
- package/lib/RadioButton2.js +5 -0
- package/lib/RadioButton2.js.map +1 -0
- package/lib/ReadLettersMedium.js +79 -0
- package/lib/ReadLettersMedium.js.map +1 -0
- package/lib/Select.js +79 -0
- package/lib/Select.js.map +1 -0
- package/lib/SingleSelectItem.js +99 -0
- package/lib/SingleSelectItem.js.map +1 -0
- package/lib/Slider.js +269 -0
- package/lib/Slider.js.map +1 -0
- package/lib/Spacer.js +31 -0
- package/lib/Spacer.js.map +1 -0
- package/lib/StatusDot.js +150 -0
- package/lib/StatusDot.js.map +1 -0
- package/lib/StatusDotList.js +33 -0
- package/lib/StatusDotList.js.map +1 -0
- package/lib/StepButtons.js +39 -0
- package/lib/StepButtons.js.map +1 -0
- package/lib/StrollerMedium.js +220 -0
- package/lib/StrollerMedium.js.map +1 -0
- package/lib/Support2Medium.js +159 -0
- package/lib/Support2Medium.js.map +1 -0
- package/lib/TabList.js +190 -0
- package/lib/TabList.js.map +1 -0
- package/lib/TabPanel.js +18 -0
- package/lib/TabPanel.js.map +1 -0
- package/lib/Table.js +126 -0
- package/lib/Table.js.map +1 -0
- package/lib/TableBody.js +16 -0
- package/lib/TableBody.js.map +1 -0
- package/lib/TableCell.js +24 -0
- package/lib/TableCell.js.map +1 -0
- package/lib/TableExpandedRow.js +32 -0
- package/lib/TableExpandedRow.js.map +1 -0
- package/lib/TableExpanderCell.js +27 -0
- package/lib/TableExpanderCell.js.map +1 -0
- package/lib/TableHead.js +27 -0
- package/lib/TableHead.js.map +1 -0
- package/lib/TableHeadCell.js +55 -0
- package/lib/TableHeadCell.js.map +1 -0
- package/lib/TableRow.js +46 -0
- package/lib/TableRow.js.map +1 -0
- package/lib/Textarea.js +112 -0
- package/lib/Textarea.js.map +1 -0
- package/lib/Title.js +38 -0
- package/lib/Title.js.map +1 -0
- package/lib/Title2.js +5 -0
- package/lib/Title2.js.map +1 -0
- package/lib/Toast.js +46 -0
- package/lib/Toast.js.map +1 -0
- package/lib/TriangleX.js +33 -0
- package/lib/TriangleX.js.map +1 -0
- package/lib/Undo.js +37 -0
- package/lib/Undo.js.map +1 -0
- package/lib/VerticalDots.js +17 -0
- package/lib/VerticalDots.js.map +1 -0
- package/lib/Watch.js +29 -0
- package/lib/Watch.js.map +1 -0
- package/lib/X.js +19 -0
- package/lib/X.js.map +1 -0
- package/lib/__mocks__/IntersectionObserver.js +10 -0
- package/lib/__mocks__/IntersectionObserver.js.map +1 -0
- package/lib/__mocks__/MutationObserver.js +9 -0
- package/lib/__mocks__/MutationObserver.js.map +1 -0
- package/lib/__mocks__/ResizeObserver.js +10 -0
- package/lib/__mocks__/ResizeObserver.js.map +1 -0
- package/lib/__mocks__/matchMedia.js +14 -0
- package/lib/__mocks__/matchMedia.js.map +1 -0
- package/lib/__mocks__/useLayoutEvent.js +3 -0
- package/lib/__mocks__/useLayoutEvent.js.map +1 -0
- package/lib/__mocks__/useOutsideEvent.js +3 -0
- package/lib/__mocks__/useOutsideEvent.js.map +1 -0
- package/lib/__mocks__/usePseudoClasses.js +9 -0
- package/lib/__mocks__/usePseudoClasses.js.map +1 -0
- package/lib/__mocks__/useSize.js +10 -0
- package/lib/__mocks__/useSize.js.map +1 -0
- package/lib/__mocks__/uuid.js +9 -0
- package/lib/__mocks__/uuid.js.map +1 -0
- package/lib/_rolldown_dynamic_import_helper.js +28 -0
- package/lib/_rolldown_dynamic_import_helper.js.map +1 -0
- package/lib/accessibility.js +17 -0
- package/lib/accessibility.js.map +1 -0
- package/lib/color.js +10 -0
- package/lib/color.js.map +1 -0
- package/lib/component.js +10 -0
- package/lib/component.js.map +1 -0
- package/lib/components/AnchorLink/index.js +13 -0
- package/lib/components/ArticleTeaser/index.js +51 -0
- package/lib/components/ArticleTeaser/index.js.map +1 -0
- package/lib/components/ArticleTeaser/styles.module.scss +81 -0
- package/lib/components/AsChildSlot/AsChildSlot.d.ts +23 -0
- package/lib/components/AsChildSlot/index.d.ts +3 -0
- package/lib/components/AsChildSlot/index.js +3 -0
- package/lib/components/AsChildSlot/styles.module.scss +13 -0
- package/lib/components/AsChildSlot/styles.module.scss.d.ts +9 -0
- package/lib/components/Avatar/index.js +6 -0
- package/lib/components/Badge/index.js +10 -0
- package/lib/components/Button/index.js +19 -0
- package/lib/components/Button/styles.module.scss +447 -0
- package/lib/components/Checkbox/index.js +47 -0
- package/lib/components/Checkbox/styles.module.scss +460 -0
- package/lib/components/Chip/index.js +55 -0
- package/lib/components/Chip/index.js.map +1 -0
- package/lib/components/Close/index.js +10 -0
- package/lib/components/DictionaryTrigger/index.js +3 -0
- package/lib/components/Drawer/index.js +39 -0
- package/lib/components/Drawer/styles.module.scss +186 -0
- package/lib/components/Drawer/styles.module.scss.d.ts +23 -0
- package/lib/components/Dropdown/Dropdown.d.ts +40 -0
- package/lib/components/Dropdown/SingleSelect/SingleSelect.d.ts +18 -0
- package/lib/components/Dropdown/SingleSelect/SingleSelectItem.d.ts +21 -0
- package/lib/components/Dropdown/SingleSelect/index.d.ts +3 -0
- package/lib/components/Dropdown/SingleSelect/index.js +7 -0
- package/lib/components/Dropdown/SingleSelect/index.js.map +1 -0
- package/lib/components/Dropdown/SingleSelect/styles.module.scss +54 -0
- package/lib/components/Dropdown/SingleSelect/styles.module.scss.d.ts +14 -0
- package/lib/components/Dropdown/index.js +284 -0
- package/lib/components/Dropdown/index.js.map +1 -0
- package/lib/components/Dropdown/styles.module.scss +186 -0
- package/lib/components/Dropdown/styles.module.scss.d.ts +24 -0
- package/lib/components/DropdownOld/DropdownOld.d.ts +42 -0
- package/lib/components/DropdownOld/index.d.ts +3 -0
- package/lib/components/DropdownOld/index.js +204 -0
- package/lib/components/DropdownOld/index.js.map +1 -0
- package/lib/components/DropdownOld/resourceHelper.d.ts +3 -0
- package/lib/components/Duolist/index.js +6 -0
- package/lib/components/ElementHeader/ElementHeaderText/index.js +13 -0
- package/lib/components/ElementHeader/ElementHeaderText/index.js.map +1 -0
- package/lib/components/ElementHeader/StatusDotList/index.js +36 -0
- package/lib/components/ElementHeader/index.js +53 -0
- package/lib/components/ElementHeader/index.js.map +1 -0
- package/lib/components/ElementHeader/styles.module.scss +155 -0
- package/lib/components/EmptyState/index.js +281 -0
- package/lib/components/EmptyState/index.js.map +1 -0
- package/lib/components/ErrorWrapper/index.js +2 -0
- package/lib/components/Expander/index.js +26 -0
- package/lib/components/ExpanderHierarchy/index.js +94 -0
- package/lib/components/ExpanderHierarchy/index.js.map +1 -0
- package/lib/components/ExpanderList/index.js +243 -0
- package/lib/components/ExpanderList/index.js.map +1 -0
- package/lib/components/ExpanderList/styles.module.scss +498 -0
- package/lib/components/EyebrowHeader/index.js +24 -0
- package/lib/components/EyebrowHeader/index.js.map +1 -0
- package/lib/components/FavoriteButton/index.js +146 -0
- package/lib/components/FavoriteButton/index.js.map +1 -0
- package/lib/components/FormFieldTag/FormFieldTag.d.ts +15 -0
- package/lib/components/FormFieldTag/index.js +4 -0
- package/lib/components/FormGroup/FormGroup.d.ts +45 -0
- package/lib/components/FormGroup/index.js +60 -0
- package/lib/components/FormGroup/index.js.map +1 -0
- package/lib/components/FormLayout/index.js +3 -0
- package/lib/components/HelpBubble/index.js +93 -0
- package/lib/components/HelpBubble/index.js.map +1 -0
- package/lib/components/HelpDrawer/index.js +68 -0
- package/lib/components/HelpDrawer/index.js.map +1 -0
- package/lib/components/HelpExpanderInline/index.js +25 -0
- package/lib/components/HelpExpanderInline/index.js.map +1 -0
- package/lib/components/HelpExpanderStandalone/index.js +50 -0
- package/lib/components/HelpExpanderStandalone/index.js.map +1 -0
- package/lib/components/HelpPanel/index.js +52 -0
- package/lib/components/HelpPanel/index.js.map +1 -0
- package/lib/components/HelpTeaser/index.js +31 -0
- package/lib/components/HelpTeaser/index.js.map +1 -0
- package/lib/components/HelpTooltip/index.js +43 -0
- package/lib/components/HelpTooltip/index.js.map +1 -0
- package/lib/components/HelpTriggerIcon/index.js +6 -0
- package/lib/components/HelpTriggerInline/index.js +41 -0
- package/lib/components/HelpTriggerInline/index.js.map +1 -0
- package/lib/components/HelpTriggerStandalone/index.js +10 -0
- package/lib/components/HighlightPanel/index.js +34 -0
- package/lib/components/Highlighter/index.js +9 -0
- package/lib/components/HorizontalScroll/index.js +7 -0
- package/lib/components/Icon/index.js +3 -0
- package/lib/components/Icons/ActiveMonitoring.js +15 -0
- package/lib/components/Icons/ActiveMonitoring.js.map +1 -0
- package/lib/components/Icons/AcupunctureBack.js +24 -0
- package/lib/components/Icons/AcupunctureBack.js.map +1 -0
- package/lib/components/Icons/AdditionalIconInformation.js +1345 -0
- package/lib/components/Icons/AdditionalIconInformation.js.map +1 -0
- package/lib/components/Icons/AlarmClock.js +40 -0
- package/lib/components/Icons/AlarmClock.js.map +1 -0
- package/lib/components/Icons/AlertSignFill.js +4 -0
- package/lib/components/Icons/AlertSignStroke.js +4 -0
- package/lib/components/Icons/Amputation.js +9 -0
- package/lib/components/Icons/Amputation.js.map +1 -0
- package/lib/components/Icons/Anxiety.js +9 -0
- package/lib/components/Icons/Anxiety.js.map +1 -0
- package/lib/components/Icons/Apple.js +9 -0
- package/lib/components/Icons/Apple.js.map +1 -0
- package/lib/components/Icons/Archive.js +30 -0
- package/lib/components/Icons/Archive.js.map +1 -0
- package/lib/components/Icons/ArmFlexing.js +9 -0
- package/lib/components/Icons/ArmFlexing.js.map +1 -0
- package/lib/components/Icons/ArrowDown.js +4 -0
- package/lib/components/Icons/ArrowLeft.js +18 -0
- package/lib/components/Icons/ArrowLeft.js.map +1 -0
- package/lib/components/Icons/ArrowRight.js +4 -0
- package/lib/components/Icons/ArrowUp.js +4 -0
- package/lib/components/Icons/ArrowUpRight.js +4 -0
- package/lib/components/Icons/Attachment.js +28 -0
- package/lib/components/Icons/Attachment.js.map +1 -0
- package/lib/components/Icons/Atv.js +9 -0
- package/lib/components/Icons/Atv.js.map +1 -0
- package/lib/components/Icons/Avatar.js +18 -0
- package/lib/components/Icons/Avatar.js.map +1 -0
- package/lib/components/Icons/AwakePersonOnPillow.js +9 -0
- package/lib/components/Icons/AwakePersonOnPillow.js.map +1 -0
- package/lib/components/Icons/Baby.js +9 -0
- package/lib/components/Icons/Baby.js.map +1 -0
- package/lib/components/Icons/BandAid.js +9 -0
- package/lib/components/Icons/BandAid.js.map +1 -0
- package/lib/components/Icons/BeerAndPills.js +15 -0
- package/lib/components/Icons/BeerAndPills.js.map +1 -0
- package/lib/components/Icons/Bell.js +9 -0
- package/lib/components/Icons/Bell.js.map +1 -0
- package/lib/components/Icons/Bike.js +9 -0
- package/lib/components/Icons/Bike.js.map +1 -0
- package/lib/components/Icons/BirthControl.js +15 -0
- package/lib/components/Icons/BirthControl.js.map +1 -0
- package/lib/components/Icons/BirthdayCake.js +9 -0
- package/lib/components/Icons/BirthdayCake.js.map +1 -0
- package/lib/components/Icons/Boat.js +9 -0
- package/lib/components/Icons/Boat.js.map +1 -0
- package/lib/components/Icons/Body.js +15 -0
- package/lib/components/Icons/Body.js.map +1 -0
- package/lib/components/Icons/Braille.js +16 -0
- package/lib/components/Icons/Braille.js.map +1 -0
- package/lib/components/Icons/Brain.js +9 -0
- package/lib/components/Icons/Brain.js.map +1 -0
- package/lib/components/Icons/BreastReconstruction.js +15 -0
- package/lib/components/Icons/BreastReconstruction.js.map +1 -0
- package/lib/components/Icons/BreastRemoval.js +15 -0
- package/lib/components/Icons/BreastRemoval.js.map +1 -0
- package/lib/components/Icons/Breasts.js +9 -0
- package/lib/components/Icons/Breasts.js.map +1 -0
- package/lib/components/Icons/BrokenHeart.js +9 -0
- package/lib/components/Icons/BrokenHeart.js.map +1 -0
- package/lib/components/Icons/BrokenPuzzle.js +9 -0
- package/lib/components/Icons/BrokenPuzzle.js.map +1 -0
- package/lib/components/Icons/Bus.js +34 -0
- package/lib/components/Icons/Bus.js.map +1 -0
- package/lib/components/Icons/Calendar.js +4 -0
- package/lib/components/Icons/CalendarChange.js +30 -0
- package/lib/components/Icons/CalendarChange.js.map +1 -0
- package/lib/components/Icons/CalendarCheck.js +30 -0
- package/lib/components/Icons/CalendarCheck.js.map +1 -0
- package/lib/components/Icons/CalendarEvent.js +9 -0
- package/lib/components/Icons/CalendarEvent.js.map +1 -0
- package/lib/components/Icons/CalendarSave.js +18 -0
- package/lib/components/Icons/CalendarSave.js.map +1 -0
- package/lib/components/Icons/Cancer.js +23 -0
- package/lib/components/Icons/Cancer.js.map +1 -0
- package/lib/components/Icons/Candle.js +22 -0
- package/lib/components/Icons/Candle.js.map +1 -0
- package/lib/components/Icons/Car.js +9 -0
- package/lib/components/Icons/Car.js.map +1 -0
- package/lib/components/Icons/Carton.js +29 -0
- package/lib/components/Icons/Carton.js.map +1 -0
- package/lib/components/Icons/Change.js +36 -0
- package/lib/components/Icons/Change.js.map +1 -0
- package/lib/components/Icons/Check.js +4 -0
- package/lib/components/Icons/CheckFill.js +4 -0
- package/lib/components/Icons/CheckOutline.js +2 -0
- package/lib/components/Icons/Chest.js +9 -0
- package/lib/components/Icons/Chest.js.map +1 -0
- package/lib/components/Icons/ChevronDown.js +4 -0
- package/lib/components/Icons/ChevronLeft.js +4 -0
- package/lib/components/Icons/ChevronRight.js +4 -0
- package/lib/components/Icons/ChevronUp.js +4 -0
- package/lib/components/Icons/ChevronsDown.js +30 -0
- package/lib/components/Icons/ChevronsDown.js.map +1 -0
- package/lib/components/Icons/ChevronsUp.js +30 -0
- package/lib/components/Icons/ChevronsUp.js.map +1 -0
- package/lib/components/Icons/ChildPlaying.js +9 -0
- package/lib/components/Icons/ChildPlaying.js.map +1 -0
- package/lib/components/Icons/Cigarette.js +9 -0
- package/lib/components/Icons/Cigarette.js.map +1 -0
- package/lib/components/Icons/Coins.js +15 -0
- package/lib/components/Icons/Coins.js.map +1 -0
- package/lib/components/Icons/Contacts.js +18 -0
- package/lib/components/Icons/Contacts.js.map +1 -0
- package/lib/components/Icons/Copy.js +29 -0
- package/lib/components/Icons/Copy.js.map +1 -0
- package/lib/components/Icons/CoronaCertificate.js +15 -0
- package/lib/components/Icons/CoronaCertificate.js.map +1 -0
- package/lib/components/Icons/Coronavirus.js +9 -0
- package/lib/components/Icons/Coronavirus.js.map +1 -0
- package/lib/components/Icons/Cough.js +9 -0
- package/lib/components/Icons/Cough.js.map +1 -0
- package/lib/components/Icons/CreditCard.js +147 -0
- package/lib/components/Icons/CreditCard.js.map +1 -0
- package/lib/components/Icons/CriticalHealthInfo.js +9 -0
- package/lib/components/Icons/CriticalHealthInfo.js.map +1 -0
- package/lib/components/Icons/Cross.js +9 -0
- package/lib/components/Icons/Cross.js.map +1 -0
- package/lib/components/Icons/DataExchange.js +15 -0
- package/lib/components/Icons/DataExchange.js.map +1 -0
- package/lib/components/Icons/DataReceived.js +15 -0
- package/lib/components/Icons/DataReceived.js.map +1 -0
- package/lib/components/Icons/DataSent.js +15 -0
- package/lib/components/Icons/DataSent.js.map +1 -0
- package/lib/components/Icons/Depression.js +9 -0
- package/lib/components/Icons/Depression.js.map +1 -0
- package/lib/components/Icons/DigestiveSystem.js +9 -0
- package/lib/components/Icons/DigestiveSystem.js.map +1 -0
- package/lib/components/Icons/Dizzy.js +9 -0
- package/lib/components/Icons/Dizzy.js.map +1 -0
- package/lib/components/Icons/Documents.js +9 -0
- package/lib/components/Icons/Documents.js.map +1 -0
- package/lib/components/Icons/Dog.js +9 -0
- package/lib/components/Icons/Dog.js.map +1 -0
- package/lib/components/Icons/DonorCard.js +9 -0
- package/lib/components/Icons/DonorCard.js.map +1 -0
- package/lib/components/Icons/DotActive.js +24 -0
- package/lib/components/Icons/DotActive.js.map +1 -0
- package/lib/components/Icons/DotAlert.js +24 -0
- package/lib/components/Icons/DotAlert.js.map +1 -0
- package/lib/components/Icons/DotCancelled.js +24 -0
- package/lib/components/Icons/DotCancelled.js.map +1 -0
- package/lib/components/Icons/DotHalfDisc.js +24 -0
- package/lib/components/Icons/DotHalfDisc.js.map +1 -0
- package/lib/components/Icons/DotInactive.js +24 -0
- package/lib/components/Icons/DotInactive.js.map +1 -0
- package/lib/components/Icons/DotInfo.js +40 -0
- package/lib/components/Icons/DotInfo.js.map +1 -0
- package/lib/components/Icons/DotLookingGlass.js +24 -0
- package/lib/components/Icons/DotLookingGlass.js.map +1 -0
- package/lib/components/Icons/DotPending.js +16 -0
- package/lib/components/Icons/DotPending.js.map +1 -0
- package/lib/components/Icons/DotQuestionMark.js +24 -0
- package/lib/components/Icons/DotQuestionMark.js.map +1 -0
- package/lib/components/Icons/DotSuccess.js +24 -0
- package/lib/components/Icons/DotSuccess.js.map +1 -0
- package/lib/components/Icons/DotTransparent.js +24 -0
- package/lib/components/Icons/DotTransparent.js.map +1 -0
- package/lib/components/Icons/DotWarningTriangle.js +24 -0
- package/lib/components/Icons/DotWarningTriangle.js.map +1 -0
- package/lib/components/Icons/Download.js +30 -0
- package/lib/components/Icons/Download.js.map +1 -0
- package/lib/components/Icons/Draft.js +9 -0
- package/lib/components/Icons/Draft.js.map +1 -0
- package/lib/components/Icons/Drag.js +16 -0
- package/lib/components/Icons/Drag.js.map +1 -0
- package/lib/components/Icons/EChat.js +18 -0
- package/lib/components/Icons/EChat.js.map +1 -0
- package/lib/components/Icons/Ear.js +16 -0
- package/lib/components/Icons/Ear.js.map +1 -0
- package/lib/components/Icons/EarDeaf.js +16 -0
- package/lib/components/Icons/EarDeaf.js.map +1 -0
- package/lib/components/Icons/EarHearingAid.js +16 -0
- package/lib/components/Icons/EarHearingAid.js.map +1 -0
- package/lib/components/Icons/EarNoseThroat.js +17 -0
- package/lib/components/Icons/EarNoseThroat.js.map +1 -0
- package/lib/components/Icons/EarVolume.js +25 -0
- package/lib/components/Icons/EarVolume.js.map +1 -0
- package/lib/components/Icons/Edit.js +24 -0
- package/lib/components/Icons/Edit.js.map +1 -0
- package/lib/components/Icons/ElderlyPerson.js +9 -0
- package/lib/components/Icons/ElderlyPerson.js.map +1 -0
- package/lib/components/Icons/Embolization.js +15 -0
- package/lib/components/Icons/Embolization.js.map +1 -0
- package/lib/components/Icons/EmergencyCall.js +24 -0
- package/lib/components/Icons/EmergencyCall.js.map +1 -0
- package/lib/components/Icons/EmoticonAnnoyed.js +26 -0
- package/lib/components/Icons/EmoticonAnnoyed.js.map +1 -0
- package/lib/components/Icons/EmoticonDelighted.js +26 -0
- package/lib/components/Icons/EmoticonDelighted.js.map +1 -0
- package/lib/components/Icons/EmoticonDisappointed.js +26 -0
- package/lib/components/Icons/EmoticonDisappointed.js.map +1 -0
- package/lib/components/Icons/EmoticonHappy.js +26 -0
- package/lib/components/Icons/EmoticonHappy.js.map +1 -0
- package/lib/components/Icons/EmoticonMeh.js +26 -0
- package/lib/components/Icons/EmoticonMeh.js.map +1 -0
- package/lib/components/Icons/EmptyBox.js +2 -0
- package/lib/components/Icons/EnterFullScreen.js +27 -0
- package/lib/components/Icons/EnterFullScreen.js.map +1 -0
- package/lib/components/Icons/Envelope.js +18 -0
- package/lib/components/Icons/Envelope.js.map +1 -0
- package/lib/components/Icons/Epilepsy.js +9 -0
- package/lib/components/Icons/Epilepsy.js.map +1 -0
- package/lib/components/Icons/Eraser.js +18 -0
- package/lib/components/Icons/Eraser.js.map +1 -0
- package/lib/components/Icons/ErrorSignFill.js +4 -0
- package/lib/components/Icons/ErrorSignStroke.js +18 -0
- package/lib/components/Icons/ErrorSignStroke.js.map +1 -0
- package/lib/components/Icons/EuropeanHealthCard.js +9 -0
- package/lib/components/Icons/EuropeanHealthCard.js.map +1 -0
- package/lib/components/Icons/ExitFullScreen.js +27 -0
- package/lib/components/Icons/ExitFullScreen.js.map +1 -0
- package/lib/components/Icons/Eye.js +36 -0
- package/lib/components/Icons/Eye.js.map +1 -0
- package/lib/components/Icons/Facebook.js +9 -0
- package/lib/components/Icons/Facebook.js.map +1 -0
- package/lib/components/Icons/FallingLeaf.js +27 -0
- package/lib/components/Icons/FallingLeaf.js.map +1 -0
- package/lib/components/Icons/Feedback.js +21 -0
- package/lib/components/Icons/Feedback.js.map +1 -0
- package/lib/components/Icons/Female.js +9 -0
- package/lib/components/Icons/Female.js.map +1 -0
- package/lib/components/Icons/FemaleDoctor.js +9 -0
- package/lib/components/Icons/FemaleDoctor.js.map +1 -0
- package/lib/components/Icons/Ferry.js +9 -0
- package/lib/components/Icons/Ferry.js.map +1 -0
- package/lib/components/Icons/File.js +30 -0
- package/lib/components/Icons/File.js.map +1 -0
- package/lib/components/Icons/Filter.js +28 -0
- package/lib/components/Icons/Filter.js.map +1 -0
- package/lib/components/Icons/FingerBleed.js +9 -0
- package/lib/components/Icons/FingerBleed.js.map +1 -0
- package/lib/components/Icons/FirstAidKit.js +9 -0
- package/lib/components/Icons/FirstAidKit.js.map +1 -0
- package/lib/components/Icons/Fish.js +31 -0
- package/lib/components/Icons/Fish.js.map +1 -0
- package/lib/components/Icons/FloppyDisk.js +15 -0
- package/lib/components/Icons/FloppyDisk.js.map +1 -0
- package/lib/components/Icons/Football.js +9 -0
- package/lib/components/Icons/Football.js.map +1 -0
- package/lib/components/Icons/Form.js +18 -0
- package/lib/components/Icons/Form.js.map +1 -0
- package/lib/components/Icons/Forward.js +4 -0
- package/lib/components/Icons/Gallery.js +30 -0
- package/lib/components/Icons/Gallery.js.map +1 -0
- package/lib/components/Icons/Garden.js +9 -0
- package/lib/components/Icons/Garden.js.map +1 -0
- package/lib/components/Icons/GasCan.js +9 -0
- package/lib/components/Icons/GasCan.js.map +1 -0
- package/lib/components/Icons/GenderIdentity.js +15 -0
- package/lib/components/Icons/GenderIdentity.js.map +1 -0
- package/lib/components/Icons/GlassWater.js +15 -0
- package/lib/components/Icons/GlassWater.js.map +1 -0
- package/lib/components/Icons/Glasses.js +24 -0
- package/lib/components/Icons/Glasses.js.map +1 -0
- package/lib/components/Icons/Globe.js +18 -0
- package/lib/components/Icons/Globe.js.map +1 -0
- package/lib/components/Icons/Grain.js +15 -0
- package/lib/components/Icons/Grain.js.map +1 -0
- package/lib/components/Icons/Graph.js +22 -0
- package/lib/components/Icons/Graph.js.map +1 -0
- package/lib/components/Icons/Group.js +36 -0
- package/lib/components/Icons/Group.js.map +1 -0
- package/lib/components/Icons/GroupTwins.js +62 -0
- package/lib/components/Icons/GroupTwins.js.map +1 -0
- package/lib/components/Icons/HTMLFile.js +24 -0
- package/lib/components/Icons/HTMLFile.js.map +1 -0
- package/lib/components/Icons/HandWaving.js +2 -0
- package/lib/components/Icons/HandWithDisease.js +9 -0
- package/lib/components/Icons/HandWithDisease.js.map +1 -0
- package/lib/components/Icons/HandsAndHeart.js +22 -0
- package/lib/components/Icons/HandsAndHeart.js.map +1 -0
- package/lib/components/Icons/HealthClinic.js +15 -0
- package/lib/components/Icons/HealthClinic.js.map +1 -0
- package/lib/components/Icons/HealthMeasurements.js +17 -0
- package/lib/components/Icons/HealthMeasurements.js.map +1 -0
- package/lib/components/Icons/HealthWarning.js +15 -0
- package/lib/components/Icons/HealthWarning.js.map +1 -0
- package/lib/components/Icons/HealthcarePerson.js +58 -0
- package/lib/components/Icons/HealthcarePerson.js.map +1 -0
- package/lib/components/Icons/HealthcarePersonell.js +69 -0
- package/lib/components/Icons/HealthcarePersonell.js.map +1 -0
- package/lib/components/Icons/HearingProtection.js +24 -0
- package/lib/components/Icons/HearingProtection.js.map +1 -0
- package/lib/components/Icons/Heart.js +18 -0
- package/lib/components/Icons/Heart.js.map +1 -0
- package/lib/components/Icons/HeartHands.js +51 -0
- package/lib/components/Icons/HeartHands.js.map +1 -0
- package/lib/components/Icons/HelpSign.js +18 -0
- package/lib/components/Icons/HelpSign.js.map +1 -0
- package/lib/components/Icons/HelpingHand.js +15 -0
- package/lib/components/Icons/HelpingHand.js.map +1 -0
- package/lib/components/Icons/Hemodialysis.js +15 -0
- package/lib/components/Icons/Hemodialysis.js.map +1 -0
- package/lib/components/Icons/Hiker.js +9 -0
- package/lib/components/Icons/Hiker.js.map +1 -0
- package/lib/components/Icons/Hipprosthesis.js +15 -0
- package/lib/components/Icons/Hipprosthesis.js.map +1 -0
- package/lib/components/Icons/History.js +18 -0
- package/lib/components/Icons/History.js.map +1 -0
- package/lib/components/Icons/HivAndAids.js +9 -0
- package/lib/components/Icons/HivAndAids.js.map +1 -0
- package/lib/components/Icons/Home.js +30 -0
- package/lib/components/Icons/Home.js.map +1 -0
- package/lib/components/Icons/HomeFill.js +34 -0
- package/lib/components/Icons/HomeFill.js.map +1 -0
- package/lib/components/Icons/Hormone.js +9 -0
- package/lib/components/Icons/Hormone.js.map +1 -0
- package/lib/components/Icons/Hospital.js +30 -0
- package/lib/components/Icons/Hospital.js.map +1 -0
- package/lib/components/Icons/Hourglass.js +30 -0
- package/lib/components/Icons/Hourglass.js.map +1 -0
- package/lib/components/Icons/IconNames.js +343 -0
- package/lib/components/Icons/IconNames.js.map +1 -0
- package/lib/components/Icons/ImgFile.js +15 -0
- package/lib/components/Icons/ImgFile.js.map +1 -0
- package/lib/components/Icons/Inbox.js +12 -0
- package/lib/components/Icons/Inbox.js.map +1 -0
- package/lib/components/Icons/InfoSignFill.js +4 -0
- package/lib/components/Icons/InfoSignStroke.js +18 -0
- package/lib/components/Icons/InfoSignStroke.js.map +1 -0
- package/lib/components/Icons/Instagram.js +13 -0
- package/lib/components/Icons/Instagram.js.map +1 -0
- package/lib/components/Icons/Intravenous.js +15 -0
- package/lib/components/Icons/Intravenous.js.map +1 -0
- package/lib/components/Icons/JointPain.js +9 -0
- package/lib/components/Icons/JointPain.js.map +1 -0
- package/lib/components/Icons/Journal.js +18 -0
- package/lib/components/Icons/Journal.js.map +1 -0
- package/lib/components/Icons/JpgFile.js +15 -0
- package/lib/components/Icons/JpgFile.js.map +1 -0
- package/lib/components/Icons/Kidney.js +9 -0
- package/lib/components/Icons/Kidney.js.map +1 -0
- package/lib/components/Icons/KitchenScale.js +15 -0
- package/lib/components/Icons/KitchenScale.js.map +1 -0
- package/lib/components/Icons/Kjernejournal.js +9 -0
- package/lib/components/Icons/Kjernejournal.js.map +1 -0
- package/lib/components/Icons/Laboratory.js +15 -0
- package/lib/components/Icons/Laboratory.js.map +1 -0
- package/lib/components/Icons/LaptopBlog.js +9 -0
- package/lib/components/Icons/LaptopBlog.js.map +1 -0
- package/lib/components/Icons/LawBook.js +9 -0
- package/lib/components/Icons/LawBook.js.map +1 -0
- package/lib/components/Icons/LegalDocument.js +28 -0
- package/lib/components/Icons/LegalDocument.js.map +1 -0
- package/lib/components/Icons/LightBulb.js +9 -0
- package/lib/components/Icons/LightBulb.js.map +1 -0
- package/lib/components/Icons/List.js +30 -0
- package/lib/components/Icons/List.js.map +1 -0
- package/lib/components/Icons/Location.js +18 -0
- package/lib/components/Icons/Location.js.map +1 -0
- package/lib/components/Icons/LocationFill.js +34 -0
- package/lib/components/Icons/LocationFill.js.map +1 -0
- package/lib/components/Icons/Lock.js +24 -0
- package/lib/components/Icons/Lock.js.map +1 -0
- package/lib/components/Icons/Login.js +36 -0
- package/lib/components/Icons/Login.js.map +1 -0
- package/lib/components/Icons/Logout.js +34 -0
- package/lib/components/Icons/Logout.js.map +1 -0
- package/lib/components/Icons/Lungs.js +9 -0
- package/lib/components/Icons/Lungs.js.map +1 -0
- package/lib/components/Icons/Makeup.js +9 -0
- package/lib/components/Icons/Makeup.js.map +1 -0
- package/lib/components/Icons/MaleDoctor.js +9 -0
- package/lib/components/Icons/MaleDoctor.js.map +1 -0
- package/lib/components/Icons/MaleDoctorAndPerson.js +17 -0
- package/lib/components/Icons/MaleDoctorAndPerson.js.map +1 -0
- package/lib/components/Icons/MaleDoctorCompact.js +42 -0
- package/lib/components/Icons/MaleDoctorCompact.js.map +1 -0
- package/lib/components/Icons/MaleDoctorCompactFill.js +34 -0
- package/lib/components/Icons/MaleDoctorCompactFill.js.map +1 -0
- package/lib/components/Icons/MaleGenitalia.js +9 -0
- package/lib/components/Icons/MaleGenitalia.js.map +1 -0
- package/lib/components/Icons/Medicine.js +30 -0
- package/lib/components/Icons/Medicine.js.map +1 -0
- package/lib/components/Icons/MedicineWarning.js +15 -0
- package/lib/components/Icons/MedicineWarning.js.map +1 -0
- package/lib/components/Icons/MentalHealthAdult.js +9 -0
- package/lib/components/Icons/MentalHealthAdult.js.map +1 -0
- package/lib/components/Icons/MentalHealthChild.js +9 -0
- package/lib/components/Icons/MentalHealthChild.js.map +1 -0
- package/lib/components/Icons/Menu.js +18 -0
- package/lib/components/Icons/Menu.js.map +1 -0
- package/lib/components/Icons/Microscope.js +15 -0
- package/lib/components/Icons/Microscope.js.map +1 -0
- package/lib/components/Icons/Minus.js +18 -0
- package/lib/components/Icons/Minus.js.map +1 -0
- package/lib/components/Icons/Mirror.js +9 -0
- package/lib/components/Icons/Mirror.js.map +1 -0
- package/lib/components/Icons/MobilePhone.js +18 -0
- package/lib/components/Icons/MobilePhone.js.map +1 -0
- package/lib/components/Icons/MotherHoldingBaby.js +9 -0
- package/lib/components/Icons/MotherHoldingBaby.js.map +1 -0
- package/lib/components/Icons/MuscleBack.js +17 -0
- package/lib/components/Icons/MuscleBack.js.map +1 -0
- package/lib/components/Icons/MuscleLeg.js +9 -0
- package/lib/components/Icons/MuscleLeg.js.map +1 -0
- package/lib/components/Icons/Mushroom.js +9 -0
- package/lib/components/Icons/Mushroom.js.map +1 -0
- package/lib/components/Icons/Music.js +15 -0
- package/lib/components/Icons/Music.js.map +1 -0
- package/lib/components/Icons/MusselsAndSalt.js +9 -0
- package/lib/components/Icons/MusselsAndSalt.js.map +1 -0
- package/lib/components/Icons/NoAccess.js +48 -0
- package/lib/components/Icons/NoAccess.js.map +1 -0
- package/lib/components/Icons/NoEye.js +32 -0
- package/lib/components/Icons/NoEye.js.map +1 -0
- package/lib/components/Icons/NoFilter.js +18 -0
- package/lib/components/Icons/NoFilter.js.map +1 -0
- package/lib/components/Icons/Notepad.js +9 -0
- package/lib/components/Icons/Notepad.js.map +1 -0
- package/lib/components/Icons/Osteotomy.js +15 -0
- package/lib/components/Icons/Osteotomy.js.map +1 -0
- package/lib/components/Icons/PaintRoller.js +9 -0
- package/lib/components/Icons/PaintRoller.js.map +1 -0
- package/lib/components/Icons/PaperPlane.js +18 -0
- package/lib/components/Icons/PaperPlane.js.map +1 -0
- package/lib/components/Icons/PatientAndPerson.js +9 -0
- package/lib/components/Icons/PatientAndPerson.js.map +1 -0
- package/lib/components/Icons/Pause.js +18 -0
- package/lib/components/Icons/Pause.js.map +1 -0
- package/lib/components/Icons/PdfFile.js +15 -0
- package/lib/components/Icons/PdfFile.js.map +1 -0
- package/lib/components/Icons/Pencil.js +4 -0
- package/lib/components/Icons/PeopleTalking.js +15 -0
- package/lib/components/Icons/PeopleTalking.js.map +1 -0
- package/lib/components/Icons/Peritonealdialysis.js +15 -0
- package/lib/components/Icons/Peritonealdialysis.js.map +1 -0
- package/lib/components/Icons/Person.js +9 -0
- package/lib/components/Icons/Person.js.map +1 -0
- package/lib/components/Icons/PersonAndPatient.js +9 -0
- package/lib/components/Icons/PersonAndPatient.js.map +1 -0
- package/lib/components/Icons/PersonCancel.js +65 -0
- package/lib/components/Icons/PersonCancel.js.map +1 -0
- package/lib/components/Icons/PersonInXRayMachine.js +15 -0
- package/lib/components/Icons/PersonInXRayMachine.js.map +1 -0
- package/lib/components/Icons/PersonOverweight.js +9 -0
- package/lib/components/Icons/PersonOverweight.js.map +1 -0
- package/lib/components/Icons/PersonRelaxing.js +9 -0
- package/lib/components/Icons/PersonRelaxing.js.map +1 -0
- package/lib/components/Icons/PersonWithBrain.js +9 -0
- package/lib/components/Icons/PersonWithBrain.js.map +1 -0
- package/lib/components/Icons/PersonWithBrokenArm.js +9 -0
- package/lib/components/Icons/PersonWithBrokenArm.js.map +1 -0
- package/lib/components/Icons/PersonWithCrutches.js +9 -0
- package/lib/components/Icons/PersonWithCrutches.js.map +1 -0
- package/lib/components/Icons/PersonWithJaw.js +9 -0
- package/lib/components/Icons/PersonWithJaw.js.map +1 -0
- package/lib/components/Icons/PersonWithMagnifyingGlass.js +9 -0
- package/lib/components/Icons/PersonWithMagnifyingGlass.js.map +1 -0
- package/lib/components/Icons/PersonWithSenses.js +21 -0
- package/lib/components/Icons/PersonWithSenses.js.map +1 -0
- package/lib/components/Icons/PersonWorking.js +9 -0
- package/lib/components/Icons/PersonWorking.js.map +1 -0
- package/lib/components/Icons/PersonalPlan.js +28 -0
- package/lib/components/Icons/PersonalPlan.js.map +1 -0
- package/lib/components/Icons/PizzaSlice.js +9 -0
- package/lib/components/Icons/PizzaSlice.js.map +1 -0
- package/lib/components/Icons/Plane.js +9 -0
- package/lib/components/Icons/Plane.js.map +1 -0
- package/lib/components/Icons/Plant.js +9 -0
- package/lib/components/Icons/Plant.js.map +1 -0
- package/lib/components/Icons/PlateKnifeFork.js +21 -0
- package/lib/components/Icons/PlateKnifeFork.js.map +1 -0
- package/lib/components/Icons/Play.js +30 -0
- package/lib/components/Icons/Play.js.map +1 -0
- package/lib/components/Icons/PlusLarge.js +18 -0
- package/lib/components/Icons/PlusLarge.js.map +1 -0
- package/lib/components/Icons/PlusSmall.js +4 -0
- package/lib/components/Icons/PngFile.js +15 -0
- package/lib/components/Icons/PngFile.js.map +1 -0
- package/lib/components/Icons/Podcast.js +15 -0
- package/lib/components/Icons/Podcast.js.map +1 -0
- package/lib/components/Icons/PoisonInformation.js +9 -0
- package/lib/components/Icons/PoisonInformation.js.map +1 -0
- package/lib/components/Icons/Pregnant.js +9 -0
- package/lib/components/Icons/Pregnant.js.map +1 -0
- package/lib/components/Icons/Printer.js +30 -0
- package/lib/components/Icons/Printer.js.map +1 -0
- package/lib/components/Icons/Psychosis.js +9 -0
- package/lib/components/Icons/Psychosis.js.map +1 -0
- package/lib/components/Icons/Publication.js +15 -0
- package/lib/components/Icons/Publication.js.map +1 -0
- package/lib/components/Icons/Puzzle.js +9 -0
- package/lib/components/Icons/Puzzle.js.map +1 -0
- package/lib/components/Icons/QrCode.js +30 -0
- package/lib/components/Icons/QrCode.js.map +1 -0
- package/lib/components/Icons/Quarrel.js +15 -0
- package/lib/components/Icons/Quarrel.js.map +1 -0
- package/lib/components/Icons/RadioTherapy.js +15 -0
- package/lib/components/Icons/RadioTherapy.js.map +1 -0
- package/lib/components/Icons/RadioactiveTreatment.js +15 -0
- package/lib/components/Icons/RadioactiveTreatment.js.map +1 -0
- package/lib/components/Icons/Radioiodine.js +15 -0
- package/lib/components/Icons/Radioiodine.js.map +1 -0
- package/lib/components/Icons/Receipt.js +9 -0
- package/lib/components/Icons/Receipt.js.map +1 -0
- package/lib/components/Icons/Receptionist.js +18 -0
- package/lib/components/Icons/Receptionist.js.map +1 -0
- package/lib/components/Icons/Recovery.js +15 -0
- package/lib/components/Icons/Recovery.js.map +1 -0
- package/lib/components/Icons/Referral.js +18 -0
- package/lib/components/Icons/Referral.js.map +1 -0
- package/lib/components/Icons/Refresh.js +18 -0
- package/lib/components/Icons/Refresh.js.map +1 -0
- package/lib/components/Icons/Refund.js +9 -0
- package/lib/components/Icons/Refund.js.map +1 -0
- package/lib/components/Icons/Reminder.js +29 -0
- package/lib/components/Icons/Reminder.js.map +1 -0
- package/lib/components/Icons/Reply.js +18 -0
- package/lib/components/Icons/Reply.js.map +1 -0
- package/lib/components/Icons/Rocket.js +9 -0
- package/lib/components/Icons/Rocket.js.map +1 -0
- package/lib/components/Icons/RtfFile.js +15 -0
- package/lib/components/Icons/RtfFile.js.map +1 -0
- package/lib/components/Icons/STDs.js +15 -0
- package/lib/components/Icons/STDs.js.map +1 -0
- package/lib/components/Icons/Save.js +26 -0
- package/lib/components/Icons/Save.js.map +1 -0
- package/lib/components/Icons/Scale.js +9 -0
- package/lib/components/Icons/Scale.js.map +1 -0
- package/lib/components/Icons/ScreenReader.js +42 -0
- package/lib/components/Icons/ScreenReader.js.map +1 -0
- package/lib/components/Icons/Search.js +18 -0
- package/lib/components/Icons/Search.js.map +1 -0
- package/lib/components/Icons/SectionSign.js +30 -0
- package/lib/components/Icons/SectionSign.js.map +1 -0
- package/lib/components/Icons/Settings.js +34 -0
- package/lib/components/Icons/Settings.js.map +1 -0
- package/lib/components/Icons/SettingsFill.js +34 -0
- package/lib/components/Icons/SettingsFill.js.map +1 -0
- package/lib/components/Icons/Sexualorientation.js +15 -0
- package/lib/components/Icons/Sexualorientation.js.map +1 -0
- package/lib/components/Icons/ShakingHand.js +12 -0
- package/lib/components/Icons/ShakingHand.js.map +1 -0
- package/lib/components/Icons/Share.js +18 -0
- package/lib/components/Icons/Share.js.map +1 -0
- package/lib/components/Icons/SharedHealthData.js +17 -0
- package/lib/components/Icons/SharedHealthData.js.map +1 -0
- package/lib/components/Icons/SharedHealthMeasurements.js +17 -0
- package/lib/components/Icons/SharedHealthMeasurements.js.map +1 -0
- package/lib/components/Icons/Shield.js +15 -0
- package/lib/components/Icons/Shield.js.map +1 -0
- package/lib/components/Icons/ShuntOperation.js +15 -0
- package/lib/components/Icons/ShuntOperation.js.map +1 -0
- package/lib/components/Icons/Skeleton.js +9 -0
- package/lib/components/Icons/Skeleton.js.map +1 -0
- package/lib/components/Icons/Skin.js +9 -0
- package/lib/components/Icons/Skin.js.map +1 -0
- package/lib/components/Icons/Snake.js +9 -0
- package/lib/components/Icons/Snake.js.map +1 -0
- package/lib/components/Icons/Snapchat.js +9 -0
- package/lib/components/Icons/Snapchat.js.map +1 -0
- package/lib/components/Icons/SortDown.js +47 -0
- package/lib/components/Icons/SortDown.js.map +1 -0
- package/lib/components/Icons/SortUp.js +47 -0
- package/lib/components/Icons/SortUp.js.map +1 -0
- package/lib/components/Icons/SpeechBubble.js +30 -0
- package/lib/components/Icons/SpeechBubble.js.map +1 -0
- package/lib/components/Icons/Spray.js +9 -0
- package/lib/components/Icons/Spray.js.map +1 -0
- package/lib/components/Icons/StickyNote.js +17 -0
- package/lib/components/Icons/StickyNote.js.map +1 -0
- package/lib/components/Icons/StickyNotes.js +17 -0
- package/lib/components/Icons/StickyNotes.js.map +1 -0
- package/lib/components/Icons/Stopwatch.js +30 -0
- package/lib/components/Icons/Stopwatch.js.map +1 -0
- package/lib/components/Icons/Sun.js +32 -0
- package/lib/components/Icons/Sun.js.map +1 -0
- package/lib/components/Icons/SupportingPerson.js +35 -0
- package/lib/components/Icons/SupportingPerson.js.map +1 -0
- package/lib/components/Icons/Surgery.js +15 -0
- package/lib/components/Icons/Surgery.js.map +1 -0
- package/lib/components/Icons/Sweets.js +29 -0
- package/lib/components/Icons/Sweets.js.map +1 -0
- package/lib/components/Icons/Syringe.js +24 -0
- package/lib/components/Icons/Syringe.js.map +1 -0
- package/lib/components/Icons/Taxi.js +9 -0
- package/lib/components/Icons/Taxi.js.map +1 -0
- package/lib/components/Icons/TeddyBear.js +9 -0
- package/lib/components/Icons/TeddyBear.js.map +1 -0
- package/lib/components/Icons/Teenagers.js +15 -0
- package/lib/components/Icons/Teenagers.js.map +1 -0
- package/lib/components/Icons/ThinkingAboutBaby.js +9 -0
- package/lib/components/Icons/ThinkingAboutBaby.js.map +1 -0
- package/lib/components/Icons/Ticket.js +9 -0
- package/lib/components/Icons/Ticket.js.map +1 -0
- package/lib/components/Icons/TimePassing.js +30 -0
- package/lib/components/Icons/TimePassing.js.map +1 -0
- package/lib/components/Icons/Toddler.js +9 -0
- package/lib/components/Icons/Toddler.js.map +1 -0
- package/lib/components/Icons/Tombstone.js +22 -0
- package/lib/components/Icons/Tombstone.js.map +1 -0
- package/lib/components/Icons/Toolbox.js +36 -0
- package/lib/components/Icons/Toolbox.js.map +1 -0
- package/lib/components/Icons/Tooth.js +9 -0
- package/lib/components/Icons/Tooth.js.map +1 -0
- package/lib/components/Icons/TotalKneeProsthesis.js +15 -0
- package/lib/components/Icons/TotalKneeProsthesis.js.map +1 -0
- package/lib/components/Icons/Train.js +9 -0
- package/lib/components/Icons/Train.js.map +1 -0
- package/lib/components/Icons/Transplantation.js +15 -0
- package/lib/components/Icons/Transplantation.js.map +1 -0
- package/lib/components/Icons/TrashCan.js +30 -0
- package/lib/components/Icons/TrashCan.js.map +1 -0
- package/lib/components/Icons/TravelRoute.js +41 -0
- package/lib/components/Icons/TravelRoute.js.map +1 -0
- package/lib/components/Icons/TreatmentAids.js +37 -0
- package/lib/components/Icons/TreatmentAids.js.map +1 -0
- package/lib/components/Icons/TriangleX.js +4 -0
- package/lib/components/Icons/Twitter.js +9 -0
- package/lib/components/Icons/Twitter.js.map +1 -0
- package/lib/components/Icons/Undo.js +4 -0
- package/lib/components/Icons/UniProsthesis.js +15 -0
- package/lib/components/Icons/UniProsthesis.js.map +1 -0
- package/lib/components/Icons/Upload.js +18 -0
- package/lib/components/Icons/Upload.js.map +1 -0
- package/lib/components/Icons/UserOrganization.js +9 -0
- package/lib/components/Icons/UserOrganization.js.map +1 -0
- package/lib/components/Icons/Vaccine.js +30 -0
- package/lib/components/Icons/Vaccine.js.map +1 -0
- package/lib/components/Icons/VerticalDots.js +4 -0
- package/lib/components/Icons/VideoCamera.js +30 -0
- package/lib/components/Icons/VideoCamera.js.map +1 -0
- package/lib/components/Icons/VideoChat.js +18 -0
- package/lib/components/Icons/VideoChat.js.map +1 -0
- package/lib/components/Icons/Wallet.js +18 -0
- package/lib/components/Icons/Wallet.js.map +1 -0
- package/lib/components/Icons/Watch.js +4 -0
- package/lib/components/Icons/Website.js +15 -0
- package/lib/components/Icons/Website.js.map +1 -0
- package/lib/components/Icons/Wheelchair.js +15 -0
- package/lib/components/Icons/Wheelchair.js.map +1 -0
- package/lib/components/Icons/WheelchairActive.js +15 -0
- package/lib/components/Icons/WheelchairActive.js.map +1 -0
- package/lib/components/Icons/Window.js +9 -0
- package/lib/components/Icons/Window.js.map +1 -0
- package/lib/components/Icons/WordDocument.js +12 -0
- package/lib/components/Icons/WordDocument.js.map +1 -0
- package/lib/components/Icons/WorkSuitcase.js +12 -0
- package/lib/components/Icons/WorkSuitcase.js.map +1 -0
- package/lib/components/Icons/X.js +4 -0
- package/lib/components/Icons/XOutline.js +15 -0
- package/lib/components/Icons/XOutline.js.map +1 -0
- package/lib/components/Icons/XmlFile.js +15 -0
- package/lib/components/Icons/XmlFile.js.map +1 -0
- package/lib/components/Icons/YouTube.js +9 -0
- package/lib/components/Icons/YouTube.js.map +1 -0
- package/lib/components/Icons/Zoom.js +30 -0
- package/lib/components/Icons/Zoom.js.map +1 -0
- package/lib/components/Illustration/index.js +4 -0
- package/lib/components/Illustrations/BabyMobile.js +19 -0
- package/lib/components/Illustrations/BabyMobile.js.map +1 -0
- package/lib/components/Illustrations/BabyMobileMedium.js +5 -0
- package/lib/components/Illustrations/Child.js +19 -0
- package/lib/components/Illustrations/Child.js.map +1 -0
- package/lib/components/Illustrations/ChildMedium.js +5 -0
- package/lib/components/Illustrations/Doctor.js +22 -0
- package/lib/components/Illustrations/Doctor.js.map +1 -0
- package/lib/components/Illustrations/DoctorMedium.js +2 -0
- package/lib/components/Illustrations/DoctorSmall.js +2 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprint.js +19 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprint.js.map +1 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js +5 -0
- package/lib/components/Illustrations/GiveBabyFood.js +19 -0
- package/lib/components/Illustrations/GiveBabyFood.js.map +1 -0
- package/lib/components/Illustrations/GiveBabyFoodMedium.js +5 -0
- package/lib/components/Illustrations/HealthcarePersonnel.js +22 -0
- package/lib/components/Illustrations/HealthcarePersonnel.js.map +1 -0
- package/lib/components/Illustrations/HealthcarePersonnelMedium.js +2 -0
- package/lib/components/Illustrations/HealthcarePersonnelSmall.js +2 -0
- package/lib/components/Illustrations/IllustrationNames.js +2 -0
- package/lib/components/Illustrations/ReadLetters.js +19 -0
- package/lib/components/Illustrations/ReadLetters.js.map +1 -0
- package/lib/components/Illustrations/ReadLettersMedium.js +5 -0
- package/lib/components/Illustrations/Stroller.js +19 -0
- package/lib/components/Illustrations/Stroller.js.map +1 -0
- package/lib/components/Illustrations/StrollerMedium.js +5 -0
- package/lib/components/Illustrations/Support2.js +19 -0
- package/lib/components/Illustrations/Support2.js.map +1 -0
- package/lib/components/Illustrations/Support2Medium.js +5 -0
- package/lib/components/InfoTeaser/index.js +10 -0
- package/lib/components/Input/index.js +47 -0
- package/lib/components/Label/Label.d.ts +45 -0
- package/lib/components/Label/index.js +40 -0
- package/lib/components/Label/styles.module.scss +71 -0
- package/lib/components/LazyIcon/index.js +6 -0
- package/lib/components/LazyIllustration/index.js +8 -0
- package/lib/components/LinkList/index.js +54 -0
- package/lib/components/LinkList/styles.module.scss +306 -0
- package/lib/components/LinkList/styles.module.scss.d.ts +51 -0
- package/lib/components/List/index.js +3 -0
- package/lib/components/ListEditMode/index.js +6 -0
- package/lib/components/ListEditMode/styles.module.scss +80 -0
- package/lib/components/Loader/index.js +86 -0
- package/lib/components/Loader/index.js.map +1 -0
- package/lib/components/Logo/index.js +49 -0
- package/lib/components/Logo/index.js.map +1 -0
- package/lib/components/Modal/Modal.d.ts +61 -0
- package/lib/components/Modal/index.js +238 -0
- package/lib/components/Modal/index.js.map +1 -0
- package/lib/components/Modal/styles.module.scss +263 -0
- package/lib/components/Modal/styles.module.scss.d.ts +37 -0
- package/lib/components/NotificationPanel/index.js +130 -0
- package/lib/components/NotificationPanel/index.js.map +1 -0
- package/lib/components/NotificationPanel/styles.module.scss +198 -0
- package/lib/components/Panel/Panel.d.ts +78 -0
- package/lib/components/Panel/PanelTitle/index.js +12 -0
- package/lib/components/Panel/index.js +36 -0
- package/lib/components/Panel/index.js.map +1 -0
- package/lib/components/PanelList/index.js +55 -0
- package/lib/components/PanelList/index.js.map +1 -0
- package/lib/components/PanelListOld/PanelListOld.d.ts +12 -0
- package/lib/components/PanelListOld/index.d.ts +3 -0
- package/lib/components/PanelListOld/index.js +58 -0
- package/lib/components/PanelListOld/index.js.map +1 -0
- package/lib/components/PanelListOld/styles.module.scss +14 -0
- package/lib/components/PanelListOld/styles.module.scss.d.ts +9 -0
- package/lib/components/PanelOld/PanelOld.d.ts +89 -0
- package/lib/components/PanelOld/index.d.ts +3 -0
- package/lib/components/PanelOld/index.js +37 -0
- package/lib/components/PanelOld/styles.module.scss +433 -0
- package/lib/components/PanelOld/styles.module.scss.d.ts +61 -0
- package/lib/components/PopMenu/PopMenu.d.ts +41 -0
- package/lib/components/PopMenu/index.js +149 -0
- package/lib/components/PopMenu/index.js.map +1 -0
- package/lib/components/PopMenu/styles.module.scss +37 -0
- package/lib/components/PopMenu/styles.module.scss.d.ts +9 -0
- package/lib/components/PopOver/index.js +5 -0
- package/lib/components/Portal/index.js +3 -0
- package/lib/components/Progressbar/index.js +107 -0
- package/lib/components/Progressbar/index.js.map +1 -0
- package/lib/components/PromoPanel/index.js +89 -0
- package/lib/components/PromoPanel/index.js.map +1 -0
- package/lib/components/RadioButton/index.js +46 -0
- package/lib/components/RadioButton/styles.module.scss +449 -0
- package/lib/components/RadioButton/styles.module.scss.d.ts +35 -0
- package/lib/components/Select/index.js +45 -0
- package/lib/components/ServiceMessage/index.js +173 -0
- package/lib/components/ServiceMessage/index.js.map +1 -0
- package/lib/components/SharingStatus/index.js +33 -0
- package/lib/components/SharingStatus/index.js.map +1 -0
- package/lib/components/Slider/index.js +12 -0
- package/lib/components/Spacer/index.js +3 -0
- package/lib/components/StatusDot/index.js +35 -0
- package/lib/components/StatusDot/styles.module.scss +104 -0
- package/lib/components/Step/index.js +35 -0
- package/lib/components/Step/index.js.map +1 -0
- package/lib/components/StepButtons/index.js +3 -0
- package/lib/components/Stepper/index.js +102 -0
- package/lib/components/Stepper/index.js.map +1 -0
- package/lib/components/StickyNote/index.js +205 -0
- package/lib/components/StickyNote/index.js.map +1 -0
- package/lib/components/Table/TableBody/index.js +15 -0
- package/lib/components/Table/TableCell/index.js +15 -0
- package/lib/components/Table/TableExpandedRow/index.js +31 -0
- package/lib/components/Table/TableExpanderCell/index.js +32 -0
- package/lib/components/Table/TableHead/index.js +15 -0
- package/lib/components/Table/TableHeadCell/index.js +18 -0
- package/lib/components/Table/TableRow/index.js +32 -0
- package/lib/components/Table/index.js +43 -0
- package/lib/components/Table/index.js.map +1 -0
- package/lib/components/Tabs/TabList/index.js +16 -0
- package/lib/components/Tabs/TabPanel/index.js +2 -0
- package/lib/components/Tabs/index.js +94 -0
- package/lib/components/Tabs/index.js.map +1 -0
- package/lib/components/Tag/index.js +47 -0
- package/lib/components/Tag/index.js.map +1 -0
- package/lib/components/TagList/index.js +19 -0
- package/lib/components/TagList/index.js.map +1 -0
- package/lib/components/Textarea/index.js +45 -0
- package/lib/components/Tile/index.js +71 -0
- package/lib/components/Tile/index.js.map +1 -0
- package/lib/components/Title/index.js +4 -0
- package/lib/components/Toast/Toast.d.ts +13 -0
- package/lib/components/Toast/index.d.ts +3 -0
- package/lib/components/Toast/index.js +15 -0
- package/lib/components/Toast/index.js.map +1 -0
- package/lib/components/Toast/styles.module.scss +70 -0
- package/lib/components/Toast/styles.module.scss.d.ts +15 -0
- package/lib/components/ToastList/ToastList.d.ts +14 -0
- package/lib/components/ToastList/index.d.ts +3 -0
- package/lib/components/ToastList/index.js +106 -0
- package/lib/components/ToastList/index.js.map +1 -0
- package/lib/components/ToastList/styles.module.scss +12 -0
- package/lib/components/ToastList/styles.module.scss.d.ts +9 -0
- package/lib/components/Toggle/index.js +161 -0
- package/lib/components/Toggle/index.js.map +1 -0
- package/lib/components/Toggle/styles.module.scss +161 -0
- package/lib/components/Validation/ValidationSummary.test.d.ts +1 -0
- package/lib/components/Validation/index.js +145 -0
- package/lib/components/Validation/index.js.map +1 -0
- package/lib/constants.d.ts +139 -0
- package/lib/constants.js +2 -0
- package/lib/constants2.js +123 -0
- package/lib/constants2.js.map +1 -0
- package/lib/debounce.js +16 -0
- package/lib/debounce.js.map +1 -0
- package/lib/deepContains.js +13 -0
- package/lib/deepContains.js.map +1 -0
- package/lib/designsystem-react.css +259 -0
- package/lib/device.js +6 -0
- package/lib/device.js.map +1 -0
- package/lib/docs/Tokens/TokensExample.d.ts +7 -0
- package/lib/environment.js +5 -0
- package/lib/environment.js.map +1 -0
- package/lib/floating-ui.react.js +3550 -0
- package/lib/floating-ui.react.js.map +1 -0
- package/lib/focus.js +11 -0
- package/lib/focus.js.map +1 -0
- package/lib/grid.js +24 -0
- package/lib/grid.js.map +1 -0
- package/lib/hoc/withBreakpoint/index.js +7 -0
- package/lib/hoc/withBreakpoint/index.js.map +1 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.js +4 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.test.d.ts +1 -0
- package/lib/hooks/useBreakpoint.js +3 -0
- package/lib/hooks/useElementList.js +2 -0
- package/lib/hooks/useEventListenerState.js +13 -0
- package/lib/hooks/useEventListenerState.js.map +1 -0
- package/lib/hooks/useExpand.js +3 -0
- package/lib/hooks/useFocusToggle.js +4 -0
- package/lib/hooks/useFocusTrap.js +5 -0
- package/lib/hooks/useFocusableElements.js +3 -0
- package/lib/hooks/useIcons.js +8 -0
- package/lib/hooks/useIdWithFallback.js +2 -0
- package/lib/hooks/useIntersectionObserver.js +2 -0
- package/lib/hooks/useInterval.js +12 -0
- package/lib/hooks/useInterval.js.map +1 -0
- package/lib/hooks/useIsMobileBreakpoint.js +4 -0
- package/lib/hooks/useIsServerSide.js +2 -0
- package/lib/hooks/useIsVisible.js +3 -0
- package/lib/hooks/useKeyboardEvent.js +2 -0
- package/lib/hooks/useLayoutEvent.js +3 -0
- package/lib/hooks/useOutsideEvent.js +2 -0
- package/lib/hooks/usePrevious.js +2 -0
- package/lib/hooks/usePseudoClasses.js +2 -0
- package/lib/hooks/useResizeObserver.js +2 -0
- package/lib/hooks/useReturnFocusOnUnmount.js +4 -0
- package/lib/hooks/useRovingFocus.js +4 -0
- package/lib/hooks/useSize.js +3 -0
- package/lib/hooks/useToggle.js +3 -0
- package/lib/hooks/usestopPropagation.js +2 -0
- package/lib/index.d.ts +17 -0
- package/lib/index.js +27 -0
- package/lib/language.js +19 -0
- package/lib/language.js.map +1 -0
- package/lib/mobile.js +14 -0
- package/lib/mobile.js.map +1 -0
- package/lib/palette.js +85 -0
- package/lib/palette.js.map +1 -0
- package/lib/refs.js +14 -0
- package/lib/refs.js.map +1 -0
- package/lib/resources/HN.Designsystem.FormFieldTag.nb-NO.json.d.ts +12 -0
- package/lib/scroll.js +9 -0
- package/lib/scroll.js.map +1 -0
- package/lib/scss/_body.scss +11 -0
- package/lib/scss/_breakpoints.scss +29 -0
- package/lib/scss/_figma-tokens.scss +68 -0
- package/lib/scss/_font-mixins.scss +262 -0
- package/lib/scss/_font-settings.scss +8 -0
- package/lib/scss/_fonts.scss +155 -0
- package/lib/scss/_grid.scss +6 -0
- package/lib/scss/_icon.scss +8 -0
- package/lib/scss/_input.scss +139 -0
- package/lib/scss/_palette.scss +146 -0
- package/lib/scss/_print.scss +219 -0
- package/lib/scss/_radio-reset.scss +21 -0
- package/lib/scss/_reset.scss +13 -0
- package/lib/scss/_screen-reader.scss +63 -0
- package/lib/scss/_spacers.scss +42 -0
- package/lib/scss/bootstrap/LICENSE +22 -0
- package/lib/scss/bootstrap/scss/_functions.scss +210 -0
- package/lib/scss/bootstrap/scss/_grid.scss +73 -0
- package/lib/scss/bootstrap/scss/_variables.scss +990 -0
- package/lib/scss/bootstrap/scss/bootstrap-grid.scss +30 -0
- package/lib/scss/bootstrap/scss/mixins/_breakpoints.scss +131 -0
- package/lib/scss/bootstrap/scss/mixins/_deprecate.scss +11 -0
- package/lib/scss/bootstrap/scss/mixins/_grid-framework.scss +89 -0
- package/lib/scss/bootstrap/scss/mixins/_grid.scss +76 -0
- package/lib/scss/bootstrap/scss/utilities/_display.scss +30 -0
- package/lib/scss/bootstrap/scss/utilities/_flex.scss +120 -0
- package/lib/scss/bootstrap/scss/utilities/_spacing.scss +80 -0
- package/lib/scss/bootstrap/scss/vendor/_rfs.scss +233 -0
- package/lib/scss/helsenorge.scss +11 -0
- package/lib/scss/layout.module.scss +14 -0
- package/lib/scss/layout.module.scss.d.ts +9 -0
- package/lib/scss/supernova/index.css +4 -0
- package/lib/scss/supernova/styles/colors.css +258 -0
- package/lib/scss/supernova/styles/spacers.css +24 -0
- package/lib/scss/supernova/styles/typography.css +110 -0
- package/lib/scss/typography.module.scss +182 -0
- package/lib/scss/typography.module.scss.d.ts +38 -0
- package/lib/scss/typography.stories.tsx +203 -0
- package/lib/spacers.js +20 -0
- package/lib/spacers.js.map +1 -0
- package/lib/spacing.js +25 -0
- package/lib/spacing.js.map +1 -0
- package/lib/theme/currys/color.js +6 -0
- package/lib/theme/currys/index.js +8 -0
- package/lib/theme/currys/spacing.js +3 -0
- package/lib/theme/grid.js +2 -0
- package/lib/theme/index.js +5 -0
- package/lib/theme/palette.js +2 -0
- package/lib/theme/spacers.js +2 -0
- package/lib/theme.js +13 -0
- package/lib/theme.js.map +1 -0
- package/lib/useBreakpoint.js +49 -0
- package/lib/useBreakpoint.js.map +1 -0
- package/lib/useElementList.js +25 -0
- package/lib/useElementList.js.map +1 -0
- package/lib/useExpand.js +16 -0
- package/lib/useExpand.js.map +1 -0
- package/lib/useFocusToggle.js +26 -0
- package/lib/useFocusToggle.js.map +1 -0
- package/lib/useFocusTrap.js +34 -0
- package/lib/useFocusTrap.js.map +1 -0
- package/lib/useFocusableElements.js +26 -0
- package/lib/useFocusableElements.js.map +1 -0
- package/lib/useIcons.js +26 -0
- package/lib/useIcons.js.map +1 -0
- package/lib/useIdWithFallback.js +8 -0
- package/lib/useIdWithFallback.js.map +1 -0
- package/lib/useIntersectionObserver.js +14 -0
- package/lib/useIntersectionObserver.js.map +1 -0
- package/lib/useIsMobileBreakpoint.js +8 -0
- package/lib/useIsMobileBreakpoint.js.map +1 -0
- package/lib/useIsServerSide.js +11 -0
- package/lib/useIsServerSide.js.map +1 -0
- package/lib/useIsVisible.js +16 -0
- package/lib/useIsVisible.js.map +1 -0
- package/lib/useKeyboardEvent.js +20 -0
- package/lib/useKeyboardEvent.js.map +1 -0
- package/lib/useLayoutEvent.js +21 -0
- package/lib/useLayoutEvent.js.map +1 -0
- package/lib/useOutsideEvent.js +20 -0
- package/lib/useOutsideEvent.js.map +1 -0
- package/lib/usePrevious.js +11 -0
- package/lib/usePrevious.js.map +1 -0
- package/lib/usePseudoClasses.js +46 -0
- package/lib/usePseudoClasses.js.map +1 -0
- package/lib/useResizeObserver.js +23 -0
- package/lib/useResizeObserver.js.map +1 -0
- package/lib/useReturnFocusOnUnmount.js +16 -0
- package/lib/useReturnFocusOnUnmount.js.map +1 -0
- package/lib/useRovingFocus.js +44 -0
- package/lib/useRovingFocus.js.map +1 -0
- package/lib/useSize.js +42 -0
- package/lib/useSize.js.map +1 -0
- package/lib/useToggle.js +22 -0
- package/lib/useToggle.js.map +1 -0
- package/lib/usestopPropagation.js +11 -0
- package/lib/usestopPropagation.js.map +1 -0
- package/lib/utils/accessibility.js +2 -0
- package/lib/utils/component.js +2 -0
- package/lib/utils/debounce.js +2 -0
- package/lib/utils/deepContains.js +2 -0
- package/lib/utils/device.js +2 -0
- package/lib/utils/environment.js +2 -0
- package/lib/utils/focus.js +2 -0
- package/lib/utils/language.js +2 -0
- package/lib/utils/loremtext.js +7 -0
- package/lib/utils/loremtext.js.map +1 -0
- package/lib/utils/mobile.js +2 -0
- package/lib/utils/refs.js +2 -0
- package/lib/utils/scroll.js +2 -0
- package/lib/utils/tests/accessibility.test.d.ts +1 -0
- package/lib/utils/tests/deepContains.test.d.ts +1 -0
- package/lib/utils/tests/language.test.d.ts +1 -0
- package/lib/utils/tests/setup-test.d.ts +0 -0
- package/lib/utils/tests/uuid.test.d.ts +1 -0
- package/lib/utils/tests/viewport.test.d.ts +1 -0
- package/lib/utils/uuid.js +3 -0
- package/lib/utils/viewport.js +2 -0
- package/lib/utils.js +8 -0
- package/lib/utils.js.map +1 -0
- package/lib/uuid.js +25 -0
- package/lib/uuid.js.map +1 -0
- package/lib/viewport.js +7 -0
- package/lib/viewport.js.map +1 -0
- package/lib/withBreakpoint.js +17 -0
- package/lib/withBreakpoint.js.map +1 -0
- package/package.json +749 -5
- package/scss/_radio-reset.scss +21 -0
- package/scss/helsenorge.scss +1 -0
- package/scss/supernova/styles/colors.css +20 -1
- package/AnchorLink.js +0 -66
- package/AnchorLink.js.map +0 -1
- package/Avatar.js +0 -40
- package/Avatar.js.map +0 -1
- package/Badge.js +0 -35
- package/Badge.js.map +0 -1
- package/Button.js +0 -178
- package/Button.js.map +0 -1
- package/CHANGELOG.md +0 -3262
- package/Checkbox.js +0 -134
- package/Checkbox.js.map +0 -1
- package/Close.js +0 -50
- package/Close.js.map +0 -1
- package/DictionaryTrigger.js +0 -28
- package/DictionaryTrigger.js.map +0 -1
- package/Drawer.js +0 -194
- package/Drawer.js.map +0 -1
- package/Duolist.js +0 -92
- package/Duolist.js.map +0 -1
- package/ElementHeader.js +0 -151
- package/ElementHeader.js.map +0 -1
- package/ElementHeaderText.js +0 -35
- package/ElementHeaderText.js.map +0 -1
- package/ErrorBoundary.js +0 -41
- package/ErrorBoundary.js.map +0 -1
- package/ErrorWrapper.js +0 -15
- package/ErrorWrapper.js.map +0 -1
- package/Expander.js +0 -131
- package/Expander.js.map +0 -1
- package/FormFieldTag.js +0 -47
- package/FormFieldTag.js.map +0 -1
- package/FormGroup.js +0 -158
- package/FormGroup.js.map +0 -1
- package/FormLayout.js +0 -50
- package/FormLayout.js.map +0 -1
- package/HelpDetails.js +0 -65
- package/HelpDetails.js.map +0 -1
- package/HelpTriggerIcon.js +0 -126
- package/HelpTriggerIcon.js.map +0 -1
- package/HelpTriggerStandalone.js +0 -40
- package/HelpTriggerStandalone.js.map +0 -1
- package/HighlightPanel.js +0 -66
- package/HighlightPanel.js.map +0 -1
- package/Highlighter.js +0 -44
- package/Highlighter.js.map +0 -1
- package/HorizontalScroll.js +0 -59
- package/HorizontalScroll.js.map +0 -1
- package/Icon.js +0 -73
- package/Icon.js.map +0 -1
- package/Illustration.js +0 -48
- package/Illustration.js.map +0 -1
- package/InfoTeaser.js +0 -74
- package/InfoTeaser.js.map +0 -1
- package/Input.js +0 -206
- package/Input.js.map +0 -1
- package/Label.js +0 -140
- package/Label.js.map +0 -1
- package/LazyIcon.js +0 -33
- package/LazyIcon.js.map +0 -1
- package/LazyIllustration.js +0 -38
- package/LazyIllustration.js.map +0 -1
- package/LinkList.js +0 -151
- package/LinkList.js.map +0 -1
- package/List.js +0 -15
- package/List.js.map +0 -1
- package/ListEditMode.js +0 -42
- package/ListEditMode.js.map +0 -1
- package/MaxCharacters.js +0 -17
- package/MaxCharacters.js.map +0 -1
- package/NotificationBadge.js +0 -68
- package/NotificationBadge.js.map +0 -1
- package/Panel.js +0 -265
- package/Panel.js.map +0 -1
- package/PanelTitle.js +0 -19
- package/PanelTitle.js.map +0 -1
- package/PopOver.js +0 -80
- package/PopOver.js.map +0 -1
- package/RadioButton.js +0 -120
- package/RadioButton.js.map +0 -1
- package/Select.js +0 -101
- package/Select.js.map +0 -1
- package/Slider.js +0 -305
- package/Slider.js.map +0 -1
- package/Spacer.js +0 -32
- package/Spacer.js.map +0 -1
- package/StatusDot.js +0 -106
- package/StatusDot.js.map +0 -1
- package/StatusDotList.js +0 -27
- package/StatusDotList.js.map +0 -1
- package/StepButtons.js +0 -32
- package/StepButtons.js.map +0 -1
- package/TabList.js +0 -190
- package/TabList.js.map +0 -1
- package/TabPanel.js +0 -16
- package/TabPanel.js.map +0 -1
- package/Table.js +0 -165
- package/Table.js.map +0 -1
- package/TableBody.js +0 -13
- package/TableBody.js.map +0 -1
- package/TableCell.js +0 -35
- package/TableCell.js.map +0 -1
- package/TableExpandedRow.js +0 -39
- package/TableExpandedRow.js.map +0 -1
- package/TableExpanderCell.js +0 -35
- package/TableExpanderCell.js.map +0 -1
- package/TableHead.js +0 -29
- package/TableHead.js.map +0 -1
- package/TableHeadCell.js +0 -52
- package/TableHeadCell.js.map +0 -1
- package/TableRow.js +0 -63
- package/TableRow.js.map +0 -1
- package/Textarea.js +0 -147
- package/Textarea.js.map +0 -1
- package/Title.js +0 -32
- package/Title.js.map +0 -1
- package/__mocks__/IntersectionObserver.js +0 -15
- package/__mocks__/IntersectionObserver.js.map +0 -1
- package/__mocks__/MutationObserver.js +0 -13
- package/__mocks__/MutationObserver.js.map +0 -1
- package/__mocks__/ResizeObserver.js +0 -15
- package/__mocks__/ResizeObserver.js.map +0 -1
- package/__mocks__/matchMedia.js +0 -15
- package/__mocks__/matchMedia.js.map +0 -1
- package/__mocks__/useLayoutEvent.js +0 -4
- package/__mocks__/useLayoutEvent.js.map +0 -1
- package/__mocks__/useOutsideEvent.js +0 -4
- package/__mocks__/useOutsideEvent.js.map +0 -1
- package/__mocks__/usePseudoClasses.js +0 -6
- package/__mocks__/usePseudoClasses.js.map +0 -1
- package/__mocks__/useSize.js +0 -11
- package/__mocks__/useSize.js.map +0 -1
- package/__mocks__/uuid.js +0 -9
- package/__mocks__/uuid.js.map +0 -1
- package/components/AnchorLink/index.js +0 -5
- package/components/AnchorLink/index.js.map +0 -1
- package/components/ArticleTeaser/index.js +0 -67
- package/components/ArticleTeaser/index.js.map +0 -1
- package/components/ArticleTeaser/styles.module.scss +0 -83
- package/components/Avatar/index.js +0 -7
- package/components/Avatar/index.js.map +0 -1
- package/components/Badge/index.js +0 -5
- package/components/Badge/index.js.map +0 -1
- package/components/Button/index.js +0 -5
- package/components/Button/index.js.map +0 -1
- package/components/Button/styles.module.scss +0 -402
- package/components/Checkbox/index.js +0 -6
- package/components/Checkbox/index.js.map +0 -1
- package/components/Checkbox/styles.module.scss +0 -449
- package/components/Chip/index.js +0 -51
- package/components/Chip/index.js.map +0 -1
- package/components/Close/index.js +0 -5
- package/components/Close/index.js.map +0 -1
- package/components/DictionaryTrigger/index.js +0 -5
- package/components/DictionaryTrigger/index.js.map +0 -1
- package/components/Drawer/index.js +0 -5
- package/components/Drawer/index.js.map +0 -1
- package/components/Drawer/styles.module.scss +0 -166
- package/components/Drawer/styles.module.scss.d.ts +0 -18
- package/components/Dropdown/Dropdown.d.ts +0 -42
- package/components/Dropdown/index.js +0 -201
- package/components/Dropdown/index.js.map +0 -1
- package/components/Duolist/index.js +0 -8
- package/components/Duolist/index.js.map +0 -1
- package/components/ElementHeader/ElementHeaderText/index.js +0 -6
- package/components/ElementHeader/ElementHeaderText/index.js.map +0 -1
- package/components/ElementHeader/StatusDotList/index.js +0 -6
- package/components/ElementHeader/StatusDotList/index.js.map +0 -1
- package/components/ElementHeader/index.js +0 -9
- package/components/ElementHeader/index.js.map +0 -1
- package/components/ElementHeader/styles.module.scss +0 -151
- package/components/EmptyState/index.js +0 -306
- package/components/EmptyState/index.js.map +0 -1
- package/components/ErrorWrapper/index.js +0 -6
- package/components/ErrorWrapper/index.js.map +0 -1
- package/components/Expander/index.js +0 -7
- package/components/Expander/index.js.map +0 -1
- package/components/ExpanderHierarchy/index.js +0 -115
- package/components/ExpanderHierarchy/index.js.map +0 -1
- package/components/ExpanderList/index.js +0 -218
- package/components/ExpanderList/index.js.map +0 -1
- package/components/ExpanderList/styles.module.scss +0 -518
- package/components/EyebrowHeader/index.js +0 -15
- package/components/EyebrowHeader/index.js.map +0 -1
- package/components/FavoriteButton/index.js +0 -209
- package/components/FavoriteButton/index.js.map +0 -1
- package/components/FormFieldTag/FormFieldTag.d.ts +0 -13
- package/components/FormFieldTag/index.js +0 -5
- package/components/FormFieldTag/index.js.map +0 -1
- package/components/FormGroup/FormGroup.d.ts +0 -46
- package/components/FormGroup/index.js +0 -6
- package/components/FormGroup/index.js.map +0 -1
- package/components/FormLayout/index.js +0 -8
- package/components/FormLayout/index.js.map +0 -1
- package/components/HelpBubble/index.js +0 -94
- package/components/HelpBubble/index.js.map +0 -1
- package/components/HelpDrawer/index.js +0 -40
- package/components/HelpDrawer/index.js.map +0 -1
- package/components/HelpExpanderInline/index.js +0 -16
- package/components/HelpExpanderInline/index.js.map +0 -1
- package/components/HelpExpanderStandalone/index.js +0 -50
- package/components/HelpExpanderStandalone/index.js.map +0 -1
- package/components/HelpPanel/index.js +0 -22
- package/components/HelpPanel/index.js.map +0 -1
- package/components/HelpTeaser/index.js +0 -25
- package/components/HelpTeaser/index.js.map +0 -1
- package/components/HelpTooltip/index.js +0 -32
- package/components/HelpTooltip/index.js.map +0 -1
- package/components/HelpTriggerIcon/index.js +0 -7
- package/components/HelpTriggerIcon/index.js.map +0 -1
- package/components/HelpTriggerInline/index.js +0 -38
- package/components/HelpTriggerInline/index.js.map +0 -1
- package/components/HelpTriggerStandalone/index.js +0 -5
- package/components/HelpTriggerStandalone/index.js.map +0 -1
- package/components/HighlightPanel/index.js +0 -5
- package/components/HighlightPanel/index.js.map +0 -1
- package/components/Highlighter/index.js +0 -6
- package/components/Highlighter/index.js.map +0 -1
- package/components/HorizontalScroll/index.js +0 -6
- package/components/HorizontalScroll/index.js.map +0 -1
- package/components/Icon/index.js +0 -10
- package/components/Icon/index.js.map +0 -1
- package/components/Icons/ActiveMonitoring.js +0 -22
- package/components/Icons/ActiveMonitoring.js.map +0 -1
- package/components/Icons/AcupunctureBack.js +0 -24
- package/components/Icons/AcupunctureBack.js.map +0 -1
- package/components/Icons/AdditionalIconInformation.js +0 -341
- package/components/Icons/AdditionalIconInformation.js.map +0 -1
- package/components/Icons/AlarmClock.js +0 -35
- package/components/Icons/AlarmClock.js.map +0 -1
- package/components/Icons/AlertSignFill.js +0 -13
- package/components/Icons/AlertSignFill.js.map +0 -1
- package/components/Icons/AlertSignStroke.js +0 -13
- package/components/Icons/AlertSignStroke.js.map +0 -1
- package/components/Icons/Amputation.js +0 -10
- package/components/Icons/Amputation.js.map +0 -1
- package/components/Icons/Anxiety.js +0 -10
- package/components/Icons/Anxiety.js.map +0 -1
- package/components/Icons/Apple.js +0 -10
- package/components/Icons/Apple.js.map +0 -1
- package/components/Icons/Archive.js +0 -37
- package/components/Icons/Archive.js.map +0 -1
- package/components/Icons/ArmFlexing.js +0 -10
- package/components/Icons/ArmFlexing.js.map +0 -1
- package/components/Icons/ArrowDown.js +0 -37
- package/components/Icons/ArrowDown.js.map +0 -1
- package/components/Icons/ArrowLeft.js +0 -13
- package/components/Icons/ArrowLeft.js.map +0 -1
- package/components/Icons/ArrowRight.js +0 -13
- package/components/Icons/ArrowRight.js.map +0 -1
- package/components/Icons/ArrowUp.js +0 -37
- package/components/Icons/ArrowUp.js.map +0 -1
- package/components/Icons/ArrowUpRight.js +0 -13
- package/components/Icons/ArrowUpRight.js.map +0 -1
- package/components/Icons/Attachment.js +0 -29
- package/components/Icons/Attachment.js.map +0 -1
- package/components/Icons/Atv.js +0 -10
- package/components/Icons/Atv.js.map +0 -1
- package/components/Icons/Avatar.js +0 -13
- package/components/Icons/Avatar.js.map +0 -1
- package/components/Icons/AwakePersonOnPillow.js +0 -10
- package/components/Icons/AwakePersonOnPillow.js.map +0 -1
- package/components/Icons/Baby.js +0 -10
- package/components/Icons/Baby.js.map +0 -1
- package/components/Icons/BandAid.js +0 -10
- package/components/Icons/BandAid.js.map +0 -1
- package/components/Icons/BeerAndPills.js +0 -22
- package/components/Icons/BeerAndPills.js.map +0 -1
- package/components/Icons/Bell.js +0 -10
- package/components/Icons/Bell.js.map +0 -1
- package/components/Icons/Bike.js +0 -10
- package/components/Icons/Bike.js.map +0 -1
- package/components/Icons/BirthControl.js +0 -22
- package/components/Icons/BirthControl.js.map +0 -1
- package/components/Icons/BirthdayCake.js +0 -10
- package/components/Icons/BirthdayCake.js.map +0 -1
- package/components/Icons/Boat.js +0 -10
- package/components/Icons/Boat.js.map +0 -1
- package/components/Icons/Body.js +0 -22
- package/components/Icons/Body.js.map +0 -1
- package/components/Icons/Braille.js +0 -11
- package/components/Icons/Braille.js.map +0 -1
- package/components/Icons/Brain.js +0 -10
- package/components/Icons/Brain.js.map +0 -1
- package/components/Icons/BreastReconstruction.js +0 -22
- package/components/Icons/BreastReconstruction.js.map +0 -1
- package/components/Icons/BreastRemoval.js +0 -22
- package/components/Icons/BreastRemoval.js.map +0 -1
- package/components/Icons/Breasts.js +0 -10
- package/components/Icons/Breasts.js.map +0 -1
- package/components/Icons/BrokenHeart.js +0 -10
- package/components/Icons/BrokenHeart.js.map +0 -1
- package/components/Icons/BrokenPuzzle.js +0 -10
- package/components/Icons/BrokenPuzzle.js.map +0 -1
- package/components/Icons/Bus.js +0 -32
- package/components/Icons/Bus.js.map +0 -1
- package/components/Icons/Calendar.js +0 -37
- package/components/Icons/Calendar.js.map +0 -1
- package/components/Icons/CalendarChange.js +0 -37
- package/components/Icons/CalendarChange.js.map +0 -1
- package/components/Icons/CalendarCheck.js +0 -37
- package/components/Icons/CalendarCheck.js.map +0 -1
- package/components/Icons/CalendarEvent.js +0 -10
- package/components/Icons/CalendarEvent.js.map +0 -1
- package/components/Icons/CalendarSave.js +0 -13
- package/components/Icons/CalendarSave.js.map +0 -1
- package/components/Icons/Cancer.js +0 -24
- package/components/Icons/Cancer.js.map +0 -1
- package/components/Icons/Candle.js +0 -23
- package/components/Icons/Candle.js.map +0 -1
- package/components/Icons/Car.js +0 -10
- package/components/Icons/Car.js.map +0 -1
- package/components/Icons/Carton.js +0 -42
- package/components/Icons/Carton.js.map +0 -1
- package/components/Icons/Change.js +0 -46
- package/components/Icons/Change.js.map +0 -1
- package/components/Icons/Check.js +0 -13
- package/components/Icons/Check.js.map +0 -1
- package/components/Icons/CheckFill.js +0 -37
- package/components/Icons/CheckFill.js.map +0 -1
- package/components/Icons/CheckOutline.js +0 -22
- package/components/Icons/CheckOutline.js.map +0 -1
- package/components/Icons/Chest.js +0 -10
- package/components/Icons/Chest.js.map +0 -1
- package/components/Icons/ChevronDown.js +0 -13
- package/components/Icons/ChevronDown.js.map +0 -1
- package/components/Icons/ChevronLeft.js +0 -13
- package/components/Icons/ChevronLeft.js.map +0 -1
- package/components/Icons/ChevronRight.js +0 -13
- package/components/Icons/ChevronRight.js.map +0 -1
- package/components/Icons/ChevronUp.js +0 -13
- package/components/Icons/ChevronUp.js.map +0 -1
- package/components/Icons/ChevronsDown.js +0 -37
- package/components/Icons/ChevronsDown.js.map +0 -1
- package/components/Icons/ChevronsUp.js +0 -37
- package/components/Icons/ChevronsUp.js.map +0 -1
- package/components/Icons/ChildPlaying.js +0 -16
- package/components/Icons/ChildPlaying.js.map +0 -1
- package/components/Icons/Cigarette.js +0 -10
- package/components/Icons/Cigarette.js.map +0 -1
- package/components/Icons/Coins.js +0 -22
- package/components/Icons/Coins.js.map +0 -1
- package/components/Icons/Contacts.js +0 -13
- package/components/Icons/Contacts.js.map +0 -1
- package/components/Icons/Copy.js +0 -24
- package/components/Icons/Copy.js.map +0 -1
- package/components/Icons/CoronaCertificate.js +0 -22
- package/components/Icons/CoronaCertificate.js.map +0 -1
- package/components/Icons/Coronavirus.js +0 -10
- package/components/Icons/Coronavirus.js.map +0 -1
- package/components/Icons/Cough.js +0 -10
- package/components/Icons/Cough.js.map +0 -1
- package/components/Icons/CreditCard.js +0 -48
- package/components/Icons/CreditCard.js.map +0 -1
- package/components/Icons/CriticalHealthInfo.js +0 -10
- package/components/Icons/CriticalHealthInfo.js.map +0 -1
- package/components/Icons/Cross.js +0 -10
- package/components/Icons/Cross.js.map +0 -1
- package/components/Icons/DataExchange.js +0 -22
- package/components/Icons/DataExchange.js.map +0 -1
- package/components/Icons/DataReceived.js +0 -22
- package/components/Icons/DataReceived.js.map +0 -1
- package/components/Icons/DataSent.js +0 -22
- package/components/Icons/DataSent.js.map +0 -1
- package/components/Icons/Depression.js +0 -10
- package/components/Icons/Depression.js.map +0 -1
- package/components/Icons/DigestiveSystem.js +0 -16
- package/components/Icons/DigestiveSystem.js.map +0 -1
- package/components/Icons/Dizzy.js +0 -10
- package/components/Icons/Dizzy.js.map +0 -1
- package/components/Icons/Documents.js +0 -10
- package/components/Icons/Documents.js.map +0 -1
- package/components/Icons/Dog.js +0 -10
- package/components/Icons/Dog.js.map +0 -1
- package/components/Icons/DonorCard.js +0 -10
- package/components/Icons/DonorCard.js.map +0 -1
- package/components/Icons/DotActive.js +0 -16
- package/components/Icons/DotActive.js.map +0 -1
- package/components/Icons/DotAlert.js +0 -30
- package/components/Icons/DotAlert.js.map +0 -1
- package/components/Icons/DotCancelled.js +0 -30
- package/components/Icons/DotCancelled.js.map +0 -1
- package/components/Icons/DotHalfDisc.js +0 -30
- package/components/Icons/DotHalfDisc.js.map +0 -1
- package/components/Icons/DotInactive.js +0 -30
- package/components/Icons/DotInactive.js.map +0 -1
- package/components/Icons/DotInfo.js +0 -38
- package/components/Icons/DotInfo.js.map +0 -1
- package/components/Icons/DotLookingGlass.js +0 -30
- package/components/Icons/DotLookingGlass.js.map +0 -1
- package/components/Icons/DotPending.js +0 -16
- package/components/Icons/DotPending.js.map +0 -1
- package/components/Icons/DotQuestionMark.js +0 -30
- package/components/Icons/DotQuestionMark.js.map +0 -1
- package/components/Icons/DotSuccess.js +0 -30
- package/components/Icons/DotSuccess.js.map +0 -1
- package/components/Icons/DotTransparent.js +0 -30
- package/components/Icons/DotTransparent.js.map +0 -1
- package/components/Icons/DotWarningTriangle.js +0 -30
- package/components/Icons/DotWarningTriangle.js.map +0 -1
- package/components/Icons/Download.js +0 -37
- package/components/Icons/Download.js.map +0 -1
- package/components/Icons/Draft.js +0 -10
- package/components/Icons/Draft.js.map +0 -1
- package/components/Icons/Drag.js +0 -11
- package/components/Icons/Drag.js.map +0 -1
- package/components/Icons/EChat.js +0 -13
- package/components/Icons/EChat.js.map +0 -1
- package/components/Icons/Ear.js +0 -17
- package/components/Icons/Ear.js.map +0 -1
- package/components/Icons/EarDeaf.js +0 -11
- package/components/Icons/EarDeaf.js.map +0 -1
- package/components/Icons/EarHearingAid.js +0 -14
- package/components/Icons/EarHearingAid.js.map +0 -1
- package/components/Icons/EarNoseThroat.js +0 -18
- package/components/Icons/EarNoseThroat.js.map +0 -1
- package/components/Icons/EarVolume.js +0 -26
- package/components/Icons/EarVolume.js.map +0 -1
- package/components/Icons/Edit.js +0 -31
- package/components/Icons/Edit.js.map +0 -1
- package/components/Icons/ElderlyPerson.js +0 -10
- package/components/Icons/ElderlyPerson.js.map +0 -1
- package/components/Icons/Embolization.js +0 -22
- package/components/Icons/Embolization.js.map +0 -1
- package/components/Icons/EmergencyCall.js +0 -25
- package/components/Icons/EmergencyCall.js.map +0 -1
- package/components/Icons/EmoticonAnnoyed.js +0 -24
- package/components/Icons/EmoticonAnnoyed.js.map +0 -1
- package/components/Icons/EmoticonDelighted.js +0 -17
- package/components/Icons/EmoticonDelighted.js.map +0 -1
- package/components/Icons/EmoticonDisappointed.js +0 -17
- package/components/Icons/EmoticonDisappointed.js.map +0 -1
- package/components/Icons/EmoticonHappy.js +0 -17
- package/components/Icons/EmoticonHappy.js.map +0 -1
- package/components/Icons/EmoticonMeh.js +0 -17
- package/components/Icons/EmoticonMeh.js.map +0 -1
- package/components/Icons/EmptyBox.js +0 -24
- package/components/Icons/EmptyBox.js.map +0 -1
- package/components/Icons/EnterFullScreen.js +0 -22
- package/components/Icons/EnterFullScreen.js.map +0 -1
- package/components/Icons/Envelope.js +0 -13
- package/components/Icons/Envelope.js.map +0 -1
- package/components/Icons/Epilepsy.js +0 -10
- package/components/Icons/Epilepsy.js.map +0 -1
- package/components/Icons/Eraser.js +0 -19
- package/components/Icons/Eraser.js.map +0 -1
- package/components/Icons/ErrorSignFill.js +0 -13
- package/components/Icons/ErrorSignFill.js.map +0 -1
- package/components/Icons/ErrorSignStroke.js +0 -13
- package/components/Icons/ErrorSignStroke.js.map +0 -1
- package/components/Icons/EuropeanHealthCard.js +0 -13
- package/components/Icons/EuropeanHealthCard.js.map +0 -1
- package/components/Icons/ExitFullScreen.js +0 -22
- package/components/Icons/ExitFullScreen.js.map +0 -1
- package/components/Icons/Eye.js +0 -37
- package/components/Icons/Eye.js.map +0 -1
- package/components/Icons/Facebook.js +0 -10
- package/components/Icons/Facebook.js.map +0 -1
- package/components/Icons/FallingLeaf.js +0 -31
- package/components/Icons/FallingLeaf.js.map +0 -1
- package/components/Icons/Feedback.js +0 -25
- package/components/Icons/Feedback.js.map +0 -1
- package/components/Icons/Female.js +0 -10
- package/components/Icons/Female.js.map +0 -1
- package/components/Icons/FemaleDoctor.js +0 -10
- package/components/Icons/FemaleDoctor.js.map +0 -1
- package/components/Icons/Ferry.js +0 -10
- package/components/Icons/Ferry.js.map +0 -1
- package/components/Icons/File.js +0 -37
- package/components/Icons/File.js.map +0 -1
- package/components/Icons/Filter.js +0 -32
- package/components/Icons/Filter.js.map +0 -1
- package/components/Icons/FingerBleed.js +0 -10
- package/components/Icons/FingerBleed.js.map +0 -1
- package/components/Icons/FirstAidKit.js +0 -10
- package/components/Icons/FirstAidKit.js.map +0 -1
- package/components/Icons/Fish.js +0 -44
- package/components/Icons/Fish.js.map +0 -1
- package/components/Icons/FloppyDisk.js +0 -22
- package/components/Icons/FloppyDisk.js.map +0 -1
- package/components/Icons/Football.js +0 -10
- package/components/Icons/Football.js.map +0 -1
- package/components/Icons/Form.js +0 -13
- package/components/Icons/Form.js.map +0 -1
- package/components/Icons/Forward.js +0 -19
- package/components/Icons/Forward.js.map +0 -1
- package/components/Icons/Gallery.js +0 -37
- package/components/Icons/Gallery.js.map +0 -1
- package/components/Icons/Garden.js +0 -10
- package/components/Icons/Garden.js.map +0 -1
- package/components/Icons/GasCan.js +0 -10
- package/components/Icons/GasCan.js.map +0 -1
- package/components/Icons/GenderIdentity.js +0 -22
- package/components/Icons/GenderIdentity.js.map +0 -1
- package/components/Icons/GlassWater.js +0 -22
- package/components/Icons/GlassWater.js.map +0 -1
- package/components/Icons/Glasses.js +0 -25
- package/components/Icons/Glasses.js.map +0 -1
- package/components/Icons/Globe.js +0 -13
- package/components/Icons/Globe.js.map +0 -1
- package/components/Icons/Grain.js +0 -22
- package/components/Icons/Grain.js.map +0 -1
- package/components/Icons/Graph.js +0 -29
- package/components/Icons/Graph.js.map +0 -1
- package/components/Icons/Group.js +0 -39
- package/components/Icons/Group.js.map +0 -1
- package/components/Icons/GroupTwins.js +0 -84
- package/components/Icons/GroupTwins.js.map +0 -1
- package/components/Icons/HTMLFile.js +0 -17
- package/components/Icons/HTMLFile.js.map +0 -1
- package/components/Icons/HandWaving.js +0 -10
- package/components/Icons/HandWaving.js.map +0 -1
- package/components/Icons/HandWithDisease.js +0 -10
- package/components/Icons/HandWithDisease.js.map +0 -1
- package/components/Icons/HandsAndHeart.js +0 -23
- package/components/Icons/HandsAndHeart.js.map +0 -1
- package/components/Icons/HealthClinic.js +0 -22
- package/components/Icons/HealthClinic.js.map +0 -1
- package/components/Icons/HealthMeasurements.js +0 -24
- package/components/Icons/HealthMeasurements.js.map +0 -1
- package/components/Icons/HealthWarning.js +0 -22
- package/components/Icons/HealthWarning.js.map +0 -1
- package/components/Icons/HealthcarePerson.js +0 -77
- package/components/Icons/HealthcarePerson.js.map +0 -1
- package/components/Icons/HealthcarePersonell.js +0 -100
- package/components/Icons/HealthcarePersonell.js.map +0 -1
- package/components/Icons/HearingProtection.js +0 -31
- package/components/Icons/HearingProtection.js.map +0 -1
- package/components/Icons/Heart.js +0 -13
- package/components/Icons/Heart.js.map +0 -1
- package/components/Icons/HeartHands.js +0 -76
- package/components/Icons/HeartHands.js.map +0 -1
- package/components/Icons/HelpSign.js +0 -13
- package/components/Icons/HelpSign.js.map +0 -1
- package/components/Icons/HelpingHand.js +0 -22
- package/components/Icons/HelpingHand.js.map +0 -1
- package/components/Icons/Hemodialysis.js +0 -22
- package/components/Icons/Hemodialysis.js.map +0 -1
- package/components/Icons/Hiker.js +0 -10
- package/components/Icons/Hiker.js.map +0 -1
- package/components/Icons/Hipprosthesis.js +0 -22
- package/components/Icons/Hipprosthesis.js.map +0 -1
- package/components/Icons/History.js +0 -13
- package/components/Icons/History.js.map +0 -1
- package/components/Icons/HivAndAids.js +0 -10
- package/components/Icons/HivAndAids.js.map +0 -1
- package/components/Icons/Home.js +0 -37
- package/components/Icons/Home.js.map +0 -1
- package/components/Icons/HomeFill.js +0 -41
- package/components/Icons/HomeFill.js.map +0 -1
- package/components/Icons/Hormone.js +0 -10
- package/components/Icons/Hormone.js.map +0 -1
- package/components/Icons/Hospital.js +0 -37
- package/components/Icons/Hospital.js.map +0 -1
- package/components/Icons/Hourglass.js +0 -37
- package/components/Icons/Hourglass.js.map +0 -1
- package/components/Icons/IconNames.js +0 -344
- package/components/Icons/IconNames.js.map +0 -1
- package/components/Icons/ImgFile.js +0 -22
- package/components/Icons/ImgFile.js.map +0 -1
- package/components/Icons/Inbox.js +0 -19
- package/components/Icons/Inbox.js.map +0 -1
- package/components/Icons/InfoSignFill.js +0 -13
- package/components/Icons/InfoSignFill.js.map +0 -1
- package/components/Icons/InfoSignStroke.js +0 -13
- package/components/Icons/InfoSignStroke.js.map +0 -1
- package/components/Icons/Instagram.js +0 -17
- package/components/Icons/Instagram.js.map +0 -1
- package/components/Icons/Intravenous.js +0 -22
- package/components/Icons/Intravenous.js.map +0 -1
- package/components/Icons/JointPain.js +0 -10
- package/components/Icons/JointPain.js.map +0 -1
- package/components/Icons/Journal.js +0 -13
- package/components/Icons/Journal.js.map +0 -1
- package/components/Icons/JpgFile.js +0 -22
- package/components/Icons/JpgFile.js.map +0 -1
- package/components/Icons/Kidney.js +0 -10
- package/components/Icons/Kidney.js.map +0 -1
- package/components/Icons/KitchenScale.js +0 -22
- package/components/Icons/KitchenScale.js.map +0 -1
- package/components/Icons/Kjernejournal.js +0 -10
- package/components/Icons/Kjernejournal.js.map +0 -1
- package/components/Icons/Laboratory.js +0 -22
- package/components/Icons/Laboratory.js.map +0 -1
- package/components/Icons/LaptopBlog.js +0 -10
- package/components/Icons/LaptopBlog.js.map +0 -1
- package/components/Icons/LawBook.js +0 -13
- package/components/Icons/LawBook.js.map +0 -1
- package/components/Icons/LegalDocument.js +0 -35
- package/components/Icons/LegalDocument.js.map +0 -1
- package/components/Icons/LightBulb.js +0 -10
- package/components/Icons/LightBulb.js.map +0 -1
- package/components/Icons/List.js +0 -37
- package/components/Icons/List.js.map +0 -1
- package/components/Icons/Location.js +0 -16
- package/components/Icons/Location.js.map +0 -1
- package/components/Icons/LocationFill.js +0 -41
- package/components/Icons/LocationFill.js.map +0 -1
- package/components/Icons/Lock.js +0 -25
- package/components/Icons/Lock.js.map +0 -1
- package/components/Icons/Login.js +0 -61
- package/components/Icons/Login.js.map +0 -1
- package/components/Icons/Logout.js +0 -53
- package/components/Icons/Logout.js.map +0 -1
- package/components/Icons/Lungs.js +0 -10
- package/components/Icons/Lungs.js.map +0 -1
- package/components/Icons/Makeup.js +0 -10
- package/components/Icons/Makeup.js.map +0 -1
- package/components/Icons/MaleDoctor.js +0 -10
- package/components/Icons/MaleDoctor.js.map +0 -1
- package/components/Icons/MaleDoctorAndPerson.js +0 -18
- package/components/Icons/MaleDoctorAndPerson.js.map +0 -1
- package/components/Icons/MaleDoctorCompact.js +0 -55
- package/components/Icons/MaleDoctorCompact.js.map +0 -1
- package/components/Icons/MaleDoctorCompactFill.js +0 -41
- package/components/Icons/MaleDoctorCompactFill.js.map +0 -1
- package/components/Icons/MaleGenitalia.js +0 -10
- package/components/Icons/MaleGenitalia.js.map +0 -1
- package/components/Icons/Medicine.js +0 -37
- package/components/Icons/Medicine.js.map +0 -1
- package/components/Icons/MedicineWarning.js +0 -22
- package/components/Icons/MedicineWarning.js.map +0 -1
- package/components/Icons/MentalHealthAdult.js +0 -16
- package/components/Icons/MentalHealthAdult.js.map +0 -1
- package/components/Icons/MentalHealthChild.js +0 -16
- package/components/Icons/MentalHealthChild.js.map +0 -1
- package/components/Icons/Menu.js +0 -13
- package/components/Icons/Menu.js.map +0 -1
- package/components/Icons/Microscope.js +0 -22
- package/components/Icons/Microscope.js.map +0 -1
- package/components/Icons/Minus.js +0 -13
- package/components/Icons/Minus.js.map +0 -1
- package/components/Icons/Mirror.js +0 -10
- package/components/Icons/Mirror.js.map +0 -1
- package/components/Icons/MobilePhone.js +0 -13
- package/components/Icons/MobilePhone.js.map +0 -1
- package/components/Icons/MotherHoldingBaby.js +0 -10
- package/components/Icons/MotherHoldingBaby.js.map +0 -1
- package/components/Icons/MuscleBack.js +0 -18
- package/components/Icons/MuscleBack.js.map +0 -1
- package/components/Icons/MuscleLeg.js +0 -16
- package/components/Icons/MuscleLeg.js.map +0 -1
- package/components/Icons/Mushroom.js +0 -10
- package/components/Icons/Mushroom.js.map +0 -1
- package/components/Icons/Music.js +0 -22
- package/components/Icons/Music.js.map +0 -1
- package/components/Icons/MusselsAndSalt.js +0 -10
- package/components/Icons/MusselsAndSalt.js.map +0 -1
- package/components/Icons/NoAccess.js +0 -59
- package/components/Icons/NoAccess.js.map +0 -1
- package/components/Icons/NoEye.js +0 -39
- package/components/Icons/NoEye.js.map +0 -1
- package/components/Icons/NoFilter.js +0 -19
- package/components/Icons/NoFilter.js.map +0 -1
- package/components/Icons/Notepad.js +0 -10
- package/components/Icons/Notepad.js.map +0 -1
- package/components/Icons/Osteotomy.js +0 -22
- package/components/Icons/Osteotomy.js.map +0 -1
- package/components/Icons/PaintRoller.js +0 -10
- package/components/Icons/PaintRoller.js.map +0 -1
- package/components/Icons/PaperPlane.js +0 -13
- package/components/Icons/PaperPlane.js.map +0 -1
- package/components/Icons/PatientAndPerson.js +0 -10
- package/components/Icons/PatientAndPerson.js.map +0 -1
- package/components/Icons/Pause.js +0 -13
- package/components/Icons/Pause.js.map +0 -1
- package/components/Icons/PdfFile.js +0 -22
- package/components/Icons/PdfFile.js.map +0 -1
- package/components/Icons/Pencil.js +0 -29
- package/components/Icons/Pencil.js.map +0 -1
- package/components/Icons/PeopleTalking.js +0 -22
- package/components/Icons/PeopleTalking.js.map +0 -1
- package/components/Icons/Peritonealdialysis.js +0 -22
- package/components/Icons/Peritonealdialysis.js.map +0 -1
- package/components/Icons/Person.js +0 -10
- package/components/Icons/Person.js.map +0 -1
- package/components/Icons/PersonAndPatient.js +0 -10
- package/components/Icons/PersonAndPatient.js.map +0 -1
- package/components/Icons/PersonCancel.js +0 -73
- package/components/Icons/PersonCancel.js.map +0 -1
- package/components/Icons/PersonInXRayMachine.js +0 -22
- package/components/Icons/PersonInXRayMachine.js.map +0 -1
- package/components/Icons/PersonOverweight.js +0 -10
- package/components/Icons/PersonOverweight.js.map +0 -1
- package/components/Icons/PersonRelaxing.js +0 -16
- package/components/Icons/PersonRelaxing.js.map +0 -1
- package/components/Icons/PersonWithBrain.js +0 -13
- package/components/Icons/PersonWithBrain.js.map +0 -1
- package/components/Icons/PersonWithBrokenArm.js +0 -10
- package/components/Icons/PersonWithBrokenArm.js.map +0 -1
- package/components/Icons/PersonWithCrutches.js +0 -10
- package/components/Icons/PersonWithCrutches.js.map +0 -1
- package/components/Icons/PersonWithJaw.js +0 -16
- package/components/Icons/PersonWithJaw.js.map +0 -1
- package/components/Icons/PersonWithMagnifyingGlass.js +0 -16
- package/components/Icons/PersonWithMagnifyingGlass.js.map +0 -1
- package/components/Icons/PersonWithSenses.js +0 -22
- package/components/Icons/PersonWithSenses.js.map +0 -1
- package/components/Icons/PersonWorking.js +0 -16
- package/components/Icons/PersonWorking.js.map +0 -1
- package/components/Icons/PersonalPlan.js +0 -41
- package/components/Icons/PersonalPlan.js.map +0 -1
- package/components/Icons/PizzaSlice.js +0 -16
- package/components/Icons/PizzaSlice.js.map +0 -1
- package/components/Icons/Plane.js +0 -10
- package/components/Icons/Plane.js.map +0 -1
- package/components/Icons/Plant.js +0 -10
- package/components/Icons/Plant.js.map +0 -1
- package/components/Icons/PlateKnifeFork.js +0 -40
- package/components/Icons/PlateKnifeFork.js.map +0 -1
- package/components/Icons/Play.js +0 -13
- package/components/Icons/Play.js.map +0 -1
- package/components/Icons/PlusLarge.js +0 -13
- package/components/Icons/PlusLarge.js.map +0 -1
- package/components/Icons/PlusSmall.js +0 -13
- package/components/Icons/PlusSmall.js.map +0 -1
- package/components/Icons/PngFile.js +0 -22
- package/components/Icons/PngFile.js.map +0 -1
- package/components/Icons/Podcast.js +0 -22
- package/components/Icons/Podcast.js.map +0 -1
- package/components/Icons/PoisonInformation.js +0 -16
- package/components/Icons/PoisonInformation.js.map +0 -1
- package/components/Icons/Pregnant.js +0 -10
- package/components/Icons/Pregnant.js.map +0 -1
- package/components/Icons/Printer.js +0 -37
- package/components/Icons/Printer.js.map +0 -1
- package/components/Icons/Psychosis.js +0 -10
- package/components/Icons/Psychosis.js.map +0 -1
- package/components/Icons/Publication.js +0 -22
- package/components/Icons/Publication.js.map +0 -1
- package/components/Icons/Puzzle.js +0 -13
- package/components/Icons/Puzzle.js.map +0 -1
- package/components/Icons/QrCode.js +0 -37
- package/components/Icons/QrCode.js.map +0 -1
- package/components/Icons/Quarrel.js +0 -22
- package/components/Icons/Quarrel.js.map +0 -1
- package/components/Icons/RadioTherapy.js +0 -22
- package/components/Icons/RadioTherapy.js.map +0 -1
- package/components/Icons/RadioactiveTreatment.js +0 -22
- package/components/Icons/RadioactiveTreatment.js.map +0 -1
- package/components/Icons/Radioiodine.js +0 -22
- package/components/Icons/Radioiodine.js.map +0 -1
- package/components/Icons/Receipt.js +0 -10
- package/components/Icons/Receipt.js.map +0 -1
- package/components/Icons/Receptionist.js +0 -13
- package/components/Icons/Receptionist.js.map +0 -1
- package/components/Icons/Recovery.js +0 -22
- package/components/Icons/Recovery.js.map +0 -1
- package/components/Icons/Referral.js +0 -13
- package/components/Icons/Referral.js.map +0 -1
- package/components/Icons/Refresh.js +0 -13
- package/components/Icons/Refresh.js.map +0 -1
- package/components/Icons/Refund.js +0 -10
- package/components/Icons/Refund.js.map +0 -1
- package/components/Icons/Reminder.js +0 -30
- package/components/Icons/Reminder.js.map +0 -1
- package/components/Icons/Reply.js +0 -19
- package/components/Icons/Reply.js.map +0 -1
- package/components/Icons/Rocket.js +0 -10
- package/components/Icons/Rocket.js.map +0 -1
- package/components/Icons/RtfFile.js +0 -22
- package/components/Icons/RtfFile.js.map +0 -1
- package/components/Icons/STDs.js +0 -22
- package/components/Icons/STDs.js.map +0 -1
- package/components/Icons/Save.js +0 -21
- package/components/Icons/Save.js.map +0 -1
- package/components/Icons/Scale.js +0 -10
- package/components/Icons/Scale.js.map +0 -1
- package/components/Icons/ScreenReader.js +0 -49
- package/components/Icons/ScreenReader.js.map +0 -1
- package/components/Icons/Search.js +0 -13
- package/components/Icons/Search.js.map +0 -1
- package/components/Icons/SectionSign.js +0 -37
- package/components/Icons/SectionSign.js.map +0 -1
- package/components/Icons/Settings.js +0 -41
- package/components/Icons/Settings.js.map +0 -1
- package/components/Icons/SettingsFill.js +0 -41
- package/components/Icons/SettingsFill.js.map +0 -1
- package/components/Icons/Sexualorientation.js +0 -22
- package/components/Icons/Sexualorientation.js.map +0 -1
- package/components/Icons/ShakingHand.js +0 -16
- package/components/Icons/ShakingHand.js.map +0 -1
- package/components/Icons/Share.js +0 -19
- package/components/Icons/Share.js.map +0 -1
- package/components/Icons/SharedHealthData.js +0 -24
- package/components/Icons/SharedHealthData.js.map +0 -1
- package/components/Icons/SharedHealthMeasurements.js +0 -24
- package/components/Icons/SharedHealthMeasurements.js.map +0 -1
- package/components/Icons/Shield.js +0 -22
- package/components/Icons/Shield.js.map +0 -1
- package/components/Icons/ShuntOperation.js +0 -22
- package/components/Icons/ShuntOperation.js.map +0 -1
- package/components/Icons/Skeleton.js +0 -10
- package/components/Icons/Skeleton.js.map +0 -1
- package/components/Icons/Skin.js +0 -10
- package/components/Icons/Skin.js.map +0 -1
- package/components/Icons/Snake.js +0 -10
- package/components/Icons/Snake.js.map +0 -1
- package/components/Icons/Snapchat.js +0 -13
- package/components/Icons/Snapchat.js.map +0 -1
- package/components/Icons/SortDown.js +0 -30
- package/components/Icons/SortDown.js.map +0 -1
- package/components/Icons/SortUp.js +0 -30
- package/components/Icons/SortUp.js.map +0 -1
- package/components/Icons/SpeechBubble.js +0 -37
- package/components/Icons/SpeechBubble.js.map +0 -1
- package/components/Icons/Spray.js +0 -10
- package/components/Icons/Spray.js.map +0 -1
- package/components/Icons/StickyNote.js +0 -24
- package/components/Icons/StickyNote.js.map +0 -1
- package/components/Icons/StickyNotes.js +0 -24
- package/components/Icons/StickyNotes.js.map +0 -1
- package/components/Icons/Stopwatch.js +0 -37
- package/components/Icons/Stopwatch.js.map +0 -1
- package/components/Icons/Sun.js +0 -33
- package/components/Icons/Sun.js.map +0 -1
- package/components/Icons/SupportingPerson.js +0 -51
- package/components/Icons/SupportingPerson.js.map +0 -1
- package/components/Icons/Surgery.js +0 -22
- package/components/Icons/Surgery.js.map +0 -1
- package/components/Icons/Sweets.js +0 -42
- package/components/Icons/Sweets.js.map +0 -1
- package/components/Icons/Syringe.js +0 -24
- package/components/Icons/Syringe.js.map +0 -1
- package/components/Icons/Taxi.js +0 -10
- package/components/Icons/Taxi.js.map +0 -1
- package/components/Icons/TeddyBear.js +0 -10
- package/components/Icons/TeddyBear.js.map +0 -1
- package/components/Icons/Teenagers.js +0 -22
- package/components/Icons/Teenagers.js.map +0 -1
- package/components/Icons/ThinkingAboutBaby.js +0 -10
- package/components/Icons/ThinkingAboutBaby.js.map +0 -1
- package/components/Icons/Ticket.js +0 -10
- package/components/Icons/Ticket.js.map +0 -1
- package/components/Icons/TimePassing.js +0 -37
- package/components/Icons/TimePassing.js.map +0 -1
- package/components/Icons/Toddler.js +0 -10
- package/components/Icons/Toddler.js.map +0 -1
- package/components/Icons/Tombstone.js +0 -29
- package/components/Icons/Tombstone.js.map +0 -1
- package/components/Icons/Toolbox.js +0 -55
- package/components/Icons/Toolbox.js.map +0 -1
- package/components/Icons/Tooth.js +0 -10
- package/components/Icons/Tooth.js.map +0 -1
- package/components/Icons/TotalKneeProsthesis.js +0 -22
- package/components/Icons/TotalKneeProsthesis.js.map +0 -1
- package/components/Icons/Train.js +0 -10
- package/components/Icons/Train.js.map +0 -1
- package/components/Icons/Transplantation.js +0 -22
- package/components/Icons/Transplantation.js.map +0 -1
- package/components/Icons/TrashCan.js +0 -37
- package/components/Icons/TrashCan.js.map +0 -1
- package/components/Icons/TravelRoute.js +0 -60
- package/components/Icons/TravelRoute.js.map +0 -1
- package/components/Icons/TreatmentAids.js +0 -41
- package/components/Icons/TreatmentAids.js.map +0 -1
- package/components/Icons/TriangleX.js +0 -41
- package/components/Icons/TriangleX.js.map +0 -1
- package/components/Icons/Twitter.js +0 -10
- package/components/Icons/Twitter.js.map +0 -1
- package/components/Icons/Undo.js +0 -51
- package/components/Icons/Undo.js.map +0 -1
- package/components/Icons/UniProsthesis.js +0 -22
- package/components/Icons/UniProsthesis.js.map +0 -1
- package/components/Icons/Upload.js +0 -19
- package/components/Icons/Upload.js.map +0 -1
- package/components/Icons/UserOrganization.js +0 -10
- package/components/Icons/UserOrganization.js.map +0 -1
- package/components/Icons/Vaccine.js +0 -37
- package/components/Icons/Vaccine.js.map +0 -1
- package/components/Icons/VerticalDots.js +0 -13
- package/components/Icons/VerticalDots.js.map +0 -1
- package/components/Icons/VideoCamera.js +0 -37
- package/components/Icons/VideoCamera.js.map +0 -1
- package/components/Icons/VideoChat.js +0 -13
- package/components/Icons/VideoChat.js.map +0 -1
- package/components/Icons/Wallet.js +0 -13
- package/components/Icons/Wallet.js.map +0 -1
- package/components/Icons/Watch.js +0 -37
- package/components/Icons/Watch.js.map +0 -1
- package/components/Icons/Website.js +0 -22
- package/components/Icons/Website.js.map +0 -1
- package/components/Icons/Wheelchair.js +0 -22
- package/components/Icons/Wheelchair.js.map +0 -1
- package/components/Icons/WheelchairActive.js +0 -22
- package/components/Icons/WheelchairActive.js.map +0 -1
- package/components/Icons/Window.js +0 -10
- package/components/Icons/Window.js.map +0 -1
- package/components/Icons/WordDocument.js +0 -16
- package/components/Icons/WordDocument.js.map +0 -1
- package/components/Icons/WorkSuitcase.js +0 -16
- package/components/Icons/WorkSuitcase.js.map +0 -1
- package/components/Icons/X.js +0 -15
- package/components/Icons/X.js.map +0 -1
- package/components/Icons/XOutline.js +0 -22
- package/components/Icons/XOutline.js.map +0 -1
- package/components/Icons/XmlFile.js +0 -22
- package/components/Icons/XmlFile.js.map +0 -1
- package/components/Icons/YouTube.js +0 -10
- package/components/Icons/YouTube.js.map +0 -1
- package/components/Icons/Zoom.js +0 -37
- package/components/Icons/Zoom.js.map +0 -1
- package/components/Illustration/index.js +0 -8
- package/components/Illustration/index.js.map +0 -1
- package/components/Illustrations/BabyMobile.js +0 -11
- package/components/Illustrations/BabyMobile.js.map +0 -1
- package/components/Illustrations/BabyMobileMedium.js +0 -424
- package/components/Illustrations/BabyMobileMedium.js.map +0 -1
- package/components/Illustrations/Child.js +0 -11
- package/components/Illustrations/Child.js.map +0 -1
- package/components/Illustrations/ChildMedium.js +0 -185
- package/components/Illustrations/ChildMedium.js.map +0 -1
- package/components/Illustrations/Doctor.js +0 -13
- package/components/Illustrations/Doctor.js.map +0 -1
- package/components/Illustrations/DoctorMedium.js +0 -72
- package/components/Illustrations/DoctorMedium.js.map +0 -1
- package/components/Illustrations/DoctorSmall.js +0 -70
- package/components/Illustrations/DoctorSmall.js.map +0 -1
- package/components/Illustrations/FacialRecognitionFingerprint.js +0 -11
- package/components/Illustrations/FacialRecognitionFingerprint.js.map +0 -1
- package/components/Illustrations/FacialRecognitionFingerprintMedium.js +0 -318
- package/components/Illustrations/FacialRecognitionFingerprintMedium.js.map +0 -1
- package/components/Illustrations/GiveBabyFood.js +0 -11
- package/components/Illustrations/GiveBabyFood.js.map +0 -1
- package/components/Illustrations/GiveBabyFoodMedium.js +0 -377
- package/components/Illustrations/GiveBabyFoodMedium.js.map +0 -1
- package/components/Illustrations/HealthcarePersonnel.js +0 -13
- package/components/Illustrations/HealthcarePersonnel.js.map +0 -1
- package/components/Illustrations/HealthcarePersonnelMedium.js +0 -229
- package/components/Illustrations/HealthcarePersonnelMedium.js.map +0 -1
- package/components/Illustrations/HealthcarePersonnelSmall.js +0 -212
- package/components/Illustrations/HealthcarePersonnelSmall.js.map +0 -1
- package/components/Illustrations/IllustrationNames.js +0 -27
- package/components/Illustrations/IllustrationNames.js.map +0 -1
- package/components/Illustrations/ReadLetters.js +0 -11
- package/components/Illustrations/ReadLetters.js.map +0 -1
- package/components/Illustrations/ReadLettersMedium.js +0 -110
- package/components/Illustrations/ReadLettersMedium.js.map +0 -1
- package/components/Illustrations/Stroller.js +0 -11
- package/components/Illustrations/Stroller.js.map +0 -1
- package/components/Illustrations/StrollerMedium.js +0 -236
- package/components/Illustrations/StrollerMedium.js.map +0 -1
- package/components/Illustrations/Support2.js +0 -11
- package/components/Illustrations/Support2.js.map +0 -1
- package/components/Illustrations/Support2Medium.js +0 -232
- package/components/Illustrations/Support2Medium.js.map +0 -1
- package/components/InfoTeaser/index.js +0 -5
- package/components/InfoTeaser/index.js.map +0 -1
- package/components/Input/index.js +0 -7
- package/components/Input/index.js.map +0 -1
- package/components/Label/Label.d.ts +0 -46
- package/components/Label/index.js +0 -10
- package/components/Label/index.js.map +0 -1
- package/components/Label/styles.module.scss +0 -69
- package/components/LazyIcon/index.js +0 -8
- package/components/LazyIcon/index.js.map +0 -1
- package/components/LazyIllustration/index.js +0 -8
- package/components/LazyIllustration/index.js.map +0 -1
- package/components/LinkList/index.js +0 -8
- package/components/LinkList/index.js.map +0 -1
- package/components/LinkList/styles.module.scss +0 -320
- package/components/LinkList/styles.module.scss.d.ts +0 -50
- package/components/List/index.js +0 -5
- package/components/List/index.js.map +0 -1
- package/components/ListEditMode/index.js +0 -9
- package/components/ListEditMode/index.js.map +0 -1
- package/components/ListEditMode/styles.module.scss +0 -79
- package/components/Loader/index.js +0 -97
- package/components/Loader/index.js.map +0 -1
- package/components/Logo/index.js +0 -47
- package/components/Logo/index.js.map +0 -1
- package/components/Modal/Modal.d.ts +0 -62
- package/components/Modal/index.js +0 -209
- package/components/Modal/index.js.map +0 -1
- package/components/Modal/styles.module.scss +0 -297
- package/components/Modal/styles.module.scss.d.ts +0 -42
- package/components/NotificationPanel/index.js +0 -110
- package/components/NotificationPanel/index.js.map +0 -1
- package/components/NotificationPanel/styles.module.scss +0 -193
- package/components/Panel/Panel.d.ts +0 -78
- package/components/Panel/PanelTitle/index.js +0 -5
- package/components/Panel/PanelTitle/index.js.map +0 -1
- package/components/Panel/index.js +0 -15
- package/components/Panel/index.js.map +0 -1
- package/components/PanelList/index.js +0 -29
- package/components/PanelList/index.js.map +0 -1
- package/components/PopMenu/PopMenu.d.ts +0 -41
- package/components/PopMenu/index.js +0 -121
- package/components/PopMenu/index.js.map +0 -1
- package/components/PopMenu/styles.module.scss +0 -145
- package/components/PopMenu/styles.module.scss.d.ts +0 -14
- package/components/PopOver/index.js +0 -7
- package/components/PopOver/index.js.map +0 -1
- package/components/Portal/index.js +0 -25
- package/components/Portal/index.js.map +0 -1
- package/components/Progressbar/index.js +0 -131
- package/components/Progressbar/index.js.map +0 -1
- package/components/PromoPanel/index.js +0 -79
- package/components/PromoPanel/index.js.map +0 -1
- package/components/RadioButton/index.js +0 -8
- package/components/RadioButton/index.js.map +0 -1
- package/components/RadioButton/styles.module.scss +0 -467
- package/components/RadioButton/styles.module.scss.d.ts +0 -34
- package/components/Select/index.js +0 -6
- package/components/Select/index.js.map +0 -1
- package/components/ServiceMessage/index.js +0 -126
- package/components/ServiceMessage/index.js.map +0 -1
- package/components/SharingStatus/index.js +0 -22
- package/components/SharingStatus/index.js.map +0 -1
- package/components/Slider/index.js +0 -6
- package/components/Slider/index.js.map +0 -1
- package/components/Spacer/index.js +0 -5
- package/components/Spacer/index.js.map +0 -1
- package/components/StatusDot/index.js +0 -8
- package/components/StatusDot/index.js.map +0 -1
- package/components/StatusDot/styles.module.scss +0 -104
- package/components/Step/index.js +0 -37
- package/components/Step/index.js.map +0 -1
- package/components/StepButtons/index.js +0 -6
- package/components/StepButtons/index.js.map +0 -1
- package/components/Stepper/index.js +0 -86
- package/components/Stepper/index.js.map +0 -1
- package/components/StickyNote/index.js +0 -197
- package/components/StickyNote/index.js.map +0 -1
- package/components/Table/TableBody/index.js +0 -6
- package/components/Table/TableBody/index.js.map +0 -1
- package/components/Table/TableCell/index.js +0 -8
- package/components/Table/TableCell/index.js.map +0 -1
- package/components/Table/TableExpandedRow/index.js +0 -6
- package/components/Table/TableExpandedRow/index.js.map +0 -1
- package/components/Table/TableExpanderCell/index.js +0 -6
- package/components/Table/TableExpanderCell/index.js.map +0 -1
- package/components/Table/TableHead/index.js +0 -8
- package/components/Table/TableHead/index.js.map +0 -1
- package/components/Table/TableHeadCell/index.js +0 -8
- package/components/Table/TableHeadCell/index.js.map +0 -1
- package/components/Table/TableRow/index.js +0 -6
- package/components/Table/TableRow/index.js.map +0 -1
- package/components/Table/index.js +0 -28
- package/components/Table/index.js.map +0 -1
- package/components/Tabs/TabList/index.js +0 -5
- package/components/Tabs/TabList/index.js.map +0 -1
- package/components/Tabs/TabPanel/index.js +0 -5
- package/components/Tabs/TabPanel/index.js.map +0 -1
- package/components/Tabs/index.js +0 -108
- package/components/Tabs/index.js.map +0 -1
- package/components/Tag/index.js +0 -36
- package/components/Tag/index.js.map +0 -1
- package/components/TagList/index.js +0 -11
- package/components/TagList/index.js.map +0 -1
- package/components/Textarea/index.js +0 -5
- package/components/Textarea/index.js.map +0 -1
- package/components/Tile/index.js +0 -83
- package/components/Tile/index.js.map +0 -1
- package/components/Title/index.js +0 -8
- package/components/Title/index.js.map +0 -1
- package/components/Toggle/index.js +0 -154
- package/components/Toggle/index.js.map +0 -1
- package/components/Toggle/styles.module.scss +0 -152
- package/components/Validation/index.js +0 -85
- package/components/Validation/index.js.map +0 -1
- package/constants.d.ts +0 -138
- package/constants.js +0 -130
- package/constants.js.map +0 -1
- package/designsystem-react.css +0 -239
- package/floating-ui.react.js +0 -4306
- package/floating-ui.react.js.map +0 -1
- package/hoc/withBreakpoint/index.js +0 -6
- package/hoc/withBreakpoint/index.js.map +0 -1
- package/hoc/withBreakpoint/withBreakpoint.js +0 -14
- package/hoc/withBreakpoint/withBreakpoint.js.map +0 -1
- package/hooks/useBreakpoint.js +0 -56
- package/hooks/useBreakpoint.js.map +0 -1
- package/hooks/useElementList.js +0 -24
- package/hooks/useElementList.js.map +0 -1
- package/hooks/useEventListenerState.js +0 -14
- package/hooks/useEventListenerState.js.map +0 -1
- package/hooks/useExpand.js +0 -21
- package/hooks/useExpand.js.map +0 -1
- package/hooks/useFocusToggle.js +0 -31
- package/hooks/useFocusToggle.js.map +0 -1
- package/hooks/useFocusTrap.js +0 -33
- package/hooks/useFocusTrap.js.map +0 -1
- package/hooks/useFocusableElements.js +0 -21
- package/hooks/useFocusableElements.js.map +0 -1
- package/hooks/useIcons.js +0 -23
- package/hooks/useIcons.js.map +0 -1
- package/hooks/useIdWithFallback.js +0 -9
- package/hooks/useIdWithFallback.js.map +0 -1
- package/hooks/useIntersectionObserver.js +0 -20
- package/hooks/useIntersectionObserver.js.map +0 -1
- package/hooks/useInterval.js +0 -13
- package/hooks/useInterval.js.map +0 -1
- package/hooks/useIsMobileBreakpoint.js +0 -10
- package/hooks/useIsMobileBreakpoint.js.map +0 -1
- package/hooks/useIsServerSide.js +0 -12
- package/hooks/useIsServerSide.js.map +0 -1
- package/hooks/useIsVisible.js +0 -14
- package/hooks/useIsVisible.js.map +0 -1
- package/hooks/useKeyboardEvent.js +0 -24
- package/hooks/useKeyboardEvent.js.map +0 -1
- package/hooks/useLayoutEvent.js +0 -18
- package/hooks/useLayoutEvent.js.map +0 -1
- package/hooks/useOutsideEvent.js +0 -19
- package/hooks/useOutsideEvent.js.map +0 -1
- package/hooks/usePrevious.js +0 -12
- package/hooks/usePrevious.js.map +0 -1
- package/hooks/usePseudoClasses.js +0 -44
- package/hooks/usePseudoClasses.js.map +0 -1
- package/hooks/useResizeObserver.js +0 -31
- package/hooks/useResizeObserver.js.map +0 -1
- package/hooks/useReturnFocusOnUnmount.js +0 -21
- package/hooks/useReturnFocusOnUnmount.js.map +0 -1
- package/hooks/useRovingFocus.js +0 -57
- package/hooks/useRovingFocus.js.map +0 -1
- package/hooks/useSize.js +0 -47
- package/hooks/useSize.js.map +0 -1
- package/hooks/useToggle.js +0 -24
- package/hooks/useToggle.js.map +0 -1
- package/hooks/usestopPropagation.js +0 -18
- package/hooks/usestopPropagation.js.map +0 -1
- package/index.js +0 -43
- package/index.js.map +0 -1
- package/resources/HN.Designsystem.FormFieldTag.nb-NO.json.d.ts +0 -8
- package/theme/currys/color.js +0 -16
- package/theme/currys/color.js.map +0 -1
- package/theme/currys/index.js +0 -9
- package/theme/currys/index.js.map +0 -1
- package/theme/currys/spacing.js +0 -42
- package/theme/currys/spacing.js.map +0 -1
- package/theme/grid.js +0 -27
- package/theme/grid.js.map +0 -1
- package/theme/index.js +0 -14
- package/theme/index.js.map +0 -1
- package/theme/palette.js +0 -86
- package/theme/palette.js.map +0 -1
- package/theme/spacers.js +0 -22
- package/theme/spacers.js.map +0 -1
- package/utils/accessibility.js +0 -40
- package/utils/accessibility.js.map +0 -1
- package/utils/component.js +0 -16
- package/utils/component.js.map +0 -1
- package/utils/debounce.js +0 -19
- package/utils/debounce.js.map +0 -1
- package/utils/deepContains.js +0 -19
- package/utils/deepContains.js.map +0 -1
- package/utils/device.js +0 -7
- package/utils/device.js.map +0 -1
- package/utils/environment.js +0 -13
- package/utils/environment.js.map +0 -1
- package/utils/focus.js +0 -14
- package/utils/focus.js.map +0 -1
- package/utils/language.js +0 -25
- package/utils/language.js.map +0 -1
- package/utils/loremtext.js +0 -10
- package/utils/loremtext.js.map +0 -1
- package/utils/mobile.js +0 -17
- package/utils/mobile.js.map +0 -1
- package/utils/refs.js +0 -19
- package/utils/refs.js.map +0 -1
- package/utils/scroll.js +0 -11
- package/utils/scroll.js.map +0 -1
- package/utils/uuid.js +0 -7
- package/utils/uuid.js.map +0 -1
- package/utils/viewport.js +0 -8
- package/utils/viewport.js.map +0 -1
- package/utils.js +0 -13
- package/utils.js.map +0 -1
- package/uuid.js +0 -20
- package/uuid.js.map +0 -1
- /package/{__mocks__ → lib/__mocks__}/IntersectionObserver.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/MutationObserver.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/ResizeObserver.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/matchMedia.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/useLayoutEvent.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/useOutsideEvent.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/usePseudoClasses.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/useSize.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/uuid.d.ts +0 -0
- /package/{components → lib/components}/AnchorLink/AnchorLink.d.ts +0 -0
- /package/{components → lib/components}/AnchorLink/AnchorLink.test.d.ts +0 -0
- /package/{components → lib/components}/AnchorLink/index.d.ts +0 -0
- /package/{components → lib/components}/AnchorLink/styles.module.scss +0 -0
- /package/{components → lib/components}/AnchorLink/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ArticleTeaser/ArticleTeaser.d.ts +0 -0
- /package/{components → lib/components}/ArticleTeaser/ArticleTeaser.test.d.ts +0 -0
- /package/{components → lib/components}/ArticleTeaser/index.d.ts +0 -0
- /package/{components → lib/components}/ArticleTeaser/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/ArticleTeaser/styles.module.scss.d.ts +0 -0
- /package/{components/Avatar/Avatar.test.d.ts → lib/components/AsChildSlot/AsChildSlot.test.d.ts} +0 -0
- /package/{components → lib/components}/Avatar/Avatar.d.ts +0 -0
- /package/{components/Badge/Badge.test.d.ts → lib/components/Avatar/Avatar.test.d.ts} +0 -0
- /package/{components → lib/components}/Avatar/index.d.ts +0 -0
- /package/{components → lib/components}/Avatar/styles.module.scss +0 -0
- /package/{components → lib/components}/Avatar/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Badge/Badge.d.ts +0 -0
- /package/{components/Button/Button.test.d.ts → lib/components/Badge/Badge.test.d.ts} +0 -0
- /package/{components → lib/components}/Badge/NotificationBadge.d.ts +0 -0
- /package/{components → lib/components}/Badge/index.d.ts +0 -0
- /package/{components → lib/components}/Badge/styles.module.scss +0 -0
- /package/{components → lib/components}/Badge/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Button/Button.d.ts +0 -0
- /package/{components/Checkbox/Checkbox.test.d.ts → lib/components/Button/Button.test.d.ts} +0 -0
- /package/{components → lib/components}/Button/index.d.ts +0 -0
- /package/{components → lib/components}/Button/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Checkbox/Checkbox.d.ts +0 -0
- /package/{components/Chip/Chip.test.d.ts → lib/components/Checkbox/Checkbox.test.d.ts} +0 -0
- /package/{components → lib/components}/Checkbox/index.d.ts +0 -0
- /package/{components → lib/components}/Checkbox/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Chip/Chip.d.ts +0 -0
- /package/{components/Close/Close.test.d.ts → lib/components/Chip/Chip.test.d.ts} +0 -0
- /package/{components → lib/components}/Chip/index.d.ts +0 -0
- /package/{components → lib/components}/Chip/styles.module.scss +0 -0
- /package/{components → lib/components}/Chip/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Close/Close.d.ts +0 -0
- /package/{components/DictionaryTrigger/DictionaryTrigger.test.d.ts → lib/components/Close/Close.test.d.ts} +0 -0
- /package/{components → lib/components}/Close/index.d.ts +0 -0
- /package/{components → lib/components}/Close/styles.module.scss +0 -0
- /package/{components → lib/components}/Close/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/DictionaryTrigger/DictionaryTrigger.d.ts +0 -0
- /package/{components/Drawer/Drawer.test.d.ts → lib/components/DictionaryTrigger/DictionaryTrigger.test.d.ts} +0 -0
- /package/{components → lib/components}/DictionaryTrigger/index.d.ts +0 -0
- /package/{components → lib/components}/DictionaryTrigger/styles.module.scss +0 -0
- /package/{components → lib/components}/DictionaryTrigger/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Drawer/Drawer.d.ts +0 -0
- /package/{components/Duolist/Duolist.test.d.ts → lib/components/Drawer/Drawer.test.d.ts} +0 -0
- /package/{components → lib/components}/Drawer/index.d.ts +0 -0
- /package/{components → lib/components}/Drawer/resourceHelper.d.ts +0 -0
- /package/{components/EmptyState/EmptyState.test.d.ts → lib/components/Dropdown/Dropdown.test.d.ts} +0 -0
- /package/{components/ErrorWrapper/ErrorWrapper.test.d.ts → lib/components/Dropdown/SingleSelect/SingleSelect.test.d.ts} +0 -0
- /package/{components → lib/components}/Dropdown/index.d.ts +0 -0
- /package/{components → lib/components}/Dropdown/resourceHelper.d.ts +0 -0
- /package/{components/Dropdown/Dropdown.test.d.ts → lib/components/DropdownOld/DropdownOld.test.d.ts} +0 -0
- /package/{components/Dropdown → lib/components/DropdownOld}/styles.module.scss +0 -0
- /package/{components/Dropdown → lib/components/DropdownOld}/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Duolist/Duolist.d.ts +0 -0
- /package/{components/Expander/Expander.test.d.ts → lib/components/Duolist/Duolist.test.d.ts} +0 -0
- /package/{components → lib/components}/Duolist/index.d.ts +0 -0
- /package/{components → lib/components}/Duolist/styles.module.scss +0 -0
- /package/{components → lib/components}/Duolist/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/ElementHeader.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/ElementHeaderText/ElementHeaderText.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/ElementHeaderText/index.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/StatusDotList/StatusDotList.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/StatusDotList/index.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/StatusDotList/styles.module.scss +0 -0
- /package/{components → lib/components}/ElementHeader/StatusDotList/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/index.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/EmptyState/EmptyBoxBeeMedium.d.ts +0 -0
- /package/{components → lib/components}/EmptyState/EmptyBoxBeeSmall.d.ts +0 -0
- /package/{components → lib/components}/EmptyState/EmptyState.d.ts +0 -0
- /package/{components/ExpanderHierarchy/ExpanderHierarchy.test.d.ts → lib/components/EmptyState/EmptyState.test.d.ts} +0 -0
- /package/{components → lib/components}/EmptyState/index.d.ts +0 -0
- /package/{components → lib/components}/EmptyState/styles.module.scss +0 -0
- /package/{components → lib/components}/EmptyState/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ErrorWrapper/ErrorWrapper.d.ts +0 -0
- /package/{components/EyebrowHeader/EyebrowHeader.test.d.ts → lib/components/ErrorWrapper/ErrorWrapper.test.d.ts} +0 -0
- /package/{components → lib/components}/ErrorWrapper/index.d.ts +0 -0
- /package/{components → lib/components}/ErrorWrapper/styles.module.scss +0 -0
- /package/{components → lib/components}/ErrorWrapper/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Expander/Expander.d.ts +0 -0
- /package/{components/FavoriteButton/FavoriteButton.test.d.ts → lib/components/Expander/Expander.test.d.ts} +0 -0
- /package/{components → lib/components}/Expander/index.d.ts +0 -0
- /package/{components → lib/components}/Expander/styles.module.scss +0 -0
- /package/{components → lib/components}/Expander/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/Expander.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/ExpanderButton.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/ExpanderHierarchy.d.ts +0 -0
- /package/{components/FormFieldTag/FormFieldTag.test.d.ts → lib/components/ExpanderHierarchy/ExpanderHierarchy.test.d.ts} +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/expander.module.scss +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/expander.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/index.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/styles.module.scss +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/utils.d.ts +0 -0
- /package/{components → lib/components}/ExpanderList/ExpanderList.d.ts +0 -0
- /package/{components → lib/components}/ExpanderList/ExpanderList.test.d.ts +0 -0
- /package/{components → lib/components}/ExpanderList/index.d.ts +0 -0
- /package/{components → lib/components}/ExpanderList/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/EyebrowHeader/EyebrowHeader.d.ts +0 -0
- /package/{components/FormGroup/FormGroup.test.d.ts → lib/components/EyebrowHeader/EyebrowHeader.test.d.ts} +0 -0
- /package/{components → lib/components}/EyebrowHeader/index.d.ts +0 -0
- /package/{components → lib/components}/EyebrowHeader/styles.module.scss +0 -0
- /package/{components → lib/components}/EyebrowHeader/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/FavoriteButton/FavoriteButton.d.ts +0 -0
- /package/{components/FormLayout/FormLayout.test.d.ts → lib/components/FavoriteButton/FavoriteButton.test.d.ts} +0 -0
- /package/{components → lib/components}/FavoriteButton/StarIcon.d.ts +0 -0
- /package/{components → lib/components}/FavoriteButton/index.d.ts +0 -0
- /package/{components → lib/components}/FavoriteButton/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/FavoriteButton/stories.module.scss +0 -0
- /package/{components → lib/components}/FavoriteButton/stories.module.scss.d.ts +0 -0
- /package/{components → lib/components}/FavoriteButton/styles.module.scss +0 -0
- /package/{components → lib/components}/FavoriteButton/styles.module.scss.d.ts +0 -0
- /package/{components/HelpBubble/HelpBubble.test.d.ts → lib/components/FormFieldTag/FormFieldTag.test.d.ts} +0 -0
- /package/{components → lib/components}/FormFieldTag/index.d.ts +0 -0
- /package/{components → lib/components}/FormFieldTag/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/FormFieldTag/styles.module.scss +0 -0
- /package/{components → lib/components}/FormFieldTag/styles.module.scss.d.ts +0 -0
- /package/{components/HelpDetails/HelpDetails.test.d.ts → lib/components/FormGroup/FormGroup.test.d.ts} +0 -0
- /package/{components → lib/components}/FormGroup/formGroup.module.scss +0 -0
- /package/{components → lib/components}/FormGroup/formGroup.module.scss.d.ts +0 -0
- /package/{components → lib/components}/FormGroup/index.d.ts +0 -0
- /package/{components → lib/components}/FormGroup/styles.module.scss +0 -0
- /package/{components → lib/components}/FormGroup/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/FormLayout/FormLayout.d.ts +0 -0
- /package/{components/HelpDrawer/HelpDrawer.test.d.ts → lib/components/FormLayout/FormLayout.test.d.ts} +0 -0
- /package/{components → lib/components}/FormLayout/index.d.ts +0 -0
- /package/{components → lib/components}/FormLayout/styles.module.scss +0 -0
- /package/{components → lib/components}/FormLayout/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpBubble/HelpBubble.d.ts +0 -0
- /package/{components/HelpExpanderInline/HelpExpanderInline.test.d.ts → lib/components/HelpBubble/HelpBubble.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpBubble/index.d.ts +0 -0
- /package/{components → lib/components}/HelpBubble/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/HelpBubble/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpBubble/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpDetails/HelpDetails.d.ts +0 -0
- /package/{components/HelpExpanderStandalone/HelpExpanderStandalone.test.d.ts → lib/components/HelpDetails/HelpDetails.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpDetails/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpDetails/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpDrawer/HelpDrawer.d.ts +0 -0
- /package/{components/HelpPanel/HelpPanel.test.d.ts → lib/components/HelpDrawer/HelpDrawer.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpDrawer/index.d.ts +0 -0
- /package/{components → lib/components}/HelpDrawer/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/HelpDrawer/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpDrawer/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpExpanderInline/HelpExpanderInline.d.ts +0 -0
- /package/{components/HelpTeaser/HelpTeaser.test.d.ts → lib/components/HelpExpanderInline/HelpExpanderInline.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpExpanderInline/index.d.ts +0 -0
- /package/{components → lib/components}/HelpExpanderStandalone/HelpExpanderStandalone.d.ts +0 -0
- /package/{components/HelpTooltip/HelpTooltip.test.d.ts → lib/components/HelpExpanderStandalone/HelpExpanderStandalone.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpExpanderStandalone/index.d.ts +0 -0
- /package/{components → lib/components}/HelpExpanderStandalone/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpExpanderStandalone/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpPanel/HelpPanel.d.ts +0 -0
- /package/{components/HelpTriggerIcon/HelpTriggerIcon.test.d.ts → lib/components/HelpPanel/HelpPanel.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpPanel/index.d.ts +0 -0
- /package/{components → lib/components}/HelpPanel/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpPanel/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpTeaser/HelpTeaser.d.ts +0 -0
- /package/{components/HelpTriggerInline/HelpTriggerInline.test.d.ts → lib/components/HelpTeaser/HelpTeaser.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpTeaser/index.d.ts +0 -0
- /package/{components → lib/components}/HelpTeaser/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpTeaser/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpTooltip/HelpTooltip.d.ts +0 -0
- /package/{components/HelpTriggerStandalone/HelpTriggerStandalone.test.d.ts → lib/components/HelpTooltip/HelpTooltip.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpTooltip/index.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerIcon/HelpSign.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerIcon/HelpTriggerIcon.d.ts +0 -0
- /package/{components/HighlightPanel/HighlightPanel.test.d.ts → lib/components/HelpTriggerIcon/HelpTriggerIcon.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpTriggerIcon/index.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerIcon/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpTriggerIcon/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerInline/HelpTriggerInline.d.ts +0 -0
- /package/{components/Highlighter/Highlighter.test.d.ts → lib/components/HelpTriggerInline/HelpTriggerInline.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpTriggerInline/index.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerInline/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpTriggerInline/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerStandalone/HelpTriggerStandalone.d.ts +0 -0
- /package/{components/HorizontalScroll/HorizontalScroll.test.d.ts → lib/components/HelpTriggerStandalone/HelpTriggerStandalone.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpTriggerStandalone/index.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerStandalone/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpTriggerStandalone/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HighlightPanel/HighlightPanel.d.ts +0 -0
- /package/{components/Icon/Icon.test.d.ts → lib/components/HighlightPanel/HighlightPanel.test.d.ts} +0 -0
- /package/{components → lib/components}/HighlightPanel/index.d.ts +0 -0
- /package/{components → lib/components}/HighlightPanel/styles.module.scss +0 -0
- /package/{components → lib/components}/HighlightPanel/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Highlighter/Highlighter.d.ts +0 -0
- /package/{components/Illustration/Illustration.test.d.ts → lib/components/Highlighter/Highlighter.test.d.ts} +0 -0
- /package/{components → lib/components}/Highlighter/index.d.ts +0 -0
- /package/{components → lib/components}/Highlighter/styles.module.scss +0 -0
- /package/{components → lib/components}/Highlighter/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HorizontalScroll/HorizontalScroll.d.ts +0 -0
- /package/{components/InfoTeaser/InfoTeaser.test.d.ts → lib/components/HorizontalScroll/HorizontalScroll.test.d.ts} +0 -0
- /package/{components → lib/components}/HorizontalScroll/index.d.ts +0 -0
- /package/{components → lib/components}/HorizontalScroll/styles.module.scss +0 -0
- /package/{components → lib/components}/HorizontalScroll/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Icon/Icon.d.ts +0 -0
- /package/{components/Input/Input.test.d.ts → lib/components/Icon/Icon.test.d.ts} +0 -0
- /package/{components → lib/components}/Icon/index.d.ts +0 -0
- /package/{components → lib/components}/Icons/ActiveMonitoring.d.ts +0 -0
- /package/{components → lib/components}/Icons/AcupunctureBack.d.ts +0 -0
- /package/{components → lib/components}/Icons/AdditionalIconInformation.d.ts +0 -0
- /package/{components → lib/components}/Icons/AlarmClock.d.ts +0 -0
- /package/{components → lib/components}/Icons/AlertSignFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/AlertSignStroke.d.ts +0 -0
- /package/{components → lib/components}/Icons/Amputation.d.ts +0 -0
- /package/{components → lib/components}/Icons/Anxiety.d.ts +0 -0
- /package/{components → lib/components}/Icons/Apple.d.ts +0 -0
- /package/{components → lib/components}/Icons/Archive.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArmFlexing.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArrowDown.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArrowLeft.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArrowRight.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArrowUp.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArrowUpRight.d.ts +0 -0
- /package/{components → lib/components}/Icons/Attachment.d.ts +0 -0
- /package/{components → lib/components}/Icons/Atv.d.ts +0 -0
- /package/{components → lib/components}/Icons/Avatar.d.ts +0 -0
- /package/{components → lib/components}/Icons/AwakePersonOnPillow.d.ts +0 -0
- /package/{components → lib/components}/Icons/Baby.d.ts +0 -0
- /package/{components → lib/components}/Icons/BandAid.d.ts +0 -0
- /package/{components → lib/components}/Icons/BeerAndPills.d.ts +0 -0
- /package/{components → lib/components}/Icons/Bell.d.ts +0 -0
- /package/{components → lib/components}/Icons/Bike.d.ts +0 -0
- /package/{components → lib/components}/Icons/BirthControl.d.ts +0 -0
- /package/{components → lib/components}/Icons/BirthdayCake.d.ts +0 -0
- /package/{components → lib/components}/Icons/Boat.d.ts +0 -0
- /package/{components → lib/components}/Icons/Body.d.ts +0 -0
- /package/{components → lib/components}/Icons/Braille.d.ts +0 -0
- /package/{components → lib/components}/Icons/Brain.d.ts +0 -0
- /package/{components → lib/components}/Icons/BreastReconstruction.d.ts +0 -0
- /package/{components → lib/components}/Icons/BreastRemoval.d.ts +0 -0
- /package/{components → lib/components}/Icons/Breasts.d.ts +0 -0
- /package/{components → lib/components}/Icons/BrokenHeart.d.ts +0 -0
- /package/{components → lib/components}/Icons/BrokenPuzzle.d.ts +0 -0
- /package/{components → lib/components}/Icons/Bus.d.ts +0 -0
- /package/{components → lib/components}/Icons/Calendar.d.ts +0 -0
- /package/{components → lib/components}/Icons/CalendarChange.d.ts +0 -0
- /package/{components → lib/components}/Icons/CalendarCheck.d.ts +0 -0
- /package/{components → lib/components}/Icons/CalendarEvent.d.ts +0 -0
- /package/{components → lib/components}/Icons/CalendarSave.d.ts +0 -0
- /package/{components → lib/components}/Icons/Cancer.d.ts +0 -0
- /package/{components → lib/components}/Icons/Candle.d.ts +0 -0
- /package/{components → lib/components}/Icons/Car.d.ts +0 -0
- /package/{components → lib/components}/Icons/Carton.d.ts +0 -0
- /package/{components → lib/components}/Icons/Change.d.ts +0 -0
- /package/{components → lib/components}/Icons/Check.d.ts +0 -0
- /package/{components → lib/components}/Icons/CheckFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/CheckOutline.d.ts +0 -0
- /package/{components → lib/components}/Icons/Chest.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronDown.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronLeft.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronRight.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronUp.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronsDown.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronsUp.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChildPlaying.d.ts +0 -0
- /package/{components → lib/components}/Icons/Cigarette.d.ts +0 -0
- /package/{components → lib/components}/Icons/Coins.d.ts +0 -0
- /package/{components → lib/components}/Icons/Contacts.d.ts +0 -0
- /package/{components → lib/components}/Icons/Copy.d.ts +0 -0
- /package/{components → lib/components}/Icons/CoronaCertificate.d.ts +0 -0
- /package/{components → lib/components}/Icons/Coronavirus.d.ts +0 -0
- /package/{components → lib/components}/Icons/Cough.d.ts +0 -0
- /package/{components → lib/components}/Icons/CreditCard.d.ts +0 -0
- /package/{components → lib/components}/Icons/CriticalHealthInfo.d.ts +0 -0
- /package/{components → lib/components}/Icons/Cross.d.ts +0 -0
- /package/{components → lib/components}/Icons/DataExchange.d.ts +0 -0
- /package/{components → lib/components}/Icons/DataReceived.d.ts +0 -0
- /package/{components → lib/components}/Icons/DataSent.d.ts +0 -0
- /package/{components → lib/components}/Icons/Depression.d.ts +0 -0
- /package/{components → lib/components}/Icons/DigestiveSystem.d.ts +0 -0
- /package/{components → lib/components}/Icons/Dizzy.d.ts +0 -0
- /package/{components → lib/components}/Icons/Documents.d.ts +0 -0
- /package/{components → lib/components}/Icons/Dog.d.ts +0 -0
- /package/{components → lib/components}/Icons/DonorCard.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotActive.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotAlert.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotCancelled.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotHalfDisc.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotInactive.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotInfo.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotLookingGlass.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotPending.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotQuestionMark.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotSuccess.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotTransparent.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotWarningTriangle.d.ts +0 -0
- /package/{components → lib/components}/Icons/Download.d.ts +0 -0
- /package/{components → lib/components}/Icons/Draft.d.ts +0 -0
- /package/{components → lib/components}/Icons/Drag.d.ts +0 -0
- /package/{components → lib/components}/Icons/EChat.d.ts +0 -0
- /package/{components → lib/components}/Icons/Ear.d.ts +0 -0
- /package/{components → lib/components}/Icons/EarDeaf.d.ts +0 -0
- /package/{components → lib/components}/Icons/EarHearingAid.d.ts +0 -0
- /package/{components → lib/components}/Icons/EarNoseThroat.d.ts +0 -0
- /package/{components → lib/components}/Icons/EarVolume.d.ts +0 -0
- /package/{components → lib/components}/Icons/Edit.d.ts +0 -0
- /package/{components → lib/components}/Icons/ElderlyPerson.d.ts +0 -0
- /package/{components → lib/components}/Icons/Embolization.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmergencyCall.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmoticonAnnoyed.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmoticonDelighted.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmoticonDisappointed.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmoticonHappy.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmoticonMeh.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmptyBox.d.ts +0 -0
- /package/{components → lib/components}/Icons/EnterFullScreen.d.ts +0 -0
- /package/{components → lib/components}/Icons/Envelope.d.ts +0 -0
- /package/{components → lib/components}/Icons/Epilepsy.d.ts +0 -0
- /package/{components → lib/components}/Icons/Eraser.d.ts +0 -0
- /package/{components → lib/components}/Icons/ErrorSignFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/ErrorSignStroke.d.ts +0 -0
- /package/{components → lib/components}/Icons/EuropeanHealthCard.d.ts +0 -0
- /package/{components → lib/components}/Icons/ExitFullScreen.d.ts +0 -0
- /package/{components → lib/components}/Icons/Eye.d.ts +0 -0
- /package/{components → lib/components}/Icons/Facebook.d.ts +0 -0
- /package/{components → lib/components}/Icons/FallingLeaf.d.ts +0 -0
- /package/{components → lib/components}/Icons/Feedback.d.ts +0 -0
- /package/{components → lib/components}/Icons/Female.d.ts +0 -0
- /package/{components → lib/components}/Icons/FemaleDoctor.d.ts +0 -0
- /package/{components → lib/components}/Icons/Ferry.d.ts +0 -0
- /package/{components → lib/components}/Icons/File.d.ts +0 -0
- /package/{components → lib/components}/Icons/Filter.d.ts +0 -0
- /package/{components → lib/components}/Icons/FingerBleed.d.ts +0 -0
- /package/{components → lib/components}/Icons/FirstAidKit.d.ts +0 -0
- /package/{components → lib/components}/Icons/Fish.d.ts +0 -0
- /package/{components → lib/components}/Icons/FloppyDisk.d.ts +0 -0
- /package/{components → lib/components}/Icons/Football.d.ts +0 -0
- /package/{components → lib/components}/Icons/Form.d.ts +0 -0
- /package/{components → lib/components}/Icons/Forward.d.ts +0 -0
- /package/{components → lib/components}/Icons/Gallery.d.ts +0 -0
- /package/{components → lib/components}/Icons/Garden.d.ts +0 -0
- /package/{components → lib/components}/Icons/GasCan.d.ts +0 -0
- /package/{components → lib/components}/Icons/GenderIdentity.d.ts +0 -0
- /package/{components → lib/components}/Icons/GlassWater.d.ts +0 -0
- /package/{components → lib/components}/Icons/Glasses.d.ts +0 -0
- /package/{components → lib/components}/Icons/Globe.d.ts +0 -0
- /package/{components → lib/components}/Icons/Grain.d.ts +0 -0
- /package/{components → lib/components}/Icons/Graph.d.ts +0 -0
- /package/{components → lib/components}/Icons/Group.d.ts +0 -0
- /package/{components → lib/components}/Icons/GroupTwins.d.ts +0 -0
- /package/{components → lib/components}/Icons/HTMLFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/HandWaving.d.ts +0 -0
- /package/{components → lib/components}/Icons/HandWithDisease.d.ts +0 -0
- /package/{components → lib/components}/Icons/HandsAndHeart.d.ts +0 -0
- /package/{components → lib/components}/Icons/HealthClinic.d.ts +0 -0
- /package/{components → lib/components}/Icons/HealthMeasurements.d.ts +0 -0
- /package/{components → lib/components}/Icons/HealthWarning.d.ts +0 -0
- /package/{components → lib/components}/Icons/HealthcarePerson.d.ts +0 -0
- /package/{components → lib/components}/Icons/HealthcarePersonell.d.ts +0 -0
- /package/{components → lib/components}/Icons/HearingProtection.d.ts +0 -0
- /package/{components → lib/components}/Icons/Heart.d.ts +0 -0
- /package/{components → lib/components}/Icons/HeartHands.d.ts +0 -0
- /package/{components → lib/components}/Icons/HelpSign.d.ts +0 -0
- /package/{components → lib/components}/Icons/HelpingHand.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hemodialysis.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hiker.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hipprosthesis.d.ts +0 -0
- /package/{components → lib/components}/Icons/History.d.ts +0 -0
- /package/{components → lib/components}/Icons/HivAndAids.d.ts +0 -0
- /package/{components → lib/components}/Icons/Home.d.ts +0 -0
- /package/{components → lib/components}/Icons/HomeFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hormone.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hospital.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hourglass.d.ts +0 -0
- /package/{components → lib/components}/Icons/IconNames.d.ts +0 -0
- /package/{components → lib/components}/Icons/ImgFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/Inbox.d.ts +0 -0
- /package/{components → lib/components}/Icons/InfoSignFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/InfoSignStroke.d.ts +0 -0
- /package/{components → lib/components}/Icons/Instagram.d.ts +0 -0
- /package/{components → lib/components}/Icons/Intravenous.d.ts +0 -0
- /package/{components → lib/components}/Icons/JointPain.d.ts +0 -0
- /package/{components → lib/components}/Icons/Journal.d.ts +0 -0
- /package/{components → lib/components}/Icons/JpgFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/Kidney.d.ts +0 -0
- /package/{components → lib/components}/Icons/KitchenScale.d.ts +0 -0
- /package/{components → lib/components}/Icons/Kjernejournal.d.ts +0 -0
- /package/{components → lib/components}/Icons/Laboratory.d.ts +0 -0
- /package/{components → lib/components}/Icons/LaptopBlog.d.ts +0 -0
- /package/{components → lib/components}/Icons/LawBook.d.ts +0 -0
- /package/{components → lib/components}/Icons/LegalDocument.d.ts +0 -0
- /package/{components → lib/components}/Icons/LightBulb.d.ts +0 -0
- /package/{components → lib/components}/Icons/List.d.ts +0 -0
- /package/{components → lib/components}/Icons/Location.d.ts +0 -0
- /package/{components → lib/components}/Icons/LocationFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/Lock.d.ts +0 -0
- /package/{components → lib/components}/Icons/Login.d.ts +0 -0
- /package/{components → lib/components}/Icons/Logout.d.ts +0 -0
- /package/{components → lib/components}/Icons/Lungs.d.ts +0 -0
- /package/{components → lib/components}/Icons/Makeup.d.ts +0 -0
- /package/{components → lib/components}/Icons/MaleDoctor.d.ts +0 -0
- /package/{components → lib/components}/Icons/MaleDoctorAndPerson.d.ts +0 -0
- /package/{components → lib/components}/Icons/MaleDoctorCompact.d.ts +0 -0
- /package/{components → lib/components}/Icons/MaleDoctorCompactFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/MaleGenitalia.d.ts +0 -0
- /package/{components → lib/components}/Icons/Medicine.d.ts +0 -0
- /package/{components → lib/components}/Icons/MedicineWarning.d.ts +0 -0
- /package/{components → lib/components}/Icons/MentalHealthAdult.d.ts +0 -0
- /package/{components → lib/components}/Icons/MentalHealthChild.d.ts +0 -0
- /package/{components → lib/components}/Icons/Menu.d.ts +0 -0
- /package/{components → lib/components}/Icons/Microscope.d.ts +0 -0
- /package/{components → lib/components}/Icons/Minus.d.ts +0 -0
- /package/{components → lib/components}/Icons/Mirror.d.ts +0 -0
- /package/{components → lib/components}/Icons/MobilePhone.d.ts +0 -0
- /package/{components → lib/components}/Icons/MotherHoldingBaby.d.ts +0 -0
- /package/{components → lib/components}/Icons/MuscleBack.d.ts +0 -0
- /package/{components → lib/components}/Icons/MuscleLeg.d.ts +0 -0
- /package/{components → lib/components}/Icons/Mushroom.d.ts +0 -0
- /package/{components → lib/components}/Icons/Music.d.ts +0 -0
- /package/{components → lib/components}/Icons/MusselsAndSalt.d.ts +0 -0
- /package/{components → lib/components}/Icons/NoAccess.d.ts +0 -0
- /package/{components → lib/components}/Icons/NoEye.d.ts +0 -0
- /package/{components → lib/components}/Icons/NoFilter.d.ts +0 -0
- /package/{components → lib/components}/Icons/Notepad.d.ts +0 -0
- /package/{components → lib/components}/Icons/Osteotomy.d.ts +0 -0
- /package/{components → lib/components}/Icons/PaintRoller.d.ts +0 -0
- /package/{components → lib/components}/Icons/PaperPlane.d.ts +0 -0
- /package/{components → lib/components}/Icons/PatientAndPerson.d.ts +0 -0
- /package/{components → lib/components}/Icons/Pause.d.ts +0 -0
- /package/{components → lib/components}/Icons/PdfFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/Pencil.d.ts +0 -0
- /package/{components → lib/components}/Icons/PeopleTalking.d.ts +0 -0
- /package/{components → lib/components}/Icons/Peritonealdialysis.d.ts +0 -0
- /package/{components → lib/components}/Icons/Person.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonAndPatient.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonCancel.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonInXRayMachine.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonOverweight.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonRelaxing.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithBrain.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithBrokenArm.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithCrutches.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithJaw.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithMagnifyingGlass.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithSenses.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWorking.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonalPlan.d.ts +0 -0
- /package/{components → lib/components}/Icons/PizzaSlice.d.ts +0 -0
- /package/{components → lib/components}/Icons/Plane.d.ts +0 -0
- /package/{components → lib/components}/Icons/Plant.d.ts +0 -0
- /package/{components → lib/components}/Icons/PlateKnifeFork.d.ts +0 -0
- /package/{components → lib/components}/Icons/Play.d.ts +0 -0
- /package/{components → lib/components}/Icons/PlusLarge.d.ts +0 -0
- /package/{components → lib/components}/Icons/PlusSmall.d.ts +0 -0
- /package/{components → lib/components}/Icons/PngFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/Podcast.d.ts +0 -0
- /package/{components → lib/components}/Icons/PoisonInformation.d.ts +0 -0
- /package/{components → lib/components}/Icons/Pregnant.d.ts +0 -0
- /package/{components → lib/components}/Icons/Printer.d.ts +0 -0
- /package/{components → lib/components}/Icons/Psychosis.d.ts +0 -0
- /package/{components → lib/components}/Icons/Publication.d.ts +0 -0
- /package/{components → lib/components}/Icons/Puzzle.d.ts +0 -0
- /package/{components → lib/components}/Icons/QrCode.d.ts +0 -0
- /package/{components → lib/components}/Icons/Quarrel.d.ts +0 -0
- /package/{components → lib/components}/Icons/RadioTherapy.d.ts +0 -0
- /package/{components → lib/components}/Icons/RadioactiveTreatment.d.ts +0 -0
- /package/{components → lib/components}/Icons/Radioiodine.d.ts +0 -0
- /package/{components → lib/components}/Icons/Receipt.d.ts +0 -0
- /package/{components → lib/components}/Icons/Receptionist.d.ts +0 -0
- /package/{components → lib/components}/Icons/Recovery.d.ts +0 -0
- /package/{components → lib/components}/Icons/Referral.d.ts +0 -0
- /package/{components → lib/components}/Icons/Refresh.d.ts +0 -0
- /package/{components → lib/components}/Icons/Refund.d.ts +0 -0
- /package/{components → lib/components}/Icons/Reminder.d.ts +0 -0
- /package/{components → lib/components}/Icons/Reply.d.ts +0 -0
- /package/{components → lib/components}/Icons/Rocket.d.ts +0 -0
- /package/{components → lib/components}/Icons/RtfFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/STDs.d.ts +0 -0
- /package/{components → lib/components}/Icons/Save.d.ts +0 -0
- /package/{components → lib/components}/Icons/Scale.d.ts +0 -0
- /package/{components → lib/components}/Icons/ScreenReader.d.ts +0 -0
- /package/{components → lib/components}/Icons/Search.d.ts +0 -0
- /package/{components → lib/components}/Icons/SectionSign.d.ts +0 -0
- /package/{components → lib/components}/Icons/Settings.d.ts +0 -0
- /package/{components → lib/components}/Icons/SettingsFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/Sexualorientation.d.ts +0 -0
- /package/{components → lib/components}/Icons/ShakingHand.d.ts +0 -0
- /package/{components → lib/components}/Icons/Share.d.ts +0 -0
- /package/{components → lib/components}/Icons/SharedHealthData.d.ts +0 -0
- /package/{components → lib/components}/Icons/SharedHealthMeasurements.d.ts +0 -0
- /package/{components → lib/components}/Icons/Shield.d.ts +0 -0
- /package/{components → lib/components}/Icons/ShuntOperation.d.ts +0 -0
- /package/{components → lib/components}/Icons/Skeleton.d.ts +0 -0
- /package/{components → lib/components}/Icons/Skin.d.ts +0 -0
- /package/{components → lib/components}/Icons/Snake.d.ts +0 -0
- /package/{components → lib/components}/Icons/Snapchat.d.ts +0 -0
- /package/{components → lib/components}/Icons/SortDown.d.ts +0 -0
- /package/{components → lib/components}/Icons/SortUp.d.ts +0 -0
- /package/{components → lib/components}/Icons/SpeechBubble.d.ts +0 -0
- /package/{components → lib/components}/Icons/Spray.d.ts +0 -0
- /package/{components → lib/components}/Icons/StickyNote.d.ts +0 -0
- /package/{components → lib/components}/Icons/StickyNotes.d.ts +0 -0
- /package/{components → lib/components}/Icons/Stopwatch.d.ts +0 -0
- /package/{components → lib/components}/Icons/Sun.d.ts +0 -0
- /package/{components → lib/components}/Icons/SupportingPerson.d.ts +0 -0
- /package/{components → lib/components}/Icons/Surgery.d.ts +0 -0
- /package/{components → lib/components}/Icons/Sweets.d.ts +0 -0
- /package/{components → lib/components}/Icons/Syringe.d.ts +0 -0
- /package/{components → lib/components}/Icons/Taxi.d.ts +0 -0
- /package/{components → lib/components}/Icons/TeddyBear.d.ts +0 -0
- /package/{components → lib/components}/Icons/Teenagers.d.ts +0 -0
- /package/{components → lib/components}/Icons/ThinkingAboutBaby.d.ts +0 -0
- /package/{components → lib/components}/Icons/Ticket.d.ts +0 -0
- /package/{components → lib/components}/Icons/TimePassing.d.ts +0 -0
- /package/{components → lib/components}/Icons/Toddler.d.ts +0 -0
- /package/{components → lib/components}/Icons/Tombstone.d.ts +0 -0
- /package/{components → lib/components}/Icons/Toolbox.d.ts +0 -0
- /package/{components → lib/components}/Icons/Tooth.d.ts +0 -0
- /package/{components → lib/components}/Icons/TotalKneeProsthesis.d.ts +0 -0
- /package/{components → lib/components}/Icons/Train.d.ts +0 -0
- /package/{components → lib/components}/Icons/Transplantation.d.ts +0 -0
- /package/{components → lib/components}/Icons/TrashCan.d.ts +0 -0
- /package/{components → lib/components}/Icons/TravelRoute.d.ts +0 -0
- /package/{components → lib/components}/Icons/TreatmentAids.d.ts +0 -0
- /package/{components → lib/components}/Icons/TriangleX.d.ts +0 -0
- /package/{components → lib/components}/Icons/Twitter.d.ts +0 -0
- /package/{components → lib/components}/Icons/Undo.d.ts +0 -0
- /package/{components → lib/components}/Icons/UniProsthesis.d.ts +0 -0
- /package/{components → lib/components}/Icons/Upload.d.ts +0 -0
- /package/{components → lib/components}/Icons/UserOrganization.d.ts +0 -0
- /package/{components → lib/components}/Icons/Vaccine.d.ts +0 -0
- /package/{components → lib/components}/Icons/VerticalDots.d.ts +0 -0
- /package/{components → lib/components}/Icons/VideoCamera.d.ts +0 -0
- /package/{components → lib/components}/Icons/VideoChat.d.ts +0 -0
- /package/{components → lib/components}/Icons/Wallet.d.ts +0 -0
- /package/{components → lib/components}/Icons/Watch.d.ts +0 -0
- /package/{components → lib/components}/Icons/Website.d.ts +0 -0
- /package/{components → lib/components}/Icons/Wheelchair.d.ts +0 -0
- /package/{components → lib/components}/Icons/WheelchairActive.d.ts +0 -0
- /package/{components → lib/components}/Icons/Window.d.ts +0 -0
- /package/{components → lib/components}/Icons/WordDocument.d.ts +0 -0
- /package/{components → lib/components}/Icons/WorkSuitcase.d.ts +0 -0
- /package/{components → lib/components}/Icons/X.d.ts +0 -0
- /package/{components → lib/components}/Icons/XOutline.d.ts +0 -0
- /package/{components → lib/components}/Icons/XmlFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/YouTube.d.ts +0 -0
- /package/{components → lib/components}/Icons/Zoom.d.ts +0 -0
- /package/{components → lib/components}/Illustration/Illustration.d.ts +0 -0
- /package/{components/Label/Label.test.d.ts → lib/components/Illustration/Illustration.test.d.ts} +0 -0
- /package/{components → lib/components}/Illustration/index.d.ts +0 -0
- /package/{components → lib/components}/Illustration/utils.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/BabyMobile.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/BabyMobileMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/Child.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/ChildMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/Doctor.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/DoctorMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/DoctorSmall.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/FacialRecognitionFingerprint.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/FacialRecognitionFingerprintMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/GiveBabyFood.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/GiveBabyFoodMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/HealthcarePersonnel.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/HealthcarePersonnelMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/HealthcarePersonnelSmall.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/IllustrationNames.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/ReadLetters.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/ReadLettersMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/Stroller.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/StrollerMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/Support2.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/Support2Medium.d.ts +0 -0
- /package/{components → lib/components}/InfoTeaser/InfoTeaser.d.ts +0 -0
- /package/{components/LazyIcon/LazyIcon.test.d.ts → lib/components/InfoTeaser/InfoTeaser.test.d.ts} +0 -0
- /package/{components → lib/components}/InfoTeaser/index.d.ts +0 -0
- /package/{components → lib/components}/InfoTeaser/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/InfoTeaser/styles.module.scss +0 -0
- /package/{components → lib/components}/InfoTeaser/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Input/Input.d.ts +0 -0
- /package/{components/LazyIllustration/LazyIllustration.test.d.ts → lib/components/Input/Input.test.d.ts} +0 -0
- /package/{components → lib/components}/Input/index.d.ts +0 -0
- /package/{components → lib/components}/Input/styles.module.scss +0 -0
- /package/{components → lib/components}/Input/styles.module.scss.d.ts +0 -0
- /package/{components/LinkList/LinkList.test.d.ts → lib/components/Label/Label.test.d.ts} +0 -0
- /package/{components → lib/components}/Label/SubLabel.d.ts +0 -0
- /package/{components → lib/components}/Label/index.d.ts +0 -0
- /package/{components → lib/components}/Label/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/LazyIcon/ErrorBoundary.d.ts +0 -0
- /package/{components → lib/components}/LazyIcon/LazyIcon.d.ts +0 -0
- /package/{components/List/List.test.d.ts → lib/components/LazyIcon/LazyIcon.test.d.ts} +0 -0
- /package/{components → lib/components}/LazyIcon/index.d.ts +0 -0
- /package/{components → lib/components}/LazyIcon/utils.d.ts +0 -0
- /package/{components → lib/components}/LazyIllustration/LazyIllustration.d.ts +0 -0
- /package/{components/Loader/Loader.test.d.ts → lib/components/LazyIllustration/LazyIllustration.test.d.ts} +0 -0
- /package/{components → lib/components}/LazyIllustration/index.d.ts +0 -0
- /package/{components → lib/components}/LinkList/LinkList.d.ts +0 -0
- /package/{components/Logo/Logo.test.d.ts → lib/components/LinkList/LinkList.test.d.ts} +0 -0
- /package/{components → lib/components}/LinkList/index.d.ts +0 -0
- /package/{components → lib/components}/List/List.d.ts +0 -0
- /package/{components/MaxCharacters/MaxCharacters.test.d.ts → lib/components/List/List.test.d.ts} +0 -0
- /package/{components → lib/components}/List/index.d.ts +0 -0
- /package/{components → lib/components}/List/stories.module.scss +0 -0
- /package/{components → lib/components}/List/stories.module.scss.d.ts +0 -0
- /package/{components → lib/components}/List/styles.module.scss +0 -0
- /package/{components → lib/components}/List/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ListEditMode/ListEditMode.d.ts +0 -0
- /package/{components → lib/components}/ListEditMode/index.d.ts +0 -0
- /package/{components → lib/components}/ListEditMode/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Loader/Loader.d.ts +0 -0
- /package/{components/Modal/Modal.test.d.ts → lib/components/Loader/Loader.test.d.ts} +0 -0
- /package/{components → lib/components}/Loader/index.d.ts +0 -0
- /package/{components → lib/components}/Loader/styles.module.scss +0 -0
- /package/{components → lib/components}/Loader/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Logo/Logo.d.ts +0 -0
- /package/{components/NotificationPanel/NotificationPanel.test.d.ts → lib/components/Logo/Logo.test.d.ts} +0 -0
- /package/{components → lib/components}/Logo/index.d.ts +0 -0
- /package/{components → lib/components}/MaxCharacters/MaxCharacters.d.ts +0 -0
- /package/{components/Panel/Panel.test.d.ts → lib/components/MaxCharacters/MaxCharacters.test.d.ts} +0 -0
- /package/{components → lib/components}/MaxCharacters/styles.module.scss +0 -0
- /package/{components → lib/components}/MaxCharacters/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Mittens/styles.module.scss +0 -0
- /package/{components → lib/components}/Mittens/styles.module.scss.d.ts +0 -0
- /package/{components/PanelList/PanelList.test.d.ts → lib/components/Modal/Modal.test.d.ts} +0 -0
- /package/{components → lib/components}/Modal/index.d.ts +0 -0
- /package/{components → lib/components}/NotificationPanel/NotificationPanel.d.ts +0 -0
- /package/{components/PopOver/PopOver.test.d.ts → lib/components/NotificationPanel/NotificationPanel.test.d.ts} +0 -0
- /package/{components → lib/components}/NotificationPanel/index.d.ts +0 -0
- /package/{components → lib/components}/NotificationPanel/styles.module.scss.d.ts +0 -0
- /package/{components/Progressbar/Progressbar.test.d.ts → lib/components/Panel/Panel.test.d.ts} +0 -0
- /package/{components → lib/components}/Panel/PanelExamples.d.ts +0 -0
- /package/{components → lib/components}/Panel/PanelTitle/PanelTitle.d.ts +0 -0
- /package/{components → lib/components}/Panel/PanelTitle/index.d.ts +0 -0
- /package/{components → lib/components}/Panel/PanelTitle/styles.module.scss +0 -0
- /package/{components → lib/components}/Panel/PanelTitle/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Panel/Paneldocs.d.ts +0 -0
- /package/{components → lib/components}/Panel/index.d.ts +0 -0
- /package/{components → lib/components}/Panel/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/Panel/styles.module.scss +0 -0
- /package/{components → lib/components}/Panel/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/PanelList/PanelList.d.ts +0 -0
- /package/{components/PromoPanel/PromoPanel.test.d.ts → lib/components/PanelList/PanelList.test.d.ts} +0 -0
- /package/{components → lib/components}/PanelList/index.d.ts +0 -0
- /package/{components → lib/components}/PanelList/styles.module.scss +0 -0
- /package/{components → lib/components}/PanelList/styles.module.scss.d.ts +0 -0
- /package/{components/RadioButton/RadioButton.test.d.ts → lib/components/PanelListOld/PanelListOld.test.d.ts} +0 -0
- /package/{components/Select/Select.test.d.ts → lib/components/PanelOld/PanelOld.test.d.ts} +0 -0
- /package/{components → lib/components}/PopMenu/PopMenu.test.d.ts +0 -0
- /package/{components → lib/components}/PopMenu/index.d.ts +0 -0
- /package/{components → lib/components}/PopMenu/story.module.scss +0 -0
- /package/{components → lib/components}/PopMenu/story.module.scss.d.ts +0 -0
- /package/{components → lib/components}/PopOver/PopOver.d.ts +0 -0
- /package/{components/ServiceMessage/ServiceMessage.test.d.ts → lib/components/PopOver/PopOver.test.d.ts} +0 -0
- /package/{components → lib/components}/PopOver/index.d.ts +0 -0
- /package/{components → lib/components}/PopOver/styles.module.scss +0 -0
- /package/{components → lib/components}/PopOver/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/PopOver/utils.d.ts +0 -0
- /package/{components → lib/components}/Portal/index.d.ts +0 -0
- /package/{components → lib/components}/Progressbar/Progressbar.d.ts +0 -0
- /package/{components/SharingStatus/SharingStatus.test.d.ts → lib/components/Progressbar/Progressbar.test.d.ts} +0 -0
- /package/{components → lib/components}/Progressbar/index.d.ts +0 -0
- /package/{components → lib/components}/Progressbar/styles.module.scss +0 -0
- /package/{components → lib/components}/Progressbar/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/PromoPanel/PromoPanel.d.ts +0 -0
- /package/{components/Slider/Slider.test.d.ts → lib/components/PromoPanel/PromoPanel.test.d.ts} +0 -0
- /package/{components → lib/components}/PromoPanel/index.d.ts +0 -0
- /package/{components → lib/components}/PromoPanel/styles.module.scss +0 -0
- /package/{components → lib/components}/PromoPanel/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/RadioButton/RadioButton.d.ts +0 -0
- /package/{components/Spacer/Spacer.test.d.ts → lib/components/RadioButton/RadioButton.test.d.ts} +0 -0
- /package/{components → lib/components}/RadioButton/index.d.ts +0 -0
- /package/{components → lib/components}/Select/Select.d.ts +0 -0
- /package/{components/StatusDot/StatusDot.test.d.ts → lib/components/Select/Select.test.d.ts} +0 -0
- /package/{components → lib/components}/Select/index.d.ts +0 -0
- /package/{components → lib/components}/Select/styles.module.scss +0 -0
- /package/{components → lib/components}/Select/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ServiceMessage/ServiceMessage.d.ts +0 -0
- /package/{components/Step/Step.test.d.ts → lib/components/ServiceMessage/ServiceMessage.test.d.ts} +0 -0
- /package/{components → lib/components}/ServiceMessage/index.d.ts +0 -0
- /package/{components → lib/components}/ServiceMessage/styles.module.scss +0 -0
- /package/{components → lib/components}/ServiceMessage/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/SharingStatus/SharingStatus.d.ts +0 -0
- /package/{components/StepButtons/StepButtons.test.d.ts → lib/components/SharingStatus/SharingStatus.test.d.ts} +0 -0
- /package/{components → lib/components}/SharingStatus/index.d.ts +0 -0
- /package/{components → lib/components}/SharingStatus/styles.module.scss +0 -0
- /package/{components → lib/components}/SharingStatus/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Slider/Slider.d.ts +0 -0
- /package/{components/Stepper/Stepper.test.d.ts → lib/components/Slider/Slider.test.d.ts} +0 -0
- /package/{components → lib/components}/Slider/index.d.ts +0 -0
- /package/{components → lib/components}/Slider/styles.module.scss +0 -0
- /package/{components → lib/components}/Slider/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Spacer/Spacer.d.ts +0 -0
- /package/{components/StickyNote/StickyNote.test.d.ts → lib/components/Spacer/Spacer.test.d.ts} +0 -0
- /package/{components → lib/components}/Spacer/index.d.ts +0 -0
- /package/{components → lib/components}/Spacer/styles.module.scss +0 -0
- /package/{components → lib/components}/Spacer/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/StatusDot/StatusDot.d.ts +0 -0
- /package/{components/Table/Table.test.d.ts → lib/components/StatusDot/StatusDot.test.d.ts} +0 -0
- /package/{components → lib/components}/StatusDot/index.d.ts +0 -0
- /package/{components → lib/components}/StatusDot/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Step/Step.d.ts +0 -0
- /package/{components/Tabs/Tabs.test.d.ts → lib/components/Step/Step.test.d.ts} +0 -0
- /package/{components → lib/components}/Step/index.d.ts +0 -0
- /package/{components → lib/components}/Step/styles.module.scss +0 -0
- /package/{components → lib/components}/Step/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/StepButtons/StepButtons.d.ts +0 -0
- /package/{components/Tag/Tag.test.d.ts → lib/components/StepButtons/StepButtons.test.d.ts} +0 -0
- /package/{components → lib/components}/StepButtons/index.d.ts +0 -0
- /package/{components → lib/components}/StepButtons/styles.module.scss +0 -0
- /package/{components → lib/components}/StepButtons/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Stepper/Dot.d.ts +0 -0
- /package/{components → lib/components}/Stepper/DotList.d.ts +0 -0
- /package/{components → lib/components}/Stepper/Stepper.d.ts +0 -0
- /package/{components/TagList/TagList.test.d.ts → lib/components/Stepper/Stepper.test.d.ts} +0 -0
- /package/{components → lib/components}/Stepper/index.d.ts +0 -0
- /package/{components → lib/components}/Stepper/styles.module.scss +0 -0
- /package/{components → lib/components}/Stepper/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Stepper/utils.d.ts +0 -0
- /package/{components → lib/components}/StickyNote/Close.d.ts +0 -0
- /package/{components → lib/components}/StickyNote/StickyNote.d.ts +0 -0
- /package/{components/Textarea/Textarea.test.d.ts → lib/components/StickyNote/StickyNote.test.d.ts} +0 -0
- /package/{components → lib/components}/StickyNote/Triangle.d.ts +0 -0
- /package/{components → lib/components}/StickyNote/index.d.ts +0 -0
- /package/{components → lib/components}/StickyNote/styles.module.scss +0 -0
- /package/{components → lib/components}/StickyNote/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Table/Table.d.ts +0 -0
- /package/{components/Tile/Tile.test.d.ts → lib/components/Table/Table.test.d.ts} +0 -0
- /package/{components → lib/components}/Table/TableBody/TableBody.d.ts +0 -0
- /package/{components → lib/components}/Table/TableBody/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableCell/TableCell.d.ts +0 -0
- /package/{components → lib/components}/Table/TableCell/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableExpandedRow/TableExpandedRow.d.ts +0 -0
- /package/{components → lib/components}/Table/TableExpandedRow/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableExpanderCell/TableExpanderCell.d.ts +0 -0
- /package/{components → lib/components}/Table/TableExpanderCell/TableExpanderCellMobile.d.ts +0 -0
- /package/{components → lib/components}/Table/TableExpanderCell/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableHead/TableHead.d.ts +0 -0
- /package/{components → lib/components}/Table/TableHead/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableHeadCell/TableHeadCell.d.ts +0 -0
- /package/{components → lib/components}/Table/TableHeadCell/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableRow/TableRow.d.ts +0 -0
- /package/{components → lib/components}/Table/TableRow/index.d.ts +0 -0
- /package/{components → lib/components}/Table/index.d.ts +0 -0
- /package/{components → lib/components}/Table/styles.module.scss +0 -0
- /package/{components → lib/components}/Table/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Table/utils.d.ts +0 -0
- /package/{components → lib/components}/Tabs/Tab.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabList/TabChevron.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabList/TabItem.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabList/TabList.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabList/index.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabList/styles.module.scss +0 -0
- /package/{components → lib/components}/Tabs/TabList/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabPanel/TabPanel.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabPanel/index.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabPanel/styles.module.scss +0 -0
- /package/{components → lib/components}/Tabs/TabPanel/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Tabs/Tabs.d.ts +0 -0
- /package/{components/Title/Title.test.d.ts → lib/components/Tabs/Tabs.test.d.ts} +0 -0
- /package/{components → lib/components}/Tabs/index.d.ts +0 -0
- /package/{components → lib/components}/Tabs/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/Tabs/styles.module.scss +0 -0
- /package/{components → lib/components}/Tabs/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Tag/Tag.d.ts +0 -0
- /package/{components/Toggle/Toggle.test.d.ts → lib/components/Tag/Tag.test.d.ts} +0 -0
- /package/{components → lib/components}/Tag/index.d.ts +0 -0
- /package/{components → lib/components}/Tag/styles.module.scss +0 -0
- /package/{components → lib/components}/Tag/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/TagList/TagList.d.ts +0 -0
- /package/{components/Validation/Validation.test.d.ts → lib/components/TagList/TagList.test.d.ts} +0 -0
- /package/{components → lib/components}/TagList/index.d.ts +0 -0
- /package/{components → lib/components}/TagList/styles.module.scss +0 -0
- /package/{components → lib/components}/TagList/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Textarea/Textarea.d.ts +0 -0
- /package/{components/Validation/ValidationSummary.test.d.ts → lib/components/Textarea/Textarea.test.d.ts} +0 -0
- /package/{components → lib/components}/Textarea/index.d.ts +0 -0
- /package/{components → lib/components}/Textarea/styles.module.scss +0 -0
- /package/{components → lib/components}/Textarea/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Tile/Tile.d.ts +0 -0
- /package/{hoc/withBreakpoint/withBreakpoint.test.d.ts → lib/components/Tile/Tile.test.d.ts} +0 -0
- /package/{components → lib/components}/Tile/index.d.ts +0 -0
- /package/{components → lib/components}/Tile/styles.module.scss +0 -0
- /package/{components → lib/components}/Tile/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Title/Title.d.ts +0 -0
- /package/{utils/tests/accessibility.test.d.ts → lib/components/Title/Title.test.d.ts} +0 -0
- /package/{components → lib/components}/Title/index.d.ts +0 -0
- /package/{components → lib/components}/Title/styles.module.scss +0 -0
- /package/{components → lib/components}/Title/styles.module.scss.d.ts +0 -0
- /package/{utils/tests/deepContains.test.d.ts → lib/components/Toast/Toast.test.d.ts} +0 -0
- /package/{utils/tests/language.test.d.ts → lib/components/ToastList/ToastList.test.d.ts} +0 -0
- /package/{components → lib/components}/Toggle/Toggle.d.ts +0 -0
- /package/{utils/tests/uuid.test.d.ts → lib/components/Toggle/Toggle.test.d.ts} +0 -0
- /package/{components → lib/components}/Toggle/index.d.ts +0 -0
- /package/{components → lib/components}/Toggle/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Validation/ErrorList.d.ts +0 -0
- /package/{components → lib/components}/Validation/ErrorListItem.d.ts +0 -0
- /package/{components → lib/components}/Validation/Validation.d.ts +0 -0
- /package/{utils/tests/viewport.test.d.ts → lib/components/Validation/Validation.test.d.ts} +0 -0
- /package/{components → lib/components}/Validation/ValidationSummary.d.ts +0 -0
- /package/{components → lib/components}/Validation/index.d.ts +0 -0
- /package/{components → lib/components}/Validation/styles.module.scss +0 -0
- /package/{components → lib/components}/Validation/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Validation/types.d.ts +0 -0
- /package/{resources/index.d.ts → lib/currys.js} +0 -0
- /package/{docs → lib/docs}/ButtonWithModal/ButtonWithModal.d.ts +0 -0
- /package/{docs → lib/docs}/ButtonWithModal/index.d.ts +0 -0
- /package/{docs → lib/docs}/FormExample/FormExample.d.ts +0 -0
- /package/{docs → lib/docs}/FormExample/index.d.ts +0 -0
- /package/{docs → lib/docs}/GridExample/GridExample.d.ts +0 -0
- /package/{docs → lib/docs}/GridExample/index.d.ts +0 -0
- /package/{docs → lib/docs}/HelpBubbleExample/HelpBubbleExample.d.ts +0 -0
- /package/{docs → lib/docs}/HelpBubbleExample/index.d.ts +0 -0
- /package/{docs → lib/docs}/HelpTooltipExample/HelpTooltipExample.d.ts +0 -0
- /package/{docs → lib/docs}/HelpTooltipExample/index.d.ts +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-200-extralight-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-200-extralight-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-200-extralight.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-200-extralight.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-300-light-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-300-light-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-300-light.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-300-light.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-400-regular-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-400-regular-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-400-regular.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-400-regular.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-600-semibold-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-600-semibold-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-600-semibold.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-600-semibold.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-700-bold-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-700-bold-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-700-bold.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-700-bold.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-900-black-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-900-black-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-900-black.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-900-black.woff2 +0 -0
- /package/{hoc → lib/hoc}/withBreakpoint/index.d.ts +0 -0
- /package/{hoc → lib/hoc}/withBreakpoint/withBreakpoint.d.ts +0 -0
- /package/{hooks → lib/hooks}/useBreakpoint.d.ts +0 -0
- /package/{hooks → lib/hooks}/useElementList.d.ts +0 -0
- /package/{hooks → lib/hooks}/useEventListenerState.d.ts +0 -0
- /package/{hooks → lib/hooks}/useExpand.d.ts +0 -0
- /package/{hooks → lib/hooks}/useFocusToggle.d.ts +0 -0
- /package/{hooks → lib/hooks}/useFocusTrap.d.ts +0 -0
- /package/{hooks → lib/hooks}/useFocusableElements.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIcons.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIdWithFallback.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIntersectionObserver.d.ts +0 -0
- /package/{hooks → lib/hooks}/useInterval.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIsMobileBreakpoint.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIsServerSide.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIsVisible.d.ts +0 -0
- /package/{hooks → lib/hooks}/useKeyboardEvent.d.ts +0 -0
- /package/{hooks → lib/hooks}/useLayoutEvent.d.ts +0 -0
- /package/{hooks → lib/hooks}/useOutsideEvent.d.ts +0 -0
- /package/{hooks → lib/hooks}/usePrevious.d.ts +0 -0
- /package/{hooks → lib/hooks}/usePseudoClasses.d.ts +0 -0
- /package/{hooks → lib/hooks}/useResizeObserver.d.ts +0 -0
- /package/{hooks → lib/hooks}/useReturnFocusOnUnmount.d.ts +0 -0
- /package/{hooks → lib/hooks}/useRovingFocus.d.ts +0 -0
- /package/{hooks → lib/hooks}/useSize.d.ts +0 -0
- /package/{hooks → lib/hooks}/useToggle.d.ts +0 -0
- /package/{hooks → lib/hooks}/usestopPropagation.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.ArticleTeaser.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.ArticleTeaser.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Drawer.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Drawer.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Dropdown.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Dropdown.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.FavoriteButton.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.HelpBubble.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.HelpDrawer.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.InfoTeaser.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.InfoTeaser.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Panel.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Panel.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Tabs.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Tabs.nb-NO.json.d.ts +0 -0
- /package/{utils/tests/setup-test.d.ts → lib/src.js} +0 -0
- /package/{theme → lib/theme}/currys/color.d.ts +0 -0
- /package/{theme → lib/theme}/currys/index.d.ts +0 -0
- /package/{theme → lib/theme}/currys/spacing.d.ts +0 -0
- /package/{theme → lib/theme}/grid.d.ts +0 -0
- /package/{theme → lib/theme}/index.d.ts +0 -0
- /package/{theme → lib/theme}/palette.d.ts +0 -0
- /package/{theme → lib/theme}/spacers.d.ts +0 -0
- /package/{utils → lib/utils}/accessibility.d.ts +0 -0
- /package/{utils → lib/utils}/component.d.ts +0 -0
- /package/{utils → lib/utils}/debounce.d.ts +0 -0
- /package/{utils → lib/utils}/deepContains.d.ts +0 -0
- /package/{utils → lib/utils}/device.d.ts +0 -0
- /package/{utils → lib/utils}/environment.d.ts +0 -0
- /package/{utils → lib/utils}/focus.d.ts +0 -0
- /package/{utils → lib/utils}/language.d.ts +0 -0
- /package/{utils → lib/utils}/loremtext.d.ts +0 -0
- /package/{utils → lib/utils}/mobile.d.ts +0 -0
- /package/{utils → lib/utils}/refs.d.ts +0 -0
- /package/{utils → lib/utils}/scroll.d.ts +0 -0
- /package/{utils → lib/utils}/uuid.d.ts +0 -0
- /package/{utils → lib/utils}/viewport.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChildMedium.js","names":["ChildMedium: React.FC<BaseSvgIllustrationProps>"],"sources":["../src/components/Illustrations/ChildMedium.tsx"],"sourcesContent":["import React from 'react';\n\nimport { Palette } from './Child';\nimport { BaseSvgIllustrationProps, ViewBoxSize } from '../Illustration';\n\nconst ChildMedium: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n hair: '#188097',\n body: '#58AABB',\n block1: '#AFDAE3',\n block2: '#188097',\n block3: '#084350',\n block4: '#126F87',\n };\n case 'cherry':\n return {\n hair: '#B69079',\n body: '#F06B48',\n block1: '#F05A3C',\n block2: '#A31F0E',\n block3: '#B69079',\n block4: '#C83521',\n };\n default:\n return {\n hair: '#62625F',\n body: '#BDBAB9',\n block1: '#D6D4D3',\n block2: '#62625F',\n block3: '#2B2C2B',\n block4: '#D6D4D3',\n };\n }\n })();\n\n return (\n <svg {...svgProperties} viewBox={ViewBoxSize.Medium}>\n {title}\n <path\n d=\"M271.16 200.041C271.16 200.041 292.623 199.04 320.981 239.839L353.541 210.793L378.617 233.271C378.617 233.271 336.034 282.254 324.238 277.096C313.113 277.096 300.664 267.012 291.926 261.322C291.926 273.062 292.785 305.585 292.785 305.585C292.785 305.585 320.094 289.235 329.15 305.585C344.173 323.712 371.507 359.129 371.507 359.129C371.507 359.129 405.345 343.726 411.054 353.093C416.771 362.45 399.854 385.328 368.512 395.287L361.63 393.367L353.37 387.317L332.194 369.632L299.506 339.074C299.506 339.074 268.784 373.355 190.481 343.221L209.653 377.354C209.653 377.354 161.249 411.953 144.898 397.454C135.17 388.814 168.386 370.371 168.386 370.371C168.386 370.371 122.969 312.317 133.296 295.595C143.623 278.872 166.281 285.512 193.322 298.543L195.24 251.003L165.234 270.968L154.104 274.46H145.222L136.462 272.839L128.002 267.012L121.148 260.047L90.188 229.074L108.676 209.259L150.42 241.122C150.42 241.122 188.773 201.918 215.496 199.065C215.496 199.065 239.972 216.73 271.16 200.041Z\"\n fill={palette.body}\n />\n <path\n d=\"M202.82 92.0688C202.82 92.0688 201.448 107.017 214.358 104.379C227.268 101.743 239.645 93.9652 239.905 100.36C240.178 106.755 233.805 109.915 233.805 109.915C233.805 109.915 255.408 109.117 257.533 98.5837C259.667 88.05 280.999 90.9476 286.27 96.743C286.27 96.743 265.225 71.9468 241.756 76.0326C218.279 80.1183 202.82 92.0688 202.82 92.0688Z\"\n fill={palette.hair}\n />\n <path\n d=\"M188.616 162.815L189.957 160.705C189.956 160.704 189.952 160.702 189.948 160.7C189.94 160.695 189.927 160.686 189.909 160.674C189.873 160.651 189.816 160.614 189.74 160.564C189.589 160.465 189.363 160.314 189.072 160.116C188.491 159.719 187.653 159.131 186.649 158.38C184.634 156.876 181.968 154.731 179.336 152.166C176.695 149.591 174.152 146.651 172.328 143.564C170.499 140.467 169.49 137.387 169.649 134.463L169.691 133.927C169.814 132.741 170.101 132.006 170.39 131.558C170.693 131.087 171.074 130.81 171.581 130.641C172.777 130.243 174.72 130.445 177.209 131.305C179.586 132.127 181.998 133.383 183.855 134.466C184.773 135.002 185.536 135.484 186.066 135.831C186.331 136.003 186.537 136.142 186.674 136.236C186.742 136.282 186.794 136.318 186.827 136.34C186.843 136.352 186.855 136.36 186.862 136.365C186.866 136.367 186.868 136.369 186.869 136.37L186.87 136.371C186.87 136.37 186.87 136.37 188.31 134.327C189.738 132.3 189.75 132.282 189.749 132.282L189.747 132.281C189.746 132.28 189.744 132.279 189.742 132.278C189.739 132.275 189.734 132.271 189.728 132.267C189.715 132.258 189.697 132.246 189.675 132.231C189.631 132.2 189.568 132.157 189.487 132.102C189.326 131.992 189.093 131.836 188.799 131.644C188.212 131.261 187.378 130.733 186.375 130.148C184.387 128.988 181.657 127.553 178.843 126.58C176.142 125.646 172.844 124.951 170 125.898C168.487 126.402 167.148 127.358 166.187 128.85C165.31 130.21 164.833 131.882 164.683 133.802L164.657 134.19C164.425 138.445 165.902 142.516 168.024 146.107C170.151 149.708 173.023 152.993 175.846 155.746C178.678 158.507 181.524 160.793 183.656 162.386C184.725 163.184 185.62 163.813 186.252 164.245C186.568 164.46 186.819 164.627 186.993 164.742C187.08 164.799 187.149 164.844 187.196 164.875C187.22 164.89 187.239 164.901 187.252 164.91C187.259 164.914 187.265 164.918 187.269 164.92C187.27 164.922 187.272 164.923 187.274 164.923L187.275 164.924C187.28 164.918 187.351 164.807 188.616 162.815Z\"\n fill=\"black\"\n />\n <path\n d=\"M300.85 164.923C300.851 164.923 300.853 164.922 300.855 164.92C300.859 164.918 300.865 164.914 300.872 164.91C300.885 164.901 300.904 164.889 300.927 164.874C300.975 164.843 301.043 164.799 301.129 164.742C301.304 164.627 301.555 164.46 301.871 164.244C302.502 163.812 303.397 163.183 304.465 162.385C306.597 160.792 309.441 158.507 312.272 155.746C315.093 152.993 317.964 149.708 320.09 146.107C322.144 142.629 323.594 138.699 323.471 134.588L323.455 134.19C323.341 132.107 322.861 130.302 321.926 128.851C320.965 127.359 319.626 126.402 318.113 125.898C315.269 124.95 311.971 125.646 309.27 126.58C306.456 127.553 303.726 128.988 301.738 130.148C300.735 130.733 299.9 131.261 299.313 131.644C299.019 131.836 298.786 131.992 298.625 132.102C298.544 132.157 298.481 132.2 298.437 132.231C298.415 132.246 298.397 132.258 298.384 132.267C298.378 132.271 298.373 132.275 298.37 132.278C298.368 132.279 298.366 132.28 298.365 132.281L298.363 132.282C298.362 132.282 298.376 132.302 299.802 134.327C301.242 136.37 301.241 136.37 301.241 136.371L301.242 136.37C301.243 136.369 301.245 136.367 301.249 136.365C301.256 136.36 301.268 136.352 301.285 136.34C301.318 136.318 301.369 136.282 301.437 136.236C301.574 136.142 301.781 136.004 302.045 135.832C302.576 135.485 303.338 135.003 304.257 134.466C306.114 133.383 308.526 132.127 310.903 131.305C313.392 130.444 315.336 130.243 316.532 130.641C317.039 130.81 317.42 131.088 317.723 131.558C318.053 132.07 318.38 132.957 318.462 134.462L318.479 135.013C318.493 137.773 317.499 140.661 315.785 143.565C313.962 146.652 311.42 149.592 308.781 152.167C306.151 154.732 303.485 156.876 301.472 158.38C300.468 159.131 299.631 159.719 299.05 160.116C298.76 160.314 298.533 160.465 298.382 160.564C298.307 160.614 298.25 160.651 298.213 160.674C298.195 160.686 298.181 160.695 298.173 160.7C298.17 160.702 298.167 160.704 298.166 160.705L298.165 160.706L300.848 164.924L300.85 164.923Z\"\n fill=\"black\"\n />\n <path\n d=\"M205.652 152.465C206.675 153.393 208.257 153.316 209.184 152.294L209.184 152.293C209.184 152.292 209.186 152.291 209.187 152.29C209.198 152.278 209.22 152.256 209.25 152.225C209.31 152.163 209.408 152.064 209.54 151.939C209.805 151.686 210.203 151.325 210.716 150.922C211.753 150.106 213.192 149.161 214.873 148.544C216.539 147.932 218.382 147.661 220.315 148.087C222.233 148.51 224.465 149.669 226.844 152.293L227.025 152.474C227.967 153.321 229.416 153.335 230.375 152.466C231.398 151.538 231.475 149.957 230.548 148.934L229.991 148.34C227.2 145.452 224.288 143.843 221.392 143.204C218.319 142.527 215.488 142.992 213.148 143.852C210.823 144.706 208.923 145.97 207.623 146.993C206.967 147.509 206.448 147.977 206.087 148.322C205.906 148.495 205.762 148.639 205.661 148.743C205.61 148.795 205.57 148.838 205.54 148.87C205.525 148.886 205.513 148.9 205.503 148.91C205.498 148.915 205.494 148.92 205.49 148.924L205.483 148.931C205.482 148.932 205.482 148.933 207.333 150.613L205.481 148.933C204.553 149.955 204.63 151.537 205.652 152.465Z\"\n fill=\"black\"\n />\n <path\n d=\"M255.852 152.465C256.875 153.393 258.457 153.316 259.385 152.294L259.384 152.293C259.385 152.292 259.386 152.291 259.388 152.29C259.399 152.278 259.42 152.256 259.45 152.225C259.51 152.163 259.608 152.064 259.74 151.939C260.005 151.686 260.403 151.325 260.916 150.922C261.953 150.106 263.393 149.162 265.074 148.545C266.741 147.933 268.586 147.661 270.521 148.087C272.441 148.51 274.675 149.67 277.057 152.294C277.985 153.316 279.566 153.393 280.588 152.465C281.61 151.537 281.687 149.955 280.759 148.933C277.797 145.67 274.686 143.885 271.597 143.204C268.522 142.527 265.691 142.991 263.35 143.851C261.024 144.705 259.125 145.97 257.824 146.993C257.168 147.51 256.649 147.977 256.287 148.322C256.106 148.495 255.963 148.639 255.861 148.743C255.811 148.795 255.77 148.838 255.74 148.87C255.725 148.886 255.713 148.9 255.703 148.91C255.698 148.915 255.694 148.92 255.69 148.924L255.684 148.931C255.683 148.932 255.682 148.933 257.533 150.613L255.682 148.933C254.754 149.955 254.83 151.537 255.852 152.465Z\"\n fill=\"black\"\n />\n <path\n d=\"M298.164 150.538C298.164 180.229 274.093 204.296 244.406 204.296C214.715 204.296 190.648 180.229 190.648 150.538V131.833C190.648 102.143 214.715 78.0753 244.406 78.0753C274.093 78.0753 298.164 102.143 298.164 131.833V150.538ZM303.164 131.833C303.164 99.3812 276.855 73.0753 244.406 73.0753C211.954 73.0753 185.648 99.3813 185.648 131.833V150.538C185.648 182.99 211.954 209.296 244.406 209.296C276.855 209.296 303.164 182.99 303.164 150.538V131.833Z\"\n fill=\"black\"\n />\n <path\n d=\"M142.917 398.98C146.849 404.086 153.737 404.562 160.531 403.385C167.503 402.177 175.463 399.059 182.871 395.536C190.314 391.995 197.356 387.969 202.527 384.835C205.115 383.267 207.241 381.918 208.723 380.959C209.464 380.48 210.044 380.098 210.441 379.834C210.639 379.703 210.791 379.601 210.895 379.532C210.947 379.497 210.987 379.47 211.014 379.452C211.027 379.443 211.038 379.436 211.045 379.431C211.049 379.429 211.051 379.427 211.053 379.425C211.054 379.425 211.055 379.424 211.056 379.423C211.056 379.422 211.03 379.382 209.654 377.354L211.057 379.422C212.137 378.689 212.472 377.249 211.825 376.116L176.788 314.651C176.105 313.451 174.578 313.034 173.378 313.717C172.179 314.401 171.761 315.928 172.445 317.127L206.321 376.556C206.22 376.622 206.115 376.691 206.007 376.761C204.56 377.697 202.475 379.02 199.935 380.559C194.848 383.642 187.962 387.578 180.724 391.021C173.451 394.48 165.976 397.367 159.676 398.458C153.198 399.581 148.976 398.653 146.878 395.928V395.927C146.044 394.845 145.954 393.264 147.631 390.58C149.276 387.949 152.186 385.063 155.516 382.314C158.806 379.597 162.337 377.151 165.062 375.374C166.42 374.489 167.57 373.776 168.377 373.286C168.781 373.041 169.098 372.851 169.313 372.724C169.42 372.661 169.502 372.613 169.556 372.581C169.583 372.566 169.603 372.555 169.615 372.547C169.622 372.544 169.627 372.541 169.63 372.539C169.631 372.539 169.632 372.538 169.632 372.538L169.75 372.465C170.329 372.088 170.728 371.487 170.848 370.803C170.968 370.119 170.798 369.419 170.383 368.868L170.297 368.759L170.296 368.757C170.295 368.756 170.293 368.754 170.29 368.75C170.285 368.744 170.277 368.734 170.266 368.721C170.244 368.695 170.209 368.655 170.164 368.601C170.075 368.493 169.941 368.332 169.766 368.12C169.415 367.695 168.901 367.066 168.25 366.258C166.949 364.642 165.105 362.307 162.941 359.444C158.607 353.712 153.008 345.888 147.91 337.483C142.796 329.051 138.268 320.162 135.981 312.284C133.652 304.261 133.872 298.093 137.012 294.273L137.334 293.893C140.711 290.03 145.436 288.302 150.974 288.032C156.732 287.751 163.161 289.067 169.282 291.038C175.376 293 181.013 295.56 185.139 297.639C187.197 298.677 188.87 299.59 190.024 300.241C190.6 300.566 191.046 300.826 191.346 301.002C191.496 301.091 191.609 301.158 191.683 301.203C191.72 301.225 191.747 301.242 191.765 301.252C191.773 301.257 191.78 301.261 191.783 301.263L191.787 301.266L191.931 301.347C192.659 301.729 193.533 301.73 194.266 301.341C195.047 300.926 195.551 300.128 195.59 299.245L197.738 251.114C197.779 250.175 197.292 249.292 196.475 248.829C195.658 248.365 194.65 248.398 193.865 248.914L165.856 267.361L165.855 267.362C154.168 275.071 138.724 273.634 128.642 263.993L128.166 263.528L93.6614 229.024L108.958 212.621L148.903 243.109L149.097 243.244C150.089 243.863 151.395 243.713 152.221 242.855L152.248 242.828C152.267 242.808 152.296 242.778 152.335 242.738C152.413 242.657 152.532 242.536 152.688 242.377C152.999 242.06 153.462 241.593 154.062 240.998C155.261 239.808 157.007 238.108 159.18 236.076C163.53 232.009 169.579 226.629 176.389 221.365C183.211 216.091 190.73 210.983 198.026 207.413C205.388 203.811 212.183 201.946 217.68 202.702C219.048 202.889 220.308 201.933 220.496 200.566C220.684 199.198 219.728 197.937 218.361 197.748C211.378 196.789 203.481 199.178 195.828 202.922C188.109 206.699 180.288 212.03 173.33 217.41C166.361 222.798 160.19 228.286 155.765 232.423C153.551 234.493 151.769 236.228 150.539 237.449C150.416 237.571 150.301 237.69 150.189 237.801L110.193 207.271C109.171 206.491 107.724 206.613 106.847 207.553L88.3596 227.379C87.4412 228.364 87.4679 229.901 88.4202 230.853L124.631 267.064H124.632L125.187 267.607C136.947 278.853 154.965 280.534 168.606 271.537L192.524 255.786L190.777 294.947C189.809 294.422 188.67 293.82 187.389 293.174C183.121 291.023 177.235 288.345 170.814 286.278C164.419 284.219 157.339 282.715 150.73 283.038C144.286 283.352 138.101 285.423 133.581 290.588L133.15 291.098C128.343 296.946 128.753 305.323 131.179 313.678C133.647 322.178 138.436 331.504 143.635 340.076C148.851 348.675 154.558 356.647 158.952 362.459C161.152 365.368 163.027 367.743 164.355 369.393C164.447 369.508 164.538 369.618 164.625 369.726C163.96 370.141 163.184 370.63 162.331 371.186C159.52 373.019 155.82 375.579 152.333 378.458C148.885 381.305 145.471 384.602 143.391 387.93C141.344 391.206 140.128 395.361 142.917 398.98Z\"\n fill=\"black\"\n />\n <path\n d=\"M271.329 202.536C271.326 202.537 271.323 202.536 271.32 202.536C271.331 202.536 271.355 202.535 271.393 202.534C271.479 202.534 271.638 202.537 271.868 202.553C272.327 202.585 273.071 202.671 274.085 202.898C276.111 203.35 279.239 204.367 283.352 206.654C291.583 211.23 303.786 220.904 318.975 241.33L319.142 241.533C319.553 241.98 320.117 242.263 320.728 242.325C321.425 242.397 322.121 242.171 322.645 241.704L353.536 214.148L375.069 233.472L339.958 268.003C332.284 275.549 320.407 276.756 311.379 270.911L311.377 270.91L293.282 259.222C292.506 258.721 291.516 258.688 290.709 259.138C289.902 259.588 289.409 260.446 289.427 261.37L290.285 305.633L290.294 305.797C290.363 306.611 290.828 307.345 291.543 307.754C292.306 308.191 293.242 308.195 294.009 307.765H294.008L294.009 307.764C294.01 307.763 294.013 307.761 294.018 307.759C294.026 307.754 294.04 307.747 294.059 307.737C294.096 307.716 294.153 307.684 294.228 307.643C294.381 307.56 294.61 307.437 294.905 307.281C295.497 306.969 296.356 306.527 297.415 306.013C299.538 304.983 302.438 303.677 305.57 302.556C308.722 301.429 312.007 300.527 314.925 300.241C317.912 299.947 320.076 300.342 321.404 301.295L321.732 301.546C322.562 302.216 323.844 303.473 325.54 305.309C327.431 307.356 329.707 309.981 332.229 312.992C337.271 319.012 343.235 326.499 348.956 333.819C354.674 341.135 360.137 348.268 364.171 353.574C366.187 356.226 367.846 358.42 369 359.951C369.577 360.717 370.028 361.317 370.335 361.725C370.488 361.929 370.606 362.085 370.685 362.19C370.724 362.242 370.754 362.282 370.773 362.309C370.783 362.322 370.791 362.332 370.796 362.338C370.798 362.341 370.801 362.344 370.802 362.346L370.803 362.348C370.803 362.348 370.82 362.335 372.336 361.2L370.804 362.348C371.579 363.383 373.015 363.656 374.115 362.978L374.117 362.977C374.12 362.975 374.124 362.973 374.13 362.969C374.141 362.962 374.16 362.951 374.185 362.936C374.234 362.906 374.31 362.859 374.411 362.799C374.613 362.678 374.914 362.5 375.304 362.275C376.083 361.825 377.212 361.19 378.599 360.456C381.378 358.986 385.16 357.138 389.213 355.599C393.292 354.05 397.507 352.866 401.186 352.626C404.902 352.384 407.599 353.124 409.261 354.835L409.263 354.837L409.354 354.937C409.801 355.453 410.057 356.226 409.852 357.558C409.622 359.042 408.839 360.955 407.449 363.213C404.685 367.704 399.929 372.915 394.388 377.751C388.861 382.575 382.703 386.894 377.245 389.663C374.513 391.05 372.036 392.006 369.955 392.469C367.956 392.913 366.588 392.844 365.736 392.534L365.573 392.469C362.871 391.295 357.959 387.758 351.87 382.807C345.883 377.938 339.024 371.926 332.525 366.061C326.031 360.199 319.917 354.502 315.426 350.269C313.181 348.153 311.341 346.404 310.064 345.184C309.426 344.574 308.928 344.096 308.59 343.772C308.421 343.609 308.292 343.485 308.205 343.402L308.083 343.284L308.075 343.277C307.461 342.684 306.59 342.448 305.767 342.642L305.603 342.686L305.602 342.687C305.601 342.687 305.599 342.687 305.598 342.688C305.593 342.689 305.586 342.691 305.577 342.694C305.559 342.699 305.532 342.708 305.496 342.719C305.424 342.741 305.315 342.774 305.172 342.818C304.886 342.904 304.461 343.031 303.914 343.194C302.819 343.518 301.23 343.983 299.261 344.538C295.322 345.65 289.869 347.127 283.814 348.586C271.608 351.528 257.282 354.315 247.905 354.058H247.904C238.492 353.801 224.344 350.539 212.352 347.257C206.398 345.628 201.048 344.014 197.186 342.808C195.255 342.205 193.698 341.704 192.625 341.355C192.088 341.18 191.673 341.043 191.393 340.95C191.253 340.904 191.146 340.869 191.075 340.845C191.04 340.833 191.013 340.824 190.995 340.818C190.987 340.815 190.98 340.813 190.976 340.812C190.974 340.811 190.973 340.81 190.972 340.81H190.971C189.662 340.369 188.244 341.073 187.804 342.381C187.363 343.69 188.067 345.108 189.375 345.548L190.173 343.179C189.415 345.43 189.377 345.542 189.376 345.548L189.378 345.549C189.379 345.55 189.381 345.55 189.384 345.551C189.389 345.553 189.396 345.556 189.405 345.559C189.425 345.565 189.454 345.575 189.491 345.587C189.566 345.612 189.676 345.649 189.819 345.697C190.107 345.792 190.531 345.931 191.076 346.109C192.166 346.464 193.743 346.971 195.695 347.58C199.598 348.799 205.007 350.431 211.032 352.079C222.996 355.354 237.68 358.78 247.768 359.056L248.73 359.073C258.821 359.149 273.197 356.289 284.986 353.448C291.119 351.969 296.636 350.475 300.619 349.351C302.611 348.788 304.222 348.318 305.336 347.988C305.45 347.954 305.558 347.922 305.661 347.891C305.93 348.149 306.248 348.453 306.61 348.799C307.894 350.026 309.742 351.783 311.996 353.908C316.504 358.156 322.646 363.88 329.175 369.773C335.7 375.662 342.632 381.739 348.716 386.687C354.698 391.552 360.139 395.56 363.581 397.055V397.056L364.005 397.225C366.148 398.012 368.622 397.887 371.04 397.35C373.669 396.765 376.556 395.62 379.508 394.122C385.419 391.123 391.917 386.545 397.676 381.519C403.42 376.506 408.579 370.916 411.707 365.834C413.263 363.306 414.42 360.738 414.793 358.322C415.176 355.842 414.748 353.307 412.846 351.352L412.847 351.351C409.704 348.116 405.216 347.353 400.86 347.637C396.466 347.924 391.719 349.299 387.437 350.925C383.129 352.561 379.15 354.507 376.26 356.036C375.162 356.617 374.218 357.144 373.466 357.571C373.319 357.376 373.161 357.165 372.992 356.941C371.834 355.405 370.171 353.205 368.15 350.547C364.109 345.231 358.632 338.079 352.895 330.74C347.162 323.404 341.158 315.866 336.062 309.783C333.516 306.742 331.182 304.047 329.214 301.916C327.293 299.837 325.584 298.142 324.322 297.235L324.321 297.234C321.522 295.224 317.862 294.928 314.437 295.264C310.941 295.607 307.222 296.655 303.887 297.848C300.532 299.048 297.459 300.433 295.232 301.514C295.224 301.518 295.215 301.523 295.206 301.528L294.517 265.972L308.664 275.11C319.66 282.226 334.121 280.755 343.464 271.569L380.473 235.17C380.964 234.686 381.234 234.021 381.219 233.331C381.203 232.641 380.902 231.989 380.389 231.528L355.211 208.932C354.263 208.081 352.827 208.079 351.877 208.927L321.343 236.165C306.597 216.797 294.47 207.114 285.781 202.283C281.273 199.777 277.696 198.581 275.175 198.018C273.915 197.737 272.923 197.614 272.216 197.565C271.862 197.54 271.581 197.534 271.372 197.534C271.268 197.535 271.181 197.538 271.114 197.54C271.081 197.542 271.052 197.543 271.028 197.544C271.016 197.545 271.005 197.546 270.995 197.546C270.99 197.547 270.986 197.547 270.981 197.547C270.979 197.547 270.977 197.548 270.976 197.548C270.973 197.548 270.97 197.55 271.16 200.041C271.172 200.199 271.183 200.346 271.193 200.485L270.97 197.548C269.593 197.653 268.562 198.854 268.667 200.231C268.771 201.601 269.961 202.629 271.329 202.536ZM271.337 202.535C271.335 202.536 271.333 202.535 271.331 202.535L271.329 202.536C271.332 202.536 271.334 202.536 271.337 202.535Z\"\n fill=\"black\"\n />\n <path\n d=\"M95.169 223.148C78.7847 212.228 72.058 200.738 71.1651 192.332C70.7211 188.151 71.7083 184.778 73.5577 182.427C75.3372 180.165 78.0769 178.638 81.6719 178.314L82.0225 178.286L82.0245 178.285L82.3399 178.27C85.5877 178.157 88.4881 179.746 91.1563 182.691C93.9333 185.756 96.2327 190.065 98.0665 194.602C99.888 199.108 101.186 203.677 102.03 207.136C102.451 208.861 102.757 210.299 102.956 211.302C103.056 211.803 103.129 212.195 103.177 212.458C103.201 212.59 103.217 212.69 103.229 212.755C103.234 212.788 103.239 212.812 103.241 212.827C103.243 212.835 103.244 212.84 103.244 212.843V212.846C103.244 212.846 103.264 212.842 105.711 212.438C108.051 212.051 108.171 212.03 108.177 212.029V212.027C108.177 212.025 108.176 212.022 108.176 212.019C108.175 212.013 108.173 212.005 108.171 211.994C108.167 211.973 108.163 211.942 108.156 211.904C108.143 211.826 108.123 211.713 108.097 211.568C108.044 211.277 107.965 210.858 107.859 210.326C107.648 209.264 107.328 207.755 106.888 205.95C106.009 202.351 104.644 197.533 102.702 192.728C100.772 187.953 98.2075 183.027 94.8614 179.333C91.4923 175.615 87.1106 172.927 81.6846 173.297C76.6561 173.636 72.4284 175.774 69.627 179.336C66.8378 182.883 65.6357 187.616 66.1924 192.86C67.3015 203.303 75.3366 215.938 92.3965 227.308L95.169 223.148Z\"\n fill=\"black\"\n />\n <path\n d=\"M372.104 229.346C387.864 225.468 399.133 218.236 405.255 210.739C408.306 207.002 410.191 203.055 410.527 199.321C410.862 195.602 409.634 192.164 406.698 189.735L406.408 189.504C405.352 188.685 404.122 187.085 402.841 184.868C401.593 182.709 400.421 180.189 399.406 177.755C398.395 175.329 397.558 173.032 396.973 171.341C396.681 170.496 396.452 169.805 396.298 169.328C396.221 169.089 396.162 168.904 396.123 168.78C396.104 168.719 396.09 168.672 396.08 168.641C396.075 168.626 396.071 168.614 396.069 168.607C396.068 168.604 396.068 168.602 396.067 168.6L395.257 165.947L368.01 177.471L367.751 177.672C365.188 179.662 363.295 183.199 361.854 186.866C360.372 190.64 359.201 195.003 358.299 199.093C357.394 203.195 356.746 207.091 356.323 209.956C356.112 211.39 355.956 212.57 355.854 213.394C355.802 213.807 355.764 214.13 355.738 214.352C355.725 214.463 355.715 214.55 355.709 214.608C355.706 214.637 355.703 214.66 355.701 214.676C355.7 214.683 355.7 214.69 355.699 214.694V214.7C355.704 214.701 355.816 214.714 358.185 214.968L360.67 215.233C360.67 215.233 360.671 215.232 360.671 215.23C360.671 215.228 360.671 215.223 360.672 215.217C360.673 215.204 360.676 215.185 360.679 215.159C360.684 215.107 360.693 215.028 360.705 214.925C360.729 214.717 360.765 214.409 360.814 214.014C360.913 213.221 361.064 212.077 361.27 210.684C361.681 207.895 362.31 204.123 363.182 200.17C364.056 196.204 365.161 192.124 366.509 188.694C367.825 185.343 369.234 182.988 370.594 181.807L392.149 172.69C392.181 172.783 392.214 172.878 392.247 172.974C392.855 174.732 393.728 177.13 394.791 179.679C395.85 182.219 397.116 184.955 398.513 187.371C399.876 189.729 401.497 192.023 403.344 193.455L403.645 193.702C405.094 194.97 405.743 196.695 405.547 198.873C405.328 201.301 404.032 204.331 401.382 207.577C396.1 214.046 385.881 220.807 370.91 224.49L372.104 229.346Z\"\n fill=\"black\"\n />\n <path\n d=\"M217.334 388.502C217.334 384.084 220.916 380.502 225.334 380.502H271.267C275.685 380.502 279.267 384.084 279.267 388.502V434.424C279.267 438.843 275.685 442.424 271.267 442.424H225.334C220.916 442.424 217.334 438.843 217.334 434.424V388.502Z\"\n fill={palette.block1}\n />\n <path\n d=\"M281.329 388.502C281.329 384.084 284.911 380.502 289.329 380.502H335.251C339.669 380.502 343.251 384.084 343.251 388.502V434.424C343.251 438.843 339.669 442.424 335.251 442.424H289.329C284.911 442.424 281.329 438.843 281.329 434.424V388.502Z\"\n fill={palette.block2}\n />\n <path\n d=\"M247.259 330.57C247.259 326.151 250.841 322.57 255.259 322.57H301.181C305.599 322.57 309.181 326.151 309.181 330.57V376.503C309.181 380.921 305.599 384.503 301.181 384.503H255.259C250.841 384.503 247.259 380.921 247.259 376.503V330.57Z\"\n fill={palette.block3}\n />\n <path\n d=\"M371.519 156.686C371.519 152.268 375.1 148.686 379.519 148.686H425.441C429.859 148.686 433.441 152.268 433.441 156.686V202.608C433.441 207.027 429.859 210.608 425.441 210.608H379.519C375.1 210.608 371.519 207.027 371.519 202.608V156.686Z\"\n fill={palette.block4}\n />\n <path\n d=\"M275.268 438.424V442.424H221.334V438.424H275.268ZM275.268 384.502H221.334V442.424L221.128 442.419C219.083 442.316 217.443 440.676 217.339 438.63L217.334 438.424V384.502C217.334 382.362 219.015 380.615 221.128 380.507L221.334 380.502H275.268L275.473 380.507C277.586 380.614 279.268 382.362 279.268 384.502V438.424L279.262 438.63C279.158 440.676 277.518 442.316 275.473 442.419L275.268 442.424V384.502Z\"\n fill=\"black\"\n />\n <path\n d=\"M339.251 438.424V442.424H285.329V438.424H339.251ZM339.251 384.502H285.329V442.424L285.123 442.42C283.078 442.316 281.438 440.676 281.334 438.63L281.329 438.424V384.502C281.329 382.362 283.01 380.615 285.123 380.507L285.329 380.502H339.251L339.457 380.507C341.571 380.614 343.251 382.362 343.251 384.502V438.424L343.246 438.63C343.143 440.676 341.502 442.316 339.457 442.42L339.251 442.424V384.502Z\"\n fill=\"black\"\n />\n <path\n d=\"M305.181 380.503V384.503H251.259V380.503H305.181ZM305.181 326.57H251.259V384.503L251.053 384.497C249.007 384.394 247.367 382.754 247.264 380.708L247.259 380.503V326.57C247.259 324.43 248.939 322.682 251.053 322.574L251.259 322.57H305.181L305.387 322.574C307.5 322.682 309.181 324.43 309.181 326.57V380.503L309.176 380.708C309.072 382.754 307.432 384.394 305.387 384.497L305.181 384.503V326.57Z\"\n fill=\"black\"\n />\n <path\n d=\"M429.441 206.608V210.608H375.519V206.608H429.441ZM429.441 152.686H375.519V210.608L375.313 210.603C373.267 210.5 371.627 208.86 371.523 206.814L371.519 206.608V152.686C371.519 150.546 373.199 148.798 375.313 148.691L375.519 148.686H429.441L429.647 148.691C431.76 148.798 433.441 150.546 433.441 152.686V206.608L433.436 206.814C433.332 208.86 431.692 210.5 429.647 210.603L429.441 210.608V152.686Z\"\n fill=\"black\"\n />\n <path\n d=\"M238.961 173.686C245.011 174.716 249.699 172.627 249.2 167.73C248.575 161.61 244.078 160.236 244.078 154.24\"\n stroke=\"black\"\n strokeWidth=\"4\"\n strokeLinejoin=\"round\"\n fill=\"none\"\n />\n </svg>\n );\n};\n\nexport default ChildMedium;\n"],"mappings":";;;AAKA,IAAMA,eAAmD,EAAE,OAAO,eAAe,YAAY;CAC3F,MAAM,iBAA0B;AAC9B,UAAQ,OAAR;GACE,KAAK,YACH,QAAO;IACL,MAAM;IACN,MAAM;IACN,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACT;GACH,KAAK,SACH,QAAO;IACL,MAAM;IACN,MAAM;IACN,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACT;GACH,QACE,QAAO;IACL,MAAM;IACN,MAAM;IACN,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACT;;KAEH;AAEJ,QACE,qBAAC,OAAA;EAAI,GAAI;EAAe,SAAS,YAAY;;GAC1C;GACD,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,QAAO;IACP,aAAY;IACZ,gBAAe;IACf,MAAK;KACL;;GACE;;AAIV,IAAA,sBAAe"}
|
package/lib/Close.js
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { n as AnalyticsId } from "./constants2.js";
|
|
2
|
+
import { t as usePseudoClasses } from "./usePseudoClasses.js";
|
|
3
|
+
import { t as Icon_default } from "./Icon.js";
|
|
4
|
+
import { n as mergeRefs } from "./refs.js";
|
|
5
|
+
import { t as useIsMobileBreakpoint } from "./useIsMobileBreakpoint.js";
|
|
6
|
+
import { t as X_default } from "./X.js";
|
|
7
|
+
import React from "react";
|
|
8
|
+
import classNames from "classnames";
|
|
9
|
+
import { jsx } from "react/jsx-runtime";
|
|
10
|
+
import styles from "./components/Close/styles.module.scss";
|
|
11
|
+
var Close_default$1 = React.forwardRef(function ButtonForwardedRef(props, ref) {
|
|
12
|
+
const { small, testId, ariaLabel = "Lukk", onClick, className, color = "blueberry" } = props;
|
|
13
|
+
const { refObject, isHovered } = usePseudoClasses();
|
|
14
|
+
const iconSize = useIsMobileBreakpoint() || small ? 38 : 48;
|
|
15
|
+
let iconColor;
|
|
16
|
+
if (color === "black") iconColor = "black";
|
|
17
|
+
else if (color === "plum") iconColor = "var(--core-color-plum-700)";
|
|
18
|
+
else iconColor = "var(--color-action-graphics-onlight)";
|
|
19
|
+
const closeClasses = classNames(styles.close, { [styles["close--small"]]: small }, className);
|
|
20
|
+
return /* @__PURE__ */ jsx("button", {
|
|
21
|
+
ref: mergeRefs([ref, refObject]),
|
|
22
|
+
"data-testid": testId,
|
|
23
|
+
"data-analyticsid": AnalyticsId.Close,
|
|
24
|
+
className: closeClasses,
|
|
25
|
+
"aria-label": ariaLabel,
|
|
26
|
+
onClick,
|
|
27
|
+
type: "button",
|
|
28
|
+
children: /* @__PURE__ */ jsx("span", {
|
|
29
|
+
className: classNames(styles["close__inner-container"], {
|
|
30
|
+
[styles["close__inner-container--small"]]: small,
|
|
31
|
+
[styles["close__inner-container--plum"]]: color == "plum"
|
|
32
|
+
}),
|
|
33
|
+
children: /* @__PURE__ */ jsx(Icon_default, {
|
|
34
|
+
svgIcon: X_default,
|
|
35
|
+
color: iconColor,
|
|
36
|
+
size: iconSize,
|
|
37
|
+
isHovered
|
|
38
|
+
})
|
|
39
|
+
})
|
|
40
|
+
});
|
|
41
|
+
});
|
|
42
|
+
export { Close_default$1 as t };
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=Close.js.map
|
package/lib/Close.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Close.js","names":[],"sources":["../src/components/Close/Close.tsx","../src/components/Close/index.tsx"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId } from '../../constants';\nimport { useIsMobileBreakpoint } from '../../hooks/useIsMobileBreakpoint';\nimport { usePseudoClasses } from '../../hooks/usePseudoClasses';\nimport { mergeRefs } from '../../utils/refs';\nimport Icon from '../Icon';\nimport X from '../Icons/X';\n\nimport styles from './styles.module.scss';\n\nexport interface CloseProps {\n /** Keeps the icon small for all screen sizes */\n small?: boolean;\n /** Function is called when user clicks the button */\n onClick?: (e?: React.MouseEvent<HTMLElement, MouseEvent>) => void;\n /** Sets the aria-label of the button */\n ariaLabel?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Adds custom classes to the element. */\n className?: string;\n /** Gives color to the svg */\n color?: 'blueberry' | 'black' | 'plum';\n}\n\nconst Close = React.forwardRef(function ButtonForwardedRef(props: CloseProps, ref: React.ForwardedRef<HTMLButtonElement>) {\n const { small, testId, ariaLabel = 'Lukk', onClick, className, color = 'blueberry' } = props;\n const { refObject, isHovered } = usePseudoClasses();\n\n const iconSize = useIsMobileBreakpoint() || small ? 38 : 48;\n\n let iconColor;\n if (color === 'black') {\n iconColor = 'black';\n } else if (color === 'plum') {\n iconColor = 'var(--core-color-plum-700)';\n } else {\n iconColor = 'var(--color-action-graphics-onlight)';\n }\n\n const closeClasses = classNames(styles.close, { [styles['close--small']]: small }, className);\n\n return (\n <button\n ref={mergeRefs([ref, refObject])}\n data-testid={testId}\n data-analyticsid={AnalyticsId.Close}\n className={closeClasses}\n aria-label={ariaLabel}\n onClick={onClick}\n type=\"button\"\n >\n <span\n className={classNames(styles['close__inner-container'], {\n [styles['close__inner-container--small']]: small,\n [styles['close__inner-container--plum']]: color == 'plum',\n })}\n >\n <Icon svgIcon={X} color={iconColor} size={iconSize} isHovered={isHovered} />\n </span>\n </button>\n );\n});\n\nexport default Close;\n","import Close from './Close';\nexport * from './Close';\nexport default Close;\n"],"mappings":";;;;;;;;;;ACEA,IAAA,kBD0Bc,MAAM,WAAW,SAAS,mBAAmB,OAAmB,KAA4C;CACxH,MAAM,EAAE,OAAO,QAAQ,YAAY,QAAQ,SAAS,WAAW,QAAQ,gBAAgB;CACvF,MAAM,EAAE,WAAW,cAAc,kBAAkB;CAEnD,MAAM,WAAW,uBAAuB,IAAI,QAAQ,KAAK;CAEzD,IAAI;AACJ,KAAI,UAAU,QACZ,aAAY;UACH,UAAU,OACnB,aAAY;KAEZ,aAAY;CAGd,MAAM,eAAe,WAAW,OAAO,OAAO,GAAG,OAAO,kBAAkB,OAAO,EAAE,UAAU;AAE7F,QACE,oBAAC,UAAA;EACC,KAAK,UAAU,CAAC,KAAK,UAAU,CAAC;EAChC,eAAa;EACb,oBAAkB,YAAY;EAC9B,WAAW;EACX,cAAY;EACH;EACT,MAAK;YAEL,oBAAC,QAAA;GACC,WAAW,WAAW,OAAO,2BAA2B;KACrD,OAAO,mCAAmC;KAC1C,OAAO,kCAAkC,SAAS;IACpD,CAAC;aAEF,oBAAC,cAAA;IAAK,SAAS;IAAG,OAAO;IAAW,MAAM;IAAqB;KAAa;IACvE;GACA;EAEX"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { n as AnalyticsId } from "./constants2.js";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import classNames from "classnames";
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
import styles from "./components/DictionaryTrigger/styles.module.scss";
|
|
6
|
+
var DictionaryTrigger = React.forwardRef(({ children, selected = false, className, testId, ...rest }, ref) => {
|
|
7
|
+
const triggerClasses = classNames(styles.dictionarytrigger, className);
|
|
8
|
+
return /* @__PURE__ */ jsx("button", {
|
|
9
|
+
type: "button",
|
|
10
|
+
"data-testid": testId,
|
|
11
|
+
"data-analyticsid": AnalyticsId.DictionaryTrigger,
|
|
12
|
+
className: triggerClasses,
|
|
13
|
+
"aria-expanded": selected,
|
|
14
|
+
ref,
|
|
15
|
+
...rest,
|
|
16
|
+
children
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
DictionaryTrigger.displayName = "DictionaryTrigger";
|
|
20
|
+
var DictionaryTrigger_default$1 = DictionaryTrigger;
|
|
21
|
+
export { DictionaryTrigger_default$1 as t };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=DictionaryTrigger.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DictionaryTrigger.js","names":[],"sources":["../src/components/DictionaryTrigger/DictionaryTrigger.tsx","../src/components/DictionaryTrigger/index.ts"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId } from '../../constants';\n\nimport styles from './styles.module.scss';\n\nexport interface DictionaryTriggerProps extends Pick<React.InputHTMLAttributes<HTMLButtonElement>, 'onClick' | 'onFocus' | 'onBlur'> {\n /**\n * Sets the content of the trigger.\n */\n children: React.ReactNode;\n /**\n * Indicates that the trigger is in use.\n */\n selected?: boolean;\n /**\n * Classname will be applied to the button element.\n */\n className?: string;\n /**\n * Sets the data-testid attribute.\n */\n testId?: string;\n}\n\nconst DictionaryTrigger = React.forwardRef<HTMLButtonElement, DictionaryTriggerProps>(\n ({ children, selected = false, className, testId, ...rest }, ref) => {\n const triggerClasses = classNames(styles.dictionarytrigger, className);\n\n return (\n <button\n type=\"button\"\n data-testid={testId}\n data-analyticsid={AnalyticsId.DictionaryTrigger}\n className={triggerClasses}\n aria-expanded={selected}\n ref={ref}\n {...rest}\n >\n {children}\n </button>\n );\n }\n);\n\nDictionaryTrigger.displayName = 'DictionaryTrigger';\n\nexport default DictionaryTrigger;\n","import DictionaryTrigger from './DictionaryTrigger';\nexport * from './DictionaryTrigger';\nexport default DictionaryTrigger;\n"],"mappings":";;;;;AA2BA,IAAM,oBAAoB,MAAM,YAC7B,EAAE,UAAU,WAAW,OAAO,WAAW,QAAQ,GAAG,QAAQ,QAAQ;CACnE,MAAM,iBAAiB,WAAW,OAAO,mBAAmB,UAAU;AAEtE,QACE,oBAAC,UAAA;EACC,MAAK;EACL,eAAa;EACb,oBAAkB,YAAY;EAC9B,WAAW;EACX,iBAAe;EACV;EACL,GAAI;EAEH;GACM;EAGd;AAED,kBAAkB,cAAc;AC7ChC,IAAA,8BD+Ce"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
var DoctorMedium = ({ color, svgProperties, title }) => {
|
|
4
|
+
const palette = (() => {
|
|
5
|
+
switch (color) {
|
|
6
|
+
case "blueberry": return {
|
|
7
|
+
hair: "#00687F",
|
|
8
|
+
shirt: "#00AEC7"
|
|
9
|
+
};
|
|
10
|
+
case "cherry": return {
|
|
11
|
+
hair: "#BA2025",
|
|
12
|
+
shirt: "#F1593C"
|
|
13
|
+
};
|
|
14
|
+
default: return {
|
|
15
|
+
hair: "#989693",
|
|
16
|
+
shirt: "#D6D4D3"
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
})();
|
|
20
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
21
|
+
...svgProperties,
|
|
22
|
+
children: [
|
|
23
|
+
title,
|
|
24
|
+
/* @__PURE__ */ jsx("path", {
|
|
25
|
+
d: "M274.049 181.694s42.516 16.999 66.357 39.94l31.636 140.053 2.482 10.263-2.482 12.169s-13.215 41.738-27.705 54.631c0 0 1.503 3.407-11.162 0l10.867-8.842s-3.341-20.62-11.793-24.35c-8.452-3.716-10.867-4.642-10.867-4.642l-3.73 5.997-8.278-1.369 6.735-19.56-52.108.429 5.527-45.884 2.214-54.577 2.307-71.079v-33.179Zm-63.539-3.073s-3.622 17.321-4.226 31.824c-.603 14.503 0 41.684 0 41.684l5.233 52.766 16.917 80.068-25.383 1.087 38.263 26.578S224.597 427.935 225 458.94c0 0-27.785-5.165-65.243-33.5-37.459-28.322-47.521-51.478-47.521-51.478l3.824-62.976 4.427-37.109 8.05-34.641 5.031-11.484 52.766-36.372 24.163-12.772.013.013Z",
|
|
26
|
+
fill: "#fff",
|
|
27
|
+
"data-testid": "doctor-medium"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsx("path", {
|
|
30
|
+
d: "M209.061 189.637s12.518 10.156 23.13 12.316c10.612 2.16 16.676-.201 27.57-3.542 10.894-3.34 14.289-8.787 14.289-8.787s-2.241 154.863-7.902 178.852l-2.161 17.924h-33.943l-11.148-46.662-7.849-39.726-2.777-27.959-2.24-46.917 1.73-29.073 1.315-6.426h-.014Z",
|
|
31
|
+
fill: palette.shirt
|
|
32
|
+
}),
|
|
33
|
+
/* @__PURE__ */ jsx("path", {
|
|
34
|
+
d: "m204.312 132.269 9.713 8.291 2.361 14.758-9.096-5.729-2.978-17.32Zm-7.487-30.161 6.735 14.329 3.865-1.248 5.352 3.368 7.473 10.223 5.112-.497 4.36-6.855 7.607-19.32s10.961 6.735 21.064 9.714c10.089 2.991 24.176 2.616 24.176 2.616s12.343-2.496 17.441-6.977c5.098-4.481 2.495-15.455 2.495-15.455l-9.713-19.816-14.087-14.704-10.223-5.233h-13.953l-18.582 6.856-13.188 6.6-8.599 1.249-5.112.872-8.225 6.735-4.99 10.089-1.355 7.848 2.361 9.593-.014.013Z",
|
|
35
|
+
fill: palette.hair
|
|
36
|
+
}),
|
|
37
|
+
/* @__PURE__ */ jsx("path", {
|
|
38
|
+
d: "M255.589 149.589c.094 0 .174 0 .268-.014l8.332-1.113a2.008 2.008 0 0 0 1.73-2.214l-1.422-12.906a2.02 2.02 0 0 0-2.226-1.785 2.02 2.02 0 0 0-1.785 2.228l1.207 10.947-6.385.859a2.014 2.014 0 0 0 .254 4.011l.027-.013Z",
|
|
39
|
+
fill: "#000"
|
|
40
|
+
}),
|
|
41
|
+
/* @__PURE__ */ jsx("path", {
|
|
42
|
+
d: "M436.024 384.118h-62.278c.416-1.462.818-2.884 1.18-4.212a32.249 32.249 0 0 0 .322-15.59l-32.654-143.219v-.026a2.604 2.604 0 0 0-.229-.564c-.013-.027-.04-.054-.054-.094a2.086 2.086 0 0 0-.402-.443s-.013-.026-.027-.026c-17.937-13.9-33.446-23.707-45.065-30.281a4.96 4.96 0 0 0-1.18-.671 243.688 243.688 0 0 0-4.414-2.428 1.688 1.688 0 0 0-.484-.255c-9.351-5.004-15.146-7.379-16.206-7.808a1.883 1.883 0 0 0-.953-.215c-.604 0-1.167.295-1.543.778-.04.054-.08.094-.12.148-.014.027-.027.067-.054.094-.054.08-.094.174-.134.255-.014.04-.014.08-.027.12a1.746 1.746 0 0 0-.067.255c0 .067-.001.148-.014.215 0 .054-.013.107-.013.161v.282c-1.865-1.315-4.092-3.985-3.112-8.962 17.91-9.808 20.553-48.46 20.915-56.563 4.602-1.476 8.815-3.757 12.558-6.883 4.199-3.501 4.669-10.236 1.328-19.44-6.346-17.535-24.377-38.72-37.284-38.746h-.107c-18.166 0-28.926 5.97-36.774 10.317-5.273 2.925-9.432 5.232-13.886 4.776-4.387-.443-8.761 1.154-12.638 4.656-7.017 6.332-10.814 16.998-10.814 23.814 0 5.58 2.604 10.545 4.898 14.918 2.053 3.931 3.997 7.648 3.823 11.176a13.44 13.44 0 0 0-.201 3.327c.107 1.879.59 4.039 1.503 6.306a1.934 1.934 0 0 0-.094.684c.148 3.046 1.1 18.474 6.077 22.647 2.737 2.307 5.071 3.434 6.628 4.186.362.174.778.375 1.02.51.08.161.188.295.308.415.51 4.213.778 8.976.496 14.047-.214 3.837-.791 5.192-3.354 6.507 0-.067.014-.134.014-.201v-.188c0-.067 0-.134-.027-.201a.758.758 0 0 0-.027-.175.974.974 0 0 0-.067-.214c-.013-.04-.013-.081-.04-.121 0-.013-.014-.027-.027-.04a1.409 1.409 0 0 0-.108-.201c-.026-.054-.053-.094-.08-.135-.04-.053-.094-.107-.134-.161-.04-.04-.081-.094-.121-.134a1.25 1.25 0 0 1-.147-.121l-.162-.12-.16-.081c-.067-.04-.135-.067-.202-.094-.013 0-.026-.013-.04-.013-.04-.014-.08-.014-.12-.027a1.46 1.46 0 0 0-.229-.054c-.054 0-.107 0-.16-.013h-.229c-.054 0-.107 0-.161.013a.602.602 0 0 0-.214.041c-.067.013-.121.04-.175.053-.053.014-.093.027-.147.041-.148.067-8.372 3.595-22.62 12.021a1.945 1.945 0 0 0-.456.268c-.859.51-1.731 1.033-2.63 1.57h-.027c-.214.093-.59.295-1.086.67-12.545 7.648-28.953 18.636-48.191 33.796-3.287 1.865-19.856 17.83-25.692 150.584-.014.402.08.805.294 1.154.081.134 1.959 3.099 5.582 7.888H76.012A2.01 2.01 0 0 0 74 386.104a2.01 2.01 0 0 0 2.012 2.012h41.926c.161 0 .309-.027.456-.053 15.335 19.185 50.915 56.616 105.935 73.574h.067c.175.041.349.081.537.081h.053c.188 0 .35-.04.524-.094.04 0 .08-.027.107-.04.174-.067.349-.148.496-.255l.027-.027c.148-.107.269-.242.376-.376.027-.027.054-.053.067-.094.107-.147.188-.322.255-.509 0-.014.013-.027.027-.041 0-.04.013-.08.027-.121l.039-.201c0-.067.014-.147.014-.214v-.108a114.54 114.54 0 0 1-.027-3.689c5.179 1.274 9.808 1.838 13.953 1.838 12.866 0 21.05-5.233 26.766-9.781 3.099 2.04 11.511 6.507 25.88 6.507 2.294 0 4.749-.12 7.338-.375 11.686-1.154 22.607-7.004 30.656-12.625.148.08.309.148.497.188 2.938.671 5.366 1.006 7.285 1.006 2.361 0 3.917-.523 4.709-1.529 12.96-8.372 22.821-34.105 28.563-53.102h63.473a2.01 2.01 0 0 0 2.012-2.012 2.01 2.01 0 0 0-2.012-2.013l-.014.067Zm-128.608 19.628-7.54-1.476-14.879-7.955a10.642 10.642 0 0 0-11.323.751c-4.95 3.582-12.236 9.069-18.77 14.905-5.688 5.085-11.148 6.708-14.731 7.178 1.57-1.543 2.63-2.227 2.671-2.254.59-.349.952-.979.965-1.664a2.027 2.027 0 0 0-.872-1.717l-33.889-23.384h103.238l-4.87 15.603v.013ZM195.792 229.952l-5.325-38.853c7.875-4.629 13.765-7.674 17.32-9.405-2.737 11.363-8.331 45.414.563 111.207l-20.808-52.685 7.768-8.641a2.04 2.04 0 0 0 .496-1.623h-.014Zm14.195-37.619c5.152 4.441 16.73 12.625 31.985 12.625 8.854 0 18.943-2.778 29.73-10.626.161 36.184-.363 133.894-10.009 189.786h-31.34c-26.739-107.531-23.921-167.139-20.352-191.785h-.014Zm84.442.617c1.113.926 5.165 5.635 5.554 24.552-1.409 1.61-4.682 6.131-7.231 15.429l-5.769-9.177 4.642-32.374c.899.497 1.851 1.02 2.804 1.57Zm-11.552 30.965c-.067.469.041.952.296 1.355l7.03 11.162-16.167 54.631c2.066-49.063 1.744-95.537 1.61-107.706 2.509 1.114 6.681 3.059 12.209 5.984l-4.964 34.56-.014.014Zm30.657 160.203h-47.775c3.635-21.345 5.969-48.58 7.459-76.164 0-.013.013-.027.026-.053l16.422-55.503c-.657 9.753-.416 21.922 1.435 37.109a2.016 2.016 0 0 0 2 1.771h6.359a2.01 2.01 0 0 0 2.012-2.013 2.01 2.01 0 0 0-2.012-2.012h-4.575c-5.098-43.938 3.931-61.259 7.299-66.008 4.4 4.481 17.347 19.641 20.271 45.119h-6.252v-7.057a2.01 2.01 0 0 0-2.012-2.013 2.01 2.01 0 0 0-2.013 2.013v7.057h-3.837v-7.057a2.01 2.01 0 0 0-2.012-2.013 2.01 2.01 0 0 0-2.012 2.013v7.057h-4.777a2.01 2.01 0 0 0-2.012 2.012 2.01 2.01 0 0 0 2.012 2.013h23.291c.322 4.722.309 9.78-.174 15.16h-2.321a2.01 2.01 0 0 0-2.013 2.012 2.01 2.01 0 0 0 2.013 2.013h4.146a2.006 2.006 0 0 0 1.998-1.798c.658-6.238.738-12.048.403-17.454a2.013 2.013 0 0 0 1.543-1.946c0-1.06-.819-1.918-1.865-1.999-3.099-29.422-18.931-45.655-22.553-49.009-.201-9.834-1.395-16.274-2.817-20.487 10.317 6.172 22.995 14.543 37.283 25.545l-20.567 147.739-4.346 13.94-.027.013ZM200.233 106.657c-2.173-4.159-4.427-8.466-4.427-13.054 0-5.903 3.623-15.55 9.472-20.822 3.046-2.75 6.239-3.971 9.526-3.636 5.702.59 10.598-2.12 16.247-5.26 7.888-4.373 17.695-9.82 34.814-9.82h.108c10.827 0 27.745 20.192 33.501 36.09 2.629 7.258 2.575 12.718-.135 14.986a33.457 33.457 0 0 1-12.262 6.52 1.84 1.84 0 0 0-.483.148c-7.741 2.119-16.69 1.69-26.766-1.275-12.343-3.636-21.787-9.928-21.881-9.995a2.04 2.04 0 0 0-1.758-.241 2.02 2.02 0 0 0-1.261 1.234c-.054.134-4.763 13.403-7.621 20.755-1.703 4.36-4.521 4.763-5.836 4.709-2.187-3.314-8.774-12.679-14.207-13.497-1.329-.201-2.55.081-3.569.792-.832-2.603-2.147-5.125-3.448-7.607l-.014-.027Zm10.143 42.932c-1.865-1.57-3.233-7.245-3.998-12.853a32.316 32.316 0 0 0 5.984 5.393c.469 1.396 1.65 5.219 2.616 10.519a24.596 24.596 0 0 1-4.602-3.046v-.013Zm9.874 22.472c.993-17.441-4.105-31.34-4.319-31.917a2.014 2.014 0 0 0-.765-.966c-7.607-5.112-10.599-12.021-10.854-16.368-.054-.845 0-1.623.121-2.321.013-.081.04-.148.04-.228.255-1.127.738-2.026 1.435-2.63.134-.12.309-.228.725-.161 3.059.456 8.814 7.554 11.913 12.451a1.99 1.99 0 0 0 1.168.858c2.683.725 8.492.201 11.323-7.03 2.147-5.514 5.327-14.315 6.829-18.501 3.582 2.147 11.256 6.319 20.715 9.123 9.74 2.885 18.729 3.488 26.685 1.852-.282 4.722-1.154 15.187-3.73 25.625-3.072 12.45-9.244 27.409-21.198 28.053-23.693 1.301-31.73-19.225-32.065-20.124a2.005 2.005 0 0 0-2.589-1.181 2.006 2.006 0 0 0-1.18 2.589c.094.242 8.814 22.795 33.768 22.795.752 0 1.516-.014 2.294-.068a19.27 19.27 0 0 0 3.69-.563c-.094 4.226 1.409 9.552 7.352 11.9 0 1.167.027 2.536.04 4.079-31.595 25.075-56.402 2.857-60.923-1.704a94.08 94.08 0 0 1 .858-4.307l1.235-.51c5.34-2.213 7.07-4.722 7.419-10.733l.013-.013ZM113.47 374.62c5.823-131.56 22.057-145.553 23.52-146.56.228-.053.241-.107.455-.281 15.711-12.397 29.503-21.976 40.813-29.207-3.676 9.968-6.131 31.246 2.254 76.311-5.97 1.127-10.519 6.373-10.519 12.665 0 7.111 5.783 12.893 12.893 12.893 7.111 0 12.893-5.782 12.893-12.893 0-6.534-4.897-11.94-11.202-12.772-12.464-66.585-.779-79.29 1.207-80.914.309-.187.604-.362.899-.536l4.964 36.237-7.969 8.882a2 2 0 0 0-.376 2.079l27.611 69.912c3.474 21.506 8.398 45.991 15.254 73.669h-22.982l-30.186-20.822c-13.041-110.416-29.235-128.058-29.919-128.756a2.013 2.013 0 0 0-2.844-.027 2.013 2.013 0 0 0-.027 2.844c.161.161 15.993 17.442 28.899 127.307a2 2 0 0 0 .858 1.422l31.461 21.708 36.908 25.464c-4.521 3.971-13.993 14.959-15.348 38.089-.456.241-.818.67-.979 1.194a2.016 2.016 0 0 0 .832 2.254c-.014.697-.027 1.422-.027 2.146-68.503-22.217-105.572-76.472-109.409-82.335l.066.027Zm69.443-95.94c4.897 0 8.868 3.985 8.868 8.868 0 4.884-3.984 8.868-8.868 8.868-4.883 0-8.868-3.984-8.868-8.868 0-4.883 3.985-8.868 8.868-8.868Zm44.14 173.217c.872-15.348 5.527-24.994 9.565-30.562 3.247.147 11.981-.322 20.97-8.358 6.413-5.729 13.564-11.122 18.447-14.651a6.643 6.643 0 0 1 7.07-.47l20.608 11.029c3.126 1.677 4.91 5.165 4.414 8.68l-2.562 18.407a6 6 0 0 1-2.737 4.24 5.866 5.866 0 0 1-4.951.63c-11.35-3.649-19.199-4.615-23.358-2.898-2.079.872-4.159 2.616-6.547 4.629-7.258 6.118-18.112 15.254-40.906 9.324h-.013Zm73.4-1.704c-15.912 1.57-25.585-2.589-29.543-4.856 1.986-1.664 3.703-3.086 5.125-3.677 3.113-1.287 10.613-.187 20.581 3.006a9.911 9.911 0 0 0 8.331-1.047 9.99 9.99 0 0 0 4.589-7.084l2.562-18.407c.51-3.635-.63-7.244-2.951-9.941l7.727 1.516c.134.027.255.04.389.04.523 0 1.047-.214 1.422-.59l5.89-5.89c5.608 1.825 9.458 6.547 10.129 7.419 4.589 5.93 6.226 12.343 6.642 17.589-3.556 3.462-21.467 20.004-40.88 21.922h-.013Zm12.101-45.427c2.469-1.463 4.83-2.12 7.03-2.2l-2.992 2.991-4.025-.791h-.013Zm23.224 33.661a109.195 109.195 0 0 0 5.594-4.669c-.147 2.281-.469 3.998-.657 4.857-.55.134-1.959.295-4.937-.201v.013Zm9.566-3.408c.59-6.252.121-16.971-7.473-26.792-5.863-7.58-15.456-12.37-25.129-8.076l9.029-28.926c.027-.107.054-.214.067-.322l19.239-138.187 30.213 132.512a28.229 28.229 0 0 1-.281 13.631c-3.676 13.483-13.095 44.019-25.679 56.174l.014-.014Z",
|
|
43
|
+
fill: "#000"
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ jsx("path", {
|
|
46
|
+
d: "M237.947 128.753c.443 0 .885-.147 1.261-.442.121-.094 1.744-1.369 4.185-1.932a2.733 2.733 0 0 0-.321 1.288c0 1.395.979 2.522 2.2 2.522s2.2-1.127 2.2-2.522c0-.55-.161-1.06-.416-1.476a9.927 9.927 0 0 1 3.207 1.006 2.011 2.011 0 0 0 1.798-3.596c-8.224-4.118-15.081 1.342-15.376 1.584a2.01 2.01 0 0 0 1.275 3.568h-.013Zm28.764-2.737c.443 0 .899-.147 1.274-.456.027-.027 1.892-1.503 4.642-1.959-.295.43-.469.966-.469 1.543 0 1.395.979 2.522 2.2 2.522s2.201-1.127 2.201-2.522c0-.55-.161-1.06-.429-1.476a9.842 9.842 0 0 1 2.428.832 2.01 2.01 0 0 0 1.798-3.595c-7.97-3.985-14.624 1.301-14.893 1.529a2.02 2.02 0 0 0-.295 2.831c.402.483.98.738 1.556.738l-.013.013Z",
|
|
47
|
+
fill: "#000"
|
|
48
|
+
})
|
|
49
|
+
]
|
|
50
|
+
});
|
|
51
|
+
};
|
|
52
|
+
var DoctorMedium_default = DoctorMedium;
|
|
53
|
+
export { DoctorMedium_default as t };
|
|
54
|
+
|
|
55
|
+
//# sourceMappingURL=DoctorMedium.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DoctorMedium.js","names":["DoctorMedium: React.FC<BaseSvgIllustrationProps>"],"sources":["../src/components/Illustrations/DoctorMedium.tsx"],"sourcesContent":["import React from 'react';\n\nimport { Palette } from './Doctor';\nimport { BaseSvgIllustrationProps } from '../Illustration';\n\nconst DoctorMedium: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n hair: '#00687F',\n shirt: '#00AEC7',\n };\n case 'cherry':\n return {\n hair: '#BA2025',\n shirt: '#F1593C',\n };\n default:\n return {\n hair: '#989693',\n shirt: '#D6D4D3',\n };\n }\n })();\n\n return (\n <svg {...svgProperties}>\n {title}\n <path\n d=\"M274.049 181.694s42.516 16.999 66.357 39.94l31.636 140.053 2.482 10.263-2.482 12.169s-13.215 41.738-27.705 54.631c0 0 1.503 3.407-11.162 0l10.867-8.842s-3.341-20.62-11.793-24.35c-8.452-3.716-10.867-4.642-10.867-4.642l-3.73 5.997-8.278-1.369 6.735-19.56-52.108.429 5.527-45.884 2.214-54.577 2.307-71.079v-33.179Zm-63.539-3.073s-3.622 17.321-4.226 31.824c-.603 14.503 0 41.684 0 41.684l5.233 52.766 16.917 80.068-25.383 1.087 38.263 26.578S224.597 427.935 225 458.94c0 0-27.785-5.165-65.243-33.5-37.459-28.322-47.521-51.478-47.521-51.478l3.824-62.976 4.427-37.109 8.05-34.641 5.031-11.484 52.766-36.372 24.163-12.772.013.013Z\"\n fill=\"#fff\"\n data-testid=\"doctor-medium\"\n />\n <path\n d=\"M209.061 189.637s12.518 10.156 23.13 12.316c10.612 2.16 16.676-.201 27.57-3.542 10.894-3.34 14.289-8.787 14.289-8.787s-2.241 154.863-7.902 178.852l-2.161 17.924h-33.943l-11.148-46.662-7.849-39.726-2.777-27.959-2.24-46.917 1.73-29.073 1.315-6.426h-.014Z\"\n fill={palette.shirt}\n />\n <path\n d=\"m204.312 132.269 9.713 8.291 2.361 14.758-9.096-5.729-2.978-17.32Zm-7.487-30.161 6.735 14.329 3.865-1.248 5.352 3.368 7.473 10.223 5.112-.497 4.36-6.855 7.607-19.32s10.961 6.735 21.064 9.714c10.089 2.991 24.176 2.616 24.176 2.616s12.343-2.496 17.441-6.977c5.098-4.481 2.495-15.455 2.495-15.455l-9.713-19.816-14.087-14.704-10.223-5.233h-13.953l-18.582 6.856-13.188 6.6-8.599 1.249-5.112.872-8.225 6.735-4.99 10.089-1.355 7.848 2.361 9.593-.014.013Z\"\n fill={palette.hair}\n />\n <path\n d=\"M255.589 149.589c.094 0 .174 0 .268-.014l8.332-1.113a2.008 2.008 0 0 0 1.73-2.214l-1.422-12.906a2.02 2.02 0 0 0-2.226-1.785 2.02 2.02 0 0 0-1.785 2.228l1.207 10.947-6.385.859a2.014 2.014 0 0 0 .254 4.011l.027-.013Z\"\n fill=\"#000\"\n />\n <path\n d=\"M436.024 384.118h-62.278c.416-1.462.818-2.884 1.18-4.212a32.249 32.249 0 0 0 .322-15.59l-32.654-143.219v-.026a2.604 2.604 0 0 0-.229-.564c-.013-.027-.04-.054-.054-.094a2.086 2.086 0 0 0-.402-.443s-.013-.026-.027-.026c-17.937-13.9-33.446-23.707-45.065-30.281a4.96 4.96 0 0 0-1.18-.671 243.688 243.688 0 0 0-4.414-2.428 1.688 1.688 0 0 0-.484-.255c-9.351-5.004-15.146-7.379-16.206-7.808a1.883 1.883 0 0 0-.953-.215c-.604 0-1.167.295-1.543.778-.04.054-.08.094-.12.148-.014.027-.027.067-.054.094-.054.08-.094.174-.134.255-.014.04-.014.08-.027.12a1.746 1.746 0 0 0-.067.255c0 .067-.001.148-.014.215 0 .054-.013.107-.013.161v.282c-1.865-1.315-4.092-3.985-3.112-8.962 17.91-9.808 20.553-48.46 20.915-56.563 4.602-1.476 8.815-3.757 12.558-6.883 4.199-3.501 4.669-10.236 1.328-19.44-6.346-17.535-24.377-38.72-37.284-38.746h-.107c-18.166 0-28.926 5.97-36.774 10.317-5.273 2.925-9.432 5.232-13.886 4.776-4.387-.443-8.761 1.154-12.638 4.656-7.017 6.332-10.814 16.998-10.814 23.814 0 5.58 2.604 10.545 4.898 14.918 2.053 3.931 3.997 7.648 3.823 11.176a13.44 13.44 0 0 0-.201 3.327c.107 1.879.59 4.039 1.503 6.306a1.934 1.934 0 0 0-.094.684c.148 3.046 1.1 18.474 6.077 22.647 2.737 2.307 5.071 3.434 6.628 4.186.362.174.778.375 1.02.51.08.161.188.295.308.415.51 4.213.778 8.976.496 14.047-.214 3.837-.791 5.192-3.354 6.507 0-.067.014-.134.014-.201v-.188c0-.067 0-.134-.027-.201a.758.758 0 0 0-.027-.175.974.974 0 0 0-.067-.214c-.013-.04-.013-.081-.04-.121 0-.013-.014-.027-.027-.04a1.409 1.409 0 0 0-.108-.201c-.026-.054-.053-.094-.08-.135-.04-.053-.094-.107-.134-.161-.04-.04-.081-.094-.121-.134a1.25 1.25 0 0 1-.147-.121l-.162-.12-.16-.081c-.067-.04-.135-.067-.202-.094-.013 0-.026-.013-.04-.013-.04-.014-.08-.014-.12-.027a1.46 1.46 0 0 0-.229-.054c-.054 0-.107 0-.16-.013h-.229c-.054 0-.107 0-.161.013a.602.602 0 0 0-.214.041c-.067.013-.121.04-.175.053-.053.014-.093.027-.147.041-.148.067-8.372 3.595-22.62 12.021a1.945 1.945 0 0 0-.456.268c-.859.51-1.731 1.033-2.63 1.57h-.027c-.214.093-.59.295-1.086.67-12.545 7.648-28.953 18.636-48.191 33.796-3.287 1.865-19.856 17.83-25.692 150.584-.014.402.08.805.294 1.154.081.134 1.959 3.099 5.582 7.888H76.012A2.01 2.01 0 0 0 74 386.104a2.01 2.01 0 0 0 2.012 2.012h41.926c.161 0 .309-.027.456-.053 15.335 19.185 50.915 56.616 105.935 73.574h.067c.175.041.349.081.537.081h.053c.188 0 .35-.04.524-.094.04 0 .08-.027.107-.04.174-.067.349-.148.496-.255l.027-.027c.148-.107.269-.242.376-.376.027-.027.054-.053.067-.094.107-.147.188-.322.255-.509 0-.014.013-.027.027-.041 0-.04.013-.08.027-.121l.039-.201c0-.067.014-.147.014-.214v-.108a114.54 114.54 0 0 1-.027-3.689c5.179 1.274 9.808 1.838 13.953 1.838 12.866 0 21.05-5.233 26.766-9.781 3.099 2.04 11.511 6.507 25.88 6.507 2.294 0 4.749-.12 7.338-.375 11.686-1.154 22.607-7.004 30.656-12.625.148.08.309.148.497.188 2.938.671 5.366 1.006 7.285 1.006 2.361 0 3.917-.523 4.709-1.529 12.96-8.372 22.821-34.105 28.563-53.102h63.473a2.01 2.01 0 0 0 2.012-2.012 2.01 2.01 0 0 0-2.012-2.013l-.014.067Zm-128.608 19.628-7.54-1.476-14.879-7.955a10.642 10.642 0 0 0-11.323.751c-4.95 3.582-12.236 9.069-18.77 14.905-5.688 5.085-11.148 6.708-14.731 7.178 1.57-1.543 2.63-2.227 2.671-2.254.59-.349.952-.979.965-1.664a2.027 2.027 0 0 0-.872-1.717l-33.889-23.384h103.238l-4.87 15.603v.013ZM195.792 229.952l-5.325-38.853c7.875-4.629 13.765-7.674 17.32-9.405-2.737 11.363-8.331 45.414.563 111.207l-20.808-52.685 7.768-8.641a2.04 2.04 0 0 0 .496-1.623h-.014Zm14.195-37.619c5.152 4.441 16.73 12.625 31.985 12.625 8.854 0 18.943-2.778 29.73-10.626.161 36.184-.363 133.894-10.009 189.786h-31.34c-26.739-107.531-23.921-167.139-20.352-191.785h-.014Zm84.442.617c1.113.926 5.165 5.635 5.554 24.552-1.409 1.61-4.682 6.131-7.231 15.429l-5.769-9.177 4.642-32.374c.899.497 1.851 1.02 2.804 1.57Zm-11.552 30.965c-.067.469.041.952.296 1.355l7.03 11.162-16.167 54.631c2.066-49.063 1.744-95.537 1.61-107.706 2.509 1.114 6.681 3.059 12.209 5.984l-4.964 34.56-.014.014Zm30.657 160.203h-47.775c3.635-21.345 5.969-48.58 7.459-76.164 0-.013.013-.027.026-.053l16.422-55.503c-.657 9.753-.416 21.922 1.435 37.109a2.016 2.016 0 0 0 2 1.771h6.359a2.01 2.01 0 0 0 2.012-2.013 2.01 2.01 0 0 0-2.012-2.012h-4.575c-5.098-43.938 3.931-61.259 7.299-66.008 4.4 4.481 17.347 19.641 20.271 45.119h-6.252v-7.057a2.01 2.01 0 0 0-2.012-2.013 2.01 2.01 0 0 0-2.013 2.013v7.057h-3.837v-7.057a2.01 2.01 0 0 0-2.012-2.013 2.01 2.01 0 0 0-2.012 2.013v7.057h-4.777a2.01 2.01 0 0 0-2.012 2.012 2.01 2.01 0 0 0 2.012 2.013h23.291c.322 4.722.309 9.78-.174 15.16h-2.321a2.01 2.01 0 0 0-2.013 2.012 2.01 2.01 0 0 0 2.013 2.013h4.146a2.006 2.006 0 0 0 1.998-1.798c.658-6.238.738-12.048.403-17.454a2.013 2.013 0 0 0 1.543-1.946c0-1.06-.819-1.918-1.865-1.999-3.099-29.422-18.931-45.655-22.553-49.009-.201-9.834-1.395-16.274-2.817-20.487 10.317 6.172 22.995 14.543 37.283 25.545l-20.567 147.739-4.346 13.94-.027.013ZM200.233 106.657c-2.173-4.159-4.427-8.466-4.427-13.054 0-5.903 3.623-15.55 9.472-20.822 3.046-2.75 6.239-3.971 9.526-3.636 5.702.59 10.598-2.12 16.247-5.26 7.888-4.373 17.695-9.82 34.814-9.82h.108c10.827 0 27.745 20.192 33.501 36.09 2.629 7.258 2.575 12.718-.135 14.986a33.457 33.457 0 0 1-12.262 6.52 1.84 1.84 0 0 0-.483.148c-7.741 2.119-16.69 1.69-26.766-1.275-12.343-3.636-21.787-9.928-21.881-9.995a2.04 2.04 0 0 0-1.758-.241 2.02 2.02 0 0 0-1.261 1.234c-.054.134-4.763 13.403-7.621 20.755-1.703 4.36-4.521 4.763-5.836 4.709-2.187-3.314-8.774-12.679-14.207-13.497-1.329-.201-2.55.081-3.569.792-.832-2.603-2.147-5.125-3.448-7.607l-.014-.027Zm10.143 42.932c-1.865-1.57-3.233-7.245-3.998-12.853a32.316 32.316 0 0 0 5.984 5.393c.469 1.396 1.65 5.219 2.616 10.519a24.596 24.596 0 0 1-4.602-3.046v-.013Zm9.874 22.472c.993-17.441-4.105-31.34-4.319-31.917a2.014 2.014 0 0 0-.765-.966c-7.607-5.112-10.599-12.021-10.854-16.368-.054-.845 0-1.623.121-2.321.013-.081.04-.148.04-.228.255-1.127.738-2.026 1.435-2.63.134-.12.309-.228.725-.161 3.059.456 8.814 7.554 11.913 12.451a1.99 1.99 0 0 0 1.168.858c2.683.725 8.492.201 11.323-7.03 2.147-5.514 5.327-14.315 6.829-18.501 3.582 2.147 11.256 6.319 20.715 9.123 9.74 2.885 18.729 3.488 26.685 1.852-.282 4.722-1.154 15.187-3.73 25.625-3.072 12.45-9.244 27.409-21.198 28.053-23.693 1.301-31.73-19.225-32.065-20.124a2.005 2.005 0 0 0-2.589-1.181 2.006 2.006 0 0 0-1.18 2.589c.094.242 8.814 22.795 33.768 22.795.752 0 1.516-.014 2.294-.068a19.27 19.27 0 0 0 3.69-.563c-.094 4.226 1.409 9.552 7.352 11.9 0 1.167.027 2.536.04 4.079-31.595 25.075-56.402 2.857-60.923-1.704a94.08 94.08 0 0 1 .858-4.307l1.235-.51c5.34-2.213 7.07-4.722 7.419-10.733l.013-.013ZM113.47 374.62c5.823-131.56 22.057-145.553 23.52-146.56.228-.053.241-.107.455-.281 15.711-12.397 29.503-21.976 40.813-29.207-3.676 9.968-6.131 31.246 2.254 76.311-5.97 1.127-10.519 6.373-10.519 12.665 0 7.111 5.783 12.893 12.893 12.893 7.111 0 12.893-5.782 12.893-12.893 0-6.534-4.897-11.94-11.202-12.772-12.464-66.585-.779-79.29 1.207-80.914.309-.187.604-.362.899-.536l4.964 36.237-7.969 8.882a2 2 0 0 0-.376 2.079l27.611 69.912c3.474 21.506 8.398 45.991 15.254 73.669h-22.982l-30.186-20.822c-13.041-110.416-29.235-128.058-29.919-128.756a2.013 2.013 0 0 0-2.844-.027 2.013 2.013 0 0 0-.027 2.844c.161.161 15.993 17.442 28.899 127.307a2 2 0 0 0 .858 1.422l31.461 21.708 36.908 25.464c-4.521 3.971-13.993 14.959-15.348 38.089-.456.241-.818.67-.979 1.194a2.016 2.016 0 0 0 .832 2.254c-.014.697-.027 1.422-.027 2.146-68.503-22.217-105.572-76.472-109.409-82.335l.066.027Zm69.443-95.94c4.897 0 8.868 3.985 8.868 8.868 0 4.884-3.984 8.868-8.868 8.868-4.883 0-8.868-3.984-8.868-8.868 0-4.883 3.985-8.868 8.868-8.868Zm44.14 173.217c.872-15.348 5.527-24.994 9.565-30.562 3.247.147 11.981-.322 20.97-8.358 6.413-5.729 13.564-11.122 18.447-14.651a6.643 6.643 0 0 1 7.07-.47l20.608 11.029c3.126 1.677 4.91 5.165 4.414 8.68l-2.562 18.407a6 6 0 0 1-2.737 4.24 5.866 5.866 0 0 1-4.951.63c-11.35-3.649-19.199-4.615-23.358-2.898-2.079.872-4.159 2.616-6.547 4.629-7.258 6.118-18.112 15.254-40.906 9.324h-.013Zm73.4-1.704c-15.912 1.57-25.585-2.589-29.543-4.856 1.986-1.664 3.703-3.086 5.125-3.677 3.113-1.287 10.613-.187 20.581 3.006a9.911 9.911 0 0 0 8.331-1.047 9.99 9.99 0 0 0 4.589-7.084l2.562-18.407c.51-3.635-.63-7.244-2.951-9.941l7.727 1.516c.134.027.255.04.389.04.523 0 1.047-.214 1.422-.59l5.89-5.89c5.608 1.825 9.458 6.547 10.129 7.419 4.589 5.93 6.226 12.343 6.642 17.589-3.556 3.462-21.467 20.004-40.88 21.922h-.013Zm12.101-45.427c2.469-1.463 4.83-2.12 7.03-2.2l-2.992 2.991-4.025-.791h-.013Zm23.224 33.661a109.195 109.195 0 0 0 5.594-4.669c-.147 2.281-.469 3.998-.657 4.857-.55.134-1.959.295-4.937-.201v.013Zm9.566-3.408c.59-6.252.121-16.971-7.473-26.792-5.863-7.58-15.456-12.37-25.129-8.076l9.029-28.926c.027-.107.054-.214.067-.322l19.239-138.187 30.213 132.512a28.229 28.229 0 0 1-.281 13.631c-3.676 13.483-13.095 44.019-25.679 56.174l.014-.014Z\"\n fill=\"#000\"\n />\n <path\n d=\"M237.947 128.753c.443 0 .885-.147 1.261-.442.121-.094 1.744-1.369 4.185-1.932a2.733 2.733 0 0 0-.321 1.288c0 1.395.979 2.522 2.2 2.522s2.2-1.127 2.2-2.522c0-.55-.161-1.06-.416-1.476a9.927 9.927 0 0 1 3.207 1.006 2.011 2.011 0 0 0 1.798-3.596c-8.224-4.118-15.081 1.342-15.376 1.584a2.01 2.01 0 0 0 1.275 3.568h-.013Zm28.764-2.737c.443 0 .899-.147 1.274-.456.027-.027 1.892-1.503 4.642-1.959-.295.43-.469.966-.469 1.543 0 1.395.979 2.522 2.2 2.522s2.201-1.127 2.201-2.522c0-.55-.161-1.06-.429-1.476a9.842 9.842 0 0 1 2.428.832 2.01 2.01 0 0 0 1.798-3.595c-7.97-3.985-14.624 1.301-14.893 1.529a2.02 2.02 0 0 0-.295 2.831c.402.483.98.738 1.556.738l-.013.013Z\"\n fill=\"#000\"\n />\n </svg>\n );\n};\n\nexport default DoctorMedium;\n"],"mappings":";;AAKA,IAAMA,gBAAoD,EAAE,OAAO,eAAe,YAAY;CAC5F,MAAM,iBAA0B;AAC9B,UAAQ,OAAR;GACE,KAAK,YACH,QAAO;IACL,MAAM;IACN,OAAO;IACR;GACH,KAAK,SACH,QAAO;IACL,MAAM;IACN,OAAO;IACR;GACH,QACE,QAAO;IACL,MAAM;IACN,OAAO;IACR;;KAEH;AAEJ,QACE,qBAAC,OAAA;EAAI,GAAI;;GACN;GACD,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;IACL,eAAY;KACZ;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAM,QAAQ;KACd;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;;GACE;;AAIV,IAAA,uBAAe"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
var DoctorSmall = ({ color, svgProperties, title }) => {
|
|
4
|
+
const palette = (() => {
|
|
5
|
+
switch (color) {
|
|
6
|
+
case "blueberry": return {
|
|
7
|
+
hair: "#00687F",
|
|
8
|
+
shirt: "#00AEC7"
|
|
9
|
+
};
|
|
10
|
+
case "cherry": return {
|
|
11
|
+
hair: "#BA2025",
|
|
12
|
+
shirt: "#F1593C"
|
|
13
|
+
};
|
|
14
|
+
default: return {
|
|
15
|
+
hair: "#989693",
|
|
16
|
+
shirt: "#D6D4D3"
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
})();
|
|
20
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
21
|
+
...svgProperties,
|
|
22
|
+
children: [
|
|
23
|
+
title,
|
|
24
|
+
/* @__PURE__ */ jsxs("g", {
|
|
25
|
+
clipPath: "url(#Color=Blueberry, Size=Small__a)",
|
|
26
|
+
children: [
|
|
27
|
+
/* @__PURE__ */ jsx("path", {
|
|
28
|
+
d: "m83.57 54.35 1.077 5.542-3.489-1.694-1.334-3.283-.308-3.694 4.053 3.13Zm-.616-8.824 2.719 3.95 2.463-.462.82-1.436 2.207-5.798 1.129-2.668 4.925 2.668 3.848 1.283 4.926.975 4.617-.308 4.208-1.385 3.026-1.386.924-1.847v-2.155l-.924-3.642-1.59-2.874-2.257-3.54-2.36-3.027-3.438-3.13L104.965 19h-5.029l-3.848 1.026-4.617 1.95-3.335 1.898-3.13 1.129h-2.72l-2.462.82-1.95 1.9-1.436 2.718-1.283 4.002.257 3.387 2.462 4.515.719 2.873 1.898-1.488 2.463 1.796Z",
|
|
29
|
+
fill: palette.hair,
|
|
30
|
+
"data-testid": "doctor-small"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ jsx("path", {
|
|
33
|
+
d: "m84.006 75.403-2.998-2.363-.94 7.33v20.07L82 116.649l2.215 13.287 1.696 9.423 3.44 12.438h13.521l1.461-10.554.989-11.637.707-11.355.471-13.758.405-30.536-3.365 2.303-4.516 2.05c-1.182.226-3.625.678-3.94.678h-3.517l-2.655-.678-4.906-2.907Z",
|
|
34
|
+
fill: palette.shirt
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ jsx("path", {
|
|
37
|
+
d: "M71.582 74.903c3.643-2.65 8.28-4.554 10.143-5.175l-1.2 7.25-.41 5.373v9.75l.238 9.857.671 8.687.867 6.737 1.69 8.645.823 5.285 1.408 7.194 2.015 7.929 1.49 5.36h-10.44l14.943 10.392-2.632 3.108-1.871 3.52-1.173 3.867-.508 4.44-.253 3.71-4.63-1.427-6.31-2.568-6.818-3.773-8.244-5.708-6.691-5.422-5.676-5.677-4.63-5.866-1.965-2.885 1.014-15.221 2.442-22.768 1.078-7.293 2.06-7.864 1.872-4.978 1.966-1.903 4.597-3.266 4.508-3.1c1.69-.966 5.983-3.56 9.626-6.21Zm35.05 17.869.411-22.618 7.778 3.51 4.528 2.86 7.712 5.047 6.565 4.658 4.484 19.65 4.571 20.191 3.814 16.53.563 2.469-.196 2.579-1.473 4.592-3.249 9.078-2.275 5.112-3.315 5.091-2.08 1.69-2.383.326-2.036-.889 4.419-3.336v-1.062l-.628-3.249-1.04-2.492-1.624-2.144-1.712-1.538-2.729-1.322-2.666 2.86-3.444-.78.629-1.257 1.992-6.533H102.71l1.127-6.964.52-3.357.802-10.356.433-5.091.52-10.118.325-8.232.195-14.905Z",
|
|
38
|
+
fill: "#fff"
|
|
39
|
+
}),
|
|
40
|
+
/* @__PURE__ */ jsx("path", {
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "M102.423 18.127c1.358-.043 2.788.07 3.918.554 2.059.883 4.095 2.383 7.06 5.735 3.006 3.4 5.287 8.001 5.909 10.754.293 1.296.499 2.536.289 3.696-.222 1.224-.882 2.254-2.082 3.187-1.163.902-2.558 1.64-4.229 2.15-.11 1.734-.376 5.097-.728 7.198-.478 2.844-1.512 6.176-2.174 8.057-.696 1.976-2.094 4.245-3.328 5.548a8.448 8.448 0 0 1-2.135 1.649c-.149 1.345.189 2.219.601 2.773.186.25.396.447.601.597a.924.924 0 0 1 1.187-.718c.502.157 1.433.587 2.531 1.13 1.128.559 2.507 1.274 3.948 2.041 2.88 1.534 6.03 3.287 7.937 4.422 1.929 1.148 4.717 3.101 7.067 4.788 1.082.777 2.077 1.502 2.863 2.075l.21.152a161.605 161.605 0 0 0 1.311.947l.093.065.031.02c.258.155.525.342.767.607a.925.925 0 0 1 .354.485c.189.326.324.7.421 1.135l10.385 45.784.004.019c.287 1.398.74 3.552 1.167 5.472.213.961.418 1.859.592 2.572.18.741.311 1.217.376 1.384.528 1.373.51 2.921.439 4.34-.043.819-.293 1.911-.565 2.915-.114.421-.236.839-.356 1.235h24.664a.926.926 0 1 1 0 1.853h-25.259c-.643 1.916-2.7 7.841-4.142 11.098-1.568 3.54-3.196 5.855-4.329 7.304-.606.776-1.421 1.543-2.178 2.13a10.69 10.69 0 0 1-.746.534.939.939 0 0 1-.173.107c-.065.04-.129.078-.192.114-.32.182-.713.37-1.09.416-.253.03-.558.014-.824-.011a15.2 15.2 0 0 1-.923-.122 29.547 29.547 0 0 1-1.698-.326.786.786 0 0 1-.098-.027c-1.43 1.058-5.3 3.524-9.931 4.591-4.841 1.114-8.666.303-10.863-.162a33.597 33.597 0 0 0-.491-.104c-1.67-.342-3.29-1.262-4.106-1.818-.645.504-1.259.96-1.712 1.275-.893.621-2.212 1.395-4.191 1.933-1.9.517-3.572.765-5.013.622-.932-.092-3.612-.499-5.26-.757-.018.494-.02.956-.012 1.392a.929.929 0 0 1-1.163.914c-1.54-.405-4.912-1.519-8.743-3.177-3.86-1.672-10.41-5.382-14.132-7.955-3.73-2.58-8.546-6.608-12.647-10.63-2.07-2.03-4.305-4.593-6.144-6.875-.188-.234-.372-.465-.552-.693a.99.99 0 0 1-.174.016H28.447a.927.927 0 0 1 0-1.853h15.08c-.886-1.193-1.56-2.188-1.885-2.798a.926.926 0 0 1-.108-.466c.079-2.401.471-10.169.982-15.749.51-5.561 2.077-20.42 3.138-27.222.538-3.446 1.462-6.888 2.287-9.536a72.474 72.474 0 0 1 1.11-3.299c.297-.81.54-1.412.654-1.627.345-.645 1.002-1.82 2.583-3.102.758-.614 4.721-3.42 8.63-6.15 3.91-2.732 7.88-5.468 8.657-5.939 1.495-.905 6.153-3.708 11.726-6.198a.927.927 0 0 1 1.25.53l.163-.06a6.83 6.83 0 0 0 .52-.22c.132-.063.18-.096.18-.096.152-.15.716-1.013.656-2.763-.01-.255-.013-.527-.017-.82-.015-1.022-.033-2.308-.28-4.14-.476-.24-1.481-.755-2.032-1.082-.842-.5-1.699-1.357-2.363-2.686-.175-.349-.314-.867-.43-1.383a31.374 31.374 0 0 1-.343-1.843 74.44 74.44 0 0 1-.482-3.64.922.922 0 0 1 .104-.534c-.211-.675-.45-1.548-.514-2.47a6.28 6.28 0 0 1 .053-1.407.924.924 0 0 1-.11-.527c-.001.009.002-.034-.007-.144a4.533 4.533 0 0 0-.057-.425c-.065-.36-.186-.86-.405-1.491-.265-.764-.827-1.91-1.4-3.08l-.024-.047a66.107 66.107 0 0 1-.794-1.66c-.222-.487-.424-.971-.52-1.346-.35-1.378-.212-2.98.432-5.28.684-2.444 2.365-4.567 2.829-5.124l.061-.074c.51-.62 2.203-2.682 5.071-2.682 1.21 0 1.91-.092 2.37-.19a6.412 6.412 0 0 0 .668-.182c.148-.047.322-.101.498-.143.064-.014.249-.082.586-.238a30.73 30.73 0 0 0 1.15-.574c.471-.244.956-.502 1.464-.772.497-.264 1.016-.54 1.564-.825 2.199-1.147 5.02-2.07 7.328-2.554 1.16-.243 2.572-.454 3.953-.499Zm-23.319 25.17a1.914 1.914 0 0 1 1.198-.498c.503-.026.975.137 1.371.347.784.415 1.555 1.162 2.211 1.926a19.98 19.98 0 0 1 1.762 2.42 14.42 14.42 0 0 1 .649 1.156c.723-.109 1.328-.42 1.745-1.193.267-.496.867-2.008 1.534-3.785.654-1.743 1.34-3.653 1.773-4.879a.927.927 0 0 1 1.245-.541c1.01.441 2.054.983 3.028 1.496l.259.136c.888.467 1.705.898 2.423 1.222 1.574.712 5.095 2.027 9.222 2.027 4.144 0 6.939-1.054 8.855-2.543.909-.705 1.27-1.357 1.395-2.053.138-.757.018-1.672-.272-2.956-.544-2.408-2.661-6.736-5.49-9.934-2.868-3.244-4.691-4.527-6.402-5.26-.755-.324-1.86-.446-3.128-.405-1.244.04-2.546.233-3.63.46-2.18.458-4.834 1.33-6.853 2.383-.49.256-1.021.538-1.536.811-.536.285-1.055.56-1.495.789-.452.235-.87.445-1.223.61-.33.152-.673.298-.945.362-.103.024-.2.054-.346.1-.032.01-.068.02-.106.033-.199.061-.44.133-.749.199-.618.132-1.454.23-2.757.23-1.973 0-3.164 1.435-3.667 2.04l-.041.05c-.434.521-1.895 2.392-2.468 4.436-.612 2.187-.652 3.412-.42 4.323.05.197.187.546.41 1.038.217.476.486 1.027.772 1.61l.064.13c.541 1.104 1.143 2.331 1.446 3.205.061.176.117.346.166.509Zm1.242 9.869c.029.193.058.385.089.575.102.639.212 1.24.322 1.732.117.521.217.835.28.96.518 1.037 1.14 1.617 1.65 1.92.185.11.435.247.701.39a56.028 56.028 0 0 0-.922-3.877 17.762 17.762 0 0 1-2.12-1.7Zm.14 17.846a108.167 108.167 0 0 0-8.724 4.636.924.924 0 0 1-.349.667l-.019.018a.948.948 0 0 0-.05.053 2.13 2.13 0 0 0-.155.204c-.123.18-.27.437-.42.782-.301.69-.61 1.715-.773 3.137-.058.515-.12 1.012-.18 1.502-.386 3.11-.74 5.975-.21 11.454.46 4.727 1.462 10.804 2.013 13.853a4.933 4.933 0 0 1 3.325 1.926c.86 1.124 1.243 2.533 1.243 3.764 0 1.402-.751 2.601-1.734 3.429-.984.828-2.285 1.363-3.582 1.411-2.659.097-4.988-1.933-5.224-4.763-.238-2.85 1.474-4.298 2.523-4.998.507-.337 1.082-.544 1.584-.665-.563-3.141-1.538-9.094-1.993-13.778-.55-5.687-.175-8.724.215-11.864.06-.488.121-.978.179-1.482.122-1.066.32-1.961.554-2.7a768.255 768.255 0 0 0-6.73 4.657c-3.949 2.758-7.833 5.51-8.523 6.07-1.316 1.067-1.833 2.006-2.115 2.535l-.013.028-.039.086c-.032.074-.073.172-.122.295-.098.245-.226.576-.374.983a70.646 70.646 0 0 0-1.082 3.213c-.81 2.597-1.706 5.945-2.225 9.27-1.052 6.741-2.615 21.55-3.124 27.105-.49 5.349-.87 12.749-.966 15.384.538.92 1.849 2.728 3.539 4.826 1.811 2.249 3.998 4.754 5.998 6.716 4.04 3.962 8.776 7.919 12.404 10.428 3.636 2.514 10.08 6.162 13.814 7.778 2.959 1.281 5.62 2.223 7.32 2.75.05-1.933.306-4.287.955-7.336.41-1.928 1.175-4.027 2.195-5.909.793-1.463 1.762-2.836 2.874-3.895a3725.869 3725.869 0 0 0-14.159-9.884l-8.772-6.1-2.817-1.957-1.056-.733s-.001-.001.527-.762l-.528.761a.927.927 0 0 1-.39-.641c-.51-3.902-1.699-12.847-2.386-17.44-.856-5.721-2.65-14.341-3.7-18.502-1.064-4.216-2.834-10.672-5.472-14.667a.927.927 0 1 1 1.547-1.022c2.841 4.302 4.672 11.075 5.722 15.236 1.064 4.215 2.87 12.895 3.736 18.68.668 4.459 1.803 12.981 2.337 17.067l.72.501c.676.469 1.645 1.141 2.818 1.957l8.534 5.934a.919.919 0 0 1 .448-.115h8.468c-.85-2.888-2.247-7.909-3.03-11.711-.734-3.567-1.572-8.269-2.466-13.284-.475-2.665-.965-5.419-1.465-8.136-1.454-7.918-2.1-19.284-2.019-22.475.023-.866.02-2.252.017-3.906-.003-1.312-.006-2.794.003-4.321.02-3.406.1-7.03.389-9.261.32-2.468.704-5.019.984-6.789Zm8.81 81.736h32.711l-1.819 5.733-2.364-.54-.032-.006-.99-.189c-1.921-1.011-4.159-2.218-5.201-2.864-1.973-1.223-3.876-.522-4.64.043l-.004.002c-.682.509-2.77 2.13-5.753 4.61-3.66 3.043-5.393 3.75-6.375 4.054a5.77 5.77 0 0 1-.895.185c.204-.186.41-.355.62-.507a.926.926 0 0 0-.006-1.502c-1.478-1.061-7.097-4.982-12.895-9.019h7.642Zm2.971 12.959a16.96 16.96 0 0 0-1.016 1.653 20.787 20.787 0 0 0-2.012 5.411c-.407 1.913-.65 3.526-.785 4.917 1.64.258 4.417.68 5.32.769 1.117.11 2.537-.075 4.344-.566 1.73-.47 2.857-1.135 3.62-1.666.8-.556 2.179-1.617 3.274-2.553 1.216-1.04 2.575-1.67 3.694-1.783 1.025-.106 2.583.101 3.495.291.971.201 2.601.638 3.788 1.1.536.21.882.309 1.186.322.274.013.578-.042 1.015-.275.271-.145.53-.423.745-.793.214-.367.34-.747.386-.988.027-.141.066-.331.113-.565.217-1.065.625-3.063.975-5.725.126-.965-.182-2.04-.7-2.974a6.273 6.273 0 0 0-.825-1.16c-.29-.316-.523-.483-.647-.541l-.034-.016c-.556-.286-1.312-.678-2.141-1.114-1.933-1.016-4.307-2.292-5.438-2.993-1.157-.718-2.227-.288-2.561-.043-.65.484-2.71 2.083-5.674 4.547-3.776 3.14-5.722 4-7.01 4.4-1.054.327-2.446.368-2.999.355a1.035 1.035 0 0 1-.113-.01Zm28.512-5.189c1.13.063 3.094.707 3.094.707.307.07.628-.02.854-.24l2.45-2.387c.233.083.454.187.662.316 2.678 1.658 3.916 3.076 4.615 5.078.073.205.141.399.209.586.32.893.586 1.636.752 2.67.064.393.113.832.142 1.336a1248.942 1248.942 0 0 0-4.436 3.64c-.771.64-4.747 3.415-9.569 4.525-4.432 1.02-7.903.287-10.077-.172a52.162 52.162 0 0 0-.489-.103c-1.09-.224-2.21-.78-2.96-1.232.065-.053.128-.107.191-.161 1.015-.867 2.032-1.282 2.677-1.347.738-.076 2.072.083 2.93.261.901.187 2.427.597 3.491 1.013.564.22 1.149.419 1.778.447.66.029 1.294-.131 1.971-.494.679-.362 1.157-.951 1.474-1.494.253-.436.433-.892.539-1.287.987-5.94 2.283-8.521-.298-11.662Zm14.654 8.621a.926.926 0 0 0-.01-.344 15.658 15.658 0 0 0-.176-1.842c-.197-1.217-.527-2.134-.852-3.036l-.19-.536c-.885-2.534-2.49-4.247-5.391-6.044-1.364-.845-2.967-.943-4.324-.786-.668.078-1.305.221-1.869.389l3.543-11.166a.851.851 0 0 0 .035-.153l7.619-54.596 9.602 42.334c.289 1.405.743 3.563 1.171 5.492.214.966.422 1.878.601 2.609.171.705.33 1.309.447 1.61.371.968.389 2.155.316 3.58-.03.602-.23 1.526-.501 2.524-.266.977-.58 1.953-.803 2.633-.45 1.368-2.687 7.879-4.197 11.288-1.491 3.371-3.031 5.555-4.093 6.913-.27.346-.603.702-.958 1.039.035-.706.044-1.337.03-1.908Zm-1.883 1.847-1.787 1.464a13.026 13.026 0 0 0 1.027.144c.251.023.385.022.428.016l.003-.001c.017-.004.088-.027.221-.093.049-.554.085-1.063.108-1.53Zm-.997-84.314a2.163 2.163 0 0 0-.204-.136c-.18-.108-.781-.545-1.555-1.109l-.225-.165c-.787-.573-1.778-1.295-2.855-2.068-2.356-1.692-5.084-3.6-6.934-4.7a133.38 133.38 0 0 0-2.615-1.507c.073.234.144.486.212.757.404 1.605.732 3.9.795 7.064 1.142 1.033 3.235 3.356 4.882 6.574 2.244 4.382 3.301 8.112 3.577 9.649.134.759.382 2.616.512 4.776.13 2.151.148 4.672-.203 6.728a.928.928 0 0 1-.915.771h-1.487a.927.927 0 1 1 0-1.855h.684c.201-1.701.181-3.709.071-5.532-.126-2.099-.366-3.884-.488-4.562-.238-1.336-1.232-4.892-3.401-9.13-1.339-2.615-2.986-4.575-4.033-5.622-.588.8-1.129 1.658-1.607 2.78-.642 1.508-1.19 3.536-1.542 6.58-.643 5.564-.112 11.583.261 15.806l.028.309h1.663a.928.928 0 0 1 0 1.855h-2.513a.927.927 0 0 1-.923-.848l-.103-1.161c-.372-4.203-.921-10.41-.254-16.175.366-3.165.947-5.376 1.678-7.091.675-1.588 1.464-2.713 2.261-3.737-.057-3.1-.376-5.276-.741-6.727-.189-.75-.388-1.296-.564-1.67a3.11 3.11 0 0 0-.227-.418c-.066-.1-.103-.133-.1-.13a.917.917 0 0 1-.298-.53c-.821-.449-1.656-.9-2.47-1.333a154.164 154.164 0 0 0-3.899-2.016 51.58 51.58 0 0 0-1.101-.53c-.062 2.788-.147 9.399-.227 16.084l-.086 7.36c-.062 5.332-.111 9.606-.13 10.333-.054 2.073-.648 16.813-.866 19.681l-.054.714c-.284 3.758-1.103 14.63-1.645 18.354a358.947 358.947 0 0 1-1.063 6.8h18.745l1.779-5.607 8.18-58.616Zm-30.583 64.223H90.006c-.818-2.745-2.33-8.115-3.148-12.085-.73-3.544-1.56-8.202-2.45-13.198-.476-2.671-.97-5.438-1.473-8.184-1.432-7.792-2.068-19.03-1.99-22.091.024-.884.02-2.318.018-4.006-.003-1.313-.005-2.779.003-4.258.02-3.427.101-6.936.373-9.034.131-1.011.274-2.038.415-3.018a22.318 22.318 0 0 0 3.99 2.764c2.286 1.24 5.133 2.258 8.208 2.248 5.02-.016 9.539-2.439 12.041-4.275-.049 3.276-.102 7.58-.154 11.873l-.086 7.41c-.062 5.307-.111 9.544-.129 10.257-.054 2.067-.648 16.769-.862 19.589l-.053.708c-.285 3.775-1.1 14.582-1.632 18.233a362.431 362.431 0 0 1-1.107 7.067Zm4.062-77.552.023-1.262a4.57 4.57 0 0 1-2.019-1.547c-.583-.785-.983-1.83-1.002-3.155-.41.1-.842.174-1.297.215-2.239.206-4.43-.283-5.733-.768-1.226-.456-3.22-1.25-4.95-2.934-.816-.795-1.656-1.71-2.349-2.646-.682-.922-1.272-1.93-1.517-2.907a.927.927 0 0 1 1.799-.45c.157.63.581 1.407 1.209 2.254.616.834 1.383 1.673 2.151 2.42 1.439 1.4 3.122 2.086 4.304 2.526 1.105.411 3.014.834 4.916.66 1.818-.168 3.138-.955 4.145-2.018 1.047-1.106 2.312-3.147 2.925-4.89.648-1.837 1.642-5.055 2.094-7.747.303-1.8.543-4.633.668-6.436a21.708 21.708 0 0 1-3.875.327c-4.49 0-8.284-1.422-9.986-2.191-.772-.35-1.64-.807-2.514-1.267l-.267-.14a65.353 65.353 0 0 0-2.002-1.021 274.356 274.356 0 0 1-1.445 3.955c-.647 1.723-1.297 3.38-1.639 4.014-.994 1.842-2.67 2.19-3.961 2.214a.927.927 0 0 1-.919-.706l-.003-.01a1.885 1.885 0 0 0-.05-.132 4.925 4.925 0 0 0-.149-.32 12.606 12.606 0 0 0-.519-.912 18.063 18.063 0 0 0-1.592-2.188c-.613-.715-1.202-1.248-1.672-1.497-.231-.122-.361-.136-.408-.134h-.004c-.01 0-.03 0-.082.059-.644.745-.814 1.625-.75 2.552.064.907.345 1.775.582 2.508l.035.107c.165.512.63 1.151 1.332 1.838.683.667 1.51 1.299 2.27 1.803.185.124.32.31.38.524 1.672 6.011 1.716 9.093 1.745 11.076.004.29.008.559.016.808.074 2.124-.598 3.595-1.266 4.205-.188.17-.433.3-.615.388-.206.1-.44.196-.668.282-.359.137-.736.263-1.033.355a280.51 280.51 0 0 0-.253 1.624c.837.886 2.451 2.243 4.54 3.376 2.111 1.146 4.65 2.032 7.319 2.024 5.428-.017 10.332-3.232 12.077-4.828l.009-.008Zm16.352 85.639a9.523 9.523 0 0 1 2.32-.59l.03-.003-.94.916-1.41-.323ZM70.853 109.12c-.32.014-1.11.146-1.655.51-.83.553-1.858 1.453-1.704 3.3.156 1.867 1.662 3.125 3.31 3.065.854-.031 1.765-.396 2.454-.976.69-.581 1.075-1.301 1.075-2.011 0-.883-.283-1.881-.861-2.637-.554-.723-1.39-1.246-2.62-1.251Zm38.112-61.187c-1.838-.932-3.675-.065-4.354.5a.928.928 0 0 1-1.185-1.427c.982-.815 3.619-2.126 6.378-.726a.927.927 0 1 1-.839 1.653Zm-14.027.746c-.863.183-1.58.57-1.945.84a.927.927 0 1 1-1.106-1.487c.564-.419 1.523-.924 2.666-1.166 1.153-.245 2.551-.233 3.913.474a.927.927 0 0 1-.854 1.646c-.886-.46-1.823-.487-2.674-.307Zm7.419 1.647a.927.927 0 0 1 1.02.824l.549 5.176a.927.927 0 0 1-.763 1.011l-3.529.613a.927.927 0 0 1-.317-1.826l2.674-.465-.458-4.313a.927.927 0 0 1 .824-1.02Z",
|
|
44
|
+
fill: "#000"
|
|
45
|
+
}),
|
|
46
|
+
/* @__PURE__ */ jsx("path", {
|
|
47
|
+
d: "M96.789 49.243a1.03 1.03 0 1 1-2.06 0 1.03 1.03 0 0 1 2.06 0Zm11.564-.984a1.03 1.03 0 1 1-2.06 0 1.03 1.03 0 0 1 2.06 0Z",
|
|
48
|
+
fill: "#000"
|
|
49
|
+
})
|
|
50
|
+
]
|
|
51
|
+
}),
|
|
52
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
|
|
53
|
+
id: "Color=Blueberry, Size=Small__a",
|
|
54
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
55
|
+
fill: "#fff",
|
|
56
|
+
d: "M0 0h200v200H0z"
|
|
57
|
+
})
|
|
58
|
+
}) })
|
|
59
|
+
]
|
|
60
|
+
});
|
|
61
|
+
};
|
|
62
|
+
var DoctorSmall_default = DoctorSmall;
|
|
63
|
+
export { DoctorSmall_default as t };
|
|
64
|
+
|
|
65
|
+
//# sourceMappingURL=DoctorSmall.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DoctorSmall.js","names":["DoctorSmall: React.FC<BaseSvgIllustrationProps>"],"sources":["../src/components/Illustrations/DoctorSmall.tsx"],"sourcesContent":["import React from 'react';\n\nimport { Palette } from './Doctor';\nimport { BaseSvgIllustrationProps } from '../Illustration';\n\nconst DoctorSmall: React.FC<BaseSvgIllustrationProps> = ({ color, svgProperties, title }) => {\n const palette = ((): Palette => {\n switch (color) {\n case 'blueberry':\n return {\n hair: '#00687F',\n shirt: '#00AEC7',\n };\n case 'cherry':\n return {\n hair: '#BA2025',\n shirt: '#F1593C',\n };\n default:\n return {\n hair: '#989693',\n shirt: '#D6D4D3',\n };\n }\n })();\n\n return (\n <svg {...svgProperties}>\n {title}\n <g clipPath=\"url(#Color=Blueberry, Size=Small__a)\">\n <path\n d=\"m83.57 54.35 1.077 5.542-3.489-1.694-1.334-3.283-.308-3.694 4.053 3.13Zm-.616-8.824 2.719 3.95 2.463-.462.82-1.436 2.207-5.798 1.129-2.668 4.925 2.668 3.848 1.283 4.926.975 4.617-.308 4.208-1.385 3.026-1.386.924-1.847v-2.155l-.924-3.642-1.59-2.874-2.257-3.54-2.36-3.027-3.438-3.13L104.965 19h-5.029l-3.848 1.026-4.617 1.95-3.335 1.898-3.13 1.129h-2.72l-2.462.82-1.95 1.9-1.436 2.718-1.283 4.002.257 3.387 2.462 4.515.719 2.873 1.898-1.488 2.463 1.796Z\"\n fill={palette.hair}\n data-testid=\"doctor-small\"\n />\n <path\n d=\"m84.006 75.403-2.998-2.363-.94 7.33v20.07L82 116.649l2.215 13.287 1.696 9.423 3.44 12.438h13.521l1.461-10.554.989-11.637.707-11.355.471-13.758.405-30.536-3.365 2.303-4.516 2.05c-1.182.226-3.625.678-3.94.678h-3.517l-2.655-.678-4.906-2.907Z\"\n fill={palette.shirt}\n />\n <path\n d=\"M71.582 74.903c3.643-2.65 8.28-4.554 10.143-5.175l-1.2 7.25-.41 5.373v9.75l.238 9.857.671 8.687.867 6.737 1.69 8.645.823 5.285 1.408 7.194 2.015 7.929 1.49 5.36h-10.44l14.943 10.392-2.632 3.108-1.871 3.52-1.173 3.867-.508 4.44-.253 3.71-4.63-1.427-6.31-2.568-6.818-3.773-8.244-5.708-6.691-5.422-5.676-5.677-4.63-5.866-1.965-2.885 1.014-15.221 2.442-22.768 1.078-7.293 2.06-7.864 1.872-4.978 1.966-1.903 4.597-3.266 4.508-3.1c1.69-.966 5.983-3.56 9.626-6.21Zm35.05 17.869.411-22.618 7.778 3.51 4.528 2.86 7.712 5.047 6.565 4.658 4.484 19.65 4.571 20.191 3.814 16.53.563 2.469-.196 2.579-1.473 4.592-3.249 9.078-2.275 5.112-3.315 5.091-2.08 1.69-2.383.326-2.036-.889 4.419-3.336v-1.062l-.628-3.249-1.04-2.492-1.624-2.144-1.712-1.538-2.729-1.322-2.666 2.86-3.444-.78.629-1.257 1.992-6.533H102.71l1.127-6.964.52-3.357.802-10.356.433-5.091.52-10.118.325-8.232.195-14.905Z\"\n fill=\"#fff\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M102.423 18.127c1.358-.043 2.788.07 3.918.554 2.059.883 4.095 2.383 7.06 5.735 3.006 3.4 5.287 8.001 5.909 10.754.293 1.296.499 2.536.289 3.696-.222 1.224-.882 2.254-2.082 3.187-1.163.902-2.558 1.64-4.229 2.15-.11 1.734-.376 5.097-.728 7.198-.478 2.844-1.512 6.176-2.174 8.057-.696 1.976-2.094 4.245-3.328 5.548a8.448 8.448 0 0 1-2.135 1.649c-.149 1.345.189 2.219.601 2.773.186.25.396.447.601.597a.924.924 0 0 1 1.187-.718c.502.157 1.433.587 2.531 1.13 1.128.559 2.507 1.274 3.948 2.041 2.88 1.534 6.03 3.287 7.937 4.422 1.929 1.148 4.717 3.101 7.067 4.788 1.082.777 2.077 1.502 2.863 2.075l.21.152a161.605 161.605 0 0 0 1.311.947l.093.065.031.02c.258.155.525.342.767.607a.925.925 0 0 1 .354.485c.189.326.324.7.421 1.135l10.385 45.784.004.019c.287 1.398.74 3.552 1.167 5.472.213.961.418 1.859.592 2.572.18.741.311 1.217.376 1.384.528 1.373.51 2.921.439 4.34-.043.819-.293 1.911-.565 2.915-.114.421-.236.839-.356 1.235h24.664a.926.926 0 1 1 0 1.853h-25.259c-.643 1.916-2.7 7.841-4.142 11.098-1.568 3.54-3.196 5.855-4.329 7.304-.606.776-1.421 1.543-2.178 2.13a10.69 10.69 0 0 1-.746.534.939.939 0 0 1-.173.107c-.065.04-.129.078-.192.114-.32.182-.713.37-1.09.416-.253.03-.558.014-.824-.011a15.2 15.2 0 0 1-.923-.122 29.547 29.547 0 0 1-1.698-.326.786.786 0 0 1-.098-.027c-1.43 1.058-5.3 3.524-9.931 4.591-4.841 1.114-8.666.303-10.863-.162a33.597 33.597 0 0 0-.491-.104c-1.67-.342-3.29-1.262-4.106-1.818-.645.504-1.259.96-1.712 1.275-.893.621-2.212 1.395-4.191 1.933-1.9.517-3.572.765-5.013.622-.932-.092-3.612-.499-5.26-.757-.018.494-.02.956-.012 1.392a.929.929 0 0 1-1.163.914c-1.54-.405-4.912-1.519-8.743-3.177-3.86-1.672-10.41-5.382-14.132-7.955-3.73-2.58-8.546-6.608-12.647-10.63-2.07-2.03-4.305-4.593-6.144-6.875-.188-.234-.372-.465-.552-.693a.99.99 0 0 1-.174.016H28.447a.927.927 0 0 1 0-1.853h15.08c-.886-1.193-1.56-2.188-1.885-2.798a.926.926 0 0 1-.108-.466c.079-2.401.471-10.169.982-15.749.51-5.561 2.077-20.42 3.138-27.222.538-3.446 1.462-6.888 2.287-9.536a72.474 72.474 0 0 1 1.11-3.299c.297-.81.54-1.412.654-1.627.345-.645 1.002-1.82 2.583-3.102.758-.614 4.721-3.42 8.63-6.15 3.91-2.732 7.88-5.468 8.657-5.939 1.495-.905 6.153-3.708 11.726-6.198a.927.927 0 0 1 1.25.53l.163-.06a6.83 6.83 0 0 0 .52-.22c.132-.063.18-.096.18-.096.152-.15.716-1.013.656-2.763-.01-.255-.013-.527-.017-.82-.015-1.022-.033-2.308-.28-4.14-.476-.24-1.481-.755-2.032-1.082-.842-.5-1.699-1.357-2.363-2.686-.175-.349-.314-.867-.43-1.383a31.374 31.374 0 0 1-.343-1.843 74.44 74.44 0 0 1-.482-3.64.922.922 0 0 1 .104-.534c-.211-.675-.45-1.548-.514-2.47a6.28 6.28 0 0 1 .053-1.407.924.924 0 0 1-.11-.527c-.001.009.002-.034-.007-.144a4.533 4.533 0 0 0-.057-.425c-.065-.36-.186-.86-.405-1.491-.265-.764-.827-1.91-1.4-3.08l-.024-.047a66.107 66.107 0 0 1-.794-1.66c-.222-.487-.424-.971-.52-1.346-.35-1.378-.212-2.98.432-5.28.684-2.444 2.365-4.567 2.829-5.124l.061-.074c.51-.62 2.203-2.682 5.071-2.682 1.21 0 1.91-.092 2.37-.19a6.412 6.412 0 0 0 .668-.182c.148-.047.322-.101.498-.143.064-.014.249-.082.586-.238a30.73 30.73 0 0 0 1.15-.574c.471-.244.956-.502 1.464-.772.497-.264 1.016-.54 1.564-.825 2.199-1.147 5.02-2.07 7.328-2.554 1.16-.243 2.572-.454 3.953-.499Zm-23.319 25.17a1.914 1.914 0 0 1 1.198-.498c.503-.026.975.137 1.371.347.784.415 1.555 1.162 2.211 1.926a19.98 19.98 0 0 1 1.762 2.42 14.42 14.42 0 0 1 .649 1.156c.723-.109 1.328-.42 1.745-1.193.267-.496.867-2.008 1.534-3.785.654-1.743 1.34-3.653 1.773-4.879a.927.927 0 0 1 1.245-.541c1.01.441 2.054.983 3.028 1.496l.259.136c.888.467 1.705.898 2.423 1.222 1.574.712 5.095 2.027 9.222 2.027 4.144 0 6.939-1.054 8.855-2.543.909-.705 1.27-1.357 1.395-2.053.138-.757.018-1.672-.272-2.956-.544-2.408-2.661-6.736-5.49-9.934-2.868-3.244-4.691-4.527-6.402-5.26-.755-.324-1.86-.446-3.128-.405-1.244.04-2.546.233-3.63.46-2.18.458-4.834 1.33-6.853 2.383-.49.256-1.021.538-1.536.811-.536.285-1.055.56-1.495.789-.452.235-.87.445-1.223.61-.33.152-.673.298-.945.362-.103.024-.2.054-.346.1-.032.01-.068.02-.106.033-.199.061-.44.133-.749.199-.618.132-1.454.23-2.757.23-1.973 0-3.164 1.435-3.667 2.04l-.041.05c-.434.521-1.895 2.392-2.468 4.436-.612 2.187-.652 3.412-.42 4.323.05.197.187.546.41 1.038.217.476.486 1.027.772 1.61l.064.13c.541 1.104 1.143 2.331 1.446 3.205.061.176.117.346.166.509Zm1.242 9.869c.029.193.058.385.089.575.102.639.212 1.24.322 1.732.117.521.217.835.28.96.518 1.037 1.14 1.617 1.65 1.92.185.11.435.247.701.39a56.028 56.028 0 0 0-.922-3.877 17.762 17.762 0 0 1-2.12-1.7Zm.14 17.846a108.167 108.167 0 0 0-8.724 4.636.924.924 0 0 1-.349.667l-.019.018a.948.948 0 0 0-.05.053 2.13 2.13 0 0 0-.155.204c-.123.18-.27.437-.42.782-.301.69-.61 1.715-.773 3.137-.058.515-.12 1.012-.18 1.502-.386 3.11-.74 5.975-.21 11.454.46 4.727 1.462 10.804 2.013 13.853a4.933 4.933 0 0 1 3.325 1.926c.86 1.124 1.243 2.533 1.243 3.764 0 1.402-.751 2.601-1.734 3.429-.984.828-2.285 1.363-3.582 1.411-2.659.097-4.988-1.933-5.224-4.763-.238-2.85 1.474-4.298 2.523-4.998.507-.337 1.082-.544 1.584-.665-.563-3.141-1.538-9.094-1.993-13.778-.55-5.687-.175-8.724.215-11.864.06-.488.121-.978.179-1.482.122-1.066.32-1.961.554-2.7a768.255 768.255 0 0 0-6.73 4.657c-3.949 2.758-7.833 5.51-8.523 6.07-1.316 1.067-1.833 2.006-2.115 2.535l-.013.028-.039.086c-.032.074-.073.172-.122.295-.098.245-.226.576-.374.983a70.646 70.646 0 0 0-1.082 3.213c-.81 2.597-1.706 5.945-2.225 9.27-1.052 6.741-2.615 21.55-3.124 27.105-.49 5.349-.87 12.749-.966 15.384.538.92 1.849 2.728 3.539 4.826 1.811 2.249 3.998 4.754 5.998 6.716 4.04 3.962 8.776 7.919 12.404 10.428 3.636 2.514 10.08 6.162 13.814 7.778 2.959 1.281 5.62 2.223 7.32 2.75.05-1.933.306-4.287.955-7.336.41-1.928 1.175-4.027 2.195-5.909.793-1.463 1.762-2.836 2.874-3.895a3725.869 3725.869 0 0 0-14.159-9.884l-8.772-6.1-2.817-1.957-1.056-.733s-.001-.001.527-.762l-.528.761a.927.927 0 0 1-.39-.641c-.51-3.902-1.699-12.847-2.386-17.44-.856-5.721-2.65-14.341-3.7-18.502-1.064-4.216-2.834-10.672-5.472-14.667a.927.927 0 1 1 1.547-1.022c2.841 4.302 4.672 11.075 5.722 15.236 1.064 4.215 2.87 12.895 3.736 18.68.668 4.459 1.803 12.981 2.337 17.067l.72.501c.676.469 1.645 1.141 2.818 1.957l8.534 5.934a.919.919 0 0 1 .448-.115h8.468c-.85-2.888-2.247-7.909-3.03-11.711-.734-3.567-1.572-8.269-2.466-13.284-.475-2.665-.965-5.419-1.465-8.136-1.454-7.918-2.1-19.284-2.019-22.475.023-.866.02-2.252.017-3.906-.003-1.312-.006-2.794.003-4.321.02-3.406.1-7.03.389-9.261.32-2.468.704-5.019.984-6.789Zm8.81 81.736h32.711l-1.819 5.733-2.364-.54-.032-.006-.99-.189c-1.921-1.011-4.159-2.218-5.201-2.864-1.973-1.223-3.876-.522-4.64.043l-.004.002c-.682.509-2.77 2.13-5.753 4.61-3.66 3.043-5.393 3.75-6.375 4.054a5.77 5.77 0 0 1-.895.185c.204-.186.41-.355.62-.507a.926.926 0 0 0-.006-1.502c-1.478-1.061-7.097-4.982-12.895-9.019h7.642Zm2.971 12.959a16.96 16.96 0 0 0-1.016 1.653 20.787 20.787 0 0 0-2.012 5.411c-.407 1.913-.65 3.526-.785 4.917 1.64.258 4.417.68 5.32.769 1.117.11 2.537-.075 4.344-.566 1.73-.47 2.857-1.135 3.62-1.666.8-.556 2.179-1.617 3.274-2.553 1.216-1.04 2.575-1.67 3.694-1.783 1.025-.106 2.583.101 3.495.291.971.201 2.601.638 3.788 1.1.536.21.882.309 1.186.322.274.013.578-.042 1.015-.275.271-.145.53-.423.745-.793.214-.367.34-.747.386-.988.027-.141.066-.331.113-.565.217-1.065.625-3.063.975-5.725.126-.965-.182-2.04-.7-2.974a6.273 6.273 0 0 0-.825-1.16c-.29-.316-.523-.483-.647-.541l-.034-.016c-.556-.286-1.312-.678-2.141-1.114-1.933-1.016-4.307-2.292-5.438-2.993-1.157-.718-2.227-.288-2.561-.043-.65.484-2.71 2.083-5.674 4.547-3.776 3.14-5.722 4-7.01 4.4-1.054.327-2.446.368-2.999.355a1.035 1.035 0 0 1-.113-.01Zm28.512-5.189c1.13.063 3.094.707 3.094.707.307.07.628-.02.854-.24l2.45-2.387c.233.083.454.187.662.316 2.678 1.658 3.916 3.076 4.615 5.078.073.205.141.399.209.586.32.893.586 1.636.752 2.67.064.393.113.832.142 1.336a1248.942 1248.942 0 0 0-4.436 3.64c-.771.64-4.747 3.415-9.569 4.525-4.432 1.02-7.903.287-10.077-.172a52.162 52.162 0 0 0-.489-.103c-1.09-.224-2.21-.78-2.96-1.232.065-.053.128-.107.191-.161 1.015-.867 2.032-1.282 2.677-1.347.738-.076 2.072.083 2.93.261.901.187 2.427.597 3.491 1.013.564.22 1.149.419 1.778.447.66.029 1.294-.131 1.971-.494.679-.362 1.157-.951 1.474-1.494.253-.436.433-.892.539-1.287.987-5.94 2.283-8.521-.298-11.662Zm14.654 8.621a.926.926 0 0 0-.01-.344 15.658 15.658 0 0 0-.176-1.842c-.197-1.217-.527-2.134-.852-3.036l-.19-.536c-.885-2.534-2.49-4.247-5.391-6.044-1.364-.845-2.967-.943-4.324-.786-.668.078-1.305.221-1.869.389l3.543-11.166a.851.851 0 0 0 .035-.153l7.619-54.596 9.602 42.334c.289 1.405.743 3.563 1.171 5.492.214.966.422 1.878.601 2.609.171.705.33 1.309.447 1.61.371.968.389 2.155.316 3.58-.03.602-.23 1.526-.501 2.524-.266.977-.58 1.953-.803 2.633-.45 1.368-2.687 7.879-4.197 11.288-1.491 3.371-3.031 5.555-4.093 6.913-.27.346-.603.702-.958 1.039.035-.706.044-1.337.03-1.908Zm-1.883 1.847-1.787 1.464a13.026 13.026 0 0 0 1.027.144c.251.023.385.022.428.016l.003-.001c.017-.004.088-.027.221-.093.049-.554.085-1.063.108-1.53Zm-.997-84.314a2.163 2.163 0 0 0-.204-.136c-.18-.108-.781-.545-1.555-1.109l-.225-.165c-.787-.573-1.778-1.295-2.855-2.068-2.356-1.692-5.084-3.6-6.934-4.7a133.38 133.38 0 0 0-2.615-1.507c.073.234.144.486.212.757.404 1.605.732 3.9.795 7.064 1.142 1.033 3.235 3.356 4.882 6.574 2.244 4.382 3.301 8.112 3.577 9.649.134.759.382 2.616.512 4.776.13 2.151.148 4.672-.203 6.728a.928.928 0 0 1-.915.771h-1.487a.927.927 0 1 1 0-1.855h.684c.201-1.701.181-3.709.071-5.532-.126-2.099-.366-3.884-.488-4.562-.238-1.336-1.232-4.892-3.401-9.13-1.339-2.615-2.986-4.575-4.033-5.622-.588.8-1.129 1.658-1.607 2.78-.642 1.508-1.19 3.536-1.542 6.58-.643 5.564-.112 11.583.261 15.806l.028.309h1.663a.928.928 0 0 1 0 1.855h-2.513a.927.927 0 0 1-.923-.848l-.103-1.161c-.372-4.203-.921-10.41-.254-16.175.366-3.165.947-5.376 1.678-7.091.675-1.588 1.464-2.713 2.261-3.737-.057-3.1-.376-5.276-.741-6.727-.189-.75-.388-1.296-.564-1.67a3.11 3.11 0 0 0-.227-.418c-.066-.1-.103-.133-.1-.13a.917.917 0 0 1-.298-.53c-.821-.449-1.656-.9-2.47-1.333a154.164 154.164 0 0 0-3.899-2.016 51.58 51.58 0 0 0-1.101-.53c-.062 2.788-.147 9.399-.227 16.084l-.086 7.36c-.062 5.332-.111 9.606-.13 10.333-.054 2.073-.648 16.813-.866 19.681l-.054.714c-.284 3.758-1.103 14.63-1.645 18.354a358.947 358.947 0 0 1-1.063 6.8h18.745l1.779-5.607 8.18-58.616Zm-30.583 64.223H90.006c-.818-2.745-2.33-8.115-3.148-12.085-.73-3.544-1.56-8.202-2.45-13.198-.476-2.671-.97-5.438-1.473-8.184-1.432-7.792-2.068-19.03-1.99-22.091.024-.884.02-2.318.018-4.006-.003-1.313-.005-2.779.003-4.258.02-3.427.101-6.936.373-9.034.131-1.011.274-2.038.415-3.018a22.318 22.318 0 0 0 3.99 2.764c2.286 1.24 5.133 2.258 8.208 2.248 5.02-.016 9.539-2.439 12.041-4.275-.049 3.276-.102 7.58-.154 11.873l-.086 7.41c-.062 5.307-.111 9.544-.129 10.257-.054 2.067-.648 16.769-.862 19.589l-.053.708c-.285 3.775-1.1 14.582-1.632 18.233a362.431 362.431 0 0 1-1.107 7.067Zm4.062-77.552.023-1.262a4.57 4.57 0 0 1-2.019-1.547c-.583-.785-.983-1.83-1.002-3.155-.41.1-.842.174-1.297.215-2.239.206-4.43-.283-5.733-.768-1.226-.456-3.22-1.25-4.95-2.934-.816-.795-1.656-1.71-2.349-2.646-.682-.922-1.272-1.93-1.517-2.907a.927.927 0 0 1 1.799-.45c.157.63.581 1.407 1.209 2.254.616.834 1.383 1.673 2.151 2.42 1.439 1.4 3.122 2.086 4.304 2.526 1.105.411 3.014.834 4.916.66 1.818-.168 3.138-.955 4.145-2.018 1.047-1.106 2.312-3.147 2.925-4.89.648-1.837 1.642-5.055 2.094-7.747.303-1.8.543-4.633.668-6.436a21.708 21.708 0 0 1-3.875.327c-4.49 0-8.284-1.422-9.986-2.191-.772-.35-1.64-.807-2.514-1.267l-.267-.14a65.353 65.353 0 0 0-2.002-1.021 274.356 274.356 0 0 1-1.445 3.955c-.647 1.723-1.297 3.38-1.639 4.014-.994 1.842-2.67 2.19-3.961 2.214a.927.927 0 0 1-.919-.706l-.003-.01a1.885 1.885 0 0 0-.05-.132 4.925 4.925 0 0 0-.149-.32 12.606 12.606 0 0 0-.519-.912 18.063 18.063 0 0 0-1.592-2.188c-.613-.715-1.202-1.248-1.672-1.497-.231-.122-.361-.136-.408-.134h-.004c-.01 0-.03 0-.082.059-.644.745-.814 1.625-.75 2.552.064.907.345 1.775.582 2.508l.035.107c.165.512.63 1.151 1.332 1.838.683.667 1.51 1.299 2.27 1.803.185.124.32.31.38.524 1.672 6.011 1.716 9.093 1.745 11.076.004.29.008.559.016.808.074 2.124-.598 3.595-1.266 4.205-.188.17-.433.3-.615.388-.206.1-.44.196-.668.282-.359.137-.736.263-1.033.355a280.51 280.51 0 0 0-.253 1.624c.837.886 2.451 2.243 4.54 3.376 2.111 1.146 4.65 2.032 7.319 2.024 5.428-.017 10.332-3.232 12.077-4.828l.009-.008Zm16.352 85.639a9.523 9.523 0 0 1 2.32-.59l.03-.003-.94.916-1.41-.323ZM70.853 109.12c-.32.014-1.11.146-1.655.51-.83.553-1.858 1.453-1.704 3.3.156 1.867 1.662 3.125 3.31 3.065.854-.031 1.765-.396 2.454-.976.69-.581 1.075-1.301 1.075-2.011 0-.883-.283-1.881-.861-2.637-.554-.723-1.39-1.246-2.62-1.251Zm38.112-61.187c-1.838-.932-3.675-.065-4.354.5a.928.928 0 0 1-1.185-1.427c.982-.815 3.619-2.126 6.378-.726a.927.927 0 1 1-.839 1.653Zm-14.027.746c-.863.183-1.58.57-1.945.84a.927.927 0 1 1-1.106-1.487c.564-.419 1.523-.924 2.666-1.166 1.153-.245 2.551-.233 3.913.474a.927.927 0 0 1-.854 1.646c-.886-.46-1.823-.487-2.674-.307Zm7.419 1.647a.927.927 0 0 1 1.02.824l.549 5.176a.927.927 0 0 1-.763 1.011l-3.529.613a.927.927 0 0 1-.317-1.826l2.674-.465-.458-4.313a.927.927 0 0 1 .824-1.02Z\"\n fill=\"#000\"\n />\n <path\n d=\"M96.789 49.243a1.03 1.03 0 1 1-2.06 0 1.03 1.03 0 0 1 2.06 0Zm11.564-.984a1.03 1.03 0 1 1-2.06 0 1.03 1.03 0 0 1 2.06 0Z\"\n fill=\"#000\"\n />\n </g>\n <defs>\n <clipPath id=\"Color=Blueberry, Size=Small__a\">\n <path fill=\"#fff\" d=\"M0 0h200v200H0z\" />\n </clipPath>\n </defs>\n </svg>\n );\n};\n\nexport default DoctorSmall;\n"],"mappings":";;AAKA,IAAMA,eAAmD,EAAE,OAAO,eAAe,YAAY;CAC3F,MAAM,iBAA0B;AAC9B,UAAQ,OAAR;GACE,KAAK,YACH,QAAO;IACL,MAAM;IACN,OAAO;IACR;GACH,KAAK,SACH,QAAO;IACL,MAAM;IACN,OAAO;IACR;GACH,QACE,QAAO;IACL,MAAM;IACN,OAAO;IACR;;KAEH;AAEJ,QACE,qBAAC,OAAA;EAAI,GAAI;;GACN;GACD,qBAAC,KAAA;IAAE,UAAS;;KACV,oBAAC,QAAA;MACC,GAAE;MACF,MAAM,QAAQ;MACd,eAAY;OACZ;KACF,oBAAC,QAAA;MACC,GAAE;MACF,MAAM,QAAQ;OACd;KACF,oBAAC,QAAA;MACC,GAAE;MACF,MAAK;OACL;KACF,oBAAC,QAAA;MACC,UAAS;MACT,UAAS;MACT,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,MAAK;KAAO,GAAE;MAAoB;KAC/B,EAAA,CACN;;GACH;;AAIV,IAAA,sBAAe"}
|
package/lib/Drawer.js
ADDED
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import { n as uuid_default } from "./uuid.js";
|
|
2
|
+
import { c as ZIndex, n as AnalyticsId, o as KeyboardEventKey, s as LanguageLocales } from "./constants2.js";
|
|
3
|
+
import { r as useLanguage } from "./language.js";
|
|
4
|
+
import { t as useIsMobileBreakpoint } from "./useIsMobileBreakpoint.js";
|
|
5
|
+
import { t as Button_default } from "./Button.js";
|
|
6
|
+
import { n as getAriaLabelAttributes } from "./accessibility.js";
|
|
7
|
+
import { n as useFocusTrap_default } from "./useFocusTrap.js";
|
|
8
|
+
import { t as useIsVisible } from "./useIsVisible.js";
|
|
9
|
+
import { t as useKeyboardEvent } from "./useKeyboardEvent.js";
|
|
10
|
+
import { t as useOutsideEvent } from "./useOutsideEvent.js";
|
|
11
|
+
import { t as Close_default } from "./Close.js";
|
|
12
|
+
import { t as useReturnFocusOnUnmount } from "./useReturnFocusOnUnmount.js";
|
|
13
|
+
import { n as enableBodyScroll, t as disableBodyScroll } from "./scroll.js";
|
|
14
|
+
import { t as Title_default } from "./Title2.js";
|
|
15
|
+
import React, { useEffect, useRef } from "react";
|
|
16
|
+
import classNames from "classnames";
|
|
17
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
18
|
+
import { AnimatePresence, useAnimate, usePresence } from "motion/react";
|
|
19
|
+
import styles from "./components/Drawer/styles.module.scss";
|
|
20
|
+
var HN_Designsystem_Drawer_en_GB_default = { ariaLabelCloseBtn: "Close" };
|
|
21
|
+
var HN_Designsystem_Drawer_nb_NO_default = { ariaLabelCloseBtn: "Lukk" };
|
|
22
|
+
const getResources = (language) => {
|
|
23
|
+
switch (language) {
|
|
24
|
+
case LanguageLocales.ENGLISH: return HN_Designsystem_Drawer_en_GB_default;
|
|
25
|
+
case LanguageLocales.NORWEGIAN:
|
|
26
|
+
default: return HN_Designsystem_Drawer_nb_NO_default;
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
var Drawer = (props) => {
|
|
30
|
+
const { isOpen, ...rest } = props;
|
|
31
|
+
const isMobile = useIsMobileBreakpoint();
|
|
32
|
+
return /* @__PURE__ */ jsx(AnimatePresence, { children: isOpen && /* @__PURE__ */ jsx(InnerDrawer, {
|
|
33
|
+
...rest,
|
|
34
|
+
isMobile
|
|
35
|
+
}) });
|
|
36
|
+
};
|
|
37
|
+
var InnerDrawer = (props) => {
|
|
38
|
+
const { ariaLabel, ariaLabelledBy, ariaLabelCloseBtn: ariaLabelCloseBtn$2, children, closeColor = "blueberry", desktopDirection = "left", footerContent, headerClasses, noCloseButton = false, onPrimaryAction, onRequestClose, onSecondaryAction, primaryActionText, secondaryActionText, title, titleHtmlMarkup = "h3", titleId = uuid_default(), zIndex = ZIndex.OverlayScreen, resources, isMobile } = props;
|
|
39
|
+
const ariaLabelAttributes = getAriaLabelAttributes({
|
|
40
|
+
label: ariaLabel,
|
|
41
|
+
id: ariaLabelledBy,
|
|
42
|
+
fallbackId: titleId
|
|
43
|
+
});
|
|
44
|
+
const overlayRef = useRef(null);
|
|
45
|
+
const containerRef = useRef(null);
|
|
46
|
+
const contentRef = useRef(null);
|
|
47
|
+
const topContent = useRef(null);
|
|
48
|
+
const bottomContent = useRef(null);
|
|
49
|
+
const headerRef = useRef(null);
|
|
50
|
+
const footerRef = useRef(null);
|
|
51
|
+
const [scope, animate] = useAnimate();
|
|
52
|
+
const [isPresent, safeToRemove] = usePresence();
|
|
53
|
+
const [headerHeight, setHeaderHeight] = React.useState(0);
|
|
54
|
+
const [footerHeight, setFooterHeight] = React.useState(0);
|
|
55
|
+
const topContentVisible = useIsVisible(topContent);
|
|
56
|
+
const bottomContentVisible = useIsVisible(bottomContent, 0);
|
|
57
|
+
const { language } = useLanguage(LanguageLocales.NORWEGIAN);
|
|
58
|
+
const defaultResources = getResources(language);
|
|
59
|
+
const mergedResources = {
|
|
60
|
+
...defaultResources,
|
|
61
|
+
...resources,
|
|
62
|
+
ariaLabelCloseBtn: ariaLabelCloseBtn$2 || resources?.ariaLabelCloseBtn || defaultResources.ariaLabelCloseBtn
|
|
63
|
+
};
|
|
64
|
+
const contentIsScrollable = contentRef.current && contentRef.current.scrollHeight > contentRef.current.clientHeight;
|
|
65
|
+
const headerStyling = classNames(styles.drawer__header, headerClasses, { [styles["drawer__header--no-close-button"]]: noCloseButton });
|
|
66
|
+
const hasFooterContent = typeof footerContent !== "undefined" && footerContent || onPrimaryAction || onSecondaryAction;
|
|
67
|
+
useFocusTrap_default(containerRef, true);
|
|
68
|
+
useReturnFocusOnUnmount(containerRef);
|
|
69
|
+
useOutsideEvent(containerRef, () => {
|
|
70
|
+
if (onRequestClose) onRequestClose();
|
|
71
|
+
});
|
|
72
|
+
useKeyboardEvent(containerRef, () => onRequestClose && onRequestClose(), [KeyboardEventKey.Escape]);
|
|
73
|
+
useEffect(() => {
|
|
74
|
+
containerRef.current?.focus();
|
|
75
|
+
disableBodyScroll();
|
|
76
|
+
return () => {
|
|
77
|
+
enableBodyScroll();
|
|
78
|
+
};
|
|
79
|
+
}, []);
|
|
80
|
+
useEffect(() => {
|
|
81
|
+
const updateHeights = () => {
|
|
82
|
+
if (headerRef.current) setHeaderHeight(headerRef.current.offsetHeight);
|
|
83
|
+
if (footerRef.current) setFooterHeight(footerRef.current.offsetHeight);
|
|
84
|
+
};
|
|
85
|
+
updateHeights();
|
|
86
|
+
const resizeObserver = new ResizeObserver(updateHeights);
|
|
87
|
+
if (headerRef.current) resizeObserver.observe(headerRef.current);
|
|
88
|
+
if (footerRef.current) resizeObserver.observe(footerRef.current);
|
|
89
|
+
return () => {
|
|
90
|
+
resizeObserver.disconnect();
|
|
91
|
+
};
|
|
92
|
+
}, [hasFooterContent]);
|
|
93
|
+
useEffect(() => {
|
|
94
|
+
if (!overlayRef.current || !containerRef.current) return;
|
|
95
|
+
if (!isPresent) {
|
|
96
|
+
closeDrawer();
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
99
|
+
if (isMobile) animate(containerRef.current, { y: "0" }, {
|
|
100
|
+
duration: .3,
|
|
101
|
+
ease: "easeInOut"
|
|
102
|
+
});
|
|
103
|
+
else animate(containerRef.current, { x: "0" }, {
|
|
104
|
+
duration: .3,
|
|
105
|
+
ease: "easeInOut"
|
|
106
|
+
});
|
|
107
|
+
animate(overlayRef.current, {
|
|
108
|
+
opacity: 1,
|
|
109
|
+
pointerEvents: "auto"
|
|
110
|
+
}, {
|
|
111
|
+
duration: .3,
|
|
112
|
+
ease: "easeInOut"
|
|
113
|
+
});
|
|
114
|
+
}, [isPresent]);
|
|
115
|
+
const closeDrawer = () => {
|
|
116
|
+
if (!overlayRef.current || !containerRef.current) return;
|
|
117
|
+
animate(overlayRef.current, {
|
|
118
|
+
opacity: 0,
|
|
119
|
+
pointerEvents: "none"
|
|
120
|
+
}, {
|
|
121
|
+
duration: .3,
|
|
122
|
+
ease: "easeInOut"
|
|
123
|
+
});
|
|
124
|
+
if (isMobile) animate(containerRef.current, { y: "100%" }, {
|
|
125
|
+
duration: .3,
|
|
126
|
+
ease: "easeInOut",
|
|
127
|
+
onComplete: () => {
|
|
128
|
+
if (safeToRemove) safeToRemove();
|
|
129
|
+
}
|
|
130
|
+
});
|
|
131
|
+
else animate(containerRef.current, { x: desktopDirection === "left" ? "-100%" : "100%" }, {
|
|
132
|
+
duration: .3,
|
|
133
|
+
ease: "easeInOut",
|
|
134
|
+
onComplete: () => {
|
|
135
|
+
if (safeToRemove) safeToRemove();
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
};
|
|
139
|
+
const handleCTA = (callback) => {
|
|
140
|
+
if (callback) callback();
|
|
141
|
+
};
|
|
142
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
143
|
+
className: styles.drawer,
|
|
144
|
+
ref: scope,
|
|
145
|
+
style: { zIndex },
|
|
146
|
+
"data-analyticsid": AnalyticsId.Drawer,
|
|
147
|
+
children: [/* @__PURE__ */ jsx("div", {
|
|
148
|
+
className: styles.drawer__overlay,
|
|
149
|
+
ref: overlayRef,
|
|
150
|
+
"aria-hidden": "true"
|
|
151
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
152
|
+
className: classNames(styles.drawer__container, { [styles["drawer__container--right"]]: desktopDirection === "right" }),
|
|
153
|
+
ref: containerRef,
|
|
154
|
+
role: "dialog",
|
|
155
|
+
"aria-modal": "true",
|
|
156
|
+
tabIndex: -1,
|
|
157
|
+
...ariaLabelAttributes,
|
|
158
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
159
|
+
className: styles.drawer__container__inner,
|
|
160
|
+
children: [
|
|
161
|
+
/* @__PURE__ */ jsxs("div", {
|
|
162
|
+
className: headerStyling,
|
|
163
|
+
ref: headerRef,
|
|
164
|
+
children: [/* @__PURE__ */ jsx(Title_default, {
|
|
165
|
+
id: ariaLabelAttributes?.["aria-labelledby"],
|
|
166
|
+
htmlMarkup: titleHtmlMarkup,
|
|
167
|
+
appearance: "title3",
|
|
168
|
+
children: title
|
|
169
|
+
}), !noCloseButton && onRequestClose != void 0 && /* @__PURE__ */ jsx(Close_default, {
|
|
170
|
+
ariaLabel: mergedResources.ariaLabelCloseBtn,
|
|
171
|
+
color: closeColor,
|
|
172
|
+
onClick: onRequestClose,
|
|
173
|
+
className: styles["drawer__header__close-button"]
|
|
174
|
+
})]
|
|
175
|
+
}),
|
|
176
|
+
/* @__PURE__ */ jsx("div", {
|
|
177
|
+
className: classNames(styles["drawer__content__shadow"], styles["drawer__content__shadow--top"]),
|
|
178
|
+
style: {
|
|
179
|
+
opacity: !topContentVisible && contentIsScrollable ? 1 : 0,
|
|
180
|
+
top: headerHeight
|
|
181
|
+
}
|
|
182
|
+
}),
|
|
183
|
+
/* @__PURE__ */ jsxs("div", {
|
|
184
|
+
className: styles.drawer__content,
|
|
185
|
+
tabIndex: contentIsScrollable ? 0 : void 0,
|
|
186
|
+
role: contentIsScrollable ? "region" : void 0,
|
|
187
|
+
...contentIsScrollable ? ariaLabelAttributes : {},
|
|
188
|
+
ref: contentRef,
|
|
189
|
+
children: [
|
|
190
|
+
/* @__PURE__ */ jsx("div", { ref: topContent }),
|
|
191
|
+
/* @__PURE__ */ jsx("div", {
|
|
192
|
+
className: styles["drawer__content__children"],
|
|
193
|
+
children
|
|
194
|
+
}),
|
|
195
|
+
/* @__PURE__ */ jsx("div", {
|
|
196
|
+
ref: bottomContent,
|
|
197
|
+
style: { height: "1px" }
|
|
198
|
+
})
|
|
199
|
+
]
|
|
200
|
+
}),
|
|
201
|
+
/* @__PURE__ */ jsx("div", {
|
|
202
|
+
className: classNames(styles["drawer__content__shadow"], styles["drawer__content__shadow--bottom"]),
|
|
203
|
+
style: {
|
|
204
|
+
opacity: !bottomContentVisible && contentIsScrollable ? 1 : 0,
|
|
205
|
+
bottom: hasFooterContent ? footerHeight : 0
|
|
206
|
+
}
|
|
207
|
+
})
|
|
208
|
+
]
|
|
209
|
+
}), hasFooterContent && /* @__PURE__ */ jsx("div", {
|
|
210
|
+
className: styles.drawer__footer,
|
|
211
|
+
ref: footerRef,
|
|
212
|
+
children: footerContent ? footerContent : /* @__PURE__ */ jsxs(Fragment, { children: [onPrimaryAction && /* @__PURE__ */ jsx(Button_default, {
|
|
213
|
+
onClick: () => handleCTA(onPrimaryAction),
|
|
214
|
+
children: primaryActionText
|
|
215
|
+
}), onSecondaryAction && /* @__PURE__ */ jsx(Button_default, {
|
|
216
|
+
variant: "borderless",
|
|
217
|
+
onClick: () => handleCTA(onSecondaryAction),
|
|
218
|
+
children: secondaryActionText
|
|
219
|
+
})] })
|
|
220
|
+
})]
|
|
221
|
+
})]
|
|
222
|
+
});
|
|
223
|
+
};
|
|
224
|
+
var Drawer_default$1 = Drawer;
|
|
225
|
+
export { Drawer_default$1 as t };
|
|
226
|
+
|
|
227
|
+
//# sourceMappingURL=Drawer.js.map
|