@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
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const DotLookingGlass = ({ size, isHovered }) => {
|
|
4
|
-
const xxSmall = /* @__PURE__ */ jsx(
|
|
5
|
-
"path",
|
|
6
|
-
{
|
|
7
|
-
fillRule: "evenodd",
|
|
8
|
-
clipRule: "evenodd",
|
|
9
|
-
d: "M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Zm-7.75-16.5a7.25 7.25 0 1 1 13.463 3.738l3.525 3.524-2.475 2.475-3.524-3.524A7.25 7.25 0 0 1 16.25 23.5Zm7.25-3.75a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5Z"
|
|
10
|
-
}
|
|
11
|
-
);
|
|
12
|
-
const xxSmallHover = /* @__PURE__ */ jsx(
|
|
13
|
-
"path",
|
|
14
|
-
{
|
|
15
|
-
fillRule: "evenodd",
|
|
16
|
-
clipRule: "evenodd",
|
|
17
|
-
d: "M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Zm-9.75-18.5a7.25 7.25 0 1 1 13.463 3.738l5.525 5.524-2.475 2.475-5.524-5.524A7.25 7.25 0 0 1 14.25 21.5Zm7.25-3.75a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5Z"
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
return getIcon({
|
|
21
|
-
size,
|
|
22
|
-
isHovered,
|
|
23
|
-
normal: xxSmall,
|
|
24
|
-
normalHover: xxSmallHover
|
|
25
|
-
});
|
|
26
|
-
};
|
|
27
|
-
export {
|
|
28
|
-
DotLookingGlass as default
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=DotLookingGlass.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DotLookingGlass.js","sources":["../../../src/components/Icons/DotLookingGlass.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst DotLookingGlass: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const xxSmall = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Zm-7.75-16.5a7.25 7.25 0 1 1 13.463 3.738l3.525 3.524-2.475 2.475-3.524-3.524A7.25 7.25 0 0 1 16.25 23.5Zm7.25-3.75a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5Z\"\n />\n );\n\n const xxSmallHover = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Zm-9.75-18.5a7.25 7.25 0 1 1 13.463 3.738l5.525 5.524-2.475 2.475-5.524-5.524A7.25 7.25 0 0 1 14.25 21.5Zm7.25-3.75a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5Z\"\n />\n );\n\n return getIcon({\n size,\n isHovered,\n normal: xxSmall,\n normalHover: xxSmallHover,\n });\n};\n\nexport default DotLookingGlass;\n"],"names":[],"mappings":";;AAIA,MAAM,kBAA0C,CAAC,EAAE,MAAM,gBAAkD;AACzG,QAAM,UACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,QAAM,eACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,SAAO,QAAQ;AAAA,IACb;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,IACR,aAAa;AAAA,EAAA,CACd;AACH;"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const DotPending = ({ size, isHovered }) => {
|
|
4
|
-
const xxSmall = /* @__PURE__ */ jsx("path", { d: "M24 8c8.837 0 16 7.163 16 16s-7.163 16-16 16S8 32.837 8 24 15.163 8 24 8Zm0 10a6 6 0 1 0 0 12 6 6 0 0 0 0-12Z" });
|
|
5
|
-
const xxSmallHover = /* @__PURE__ */ jsx("path", { d: "M24 8c8.837 0 16 7.163 16 16s-7.163 16-16 16S8 32.837 8 24 15.163 8 24 8Zm0 10a6 6 0 1 0 0 12 6 6 0 0 0 0-12Z" });
|
|
6
|
-
return getIcon({
|
|
7
|
-
size,
|
|
8
|
-
isHovered,
|
|
9
|
-
normal: xxSmall,
|
|
10
|
-
normalHover: xxSmallHover
|
|
11
|
-
});
|
|
12
|
-
};
|
|
13
|
-
export {
|
|
14
|
-
DotPending as default
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=DotPending.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DotPending.js","sources":["../../../src/components/Icons/DotPending.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst DotPending: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const xxSmall = (\n <path d=\"M24 8c8.837 0 16 7.163 16 16s-7.163 16-16 16S8 32.837 8 24 15.163 8 24 8Zm0 10a6 6 0 1 0 0 12 6 6 0 0 0 0-12Z\" />\n );\n\n const xxSmallHover = (\n <path d=\"M24 8c8.837 0 16 7.163 16 16s-7.163 16-16 16S8 32.837 8 24 15.163 8 24 8Zm0 10a6 6 0 1 0 0 12 6 6 0 0 0 0-12Z\" />\n );\n\n return getIcon({\n size,\n isHovered,\n normal: xxSmall,\n normalHover: xxSmallHover,\n });\n};\n\nexport default DotPending;\n"],"names":[],"mappings":";;AAIA,MAAM,aAAqC,CAAC,EAAE,MAAM,gBAAkD;AACpG,QAAM,UACJ,oBAAC,QAAA,EAAK,GAAE,gHAAA,CAAgH;AAG1H,QAAM,eACJ,oBAAC,QAAA,EAAK,GAAE,gHAAA,CAAgH;AAG1H,SAAO,QAAQ;AAAA,IACb;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,IACR,aAAa;AAAA,EAAA,CACd;AACH;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const DotQuestionMark = ({ size, isHovered }) => {
|
|
4
|
-
const xxSmall = /* @__PURE__ */ jsx(
|
|
5
|
-
"path",
|
|
6
|
-
{
|
|
7
|
-
fillRule: "evenodd",
|
|
8
|
-
clipRule: "evenodd",
|
|
9
|
-
d: "M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Zm-3.25-19.778c0-1.104 1.16-2.472 3.25-2.472s3.25 1.368 3.25 2.472c0 .944-.533 1.532-1.793 2.467l-.257.189c-.517.378-1.17.856-1.681 1.388-.655.683-1.269 1.639-1.269 2.934v.8h3.5v-.8c0-.083.011-.216.294-.51.281-.293.643-.56 1.167-.945l.332-.245c1.24-.92 3.207-2.444 3.207-5.278 0-3.569-3.306-5.972-6.75-5.972s-6.75 2.404-6.75 5.972h3.5ZM26 33a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
|
|
10
|
-
}
|
|
11
|
-
);
|
|
12
|
-
const xxSmallHover = /* @__PURE__ */ jsx(
|
|
13
|
-
"path",
|
|
14
|
-
{
|
|
15
|
-
fillRule: "evenodd",
|
|
16
|
-
clipRule: "evenodd",
|
|
17
|
-
d: "M19.59 39.377c8.494 2.435 17.354-2.476 19.79-10.97 2.436-8.495-2.476-17.355-10.97-19.79-8.494-2.437-17.355 2.475-19.79 10.97-2.436 8.493 2.476 17.354 10.97 19.79Zm2.327-19.908c.304-1.061 1.797-2.056 3.806-1.48 2.008.575 2.747 2.21 2.442 3.271-.26.908-.934 1.326-2.403 1.878l-.299.11c-.6.221-1.361.501-1.999.872-.818.475-1.671 1.225-2.028 2.47l-.22.769 3.364.965.22-.77c.023-.079.07-.203.423-.408.351-.205.773-.361 1.383-.588l.386-.144c1.446-.543 3.757-1.465 4.538-4.189.983-3.43-1.532-6.652-4.843-7.601-3.31-.95-7.15.45-8.134 3.88l3.364.965Zm1.525 13.73a2 2 0 1 1-3.845-1.103 2 2 0 0 1 3.845 1.103Z"
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
return getIcon({
|
|
21
|
-
size,
|
|
22
|
-
isHovered,
|
|
23
|
-
normal: xxSmall,
|
|
24
|
-
normalHover: xxSmallHover
|
|
25
|
-
});
|
|
26
|
-
};
|
|
27
|
-
export {
|
|
28
|
-
DotQuestionMark as default
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=DotQuestionMark.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DotQuestionMark.js","sources":["../../../src/components/Icons/DotQuestionMark.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst DotQuestionMark: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const xxSmall = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Zm-3.25-19.778c0-1.104 1.16-2.472 3.25-2.472s3.25 1.368 3.25 2.472c0 .944-.533 1.532-1.793 2.467l-.257.189c-.517.378-1.17.856-1.681 1.388-.655.683-1.269 1.639-1.269 2.934v.8h3.5v-.8c0-.083.011-.216.294-.51.281-.293.643-.56 1.167-.945l.332-.245c1.24-.92 3.207-2.444 3.207-5.278 0-3.569-3.306-5.972-6.75-5.972s-6.75 2.404-6.75 5.972h3.5ZM26 33a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\"\n />\n );\n\n const xxSmallHover = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.59 39.377c8.494 2.435 17.354-2.476 19.79-10.97 2.436-8.495-2.476-17.355-10.97-19.79-8.494-2.437-17.355 2.475-19.79 10.97-2.436 8.493 2.476 17.354 10.97 19.79Zm2.327-19.908c.304-1.061 1.797-2.056 3.806-1.48 2.008.575 2.747 2.21 2.442 3.271-.26.908-.934 1.326-2.403 1.878l-.299.11c-.6.221-1.361.501-1.999.872-.818.475-1.671 1.225-2.028 2.47l-.22.769 3.364.965.22-.77c.023-.079.07-.203.423-.408.351-.205.773-.361 1.383-.588l.386-.144c1.446-.543 3.757-1.465 4.538-4.189.983-3.43-1.532-6.652-4.843-7.601-3.31-.95-7.15.45-8.134 3.88l3.364.965Zm1.525 13.73a2 2 0 1 1-3.845-1.103 2 2 0 0 1 3.845 1.103Z\"\n />\n );\n\n return getIcon({\n size,\n isHovered,\n normal: xxSmall,\n normalHover: xxSmallHover,\n });\n};\n\nexport default DotQuestionMark;\n"],"names":[],"mappings":";;AAIA,MAAM,kBAA0C,CAAC,EAAE,MAAM,gBAAkD;AACzG,QAAM,UACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,QAAM,eACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,SAAO,QAAQ;AAAA,IACb;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,IACR,aAAa;AAAA,EAAA,CACd;AACH;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const DotSuccess = ({ size, isHovered }) => {
|
|
4
|
-
const xxSmall = /* @__PURE__ */ jsx(
|
|
5
|
-
"path",
|
|
6
|
-
{
|
|
7
|
-
fillRule: "evenodd",
|
|
8
|
-
clipRule: "even-odd",
|
|
9
|
-
d: "M40 24c0 8.837-7.163 16-16 16S8 32.837 8 24 15.163 8 24 8s16 7.163 16 16Zm-16.915 7.913 10.738-12.08-2.99-2.657-7.919 8.91L18 21.17l-2.829 2.828 7.914 7.914Z"
|
|
10
|
-
}
|
|
11
|
-
);
|
|
12
|
-
const xxSmallHover = /* @__PURE__ */ jsx(
|
|
13
|
-
"path",
|
|
14
|
-
{
|
|
15
|
-
fillRule: "evenodd",
|
|
16
|
-
clipRule: "evenodd",
|
|
17
|
-
d: "M40 24c0 8.837-7.163 16-16 16S8 32.837 8 24 15.163 8 24 8s16 7.163 16 16Zm-16.915 7.913 12.738-14.08-2.99-2.657-9.919 10.91L16 19.17l-2.829 2.828 9.914 9.914Z"
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
return getIcon({
|
|
21
|
-
size,
|
|
22
|
-
isHovered,
|
|
23
|
-
normal: xxSmall,
|
|
24
|
-
normalHover: xxSmallHover
|
|
25
|
-
});
|
|
26
|
-
};
|
|
27
|
-
export {
|
|
28
|
-
DotSuccess as default
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=DotSuccess.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DotSuccess.js","sources":["../../../src/components/Icons/DotSuccess.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst DotSuccess: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const xxSmall = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"even-odd\"\n d=\"M40 24c0 8.837-7.163 16-16 16S8 32.837 8 24 15.163 8 24 8s16 7.163 16 16Zm-16.915 7.913 10.738-12.08-2.99-2.657-7.919 8.91L18 21.17l-2.829 2.828 7.914 7.914Z\"\n />\n );\n\n const xxSmallHover = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M40 24c0 8.837-7.163 16-16 16S8 32.837 8 24 15.163 8 24 8s16 7.163 16 16Zm-16.915 7.913 12.738-14.08-2.99-2.657-9.919 10.91L16 19.17l-2.829 2.828 9.914 9.914Z\"\n />\n );\n\n return getIcon({\n size,\n isHovered,\n normal: xxSmall,\n normalHover: xxSmallHover,\n });\n};\n\nexport default DotSuccess;\n"],"names":[],"mappings":";;AAIA,MAAM,aAAqC,CAAC,EAAE,MAAM,gBAAkD;AACpG,QAAM,UACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,QAAM,eACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,SAAO,QAAQ;AAAA,IACb;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,IACR,aAAa;AAAA,EAAA,CACd;AACH;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const DotTransparent = ({ size, isHovered }) => {
|
|
4
|
-
const xxSmall = /* @__PURE__ */ jsx(
|
|
5
|
-
"path",
|
|
6
|
-
{
|
|
7
|
-
fillRule: "evenodd",
|
|
8
|
-
clipRule: "evenodd",
|
|
9
|
-
d: "M24 35.5c6.351 0 11.5-5.149 11.5-11.5S30.351 12.5 24 12.5 12.5 17.649 12.5 24 17.649 35.5 24 35.5Zm0 4.5c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Z"
|
|
10
|
-
}
|
|
11
|
-
);
|
|
12
|
-
const xxSmallHover = /* @__PURE__ */ jsx(
|
|
13
|
-
"path",
|
|
14
|
-
{
|
|
15
|
-
fillRule: "evenodd",
|
|
16
|
-
clipRule: "evenodd",
|
|
17
|
-
d: "M24 35.5c6.351 0 11.5-5.149 11.5-11.5S30.351 12.5 24 12.5 12.5 17.649 12.5 24 17.649 35.5 24 35.5Zm0 4.5c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Z"
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
return getIcon({
|
|
21
|
-
size,
|
|
22
|
-
isHovered,
|
|
23
|
-
normal: xxSmall,
|
|
24
|
-
normalHover: xxSmallHover
|
|
25
|
-
});
|
|
26
|
-
};
|
|
27
|
-
export {
|
|
28
|
-
DotTransparent as default
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=DotTransparent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DotTransparent.js","sources":["../../../src/components/Icons/DotTransparent.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst DotTransparent: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const xxSmall = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M24 35.5c6.351 0 11.5-5.149 11.5-11.5S30.351 12.5 24 12.5 12.5 17.649 12.5 24 17.649 35.5 24 35.5Zm0 4.5c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Z\"\n />\n );\n\n const xxSmallHover = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M24 35.5c6.351 0 11.5-5.149 11.5-11.5S30.351 12.5 24 12.5 12.5 17.649 12.5 24 17.649 35.5 24 35.5Zm0 4.5c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Z\"\n />\n );\n\n return getIcon({\n size,\n isHovered,\n normal: xxSmall,\n normalHover: xxSmallHover,\n });\n};\n\nexport default DotTransparent;\n"],"names":[],"mappings":";;AAIA,MAAM,iBAAyC,CAAC,EAAE,MAAM,gBAAkD;AACxG,QAAM,UACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,QAAM,eACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,SAAO,QAAQ;AAAA,IACb;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,IACR,aAAa;AAAA,EAAA,CACd;AACH;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const DotWarningTriangle = ({ size, isHovered }) => {
|
|
4
|
-
const xxSmall = /* @__PURE__ */ jsx(
|
|
5
|
-
"path",
|
|
6
|
-
{
|
|
7
|
-
fillRule: "evenodd",
|
|
8
|
-
clipRule: "evenodd",
|
|
9
|
-
d: "M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Zm.064-26L34 30H14l10.064-16Zm3.642 12.5h-7.37l3.709-5.896 3.661 5.896Z"
|
|
10
|
-
}
|
|
11
|
-
);
|
|
12
|
-
const xxSmallHover = /* @__PURE__ */ jsx(
|
|
13
|
-
"path",
|
|
14
|
-
{
|
|
15
|
-
fillRule: "evenodd",
|
|
16
|
-
clipRule: "evenodd",
|
|
17
|
-
d: "M24 8C15.163 8 8 15.163 8 24s7.163 16 16 16 16-7.163 16-16S32.837 8 24 8Zm-.064 26L14 18h20L23.936 34Zm-3.642-12.5h7.37l-3.709 5.896-3.661-5.896Z"
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
return getIcon({
|
|
21
|
-
size,
|
|
22
|
-
isHovered,
|
|
23
|
-
normal: xxSmall,
|
|
24
|
-
normalHover: xxSmallHover
|
|
25
|
-
});
|
|
26
|
-
};
|
|
27
|
-
export {
|
|
28
|
-
DotWarningTriangle as default
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=DotWarningTriangle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DotWarningTriangle.js","sources":["../../../src/components/Icons/DotWarningTriangle.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst DotWarningTriangle: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const xxSmall = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M24 40c8.837 0 16-7.163 16-16S32.837 8 24 8 8 15.163 8 24s7.163 16 16 16Zm.064-26L34 30H14l10.064-16Zm3.642 12.5h-7.37l3.709-5.896 3.661 5.896Z\"\n />\n );\n\n const xxSmallHover = (\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M24 8C15.163 8 8 15.163 8 24s7.163 16 16 16 16-7.163 16-16S32.837 8 24 8Zm-.064 26L14 18h20L23.936 34Zm-3.642-12.5h7.37l-3.709 5.896-3.661-5.896Z\"\n />\n );\n\n return getIcon({\n size,\n isHovered,\n normal: xxSmall,\n normalHover: xxSmallHover,\n });\n};\n\nexport default DotWarningTriangle;\n"],"names":[],"mappings":";;AAIA,MAAM,qBAA6C,CAAC,EAAE,MAAM,gBAAkD;AAC5G,QAAM,UACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,QAAM,eACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,SAAO,QAAQ;AAAA,IACb;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,IACR,aAAa;AAAA,EAAA,CACd;AACH;"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const Download = ({ size, isHovered }) => {
|
|
4
|
-
const normal = /* @__PURE__ */ jsx(
|
|
5
|
-
"path",
|
|
6
|
-
{
|
|
7
|
-
fillRule: "evenodd",
|
|
8
|
-
d: "M33.065 21.776l-.9-.937-7.493 7.195V9.881h-1.3v18.053l-7.413-6.956-.89.948 9.024 8.466 8.972-8.616zM10.791 37.84H37.21v-1.3H10.791v1.3z"
|
|
9
|
-
}
|
|
10
|
-
);
|
|
11
|
-
const normalHover = /* @__PURE__ */ jsx(
|
|
12
|
-
"path",
|
|
13
|
-
{
|
|
14
|
-
fillRule: "evenodd",
|
|
15
|
-
d: "M33.065 24.302l-.9-.936-7.493 7.195V12.408h-1.3V30.46l-7.413-6.956-.89.948 9.024 8.466 8.972-8.616zM10.791 37.84H37.21v-1.3H10.791v1.3z"
|
|
16
|
-
}
|
|
17
|
-
);
|
|
18
|
-
const xSmall = /* @__PURE__ */ jsx(
|
|
19
|
-
"path",
|
|
20
|
-
{
|
|
21
|
-
fillRule: "evenodd",
|
|
22
|
-
d: "M10.791 38.074h26.42v-1.768H10.79v1.768zm22.438-16.13l-1.227-1.274-7.095 6.815V9.882h-1.77v17.51l-7.018-6.585-1.209 1.29 9.186 8.62 9.133-8.772z"
|
|
23
|
-
}
|
|
24
|
-
);
|
|
25
|
-
const xSmallHover = /* @__PURE__ */ jsx(
|
|
26
|
-
"path",
|
|
27
|
-
{
|
|
28
|
-
fillRule: "evenodd",
|
|
29
|
-
d: "M10.791 38.074H37.21v-1.768H10.79v1.768zm22.436-13.603l-1.224-1.274-7.096 6.813V12.408h-1.768v17.511l-7.02-6.586-1.209 1.29 9.185 8.62 9.132-8.772z"
|
|
30
|
-
}
|
|
31
|
-
);
|
|
32
|
-
return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });
|
|
33
|
-
};
|
|
34
|
-
export {
|
|
35
|
-
Download as default
|
|
36
|
-
};
|
|
37
|
-
//# sourceMappingURL=Download.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Download.js","sources":["../../../src/components/Icons/Download.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst Download: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): JSX.Element => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M33.065 21.776l-.9-.937-7.493 7.195V9.881h-1.3v18.053l-7.413-6.956-.89.948 9.024 8.466 8.972-8.616zM10.791 37.84H37.21v-1.3H10.791v1.3z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M33.065 24.302l-.9-.936-7.493 7.195V12.408h-1.3V30.46l-7.413-6.956-.89.948 9.024 8.466 8.972-8.616zM10.791 37.84H37.21v-1.3H10.791v1.3z\"\n />\n );\n\n const xSmall = (\n <path\n fillRule={'evenodd'}\n d=\"M10.791 38.074h26.42v-1.768H10.79v1.768zm22.438-16.13l-1.227-1.274-7.095 6.815V9.882h-1.77v17.51l-7.018-6.585-1.209 1.29 9.186 8.62 9.133-8.772z\"\n />\n );\n\n const xSmallHover = (\n <path\n fillRule={'evenodd'}\n d=\"M10.791 38.074H37.21v-1.768H10.79v1.768zm22.436-13.603l-1.224-1.274-7.096 6.813V12.408h-1.768v17.511l-7.02-6.586-1.209 1.29 9.185 8.62 9.132-8.772z\"\n />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default Download;\n"],"names":[],"mappings":";;AAIA,MAAM,WAAmC,CAAC,EAAE,MAAM,gBAA2C;AAC3F,QAAM,SACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,QAAM,cACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,QAAM,SACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,QAAM,cACJ;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAU;AAAA,MACV,GAAE;AAAA,IAAA;AAAA,EAAA;AAIN,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa,QAAQ,aAAa;AAC9E;"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
const Draft = ({ isHovered }) => {
|
|
3
|
-
const normal = /* @__PURE__ */ jsx("path", { d: "M42.365 15.045l-.299.299-3.797-3.797.3-.299c1.014-1.016 2.782-1.015 3.796 0 .508.507.788 1.181.788 1.899 0 .716-.28 1.391-.788 1.898zm-1.87 1.871l-3.797-3.797.669-.669 3.797 3.797-.67.669zm-10.53 10.53l-1.471-1.471 9.696-9.559 1.403 1.402-9.629 9.628zm2.793 10.589H10.99V9.965h21.77v5.289l-7.945 7.944a.66.66 0 00-.134.198l-3.622 8.333a.639.639 0 00.84.838l8.322-3.633a.657.657 0 00.196-.134l2.342-2.343v11.578zm-8.424-7.924l-1.46.638.637-1.463.823.825zm-.277-2.082l1.42-3.265 3.375 3.375-3.26 1.424-1.535-1.534zm11.738-14.007l1.545 1.545-9.696 9.56-1.476-1.478 9.627-9.627zm7.472-3.676c-1.495-1.495-4.104-1.497-5.6 0l-3.49 3.49V8.547H9.571v30.906h24.604V25.039l9.091-9.092a3.936 3.936 0 001.161-2.8 3.935 3.935 0 00-1.16-2.801z" });
|
|
4
|
-
const normalHover = /* @__PURE__ */ jsx("path", { d: "M39.365 15.045l-.299.299-3.797-3.797.3-.299c1.014-1.016 2.782-1.015 3.796 0 .508.507.788 1.181.788 1.899 0 .716-.28 1.391-.788 1.898zm-1.87 1.871l-3.797-3.797.669-.669 3.797 3.797-.67.669zm-10.53 10.53l-1.471-1.471 9.696-9.559 1.403 1.402-9.629 9.628zm2.794 10.589H7.989V9.965h21.77v5.289l-7.945 7.944a.66.66 0 00-.134.198l-3.622 8.333a.639.639 0 00.84.838l8.322-3.633a.657.657 0 00.196-.134l2.343-2.343v11.578zm-8.425-7.924l-1.46.638.637-1.463.823.825zm-.277-2.082l1.42-3.265 3.375 3.375-3.26 1.424-1.535-1.534zm11.738-14.007l1.545 1.545-9.696 9.56-1.476-1.478 9.627-9.627zm7.472-3.676c-1.495-1.495-4.104-1.497-5.6 0l-3.49 3.49V8.547H6.572v30.906h24.605V25.039l9.09-9.092a3.936 3.936 0 001.161-2.8 3.935 3.935 0 00-1.16-2.801z" });
|
|
5
|
-
return isHovered ? normalHover : normal;
|
|
6
|
-
};
|
|
7
|
-
export {
|
|
8
|
-
Draft as default
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=Draft.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Draft.js","sources":["../../../src/components/Icons/Draft.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst Draft: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M42.365 15.045l-.299.299-3.797-3.797.3-.299c1.014-1.016 2.782-1.015 3.796 0 .508.507.788 1.181.788 1.899 0 .716-.28 1.391-.788 1.898zm-1.87 1.871l-3.797-3.797.669-.669 3.797 3.797-.67.669zm-10.53 10.53l-1.471-1.471 9.696-9.559 1.403 1.402-9.629 9.628zm2.793 10.589H10.99V9.965h21.77v5.289l-7.945 7.944a.66.66 0 00-.134.198l-3.622 8.333a.639.639 0 00.84.838l8.322-3.633a.657.657 0 00.196-.134l2.342-2.343v11.578zm-8.424-7.924l-1.46.638.637-1.463.823.825zm-.277-2.082l1.42-3.265 3.375 3.375-3.26 1.424-1.535-1.534zm11.738-14.007l1.545 1.545-9.696 9.56-1.476-1.478 9.627-9.627zm7.472-3.676c-1.495-1.495-4.104-1.497-5.6 0l-3.49 3.49V8.547H9.571v30.906h24.604V25.039l9.091-9.092a3.936 3.936 0 001.161-2.8 3.935 3.935 0 00-1.16-2.801z\" />\n );\n\n const normalHover = (\n <path d=\"M39.365 15.045l-.299.299-3.797-3.797.3-.299c1.014-1.016 2.782-1.015 3.796 0 .508.507.788 1.181.788 1.899 0 .716-.28 1.391-.788 1.898zm-1.87 1.871l-3.797-3.797.669-.669 3.797 3.797-.67.669zm-10.53 10.53l-1.471-1.471 9.696-9.559 1.403 1.402-9.629 9.628zm2.794 10.589H7.989V9.965h21.77v5.289l-7.945 7.944a.66.66 0 00-.134.198l-3.622 8.333a.639.639 0 00.84.838l8.322-3.633a.657.657 0 00.196-.134l2.343-2.343v11.578zm-8.425-7.924l-1.46.638.637-1.463.823.825zm-.277-2.082l1.42-3.265 3.375 3.375-3.26 1.424-1.535-1.534zm11.738-14.007l1.545 1.545-9.696 9.56-1.476-1.478 9.627-9.627zm7.472-3.676c-1.495-1.495-4.104-1.497-5.6 0l-3.49 3.49V8.547H6.572v30.906h24.605V25.039l9.09-9.092a3.936 3.936 0 001.161-2.8 3.935 3.935 0 00-1.16-2.801z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Draft;\n"],"names":[],"mappings":";AAIA,MAAM,QAAgC,CAAC,EAAE,gBAAkD;AACzF,QAAM,SACJ,oBAAC,QAAA,EAAK,GAAE,2tBAAA,CAA2tB;AAGruB,QAAM,cACJ,oBAAC,QAAA,EAAK,GAAE,0tBAAA,CAA0tB;AAGpuB,SAAO,YAAY,cAAc;AACnC;"}
|
package/components/Icons/Drag.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx, Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const Drag = ({ size, isHovered }) => {
|
|
4
|
-
const normal = /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M40 27.766H24.503v11.276l4.629-4.73.715.7-5.844 5.972-.358-.364-5.49-5.608.714-.7 4.634 4.733v-11.28H8v-1.5h32v1.5ZM29.847 12.984l-.358.351-.357.35-4.63-4.728v11.28H40v1.5H8v-1.5h15.503V8.954l-4.634 4.73-.357-.35-.358-.35 5.492-5.602.357-.365 5.844 5.966Z" }) });
|
|
5
|
-
const normalHover = /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", { d: "M40 28.764H24.503V40.04l4.629-4.73.715.7-5.844 5.972-.358-.364-5.49-5.608.714-.7 4.634 4.733v-11.28H8v-1.5h32v1.5ZM29.847 11.982l-.358.351-.357.35-4.63-4.728v11.28H40v1.5H8v-1.5h15.503V7.953l-4.634 4.73-.357-.35-.358-.35 5.492-5.602.357-.365 5.844 5.966Z" }) });
|
|
6
|
-
return getIcon({ size, isHovered, normal, normalHover });
|
|
7
|
-
};
|
|
8
|
-
export {
|
|
9
|
-
Drag as default
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=Drag.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Drag.js","sources":["../../../src/components/Icons/Drag.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst Drag: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"M40 27.766H24.503v11.276l4.629-4.73.715.7-5.844 5.972-.358-.364-5.49-5.608.714-.7 4.634 4.733v-11.28H8v-1.5h32v1.5ZM29.847 12.984l-.358.351-.357.35-4.63-4.728v11.28H40v1.5H8v-1.5h15.503V8.954l-4.634 4.73-.357-.35-.358-.35 5.492-5.602.357-.365 5.844 5.966Z\" />\n </>\n );\n\n const normalHover = (\n <>\n <path d=\"M40 28.764H24.503V40.04l4.629-4.73.715.7-5.844 5.972-.358-.364-5.49-5.608.714-.7 4.634 4.733v-11.28H8v-1.5h32v1.5ZM29.847 11.982l-.358.351-.357.35-4.63-4.728v11.28H40v1.5H8v-1.5h15.503V7.953l-4.634 4.73-.357-.35-.358-.35 5.492-5.602.357-.365 5.844 5.966Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default Drag;\n"],"names":[],"mappings":";;AAIA,MAAM,OAA+B,CAAC,EAAE,MAAM,gBAAkD;AAC9F,QAAM,SACJ,oBAAA,UAAA,EACE,UAAA,oBAAC,QAAA,EAAK,GAAE,mQAAkQ,EAAA,CAC5Q;AAGF,QAAM,cACJ,oBAAA,UAAA,EACE,UAAA,oBAAC,QAAA,EAAK,GAAE,kQAAiQ,EAAA,CAC3Q;AAGF,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const EChat = ({ size, isHovered }) => {
|
|
4
|
-
const normal = /* @__PURE__ */ jsx("path", { d: "M25.834 39.673a1.423 1.423 0 01-1.421-1.42c0-.785.638-1.422 1.421-1.422.784 0 1.422.637 1.422 1.421 0 .783-.638 1.421-1.422 1.421zm0-4.041a2.623 2.623 0 00-2.62 2.62 2.623 2.623 0 002.62 2.62 2.623 2.623 0 002.621-2.62 2.624 2.624 0 00-2.621-2.62zm3.194-27.95h-4.333a.495.495 0 100 .992h4.333a.495.495 0 100-.992zM35.25 39.36a2.498 2.498 0 01-2.495 2.496H18.913a2.498 2.498 0 01-2.495-2.495V27.956h2.587l4.843 3.114v-3.114h2.126a2.973 2.973 0 002.968-2.97v-7.404a2.972 2.972 0 00-2.968-2.969h-9.556V8.64a2.498 2.498 0 012.495-2.497h13.842A2.498 2.498 0 0135.25 8.64v30.72zM9.969 26.539a1.553 1.553 0 01-1.551-1.553v-7.402c0-.855.695-1.551 1.551-1.551h16.005c.855 0 1.55.695 1.55 1.55v7.403c0 .857-.695 1.553-1.55 1.553H22.43v1.936l-3.009-1.936H9.969zM32.755 4.725H18.913A3.918 3.918 0 0015 8.64v5.973H9.969A2.973 2.973 0 007 17.584v7.402a2.973 2.973 0 002.969 2.97H15v11.406a3.918 3.918 0 003.913 3.914h13.842a3.918 3.918 0 003.913-3.914V8.64a3.918 3.918 0 00-3.913-3.915zm-9.69 3.027a.425.425 0 10.001.85.425.425 0 00-.001-.85zm-11.614 15.29h12.04v-.992h-12.04v.992zm0-2.98h12.04v-.992h-12.04v.991z" });
|
|
5
|
-
const normalHover = /* @__PURE__ */ jsx("path", { d: "M32.92 4.784a3.859 3.859 0 013.855 3.855V39.36a3.859 3.859 0 01-3.855 3.855H19.079a3.859 3.859 0 01-3.854-3.855V25.797h-5.09a2.914 2.914 0 01-2.91-2.91v-7.404a2.914 2.914 0 012.91-2.91h5.09V8.638a3.859 3.859 0 013.854-3.855zm0 1.301H19.079a2.557 2.557 0 00-2.554 2.554v3.933h9.615a2.913 2.913 0 012.909 2.911v7.403a2.913 2.913 0 01-2.91 2.911h-2.185v3.066l-4.766-3.066h-2.663V39.36a2.557 2.557 0 002.554 2.555h13.84a2.558 2.558 0 002.556-2.555V8.64a2.557 2.557 0 00-2.555-2.555zM26 35.731a2.524 2.524 0 012.52 2.521A2.524 2.524 0 0126 40.773a2.524 2.524 0 01-2.521-2.52 2.524 2.524 0 012.52-2.522zm0 1c-.84 0-1.521.683-1.521 1.521 0 .84.682 1.521 1.52 1.521.84 0 1.522-.682 1.522-1.52 0-.839-.682-1.522-1.521-1.522zm.14-22.858H10.135c-.888 0-1.61.722-1.61 1.61v7.403c0 .888.722 1.61 1.61 1.61h9.435l3.085 1.984v-1.984h3.485c.887 0 1.609-.722 1.609-1.61v-7.403c0-.888-.722-1.61-1.61-1.61zm-2.483 6.078v.992h-12.04v-.992h12.04zm0-2.982v.992h-12.04v-.992h12.04zm5.537-9.287a.496.496 0 110 .992h-4.333a.496.496 0 110-.992zm-5.963.07a.425.425 0 110 .85.425.425 0 010-.85z" });
|
|
6
|
-
const xSmall = /* @__PURE__ */ jsx("path", { d: "M29.195 7.681H24.86a.496.496 0 000 .992h4.334a.496.496 0 100-.992zM26 39.767c-.835 0-1.516-.68-1.516-1.515a1.516 1.516 0 013.03 0c0 .835-.679 1.515-1.514 1.515zm0-4.041a2.53 2.53 0 00-2.526 2.526A2.529 2.529 0 0026 40.78a2.53 2.53 0 002.527-2.527A2.53 2.53 0 0026 35.726zM23.23 7.752a.425.425 0 100 .85.425.425 0 000-.85zM35.368 39.36a2.451 2.451 0 01-2.448 2.448H19.08a2.45 2.45 0 01-2.447-2.448V28.004h2.523l4.907 3.157v-3.157h2.076a3.02 3.02 0 003.018-3.017v-7.404a3.02 3.02 0 00-3.018-3.017h-9.506V8.64a2.45 2.45 0 012.446-2.448h13.84a2.45 2.45 0 012.449 2.448v30.72zM10.135 26.49a1.506 1.506 0 01-1.502-1.503v-7.404c0-.827.675-1.503 1.502-1.503h16.004c.828 0 1.503.676 1.503 1.503v7.404c0 .827-.675 1.503-1.503 1.503h-3.592v1.893l-2.945-1.893h-9.467zM32.92 4.678H19.08a3.967 3.967 0 00-3.963 3.962v5.926h-4.982a3.02 3.02 0 00-3.018 3.017v7.404a3.02 3.02 0 003.018 3.017h4.982V39.36a3.967 3.967 0 003.962 3.963h13.84a3.967 3.967 0 003.963-3.963V8.64a3.967 3.967 0 00-3.962-3.962zM11.618 20.072h12.04V19.06h-12.04v1.012zm0 2.98h12.04v-1.011h-12.04v1.012z" });
|
|
7
|
-
const xSmallHover = /* @__PURE__ */ jsx("path", { d: "M32.92 4.678a3.967 3.967 0 013.963 3.962v30.72a3.967 3.967 0 01-3.963 3.963H19.08a3.967 3.967 0 01-3.962-3.963V25.577h-4.983a3.02 3.02 0 01-3.017-3.018v-7.403a3.022 3.022 0 013.017-3.02h4.983V8.64a3.966 3.966 0 013.962-3.962zm0 1.514H19.08a2.45 2.45 0 00-2.446 2.448v3.497h9.507a3.022 3.022 0 013.017 3.019v7.403a3.02 3.02 0 01-3.017 3.018h-2.077v3.154l-4.906-3.154h-2.524V39.36a2.45 2.45 0 002.446 2.447H32.92a2.45 2.45 0 002.447-2.447V8.64a2.45 2.45 0 00-2.447-2.448zM26 35.726a2.529 2.529 0 012.526 2.527A2.53 2.53 0 0126 40.779a2.53 2.53 0 01-2.526-2.526A2.529 2.529 0 0126 35.726zm0 1.012c-.836 0-1.516.68-1.516 1.515a1.517 1.517 0 003.032 0c0-.835-.68-1.515-1.516-1.515zm.14-23.087H10.134c-.827 0-1.502.676-1.502 1.505v7.403c0 .827.675 1.503 1.502 1.503h9.468l2.945 1.894v-1.894h3.593c.828 0 1.502-.676 1.502-1.503v-7.403c0-.829-.674-1.505-1.502-1.505zm-2.484 5.962v1.012H11.617v-1.012h12.04zm0-2.982v1.012H11.617V16.63h12.04zm5.538-8.95a.496.496 0 010 .992H24.86a.496.496 0 010-.992zm-5.963.07a.425.425 0 11-.001.85.425.425 0 010-.85z" });
|
|
8
|
-
return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });
|
|
9
|
-
};
|
|
10
|
-
export {
|
|
11
|
-
EChat as default
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=EChat.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EChat.js","sources":["../../../src/components/Icons/EChat.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EChat: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M25.834 39.673a1.423 1.423 0 01-1.421-1.42c0-.785.638-1.422 1.421-1.422.784 0 1.422.637 1.422 1.421 0 .783-.638 1.421-1.422 1.421zm0-4.041a2.623 2.623 0 00-2.62 2.62 2.623 2.623 0 002.62 2.62 2.623 2.623 0 002.621-2.62 2.624 2.624 0 00-2.621-2.62zm3.194-27.95h-4.333a.495.495 0 100 .992h4.333a.495.495 0 100-.992zM35.25 39.36a2.498 2.498 0 01-2.495 2.496H18.913a2.498 2.498 0 01-2.495-2.495V27.956h2.587l4.843 3.114v-3.114h2.126a2.973 2.973 0 002.968-2.97v-7.404a2.972 2.972 0 00-2.968-2.969h-9.556V8.64a2.498 2.498 0 012.495-2.497h13.842A2.498 2.498 0 0135.25 8.64v30.72zM9.969 26.539a1.553 1.553 0 01-1.551-1.553v-7.402c0-.855.695-1.551 1.551-1.551h16.005c.855 0 1.55.695 1.55 1.55v7.403c0 .857-.695 1.553-1.55 1.553H22.43v1.936l-3.009-1.936H9.969zM32.755 4.725H18.913A3.918 3.918 0 0015 8.64v5.973H9.969A2.973 2.973 0 007 17.584v7.402a2.973 2.973 0 002.969 2.97H15v11.406a3.918 3.918 0 003.913 3.914h13.842a3.918 3.918 0 003.913-3.914V8.64a3.918 3.918 0 00-3.913-3.915zm-9.69 3.027a.425.425 0 10.001.85.425.425 0 00-.001-.85zm-11.614 15.29h12.04v-.992h-12.04v.992zm0-2.98h12.04v-.992h-12.04v.991z\" />\n );\n\n const normalHover = (\n <path d=\"M32.92 4.784a3.859 3.859 0 013.855 3.855V39.36a3.859 3.859 0 01-3.855 3.855H19.079a3.859 3.859 0 01-3.854-3.855V25.797h-5.09a2.914 2.914 0 01-2.91-2.91v-7.404a2.914 2.914 0 012.91-2.91h5.09V8.638a3.859 3.859 0 013.854-3.855zm0 1.301H19.079a2.557 2.557 0 00-2.554 2.554v3.933h9.615a2.913 2.913 0 012.909 2.911v7.403a2.913 2.913 0 01-2.91 2.911h-2.185v3.066l-4.766-3.066h-2.663V39.36a2.557 2.557 0 002.554 2.555h13.84a2.558 2.558 0 002.556-2.555V8.64a2.557 2.557 0 00-2.555-2.555zM26 35.731a2.524 2.524 0 012.52 2.521A2.524 2.524 0 0126 40.773a2.524 2.524 0 01-2.521-2.52 2.524 2.524 0 012.52-2.522zm0 1c-.84 0-1.521.683-1.521 1.521 0 .84.682 1.521 1.52 1.521.84 0 1.522-.682 1.522-1.52 0-.839-.682-1.522-1.521-1.522zm.14-22.858H10.135c-.888 0-1.61.722-1.61 1.61v7.403c0 .888.722 1.61 1.61 1.61h9.435l3.085 1.984v-1.984h3.485c.887 0 1.609-.722 1.609-1.61v-7.403c0-.888-.722-1.61-1.61-1.61zm-2.483 6.078v.992h-12.04v-.992h12.04zm0-2.982v.992h-12.04v-.992h12.04zm5.537-9.287a.496.496 0 110 .992h-4.333a.496.496 0 110-.992zm-5.963.07a.425.425 0 110 .85.425.425 0 010-.85z\" />\n );\n\n const xSmall = (\n <path d=\"M29.195 7.681H24.86a.496.496 0 000 .992h4.334a.496.496 0 100-.992zM26 39.767c-.835 0-1.516-.68-1.516-1.515a1.516 1.516 0 013.03 0c0 .835-.679 1.515-1.514 1.515zm0-4.041a2.53 2.53 0 00-2.526 2.526A2.529 2.529 0 0026 40.78a2.53 2.53 0 002.527-2.527A2.53 2.53 0 0026 35.726zM23.23 7.752a.425.425 0 100 .85.425.425 0 000-.85zM35.368 39.36a2.451 2.451 0 01-2.448 2.448H19.08a2.45 2.45 0 01-2.447-2.448V28.004h2.523l4.907 3.157v-3.157h2.076a3.02 3.02 0 003.018-3.017v-7.404a3.02 3.02 0 00-3.018-3.017h-9.506V8.64a2.45 2.45 0 012.446-2.448h13.84a2.45 2.45 0 012.449 2.448v30.72zM10.135 26.49a1.506 1.506 0 01-1.502-1.503v-7.404c0-.827.675-1.503 1.502-1.503h16.004c.828 0 1.503.676 1.503 1.503v7.404c0 .827-.675 1.503-1.503 1.503h-3.592v1.893l-2.945-1.893h-9.467zM32.92 4.678H19.08a3.967 3.967 0 00-3.963 3.962v5.926h-4.982a3.02 3.02 0 00-3.018 3.017v7.404a3.02 3.02 0 003.018 3.017h4.982V39.36a3.967 3.967 0 003.962 3.963h13.84a3.967 3.967 0 003.963-3.963V8.64a3.967 3.967 0 00-3.962-3.962zM11.618 20.072h12.04V19.06h-12.04v1.012zm0 2.98h12.04v-1.011h-12.04v1.012z\" />\n );\n\n const xSmallHover = (\n <path d=\"M32.92 4.678a3.967 3.967 0 013.963 3.962v30.72a3.967 3.967 0 01-3.963 3.963H19.08a3.967 3.967 0 01-3.962-3.963V25.577h-4.983a3.02 3.02 0 01-3.017-3.018v-7.403a3.022 3.022 0 013.017-3.02h4.983V8.64a3.966 3.966 0 013.962-3.962zm0 1.514H19.08a2.45 2.45 0 00-2.446 2.448v3.497h9.507a3.022 3.022 0 013.017 3.019v7.403a3.02 3.02 0 01-3.017 3.018h-2.077v3.154l-4.906-3.154h-2.524V39.36a2.45 2.45 0 002.446 2.447H32.92a2.45 2.45 0 002.447-2.447V8.64a2.45 2.45 0 00-2.447-2.448zM26 35.726a2.529 2.529 0 012.526 2.527A2.53 2.53 0 0126 40.779a2.53 2.53 0 01-2.526-2.526A2.529 2.529 0 0126 35.726zm0 1.012c-.836 0-1.516.68-1.516 1.515a1.517 1.517 0 003.032 0c0-.835-.68-1.515-1.516-1.515zm.14-23.087H10.134c-.827 0-1.502.676-1.502 1.505v7.403c0 .827.675 1.503 1.502 1.503h9.468l2.945 1.894v-1.894h3.593c.828 0 1.502-.676 1.502-1.503v-7.403c0-.829-.674-1.505-1.502-1.505zm-2.484 5.962v1.012H11.617v-1.012h12.04zm0-2.982v1.012H11.617V16.63h12.04zm5.538-8.95a.496.496 0 010 .992H24.86a.496.496 0 010-.992zm-5.963.07a.425.425 0 11-.001.85.425.425 0 010-.85z\" />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default EChat;\n"],"names":[],"mappings":";;AAIA,MAAM,QAAgC,CAAC,EAAE,MAAM,gBAAkD;AAC/F,QAAM,SACJ,oBAAC,QAAA,EAAK,GAAE,8kCAAA,CAA8kC;AAGxlC,QAAM,cACJ,oBAAC,QAAA,EAAK,GAAE,6iCAAA,CAA6iC;AAGvjC,QAAM,SACJ,oBAAC,QAAA,EAAK,GAAE,oiCAAA,CAAoiC;AAG9iC,QAAM,cACJ,oBAAC,QAAA,EAAK,GAAE,ohCAAA,CAAohC;AAG9hC,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa,QAAQ,aAAa;AAC9E;"}
|
package/components/Icons/Ear.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const Ear = ({ size, isHovered }) => {
|
|
4
|
-
const normal = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5
|
-
/* @__PURE__ */ jsx("path", { d: "M14.814 13.347c1.374-3.189 4.093-6.455 8.845-6.455 3.365 0 5.6 1.544 7.055 3.49 1.473 1.969 2.14 4.35 2.298 5.925.239 2.386-.18 4.906-.846 7.425-.419 1.586-.92 3.122-1.409 4.617-.295.903-.585 1.79-.848 2.664-.229.757-.427 1.451-.616 2.111a110.6 110.6 0 0 1-.585 1.997c-.378 1.23-.753 2.28-1.207 3.146-.453.861-.972 1.517-1.624 1.98-.649.46-1.473.761-2.586.847-1.737.133-3.15-.63-4.159-2.018-1.023-1.407-1.624-3.462-1.624-5.824h-1.3c0 2.562.65 4.905 1.872 6.588 1.238 1.703 3.065 2.722 5.31 2.55 1.307-.1 2.367-.464 3.239-1.083.868-.616 1.507-1.454 2.022-2.436.513-.977.916-2.12 1.3-3.368.19-.624.39-1.318.598-2.042.194-.677.395-1.38.604-2.072.246-.815.528-1.678.82-2.571.497-1.527 1.025-3.143 1.45-4.754.682-2.578 1.144-5.274.883-7.887-.176-1.758-.908-4.377-2.551-6.575-1.662-2.22-4.26-4.01-8.096-4.01-5.493 0-8.564 3.82-10.039 7.24l1.194.515Z" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { d: "M30.078 15.417c-.917-2.994-3.378-4.879-6.026-5.121-2.68-.245-5.442 1.199-6.918 4.604-1.619 3.732-.163 7.722.991 9.493l.193.295h.352c.673 0 1.249.177 1.687.5.433.318.773.809.933 1.518.156.692.05 1.316-.274 1.84-.328.53-.91 1.01-1.787 1.335l.453 1.218c1.087-.403 1.93-1.043 2.44-1.87.515-.834.662-1.81.436-2.81-.223-.987-.724-1.759-1.43-2.278-.603-.444-1.324-.682-2.087-.74-.983-1.684-2.015-4.985-.714-7.984 1.272-2.935 3.533-4.016 5.607-3.826 2.107.192 4.134 1.702 4.9 4.206l1.244-.38Z" })
|
|
7
|
-
] });
|
|
8
|
-
const normalHover = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { d: "M13.57 12.407c1.497-3.47 4.456-7.025 9.627-7.025 3.662 0 6.094 1.68 7.677 3.797 1.603 2.143 2.33 4.734 2.502 6.448.26 2.598-.196 5.34-.92 8.081-.457 1.726-1.003 3.398-1.534 5.025-.321.982-.637 1.948-.924 2.9-.248.823-.465 1.578-.67 2.297-.216.753-.42 1.465-.637 2.173-.41 1.337-.819 2.48-1.314 3.423-.492.937-1.056 1.65-1.767 2.155-.706.5-1.603.828-2.814.921-1.89.145-3.428-.686-4.526-2.196-1.113-1.531-1.767-3.767-1.767-6.337h-1.415c0 2.787.707 5.337 2.038 7.169 1.346 1.853 3.335 2.962 5.778 2.775 1.422-.11 2.576-.505 3.525-1.179.945-.67 1.64-1.582 2.201-2.65.558-1.063.996-2.308 1.413-3.666.209-.679.426-1.435.651-2.222.212-.737.431-1.502.659-2.255.267-.887.573-1.826.89-2.798.543-1.662 1.117-3.42 1.58-5.173.742-2.806 1.245-5.74.96-8.584-.191-1.913-.988-4.764-2.776-7.155-1.808-2.417-4.636-4.364-8.81-4.364-5.978 0-9.32 4.157-10.925 7.88l1.299.56Z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { d: "M30.182 14.659c-.997-3.258-3.675-5.31-6.557-5.573-2.918-.267-5.922 1.305-7.53 5.01-1.76 4.062-.177 8.404 1.08 10.331l.21.322h.382c.733 0 1.36.192 1.837.543.47.347.84.88 1.015 1.652.17.754.054 1.432-.298 2.003-.357.578-.991 1.098-1.945 1.453l.492 1.326c1.184-.44 2.1-1.135 2.656-2.036.56-.907.72-1.969.475-3.057-.243-1.075-.788-1.915-1.557-2.48-.656-.483-1.44-.742-2.27-.804-1.071-1.834-2.193-5.427-.778-8.69 1.385-3.194 3.845-4.37 6.102-4.164 2.293.21 4.5 1.853 5.333 4.578l1.353-.414Z" })
|
|
11
|
-
] });
|
|
12
|
-
return getIcon({ size, isHovered, normal, normalHover });
|
|
13
|
-
};
|
|
14
|
-
export {
|
|
15
|
-
Ear as default
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=Ear.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Ear.js","sources":["../../../src/components/Icons/Ear.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst Ear: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"M14.814 13.347c1.374-3.189 4.093-6.455 8.845-6.455 3.365 0 5.6 1.544 7.055 3.49 1.473 1.969 2.14 4.35 2.298 5.925.239 2.386-.18 4.906-.846 7.425-.419 1.586-.92 3.122-1.409 4.617-.295.903-.585 1.79-.848 2.664-.229.757-.427 1.451-.616 2.111a110.6 110.6 0 0 1-.585 1.997c-.378 1.23-.753 2.28-1.207 3.146-.453.861-.972 1.517-1.624 1.98-.649.46-1.473.761-2.586.847-1.737.133-3.15-.63-4.159-2.018-1.023-1.407-1.624-3.462-1.624-5.824h-1.3c0 2.562.65 4.905 1.872 6.588 1.238 1.703 3.065 2.722 5.31 2.55 1.307-.1 2.367-.464 3.239-1.083.868-.616 1.507-1.454 2.022-2.436.513-.977.916-2.12 1.3-3.368.19-.624.39-1.318.598-2.042.194-.677.395-1.38.604-2.072.246-.815.528-1.678.82-2.571.497-1.527 1.025-3.143 1.45-4.754.682-2.578 1.144-5.274.883-7.887-.176-1.758-.908-4.377-2.551-6.575-1.662-2.22-4.26-4.01-8.096-4.01-5.493 0-8.564 3.82-10.039 7.24l1.194.515Z\" />\n <path d=\"M30.078 15.417c-.917-2.994-3.378-4.879-6.026-5.121-2.68-.245-5.442 1.199-6.918 4.604-1.619 3.732-.163 7.722.991 9.493l.193.295h.352c.673 0 1.249.177 1.687.5.433.318.773.809.933 1.518.156.692.05 1.316-.274 1.84-.328.53-.91 1.01-1.787 1.335l.453 1.218c1.087-.403 1.93-1.043 2.44-1.87.515-.834.662-1.81.436-2.81-.223-.987-.724-1.759-1.43-2.278-.603-.444-1.324-.682-2.087-.74-.983-1.684-2.015-4.985-.714-7.984 1.272-2.935 3.533-4.016 5.607-3.826 2.107.192 4.134 1.702 4.9 4.206l1.244-.38Z\" />\n </>\n );\n\n const normalHover = (\n <>\n <path d=\"M13.57 12.407c1.497-3.47 4.456-7.025 9.627-7.025 3.662 0 6.094 1.68 7.677 3.797 1.603 2.143 2.33 4.734 2.502 6.448.26 2.598-.196 5.34-.92 8.081-.457 1.726-1.003 3.398-1.534 5.025-.321.982-.637 1.948-.924 2.9-.248.823-.465 1.578-.67 2.297-.216.753-.42 1.465-.637 2.173-.41 1.337-.819 2.48-1.314 3.423-.492.937-1.056 1.65-1.767 2.155-.706.5-1.603.828-2.814.921-1.89.145-3.428-.686-4.526-2.196-1.113-1.531-1.767-3.767-1.767-6.337h-1.415c0 2.787.707 5.337 2.038 7.169 1.346 1.853 3.335 2.962 5.778 2.775 1.422-.11 2.576-.505 3.525-1.179.945-.67 1.64-1.582 2.201-2.65.558-1.063.996-2.308 1.413-3.666.209-.679.426-1.435.651-2.222.212-.737.431-1.502.659-2.255.267-.887.573-1.826.89-2.798.543-1.662 1.117-3.42 1.58-5.173.742-2.806 1.245-5.74.96-8.584-.191-1.913-.988-4.764-2.776-7.155-1.808-2.417-4.636-4.364-8.81-4.364-5.978 0-9.32 4.157-10.925 7.88l1.299.56Z\" />\n <path d=\"M30.182 14.659c-.997-3.258-3.675-5.31-6.557-5.573-2.918-.267-5.922 1.305-7.53 5.01-1.76 4.062-.177 8.404 1.08 10.331l.21.322h.382c.733 0 1.36.192 1.837.543.47.347.84.88 1.015 1.652.17.754.054 1.432-.298 2.003-.357.578-.991 1.098-1.945 1.453l.492 1.326c1.184-.44 2.1-1.135 2.656-2.036.56-.907.72-1.969.475-3.057-.243-1.075-.788-1.915-1.557-2.48-.656-.483-1.44-.742-2.27-.804-1.071-1.834-2.193-5.427-.778-8.69 1.385-3.194 3.845-4.37 6.102-4.164 2.293.21 4.5 1.853 5.333 4.578l1.353-.414Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default Ear;\n"],"names":[],"mappings":";;AAIA,MAAM,MAA8B,CAAC,EAAE,MAAM,gBAAkD;AAC7F,QAAM,SACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,80BAAA,CAA80B;AAAA,IACt1B,oBAAC,QAAA,EAAK,GAAE,ueAAA,CAAue;AAAA,EAAA,GACjf;AAGF,QAAM,cACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,u1BAAA,CAAu1B;AAAA,IAC/1B,oBAAC,QAAA,EAAK,GAAE,weAAA,CAAwe;AAAA,EAAA,GAClf;AAGF,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const EarDeaf = ({ size, isHovered }) => {
|
|
4
|
-
const normal = /* @__PURE__ */ jsx("path", { d: "M22.769 6.892c-4.752 0-7.47 3.266-8.845 6.455l-1.194-.514c1.474-3.422 4.546-7.241 10.039-7.241 3.835 0 6.434 1.79 8.095 4.01 1.043 1.394 1.718 2.957 2.118 4.362l6.955-6.022.851.983L33.31 15.4c.046.274.081.534.106.777.261 2.613-.201 5.309-.883 7.887-.426 1.611-.953 3.227-1.45 4.753l-.001.002c-.292.893-.573 1.756-.819 2.57-.209.692-.41 1.395-.605 2.072-.207.724-.406 1.418-.598 2.042-.383 1.248-.786 2.391-1.299 3.368-.515.982-1.154 1.82-2.022 2.436-.872.619-1.932.983-3.24 1.083-2.244.172-4.071-.847-5.309-2.55-1.223-1.683-1.872-4.026-1.872-6.588h1.3c0 2.362.601 4.417 1.624 5.824 1.008 1.388 2.422 2.15 4.158 2.018 1.114-.086 1.938-.387 2.587-.847.652-.463 1.171-1.119 1.623-1.98.455-.867.83-1.916 1.207-3.146.2-.65.387-1.304.585-1.996.19-.66.388-1.355.617-2.112.263-.874.553-1.761.848-2.664.488-1.495.99-3.03 1.41-4.617.655-2.479 1.07-4.96.856-7.313l-10.698 9.264c.096.23.174.476.233.737.226 1 .08 1.975-.436 2.809-.51.827-1.353 1.467-2.44 1.87l-.453-1.218c.877-.326 1.46-.804 1.787-1.335.324-.524.43-1.148.274-1.84a3.4 3.4 0 0 0-.025-.105L8.063 37.262l-.85-.983 12.53-10.85a2.22 2.22 0 0 0-.276-.241c-.438-.323-1.014-.5-1.687-.5h-.352l-.193-.295c-1.154-1.771-2.61-5.761-.991-9.494 1.476-3.404 4.237-4.848 6.918-4.603 2.648.242 5.11 2.127 6.026 5.12l-1.243.381c-.767-2.504-2.794-4.014-4.901-4.206-2.074-.19-4.335.89-5.608 3.826-1.3 2.999-.269 6.3.715 7.985.763.057 1.484.295 2.087.739.176.13.34.275.49.435l11.157-9.662c-.329-1.41-.977-3.083-2.062-4.533-1.455-1.945-3.69-3.49-7.054-3.49Z" });
|
|
5
|
-
const normalHover = /* @__PURE__ */ jsx("path", { d: "M22.769 6.892c-4.752 0-7.47 3.266-8.845 6.455l-1.194-.514c1.474-3.422 4.546-7.241 10.039-7.241 3.835 0 6.434 1.79 8.095 4.01 1.644 2.198 2.376 4.817 2.552 6.575.11 1.11.091 2.236-.02 3.36l11.418-2.908.32 1.26-11.92 3.037a32.645 32.645 0 0 1-.68 3.138c-.427 1.611-.954 3.227-1.452 4.753v.002c-.292.893-.573 1.756-.819 2.57-.209.692-.41 1.395-.605 2.072a118.32 118.32 0 0 1-.598 2.042c-.383 1.248-.786 2.391-1.299 3.368-.515.982-1.154 1.82-2.022 2.436-.872.619-1.932.983-3.24 1.083-2.244.172-4.072-.847-5.309-2.55-1.223-1.683-1.872-4.026-1.872-6.588h1.3c0 2.362.601 4.417 1.624 5.824 1.008 1.388 2.422 2.15 4.158 2.018 1.114-.086 1.938-.387 2.587-.847.652-.463 1.171-1.119 1.623-1.98.455-.867.83-1.916 1.207-3.146.2-.65.387-1.304.585-1.996.19-.66.388-1.355.617-2.112a123.8 123.8 0 0 1 .848-2.664c.488-1.495.99-3.03 1.41-4.617.216-.82.406-1.64.557-2.455l-11.507 2.931c.659.518 1.128 1.266 1.34 2.212.226 1 .08 1.975-.435 2.809-.51.827-1.353 1.467-2.44 1.87l-.453-1.218c.876-.326 1.459-.804 1.787-1.335.324-.524.43-1.148.274-1.84-.16-.71-.5-1.2-.933-1.518a2.6 2.6 0 0 0-1.17-.463l-15.111 3.85-.321-1.26 13.993-3.564c-1.054-1.981-2.06-5.519-.614-8.852 1.476-3.404 4.237-4.848 6.918-4.603 2.648.242 5.109 2.127 6.026 5.12l-1.243.381c-.767-2.504-2.794-4.014-4.901-4.206-2.074-.19-4.335.89-5.608 3.826-1.3 2.999-.269 6.3.715 7.985l.058.005 13.84-3.526c.15-1.213.19-2.41.073-3.575-.157-1.575-.825-3.955-2.299-5.925-1.455-1.945-3.69-3.49-7.054-3.49Z" });
|
|
6
|
-
return getIcon({ size, isHovered, normal, normalHover });
|
|
7
|
-
};
|
|
8
|
-
export {
|
|
9
|
-
EarDeaf as default
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=EarDeaf.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EarDeaf.js","sources":["../../../src/components/Icons/EarDeaf.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EarDeaf: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M22.769 6.892c-4.752 0-7.47 3.266-8.845 6.455l-1.194-.514c1.474-3.422 4.546-7.241 10.039-7.241 3.835 0 6.434 1.79 8.095 4.01 1.043 1.394 1.718 2.957 2.118 4.362l6.955-6.022.851.983L33.31 15.4c.046.274.081.534.106.777.261 2.613-.201 5.309-.883 7.887-.426 1.611-.953 3.227-1.45 4.753l-.001.002c-.292.893-.573 1.756-.819 2.57-.209.692-.41 1.395-.605 2.072-.207.724-.406 1.418-.598 2.042-.383 1.248-.786 2.391-1.299 3.368-.515.982-1.154 1.82-2.022 2.436-.872.619-1.932.983-3.24 1.083-2.244.172-4.071-.847-5.309-2.55-1.223-1.683-1.872-4.026-1.872-6.588h1.3c0 2.362.601 4.417 1.624 5.824 1.008 1.388 2.422 2.15 4.158 2.018 1.114-.086 1.938-.387 2.587-.847.652-.463 1.171-1.119 1.623-1.98.455-.867.83-1.916 1.207-3.146.2-.65.387-1.304.585-1.996.19-.66.388-1.355.617-2.112.263-.874.553-1.761.848-2.664.488-1.495.99-3.03 1.41-4.617.655-2.479 1.07-4.96.856-7.313l-10.698 9.264c.096.23.174.476.233.737.226 1 .08 1.975-.436 2.809-.51.827-1.353 1.467-2.44 1.87l-.453-1.218c.877-.326 1.46-.804 1.787-1.335.324-.524.43-1.148.274-1.84a3.4 3.4 0 0 0-.025-.105L8.063 37.262l-.85-.983 12.53-10.85a2.22 2.22 0 0 0-.276-.241c-.438-.323-1.014-.5-1.687-.5h-.352l-.193-.295c-1.154-1.771-2.61-5.761-.991-9.494 1.476-3.404 4.237-4.848 6.918-4.603 2.648.242 5.11 2.127 6.026 5.12l-1.243.381c-.767-2.504-2.794-4.014-4.901-4.206-2.074-.19-4.335.89-5.608 3.826-1.3 2.999-.269 6.3.715 7.985.763.057 1.484.295 2.087.739.176.13.34.275.49.435l11.157-9.662c-.329-1.41-.977-3.083-2.062-4.533-1.455-1.945-3.69-3.49-7.054-3.49Z\" />\n );\n\n const normalHover = (\n <path d=\"M22.769 6.892c-4.752 0-7.47 3.266-8.845 6.455l-1.194-.514c1.474-3.422 4.546-7.241 10.039-7.241 3.835 0 6.434 1.79 8.095 4.01 1.644 2.198 2.376 4.817 2.552 6.575.11 1.11.091 2.236-.02 3.36l11.418-2.908.32 1.26-11.92 3.037a32.645 32.645 0 0 1-.68 3.138c-.427 1.611-.954 3.227-1.452 4.753v.002c-.292.893-.573 1.756-.819 2.57-.209.692-.41 1.395-.605 2.072a118.32 118.32 0 0 1-.598 2.042c-.383 1.248-.786 2.391-1.299 3.368-.515.982-1.154 1.82-2.022 2.436-.872.619-1.932.983-3.24 1.083-2.244.172-4.072-.847-5.309-2.55-1.223-1.683-1.872-4.026-1.872-6.588h1.3c0 2.362.601 4.417 1.624 5.824 1.008 1.388 2.422 2.15 4.158 2.018 1.114-.086 1.938-.387 2.587-.847.652-.463 1.171-1.119 1.623-1.98.455-.867.83-1.916 1.207-3.146.2-.65.387-1.304.585-1.996.19-.66.388-1.355.617-2.112a123.8 123.8 0 0 1 .848-2.664c.488-1.495.99-3.03 1.41-4.617.216-.82.406-1.64.557-2.455l-11.507 2.931c.659.518 1.128 1.266 1.34 2.212.226 1 .08 1.975-.435 2.809-.51.827-1.353 1.467-2.44 1.87l-.453-1.218c.876-.326 1.459-.804 1.787-1.335.324-.524.43-1.148.274-1.84-.16-.71-.5-1.2-.933-1.518a2.6 2.6 0 0 0-1.17-.463l-15.111 3.85-.321-1.26 13.993-3.564c-1.054-1.981-2.06-5.519-.614-8.852 1.476-3.404 4.237-4.848 6.918-4.603 2.648.242 5.109 2.127 6.026 5.12l-1.243.381c-.767-2.504-2.794-4.014-4.901-4.206-2.074-.19-4.335.89-5.608 3.826-1.3 2.999-.269 6.3.715 7.985l.058.005 13.84-3.526c.15-1.213.19-2.41.073-3.575-.157-1.575-.825-3.955-2.299-5.925-1.455-1.945-3.69-3.49-7.054-3.49Z\" />\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default EarDeaf;\n"],"names":[],"mappings":";;AAIA,MAAM,UAAkC,CAAC,EAAE,MAAM,gBAAkD;AACjG,QAAM,SACJ,oBAAC,QAAA,EAAK,GAAE,o9CAAA,CAAo9C;AAG99C,QAAM,cACJ,oBAAC,QAAA,EAAK,GAAE,k6CAAA,CAAk6C;AAG56C,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const EarHearingAid = ({ size, isHovered }) => {
|
|
4
|
-
const normal = /* @__PURE__ */ jsx("path", { d: "M12.892 9.847c1.891-2.167 4.684-3.964 8.708-3.964.366 0 .737.019 1.111.054 1.344.559 2.423 1.159 3.298 1.766-1.252-.6-2.727-.962-4.452-.962-5.493 0-8.564 3.82-10.039 7.241l1.194.515c1.375-3.19 4.094-6.456 8.845-6.456 3.365 0 5.6 1.544 7.055 3.49 1.473 1.97 2.141 4.35 2.299 5.925.238 2.387-.18 4.907-.846 7.426-.42 1.586-.921 3.122-1.41 4.616-.294.903-.584 1.79-.848 2.665-.228.757-.427 1.45-.616 2.111v.001c-.198.691-.386 1.346-.585 1.996-.378 1.23-.752 2.279-1.207 3.145-.453.862-.971 1.517-1.624 1.98-.649.46-1.473.762-2.586.847-1.736.133-3.15-.63-4.159-2.018-1.022-1.407-1.624-3.461-1.624-5.824h-1.3c0 2.562.65 4.905 1.873 6.589 1.237 1.702 3.064 2.721 5.31 2.55 1.306-.1 2.366-.465 3.238-1.084.868-.616 1.507-1.454 2.023-2.436.512-.976.915-2.12 1.299-3.368.191-.623.39-1.318.598-2.041.194-.678.396-1.38.605-2.073.245-.814.527-1.677.818-2.57v-.001c.2-.613.405-1.24.606-1.874l.287.166c1.193.689 2.715.552 3.79.264.687-.184 1.438-.752 2.072-1.465a7.782 7.782 0 0 0 1.588-2.775c.64-2.033 1.154-5.519.514-8.294-.384-1.663-.862-2.947-1.518-4.083-.655-1.135-1.47-2.096-2.491-3.124-2.115-2.13-4.896-3.603-11.807-4.134v.002a13.18 13.18 0 0 0-1.311-.067c-4.468 0-7.599 2.016-9.687 4.41-2.311 2.649-3.663 5.973-3.026 10.254.401 2.7 2.172 4.767 4.353 5.894 1.202.62 2.364.745 3.437.698.626.018 1.164.193 1.579.498.432.319.772.81.932 1.518.156.692.05 1.316-.273 1.84-.328.531-.911 1.01-1.788 1.335l.453 1.219c.4-.149.766-.329 1.095-.539.34.438.706.812 1.153 1.02.67.311 1.368.193 2.128-.146.899-.402 1.487-1.2 1.775-2.192.287-.984.29-2.186.027-3.505-.277-1.386-1.028-2.596-1.964-3.281-.47-.345-1.018-.577-1.595-.591-.592-.016-1.16.2-1.633.656-.237.228-.453.467-.588.73a17.85 17.85 0 0 1-1.056.12c-.978-1.695-1.99-4.974-.697-7.955 1.273-2.935 3.533-4.016 5.607-3.826 2.107.193 4.134 1.702 4.901 4.207l1.243-.38c-.916-2.995-3.377-4.88-6.025-5.122-2.681-.245-5.442 1.2-6.919 4.604-1.35 3.116-.56 6.41.41 8.445a4.9 4.9 0 0 1-1.605-.508c-1.872-.967-3.334-2.707-3.664-4.93-.573-3.855.624-6.807 2.72-9.209Z" });
|
|
5
|
-
const normalHover = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
-
/* @__PURE__ */ jsx("path", { d: "M12.892 9.847c1.902-2.179 4.49-4.106 9.012-4.106.738 0 1.49.028 2.235.083 4.465.946 6.405 2.922 7.42 4.313 1.275 1.748 2.831 5.024 3.007 8.124.206 3.65-.307 5.562-1.278 8.527l-.176.536.506.25c.643.317 1.5.4 2.265.379.78-.021 1.575-.152 2.148-.347.645-.219 1.398-.78 2.041-1.51.654-.742 1.25-1.723 1.524-2.847.514-2.1.605-5.906-.208-8.61-.486-1.612-1.003-2.942-1.762-4.115-.764-1.181-1.752-2.173-3.143-3.143-2.432-1.697-5.33-2.775-12.238-2.852a31.784 31.784 0 0 0-2.341-.088c-4.992 0-7.913 2.17-9.991 4.552-2.311 2.649-3.663 5.973-3.026 10.255.401 2.7 2.172 4.767 4.353 5.893 1.202.62 2.364.745 3.437.698.626.018 1.164.193 1.579.498.432.319.772.81.932 1.518.156.693.05 1.316-.273 1.84-.328.532-.911 1.01-1.788 1.335l.453 1.22c.4-.15.766-.33 1.095-.54.34.438.706.812 1.153 1.02.67.312 1.368.194 2.128-.146.899-.401 1.487-1.199 1.775-2.192.287-.984.29-2.186.027-3.504-.277-1.387-1.028-2.597-1.964-3.282-.47-.344-1.018-.576-1.595-.591-.592-.015-1.16.201-1.633.657-.237.228-.453.466-.588.73a18.02 18.02 0 0 1-1.056.119c-.978-1.694-1.99-4.974-.697-7.954 1.273-2.936 3.533-4.016 5.607-3.827 2.107.193 4.134 1.703 4.901 4.207l1.243-.38c-.916-2.995-3.377-4.88-6.025-5.121-2.681-.245-5.442 1.199-6.919 4.603-1.35 3.116-.56 6.411.41 8.445a4.899 4.899 0 0 1-1.605-.508c-1.872-.967-3.334-2.707-3.664-4.93-.573-3.855.624-6.807 2.72-9.209Z" }),
|
|
7
|
-
/* @__PURE__ */ jsx("path", { d: "M21.557 8.042c-4.751 0-7.47 3.266-8.845 6.455l-1.194-.515c1.475-3.42 4.546-7.24 10.04-7.24 3.835 0 6.433 1.789 8.095 4.01 1.643 2.197 2.375 4.817 2.551 6.575.261 2.613-.2 5.308-.882 7.887-.426 1.611-.953 3.226-1.451 4.753v.001a122.38 122.38 0 0 0-.82 2.57c-.208.693-.41 1.396-.604 2.073v.001c-.208.723-.407 1.417-.598 2.04-.384 1.249-.787 2.392-1.3 3.369-.515.981-1.154 1.82-2.022 2.436-.872.619-1.932.983-3.239 1.083-2.245.172-4.072-.848-5.31-2.55-1.223-1.683-1.872-4.026-1.872-6.588h1.3c0 2.362.602 4.417 1.624 5.824 1.009 1.387 2.423 2.15 4.159 2.017 1.113-.085 1.937-.386 2.586-.846.653-.464 1.172-1.119 1.624-1.98.455-.867.83-1.916 1.207-3.146.2-.65.386-1.303.584-1.995v-.001c.19-.66.389-1.355.617-2.112.264-.874.554-1.761.849-2.664.488-1.495.99-3.03 1.409-4.617.666-2.519 1.084-5.039.846-7.426-.158-1.575-.826-3.955-2.3-5.925-1.454-1.945-3.689-3.49-7.054-3.49Z" })
|
|
8
|
-
] });
|
|
9
|
-
return getIcon({ size, isHovered, normal, normalHover });
|
|
10
|
-
};
|
|
11
|
-
export {
|
|
12
|
-
EarHearingAid as default
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=EarHearingAid.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EarHearingAid.js","sources":["../../../src/components/Icons/EarHearingAid.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EarHearingAid: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M12.892 9.847c1.891-2.167 4.684-3.964 8.708-3.964.366 0 .737.019 1.111.054 1.344.559 2.423 1.159 3.298 1.766-1.252-.6-2.727-.962-4.452-.962-5.493 0-8.564 3.82-10.039 7.241l1.194.515c1.375-3.19 4.094-6.456 8.845-6.456 3.365 0 5.6 1.544 7.055 3.49 1.473 1.97 2.141 4.35 2.299 5.925.238 2.387-.18 4.907-.846 7.426-.42 1.586-.921 3.122-1.41 4.616-.294.903-.584 1.79-.848 2.665-.228.757-.427 1.45-.616 2.111v.001c-.198.691-.386 1.346-.585 1.996-.378 1.23-.752 2.279-1.207 3.145-.453.862-.971 1.517-1.624 1.98-.649.46-1.473.762-2.586.847-1.736.133-3.15-.63-4.159-2.018-1.022-1.407-1.624-3.461-1.624-5.824h-1.3c0 2.562.65 4.905 1.873 6.589 1.237 1.702 3.064 2.721 5.31 2.55 1.306-.1 2.366-.465 3.238-1.084.868-.616 1.507-1.454 2.023-2.436.512-.976.915-2.12 1.299-3.368.191-.623.39-1.318.598-2.041.194-.678.396-1.38.605-2.073.245-.814.527-1.677.818-2.57v-.001c.2-.613.405-1.24.606-1.874l.287.166c1.193.689 2.715.552 3.79.264.687-.184 1.438-.752 2.072-1.465a7.782 7.782 0 0 0 1.588-2.775c.64-2.033 1.154-5.519.514-8.294-.384-1.663-.862-2.947-1.518-4.083-.655-1.135-1.47-2.096-2.491-3.124-2.115-2.13-4.896-3.603-11.807-4.134v.002a13.18 13.18 0 0 0-1.311-.067c-4.468 0-7.599 2.016-9.687 4.41-2.311 2.649-3.663 5.973-3.026 10.254.401 2.7 2.172 4.767 4.353 5.894 1.202.62 2.364.745 3.437.698.626.018 1.164.193 1.579.498.432.319.772.81.932 1.518.156.692.05 1.316-.273 1.84-.328.531-.911 1.01-1.788 1.335l.453 1.219c.4-.149.766-.329 1.095-.539.34.438.706.812 1.153 1.02.67.311 1.368.193 2.128-.146.899-.402 1.487-1.2 1.775-2.192.287-.984.29-2.186.027-3.505-.277-1.386-1.028-2.596-1.964-3.281-.47-.345-1.018-.577-1.595-.591-.592-.016-1.16.2-1.633.656-.237.228-.453.467-.588.73a17.85 17.85 0 0 1-1.056.12c-.978-1.695-1.99-4.974-.697-7.955 1.273-2.935 3.533-4.016 5.607-3.826 2.107.193 4.134 1.702 4.901 4.207l1.243-.38c-.916-2.995-3.377-4.88-6.025-5.122-2.681-.245-5.442 1.2-6.919 4.604-1.35 3.116-.56 6.41.41 8.445a4.9 4.9 0 0 1-1.605-.508c-1.872-.967-3.334-2.707-3.664-4.93-.573-3.855.624-6.807 2.72-9.209Z\" />\n );\n\n const normalHover = (\n <>\n <path d=\"M12.892 9.847c1.902-2.179 4.49-4.106 9.012-4.106.738 0 1.49.028 2.235.083 4.465.946 6.405 2.922 7.42 4.313 1.275 1.748 2.831 5.024 3.007 8.124.206 3.65-.307 5.562-1.278 8.527l-.176.536.506.25c.643.317 1.5.4 2.265.379.78-.021 1.575-.152 2.148-.347.645-.219 1.398-.78 2.041-1.51.654-.742 1.25-1.723 1.524-2.847.514-2.1.605-5.906-.208-8.61-.486-1.612-1.003-2.942-1.762-4.115-.764-1.181-1.752-2.173-3.143-3.143-2.432-1.697-5.33-2.775-12.238-2.852a31.784 31.784 0 0 0-2.341-.088c-4.992 0-7.913 2.17-9.991 4.552-2.311 2.649-3.663 5.973-3.026 10.255.401 2.7 2.172 4.767 4.353 5.893 1.202.62 2.364.745 3.437.698.626.018 1.164.193 1.579.498.432.319.772.81.932 1.518.156.693.05 1.316-.273 1.84-.328.532-.911 1.01-1.788 1.335l.453 1.22c.4-.15.766-.33 1.095-.54.34.438.706.812 1.153 1.02.67.312 1.368.194 2.128-.146.899-.401 1.487-1.199 1.775-2.192.287-.984.29-2.186.027-3.504-.277-1.387-1.028-2.597-1.964-3.282-.47-.344-1.018-.576-1.595-.591-.592-.015-1.16.201-1.633.657-.237.228-.453.466-.588.73a18.02 18.02 0 0 1-1.056.119c-.978-1.694-1.99-4.974-.697-7.954 1.273-2.936 3.533-4.016 5.607-3.827 2.107.193 4.134 1.703 4.901 4.207l1.243-.38c-.916-2.995-3.377-4.88-6.025-5.121-2.681-.245-5.442 1.199-6.919 4.603-1.35 3.116-.56 6.411.41 8.445a4.899 4.899 0 0 1-1.605-.508c-1.872-.967-3.334-2.707-3.664-4.93-.573-3.855.624-6.807 2.72-9.209Z\" />\n <path d=\"M21.557 8.042c-4.751 0-7.47 3.266-8.845 6.455l-1.194-.515c1.475-3.42 4.546-7.24 10.04-7.24 3.835 0 6.433 1.789 8.095 4.01 1.643 2.197 2.375 4.817 2.551 6.575.261 2.613-.2 5.308-.882 7.887-.426 1.611-.953 3.226-1.451 4.753v.001a122.38 122.38 0 0 0-.82 2.57c-.208.693-.41 1.396-.604 2.073v.001c-.208.723-.407 1.417-.598 2.04-.384 1.249-.787 2.392-1.3 3.369-.515.981-1.154 1.82-2.022 2.436-.872.619-1.932.983-3.239 1.083-2.245.172-4.072-.848-5.31-2.55-1.223-1.683-1.872-4.026-1.872-6.588h1.3c0 2.362.602 4.417 1.624 5.824 1.009 1.387 2.423 2.15 4.159 2.017 1.113-.085 1.937-.386 2.586-.846.653-.464 1.172-1.119 1.624-1.98.455-.867.83-1.916 1.207-3.146.2-.65.386-1.303.584-1.995v-.001c.19-.66.389-1.355.617-2.112.264-.874.554-1.761.849-2.664.488-1.495.99-3.03 1.409-4.617.666-2.519 1.084-5.039.846-7.426-.158-1.575-.826-3.955-2.3-5.925-1.454-1.945-3.689-3.49-7.054-3.49Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default EarHearingAid;\n"],"names":[],"mappings":";;AAIA,MAAM,gBAAwC,CAAC,EAAE,MAAM,gBAAkD;AACvG,QAAM,SACJ,oBAAC,QAAA,EAAK,GAAE,08DAAA,CAA08D;AAGp9D,QAAM,cACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,+yCAAA,CAA+yC;AAAA,IACvzC,oBAAC,QAAA,EAAK,GAAE,q2BAAA,CAAq2B;AAAA,EAAA,GAC/2B;AAGF,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
const EarNoseThroat = ({ isHovered }) => {
|
|
3
|
-
const normal = /* @__PURE__ */ jsxs("g", { children: [
|
|
4
|
-
/* @__PURE__ */ jsx("path", { d: "M26.604 20.403a1.02 1.02 0 100 2.04 1.02 1.02 0 000-2.04m-10.002 6.635a.677.677 0 01-.527-.052.684.684 0 01-.336-.41l-1.126-3.698a1.48 1.48 0 01.984-1.845 1.48 1.48 0 011.363.268l.63-.778a2.488 2.488 0 00-2.284-.447 2.482 2.482 0 00-1.65 3.093l1.126 3.699c.132.433.424.788.822 1a1.68 1.68 0 001.29.127c.54-.164.96-.584 1.125-1.123l-.957-.293a.687.687 0 01-.46.459" }),
|
|
5
|
-
/* @__PURE__ */ jsx("path", { d: "M34.499 26.634a.823.823 0 01-.706.387h-1.857v2.04c0 2.923-2.376 5.3-5.299 5.3h-.651v5.184h-3.231V35.43c0-1.092.375-2.16 1.057-3.013l.408-.507-2.772-2.218-.406.506a8.393 8.393 0 00-1.838 5.232v4.115h-5.358v-5.397c0-2.6-.918-4.414-1.889-6.335-1.078-2.133-2.192-4.339-2.192-7.97 0-5.46 4.221-11.353 11.043-11.353 5.395 0 11.128 4.056 11.128 11.573v.143l2.617 5.624a.824.824 0 01-.054.804m1.232-1.353l-2.495-5.364C33.163 11.65 26.798 7.19 20.808 7.19c-6.807 0-12.344 5.675-12.344 12.652 0 3.942 1.239 6.394 2.333 8.557.938 1.856 1.748 3.46 1.748 5.75v6.697h7.96V35.43c0-1.384.411-2.743 1.169-3.893l.745.597a6.144 6.144 0 00-.965 3.296v5.416h5.833V35.63a6.609 6.609 0 005.95-6.568v-.74h.556a2.13 2.13 0 001.802-.989 2.126 2.126 0 00.136-2.05" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { d: "M16.911 23.89c.013 0 .05 0 .12.051l.598-.8c-.81-.607-1.93.038-1.93.961 0 .543.358 1.008.891 1.156l.27-.963c-.075-.02-.16-.084-.16-.193 0-.117.094-.213.211-.213" })
|
|
7
|
-
] });
|
|
8
|
-
const normalHover = /* @__PURE__ */ jsxs("g", { children: [
|
|
9
|
-
/* @__PURE__ */ jsx("path", { d: "M26.604 20.403a1.02 1.02 0 100 2.04 1.02 1.02 0 000-2.04m-10.002 6.635a.677.677 0 01-.527-.052.684.684 0 01-.336-.41l-1.126-3.698a1.48 1.48 0 01.984-1.845 1.48 1.48 0 011.363.268l.63-.778a2.488 2.488 0 00-2.284-.447 2.482 2.482 0 00-1.65 3.093l1.126 3.699c.132.433.424.788.822 1a1.68 1.68 0 001.29.127c.54-.164.96-.584 1.125-1.123l-.957-.293a.687.687 0 01-.46.459" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { d: "M34.499 26.634a.823.823 0 01-.706.387h-1.857v2.04c0 2.923-2.376 5.3-5.299 5.3h-.651v5.184h-3.231V35.43c0-1.092.375-2.16 1.057-3.013l.408-.507-2.772-2.218-.406.506a8.393 8.393 0 00-1.838 5.232v4.115h-5.358v-5.397c0-2.6-.918-4.414-1.889-6.335-1.078-2.133-2.192-4.339-2.192-7.97 0-5.46 4.221-11.353 11.043-11.353 5.395 0 11.128 4.056 11.128 11.573v.143l2.617 5.624a.824.824 0 01-.054.804m1.232-1.353l-2.495-5.364C33.163 11.65 26.798 7.19 20.808 7.19c-6.807 0-12.344 5.675-12.344 12.652 0 3.942 1.239 6.394 2.333 8.557.938 1.856 1.748 3.46 1.748 5.75v6.697h7.96V35.43c0-1.384.411-2.743 1.169-3.893l.745.597a6.144 6.144 0 00-.965 3.296v5.416h5.833V35.63a6.609 6.609 0 005.95-6.568v-.74h.556a2.13 2.13 0 001.802-.989 2.126 2.126 0 00.136-2.05" }),
|
|
11
|
-
/* @__PURE__ */ jsx("path", { d: "M16.911 23.89c.013 0 .05 0 .12.051l.598-.8c-.81-.607-1.93.038-1.93.961 0 .543.358 1.008.891 1.156l.27-.963c-.075-.02-.16-.084-.16-.193 0-.117.094-.213.211-.213" })
|
|
12
|
-
] });
|
|
13
|
-
return isHovered ? normalHover : normal;
|
|
14
|
-
};
|
|
15
|
-
export {
|
|
16
|
-
EarNoseThroat as default
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=EarNoseThroat.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EarNoseThroat.js","sources":["../../../src/components/Icons/EarNoseThroat.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst EarNoseThroat: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): JSX.Element => {\n const normal = (\n <g>\n <path d=\"M26.604 20.403a1.02 1.02 0 100 2.04 1.02 1.02 0 000-2.04m-10.002 6.635a.677.677 0 01-.527-.052.684.684 0 01-.336-.41l-1.126-3.698a1.48 1.48 0 01.984-1.845 1.48 1.48 0 011.363.268l.63-.778a2.488 2.488 0 00-2.284-.447 2.482 2.482 0 00-1.65 3.093l1.126 3.699c.132.433.424.788.822 1a1.68 1.68 0 001.29.127c.54-.164.96-.584 1.125-1.123l-.957-.293a.687.687 0 01-.46.459\" />\n <path d=\"M34.499 26.634a.823.823 0 01-.706.387h-1.857v2.04c0 2.923-2.376 5.3-5.299 5.3h-.651v5.184h-3.231V35.43c0-1.092.375-2.16 1.057-3.013l.408-.507-2.772-2.218-.406.506a8.393 8.393 0 00-1.838 5.232v4.115h-5.358v-5.397c0-2.6-.918-4.414-1.889-6.335-1.078-2.133-2.192-4.339-2.192-7.97 0-5.46 4.221-11.353 11.043-11.353 5.395 0 11.128 4.056 11.128 11.573v.143l2.617 5.624a.824.824 0 01-.054.804m1.232-1.353l-2.495-5.364C33.163 11.65 26.798 7.19 20.808 7.19c-6.807 0-12.344 5.675-12.344 12.652 0 3.942 1.239 6.394 2.333 8.557.938 1.856 1.748 3.46 1.748 5.75v6.697h7.96V35.43c0-1.384.411-2.743 1.169-3.893l.745.597a6.144 6.144 0 00-.965 3.296v5.416h5.833V35.63a6.609 6.609 0 005.95-6.568v-.74h.556a2.13 2.13 0 001.802-.989 2.126 2.126 0 00.136-2.05\" />\n <path d=\"M16.911 23.89c.013 0 .05 0 .12.051l.598-.8c-.81-.607-1.93.038-1.93.961 0 .543.358 1.008.891 1.156l.27-.963c-.075-.02-.16-.084-.16-.193 0-.117.094-.213.211-.213\" />\n </g>\n );\n\n const normalHover = (\n <g>\n <path d=\"M26.604 20.403a1.02 1.02 0 100 2.04 1.02 1.02 0 000-2.04m-10.002 6.635a.677.677 0 01-.527-.052.684.684 0 01-.336-.41l-1.126-3.698a1.48 1.48 0 01.984-1.845 1.48 1.48 0 011.363.268l.63-.778a2.488 2.488 0 00-2.284-.447 2.482 2.482 0 00-1.65 3.093l1.126 3.699c.132.433.424.788.822 1a1.68 1.68 0 001.29.127c.54-.164.96-.584 1.125-1.123l-.957-.293a.687.687 0 01-.46.459\" />\n <path d=\"M34.499 26.634a.823.823 0 01-.706.387h-1.857v2.04c0 2.923-2.376 5.3-5.299 5.3h-.651v5.184h-3.231V35.43c0-1.092.375-2.16 1.057-3.013l.408-.507-2.772-2.218-.406.506a8.393 8.393 0 00-1.838 5.232v4.115h-5.358v-5.397c0-2.6-.918-4.414-1.889-6.335-1.078-2.133-2.192-4.339-2.192-7.97 0-5.46 4.221-11.353 11.043-11.353 5.395 0 11.128 4.056 11.128 11.573v.143l2.617 5.624a.824.824 0 01-.054.804m1.232-1.353l-2.495-5.364C33.163 11.65 26.798 7.19 20.808 7.19c-6.807 0-12.344 5.675-12.344 12.652 0 3.942 1.239 6.394 2.333 8.557.938 1.856 1.748 3.46 1.748 5.75v6.697h7.96V35.43c0-1.384.411-2.743 1.169-3.893l.745.597a6.144 6.144 0 00-.965 3.296v5.416h5.833V35.63a6.609 6.609 0 005.95-6.568v-.74h.556a2.13 2.13 0 001.802-.989 2.126 2.126 0 00.136-2.05\" />\n <path d=\"M16.911 23.89c.013 0 .05 0 .12.051l.598-.8c-.81-.607-1.93.038-1.93.961 0 .543.358 1.008.891 1.156l.27-.963c-.075-.02-.16-.084-.16-.193 0-.117.094-.213.211-.213\" />\n </g>\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default EarNoseThroat;\n"],"names":[],"mappings":";AAIA,MAAM,gBAAwC,CAAC,EAAE,gBAA2C;AAC1F,QAAM,8BACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,8WAAA,CAA8W;AAAA,IACtX,oBAAC,QAAA,EAAK,GAAE,muBAAA,CAAmuB;AAAA,IAC3uB,oBAAC,QAAA,EAAK,GAAE,kKAAA,CAAkK;AAAA,EAAA,GAC5K;AAGF,QAAM,mCACH,KAAA,EACC,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,8WAAA,CAA8W;AAAA,IACtX,oBAAC,QAAA,EAAK,GAAE,muBAAA,CAAmuB;AAAA,IAC3uB,oBAAC,QAAA,EAAK,GAAE,kKAAA,CAAkK;AAAA,EAAA,GAC5K;AAGF,SAAO,YAAY,cAAc;AACnC;"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const EarVolume = ({ size, isHovered }) => {
|
|
4
|
-
const normal = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5
|
-
/* @__PURE__ */ jsx("path", { d: "M15.435 7.86c-4.752 0-7.471 3.266-8.846 6.455L5.396 13.8c1.474-3.42 4.546-7.24 10.039-7.24 3.835 0 6.434 1.789 8.095 4.01 1.644 2.197 2.376 4.817 2.551 6.575.262 2.613-.2 5.308-.882 7.887-.426 1.611-.953 3.226-1.451 4.753-.126.387-.224.664-.315.919-.118.334-.223.631-.363 1.093l-.159.113c-.396.282-1.001.712-1.595 1.145.193-.636.594-1.85.912-2.811l.305-.927c.488-1.495.99-3.03 1.41-4.617.665-2.519 1.084-5.039.845-7.426-.158-1.575-.826-3.956-2.299-5.925-1.455-1.945-3.69-3.49-7.054-3.49Z" }),
|
|
6
|
-
/* @__PURE__ */ jsx("path", { d: "M15.828 11.264c2.648.242 5.109 2.127 6.025 5.12l-1.243.381c-.766-2.504-2.794-4.014-4.9-4.207-2.074-.19-4.335.891-5.608 3.826-1.3 3-.269 6.3.715 7.986.762.057 1.484.294 2.087.738.706.52 1.207 1.292 1.43 2.28.225 1 .079 1.975-.436 2.809-.511.827-1.354 1.466-2.44 1.87l-.453-1.218c.876-.326 1.459-.804 1.787-1.335.324-.525.43-1.148.274-1.84-.16-.71-.5-1.2-.933-1.519-.439-.323-1.015-.5-1.687-.5h-.352l-.193-.294c-1.155-1.771-2.61-5.762-.991-9.494 1.476-3.404 4.237-4.848 6.918-4.603Z" }),
|
|
7
|
-
/* @__PURE__ */ jsx(
|
|
8
|
-
"path",
|
|
9
|
-
{
|
|
10
|
-
fillRule: "evenodd",
|
|
11
|
-
d: "M36.112 25.523V38.08h6.492V21.21l-6.492 4.314Zm5.492-2.449V37.08h-4.492V26.06l4.492-2.985Zm-13.052 7.532v7.474h6.492V26.292l-6.492 4.314Zm5.492-2.45v8.924h-4.492v-5.938l4.492-2.985Z",
|
|
12
|
-
clipRule: "evenodd"
|
|
13
|
-
}
|
|
14
|
-
),
|
|
15
|
-
/* @__PURE__ */ jsx("path", { d: "M17.663 38.08h9.878v-6.803l-9.878 6.803Zm1.125 1.964a4.73 4.73 0 0 1-1.136 1.17c-.648.46-1.473.762-2.586.847-1.736.134-3.15-.63-4.158-2.017-1.023-1.407-1.624-3.462-1.624-5.824h-1.3c0 2.562.649 4.905 1.872 6.588 1.237 1.702 3.065 2.722 5.31 2.55 1.306-.1 2.366-.464 3.239-1.083.807-.573 1.416-1.338 1.912-2.231h-1.529Z" })
|
|
16
|
-
] });
|
|
17
|
-
const normalHover = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
18
|
-
/* @__PURE__ */ jsx("path", { d: "M15.435 7.86c-4.752 0-7.471 3.267-8.846 6.456L5.396 13.8c1.474-3.42 4.546-7.24 10.039-7.24 3.835 0 6.434 1.789 8.095 4.01 1.644 2.197 2.376 4.817 2.551 6.575.262 2.613-.2 5.308-.882 7.887-.426 1.611-.953 3.226-1.451 4.753-.126.387-.224.664-.315.919-.118.334-.223.632-.363 1.093l-.159.114c-.396.281-1.001.711-1.595 1.144.193-.636.594-1.85.912-2.811l.305-.927c.488-1.495.99-3.031 1.41-4.617.665-2.519 1.084-5.039.845-7.426-.158-1.575-.826-3.956-2.299-5.925-1.455-1.945-3.69-3.49-7.054-3.49Z" }),
|
|
19
|
-
/* @__PURE__ */ jsx("path", { d: "M15.828 11.265c2.648.242 5.109 2.127 6.025 5.12l-1.243.381c-.766-2.504-2.794-4.014-4.9-4.207-2.074-.19-4.335.891-5.608 3.827-1.3 2.998-.269 6.3.715 7.985.762.057 1.484.294 2.087.738.706.52 1.207 1.292 1.43 2.28.225 1 .079 1.975-.436 2.809-.511.827-1.354 1.466-2.44 1.87l-.453-1.218c.876-.326 1.459-.804 1.787-1.335.324-.525.43-1.148.274-1.84-.16-.71-.5-1.2-.933-1.519-.439-.322-1.015-.5-1.687-.5h-.352l-.193-.294c-1.155-1.771-2.61-5.761-.991-9.494 1.476-3.404 4.237-4.848 6.918-4.603Zm1.835 26.816h9.878v-6.803l-9.878 6.803Zm1.125 1.963a4.727 4.727 0 0 1-1.136 1.172c-.648.46-1.473.761-2.586.846-1.736.134-3.15-.63-4.158-2.017-1.023-1.407-1.624-3.462-1.624-5.824h-1.3c0 2.562.649 4.905 1.872 6.588 1.237 1.702 3.065 2.722 5.31 2.55 1.306-.1 2.366-.464 3.239-1.083.807-.573 1.416-1.338 1.912-2.232h-1.529Z" })
|
|
20
|
-
] });
|
|
21
|
-
return getIcon({ size, isHovered, normal, normalHover });
|
|
22
|
-
};
|
|
23
|
-
export {
|
|
24
|
-
EarVolume as default
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=EarVolume.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EarVolume.js","sources":["../../../src/components/Icons/EarVolume.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst EarVolume: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"M15.435 7.86c-4.752 0-7.471 3.266-8.846 6.455L5.396 13.8c1.474-3.42 4.546-7.24 10.039-7.24 3.835 0 6.434 1.789 8.095 4.01 1.644 2.197 2.376 4.817 2.551 6.575.262 2.613-.2 5.308-.882 7.887-.426 1.611-.953 3.226-1.451 4.753-.126.387-.224.664-.315.919-.118.334-.223.631-.363 1.093l-.159.113c-.396.282-1.001.712-1.595 1.145.193-.636.594-1.85.912-2.811l.305-.927c.488-1.495.99-3.03 1.41-4.617.665-2.519 1.084-5.039.845-7.426-.158-1.575-.826-3.956-2.299-5.925-1.455-1.945-3.69-3.49-7.054-3.49Z\" />\n <path d=\"M15.828 11.264c2.648.242 5.109 2.127 6.025 5.12l-1.243.381c-.766-2.504-2.794-4.014-4.9-4.207-2.074-.19-4.335.891-5.608 3.826-1.3 3-.269 6.3.715 7.986.762.057 1.484.294 2.087.738.706.52 1.207 1.292 1.43 2.28.225 1 .079 1.975-.436 2.809-.511.827-1.354 1.466-2.44 1.87l-.453-1.218c.876-.326 1.459-.804 1.787-1.335.324-.525.43-1.148.274-1.84-.16-.71-.5-1.2-.933-1.519-.439-.323-1.015-.5-1.687-.5h-.352l-.193-.294c-1.155-1.771-2.61-5.762-.991-9.494 1.476-3.404 4.237-4.848 6.918-4.603Z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M36.112 25.523V38.08h6.492V21.21l-6.492 4.314Zm5.492-2.449V37.08h-4.492V26.06l4.492-2.985Zm-13.052 7.532v7.474h6.492V26.292l-6.492 4.314Zm5.492-2.45v8.924h-4.492v-5.938l4.492-2.985Z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M17.663 38.08h9.878v-6.803l-9.878 6.803Zm1.125 1.964a4.73 4.73 0 0 1-1.136 1.17c-.648.46-1.473.762-2.586.847-1.736.134-3.15-.63-4.158-2.017-1.023-1.407-1.624-3.462-1.624-5.824h-1.3c0 2.562.649 4.905 1.872 6.588 1.237 1.702 3.065 2.722 5.31 2.55 1.306-.1 2.366-.464 3.239-1.083.807-.573 1.416-1.338 1.912-2.231h-1.529Z\" />\n </>\n );\n\n const normalHover = (\n <>\n <path d=\"M15.435 7.86c-4.752 0-7.471 3.267-8.846 6.456L5.396 13.8c1.474-3.42 4.546-7.24 10.039-7.24 3.835 0 6.434 1.789 8.095 4.01 1.644 2.197 2.376 4.817 2.551 6.575.262 2.613-.2 5.308-.882 7.887-.426 1.611-.953 3.226-1.451 4.753-.126.387-.224.664-.315.919-.118.334-.223.632-.363 1.093l-.159.114c-.396.281-1.001.711-1.595 1.144.193-.636.594-1.85.912-2.811l.305-.927c.488-1.495.99-3.031 1.41-4.617.665-2.519 1.084-5.039.845-7.426-.158-1.575-.826-3.956-2.299-5.925-1.455-1.945-3.69-3.49-7.054-3.49Z\" />\n <path d=\"M15.828 11.265c2.648.242 5.109 2.127 6.025 5.12l-1.243.381c-.766-2.504-2.794-4.014-4.9-4.207-2.074-.19-4.335.891-5.608 3.827-1.3 2.998-.269 6.3.715 7.985.762.057 1.484.294 2.087.738.706.52 1.207 1.292 1.43 2.28.225 1 .079 1.975-.436 2.809-.511.827-1.354 1.466-2.44 1.87l-.453-1.218c.876-.326 1.459-.804 1.787-1.335.324-.525.43-1.148.274-1.84-.16-.71-.5-1.2-.933-1.519-.439-.322-1.015-.5-1.687-.5h-.352l-.193-.294c-1.155-1.771-2.61-5.761-.991-9.494 1.476-3.404 4.237-4.848 6.918-4.603Zm1.835 26.816h9.878v-6.803l-9.878 6.803Zm1.125 1.963a4.727 4.727 0 0 1-1.136 1.172c-.648.46-1.473.761-2.586.846-1.736.134-3.15-.63-4.158-2.017-1.023-1.407-1.624-3.462-1.624-5.824h-1.3c0 2.562.649 4.905 1.872 6.588 1.237 1.702 3.065 2.722 5.31 2.55 1.306-.1 2.366-.464 3.239-1.083.807-.573 1.416-1.338 1.912-2.232h-1.529Z\" />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default EarVolume;\n"],"names":[],"mappings":";;AAIA,MAAM,YAAoC,CAAC,EAAE,MAAM,gBAAkD;AACnG,QAAM,SACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,0eAAA,CAA0e;AAAA,IAClf,oBAAC,QAAA,EAAK,GAAE,meAAA,CAAme;AAAA,IAC3e;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAS;AAAA,QACT,GAAE;AAAA,QACF,UAAS;AAAA,MAAA;AAAA,IAAA;AAAA,IAEX,oBAAC,QAAA,EAAK,GAAE,gUAAA,CAAgU;AAAA,EAAA,GAC1U;AAGF,QAAM,cACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,2eAAA,CAA2e;AAAA,IACnf,oBAAC,QAAA,EAAK,GAAE,uyBAAA,CAAuyB;AAAA,EAAA,GACjzB;AAGF,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
|
package/components/Icons/Edit.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { g as getIcon } from "../../Icon.js";
|
|
3
|
-
const Edit = ({ size, isHovered }) => {
|
|
4
|
-
const normal = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5
|
-
/* @__PURE__ */ jsx("path", { d: "M23.747 10.244a.75.75 0 0 1 0 1.5h-8.579a5.418 5.418 0 0 0-5.418 5.418V30.8a5.418 5.418 0 0 0 5.418 5.418h13.638a5.418 5.418 0 0 0 5.418-5.418v-8.58a.75.75 0 0 1 1.5 0v8.58a6.918 6.918 0 0 1-6.918 6.918H15.168A6.918 6.918 0 0 1 8.25 30.8V17.162a6.918 6.918 0 0 1 6.918-6.918h8.58Z" }),
|
|
6
|
-
/* @__PURE__ */ jsx(
|
|
7
|
-
"path",
|
|
8
|
-
{
|
|
9
|
-
fillRule: "evenodd",
|
|
10
|
-
clipRule: "evenodd",
|
|
11
|
-
d: "M32.083 7.579a4.5 4.5 0 0 1 6.315-.008l.163.168a4.503 4.503 0 0 1-.14 6.241h-.001L26.019 26.333a.752.752 0 0 1-.317.187L18.1 28.765a.75.75 0 0 1-.962-.72v-.006c0-.072.01-.144.031-.213l2.242-7.566.033-.09a.75.75 0 0 1 .159-.23l12.48-12.36.001-.001ZM18.995 26.935l5.223-1.54-3.677-3.677-1.546 5.217Zm1.955-6.222 4.284 4.284 10.13-10.09-4.255-4.255-10.159 10.06ZM37.348 8.64a3 3 0 0 0-4.211.005L31.82 9.95l4.252 4.252 1.29-1.284a3.002 3.002 0 0 0-.013-4.275h-.001Z"
|
|
12
|
-
}
|
|
13
|
-
)
|
|
14
|
-
] });
|
|
15
|
-
const normalHover = /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
16
|
-
/* @__PURE__ */ jsx("path", { d: "M23.747 10.244a.75.75 0 0 1 0 1.5h-8.579a5.418 5.418 0 0 0-5.418 5.418V30.8a5.418 5.418 0 0 0 5.418 5.418h13.638a5.418 5.418 0 0 0 5.418-5.418v-8.58a.75.75 0 0 1 1.5 0v8.58a6.918 6.918 0 0 1-6.918 6.918H15.168A6.918 6.918 0 0 1 8.25 30.8V17.162a6.918 6.918 0 0 1 6.918-6.918h8.58Z" }),
|
|
17
|
-
/* @__PURE__ */ jsx(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
fillRule: "evenodd",
|
|
21
|
-
clipRule: "evenodd",
|
|
22
|
-
d: "M30.083 9.579a4.5 4.5 0 0 1 6.315-.008l.163.168a4.503 4.503 0 0 1-.14 6.241h-.001L24.019 28.333a.752.752 0 0 1-.317.187L16.1 30.765a.75.75 0 0 1-.962-.72v-.006c0-.072.01-.144.031-.213l2.242-7.566.033-.09a.75.75 0 0 1 .159-.23l12.48-12.36.001-.001ZM16.995 28.935l5.223-1.54-3.677-3.677-1.546 5.217Zm1.955-6.222 4.284 4.284 10.13-10.09-4.255-4.255-10.159 10.06ZM35.348 10.64a3 3 0 0 0-4.211.005L29.82 11.95l4.252 4.252 1.29-1.284a3.002 3.002 0 0 0-.013-4.274l-.001-.002Z"
|
|
23
|
-
}
|
|
24
|
-
)
|
|
25
|
-
] });
|
|
26
|
-
return getIcon({ size, isHovered, normal, normalHover });
|
|
27
|
-
};
|
|
28
|
-
export {
|
|
29
|
-
Edit as default
|
|
30
|
-
};
|
|
31
|
-
//# sourceMappingURL=Edit.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Edit.js","sources":["../../../src/components/Icons/Edit.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst Edit: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path d=\"M23.747 10.244a.75.75 0 0 1 0 1.5h-8.579a5.418 5.418 0 0 0-5.418 5.418V30.8a5.418 5.418 0 0 0 5.418 5.418h13.638a5.418 5.418 0 0 0 5.418-5.418v-8.58a.75.75 0 0 1 1.5 0v8.58a6.918 6.918 0 0 1-6.918 6.918H15.168A6.918 6.918 0 0 1 8.25 30.8V17.162a6.918 6.918 0 0 1 6.918-6.918h8.58Z\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M32.083 7.579a4.5 4.5 0 0 1 6.315-.008l.163.168a4.503 4.503 0 0 1-.14 6.241h-.001L26.019 26.333a.752.752 0 0 1-.317.187L18.1 28.765a.75.75 0 0 1-.962-.72v-.006c0-.072.01-.144.031-.213l2.242-7.566.033-.09a.75.75 0 0 1 .159-.23l12.48-12.36.001-.001ZM18.995 26.935l5.223-1.54-3.677-3.677-1.546 5.217Zm1.955-6.222 4.284 4.284 10.13-10.09-4.255-4.255-10.159 10.06ZM37.348 8.64a3 3 0 0 0-4.211.005L31.82 9.95l4.252 4.252 1.29-1.284a3.002 3.002 0 0 0-.013-4.275h-.001Z\"\n />\n </>\n );\n\n const normalHover = (\n <>\n <path d=\"M23.747 10.244a.75.75 0 0 1 0 1.5h-8.579a5.418 5.418 0 0 0-5.418 5.418V30.8a5.418 5.418 0 0 0 5.418 5.418h13.638a5.418 5.418 0 0 0 5.418-5.418v-8.58a.75.75 0 0 1 1.5 0v8.58a6.918 6.918 0 0 1-6.918 6.918H15.168A6.918 6.918 0 0 1 8.25 30.8V17.162a6.918 6.918 0 0 1 6.918-6.918h8.58Z\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M30.083 9.579a4.5 4.5 0 0 1 6.315-.008l.163.168a4.503 4.503 0 0 1-.14 6.241h-.001L24.019 28.333a.752.752 0 0 1-.317.187L16.1 30.765a.75.75 0 0 1-.962-.72v-.006c0-.072.01-.144.031-.213l2.242-7.566.033-.09a.75.75 0 0 1 .159-.23l12.48-12.36.001-.001ZM16.995 28.935l5.223-1.54-3.677-3.677-1.546 5.217Zm1.955-6.222 4.284 4.284 10.13-10.09-4.255-4.255-10.159 10.06ZM35.348 10.64a3 3 0 0 0-4.211.005L29.82 11.95l4.252 4.252 1.29-1.284a3.002 3.002 0 0 0-.013-4.274l-.001-.002Z\"\n />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover });\n};\n\nexport default Edit;\n"],"names":[],"mappings":";;AAIA,MAAM,OAA+B,CAAC,EAAE,MAAM,gBAAkD;AAC9F,QAAM,SACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,2RAAA,CAA2R;AAAA,IACnS;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAS;AAAA,QACT,UAAS;AAAA,QACT,GAAE;AAAA,MAAA;AAAA,IAAA;AAAA,EACJ,GACF;AAGF,QAAM,cACJ,qBAAA,UAAA,EACE,UAAA;AAAA,IAAA,oBAAC,QAAA,EAAK,GAAE,2RAAA,CAA2R;AAAA,IACnS;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,UAAS;AAAA,QACT,UAAS;AAAA,QACT,GAAE;AAAA,MAAA;AAAA,IAAA;AAAA,EACJ,GACF;AAGF,SAAO,QAAQ,EAAE,MAAM,WAAW,QAAQ,aAAa;AACzD;"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
const ElderlyPerson = ({ isHovered }) => {
|
|
3
|
-
const normal = /* @__PURE__ */ jsx("path", { d: "M26.082 5.214a3.054 3.054 0 013.05 3.052 3.054 3.054 0 01-3.05 3.051 3.055 3.055 0 01-3.052-3.051 3.055 3.055 0 013.052-3.052m0 7.403a4.357 4.357 0 004.352-4.351c0-2.4-1.953-4.353-4.352-4.353a4.359 4.359 0 00-4.353 4.353 4.358 4.358 0 004.353 4.351m8.805 29.034a1.186 1.186 0 11.002-2.368 1.186 1.186 0 01-.003 2.368zm-8.518-12.927v-1.317c0-.378.072-.742.175-1.1a2.642 2.642 0 002.481-.837 2.63 2.63 0 00.641-1.94 3.98 3.98 0 01.637-.056 3.937 3.937 0 013.933 3.933v1.317H26.37zm-6.495-9.311l-3.94 3.735v16.888c0 1.16-.944 2.103-2.103 2.103a2.105 2.105 0 01-2.103-2.103V21.544c0-.841.321-1.637.907-2.242l4.911-5.082a2.587 2.587 0 013.895.2l6.655 8.472c.4.51.38 1.233-.047 1.72a1.35 1.35 0 01-1.881.138l-6.293-5.337zm15.662 18.665V27.405a5.24 5.24 0 00-5.233-5.233 5.22 5.22 0 00-1.053.119c-.044-.069-.082-.139-.133-.203l-6.656-8.472a3.885 3.885 0 00-2.857-1.482 3.901 3.901 0 00-2.993 1.181l-4.91 5.082a4.504 4.504 0 00-1.274 3.146v18.492a3.408 3.408 0 003.404 3.404 3.408 3.408 0 003.404-3.404V23.707l2.688-2.549 5.402 4.582c.011.01.023.015.034.023a5.179 5.179 0 00-.29 1.643v15.385h1.3V30.026h7.867v8.052a2.483 2.483 0 00-1.835 2.387 2.489 2.489 0 002.485 2.487 2.489 2.489 0 002.486-2.486c0-1.145-.78-2.1-1.836-2.389z" });
|
|
4
|
-
const normalHover = /* @__PURE__ */ jsx("path", { d: "M24.152 3.928a3.021 3.021 0 012.245.645 3.03 3.03 0 011.133 2.042 3.058 3.058 0 01-2.688 3.377 3.042 3.042 0 01-2.245-.644 3.038 3.038 0 01-1.133-2.042 3.058 3.058 0 012.688-3.378m-2.364 6.437a4.31 4.31 0 003.2.918 4.357 4.357 0 003.833-4.815 4.323 4.323 0 00-1.614-2.913 4.305 4.305 0 00-3.201-.918 4.358 4.358 0 00-3.833 4.815 4.32 4.32 0 001.615 2.913m15.84 28.203a1.184 1.184 0 11-.346-2.343 1.184 1.184 0 01.346 2.343zM27.32 27.018l-.192-1.303a3.962 3.962 0 01-.023-.87 2.643 2.643 0 002.263-1.123 2.637 2.637 0 00.353-2.283c.235-.083.476-.151.726-.187 2.153-.328 4.15 1.172 4.465 3.318l.193 1.303-7.785 1.146zm-7.735-8.285l-3.649 4.464v16.84c0 1.16-.944 2.103-2.104 2.103a2.105 2.105 0 01-2.102-2.103V21.545c0-.842.321-1.638.961-2.308l4-5.395a2.583 2.583 0 012.05-1.01c.69 0 1.353.275 1.84.768l7.573 7.666c.455.46.518 1.182.148 1.714a1.357 1.357 0 01-1.856.35l-6.86-4.597zm20.331 18.3a2.489 2.489 0 00-2.163-2.096L36.196 24.38c-.42-2.855-3.088-4.841-5.939-4.415-.423.063-.83.184-1.22.344l-7.532-7.623a3.865 3.865 0 00-3.007-1.147 3.895 3.895 0 00-2.847 1.52l-3.952 5.34a4.508 4.508 0 00-1.27 3.146v18.492a3.408 3.408 0 003.402 3.404 3.408 3.408 0 003.404-3.404V23.66l2.607-3.19 5.881 3.94c.041.027.087.043.13.068a5.166 5.166 0 00-.012 1.427l2.24 15.22 1.287-.19-1.859-12.63 7.784-1.145 1.172 7.968a2.484 2.484 0 00-1.469 2.629 2.49 2.49 0 002.821 2.098 2.49 2.49 0 002.098-2.821z" });
|
|
5
|
-
return isHovered ? normalHover : normal;
|
|
6
|
-
};
|
|
7
|
-
export {
|
|
8
|
-
ElderlyPerson as default
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=ElderlyPerson.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ElderlyPerson.js","sources":["../../../src/components/Icons/ElderlyPerson.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgPathProps } from '../Icon';\n\nconst ElderlyPerson: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M26.082 5.214a3.054 3.054 0 013.05 3.052 3.054 3.054 0 01-3.05 3.051 3.055 3.055 0 01-3.052-3.051 3.055 3.055 0 013.052-3.052m0 7.403a4.357 4.357 0 004.352-4.351c0-2.4-1.953-4.353-4.352-4.353a4.359 4.359 0 00-4.353 4.353 4.358 4.358 0 004.353 4.351m8.805 29.034a1.186 1.186 0 11.002-2.368 1.186 1.186 0 01-.003 2.368zm-8.518-12.927v-1.317c0-.378.072-.742.175-1.1a2.642 2.642 0 002.481-.837 2.63 2.63 0 00.641-1.94 3.98 3.98 0 01.637-.056 3.937 3.937 0 013.933 3.933v1.317H26.37zm-6.495-9.311l-3.94 3.735v16.888c0 1.16-.944 2.103-2.103 2.103a2.105 2.105 0 01-2.103-2.103V21.544c0-.841.321-1.637.907-2.242l4.911-5.082a2.587 2.587 0 013.895.2l6.655 8.472c.4.51.38 1.233-.047 1.72a1.35 1.35 0 01-1.881.138l-6.293-5.337zm15.662 18.665V27.405a5.24 5.24 0 00-5.233-5.233 5.22 5.22 0 00-1.053.119c-.044-.069-.082-.139-.133-.203l-6.656-8.472a3.885 3.885 0 00-2.857-1.482 3.901 3.901 0 00-2.993 1.181l-4.91 5.082a4.504 4.504 0 00-1.274 3.146v18.492a3.408 3.408 0 003.404 3.404 3.408 3.408 0 003.404-3.404V23.707l2.688-2.549 5.402 4.582c.011.01.023.015.034.023a5.179 5.179 0 00-.29 1.643v15.385h1.3V30.026h7.867v8.052a2.483 2.483 0 00-1.835 2.387 2.489 2.489 0 002.485 2.487 2.489 2.489 0 002.486-2.486c0-1.145-.78-2.1-1.836-2.389z\" />\n );\n\n const normalHover = (\n <path d=\"M24.152 3.928a3.021 3.021 0 012.245.645 3.03 3.03 0 011.133 2.042 3.058 3.058 0 01-2.688 3.377 3.042 3.042 0 01-2.245-.644 3.038 3.038 0 01-1.133-2.042 3.058 3.058 0 012.688-3.378m-2.364 6.437a4.31 4.31 0 003.2.918 4.357 4.357 0 003.833-4.815 4.323 4.323 0 00-1.614-2.913 4.305 4.305 0 00-3.201-.918 4.358 4.358 0 00-3.833 4.815 4.32 4.32 0 001.615 2.913m15.84 28.203a1.184 1.184 0 11-.346-2.343 1.184 1.184 0 01.346 2.343zM27.32 27.018l-.192-1.303a3.962 3.962 0 01-.023-.87 2.643 2.643 0 002.263-1.123 2.637 2.637 0 00.353-2.283c.235-.083.476-.151.726-.187 2.153-.328 4.15 1.172 4.465 3.318l.193 1.303-7.785 1.146zm-7.735-8.285l-3.649 4.464v16.84c0 1.16-.944 2.103-2.104 2.103a2.105 2.105 0 01-2.102-2.103V21.545c0-.842.321-1.638.961-2.308l4-5.395a2.583 2.583 0 012.05-1.01c.69 0 1.353.275 1.84.768l7.573 7.666c.455.46.518 1.182.148 1.714a1.357 1.357 0 01-1.856.35l-6.86-4.597zm20.331 18.3a2.489 2.489 0 00-2.163-2.096L36.196 24.38c-.42-2.855-3.088-4.841-5.939-4.415-.423.063-.83.184-1.22.344l-7.532-7.623a3.865 3.865 0 00-3.007-1.147 3.895 3.895 0 00-2.847 1.52l-3.952 5.34a4.508 4.508 0 00-1.27 3.146v18.492a3.408 3.408 0 003.402 3.404 3.408 3.408 0 003.404-3.404V23.66l2.607-3.19 5.881 3.94c.041.027.087.043.13.068a5.166 5.166 0 00-.012 1.427l2.24 15.22 1.287-.19-1.859-12.63 7.784-1.145 1.172 7.968a2.484 2.484 0 00-1.469 2.629 2.49 2.49 0 002.821 2.098 2.49 2.49 0 002.098-2.821z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default ElderlyPerson;\n"],"names":[],"mappings":";AAIA,MAAM,gBAAwC,CAAC,EAAE,gBAAkD;AACjG,QAAM,SACJ,oBAAC,QAAA,EAAK,GAAE,usCAAA,CAAusC;AAGjtC,QAAM,cACJ,oBAAC,QAAA,EAAK,GAAE,42CAAA,CAA42C;AAGt3C,SAAO,YAAY,cAAc;AACnC;"}
|