@helsenorge/designsystem-react 13.0.0-beta.2 → 13.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +7 -16
- package/lib/AlertSignFill.js +17 -0
- package/lib/AlertSignFill.js.map +1 -0
- package/lib/AlertSignStroke.js +17 -0
- package/lib/AlertSignStroke.js.map +1 -0
- package/lib/AnchorLink.js +52 -0
- package/lib/AnchorLink.js.map +1 -0
- package/lib/ArrowDown.js +29 -0
- package/lib/ArrowDown.js.map +1 -0
- package/lib/ArrowRight.js +17 -0
- package/lib/ArrowRight.js.map +1 -0
- package/lib/ArrowUp.js +29 -0
- package/lib/ArrowUp.js.map +1 -0
- package/lib/ArrowUpRight.js +17 -0
- package/lib/ArrowUpRight.js.map +1 -0
- package/lib/AsChildSlot.js +64 -0
- package/lib/AsChildSlot.js.map +1 -0
- package/lib/Avatar.js +31 -0
- package/lib/Avatar.js.map +1 -0
- package/lib/BabyMobileMedium.js +264 -0
- package/lib/BabyMobileMedium.js.map +1 -0
- package/lib/Badge.js +31 -0
- package/lib/Badge.js.map +1 -0
- package/lib/Button.js +129 -0
- package/lib/Button.js.map +1 -0
- package/lib/CHANGELOG.md +2653 -0
- package/lib/Calendar.js +29 -0
- package/lib/Calendar.js.map +1 -0
- package/lib/Check.js +17 -0
- package/lib/Check.js.map +1 -0
- package/lib/CheckFill.js +29 -0
- package/lib/CheckFill.js.map +1 -0
- package/lib/CheckOutline.js +15 -0
- package/lib/CheckOutline.js.map +1 -0
- package/lib/Checkbox.js +117 -0
- package/lib/Checkbox.js.map +1 -0
- package/lib/Checkbox2.js +5 -0
- package/lib/Checkbox2.js.map +1 -0
- package/lib/ChevronDown.js +17 -0
- package/lib/ChevronDown.js.map +1 -0
- package/lib/ChevronLeft.js +17 -0
- package/lib/ChevronLeft.js.map +1 -0
- package/lib/ChevronRight.js +17 -0
- package/lib/ChevronRight.js.map +1 -0
- package/lib/ChevronUp.js +17 -0
- package/lib/ChevronUp.js.map +1 -0
- package/lib/ChildMedium.js +127 -0
- package/lib/ChildMedium.js.map +1 -0
- package/lib/Close.js +44 -0
- package/lib/Close.js.map +1 -0
- package/lib/DictionaryTrigger.js +23 -0
- package/lib/DictionaryTrigger.js.map +1 -0
- package/lib/DoctorMedium.js +55 -0
- package/lib/DoctorMedium.js.map +1 -0
- package/lib/DoctorSmall.js +65 -0
- package/lib/DoctorSmall.js.map +1 -0
- package/lib/Drawer.js +227 -0
- package/lib/Drawer.js.map +1 -0
- package/lib/Duolist.js +74 -0
- package/lib/Duolist.js.map +1 -0
- package/lib/ElementHeader.js +152 -0
- package/lib/ElementHeader.js.map +1 -0
- package/lib/ElementHeaderText.js +33 -0
- package/lib/ElementHeaderText.js.map +1 -0
- package/lib/EmptyBox.js +17 -0
- package/lib/EmptyBox.js.map +1 -0
- package/lib/ErrorSignFill.js +17 -0
- package/lib/ErrorSignFill.js.map +1 -0
- package/lib/ErrorWrapper.js +24 -0
- package/lib/ErrorWrapper.js.map +1 -0
- package/lib/Expander.js +107 -0
- package/lib/Expander.js.map +1 -0
- package/lib/FacialRecognitionFingerprintMedium.js +200 -0
- package/lib/FacialRecognitionFingerprintMedium.js.map +1 -0
- package/lib/FormFieldTag.js +50 -0
- package/lib/FormFieldTag.js.map +1 -0
- package/lib/FormGroup.js +134 -0
- package/lib/FormGroup.js.map +1 -0
- package/lib/FormLayout.js +42 -0
- package/lib/FormLayout.js.map +1 -0
- package/lib/Forward.js +17 -0
- package/lib/Forward.js.map +1 -0
- package/lib/GiveBabyFoodMedium.js +241 -0
- package/lib/GiveBabyFoodMedium.js.map +1 -0
- package/lib/HN.Designsystem.Dropdown.nb-NO.js +5 -0
- package/lib/HN.Designsystem.Dropdown.nb-NO.js.map +1 -0
- package/lib/HandWaving.js +9 -0
- package/lib/HandWaving.js.map +1 -0
- package/lib/HealthcarePersonnelMedium.js +149 -0
- package/lib/HealthcarePersonnelMedium.js.map +1 -0
- package/lib/HealthcarePersonnelSmall.js +150 -0
- package/lib/HealthcarePersonnelSmall.js.map +1 -0
- package/lib/HelpDetails.js +54 -0
- package/lib/HelpDetails.js.map +1 -0
- package/lib/HelpTriggerIcon.js +105 -0
- package/lib/HelpTriggerIcon.js.map +1 -0
- package/lib/HelpTriggerStandalone.js +43 -0
- package/lib/HelpTriggerStandalone.js.map +1 -0
- package/lib/HighlightPanel.js +77 -0
- package/lib/HighlightPanel.js.map +1 -0
- package/lib/Highlighter.js +45 -0
- package/lib/Highlighter.js.map +1 -0
- package/lib/HorizontalScroll.js +48 -0
- package/lib/HorizontalScroll.js.map +1 -0
- package/lib/Icon.js +48 -0
- package/lib/Icon.js.map +1 -0
- package/lib/Illustration.js +51 -0
- package/lib/Illustration.js.map +1 -0
- package/lib/IllustrationNames.js +31 -0
- package/lib/IllustrationNames.js.map +1 -0
- package/lib/InfoSignFill.js +17 -0
- package/lib/InfoSignFill.js.map +1 -0
- package/lib/InfoTeaser.js +80 -0
- package/lib/InfoTeaser.js.map +1 -0
- package/lib/Input.js +174 -0
- package/lib/Input.js.map +1 -0
- package/lib/Input2.js +5 -0
- package/lib/Input2.js.map +1 -0
- package/lib/Label.js +138 -0
- package/lib/Label.js.map +1 -0
- package/lib/LazyIcon.js +379 -0
- package/lib/LazyIcon.js.map +1 -0
- package/lib/LazyIllustration.js +69 -0
- package/lib/LazyIllustration.js.map +1 -0
- package/lib/LinkList.js +128 -0
- package/lib/LinkList.js.map +1 -0
- package/lib/List.js +22 -0
- package/lib/List.js.map +1 -0
- package/lib/ListEditMode.js +43 -0
- package/lib/ListEditMode.js.map +1 -0
- package/lib/MaxCharacters.js +24 -0
- package/lib/MaxCharacters.js.map +1 -0
- package/lib/NotificationBadge.js +53 -0
- package/lib/NotificationBadge.js.map +1 -0
- package/lib/Panel.js +267 -0
- package/lib/Panel.js.map +1 -0
- package/lib/PanelOld.js +322 -0
- package/lib/PanelOld.js.map +1 -0
- package/lib/PanelTitle.js +34 -0
- package/lib/PanelTitle.js.map +1 -0
- package/lib/Pencil.js +27 -0
- package/lib/Pencil.js.map +1 -0
- package/lib/PlusSmall.js +17 -0
- package/lib/PlusSmall.js.map +1 -0
- package/lib/PopOver.js +68 -0
- package/lib/PopOver.js.map +1 -0
- package/lib/Portal.js +26 -0
- package/lib/Portal.js.map +1 -0
- package/lib/RadioButton.js +92 -0
- package/lib/RadioButton.js.map +1 -0
- package/lib/RadioButton2.js +5 -0
- package/lib/RadioButton2.js.map +1 -0
- package/lib/ReadLettersMedium.js +79 -0
- package/lib/ReadLettersMedium.js.map +1 -0
- package/lib/Select.js +79 -0
- package/lib/Select.js.map +1 -0
- package/lib/SingleSelectItem.js +99 -0
- package/lib/SingleSelectItem.js.map +1 -0
- package/lib/Slider.js +269 -0
- package/lib/Slider.js.map +1 -0
- package/lib/Spacer.js +31 -0
- package/lib/Spacer.js.map +1 -0
- package/lib/StatusDot.js +150 -0
- package/lib/StatusDot.js.map +1 -0
- package/lib/StatusDotList.js +33 -0
- package/lib/StatusDotList.js.map +1 -0
- package/lib/StepButtons.js +39 -0
- package/lib/StepButtons.js.map +1 -0
- package/lib/StrollerMedium.js +220 -0
- package/lib/StrollerMedium.js.map +1 -0
- package/lib/Support2Medium.js +159 -0
- package/lib/Support2Medium.js.map +1 -0
- package/lib/TabList.js +190 -0
- package/lib/TabList.js.map +1 -0
- package/lib/TabPanel.js +18 -0
- package/lib/TabPanel.js.map +1 -0
- package/lib/Table.js +126 -0
- package/lib/Table.js.map +1 -0
- package/lib/TableBody.js +16 -0
- package/lib/TableBody.js.map +1 -0
- package/lib/TableCell.js +24 -0
- package/lib/TableCell.js.map +1 -0
- package/lib/TableExpandedRow.js +32 -0
- package/lib/TableExpandedRow.js.map +1 -0
- package/lib/TableExpanderCell.js +27 -0
- package/lib/TableExpanderCell.js.map +1 -0
- package/lib/TableHead.js +27 -0
- package/lib/TableHead.js.map +1 -0
- package/lib/TableHeadCell.js +55 -0
- package/lib/TableHeadCell.js.map +1 -0
- package/lib/TableRow.js +46 -0
- package/lib/TableRow.js.map +1 -0
- package/lib/Textarea.js +112 -0
- package/lib/Textarea.js.map +1 -0
- package/lib/Title.js +38 -0
- package/lib/Title.js.map +1 -0
- package/lib/Title2.js +5 -0
- package/lib/Title2.js.map +1 -0
- package/lib/Toast.js +46 -0
- package/lib/Toast.js.map +1 -0
- package/lib/TriangleX.js +33 -0
- package/lib/TriangleX.js.map +1 -0
- package/lib/Undo.js +37 -0
- package/lib/Undo.js.map +1 -0
- package/lib/VerticalDots.js +17 -0
- package/lib/VerticalDots.js.map +1 -0
- package/lib/Watch.js +29 -0
- package/lib/Watch.js.map +1 -0
- package/lib/X.js +19 -0
- package/lib/X.js.map +1 -0
- package/lib/__mocks__/IntersectionObserver.js +10 -0
- package/lib/__mocks__/IntersectionObserver.js.map +1 -0
- package/lib/__mocks__/MutationObserver.js +9 -0
- package/lib/__mocks__/MutationObserver.js.map +1 -0
- package/lib/__mocks__/ResizeObserver.js +10 -0
- package/lib/__mocks__/ResizeObserver.js.map +1 -0
- package/lib/__mocks__/matchMedia.js +14 -0
- package/lib/__mocks__/matchMedia.js.map +1 -0
- package/lib/__mocks__/useLayoutEvent.js +3 -0
- package/lib/__mocks__/useLayoutEvent.js.map +1 -0
- package/lib/__mocks__/useOutsideEvent.js +3 -0
- package/lib/__mocks__/useOutsideEvent.js.map +1 -0
- package/lib/__mocks__/usePseudoClasses.js +9 -0
- package/lib/__mocks__/usePseudoClasses.js.map +1 -0
- package/lib/__mocks__/useSize.js +10 -0
- package/lib/__mocks__/useSize.js.map +1 -0
- package/lib/__mocks__/uuid.js +9 -0
- package/lib/__mocks__/uuid.js.map +1 -0
- package/lib/_rolldown_dynamic_import_helper.js +28 -0
- package/lib/_rolldown_dynamic_import_helper.js.map +1 -0
- package/lib/accessibility.js +17 -0
- package/lib/accessibility.js.map +1 -0
- package/lib/color.js +10 -0
- package/lib/color.js.map +1 -0
- package/lib/component.js +10 -0
- package/lib/component.js.map +1 -0
- package/lib/components/AnchorLink/index.js +13 -0
- package/lib/components/ArticleTeaser/index.js +51 -0
- package/lib/components/ArticleTeaser/index.js.map +1 -0
- package/lib/components/ArticleTeaser/styles.module.scss +81 -0
- package/lib/components/AsChildSlot/AsChildSlot.d.ts +23 -0
- package/lib/components/AsChildSlot/index.d.ts +3 -0
- package/lib/components/AsChildSlot/index.js +3 -0
- package/lib/components/AsChildSlot/styles.module.scss +13 -0
- package/lib/components/AsChildSlot/styles.module.scss.d.ts +9 -0
- package/lib/components/Avatar/index.js +6 -0
- package/lib/components/Badge/index.js +10 -0
- package/lib/components/Button/index.js +19 -0
- package/lib/components/Button/styles.module.scss +447 -0
- package/lib/components/Checkbox/index.js +47 -0
- package/lib/components/Checkbox/styles.module.scss +460 -0
- package/lib/components/Chip/index.js +55 -0
- package/lib/components/Chip/index.js.map +1 -0
- package/lib/components/Close/index.js +10 -0
- package/lib/components/DictionaryTrigger/index.js +3 -0
- package/lib/components/Drawer/index.js +39 -0
- package/lib/components/Drawer/styles.module.scss +186 -0
- package/lib/components/Drawer/styles.module.scss.d.ts +23 -0
- package/lib/components/Dropdown/Dropdown.d.ts +40 -0
- package/lib/components/Dropdown/SingleSelect/SingleSelect.d.ts +18 -0
- package/lib/components/Dropdown/SingleSelect/SingleSelectItem.d.ts +21 -0
- package/lib/components/Dropdown/SingleSelect/index.d.ts +3 -0
- package/lib/components/Dropdown/SingleSelect/index.js +7 -0
- package/lib/components/Dropdown/SingleSelect/index.js.map +1 -0
- package/lib/components/Dropdown/SingleSelect/styles.module.scss +54 -0
- package/lib/components/Dropdown/SingleSelect/styles.module.scss.d.ts +14 -0
- package/lib/components/Dropdown/index.js +284 -0
- package/lib/components/Dropdown/index.js.map +1 -0
- package/lib/components/Dropdown/styles.module.scss +186 -0
- package/lib/components/Dropdown/styles.module.scss.d.ts +24 -0
- package/lib/components/DropdownOld/DropdownOld.d.ts +42 -0
- package/lib/components/DropdownOld/index.d.ts +3 -0
- package/lib/components/DropdownOld/index.js +204 -0
- package/lib/components/DropdownOld/index.js.map +1 -0
- package/lib/components/DropdownOld/resourceHelper.d.ts +3 -0
- package/lib/components/Duolist/index.js +6 -0
- package/lib/components/ElementHeader/ElementHeaderText/index.js +13 -0
- package/lib/components/ElementHeader/ElementHeaderText/index.js.map +1 -0
- package/lib/components/ElementHeader/StatusDotList/index.js +36 -0
- package/lib/components/ElementHeader/index.js +53 -0
- package/lib/components/ElementHeader/index.js.map +1 -0
- package/lib/components/ElementHeader/styles.module.scss +155 -0
- package/lib/components/EmptyState/index.js +281 -0
- package/lib/components/EmptyState/index.js.map +1 -0
- package/lib/components/ErrorWrapper/index.js +2 -0
- package/lib/components/Expander/index.js +26 -0
- package/lib/components/ExpanderHierarchy/index.js +94 -0
- package/lib/components/ExpanderHierarchy/index.js.map +1 -0
- package/lib/components/ExpanderList/index.js +243 -0
- package/lib/components/ExpanderList/index.js.map +1 -0
- package/lib/components/ExpanderList/styles.module.scss +498 -0
- package/lib/components/EyebrowHeader/index.js +24 -0
- package/lib/components/EyebrowHeader/index.js.map +1 -0
- package/lib/components/FavoriteButton/index.js +146 -0
- package/lib/components/FavoriteButton/index.js.map +1 -0
- package/lib/components/FormFieldTag/FormFieldTag.d.ts +15 -0
- package/lib/components/FormFieldTag/index.js +4 -0
- package/lib/components/FormGroup/FormGroup.d.ts +45 -0
- package/lib/components/FormGroup/index.js +60 -0
- package/lib/components/FormGroup/index.js.map +1 -0
- package/lib/components/FormLayout/index.js +3 -0
- package/lib/components/HelpBubble/index.js +93 -0
- package/lib/components/HelpBubble/index.js.map +1 -0
- package/lib/components/HelpDrawer/index.js +68 -0
- package/lib/components/HelpDrawer/index.js.map +1 -0
- package/lib/components/HelpExpanderInline/index.js +25 -0
- package/lib/components/HelpExpanderInline/index.js.map +1 -0
- package/lib/components/HelpExpanderStandalone/index.js +50 -0
- package/lib/components/HelpExpanderStandalone/index.js.map +1 -0
- package/lib/components/HelpPanel/index.js +52 -0
- package/lib/components/HelpPanel/index.js.map +1 -0
- package/lib/components/HelpTeaser/index.js +31 -0
- package/lib/components/HelpTeaser/index.js.map +1 -0
- package/lib/components/HelpTooltip/index.js +43 -0
- package/lib/components/HelpTooltip/index.js.map +1 -0
- package/lib/components/HelpTriggerIcon/index.js +6 -0
- package/lib/components/HelpTriggerInline/index.js +41 -0
- package/lib/components/HelpTriggerInline/index.js.map +1 -0
- package/lib/components/HelpTriggerStandalone/index.js +10 -0
- package/lib/components/HighlightPanel/index.js +34 -0
- package/lib/components/Highlighter/index.js +9 -0
- package/lib/components/HorizontalScroll/index.js +7 -0
- package/lib/components/Icon/index.js +3 -0
- package/lib/components/Icons/ActiveMonitoring.js +15 -0
- package/lib/components/Icons/ActiveMonitoring.js.map +1 -0
- package/lib/components/Icons/AcupunctureBack.js +24 -0
- package/lib/components/Icons/AcupunctureBack.js.map +1 -0
- package/lib/components/Icons/AdditionalIconInformation.js +1345 -0
- package/lib/components/Icons/AdditionalIconInformation.js.map +1 -0
- package/lib/components/Icons/AlarmClock.js +40 -0
- package/lib/components/Icons/AlarmClock.js.map +1 -0
- package/lib/components/Icons/AlertSignFill.js +4 -0
- package/lib/components/Icons/AlertSignStroke.js +4 -0
- package/lib/components/Icons/Amputation.js +9 -0
- package/lib/components/Icons/Amputation.js.map +1 -0
- package/lib/components/Icons/Anxiety.js +9 -0
- package/lib/components/Icons/Anxiety.js.map +1 -0
- package/lib/components/Icons/Apple.js +9 -0
- package/lib/components/Icons/Apple.js.map +1 -0
- package/lib/components/Icons/Archive.js +30 -0
- package/lib/components/Icons/Archive.js.map +1 -0
- package/lib/components/Icons/ArmFlexing.js +9 -0
- package/lib/components/Icons/ArmFlexing.js.map +1 -0
- package/lib/components/Icons/ArrowDown.js +4 -0
- package/lib/components/Icons/ArrowLeft.js +18 -0
- package/lib/components/Icons/ArrowLeft.js.map +1 -0
- package/lib/components/Icons/ArrowRight.js +4 -0
- package/lib/components/Icons/ArrowUp.js +4 -0
- package/lib/components/Icons/ArrowUpRight.js +4 -0
- package/lib/components/Icons/Attachment.js +28 -0
- package/lib/components/Icons/Attachment.js.map +1 -0
- package/lib/components/Icons/Atv.js +9 -0
- package/lib/components/Icons/Atv.js.map +1 -0
- package/lib/components/Icons/Avatar.js +18 -0
- package/lib/components/Icons/Avatar.js.map +1 -0
- package/lib/components/Icons/AwakePersonOnPillow.js +9 -0
- package/lib/components/Icons/AwakePersonOnPillow.js.map +1 -0
- package/lib/components/Icons/Baby.js +9 -0
- package/lib/components/Icons/Baby.js.map +1 -0
- package/lib/components/Icons/BandAid.js +9 -0
- package/lib/components/Icons/BandAid.js.map +1 -0
- package/lib/components/Icons/BeerAndPills.js +15 -0
- package/lib/components/Icons/BeerAndPills.js.map +1 -0
- package/lib/components/Icons/Bell.js +9 -0
- package/lib/components/Icons/Bell.js.map +1 -0
- package/lib/components/Icons/Bike.js +9 -0
- package/lib/components/Icons/Bike.js.map +1 -0
- package/lib/components/Icons/BirthControl.js +15 -0
- package/lib/components/Icons/BirthControl.js.map +1 -0
- package/lib/components/Icons/BirthdayCake.js +9 -0
- package/lib/components/Icons/BirthdayCake.js.map +1 -0
- package/lib/components/Icons/Boat.js +9 -0
- package/lib/components/Icons/Boat.js.map +1 -0
- package/lib/components/Icons/Body.js +15 -0
- package/lib/components/Icons/Body.js.map +1 -0
- package/lib/components/Icons/Braille.js +16 -0
- package/lib/components/Icons/Braille.js.map +1 -0
- package/lib/components/Icons/Brain.js +9 -0
- package/lib/components/Icons/Brain.js.map +1 -0
- package/lib/components/Icons/BreastReconstruction.js +15 -0
- package/lib/components/Icons/BreastReconstruction.js.map +1 -0
- package/lib/components/Icons/BreastRemoval.js +15 -0
- package/lib/components/Icons/BreastRemoval.js.map +1 -0
- package/lib/components/Icons/Breasts.js +9 -0
- package/lib/components/Icons/Breasts.js.map +1 -0
- package/lib/components/Icons/BrokenHeart.js +9 -0
- package/lib/components/Icons/BrokenHeart.js.map +1 -0
- package/lib/components/Icons/BrokenPuzzle.js +9 -0
- package/lib/components/Icons/BrokenPuzzle.js.map +1 -0
- package/lib/components/Icons/Bus.js +34 -0
- package/lib/components/Icons/Bus.js.map +1 -0
- package/lib/components/Icons/Calendar.js +4 -0
- package/lib/components/Icons/CalendarChange.js +30 -0
- package/lib/components/Icons/CalendarChange.js.map +1 -0
- package/lib/components/Icons/CalendarCheck.js +30 -0
- package/lib/components/Icons/CalendarCheck.js.map +1 -0
- package/lib/components/Icons/CalendarEvent.js +9 -0
- package/lib/components/Icons/CalendarEvent.js.map +1 -0
- package/lib/components/Icons/CalendarSave.js +18 -0
- package/lib/components/Icons/CalendarSave.js.map +1 -0
- package/lib/components/Icons/Cancer.js +23 -0
- package/lib/components/Icons/Cancer.js.map +1 -0
- package/lib/components/Icons/Candle.js +22 -0
- package/lib/components/Icons/Candle.js.map +1 -0
- package/lib/components/Icons/Car.js +9 -0
- package/lib/components/Icons/Car.js.map +1 -0
- package/lib/components/Icons/Carton.js +29 -0
- package/lib/components/Icons/Carton.js.map +1 -0
- package/lib/components/Icons/Change.js +36 -0
- package/lib/components/Icons/Change.js.map +1 -0
- package/lib/components/Icons/Check.js +4 -0
- package/lib/components/Icons/CheckFill.js +4 -0
- package/lib/components/Icons/CheckOutline.js +2 -0
- package/lib/components/Icons/Chest.js +9 -0
- package/lib/components/Icons/Chest.js.map +1 -0
- package/lib/components/Icons/ChevronDown.js +4 -0
- package/lib/components/Icons/ChevronLeft.js +4 -0
- package/lib/components/Icons/ChevronRight.js +4 -0
- package/lib/components/Icons/ChevronUp.js +4 -0
- package/lib/components/Icons/ChevronsDown.js +30 -0
- package/lib/components/Icons/ChevronsDown.js.map +1 -0
- package/lib/components/Icons/ChevronsUp.js +30 -0
- package/lib/components/Icons/ChevronsUp.js.map +1 -0
- package/lib/components/Icons/ChildPlaying.js +9 -0
- package/lib/components/Icons/ChildPlaying.js.map +1 -0
- package/lib/components/Icons/Cigarette.js +9 -0
- package/lib/components/Icons/Cigarette.js.map +1 -0
- package/lib/components/Icons/Coins.js +15 -0
- package/lib/components/Icons/Coins.js.map +1 -0
- package/lib/components/Icons/Contacts.js +18 -0
- package/lib/components/Icons/Contacts.js.map +1 -0
- package/lib/components/Icons/Copy.js +29 -0
- package/lib/components/Icons/Copy.js.map +1 -0
- package/lib/components/Icons/CoronaCertificate.js +15 -0
- package/lib/components/Icons/CoronaCertificate.js.map +1 -0
- package/lib/components/Icons/Coronavirus.js +9 -0
- package/lib/components/Icons/Coronavirus.js.map +1 -0
- package/lib/components/Icons/Cough.js +9 -0
- package/lib/components/Icons/Cough.js.map +1 -0
- package/lib/components/Icons/CreditCard.js +147 -0
- package/lib/components/Icons/CreditCard.js.map +1 -0
- package/lib/components/Icons/CriticalHealthInfo.js +9 -0
- package/lib/components/Icons/CriticalHealthInfo.js.map +1 -0
- package/lib/components/Icons/Cross.js +9 -0
- package/lib/components/Icons/Cross.js.map +1 -0
- package/lib/components/Icons/DataExchange.js +15 -0
- package/lib/components/Icons/DataExchange.js.map +1 -0
- package/lib/components/Icons/DataReceived.js +15 -0
- package/lib/components/Icons/DataReceived.js.map +1 -0
- package/lib/components/Icons/DataSent.js +15 -0
- package/lib/components/Icons/DataSent.js.map +1 -0
- package/lib/components/Icons/Depression.js +9 -0
- package/lib/components/Icons/Depression.js.map +1 -0
- package/lib/components/Icons/DigestiveSystem.js +9 -0
- package/lib/components/Icons/DigestiveSystem.js.map +1 -0
- package/lib/components/Icons/Dizzy.js +9 -0
- package/lib/components/Icons/Dizzy.js.map +1 -0
- package/lib/components/Icons/Documents.js +9 -0
- package/lib/components/Icons/Documents.js.map +1 -0
- package/lib/components/Icons/Dog.js +9 -0
- package/lib/components/Icons/Dog.js.map +1 -0
- package/lib/components/Icons/DonorCard.js +9 -0
- package/lib/components/Icons/DonorCard.js.map +1 -0
- package/lib/components/Icons/DotActive.js +24 -0
- package/lib/components/Icons/DotActive.js.map +1 -0
- package/lib/components/Icons/DotAlert.js +24 -0
- package/lib/components/Icons/DotAlert.js.map +1 -0
- package/lib/components/Icons/DotCancelled.js +24 -0
- package/lib/components/Icons/DotCancelled.js.map +1 -0
- package/lib/components/Icons/DotHalfDisc.js +24 -0
- package/lib/components/Icons/DotHalfDisc.js.map +1 -0
- package/lib/components/Icons/DotInactive.js +24 -0
- package/lib/components/Icons/DotInactive.js.map +1 -0
- package/lib/components/Icons/DotInfo.js +40 -0
- package/lib/components/Icons/DotInfo.js.map +1 -0
- package/lib/components/Icons/DotLookingGlass.js +24 -0
- package/lib/components/Icons/DotLookingGlass.js.map +1 -0
- package/lib/components/Icons/DotPending.js +16 -0
- package/lib/components/Icons/DotPending.js.map +1 -0
- package/lib/components/Icons/DotQuestionMark.js +24 -0
- package/lib/components/Icons/DotQuestionMark.js.map +1 -0
- package/lib/components/Icons/DotSuccess.js +24 -0
- package/lib/components/Icons/DotSuccess.js.map +1 -0
- package/lib/components/Icons/DotTransparent.js +24 -0
- package/lib/components/Icons/DotTransparent.js.map +1 -0
- package/lib/components/Icons/DotWarningTriangle.js +24 -0
- package/lib/components/Icons/DotWarningTriangle.js.map +1 -0
- package/lib/components/Icons/Download.js +30 -0
- package/lib/components/Icons/Download.js.map +1 -0
- package/lib/components/Icons/Draft.js +9 -0
- package/lib/components/Icons/Draft.js.map +1 -0
- package/lib/components/Icons/Drag.js +16 -0
- package/lib/components/Icons/Drag.js.map +1 -0
- package/lib/components/Icons/EChat.js +18 -0
- package/lib/components/Icons/EChat.js.map +1 -0
- package/lib/components/Icons/Ear.js +16 -0
- package/lib/components/Icons/Ear.js.map +1 -0
- package/lib/components/Icons/EarDeaf.js +16 -0
- package/lib/components/Icons/EarDeaf.js.map +1 -0
- package/lib/components/Icons/EarHearingAid.js +16 -0
- package/lib/components/Icons/EarHearingAid.js.map +1 -0
- package/lib/components/Icons/EarNoseThroat.js +17 -0
- package/lib/components/Icons/EarNoseThroat.js.map +1 -0
- package/lib/components/Icons/EarVolume.js +25 -0
- package/lib/components/Icons/EarVolume.js.map +1 -0
- package/lib/components/Icons/Edit.js +24 -0
- package/lib/components/Icons/Edit.js.map +1 -0
- package/lib/components/Icons/ElderlyPerson.js +9 -0
- package/lib/components/Icons/ElderlyPerson.js.map +1 -0
- package/lib/components/Icons/Embolization.js +15 -0
- package/lib/components/Icons/Embolization.js.map +1 -0
- package/lib/components/Icons/EmergencyCall.js +24 -0
- package/lib/components/Icons/EmergencyCall.js.map +1 -0
- package/lib/components/Icons/EmoticonAnnoyed.js +26 -0
- package/lib/components/Icons/EmoticonAnnoyed.js.map +1 -0
- package/lib/components/Icons/EmoticonDelighted.js +26 -0
- package/lib/components/Icons/EmoticonDelighted.js.map +1 -0
- package/lib/components/Icons/EmoticonDisappointed.js +26 -0
- package/lib/components/Icons/EmoticonDisappointed.js.map +1 -0
- package/lib/components/Icons/EmoticonHappy.js +26 -0
- package/lib/components/Icons/EmoticonHappy.js.map +1 -0
- package/lib/components/Icons/EmoticonMeh.js +26 -0
- package/lib/components/Icons/EmoticonMeh.js.map +1 -0
- package/lib/components/Icons/EmptyBox.js +2 -0
- package/lib/components/Icons/EnterFullScreen.js +27 -0
- package/lib/components/Icons/EnterFullScreen.js.map +1 -0
- package/lib/components/Icons/Envelope.js +18 -0
- package/lib/components/Icons/Envelope.js.map +1 -0
- package/lib/components/Icons/Epilepsy.js +9 -0
- package/lib/components/Icons/Epilepsy.js.map +1 -0
- package/lib/components/Icons/Eraser.js +18 -0
- package/lib/components/Icons/Eraser.js.map +1 -0
- package/lib/components/Icons/ErrorSignFill.js +4 -0
- package/lib/components/Icons/ErrorSignStroke.js +18 -0
- package/lib/components/Icons/ErrorSignStroke.js.map +1 -0
- package/lib/components/Icons/EuropeanHealthCard.js +9 -0
- package/lib/components/Icons/EuropeanHealthCard.js.map +1 -0
- package/lib/components/Icons/ExitFullScreen.js +27 -0
- package/lib/components/Icons/ExitFullScreen.js.map +1 -0
- package/lib/components/Icons/Eye.js +36 -0
- package/lib/components/Icons/Eye.js.map +1 -0
- package/lib/components/Icons/Facebook.js +9 -0
- package/lib/components/Icons/Facebook.js.map +1 -0
- package/lib/components/Icons/FallingLeaf.js +27 -0
- package/lib/components/Icons/FallingLeaf.js.map +1 -0
- package/lib/components/Icons/Feedback.js +21 -0
- package/lib/components/Icons/Feedback.js.map +1 -0
- package/lib/components/Icons/Female.js +9 -0
- package/lib/components/Icons/Female.js.map +1 -0
- package/lib/components/Icons/FemaleDoctor.js +9 -0
- package/lib/components/Icons/FemaleDoctor.js.map +1 -0
- package/lib/components/Icons/Ferry.js +9 -0
- package/lib/components/Icons/Ferry.js.map +1 -0
- package/lib/components/Icons/File.js +30 -0
- package/lib/components/Icons/File.js.map +1 -0
- package/lib/components/Icons/Filter.js +28 -0
- package/lib/components/Icons/Filter.js.map +1 -0
- package/lib/components/Icons/FingerBleed.js +9 -0
- package/lib/components/Icons/FingerBleed.js.map +1 -0
- package/lib/components/Icons/FirstAidKit.js +9 -0
- package/lib/components/Icons/FirstAidKit.js.map +1 -0
- package/lib/components/Icons/Fish.js +31 -0
- package/lib/components/Icons/Fish.js.map +1 -0
- package/lib/components/Icons/FloppyDisk.js +15 -0
- package/lib/components/Icons/FloppyDisk.js.map +1 -0
- package/lib/components/Icons/Football.js +9 -0
- package/lib/components/Icons/Football.js.map +1 -0
- package/lib/components/Icons/Form.js +18 -0
- package/lib/components/Icons/Form.js.map +1 -0
- package/lib/components/Icons/Forward.js +4 -0
- package/lib/components/Icons/Gallery.js +30 -0
- package/lib/components/Icons/Gallery.js.map +1 -0
- package/lib/components/Icons/Garden.js +9 -0
- package/lib/components/Icons/Garden.js.map +1 -0
- package/lib/components/Icons/GasCan.js +9 -0
- package/lib/components/Icons/GasCan.js.map +1 -0
- package/lib/components/Icons/GenderIdentity.js +15 -0
- package/lib/components/Icons/GenderIdentity.js.map +1 -0
- package/lib/components/Icons/GlassWater.js +15 -0
- package/lib/components/Icons/GlassWater.js.map +1 -0
- package/lib/components/Icons/Glasses.js +24 -0
- package/lib/components/Icons/Glasses.js.map +1 -0
- package/lib/components/Icons/Globe.js +18 -0
- package/lib/components/Icons/Globe.js.map +1 -0
- package/lib/components/Icons/Grain.js +15 -0
- package/lib/components/Icons/Grain.js.map +1 -0
- package/lib/components/Icons/Graph.js +22 -0
- package/lib/components/Icons/Graph.js.map +1 -0
- package/lib/components/Icons/Group.js +36 -0
- package/lib/components/Icons/Group.js.map +1 -0
- package/lib/components/Icons/GroupTwins.js +62 -0
- package/lib/components/Icons/GroupTwins.js.map +1 -0
- package/lib/components/Icons/HTMLFile.js +24 -0
- package/lib/components/Icons/HTMLFile.js.map +1 -0
- package/lib/components/Icons/HandWaving.js +2 -0
- package/lib/components/Icons/HandWithDisease.js +9 -0
- package/lib/components/Icons/HandWithDisease.js.map +1 -0
- package/lib/components/Icons/HandsAndHeart.js +22 -0
- package/lib/components/Icons/HandsAndHeart.js.map +1 -0
- package/lib/components/Icons/HealthClinic.js +15 -0
- package/lib/components/Icons/HealthClinic.js.map +1 -0
- package/lib/components/Icons/HealthMeasurements.js +17 -0
- package/lib/components/Icons/HealthMeasurements.js.map +1 -0
- package/lib/components/Icons/HealthWarning.js +15 -0
- package/lib/components/Icons/HealthWarning.js.map +1 -0
- package/lib/components/Icons/HealthcarePerson.js +58 -0
- package/lib/components/Icons/HealthcarePerson.js.map +1 -0
- package/lib/components/Icons/HealthcarePersonell.js +69 -0
- package/lib/components/Icons/HealthcarePersonell.js.map +1 -0
- package/lib/components/Icons/HearingProtection.js +24 -0
- package/lib/components/Icons/HearingProtection.js.map +1 -0
- package/lib/components/Icons/Heart.js +18 -0
- package/lib/components/Icons/Heart.js.map +1 -0
- package/lib/components/Icons/HeartHands.js +51 -0
- package/lib/components/Icons/HeartHands.js.map +1 -0
- package/lib/components/Icons/HelpSign.js +18 -0
- package/lib/components/Icons/HelpSign.js.map +1 -0
- package/lib/components/Icons/HelpingHand.js +15 -0
- package/lib/components/Icons/HelpingHand.js.map +1 -0
- package/lib/components/Icons/Hemodialysis.js +15 -0
- package/lib/components/Icons/Hemodialysis.js.map +1 -0
- package/lib/components/Icons/Hiker.js +9 -0
- package/lib/components/Icons/Hiker.js.map +1 -0
- package/lib/components/Icons/Hipprosthesis.js +15 -0
- package/lib/components/Icons/Hipprosthesis.js.map +1 -0
- package/lib/components/Icons/History.js +18 -0
- package/lib/components/Icons/History.js.map +1 -0
- package/lib/components/Icons/HivAndAids.js +9 -0
- package/lib/components/Icons/HivAndAids.js.map +1 -0
- package/lib/components/Icons/Home.js +30 -0
- package/lib/components/Icons/Home.js.map +1 -0
- package/lib/components/Icons/HomeFill.js +34 -0
- package/lib/components/Icons/HomeFill.js.map +1 -0
- package/lib/components/Icons/Hormone.js +9 -0
- package/lib/components/Icons/Hormone.js.map +1 -0
- package/lib/components/Icons/Hospital.js +30 -0
- package/lib/components/Icons/Hospital.js.map +1 -0
- package/lib/components/Icons/Hourglass.js +30 -0
- package/lib/components/Icons/Hourglass.js.map +1 -0
- package/lib/components/Icons/IconNames.js +343 -0
- package/lib/components/Icons/IconNames.js.map +1 -0
- package/lib/components/Icons/ImgFile.js +15 -0
- package/lib/components/Icons/ImgFile.js.map +1 -0
- package/lib/components/Icons/Inbox.js +12 -0
- package/lib/components/Icons/Inbox.js.map +1 -0
- package/lib/components/Icons/InfoSignFill.js +4 -0
- package/lib/components/Icons/InfoSignStroke.js +18 -0
- package/lib/components/Icons/InfoSignStroke.js.map +1 -0
- package/lib/components/Icons/Instagram.js +13 -0
- package/lib/components/Icons/Instagram.js.map +1 -0
- package/lib/components/Icons/Intravenous.js +15 -0
- package/lib/components/Icons/Intravenous.js.map +1 -0
- package/lib/components/Icons/JointPain.js +9 -0
- package/lib/components/Icons/JointPain.js.map +1 -0
- package/lib/components/Icons/Journal.js +18 -0
- package/lib/components/Icons/Journal.js.map +1 -0
- package/lib/components/Icons/JpgFile.js +15 -0
- package/lib/components/Icons/JpgFile.js.map +1 -0
- package/lib/components/Icons/Kidney.js +9 -0
- package/lib/components/Icons/Kidney.js.map +1 -0
- package/lib/components/Icons/KitchenScale.js +15 -0
- package/lib/components/Icons/KitchenScale.js.map +1 -0
- package/lib/components/Icons/Kjernejournal.js +9 -0
- package/lib/components/Icons/Kjernejournal.js.map +1 -0
- package/lib/components/Icons/Laboratory.js +15 -0
- package/lib/components/Icons/Laboratory.js.map +1 -0
- package/lib/components/Icons/LaptopBlog.js +9 -0
- package/lib/components/Icons/LaptopBlog.js.map +1 -0
- package/lib/components/Icons/LawBook.js +9 -0
- package/lib/components/Icons/LawBook.js.map +1 -0
- package/lib/components/Icons/LegalDocument.js +28 -0
- package/lib/components/Icons/LegalDocument.js.map +1 -0
- package/lib/components/Icons/LightBulb.js +9 -0
- package/lib/components/Icons/LightBulb.js.map +1 -0
- package/lib/components/Icons/List.js +30 -0
- package/lib/components/Icons/List.js.map +1 -0
- package/lib/components/Icons/Location.js +18 -0
- package/lib/components/Icons/Location.js.map +1 -0
- package/lib/components/Icons/LocationFill.js +34 -0
- package/lib/components/Icons/LocationFill.js.map +1 -0
- package/lib/components/Icons/Lock.js +24 -0
- package/lib/components/Icons/Lock.js.map +1 -0
- package/lib/components/Icons/Login.js +36 -0
- package/lib/components/Icons/Login.js.map +1 -0
- package/lib/components/Icons/Logout.js +34 -0
- package/lib/components/Icons/Logout.js.map +1 -0
- package/lib/components/Icons/Lungs.js +9 -0
- package/lib/components/Icons/Lungs.js.map +1 -0
- package/lib/components/Icons/Makeup.js +9 -0
- package/lib/components/Icons/Makeup.js.map +1 -0
- package/lib/components/Icons/MaleDoctor.js +9 -0
- package/lib/components/Icons/MaleDoctor.js.map +1 -0
- package/lib/components/Icons/MaleDoctorAndPerson.js +17 -0
- package/lib/components/Icons/MaleDoctorAndPerson.js.map +1 -0
- package/lib/components/Icons/MaleDoctorCompact.js +42 -0
- package/lib/components/Icons/MaleDoctorCompact.js.map +1 -0
- package/lib/components/Icons/MaleDoctorCompactFill.js +34 -0
- package/lib/components/Icons/MaleDoctorCompactFill.js.map +1 -0
- package/lib/components/Icons/MaleGenitalia.js +9 -0
- package/lib/components/Icons/MaleGenitalia.js.map +1 -0
- package/lib/components/Icons/Medicine.js +30 -0
- package/lib/components/Icons/Medicine.js.map +1 -0
- package/lib/components/Icons/MedicineWarning.js +15 -0
- package/lib/components/Icons/MedicineWarning.js.map +1 -0
- package/lib/components/Icons/MentalHealthAdult.js +9 -0
- package/lib/components/Icons/MentalHealthAdult.js.map +1 -0
- package/lib/components/Icons/MentalHealthChild.js +9 -0
- package/lib/components/Icons/MentalHealthChild.js.map +1 -0
- package/lib/components/Icons/Menu.js +18 -0
- package/lib/components/Icons/Menu.js.map +1 -0
- package/lib/components/Icons/Microscope.js +15 -0
- package/lib/components/Icons/Microscope.js.map +1 -0
- package/lib/components/Icons/Minus.js +18 -0
- package/lib/components/Icons/Minus.js.map +1 -0
- package/lib/components/Icons/Mirror.js +9 -0
- package/lib/components/Icons/Mirror.js.map +1 -0
- package/lib/components/Icons/MobilePhone.js +18 -0
- package/lib/components/Icons/MobilePhone.js.map +1 -0
- package/lib/components/Icons/MotherHoldingBaby.js +9 -0
- package/lib/components/Icons/MotherHoldingBaby.js.map +1 -0
- package/lib/components/Icons/MuscleBack.js +17 -0
- package/lib/components/Icons/MuscleBack.js.map +1 -0
- package/lib/components/Icons/MuscleLeg.js +9 -0
- package/lib/components/Icons/MuscleLeg.js.map +1 -0
- package/lib/components/Icons/Mushroom.js +9 -0
- package/lib/components/Icons/Mushroom.js.map +1 -0
- package/lib/components/Icons/Music.js +15 -0
- package/lib/components/Icons/Music.js.map +1 -0
- package/lib/components/Icons/MusselsAndSalt.js +9 -0
- package/lib/components/Icons/MusselsAndSalt.js.map +1 -0
- package/lib/components/Icons/NoAccess.js +48 -0
- package/lib/components/Icons/NoAccess.js.map +1 -0
- package/lib/components/Icons/NoEye.js +32 -0
- package/lib/components/Icons/NoEye.js.map +1 -0
- package/lib/components/Icons/NoFilter.js +18 -0
- package/lib/components/Icons/NoFilter.js.map +1 -0
- package/lib/components/Icons/Notepad.js +9 -0
- package/lib/components/Icons/Notepad.js.map +1 -0
- package/lib/components/Icons/Osteotomy.js +15 -0
- package/lib/components/Icons/Osteotomy.js.map +1 -0
- package/lib/components/Icons/PaintRoller.js +9 -0
- package/lib/components/Icons/PaintRoller.js.map +1 -0
- package/lib/components/Icons/PaperPlane.js +18 -0
- package/lib/components/Icons/PaperPlane.js.map +1 -0
- package/lib/components/Icons/PatientAndPerson.js +9 -0
- package/lib/components/Icons/PatientAndPerson.js.map +1 -0
- package/lib/components/Icons/Pause.js +18 -0
- package/lib/components/Icons/Pause.js.map +1 -0
- package/lib/components/Icons/PdfFile.js +15 -0
- package/lib/components/Icons/PdfFile.js.map +1 -0
- package/lib/components/Icons/Pencil.js +4 -0
- package/lib/components/Icons/PeopleTalking.js +15 -0
- package/lib/components/Icons/PeopleTalking.js.map +1 -0
- package/lib/components/Icons/Peritonealdialysis.js +15 -0
- package/lib/components/Icons/Peritonealdialysis.js.map +1 -0
- package/lib/components/Icons/Person.js +9 -0
- package/lib/components/Icons/Person.js.map +1 -0
- package/lib/components/Icons/PersonAndPatient.js +9 -0
- package/lib/components/Icons/PersonAndPatient.js.map +1 -0
- package/lib/components/Icons/PersonCancel.js +65 -0
- package/lib/components/Icons/PersonCancel.js.map +1 -0
- package/lib/components/Icons/PersonInXRayMachine.js +15 -0
- package/lib/components/Icons/PersonInXRayMachine.js.map +1 -0
- package/lib/components/Icons/PersonOverweight.js +9 -0
- package/lib/components/Icons/PersonOverweight.js.map +1 -0
- package/lib/components/Icons/PersonRelaxing.js +9 -0
- package/lib/components/Icons/PersonRelaxing.js.map +1 -0
- package/lib/components/Icons/PersonWithBrain.js +9 -0
- package/lib/components/Icons/PersonWithBrain.js.map +1 -0
- package/lib/components/Icons/PersonWithBrokenArm.js +9 -0
- package/lib/components/Icons/PersonWithBrokenArm.js.map +1 -0
- package/lib/components/Icons/PersonWithCrutches.js +9 -0
- package/lib/components/Icons/PersonWithCrutches.js.map +1 -0
- package/lib/components/Icons/PersonWithJaw.js +9 -0
- package/lib/components/Icons/PersonWithJaw.js.map +1 -0
- package/lib/components/Icons/PersonWithMagnifyingGlass.js +9 -0
- package/lib/components/Icons/PersonWithMagnifyingGlass.js.map +1 -0
- package/lib/components/Icons/PersonWithSenses.js +21 -0
- package/lib/components/Icons/PersonWithSenses.js.map +1 -0
- package/lib/components/Icons/PersonWorking.js +9 -0
- package/lib/components/Icons/PersonWorking.js.map +1 -0
- package/lib/components/Icons/PersonalPlan.js +28 -0
- package/lib/components/Icons/PersonalPlan.js.map +1 -0
- package/lib/components/Icons/PizzaSlice.js +9 -0
- package/lib/components/Icons/PizzaSlice.js.map +1 -0
- package/lib/components/Icons/Plane.js +9 -0
- package/lib/components/Icons/Plane.js.map +1 -0
- package/lib/components/Icons/Plant.js +9 -0
- package/lib/components/Icons/Plant.js.map +1 -0
- package/lib/components/Icons/PlateKnifeFork.js +21 -0
- package/lib/components/Icons/PlateKnifeFork.js.map +1 -0
- package/lib/components/Icons/Play.js +30 -0
- package/lib/components/Icons/Play.js.map +1 -0
- package/lib/components/Icons/PlusLarge.js +18 -0
- package/lib/components/Icons/PlusLarge.js.map +1 -0
- package/lib/components/Icons/PlusSmall.js +4 -0
- package/lib/components/Icons/PngFile.js +15 -0
- package/lib/components/Icons/PngFile.js.map +1 -0
- package/lib/components/Icons/Podcast.js +15 -0
- package/lib/components/Icons/Podcast.js.map +1 -0
- package/lib/components/Icons/PoisonInformation.js +9 -0
- package/lib/components/Icons/PoisonInformation.js.map +1 -0
- package/lib/components/Icons/Pregnant.js +9 -0
- package/lib/components/Icons/Pregnant.js.map +1 -0
- package/lib/components/Icons/Printer.js +30 -0
- package/lib/components/Icons/Printer.js.map +1 -0
- package/lib/components/Icons/Psychosis.js +9 -0
- package/lib/components/Icons/Psychosis.js.map +1 -0
- package/lib/components/Icons/Publication.js +15 -0
- package/lib/components/Icons/Publication.js.map +1 -0
- package/lib/components/Icons/Puzzle.js +9 -0
- package/lib/components/Icons/Puzzle.js.map +1 -0
- package/lib/components/Icons/QrCode.js +30 -0
- package/lib/components/Icons/QrCode.js.map +1 -0
- package/lib/components/Icons/Quarrel.js +15 -0
- package/lib/components/Icons/Quarrel.js.map +1 -0
- package/lib/components/Icons/RadioTherapy.js +15 -0
- package/lib/components/Icons/RadioTherapy.js.map +1 -0
- package/lib/components/Icons/RadioactiveTreatment.js +15 -0
- package/lib/components/Icons/RadioactiveTreatment.js.map +1 -0
- package/lib/components/Icons/Radioiodine.js +15 -0
- package/lib/components/Icons/Radioiodine.js.map +1 -0
- package/lib/components/Icons/Receipt.js +9 -0
- package/lib/components/Icons/Receipt.js.map +1 -0
- package/lib/components/Icons/Receptionist.js +18 -0
- package/lib/components/Icons/Receptionist.js.map +1 -0
- package/lib/components/Icons/Recovery.js +15 -0
- package/lib/components/Icons/Recovery.js.map +1 -0
- package/lib/components/Icons/Referral.js +18 -0
- package/lib/components/Icons/Referral.js.map +1 -0
- package/lib/components/Icons/Refresh.js +18 -0
- package/lib/components/Icons/Refresh.js.map +1 -0
- package/lib/components/Icons/Refund.js +9 -0
- package/lib/components/Icons/Refund.js.map +1 -0
- package/lib/components/Icons/Reminder.js +29 -0
- package/lib/components/Icons/Reminder.js.map +1 -0
- package/lib/components/Icons/Reply.js +18 -0
- package/lib/components/Icons/Reply.js.map +1 -0
- package/lib/components/Icons/Rocket.js +9 -0
- package/lib/components/Icons/Rocket.js.map +1 -0
- package/lib/components/Icons/RtfFile.js +15 -0
- package/lib/components/Icons/RtfFile.js.map +1 -0
- package/lib/components/Icons/STDs.js +15 -0
- package/lib/components/Icons/STDs.js.map +1 -0
- package/lib/components/Icons/Save.js +26 -0
- package/lib/components/Icons/Save.js.map +1 -0
- package/lib/components/Icons/Scale.js +9 -0
- package/lib/components/Icons/Scale.js.map +1 -0
- package/lib/components/Icons/ScreenReader.js +42 -0
- package/lib/components/Icons/ScreenReader.js.map +1 -0
- package/lib/components/Icons/Search.js +18 -0
- package/lib/components/Icons/Search.js.map +1 -0
- package/lib/components/Icons/SectionSign.js +30 -0
- package/lib/components/Icons/SectionSign.js.map +1 -0
- package/lib/components/Icons/Settings.js +34 -0
- package/lib/components/Icons/Settings.js.map +1 -0
- package/lib/components/Icons/SettingsFill.js +34 -0
- package/lib/components/Icons/SettingsFill.js.map +1 -0
- package/lib/components/Icons/Sexualorientation.js +15 -0
- package/lib/components/Icons/Sexualorientation.js.map +1 -0
- package/lib/components/Icons/ShakingHand.js +12 -0
- package/lib/components/Icons/ShakingHand.js.map +1 -0
- package/lib/components/Icons/Share.js +18 -0
- package/lib/components/Icons/Share.js.map +1 -0
- package/lib/components/Icons/SharedHealthData.js +17 -0
- package/lib/components/Icons/SharedHealthData.js.map +1 -0
- package/lib/components/Icons/SharedHealthMeasurements.js +17 -0
- package/lib/components/Icons/SharedHealthMeasurements.js.map +1 -0
- package/lib/components/Icons/Shield.js +15 -0
- package/lib/components/Icons/Shield.js.map +1 -0
- package/lib/components/Icons/ShuntOperation.js +15 -0
- package/lib/components/Icons/ShuntOperation.js.map +1 -0
- package/lib/components/Icons/Skeleton.js +9 -0
- package/lib/components/Icons/Skeleton.js.map +1 -0
- package/lib/components/Icons/Skin.js +9 -0
- package/lib/components/Icons/Skin.js.map +1 -0
- package/lib/components/Icons/Snake.js +9 -0
- package/lib/components/Icons/Snake.js.map +1 -0
- package/lib/components/Icons/Snapchat.js +9 -0
- package/lib/components/Icons/Snapchat.js.map +1 -0
- package/lib/components/Icons/SortDown.js +47 -0
- package/lib/components/Icons/SortDown.js.map +1 -0
- package/lib/components/Icons/SortUp.js +47 -0
- package/lib/components/Icons/SortUp.js.map +1 -0
- package/lib/components/Icons/SpeechBubble.js +30 -0
- package/lib/components/Icons/SpeechBubble.js.map +1 -0
- package/lib/components/Icons/Spray.js +9 -0
- package/lib/components/Icons/Spray.js.map +1 -0
- package/lib/components/Icons/StickyNote.js +17 -0
- package/lib/components/Icons/StickyNote.js.map +1 -0
- package/lib/components/Icons/StickyNotes.js +17 -0
- package/lib/components/Icons/StickyNotes.js.map +1 -0
- package/lib/components/Icons/Stopwatch.js +30 -0
- package/lib/components/Icons/Stopwatch.js.map +1 -0
- package/lib/components/Icons/Sun.js +32 -0
- package/lib/components/Icons/Sun.js.map +1 -0
- package/lib/components/Icons/SupportingPerson.js +35 -0
- package/lib/components/Icons/SupportingPerson.js.map +1 -0
- package/lib/components/Icons/Surgery.js +15 -0
- package/lib/components/Icons/Surgery.js.map +1 -0
- package/lib/components/Icons/Sweets.js +29 -0
- package/lib/components/Icons/Sweets.js.map +1 -0
- package/lib/components/Icons/Syringe.js +24 -0
- package/lib/components/Icons/Syringe.js.map +1 -0
- package/lib/components/Icons/Taxi.js +9 -0
- package/lib/components/Icons/Taxi.js.map +1 -0
- package/lib/components/Icons/TeddyBear.js +9 -0
- package/lib/components/Icons/TeddyBear.js.map +1 -0
- package/lib/components/Icons/Teenagers.js +15 -0
- package/lib/components/Icons/Teenagers.js.map +1 -0
- package/lib/components/Icons/ThinkingAboutBaby.js +9 -0
- package/lib/components/Icons/ThinkingAboutBaby.js.map +1 -0
- package/lib/components/Icons/Ticket.js +9 -0
- package/lib/components/Icons/Ticket.js.map +1 -0
- package/lib/components/Icons/TimePassing.js +30 -0
- package/lib/components/Icons/TimePassing.js.map +1 -0
- package/lib/components/Icons/Toddler.js +9 -0
- package/lib/components/Icons/Toddler.js.map +1 -0
- package/lib/components/Icons/Tombstone.js +22 -0
- package/lib/components/Icons/Tombstone.js.map +1 -0
- package/lib/components/Icons/Toolbox.js +36 -0
- package/lib/components/Icons/Toolbox.js.map +1 -0
- package/lib/components/Icons/Tooth.js +9 -0
- package/lib/components/Icons/Tooth.js.map +1 -0
- package/lib/components/Icons/TotalKneeProsthesis.js +15 -0
- package/lib/components/Icons/TotalKneeProsthesis.js.map +1 -0
- package/lib/components/Icons/Train.js +9 -0
- package/lib/components/Icons/Train.js.map +1 -0
- package/lib/components/Icons/Transplantation.js +15 -0
- package/lib/components/Icons/Transplantation.js.map +1 -0
- package/lib/components/Icons/TrashCan.js +30 -0
- package/lib/components/Icons/TrashCan.js.map +1 -0
- package/lib/components/Icons/TravelRoute.js +41 -0
- package/lib/components/Icons/TravelRoute.js.map +1 -0
- package/lib/components/Icons/TreatmentAids.js +37 -0
- package/lib/components/Icons/TreatmentAids.js.map +1 -0
- package/lib/components/Icons/TriangleX.js +4 -0
- package/lib/components/Icons/Twitter.js +9 -0
- package/lib/components/Icons/Twitter.js.map +1 -0
- package/lib/components/Icons/Undo.js +4 -0
- package/lib/components/Icons/UniProsthesis.js +15 -0
- package/lib/components/Icons/UniProsthesis.js.map +1 -0
- package/lib/components/Icons/Upload.js +18 -0
- package/lib/components/Icons/Upload.js.map +1 -0
- package/lib/components/Icons/UserOrganization.js +9 -0
- package/lib/components/Icons/UserOrganization.js.map +1 -0
- package/lib/components/Icons/Vaccine.js +30 -0
- package/lib/components/Icons/Vaccine.js.map +1 -0
- package/lib/components/Icons/VerticalDots.js +4 -0
- package/lib/components/Icons/VideoCamera.js +30 -0
- package/lib/components/Icons/VideoCamera.js.map +1 -0
- package/lib/components/Icons/VideoChat.js +18 -0
- package/lib/components/Icons/VideoChat.js.map +1 -0
- package/lib/components/Icons/Wallet.js +18 -0
- package/lib/components/Icons/Wallet.js.map +1 -0
- package/lib/components/Icons/Watch.js +4 -0
- package/lib/components/Icons/Website.js +15 -0
- package/lib/components/Icons/Website.js.map +1 -0
- package/lib/components/Icons/Wheelchair.js +15 -0
- package/lib/components/Icons/Wheelchair.js.map +1 -0
- package/lib/components/Icons/WheelchairActive.js +15 -0
- package/lib/components/Icons/WheelchairActive.js.map +1 -0
- package/lib/components/Icons/Window.js +9 -0
- package/lib/components/Icons/Window.js.map +1 -0
- package/lib/components/Icons/WordDocument.js +12 -0
- package/lib/components/Icons/WordDocument.js.map +1 -0
- package/lib/components/Icons/WorkSuitcase.js +12 -0
- package/lib/components/Icons/WorkSuitcase.js.map +1 -0
- package/lib/components/Icons/X.js +4 -0
- package/lib/components/Icons/XOutline.js +15 -0
- package/lib/components/Icons/XOutline.js.map +1 -0
- package/lib/components/Icons/XmlFile.js +15 -0
- package/lib/components/Icons/XmlFile.js.map +1 -0
- package/lib/components/Icons/YouTube.js +9 -0
- package/lib/components/Icons/YouTube.js.map +1 -0
- package/lib/components/Icons/Zoom.js +30 -0
- package/lib/components/Icons/Zoom.js.map +1 -0
- package/lib/components/Illustration/index.js +4 -0
- package/lib/components/Illustrations/BabyMobile.js +19 -0
- package/lib/components/Illustrations/BabyMobile.js.map +1 -0
- package/lib/components/Illustrations/BabyMobileMedium.js +5 -0
- package/lib/components/Illustrations/Child.js +19 -0
- package/lib/components/Illustrations/Child.js.map +1 -0
- package/lib/components/Illustrations/ChildMedium.js +5 -0
- package/lib/components/Illustrations/Doctor.js +22 -0
- package/lib/components/Illustrations/Doctor.js.map +1 -0
- package/lib/components/Illustrations/DoctorMedium.js +2 -0
- package/lib/components/Illustrations/DoctorSmall.js +2 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprint.js +19 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprint.js.map +1 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js +5 -0
- package/lib/components/Illustrations/GiveBabyFood.js +19 -0
- package/lib/components/Illustrations/GiveBabyFood.js.map +1 -0
- package/lib/components/Illustrations/GiveBabyFoodMedium.js +5 -0
- package/lib/components/Illustrations/HealthcarePersonnel.js +22 -0
- package/lib/components/Illustrations/HealthcarePersonnel.js.map +1 -0
- package/lib/components/Illustrations/HealthcarePersonnelMedium.js +2 -0
- package/lib/components/Illustrations/HealthcarePersonnelSmall.js +2 -0
- package/lib/components/Illustrations/IllustrationNames.js +2 -0
- package/lib/components/Illustrations/ReadLetters.js +19 -0
- package/lib/components/Illustrations/ReadLetters.js.map +1 -0
- package/lib/components/Illustrations/ReadLettersMedium.js +5 -0
- package/lib/components/Illustrations/Stroller.js +19 -0
- package/lib/components/Illustrations/Stroller.js.map +1 -0
- package/lib/components/Illustrations/StrollerMedium.js +5 -0
- package/lib/components/Illustrations/Support2.js +19 -0
- package/lib/components/Illustrations/Support2.js.map +1 -0
- package/lib/components/Illustrations/Support2Medium.js +5 -0
- package/lib/components/InfoTeaser/index.js +10 -0
- package/lib/components/Input/index.js +47 -0
- package/lib/components/Label/Label.d.ts +45 -0
- package/lib/components/Label/index.js +40 -0
- package/lib/components/Label/styles.module.scss +71 -0
- package/lib/components/LazyIcon/index.js +6 -0
- package/lib/components/LazyIllustration/index.js +8 -0
- package/lib/components/LinkList/index.js +54 -0
- package/lib/components/LinkList/styles.module.scss +306 -0
- package/lib/components/LinkList/styles.module.scss.d.ts +51 -0
- package/lib/components/List/index.js +3 -0
- package/lib/components/ListEditMode/index.js +6 -0
- package/lib/components/ListEditMode/styles.module.scss +80 -0
- package/lib/components/Loader/index.js +86 -0
- package/lib/components/Loader/index.js.map +1 -0
- package/lib/components/Logo/index.js +49 -0
- package/lib/components/Logo/index.js.map +1 -0
- package/lib/components/Modal/Modal.d.ts +61 -0
- package/lib/components/Modal/index.js +238 -0
- package/lib/components/Modal/index.js.map +1 -0
- package/lib/components/Modal/styles.module.scss +263 -0
- package/lib/components/Modal/styles.module.scss.d.ts +37 -0
- package/lib/components/NotificationPanel/index.js +130 -0
- package/lib/components/NotificationPanel/index.js.map +1 -0
- package/lib/components/NotificationPanel/styles.module.scss +198 -0
- package/lib/components/Panel/Panel.d.ts +78 -0
- package/lib/components/Panel/PanelTitle/index.js +12 -0
- package/lib/components/Panel/index.js +36 -0
- package/lib/components/Panel/index.js.map +1 -0
- package/lib/components/PanelList/index.js +55 -0
- package/lib/components/PanelList/index.js.map +1 -0
- package/lib/components/PanelListOld/PanelListOld.d.ts +12 -0
- package/lib/components/PanelListOld/index.d.ts +3 -0
- package/lib/components/PanelListOld/index.js +58 -0
- package/lib/components/PanelListOld/index.js.map +1 -0
- package/lib/components/PanelListOld/styles.module.scss +14 -0
- package/lib/components/PanelListOld/styles.module.scss.d.ts +9 -0
- package/lib/components/PanelOld/PanelOld.d.ts +89 -0
- package/lib/components/PanelOld/index.d.ts +3 -0
- package/lib/components/PanelOld/index.js +37 -0
- package/lib/components/PanelOld/styles.module.scss +433 -0
- package/lib/components/PanelOld/styles.module.scss.d.ts +61 -0
- package/lib/components/PopMenu/PopMenu.d.ts +41 -0
- package/lib/components/PopMenu/index.js +149 -0
- package/lib/components/PopMenu/index.js.map +1 -0
- package/lib/components/PopMenu/styles.module.scss +37 -0
- package/lib/components/PopMenu/styles.module.scss.d.ts +9 -0
- package/lib/components/PopOver/index.js +5 -0
- package/lib/components/Portal/index.js +3 -0
- package/lib/components/Progressbar/index.js +107 -0
- package/lib/components/Progressbar/index.js.map +1 -0
- package/lib/components/PromoPanel/index.js +89 -0
- package/lib/components/PromoPanel/index.js.map +1 -0
- package/lib/components/RadioButton/index.js +46 -0
- package/lib/components/RadioButton/styles.module.scss +449 -0
- package/lib/components/RadioButton/styles.module.scss.d.ts +35 -0
- package/lib/components/Select/index.js +45 -0
- package/lib/components/ServiceMessage/index.js +173 -0
- package/lib/components/ServiceMessage/index.js.map +1 -0
- package/lib/components/SharingStatus/index.js +33 -0
- package/lib/components/SharingStatus/index.js.map +1 -0
- package/lib/components/Slider/index.js +12 -0
- package/lib/components/Spacer/index.js +3 -0
- package/lib/components/StatusDot/index.js +35 -0
- package/lib/components/StatusDot/styles.module.scss +104 -0
- package/lib/components/Step/index.js +35 -0
- package/lib/components/Step/index.js.map +1 -0
- package/lib/components/StepButtons/index.js +3 -0
- package/lib/components/Stepper/index.js +102 -0
- package/lib/components/Stepper/index.js.map +1 -0
- package/lib/components/StickyNote/index.js +205 -0
- package/lib/components/StickyNote/index.js.map +1 -0
- package/lib/components/Table/TableBody/index.js +15 -0
- package/lib/components/Table/TableCell/index.js +15 -0
- package/lib/components/Table/TableExpandedRow/index.js +31 -0
- package/lib/components/Table/TableExpanderCell/index.js +32 -0
- package/lib/components/Table/TableHead/index.js +15 -0
- package/lib/components/Table/TableHeadCell/index.js +18 -0
- package/lib/components/Table/TableRow/index.js +32 -0
- package/lib/components/Table/index.js +43 -0
- package/lib/components/Table/index.js.map +1 -0
- package/lib/components/Tabs/TabList/index.js +16 -0
- package/lib/components/Tabs/TabPanel/index.js +2 -0
- package/lib/components/Tabs/index.js +94 -0
- package/lib/components/Tabs/index.js.map +1 -0
- package/lib/components/Tag/index.js +47 -0
- package/lib/components/Tag/index.js.map +1 -0
- package/lib/components/TagList/index.js +19 -0
- package/lib/components/TagList/index.js.map +1 -0
- package/lib/components/Textarea/index.js +45 -0
- package/lib/components/Tile/index.js +71 -0
- package/lib/components/Tile/index.js.map +1 -0
- package/lib/components/Title/index.js +4 -0
- package/lib/components/Toast/Toast.d.ts +13 -0
- package/lib/components/Toast/index.d.ts +3 -0
- package/lib/components/Toast/index.js +15 -0
- package/lib/components/Toast/index.js.map +1 -0
- package/lib/components/Toast/styles.module.scss +70 -0
- package/lib/components/Toast/styles.module.scss.d.ts +15 -0
- package/lib/components/ToastList/ToastList.d.ts +14 -0
- package/lib/components/ToastList/index.d.ts +3 -0
- package/lib/components/ToastList/index.js +106 -0
- package/lib/components/ToastList/index.js.map +1 -0
- package/lib/components/ToastList/styles.module.scss +12 -0
- package/lib/components/ToastList/styles.module.scss.d.ts +9 -0
- package/lib/components/Toggle/index.js +161 -0
- package/lib/components/Toggle/index.js.map +1 -0
- package/lib/components/Toggle/styles.module.scss +161 -0
- package/lib/components/Validation/ValidationSummary.test.d.ts +1 -0
- package/lib/components/Validation/index.js +145 -0
- package/lib/components/Validation/index.js.map +1 -0
- package/lib/constants.d.ts +139 -0
- package/lib/constants.js +2 -0
- package/lib/constants2.js +123 -0
- package/lib/constants2.js.map +1 -0
- package/lib/debounce.js +16 -0
- package/lib/debounce.js.map +1 -0
- package/lib/deepContains.js +13 -0
- package/lib/deepContains.js.map +1 -0
- package/lib/designsystem-react.css +259 -0
- package/lib/device.js +6 -0
- package/lib/device.js.map +1 -0
- package/lib/docs/Tokens/TokensExample.d.ts +7 -0
- package/lib/environment.js +5 -0
- package/lib/environment.js.map +1 -0
- package/lib/floating-ui.react.js +3550 -0
- package/lib/floating-ui.react.js.map +1 -0
- package/lib/focus.js +11 -0
- package/lib/focus.js.map +1 -0
- package/lib/grid.js +24 -0
- package/lib/grid.js.map +1 -0
- package/lib/hoc/withBreakpoint/index.js +7 -0
- package/lib/hoc/withBreakpoint/index.js.map +1 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.js +4 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.test.d.ts +1 -0
- package/lib/hooks/useBreakpoint.js +3 -0
- package/lib/hooks/useElementList.js +2 -0
- package/lib/hooks/useEventListenerState.js +13 -0
- package/lib/hooks/useEventListenerState.js.map +1 -0
- package/lib/hooks/useExpand.js +3 -0
- package/lib/hooks/useFocusToggle.js +4 -0
- package/lib/hooks/useFocusTrap.js +5 -0
- package/lib/hooks/useFocusableElements.js +3 -0
- package/lib/hooks/useIcons.js +8 -0
- package/lib/hooks/useIdWithFallback.js +2 -0
- package/lib/hooks/useIntersectionObserver.js +2 -0
- package/lib/hooks/useInterval.js +12 -0
- package/lib/hooks/useInterval.js.map +1 -0
- package/lib/hooks/useIsMobileBreakpoint.js +4 -0
- package/lib/hooks/useIsServerSide.js +2 -0
- package/lib/hooks/useIsVisible.js +3 -0
- package/lib/hooks/useKeyboardEvent.js +2 -0
- package/lib/hooks/useLayoutEvent.js +3 -0
- package/lib/hooks/useOutsideEvent.js +2 -0
- package/lib/hooks/usePrevious.js +2 -0
- package/lib/hooks/usePseudoClasses.js +2 -0
- package/lib/hooks/useResizeObserver.js +2 -0
- package/lib/hooks/useReturnFocusOnUnmount.js +4 -0
- package/lib/hooks/useRovingFocus.js +4 -0
- package/lib/hooks/useSize.js +3 -0
- package/lib/hooks/useToggle.js +3 -0
- package/lib/hooks/usestopPropagation.js +2 -0
- package/lib/index.d.ts +17 -0
- package/lib/index.js +27 -0
- package/lib/language.js +19 -0
- package/lib/language.js.map +1 -0
- package/lib/mobile.js +14 -0
- package/lib/mobile.js.map +1 -0
- package/lib/palette.js +85 -0
- package/lib/palette.js.map +1 -0
- package/lib/refs.js +14 -0
- package/lib/refs.js.map +1 -0
- package/lib/resources/HN.Designsystem.FormFieldTag.nb-NO.json.d.ts +12 -0
- package/lib/scroll.js +9 -0
- package/lib/scroll.js.map +1 -0
- package/lib/scss/_body.scss +11 -0
- package/lib/scss/_breakpoints.scss +29 -0
- package/lib/scss/_figma-tokens.scss +68 -0
- package/lib/scss/_font-mixins.scss +262 -0
- package/lib/scss/_font-settings.scss +8 -0
- package/lib/scss/_fonts.scss +155 -0
- package/lib/scss/_grid.scss +6 -0
- package/lib/scss/_icon.scss +8 -0
- package/lib/scss/_input.scss +139 -0
- package/lib/scss/_palette.scss +146 -0
- package/lib/scss/_print.scss +219 -0
- package/lib/scss/_radio-reset.scss +21 -0
- package/lib/scss/_reset.scss +13 -0
- package/lib/scss/_screen-reader.scss +63 -0
- package/lib/scss/_spacers.scss +42 -0
- package/lib/scss/bootstrap/LICENSE +22 -0
- package/lib/scss/bootstrap/scss/_functions.scss +210 -0
- package/lib/scss/bootstrap/scss/_grid.scss +73 -0
- package/lib/scss/bootstrap/scss/_variables.scss +990 -0
- package/lib/scss/bootstrap/scss/bootstrap-grid.scss +30 -0
- package/lib/scss/bootstrap/scss/mixins/_breakpoints.scss +131 -0
- package/lib/scss/bootstrap/scss/mixins/_deprecate.scss +11 -0
- package/lib/scss/bootstrap/scss/mixins/_grid-framework.scss +89 -0
- package/lib/scss/bootstrap/scss/mixins/_grid.scss +76 -0
- package/lib/scss/bootstrap/scss/utilities/_display.scss +30 -0
- package/lib/scss/bootstrap/scss/utilities/_flex.scss +120 -0
- package/lib/scss/bootstrap/scss/utilities/_spacing.scss +80 -0
- package/lib/scss/bootstrap/scss/vendor/_rfs.scss +233 -0
- package/lib/scss/helsenorge.scss +11 -0
- package/lib/scss/layout.module.scss +14 -0
- package/lib/scss/layout.module.scss.d.ts +9 -0
- package/lib/scss/supernova/index.css +4 -0
- package/lib/scss/supernova/styles/colors.css +258 -0
- package/lib/scss/supernova/styles/spacers.css +24 -0
- package/lib/scss/supernova/styles/typography.css +110 -0
- package/lib/scss/typography.module.scss +182 -0
- package/lib/scss/typography.module.scss.d.ts +38 -0
- package/lib/scss/typography.stories.tsx +203 -0
- package/lib/spacers.js +20 -0
- package/lib/spacers.js.map +1 -0
- package/lib/spacing.js +25 -0
- package/lib/spacing.js.map +1 -0
- package/lib/theme/currys/color.js +6 -0
- package/lib/theme/currys/index.js +8 -0
- package/lib/theme/currys/spacing.js +3 -0
- package/lib/theme/grid.js +2 -0
- package/lib/theme/index.js +5 -0
- package/lib/theme/palette.js +2 -0
- package/lib/theme/spacers.js +2 -0
- package/lib/theme.js +13 -0
- package/lib/theme.js.map +1 -0
- package/lib/useBreakpoint.js +49 -0
- package/lib/useBreakpoint.js.map +1 -0
- package/lib/useElementList.js +25 -0
- package/lib/useElementList.js.map +1 -0
- package/lib/useExpand.js +16 -0
- package/lib/useExpand.js.map +1 -0
- package/lib/useFocusToggle.js +26 -0
- package/lib/useFocusToggle.js.map +1 -0
- package/lib/useFocusTrap.js +34 -0
- package/lib/useFocusTrap.js.map +1 -0
- package/lib/useFocusableElements.js +26 -0
- package/lib/useFocusableElements.js.map +1 -0
- package/lib/useIcons.js +26 -0
- package/lib/useIcons.js.map +1 -0
- package/lib/useIdWithFallback.js +8 -0
- package/lib/useIdWithFallback.js.map +1 -0
- package/lib/useIntersectionObserver.js +14 -0
- package/lib/useIntersectionObserver.js.map +1 -0
- package/lib/useIsMobileBreakpoint.js +8 -0
- package/lib/useIsMobileBreakpoint.js.map +1 -0
- package/lib/useIsServerSide.js +11 -0
- package/lib/useIsServerSide.js.map +1 -0
- package/lib/useIsVisible.js +16 -0
- package/lib/useIsVisible.js.map +1 -0
- package/lib/useKeyboardEvent.js +20 -0
- package/lib/useKeyboardEvent.js.map +1 -0
- package/lib/useLayoutEvent.js +21 -0
- package/lib/useLayoutEvent.js.map +1 -0
- package/lib/useOutsideEvent.js +20 -0
- package/lib/useOutsideEvent.js.map +1 -0
- package/lib/usePrevious.js +11 -0
- package/lib/usePrevious.js.map +1 -0
- package/lib/usePseudoClasses.js +46 -0
- package/lib/usePseudoClasses.js.map +1 -0
- package/lib/useResizeObserver.js +23 -0
- package/lib/useResizeObserver.js.map +1 -0
- package/lib/useReturnFocusOnUnmount.js +16 -0
- package/lib/useReturnFocusOnUnmount.js.map +1 -0
- package/lib/useRovingFocus.js +44 -0
- package/lib/useRovingFocus.js.map +1 -0
- package/lib/useSize.js +42 -0
- package/lib/useSize.js.map +1 -0
- package/lib/useToggle.js +22 -0
- package/lib/useToggle.js.map +1 -0
- package/lib/usestopPropagation.js +11 -0
- package/lib/usestopPropagation.js.map +1 -0
- package/lib/utils/accessibility.js +2 -0
- package/lib/utils/component.js +2 -0
- package/lib/utils/debounce.js +2 -0
- package/lib/utils/deepContains.js +2 -0
- package/lib/utils/device.js +2 -0
- package/lib/utils/environment.js +2 -0
- package/lib/utils/focus.js +2 -0
- package/lib/utils/language.js +2 -0
- package/lib/utils/loremtext.js +7 -0
- package/lib/utils/loremtext.js.map +1 -0
- package/lib/utils/mobile.js +2 -0
- package/lib/utils/refs.js +2 -0
- package/lib/utils/scroll.js +2 -0
- package/lib/utils/tests/accessibility.test.d.ts +1 -0
- package/lib/utils/tests/deepContains.test.d.ts +1 -0
- package/lib/utils/tests/language.test.d.ts +1 -0
- package/lib/utils/tests/setup-test.d.ts +0 -0
- package/lib/utils/tests/uuid.test.d.ts +1 -0
- package/lib/utils/tests/viewport.test.d.ts +1 -0
- package/lib/utils/uuid.js +3 -0
- package/lib/utils/viewport.js +2 -0
- package/lib/utils.js +8 -0
- package/lib/utils.js.map +1 -0
- package/lib/uuid.js +25 -0
- package/lib/uuid.js.map +1 -0
- package/lib/viewport.js +7 -0
- package/lib/viewport.js.map +1 -0
- package/lib/withBreakpoint.js +17 -0
- package/lib/withBreakpoint.js.map +1 -0
- package/package.json +749 -5
- package/scss/_radio-reset.scss +21 -0
- package/scss/helsenorge.scss +1 -0
- package/scss/supernova/styles/colors.css +20 -1
- package/AnchorLink.js +0 -66
- package/AnchorLink.js.map +0 -1
- package/Avatar.js +0 -40
- package/Avatar.js.map +0 -1
- package/Badge.js +0 -35
- package/Badge.js.map +0 -1
- package/Button.js +0 -178
- package/Button.js.map +0 -1
- package/CHANGELOG.md +0 -3262
- package/Checkbox.js +0 -134
- package/Checkbox.js.map +0 -1
- package/Close.js +0 -50
- package/Close.js.map +0 -1
- package/DictionaryTrigger.js +0 -28
- package/DictionaryTrigger.js.map +0 -1
- package/Drawer.js +0 -194
- package/Drawer.js.map +0 -1
- package/Duolist.js +0 -92
- package/Duolist.js.map +0 -1
- package/ElementHeader.js +0 -151
- package/ElementHeader.js.map +0 -1
- package/ElementHeaderText.js +0 -35
- package/ElementHeaderText.js.map +0 -1
- package/ErrorBoundary.js +0 -41
- package/ErrorBoundary.js.map +0 -1
- package/ErrorWrapper.js +0 -15
- package/ErrorWrapper.js.map +0 -1
- package/Expander.js +0 -131
- package/Expander.js.map +0 -1
- package/FormFieldTag.js +0 -47
- package/FormFieldTag.js.map +0 -1
- package/FormGroup.js +0 -158
- package/FormGroup.js.map +0 -1
- package/FormLayout.js +0 -50
- package/FormLayout.js.map +0 -1
- package/HelpDetails.js +0 -65
- package/HelpDetails.js.map +0 -1
- package/HelpTriggerIcon.js +0 -126
- package/HelpTriggerIcon.js.map +0 -1
- package/HelpTriggerStandalone.js +0 -40
- package/HelpTriggerStandalone.js.map +0 -1
- package/HighlightPanel.js +0 -66
- package/HighlightPanel.js.map +0 -1
- package/Highlighter.js +0 -44
- package/Highlighter.js.map +0 -1
- package/HorizontalScroll.js +0 -59
- package/HorizontalScroll.js.map +0 -1
- package/Icon.js +0 -73
- package/Icon.js.map +0 -1
- package/Illustration.js +0 -48
- package/Illustration.js.map +0 -1
- package/InfoTeaser.js +0 -74
- package/InfoTeaser.js.map +0 -1
- package/Input.js +0 -206
- package/Input.js.map +0 -1
- package/Label.js +0 -140
- package/Label.js.map +0 -1
- package/LazyIcon.js +0 -33
- package/LazyIcon.js.map +0 -1
- package/LazyIllustration.js +0 -38
- package/LazyIllustration.js.map +0 -1
- package/LinkList.js +0 -151
- package/LinkList.js.map +0 -1
- package/List.js +0 -15
- package/List.js.map +0 -1
- package/ListEditMode.js +0 -42
- package/ListEditMode.js.map +0 -1
- package/MaxCharacters.js +0 -17
- package/MaxCharacters.js.map +0 -1
- package/NotificationBadge.js +0 -68
- package/NotificationBadge.js.map +0 -1
- package/Panel.js +0 -265
- package/Panel.js.map +0 -1
- package/PanelTitle.js +0 -19
- package/PanelTitle.js.map +0 -1
- package/PopOver.js +0 -80
- package/PopOver.js.map +0 -1
- package/RadioButton.js +0 -120
- package/RadioButton.js.map +0 -1
- package/Select.js +0 -101
- package/Select.js.map +0 -1
- package/Slider.js +0 -305
- package/Slider.js.map +0 -1
- package/Spacer.js +0 -32
- package/Spacer.js.map +0 -1
- package/StatusDot.js +0 -106
- package/StatusDot.js.map +0 -1
- package/StatusDotList.js +0 -27
- package/StatusDotList.js.map +0 -1
- package/StepButtons.js +0 -32
- package/StepButtons.js.map +0 -1
- package/TabList.js +0 -190
- package/TabList.js.map +0 -1
- package/TabPanel.js +0 -16
- package/TabPanel.js.map +0 -1
- package/Table.js +0 -165
- package/Table.js.map +0 -1
- package/TableBody.js +0 -13
- package/TableBody.js.map +0 -1
- package/TableCell.js +0 -35
- package/TableCell.js.map +0 -1
- package/TableExpandedRow.js +0 -39
- package/TableExpandedRow.js.map +0 -1
- package/TableExpanderCell.js +0 -35
- package/TableExpanderCell.js.map +0 -1
- package/TableHead.js +0 -29
- package/TableHead.js.map +0 -1
- package/TableHeadCell.js +0 -52
- package/TableHeadCell.js.map +0 -1
- package/TableRow.js +0 -63
- package/TableRow.js.map +0 -1
- package/Textarea.js +0 -147
- package/Textarea.js.map +0 -1
- package/Title.js +0 -32
- package/Title.js.map +0 -1
- package/__mocks__/IntersectionObserver.js +0 -15
- package/__mocks__/IntersectionObserver.js.map +0 -1
- package/__mocks__/MutationObserver.js +0 -13
- package/__mocks__/MutationObserver.js.map +0 -1
- package/__mocks__/ResizeObserver.js +0 -15
- package/__mocks__/ResizeObserver.js.map +0 -1
- package/__mocks__/matchMedia.js +0 -15
- package/__mocks__/matchMedia.js.map +0 -1
- package/__mocks__/useLayoutEvent.js +0 -4
- package/__mocks__/useLayoutEvent.js.map +0 -1
- package/__mocks__/useOutsideEvent.js +0 -4
- package/__mocks__/useOutsideEvent.js.map +0 -1
- package/__mocks__/usePseudoClasses.js +0 -6
- package/__mocks__/usePseudoClasses.js.map +0 -1
- package/__mocks__/useSize.js +0 -11
- package/__mocks__/useSize.js.map +0 -1
- package/__mocks__/uuid.js +0 -9
- package/__mocks__/uuid.js.map +0 -1
- package/components/AnchorLink/index.js +0 -5
- package/components/AnchorLink/index.js.map +0 -1
- package/components/ArticleTeaser/index.js +0 -67
- package/components/ArticleTeaser/index.js.map +0 -1
- package/components/ArticleTeaser/styles.module.scss +0 -83
- package/components/Avatar/index.js +0 -7
- package/components/Avatar/index.js.map +0 -1
- package/components/Badge/index.js +0 -5
- package/components/Badge/index.js.map +0 -1
- package/components/Button/index.js +0 -5
- package/components/Button/index.js.map +0 -1
- package/components/Button/styles.module.scss +0 -402
- package/components/Checkbox/index.js +0 -6
- package/components/Checkbox/index.js.map +0 -1
- package/components/Checkbox/styles.module.scss +0 -449
- package/components/Chip/index.js +0 -51
- package/components/Chip/index.js.map +0 -1
- package/components/Close/index.js +0 -5
- package/components/Close/index.js.map +0 -1
- package/components/DictionaryTrigger/index.js +0 -5
- package/components/DictionaryTrigger/index.js.map +0 -1
- package/components/Drawer/index.js +0 -5
- package/components/Drawer/index.js.map +0 -1
- package/components/Drawer/styles.module.scss +0 -166
- package/components/Drawer/styles.module.scss.d.ts +0 -18
- package/components/Dropdown/Dropdown.d.ts +0 -42
- package/components/Dropdown/index.js +0 -201
- package/components/Dropdown/index.js.map +0 -1
- package/components/Duolist/index.js +0 -8
- package/components/Duolist/index.js.map +0 -1
- package/components/ElementHeader/ElementHeaderText/index.js +0 -6
- package/components/ElementHeader/ElementHeaderText/index.js.map +0 -1
- package/components/ElementHeader/StatusDotList/index.js +0 -6
- package/components/ElementHeader/StatusDotList/index.js.map +0 -1
- package/components/ElementHeader/index.js +0 -9
- package/components/ElementHeader/index.js.map +0 -1
- package/components/ElementHeader/styles.module.scss +0 -151
- package/components/EmptyState/index.js +0 -306
- package/components/EmptyState/index.js.map +0 -1
- package/components/ErrorWrapper/index.js +0 -6
- package/components/ErrorWrapper/index.js.map +0 -1
- package/components/Expander/index.js +0 -7
- package/components/Expander/index.js.map +0 -1
- package/components/ExpanderHierarchy/index.js +0 -115
- package/components/ExpanderHierarchy/index.js.map +0 -1
- package/components/ExpanderList/index.js +0 -218
- package/components/ExpanderList/index.js.map +0 -1
- package/components/ExpanderList/styles.module.scss +0 -518
- package/components/EyebrowHeader/index.js +0 -15
- package/components/EyebrowHeader/index.js.map +0 -1
- package/components/FavoriteButton/index.js +0 -209
- package/components/FavoriteButton/index.js.map +0 -1
- package/components/FormFieldTag/FormFieldTag.d.ts +0 -13
- package/components/FormFieldTag/index.js +0 -5
- package/components/FormFieldTag/index.js.map +0 -1
- package/components/FormGroup/FormGroup.d.ts +0 -46
- package/components/FormGroup/index.js +0 -6
- package/components/FormGroup/index.js.map +0 -1
- package/components/FormLayout/index.js +0 -8
- package/components/FormLayout/index.js.map +0 -1
- package/components/HelpBubble/index.js +0 -94
- package/components/HelpBubble/index.js.map +0 -1
- package/components/HelpDrawer/index.js +0 -40
- package/components/HelpDrawer/index.js.map +0 -1
- package/components/HelpExpanderInline/index.js +0 -16
- package/components/HelpExpanderInline/index.js.map +0 -1
- package/components/HelpExpanderStandalone/index.js +0 -50
- package/components/HelpExpanderStandalone/index.js.map +0 -1
- package/components/HelpPanel/index.js +0 -22
- package/components/HelpPanel/index.js.map +0 -1
- package/components/HelpTeaser/index.js +0 -25
- package/components/HelpTeaser/index.js.map +0 -1
- package/components/HelpTooltip/index.js +0 -32
- package/components/HelpTooltip/index.js.map +0 -1
- package/components/HelpTriggerIcon/index.js +0 -7
- package/components/HelpTriggerIcon/index.js.map +0 -1
- package/components/HelpTriggerInline/index.js +0 -38
- package/components/HelpTriggerInline/index.js.map +0 -1
- package/components/HelpTriggerStandalone/index.js +0 -5
- package/components/HelpTriggerStandalone/index.js.map +0 -1
- package/components/HighlightPanel/index.js +0 -5
- package/components/HighlightPanel/index.js.map +0 -1
- package/components/Highlighter/index.js +0 -6
- package/components/Highlighter/index.js.map +0 -1
- package/components/HorizontalScroll/index.js +0 -6
- package/components/HorizontalScroll/index.js.map +0 -1
- package/components/Icon/index.js +0 -10
- package/components/Icon/index.js.map +0 -1
- package/components/Icons/ActiveMonitoring.js +0 -22
- package/components/Icons/ActiveMonitoring.js.map +0 -1
- package/components/Icons/AcupunctureBack.js +0 -24
- package/components/Icons/AcupunctureBack.js.map +0 -1
- package/components/Icons/AdditionalIconInformation.js +0 -341
- package/components/Icons/AdditionalIconInformation.js.map +0 -1
- package/components/Icons/AlarmClock.js +0 -35
- package/components/Icons/AlarmClock.js.map +0 -1
- package/components/Icons/AlertSignFill.js +0 -13
- package/components/Icons/AlertSignFill.js.map +0 -1
- package/components/Icons/AlertSignStroke.js +0 -13
- package/components/Icons/AlertSignStroke.js.map +0 -1
- package/components/Icons/Amputation.js +0 -10
- package/components/Icons/Amputation.js.map +0 -1
- package/components/Icons/Anxiety.js +0 -10
- package/components/Icons/Anxiety.js.map +0 -1
- package/components/Icons/Apple.js +0 -10
- package/components/Icons/Apple.js.map +0 -1
- package/components/Icons/Archive.js +0 -37
- package/components/Icons/Archive.js.map +0 -1
- package/components/Icons/ArmFlexing.js +0 -10
- package/components/Icons/ArmFlexing.js.map +0 -1
- package/components/Icons/ArrowDown.js +0 -37
- package/components/Icons/ArrowDown.js.map +0 -1
- package/components/Icons/ArrowLeft.js +0 -13
- package/components/Icons/ArrowLeft.js.map +0 -1
- package/components/Icons/ArrowRight.js +0 -13
- package/components/Icons/ArrowRight.js.map +0 -1
- package/components/Icons/ArrowUp.js +0 -37
- package/components/Icons/ArrowUp.js.map +0 -1
- package/components/Icons/ArrowUpRight.js +0 -13
- package/components/Icons/ArrowUpRight.js.map +0 -1
- package/components/Icons/Attachment.js +0 -29
- package/components/Icons/Attachment.js.map +0 -1
- package/components/Icons/Atv.js +0 -10
- package/components/Icons/Atv.js.map +0 -1
- package/components/Icons/Avatar.js +0 -13
- package/components/Icons/Avatar.js.map +0 -1
- package/components/Icons/AwakePersonOnPillow.js +0 -10
- package/components/Icons/AwakePersonOnPillow.js.map +0 -1
- package/components/Icons/Baby.js +0 -10
- package/components/Icons/Baby.js.map +0 -1
- package/components/Icons/BandAid.js +0 -10
- package/components/Icons/BandAid.js.map +0 -1
- package/components/Icons/BeerAndPills.js +0 -22
- package/components/Icons/BeerAndPills.js.map +0 -1
- package/components/Icons/Bell.js +0 -10
- package/components/Icons/Bell.js.map +0 -1
- package/components/Icons/Bike.js +0 -10
- package/components/Icons/Bike.js.map +0 -1
- package/components/Icons/BirthControl.js +0 -22
- package/components/Icons/BirthControl.js.map +0 -1
- package/components/Icons/BirthdayCake.js +0 -10
- package/components/Icons/BirthdayCake.js.map +0 -1
- package/components/Icons/Boat.js +0 -10
- package/components/Icons/Boat.js.map +0 -1
- package/components/Icons/Body.js +0 -22
- package/components/Icons/Body.js.map +0 -1
- package/components/Icons/Braille.js +0 -11
- package/components/Icons/Braille.js.map +0 -1
- package/components/Icons/Brain.js +0 -10
- package/components/Icons/Brain.js.map +0 -1
- package/components/Icons/BreastReconstruction.js +0 -22
- package/components/Icons/BreastReconstruction.js.map +0 -1
- package/components/Icons/BreastRemoval.js +0 -22
- package/components/Icons/BreastRemoval.js.map +0 -1
- package/components/Icons/Breasts.js +0 -10
- package/components/Icons/Breasts.js.map +0 -1
- package/components/Icons/BrokenHeart.js +0 -10
- package/components/Icons/BrokenHeart.js.map +0 -1
- package/components/Icons/BrokenPuzzle.js +0 -10
- package/components/Icons/BrokenPuzzle.js.map +0 -1
- package/components/Icons/Bus.js +0 -32
- package/components/Icons/Bus.js.map +0 -1
- package/components/Icons/Calendar.js +0 -37
- package/components/Icons/Calendar.js.map +0 -1
- package/components/Icons/CalendarChange.js +0 -37
- package/components/Icons/CalendarChange.js.map +0 -1
- package/components/Icons/CalendarCheck.js +0 -37
- package/components/Icons/CalendarCheck.js.map +0 -1
- package/components/Icons/CalendarEvent.js +0 -10
- package/components/Icons/CalendarEvent.js.map +0 -1
- package/components/Icons/CalendarSave.js +0 -13
- package/components/Icons/CalendarSave.js.map +0 -1
- package/components/Icons/Cancer.js +0 -24
- package/components/Icons/Cancer.js.map +0 -1
- package/components/Icons/Candle.js +0 -23
- package/components/Icons/Candle.js.map +0 -1
- package/components/Icons/Car.js +0 -10
- package/components/Icons/Car.js.map +0 -1
- package/components/Icons/Carton.js +0 -42
- package/components/Icons/Carton.js.map +0 -1
- package/components/Icons/Change.js +0 -46
- package/components/Icons/Change.js.map +0 -1
- package/components/Icons/Check.js +0 -13
- package/components/Icons/Check.js.map +0 -1
- package/components/Icons/CheckFill.js +0 -37
- package/components/Icons/CheckFill.js.map +0 -1
- package/components/Icons/CheckOutline.js +0 -22
- package/components/Icons/CheckOutline.js.map +0 -1
- package/components/Icons/Chest.js +0 -10
- package/components/Icons/Chest.js.map +0 -1
- package/components/Icons/ChevronDown.js +0 -13
- package/components/Icons/ChevronDown.js.map +0 -1
- package/components/Icons/ChevronLeft.js +0 -13
- package/components/Icons/ChevronLeft.js.map +0 -1
- package/components/Icons/ChevronRight.js +0 -13
- package/components/Icons/ChevronRight.js.map +0 -1
- package/components/Icons/ChevronUp.js +0 -13
- package/components/Icons/ChevronUp.js.map +0 -1
- package/components/Icons/ChevronsDown.js +0 -37
- package/components/Icons/ChevronsDown.js.map +0 -1
- package/components/Icons/ChevronsUp.js +0 -37
- package/components/Icons/ChevronsUp.js.map +0 -1
- package/components/Icons/ChildPlaying.js +0 -16
- package/components/Icons/ChildPlaying.js.map +0 -1
- package/components/Icons/Cigarette.js +0 -10
- package/components/Icons/Cigarette.js.map +0 -1
- package/components/Icons/Coins.js +0 -22
- package/components/Icons/Coins.js.map +0 -1
- package/components/Icons/Contacts.js +0 -13
- package/components/Icons/Contacts.js.map +0 -1
- package/components/Icons/Copy.js +0 -24
- package/components/Icons/Copy.js.map +0 -1
- package/components/Icons/CoronaCertificate.js +0 -22
- package/components/Icons/CoronaCertificate.js.map +0 -1
- package/components/Icons/Coronavirus.js +0 -10
- package/components/Icons/Coronavirus.js.map +0 -1
- package/components/Icons/Cough.js +0 -10
- package/components/Icons/Cough.js.map +0 -1
- package/components/Icons/CreditCard.js +0 -48
- package/components/Icons/CreditCard.js.map +0 -1
- package/components/Icons/CriticalHealthInfo.js +0 -10
- package/components/Icons/CriticalHealthInfo.js.map +0 -1
- package/components/Icons/Cross.js +0 -10
- package/components/Icons/Cross.js.map +0 -1
- package/components/Icons/DataExchange.js +0 -22
- package/components/Icons/DataExchange.js.map +0 -1
- package/components/Icons/DataReceived.js +0 -22
- package/components/Icons/DataReceived.js.map +0 -1
- package/components/Icons/DataSent.js +0 -22
- package/components/Icons/DataSent.js.map +0 -1
- package/components/Icons/Depression.js +0 -10
- package/components/Icons/Depression.js.map +0 -1
- package/components/Icons/DigestiveSystem.js +0 -16
- package/components/Icons/DigestiveSystem.js.map +0 -1
- package/components/Icons/Dizzy.js +0 -10
- package/components/Icons/Dizzy.js.map +0 -1
- package/components/Icons/Documents.js +0 -10
- package/components/Icons/Documents.js.map +0 -1
- package/components/Icons/Dog.js +0 -10
- package/components/Icons/Dog.js.map +0 -1
- package/components/Icons/DonorCard.js +0 -10
- package/components/Icons/DonorCard.js.map +0 -1
- package/components/Icons/DotActive.js +0 -16
- package/components/Icons/DotActive.js.map +0 -1
- package/components/Icons/DotAlert.js +0 -30
- package/components/Icons/DotAlert.js.map +0 -1
- package/components/Icons/DotCancelled.js +0 -30
- package/components/Icons/DotCancelled.js.map +0 -1
- package/components/Icons/DotHalfDisc.js +0 -30
- package/components/Icons/DotHalfDisc.js.map +0 -1
- package/components/Icons/DotInactive.js +0 -30
- package/components/Icons/DotInactive.js.map +0 -1
- package/components/Icons/DotInfo.js +0 -38
- package/components/Icons/DotInfo.js.map +0 -1
- package/components/Icons/DotLookingGlass.js +0 -30
- package/components/Icons/DotLookingGlass.js.map +0 -1
- package/components/Icons/DotPending.js +0 -16
- package/components/Icons/DotPending.js.map +0 -1
- package/components/Icons/DotQuestionMark.js +0 -30
- package/components/Icons/DotQuestionMark.js.map +0 -1
- package/components/Icons/DotSuccess.js +0 -30
- package/components/Icons/DotSuccess.js.map +0 -1
- package/components/Icons/DotTransparent.js +0 -30
- package/components/Icons/DotTransparent.js.map +0 -1
- package/components/Icons/DotWarningTriangle.js +0 -30
- package/components/Icons/DotWarningTriangle.js.map +0 -1
- package/components/Icons/Download.js +0 -37
- package/components/Icons/Download.js.map +0 -1
- package/components/Icons/Draft.js +0 -10
- package/components/Icons/Draft.js.map +0 -1
- package/components/Icons/Drag.js +0 -11
- package/components/Icons/Drag.js.map +0 -1
- package/components/Icons/EChat.js +0 -13
- package/components/Icons/EChat.js.map +0 -1
- package/components/Icons/Ear.js +0 -17
- package/components/Icons/Ear.js.map +0 -1
- package/components/Icons/EarDeaf.js +0 -11
- package/components/Icons/EarDeaf.js.map +0 -1
- package/components/Icons/EarHearingAid.js +0 -14
- package/components/Icons/EarHearingAid.js.map +0 -1
- package/components/Icons/EarNoseThroat.js +0 -18
- package/components/Icons/EarNoseThroat.js.map +0 -1
- package/components/Icons/EarVolume.js +0 -26
- package/components/Icons/EarVolume.js.map +0 -1
- package/components/Icons/Edit.js +0 -31
- package/components/Icons/Edit.js.map +0 -1
- package/components/Icons/ElderlyPerson.js +0 -10
- package/components/Icons/ElderlyPerson.js.map +0 -1
- package/components/Icons/Embolization.js +0 -22
- package/components/Icons/Embolization.js.map +0 -1
- package/components/Icons/EmergencyCall.js +0 -25
- package/components/Icons/EmergencyCall.js.map +0 -1
- package/components/Icons/EmoticonAnnoyed.js +0 -24
- package/components/Icons/EmoticonAnnoyed.js.map +0 -1
- package/components/Icons/EmoticonDelighted.js +0 -17
- package/components/Icons/EmoticonDelighted.js.map +0 -1
- package/components/Icons/EmoticonDisappointed.js +0 -17
- package/components/Icons/EmoticonDisappointed.js.map +0 -1
- package/components/Icons/EmoticonHappy.js +0 -17
- package/components/Icons/EmoticonHappy.js.map +0 -1
- package/components/Icons/EmoticonMeh.js +0 -17
- package/components/Icons/EmoticonMeh.js.map +0 -1
- package/components/Icons/EmptyBox.js +0 -24
- package/components/Icons/EmptyBox.js.map +0 -1
- package/components/Icons/EnterFullScreen.js +0 -22
- package/components/Icons/EnterFullScreen.js.map +0 -1
- package/components/Icons/Envelope.js +0 -13
- package/components/Icons/Envelope.js.map +0 -1
- package/components/Icons/Epilepsy.js +0 -10
- package/components/Icons/Epilepsy.js.map +0 -1
- package/components/Icons/Eraser.js +0 -19
- package/components/Icons/Eraser.js.map +0 -1
- package/components/Icons/ErrorSignFill.js +0 -13
- package/components/Icons/ErrorSignFill.js.map +0 -1
- package/components/Icons/ErrorSignStroke.js +0 -13
- package/components/Icons/ErrorSignStroke.js.map +0 -1
- package/components/Icons/EuropeanHealthCard.js +0 -13
- package/components/Icons/EuropeanHealthCard.js.map +0 -1
- package/components/Icons/ExitFullScreen.js +0 -22
- package/components/Icons/ExitFullScreen.js.map +0 -1
- package/components/Icons/Eye.js +0 -37
- package/components/Icons/Eye.js.map +0 -1
- package/components/Icons/Facebook.js +0 -10
- package/components/Icons/Facebook.js.map +0 -1
- package/components/Icons/FallingLeaf.js +0 -31
- package/components/Icons/FallingLeaf.js.map +0 -1
- package/components/Icons/Feedback.js +0 -25
- package/components/Icons/Feedback.js.map +0 -1
- package/components/Icons/Female.js +0 -10
- package/components/Icons/Female.js.map +0 -1
- package/components/Icons/FemaleDoctor.js +0 -10
- package/components/Icons/FemaleDoctor.js.map +0 -1
- package/components/Icons/Ferry.js +0 -10
- package/components/Icons/Ferry.js.map +0 -1
- package/components/Icons/File.js +0 -37
- package/components/Icons/File.js.map +0 -1
- package/components/Icons/Filter.js +0 -32
- package/components/Icons/Filter.js.map +0 -1
- package/components/Icons/FingerBleed.js +0 -10
- package/components/Icons/FingerBleed.js.map +0 -1
- package/components/Icons/FirstAidKit.js +0 -10
- package/components/Icons/FirstAidKit.js.map +0 -1
- package/components/Icons/Fish.js +0 -44
- package/components/Icons/Fish.js.map +0 -1
- package/components/Icons/FloppyDisk.js +0 -22
- package/components/Icons/FloppyDisk.js.map +0 -1
- package/components/Icons/Football.js +0 -10
- package/components/Icons/Football.js.map +0 -1
- package/components/Icons/Form.js +0 -13
- package/components/Icons/Form.js.map +0 -1
- package/components/Icons/Forward.js +0 -19
- package/components/Icons/Forward.js.map +0 -1
- package/components/Icons/Gallery.js +0 -37
- package/components/Icons/Gallery.js.map +0 -1
- package/components/Icons/Garden.js +0 -10
- package/components/Icons/Garden.js.map +0 -1
- package/components/Icons/GasCan.js +0 -10
- package/components/Icons/GasCan.js.map +0 -1
- package/components/Icons/GenderIdentity.js +0 -22
- package/components/Icons/GenderIdentity.js.map +0 -1
- package/components/Icons/GlassWater.js +0 -22
- package/components/Icons/GlassWater.js.map +0 -1
- package/components/Icons/Glasses.js +0 -25
- package/components/Icons/Glasses.js.map +0 -1
- package/components/Icons/Globe.js +0 -13
- package/components/Icons/Globe.js.map +0 -1
- package/components/Icons/Grain.js +0 -22
- package/components/Icons/Grain.js.map +0 -1
- package/components/Icons/Graph.js +0 -29
- package/components/Icons/Graph.js.map +0 -1
- package/components/Icons/Group.js +0 -39
- package/components/Icons/Group.js.map +0 -1
- package/components/Icons/GroupTwins.js +0 -84
- package/components/Icons/GroupTwins.js.map +0 -1
- package/components/Icons/HTMLFile.js +0 -17
- package/components/Icons/HTMLFile.js.map +0 -1
- package/components/Icons/HandWaving.js +0 -10
- package/components/Icons/HandWaving.js.map +0 -1
- package/components/Icons/HandWithDisease.js +0 -10
- package/components/Icons/HandWithDisease.js.map +0 -1
- package/components/Icons/HandsAndHeart.js +0 -23
- package/components/Icons/HandsAndHeart.js.map +0 -1
- package/components/Icons/HealthClinic.js +0 -22
- package/components/Icons/HealthClinic.js.map +0 -1
- package/components/Icons/HealthMeasurements.js +0 -24
- package/components/Icons/HealthMeasurements.js.map +0 -1
- package/components/Icons/HealthWarning.js +0 -22
- package/components/Icons/HealthWarning.js.map +0 -1
- package/components/Icons/HealthcarePerson.js +0 -77
- package/components/Icons/HealthcarePerson.js.map +0 -1
- package/components/Icons/HealthcarePersonell.js +0 -100
- package/components/Icons/HealthcarePersonell.js.map +0 -1
- package/components/Icons/HearingProtection.js +0 -31
- package/components/Icons/HearingProtection.js.map +0 -1
- package/components/Icons/Heart.js +0 -13
- package/components/Icons/Heart.js.map +0 -1
- package/components/Icons/HeartHands.js +0 -76
- package/components/Icons/HeartHands.js.map +0 -1
- package/components/Icons/HelpSign.js +0 -13
- package/components/Icons/HelpSign.js.map +0 -1
- package/components/Icons/HelpingHand.js +0 -22
- package/components/Icons/HelpingHand.js.map +0 -1
- package/components/Icons/Hemodialysis.js +0 -22
- package/components/Icons/Hemodialysis.js.map +0 -1
- package/components/Icons/Hiker.js +0 -10
- package/components/Icons/Hiker.js.map +0 -1
- package/components/Icons/Hipprosthesis.js +0 -22
- package/components/Icons/Hipprosthesis.js.map +0 -1
- package/components/Icons/History.js +0 -13
- package/components/Icons/History.js.map +0 -1
- package/components/Icons/HivAndAids.js +0 -10
- package/components/Icons/HivAndAids.js.map +0 -1
- package/components/Icons/Home.js +0 -37
- package/components/Icons/Home.js.map +0 -1
- package/components/Icons/HomeFill.js +0 -41
- package/components/Icons/HomeFill.js.map +0 -1
- package/components/Icons/Hormone.js +0 -10
- package/components/Icons/Hormone.js.map +0 -1
- package/components/Icons/Hospital.js +0 -37
- package/components/Icons/Hospital.js.map +0 -1
- package/components/Icons/Hourglass.js +0 -37
- package/components/Icons/Hourglass.js.map +0 -1
- package/components/Icons/IconNames.js +0 -344
- package/components/Icons/IconNames.js.map +0 -1
- package/components/Icons/ImgFile.js +0 -22
- package/components/Icons/ImgFile.js.map +0 -1
- package/components/Icons/Inbox.js +0 -19
- package/components/Icons/Inbox.js.map +0 -1
- package/components/Icons/InfoSignFill.js +0 -13
- package/components/Icons/InfoSignFill.js.map +0 -1
- package/components/Icons/InfoSignStroke.js +0 -13
- package/components/Icons/InfoSignStroke.js.map +0 -1
- package/components/Icons/Instagram.js +0 -17
- package/components/Icons/Instagram.js.map +0 -1
- package/components/Icons/Intravenous.js +0 -22
- package/components/Icons/Intravenous.js.map +0 -1
- package/components/Icons/JointPain.js +0 -10
- package/components/Icons/JointPain.js.map +0 -1
- package/components/Icons/Journal.js +0 -13
- package/components/Icons/Journal.js.map +0 -1
- package/components/Icons/JpgFile.js +0 -22
- package/components/Icons/JpgFile.js.map +0 -1
- package/components/Icons/Kidney.js +0 -10
- package/components/Icons/Kidney.js.map +0 -1
- package/components/Icons/KitchenScale.js +0 -22
- package/components/Icons/KitchenScale.js.map +0 -1
- package/components/Icons/Kjernejournal.js +0 -10
- package/components/Icons/Kjernejournal.js.map +0 -1
- package/components/Icons/Laboratory.js +0 -22
- package/components/Icons/Laboratory.js.map +0 -1
- package/components/Icons/LaptopBlog.js +0 -10
- package/components/Icons/LaptopBlog.js.map +0 -1
- package/components/Icons/LawBook.js +0 -13
- package/components/Icons/LawBook.js.map +0 -1
- package/components/Icons/LegalDocument.js +0 -35
- package/components/Icons/LegalDocument.js.map +0 -1
- package/components/Icons/LightBulb.js +0 -10
- package/components/Icons/LightBulb.js.map +0 -1
- package/components/Icons/List.js +0 -37
- package/components/Icons/List.js.map +0 -1
- package/components/Icons/Location.js +0 -16
- package/components/Icons/Location.js.map +0 -1
- package/components/Icons/LocationFill.js +0 -41
- package/components/Icons/LocationFill.js.map +0 -1
- package/components/Icons/Lock.js +0 -25
- package/components/Icons/Lock.js.map +0 -1
- package/components/Icons/Login.js +0 -61
- package/components/Icons/Login.js.map +0 -1
- package/components/Icons/Logout.js +0 -53
- package/components/Icons/Logout.js.map +0 -1
- package/components/Icons/Lungs.js +0 -10
- package/components/Icons/Lungs.js.map +0 -1
- package/components/Icons/Makeup.js +0 -10
- package/components/Icons/Makeup.js.map +0 -1
- package/components/Icons/MaleDoctor.js +0 -10
- package/components/Icons/MaleDoctor.js.map +0 -1
- package/components/Icons/MaleDoctorAndPerson.js +0 -18
- package/components/Icons/MaleDoctorAndPerson.js.map +0 -1
- package/components/Icons/MaleDoctorCompact.js +0 -55
- package/components/Icons/MaleDoctorCompact.js.map +0 -1
- package/components/Icons/MaleDoctorCompactFill.js +0 -41
- package/components/Icons/MaleDoctorCompactFill.js.map +0 -1
- package/components/Icons/MaleGenitalia.js +0 -10
- package/components/Icons/MaleGenitalia.js.map +0 -1
- package/components/Icons/Medicine.js +0 -37
- package/components/Icons/Medicine.js.map +0 -1
- package/components/Icons/MedicineWarning.js +0 -22
- package/components/Icons/MedicineWarning.js.map +0 -1
- package/components/Icons/MentalHealthAdult.js +0 -16
- package/components/Icons/MentalHealthAdult.js.map +0 -1
- package/components/Icons/MentalHealthChild.js +0 -16
- package/components/Icons/MentalHealthChild.js.map +0 -1
- package/components/Icons/Menu.js +0 -13
- package/components/Icons/Menu.js.map +0 -1
- package/components/Icons/Microscope.js +0 -22
- package/components/Icons/Microscope.js.map +0 -1
- package/components/Icons/Minus.js +0 -13
- package/components/Icons/Minus.js.map +0 -1
- package/components/Icons/Mirror.js +0 -10
- package/components/Icons/Mirror.js.map +0 -1
- package/components/Icons/MobilePhone.js +0 -13
- package/components/Icons/MobilePhone.js.map +0 -1
- package/components/Icons/MotherHoldingBaby.js +0 -10
- package/components/Icons/MotherHoldingBaby.js.map +0 -1
- package/components/Icons/MuscleBack.js +0 -18
- package/components/Icons/MuscleBack.js.map +0 -1
- package/components/Icons/MuscleLeg.js +0 -16
- package/components/Icons/MuscleLeg.js.map +0 -1
- package/components/Icons/Mushroom.js +0 -10
- package/components/Icons/Mushroom.js.map +0 -1
- package/components/Icons/Music.js +0 -22
- package/components/Icons/Music.js.map +0 -1
- package/components/Icons/MusselsAndSalt.js +0 -10
- package/components/Icons/MusselsAndSalt.js.map +0 -1
- package/components/Icons/NoAccess.js +0 -59
- package/components/Icons/NoAccess.js.map +0 -1
- package/components/Icons/NoEye.js +0 -39
- package/components/Icons/NoEye.js.map +0 -1
- package/components/Icons/NoFilter.js +0 -19
- package/components/Icons/NoFilter.js.map +0 -1
- package/components/Icons/Notepad.js +0 -10
- package/components/Icons/Notepad.js.map +0 -1
- package/components/Icons/Osteotomy.js +0 -22
- package/components/Icons/Osteotomy.js.map +0 -1
- package/components/Icons/PaintRoller.js +0 -10
- package/components/Icons/PaintRoller.js.map +0 -1
- package/components/Icons/PaperPlane.js +0 -13
- package/components/Icons/PaperPlane.js.map +0 -1
- package/components/Icons/PatientAndPerson.js +0 -10
- package/components/Icons/PatientAndPerson.js.map +0 -1
- package/components/Icons/Pause.js +0 -13
- package/components/Icons/Pause.js.map +0 -1
- package/components/Icons/PdfFile.js +0 -22
- package/components/Icons/PdfFile.js.map +0 -1
- package/components/Icons/Pencil.js +0 -29
- package/components/Icons/Pencil.js.map +0 -1
- package/components/Icons/PeopleTalking.js +0 -22
- package/components/Icons/PeopleTalking.js.map +0 -1
- package/components/Icons/Peritonealdialysis.js +0 -22
- package/components/Icons/Peritonealdialysis.js.map +0 -1
- package/components/Icons/Person.js +0 -10
- package/components/Icons/Person.js.map +0 -1
- package/components/Icons/PersonAndPatient.js +0 -10
- package/components/Icons/PersonAndPatient.js.map +0 -1
- package/components/Icons/PersonCancel.js +0 -73
- package/components/Icons/PersonCancel.js.map +0 -1
- package/components/Icons/PersonInXRayMachine.js +0 -22
- package/components/Icons/PersonInXRayMachine.js.map +0 -1
- package/components/Icons/PersonOverweight.js +0 -10
- package/components/Icons/PersonOverweight.js.map +0 -1
- package/components/Icons/PersonRelaxing.js +0 -16
- package/components/Icons/PersonRelaxing.js.map +0 -1
- package/components/Icons/PersonWithBrain.js +0 -13
- package/components/Icons/PersonWithBrain.js.map +0 -1
- package/components/Icons/PersonWithBrokenArm.js +0 -10
- package/components/Icons/PersonWithBrokenArm.js.map +0 -1
- package/components/Icons/PersonWithCrutches.js +0 -10
- package/components/Icons/PersonWithCrutches.js.map +0 -1
- package/components/Icons/PersonWithJaw.js +0 -16
- package/components/Icons/PersonWithJaw.js.map +0 -1
- package/components/Icons/PersonWithMagnifyingGlass.js +0 -16
- package/components/Icons/PersonWithMagnifyingGlass.js.map +0 -1
- package/components/Icons/PersonWithSenses.js +0 -22
- package/components/Icons/PersonWithSenses.js.map +0 -1
- package/components/Icons/PersonWorking.js +0 -16
- package/components/Icons/PersonWorking.js.map +0 -1
- package/components/Icons/PersonalPlan.js +0 -41
- package/components/Icons/PersonalPlan.js.map +0 -1
- package/components/Icons/PizzaSlice.js +0 -16
- package/components/Icons/PizzaSlice.js.map +0 -1
- package/components/Icons/Plane.js +0 -10
- package/components/Icons/Plane.js.map +0 -1
- package/components/Icons/Plant.js +0 -10
- package/components/Icons/Plant.js.map +0 -1
- package/components/Icons/PlateKnifeFork.js +0 -40
- package/components/Icons/PlateKnifeFork.js.map +0 -1
- package/components/Icons/Play.js +0 -13
- package/components/Icons/Play.js.map +0 -1
- package/components/Icons/PlusLarge.js +0 -13
- package/components/Icons/PlusLarge.js.map +0 -1
- package/components/Icons/PlusSmall.js +0 -13
- package/components/Icons/PlusSmall.js.map +0 -1
- package/components/Icons/PngFile.js +0 -22
- package/components/Icons/PngFile.js.map +0 -1
- package/components/Icons/Podcast.js +0 -22
- package/components/Icons/Podcast.js.map +0 -1
- package/components/Icons/PoisonInformation.js +0 -16
- package/components/Icons/PoisonInformation.js.map +0 -1
- package/components/Icons/Pregnant.js +0 -10
- package/components/Icons/Pregnant.js.map +0 -1
- package/components/Icons/Printer.js +0 -37
- package/components/Icons/Printer.js.map +0 -1
- package/components/Icons/Psychosis.js +0 -10
- package/components/Icons/Psychosis.js.map +0 -1
- package/components/Icons/Publication.js +0 -22
- package/components/Icons/Publication.js.map +0 -1
- package/components/Icons/Puzzle.js +0 -13
- package/components/Icons/Puzzle.js.map +0 -1
- package/components/Icons/QrCode.js +0 -37
- package/components/Icons/QrCode.js.map +0 -1
- package/components/Icons/Quarrel.js +0 -22
- package/components/Icons/Quarrel.js.map +0 -1
- package/components/Icons/RadioTherapy.js +0 -22
- package/components/Icons/RadioTherapy.js.map +0 -1
- package/components/Icons/RadioactiveTreatment.js +0 -22
- package/components/Icons/RadioactiveTreatment.js.map +0 -1
- package/components/Icons/Radioiodine.js +0 -22
- package/components/Icons/Radioiodine.js.map +0 -1
- package/components/Icons/Receipt.js +0 -10
- package/components/Icons/Receipt.js.map +0 -1
- package/components/Icons/Receptionist.js +0 -13
- package/components/Icons/Receptionist.js.map +0 -1
- package/components/Icons/Recovery.js +0 -22
- package/components/Icons/Recovery.js.map +0 -1
- package/components/Icons/Referral.js +0 -13
- package/components/Icons/Referral.js.map +0 -1
- package/components/Icons/Refresh.js +0 -13
- package/components/Icons/Refresh.js.map +0 -1
- package/components/Icons/Refund.js +0 -10
- package/components/Icons/Refund.js.map +0 -1
- package/components/Icons/Reminder.js +0 -30
- package/components/Icons/Reminder.js.map +0 -1
- package/components/Icons/Reply.js +0 -19
- package/components/Icons/Reply.js.map +0 -1
- package/components/Icons/Rocket.js +0 -10
- package/components/Icons/Rocket.js.map +0 -1
- package/components/Icons/RtfFile.js +0 -22
- package/components/Icons/RtfFile.js.map +0 -1
- package/components/Icons/STDs.js +0 -22
- package/components/Icons/STDs.js.map +0 -1
- package/components/Icons/Save.js +0 -21
- package/components/Icons/Save.js.map +0 -1
- package/components/Icons/Scale.js +0 -10
- package/components/Icons/Scale.js.map +0 -1
- package/components/Icons/ScreenReader.js +0 -49
- package/components/Icons/ScreenReader.js.map +0 -1
- package/components/Icons/Search.js +0 -13
- package/components/Icons/Search.js.map +0 -1
- package/components/Icons/SectionSign.js +0 -37
- package/components/Icons/SectionSign.js.map +0 -1
- package/components/Icons/Settings.js +0 -41
- package/components/Icons/Settings.js.map +0 -1
- package/components/Icons/SettingsFill.js +0 -41
- package/components/Icons/SettingsFill.js.map +0 -1
- package/components/Icons/Sexualorientation.js +0 -22
- package/components/Icons/Sexualorientation.js.map +0 -1
- package/components/Icons/ShakingHand.js +0 -16
- package/components/Icons/ShakingHand.js.map +0 -1
- package/components/Icons/Share.js +0 -19
- package/components/Icons/Share.js.map +0 -1
- package/components/Icons/SharedHealthData.js +0 -24
- package/components/Icons/SharedHealthData.js.map +0 -1
- package/components/Icons/SharedHealthMeasurements.js +0 -24
- package/components/Icons/SharedHealthMeasurements.js.map +0 -1
- package/components/Icons/Shield.js +0 -22
- package/components/Icons/Shield.js.map +0 -1
- package/components/Icons/ShuntOperation.js +0 -22
- package/components/Icons/ShuntOperation.js.map +0 -1
- package/components/Icons/Skeleton.js +0 -10
- package/components/Icons/Skeleton.js.map +0 -1
- package/components/Icons/Skin.js +0 -10
- package/components/Icons/Skin.js.map +0 -1
- package/components/Icons/Snake.js +0 -10
- package/components/Icons/Snake.js.map +0 -1
- package/components/Icons/Snapchat.js +0 -13
- package/components/Icons/Snapchat.js.map +0 -1
- package/components/Icons/SortDown.js +0 -30
- package/components/Icons/SortDown.js.map +0 -1
- package/components/Icons/SortUp.js +0 -30
- package/components/Icons/SortUp.js.map +0 -1
- package/components/Icons/SpeechBubble.js +0 -37
- package/components/Icons/SpeechBubble.js.map +0 -1
- package/components/Icons/Spray.js +0 -10
- package/components/Icons/Spray.js.map +0 -1
- package/components/Icons/StickyNote.js +0 -24
- package/components/Icons/StickyNote.js.map +0 -1
- package/components/Icons/StickyNotes.js +0 -24
- package/components/Icons/StickyNotes.js.map +0 -1
- package/components/Icons/Stopwatch.js +0 -37
- package/components/Icons/Stopwatch.js.map +0 -1
- package/components/Icons/Sun.js +0 -33
- package/components/Icons/Sun.js.map +0 -1
- package/components/Icons/SupportingPerson.js +0 -51
- package/components/Icons/SupportingPerson.js.map +0 -1
- package/components/Icons/Surgery.js +0 -22
- package/components/Icons/Surgery.js.map +0 -1
- package/components/Icons/Sweets.js +0 -42
- package/components/Icons/Sweets.js.map +0 -1
- package/components/Icons/Syringe.js +0 -24
- package/components/Icons/Syringe.js.map +0 -1
- package/components/Icons/Taxi.js +0 -10
- package/components/Icons/Taxi.js.map +0 -1
- package/components/Icons/TeddyBear.js +0 -10
- package/components/Icons/TeddyBear.js.map +0 -1
- package/components/Icons/Teenagers.js +0 -22
- package/components/Icons/Teenagers.js.map +0 -1
- package/components/Icons/ThinkingAboutBaby.js +0 -10
- package/components/Icons/ThinkingAboutBaby.js.map +0 -1
- package/components/Icons/Ticket.js +0 -10
- package/components/Icons/Ticket.js.map +0 -1
- package/components/Icons/TimePassing.js +0 -37
- package/components/Icons/TimePassing.js.map +0 -1
- package/components/Icons/Toddler.js +0 -10
- package/components/Icons/Toddler.js.map +0 -1
- package/components/Icons/Tombstone.js +0 -29
- package/components/Icons/Tombstone.js.map +0 -1
- package/components/Icons/Toolbox.js +0 -55
- package/components/Icons/Toolbox.js.map +0 -1
- package/components/Icons/Tooth.js +0 -10
- package/components/Icons/Tooth.js.map +0 -1
- package/components/Icons/TotalKneeProsthesis.js +0 -22
- package/components/Icons/TotalKneeProsthesis.js.map +0 -1
- package/components/Icons/Train.js +0 -10
- package/components/Icons/Train.js.map +0 -1
- package/components/Icons/Transplantation.js +0 -22
- package/components/Icons/Transplantation.js.map +0 -1
- package/components/Icons/TrashCan.js +0 -37
- package/components/Icons/TrashCan.js.map +0 -1
- package/components/Icons/TravelRoute.js +0 -60
- package/components/Icons/TravelRoute.js.map +0 -1
- package/components/Icons/TreatmentAids.js +0 -41
- package/components/Icons/TreatmentAids.js.map +0 -1
- package/components/Icons/TriangleX.js +0 -41
- package/components/Icons/TriangleX.js.map +0 -1
- package/components/Icons/Twitter.js +0 -10
- package/components/Icons/Twitter.js.map +0 -1
- package/components/Icons/Undo.js +0 -51
- package/components/Icons/Undo.js.map +0 -1
- package/components/Icons/UniProsthesis.js +0 -22
- package/components/Icons/UniProsthesis.js.map +0 -1
- package/components/Icons/Upload.js +0 -19
- package/components/Icons/Upload.js.map +0 -1
- package/components/Icons/UserOrganization.js +0 -10
- package/components/Icons/UserOrganization.js.map +0 -1
- package/components/Icons/Vaccine.js +0 -37
- package/components/Icons/Vaccine.js.map +0 -1
- package/components/Icons/VerticalDots.js +0 -13
- package/components/Icons/VerticalDots.js.map +0 -1
- package/components/Icons/VideoCamera.js +0 -37
- package/components/Icons/VideoCamera.js.map +0 -1
- package/components/Icons/VideoChat.js +0 -13
- package/components/Icons/VideoChat.js.map +0 -1
- package/components/Icons/Wallet.js +0 -13
- package/components/Icons/Wallet.js.map +0 -1
- package/components/Icons/Watch.js +0 -37
- package/components/Icons/Watch.js.map +0 -1
- package/components/Icons/Website.js +0 -22
- package/components/Icons/Website.js.map +0 -1
- package/components/Icons/Wheelchair.js +0 -22
- package/components/Icons/Wheelchair.js.map +0 -1
- package/components/Icons/WheelchairActive.js +0 -22
- package/components/Icons/WheelchairActive.js.map +0 -1
- package/components/Icons/Window.js +0 -10
- package/components/Icons/Window.js.map +0 -1
- package/components/Icons/WordDocument.js +0 -16
- package/components/Icons/WordDocument.js.map +0 -1
- package/components/Icons/WorkSuitcase.js +0 -16
- package/components/Icons/WorkSuitcase.js.map +0 -1
- package/components/Icons/X.js +0 -15
- package/components/Icons/X.js.map +0 -1
- package/components/Icons/XOutline.js +0 -22
- package/components/Icons/XOutline.js.map +0 -1
- package/components/Icons/XmlFile.js +0 -22
- package/components/Icons/XmlFile.js.map +0 -1
- package/components/Icons/YouTube.js +0 -10
- package/components/Icons/YouTube.js.map +0 -1
- package/components/Icons/Zoom.js +0 -37
- package/components/Icons/Zoom.js.map +0 -1
- package/components/Illustration/index.js +0 -8
- package/components/Illustration/index.js.map +0 -1
- package/components/Illustrations/BabyMobile.js +0 -11
- package/components/Illustrations/BabyMobile.js.map +0 -1
- package/components/Illustrations/BabyMobileMedium.js +0 -424
- package/components/Illustrations/BabyMobileMedium.js.map +0 -1
- package/components/Illustrations/Child.js +0 -11
- package/components/Illustrations/Child.js.map +0 -1
- package/components/Illustrations/ChildMedium.js +0 -185
- package/components/Illustrations/ChildMedium.js.map +0 -1
- package/components/Illustrations/Doctor.js +0 -13
- package/components/Illustrations/Doctor.js.map +0 -1
- package/components/Illustrations/DoctorMedium.js +0 -72
- package/components/Illustrations/DoctorMedium.js.map +0 -1
- package/components/Illustrations/DoctorSmall.js +0 -70
- package/components/Illustrations/DoctorSmall.js.map +0 -1
- package/components/Illustrations/FacialRecognitionFingerprint.js +0 -11
- package/components/Illustrations/FacialRecognitionFingerprint.js.map +0 -1
- package/components/Illustrations/FacialRecognitionFingerprintMedium.js +0 -318
- package/components/Illustrations/FacialRecognitionFingerprintMedium.js.map +0 -1
- package/components/Illustrations/GiveBabyFood.js +0 -11
- package/components/Illustrations/GiveBabyFood.js.map +0 -1
- package/components/Illustrations/GiveBabyFoodMedium.js +0 -377
- package/components/Illustrations/GiveBabyFoodMedium.js.map +0 -1
- package/components/Illustrations/HealthcarePersonnel.js +0 -13
- package/components/Illustrations/HealthcarePersonnel.js.map +0 -1
- package/components/Illustrations/HealthcarePersonnelMedium.js +0 -229
- package/components/Illustrations/HealthcarePersonnelMedium.js.map +0 -1
- package/components/Illustrations/HealthcarePersonnelSmall.js +0 -212
- package/components/Illustrations/HealthcarePersonnelSmall.js.map +0 -1
- package/components/Illustrations/IllustrationNames.js +0 -27
- package/components/Illustrations/IllustrationNames.js.map +0 -1
- package/components/Illustrations/ReadLetters.js +0 -11
- package/components/Illustrations/ReadLetters.js.map +0 -1
- package/components/Illustrations/ReadLettersMedium.js +0 -110
- package/components/Illustrations/ReadLettersMedium.js.map +0 -1
- package/components/Illustrations/Stroller.js +0 -11
- package/components/Illustrations/Stroller.js.map +0 -1
- package/components/Illustrations/StrollerMedium.js +0 -236
- package/components/Illustrations/StrollerMedium.js.map +0 -1
- package/components/Illustrations/Support2.js +0 -11
- package/components/Illustrations/Support2.js.map +0 -1
- package/components/Illustrations/Support2Medium.js +0 -232
- package/components/Illustrations/Support2Medium.js.map +0 -1
- package/components/InfoTeaser/index.js +0 -5
- package/components/InfoTeaser/index.js.map +0 -1
- package/components/Input/index.js +0 -7
- package/components/Input/index.js.map +0 -1
- package/components/Label/Label.d.ts +0 -46
- package/components/Label/index.js +0 -10
- package/components/Label/index.js.map +0 -1
- package/components/Label/styles.module.scss +0 -69
- package/components/LazyIcon/index.js +0 -8
- package/components/LazyIcon/index.js.map +0 -1
- package/components/LazyIllustration/index.js +0 -8
- package/components/LazyIllustration/index.js.map +0 -1
- package/components/LinkList/index.js +0 -8
- package/components/LinkList/index.js.map +0 -1
- package/components/LinkList/styles.module.scss +0 -320
- package/components/LinkList/styles.module.scss.d.ts +0 -50
- package/components/List/index.js +0 -5
- package/components/List/index.js.map +0 -1
- package/components/ListEditMode/index.js +0 -9
- package/components/ListEditMode/index.js.map +0 -1
- package/components/ListEditMode/styles.module.scss +0 -79
- package/components/Loader/index.js +0 -97
- package/components/Loader/index.js.map +0 -1
- package/components/Logo/index.js +0 -47
- package/components/Logo/index.js.map +0 -1
- package/components/Modal/Modal.d.ts +0 -62
- package/components/Modal/index.js +0 -209
- package/components/Modal/index.js.map +0 -1
- package/components/Modal/styles.module.scss +0 -297
- package/components/Modal/styles.module.scss.d.ts +0 -42
- package/components/NotificationPanel/index.js +0 -110
- package/components/NotificationPanel/index.js.map +0 -1
- package/components/NotificationPanel/styles.module.scss +0 -193
- package/components/Panel/Panel.d.ts +0 -78
- package/components/Panel/PanelTitle/index.js +0 -5
- package/components/Panel/PanelTitle/index.js.map +0 -1
- package/components/Panel/index.js +0 -15
- package/components/Panel/index.js.map +0 -1
- package/components/PanelList/index.js +0 -29
- package/components/PanelList/index.js.map +0 -1
- package/components/PopMenu/PopMenu.d.ts +0 -41
- package/components/PopMenu/index.js +0 -121
- package/components/PopMenu/index.js.map +0 -1
- package/components/PopMenu/styles.module.scss +0 -145
- package/components/PopMenu/styles.module.scss.d.ts +0 -14
- package/components/PopOver/index.js +0 -7
- package/components/PopOver/index.js.map +0 -1
- package/components/Portal/index.js +0 -25
- package/components/Portal/index.js.map +0 -1
- package/components/Progressbar/index.js +0 -131
- package/components/Progressbar/index.js.map +0 -1
- package/components/PromoPanel/index.js +0 -79
- package/components/PromoPanel/index.js.map +0 -1
- package/components/RadioButton/index.js +0 -8
- package/components/RadioButton/index.js.map +0 -1
- package/components/RadioButton/styles.module.scss +0 -467
- package/components/RadioButton/styles.module.scss.d.ts +0 -34
- package/components/Select/index.js +0 -6
- package/components/Select/index.js.map +0 -1
- package/components/ServiceMessage/index.js +0 -126
- package/components/ServiceMessage/index.js.map +0 -1
- package/components/SharingStatus/index.js +0 -22
- package/components/SharingStatus/index.js.map +0 -1
- package/components/Slider/index.js +0 -6
- package/components/Slider/index.js.map +0 -1
- package/components/Spacer/index.js +0 -5
- package/components/Spacer/index.js.map +0 -1
- package/components/StatusDot/index.js +0 -8
- package/components/StatusDot/index.js.map +0 -1
- package/components/StatusDot/styles.module.scss +0 -104
- package/components/Step/index.js +0 -37
- package/components/Step/index.js.map +0 -1
- package/components/StepButtons/index.js +0 -6
- package/components/StepButtons/index.js.map +0 -1
- package/components/Stepper/index.js +0 -86
- package/components/Stepper/index.js.map +0 -1
- package/components/StickyNote/index.js +0 -197
- package/components/StickyNote/index.js.map +0 -1
- package/components/Table/TableBody/index.js +0 -6
- package/components/Table/TableBody/index.js.map +0 -1
- package/components/Table/TableCell/index.js +0 -8
- package/components/Table/TableCell/index.js.map +0 -1
- package/components/Table/TableExpandedRow/index.js +0 -6
- package/components/Table/TableExpandedRow/index.js.map +0 -1
- package/components/Table/TableExpanderCell/index.js +0 -6
- package/components/Table/TableExpanderCell/index.js.map +0 -1
- package/components/Table/TableHead/index.js +0 -8
- package/components/Table/TableHead/index.js.map +0 -1
- package/components/Table/TableHeadCell/index.js +0 -8
- package/components/Table/TableHeadCell/index.js.map +0 -1
- package/components/Table/TableRow/index.js +0 -6
- package/components/Table/TableRow/index.js.map +0 -1
- package/components/Table/index.js +0 -28
- package/components/Table/index.js.map +0 -1
- package/components/Tabs/TabList/index.js +0 -5
- package/components/Tabs/TabList/index.js.map +0 -1
- package/components/Tabs/TabPanel/index.js +0 -5
- package/components/Tabs/TabPanel/index.js.map +0 -1
- package/components/Tabs/index.js +0 -108
- package/components/Tabs/index.js.map +0 -1
- package/components/Tag/index.js +0 -36
- package/components/Tag/index.js.map +0 -1
- package/components/TagList/index.js +0 -11
- package/components/TagList/index.js.map +0 -1
- package/components/Textarea/index.js +0 -5
- package/components/Textarea/index.js.map +0 -1
- package/components/Tile/index.js +0 -83
- package/components/Tile/index.js.map +0 -1
- package/components/Title/index.js +0 -8
- package/components/Title/index.js.map +0 -1
- package/components/Toggle/index.js +0 -154
- package/components/Toggle/index.js.map +0 -1
- package/components/Toggle/styles.module.scss +0 -152
- package/components/Validation/index.js +0 -85
- package/components/Validation/index.js.map +0 -1
- package/constants.d.ts +0 -138
- package/constants.js +0 -130
- package/constants.js.map +0 -1
- package/designsystem-react.css +0 -239
- package/floating-ui.react.js +0 -4306
- package/floating-ui.react.js.map +0 -1
- package/hoc/withBreakpoint/index.js +0 -6
- package/hoc/withBreakpoint/index.js.map +0 -1
- package/hoc/withBreakpoint/withBreakpoint.js +0 -14
- package/hoc/withBreakpoint/withBreakpoint.js.map +0 -1
- package/hooks/useBreakpoint.js +0 -56
- package/hooks/useBreakpoint.js.map +0 -1
- package/hooks/useElementList.js +0 -24
- package/hooks/useElementList.js.map +0 -1
- package/hooks/useEventListenerState.js +0 -14
- package/hooks/useEventListenerState.js.map +0 -1
- package/hooks/useExpand.js +0 -21
- package/hooks/useExpand.js.map +0 -1
- package/hooks/useFocusToggle.js +0 -31
- package/hooks/useFocusToggle.js.map +0 -1
- package/hooks/useFocusTrap.js +0 -33
- package/hooks/useFocusTrap.js.map +0 -1
- package/hooks/useFocusableElements.js +0 -21
- package/hooks/useFocusableElements.js.map +0 -1
- package/hooks/useIcons.js +0 -23
- package/hooks/useIcons.js.map +0 -1
- package/hooks/useIdWithFallback.js +0 -9
- package/hooks/useIdWithFallback.js.map +0 -1
- package/hooks/useIntersectionObserver.js +0 -20
- package/hooks/useIntersectionObserver.js.map +0 -1
- package/hooks/useInterval.js +0 -13
- package/hooks/useInterval.js.map +0 -1
- package/hooks/useIsMobileBreakpoint.js +0 -10
- package/hooks/useIsMobileBreakpoint.js.map +0 -1
- package/hooks/useIsServerSide.js +0 -12
- package/hooks/useIsServerSide.js.map +0 -1
- package/hooks/useIsVisible.js +0 -14
- package/hooks/useIsVisible.js.map +0 -1
- package/hooks/useKeyboardEvent.js +0 -24
- package/hooks/useKeyboardEvent.js.map +0 -1
- package/hooks/useLayoutEvent.js +0 -18
- package/hooks/useLayoutEvent.js.map +0 -1
- package/hooks/useOutsideEvent.js +0 -19
- package/hooks/useOutsideEvent.js.map +0 -1
- package/hooks/usePrevious.js +0 -12
- package/hooks/usePrevious.js.map +0 -1
- package/hooks/usePseudoClasses.js +0 -44
- package/hooks/usePseudoClasses.js.map +0 -1
- package/hooks/useResizeObserver.js +0 -31
- package/hooks/useResizeObserver.js.map +0 -1
- package/hooks/useReturnFocusOnUnmount.js +0 -21
- package/hooks/useReturnFocusOnUnmount.js.map +0 -1
- package/hooks/useRovingFocus.js +0 -57
- package/hooks/useRovingFocus.js.map +0 -1
- package/hooks/useSize.js +0 -47
- package/hooks/useSize.js.map +0 -1
- package/hooks/useToggle.js +0 -24
- package/hooks/useToggle.js.map +0 -1
- package/hooks/usestopPropagation.js +0 -18
- package/hooks/usestopPropagation.js.map +0 -1
- package/index.js +0 -43
- package/index.js.map +0 -1
- package/resources/HN.Designsystem.FormFieldTag.nb-NO.json.d.ts +0 -8
- package/theme/currys/color.js +0 -16
- package/theme/currys/color.js.map +0 -1
- package/theme/currys/index.js +0 -9
- package/theme/currys/index.js.map +0 -1
- package/theme/currys/spacing.js +0 -42
- package/theme/currys/spacing.js.map +0 -1
- package/theme/grid.js +0 -27
- package/theme/grid.js.map +0 -1
- package/theme/index.js +0 -14
- package/theme/index.js.map +0 -1
- package/theme/palette.js +0 -86
- package/theme/palette.js.map +0 -1
- package/theme/spacers.js +0 -22
- package/theme/spacers.js.map +0 -1
- package/utils/accessibility.js +0 -40
- package/utils/accessibility.js.map +0 -1
- package/utils/component.js +0 -16
- package/utils/component.js.map +0 -1
- package/utils/debounce.js +0 -19
- package/utils/debounce.js.map +0 -1
- package/utils/deepContains.js +0 -19
- package/utils/deepContains.js.map +0 -1
- package/utils/device.js +0 -7
- package/utils/device.js.map +0 -1
- package/utils/environment.js +0 -13
- package/utils/environment.js.map +0 -1
- package/utils/focus.js +0 -14
- package/utils/focus.js.map +0 -1
- package/utils/language.js +0 -25
- package/utils/language.js.map +0 -1
- package/utils/loremtext.js +0 -10
- package/utils/loremtext.js.map +0 -1
- package/utils/mobile.js +0 -17
- package/utils/mobile.js.map +0 -1
- package/utils/refs.js +0 -19
- package/utils/refs.js.map +0 -1
- package/utils/scroll.js +0 -11
- package/utils/scroll.js.map +0 -1
- package/utils/uuid.js +0 -7
- package/utils/uuid.js.map +0 -1
- package/utils/viewport.js +0 -8
- package/utils/viewport.js.map +0 -1
- package/utils.js +0 -13
- package/utils.js.map +0 -1
- package/uuid.js +0 -20
- package/uuid.js.map +0 -1
- /package/{__mocks__ → lib/__mocks__}/IntersectionObserver.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/MutationObserver.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/ResizeObserver.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/matchMedia.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/useLayoutEvent.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/useOutsideEvent.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/usePseudoClasses.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/useSize.d.ts +0 -0
- /package/{__mocks__ → lib/__mocks__}/uuid.d.ts +0 -0
- /package/{components → lib/components}/AnchorLink/AnchorLink.d.ts +0 -0
- /package/{components → lib/components}/AnchorLink/AnchorLink.test.d.ts +0 -0
- /package/{components → lib/components}/AnchorLink/index.d.ts +0 -0
- /package/{components → lib/components}/AnchorLink/styles.module.scss +0 -0
- /package/{components → lib/components}/AnchorLink/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ArticleTeaser/ArticleTeaser.d.ts +0 -0
- /package/{components → lib/components}/ArticleTeaser/ArticleTeaser.test.d.ts +0 -0
- /package/{components → lib/components}/ArticleTeaser/index.d.ts +0 -0
- /package/{components → lib/components}/ArticleTeaser/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/ArticleTeaser/styles.module.scss.d.ts +0 -0
- /package/{components/Avatar/Avatar.test.d.ts → lib/components/AsChildSlot/AsChildSlot.test.d.ts} +0 -0
- /package/{components → lib/components}/Avatar/Avatar.d.ts +0 -0
- /package/{components/Badge/Badge.test.d.ts → lib/components/Avatar/Avatar.test.d.ts} +0 -0
- /package/{components → lib/components}/Avatar/index.d.ts +0 -0
- /package/{components → lib/components}/Avatar/styles.module.scss +0 -0
- /package/{components → lib/components}/Avatar/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Badge/Badge.d.ts +0 -0
- /package/{components/Button/Button.test.d.ts → lib/components/Badge/Badge.test.d.ts} +0 -0
- /package/{components → lib/components}/Badge/NotificationBadge.d.ts +0 -0
- /package/{components → lib/components}/Badge/index.d.ts +0 -0
- /package/{components → lib/components}/Badge/styles.module.scss +0 -0
- /package/{components → lib/components}/Badge/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Button/Button.d.ts +0 -0
- /package/{components/Checkbox/Checkbox.test.d.ts → lib/components/Button/Button.test.d.ts} +0 -0
- /package/{components → lib/components}/Button/index.d.ts +0 -0
- /package/{components → lib/components}/Button/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Checkbox/Checkbox.d.ts +0 -0
- /package/{components/Chip/Chip.test.d.ts → lib/components/Checkbox/Checkbox.test.d.ts} +0 -0
- /package/{components → lib/components}/Checkbox/index.d.ts +0 -0
- /package/{components → lib/components}/Checkbox/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Chip/Chip.d.ts +0 -0
- /package/{components/Close/Close.test.d.ts → lib/components/Chip/Chip.test.d.ts} +0 -0
- /package/{components → lib/components}/Chip/index.d.ts +0 -0
- /package/{components → lib/components}/Chip/styles.module.scss +0 -0
- /package/{components → lib/components}/Chip/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Close/Close.d.ts +0 -0
- /package/{components/DictionaryTrigger/DictionaryTrigger.test.d.ts → lib/components/Close/Close.test.d.ts} +0 -0
- /package/{components → lib/components}/Close/index.d.ts +0 -0
- /package/{components → lib/components}/Close/styles.module.scss +0 -0
- /package/{components → lib/components}/Close/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/DictionaryTrigger/DictionaryTrigger.d.ts +0 -0
- /package/{components/Drawer/Drawer.test.d.ts → lib/components/DictionaryTrigger/DictionaryTrigger.test.d.ts} +0 -0
- /package/{components → lib/components}/DictionaryTrigger/index.d.ts +0 -0
- /package/{components → lib/components}/DictionaryTrigger/styles.module.scss +0 -0
- /package/{components → lib/components}/DictionaryTrigger/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Drawer/Drawer.d.ts +0 -0
- /package/{components/Duolist/Duolist.test.d.ts → lib/components/Drawer/Drawer.test.d.ts} +0 -0
- /package/{components → lib/components}/Drawer/index.d.ts +0 -0
- /package/{components → lib/components}/Drawer/resourceHelper.d.ts +0 -0
- /package/{components/EmptyState/EmptyState.test.d.ts → lib/components/Dropdown/Dropdown.test.d.ts} +0 -0
- /package/{components/ErrorWrapper/ErrorWrapper.test.d.ts → lib/components/Dropdown/SingleSelect/SingleSelect.test.d.ts} +0 -0
- /package/{components → lib/components}/Dropdown/index.d.ts +0 -0
- /package/{components → lib/components}/Dropdown/resourceHelper.d.ts +0 -0
- /package/{components/Dropdown/Dropdown.test.d.ts → lib/components/DropdownOld/DropdownOld.test.d.ts} +0 -0
- /package/{components/Dropdown → lib/components/DropdownOld}/styles.module.scss +0 -0
- /package/{components/Dropdown → lib/components/DropdownOld}/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Duolist/Duolist.d.ts +0 -0
- /package/{components/Expander/Expander.test.d.ts → lib/components/Duolist/Duolist.test.d.ts} +0 -0
- /package/{components → lib/components}/Duolist/index.d.ts +0 -0
- /package/{components → lib/components}/Duolist/styles.module.scss +0 -0
- /package/{components → lib/components}/Duolist/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/ElementHeader.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/ElementHeaderText/ElementHeaderText.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/ElementHeaderText/index.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/StatusDotList/StatusDotList.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/StatusDotList/index.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/StatusDotList/styles.module.scss +0 -0
- /package/{components → lib/components}/ElementHeader/StatusDotList/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/index.d.ts +0 -0
- /package/{components → lib/components}/ElementHeader/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/EmptyState/EmptyBoxBeeMedium.d.ts +0 -0
- /package/{components → lib/components}/EmptyState/EmptyBoxBeeSmall.d.ts +0 -0
- /package/{components → lib/components}/EmptyState/EmptyState.d.ts +0 -0
- /package/{components/ExpanderHierarchy/ExpanderHierarchy.test.d.ts → lib/components/EmptyState/EmptyState.test.d.ts} +0 -0
- /package/{components → lib/components}/EmptyState/index.d.ts +0 -0
- /package/{components → lib/components}/EmptyState/styles.module.scss +0 -0
- /package/{components → lib/components}/EmptyState/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ErrorWrapper/ErrorWrapper.d.ts +0 -0
- /package/{components/EyebrowHeader/EyebrowHeader.test.d.ts → lib/components/ErrorWrapper/ErrorWrapper.test.d.ts} +0 -0
- /package/{components → lib/components}/ErrorWrapper/index.d.ts +0 -0
- /package/{components → lib/components}/ErrorWrapper/styles.module.scss +0 -0
- /package/{components → lib/components}/ErrorWrapper/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Expander/Expander.d.ts +0 -0
- /package/{components/FavoriteButton/FavoriteButton.test.d.ts → lib/components/Expander/Expander.test.d.ts} +0 -0
- /package/{components → lib/components}/Expander/index.d.ts +0 -0
- /package/{components → lib/components}/Expander/styles.module.scss +0 -0
- /package/{components → lib/components}/Expander/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/Expander.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/ExpanderButton.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/ExpanderHierarchy.d.ts +0 -0
- /package/{components/FormFieldTag/FormFieldTag.test.d.ts → lib/components/ExpanderHierarchy/ExpanderHierarchy.test.d.ts} +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/expander.module.scss +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/expander.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/index.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/styles.module.scss +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ExpanderHierarchy/utils.d.ts +0 -0
- /package/{components → lib/components}/ExpanderList/ExpanderList.d.ts +0 -0
- /package/{components → lib/components}/ExpanderList/ExpanderList.test.d.ts +0 -0
- /package/{components → lib/components}/ExpanderList/index.d.ts +0 -0
- /package/{components → lib/components}/ExpanderList/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/EyebrowHeader/EyebrowHeader.d.ts +0 -0
- /package/{components/FormGroup/FormGroup.test.d.ts → lib/components/EyebrowHeader/EyebrowHeader.test.d.ts} +0 -0
- /package/{components → lib/components}/EyebrowHeader/index.d.ts +0 -0
- /package/{components → lib/components}/EyebrowHeader/styles.module.scss +0 -0
- /package/{components → lib/components}/EyebrowHeader/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/FavoriteButton/FavoriteButton.d.ts +0 -0
- /package/{components/FormLayout/FormLayout.test.d.ts → lib/components/FavoriteButton/FavoriteButton.test.d.ts} +0 -0
- /package/{components → lib/components}/FavoriteButton/StarIcon.d.ts +0 -0
- /package/{components → lib/components}/FavoriteButton/index.d.ts +0 -0
- /package/{components → lib/components}/FavoriteButton/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/FavoriteButton/stories.module.scss +0 -0
- /package/{components → lib/components}/FavoriteButton/stories.module.scss.d.ts +0 -0
- /package/{components → lib/components}/FavoriteButton/styles.module.scss +0 -0
- /package/{components → lib/components}/FavoriteButton/styles.module.scss.d.ts +0 -0
- /package/{components/HelpBubble/HelpBubble.test.d.ts → lib/components/FormFieldTag/FormFieldTag.test.d.ts} +0 -0
- /package/{components → lib/components}/FormFieldTag/index.d.ts +0 -0
- /package/{components → lib/components}/FormFieldTag/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/FormFieldTag/styles.module.scss +0 -0
- /package/{components → lib/components}/FormFieldTag/styles.module.scss.d.ts +0 -0
- /package/{components/HelpDetails/HelpDetails.test.d.ts → lib/components/FormGroup/FormGroup.test.d.ts} +0 -0
- /package/{components → lib/components}/FormGroup/formGroup.module.scss +0 -0
- /package/{components → lib/components}/FormGroup/formGroup.module.scss.d.ts +0 -0
- /package/{components → lib/components}/FormGroup/index.d.ts +0 -0
- /package/{components → lib/components}/FormGroup/styles.module.scss +0 -0
- /package/{components → lib/components}/FormGroup/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/FormLayout/FormLayout.d.ts +0 -0
- /package/{components/HelpDrawer/HelpDrawer.test.d.ts → lib/components/FormLayout/FormLayout.test.d.ts} +0 -0
- /package/{components → lib/components}/FormLayout/index.d.ts +0 -0
- /package/{components → lib/components}/FormLayout/styles.module.scss +0 -0
- /package/{components → lib/components}/FormLayout/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpBubble/HelpBubble.d.ts +0 -0
- /package/{components/HelpExpanderInline/HelpExpanderInline.test.d.ts → lib/components/HelpBubble/HelpBubble.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpBubble/index.d.ts +0 -0
- /package/{components → lib/components}/HelpBubble/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/HelpBubble/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpBubble/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpDetails/HelpDetails.d.ts +0 -0
- /package/{components/HelpExpanderStandalone/HelpExpanderStandalone.test.d.ts → lib/components/HelpDetails/HelpDetails.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpDetails/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpDetails/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpDrawer/HelpDrawer.d.ts +0 -0
- /package/{components/HelpPanel/HelpPanel.test.d.ts → lib/components/HelpDrawer/HelpDrawer.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpDrawer/index.d.ts +0 -0
- /package/{components → lib/components}/HelpDrawer/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/HelpDrawer/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpDrawer/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpExpanderInline/HelpExpanderInline.d.ts +0 -0
- /package/{components/HelpTeaser/HelpTeaser.test.d.ts → lib/components/HelpExpanderInline/HelpExpanderInline.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpExpanderInline/index.d.ts +0 -0
- /package/{components → lib/components}/HelpExpanderStandalone/HelpExpanderStandalone.d.ts +0 -0
- /package/{components/HelpTooltip/HelpTooltip.test.d.ts → lib/components/HelpExpanderStandalone/HelpExpanderStandalone.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpExpanderStandalone/index.d.ts +0 -0
- /package/{components → lib/components}/HelpExpanderStandalone/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpExpanderStandalone/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpPanel/HelpPanel.d.ts +0 -0
- /package/{components/HelpTriggerIcon/HelpTriggerIcon.test.d.ts → lib/components/HelpPanel/HelpPanel.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpPanel/index.d.ts +0 -0
- /package/{components → lib/components}/HelpPanel/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpPanel/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpTeaser/HelpTeaser.d.ts +0 -0
- /package/{components/HelpTriggerInline/HelpTriggerInline.test.d.ts → lib/components/HelpTeaser/HelpTeaser.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpTeaser/index.d.ts +0 -0
- /package/{components → lib/components}/HelpTeaser/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpTeaser/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpTooltip/HelpTooltip.d.ts +0 -0
- /package/{components/HelpTriggerStandalone/HelpTriggerStandalone.test.d.ts → lib/components/HelpTooltip/HelpTooltip.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpTooltip/index.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerIcon/HelpSign.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerIcon/HelpTriggerIcon.d.ts +0 -0
- /package/{components/HighlightPanel/HighlightPanel.test.d.ts → lib/components/HelpTriggerIcon/HelpTriggerIcon.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpTriggerIcon/index.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerIcon/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpTriggerIcon/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerInline/HelpTriggerInline.d.ts +0 -0
- /package/{components/Highlighter/Highlighter.test.d.ts → lib/components/HelpTriggerInline/HelpTriggerInline.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpTriggerInline/index.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerInline/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpTriggerInline/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerStandalone/HelpTriggerStandalone.d.ts +0 -0
- /package/{components/HorizontalScroll/HorizontalScroll.test.d.ts → lib/components/HelpTriggerStandalone/HelpTriggerStandalone.test.d.ts} +0 -0
- /package/{components → lib/components}/HelpTriggerStandalone/index.d.ts +0 -0
- /package/{components → lib/components}/HelpTriggerStandalone/styles.module.scss +0 -0
- /package/{components → lib/components}/HelpTriggerStandalone/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HighlightPanel/HighlightPanel.d.ts +0 -0
- /package/{components/Icon/Icon.test.d.ts → lib/components/HighlightPanel/HighlightPanel.test.d.ts} +0 -0
- /package/{components → lib/components}/HighlightPanel/index.d.ts +0 -0
- /package/{components → lib/components}/HighlightPanel/styles.module.scss +0 -0
- /package/{components → lib/components}/HighlightPanel/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Highlighter/Highlighter.d.ts +0 -0
- /package/{components/Illustration/Illustration.test.d.ts → lib/components/Highlighter/Highlighter.test.d.ts} +0 -0
- /package/{components → lib/components}/Highlighter/index.d.ts +0 -0
- /package/{components → lib/components}/Highlighter/styles.module.scss +0 -0
- /package/{components → lib/components}/Highlighter/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/HorizontalScroll/HorizontalScroll.d.ts +0 -0
- /package/{components/InfoTeaser/InfoTeaser.test.d.ts → lib/components/HorizontalScroll/HorizontalScroll.test.d.ts} +0 -0
- /package/{components → lib/components}/HorizontalScroll/index.d.ts +0 -0
- /package/{components → lib/components}/HorizontalScroll/styles.module.scss +0 -0
- /package/{components → lib/components}/HorizontalScroll/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Icon/Icon.d.ts +0 -0
- /package/{components/Input/Input.test.d.ts → lib/components/Icon/Icon.test.d.ts} +0 -0
- /package/{components → lib/components}/Icon/index.d.ts +0 -0
- /package/{components → lib/components}/Icons/ActiveMonitoring.d.ts +0 -0
- /package/{components → lib/components}/Icons/AcupunctureBack.d.ts +0 -0
- /package/{components → lib/components}/Icons/AdditionalIconInformation.d.ts +0 -0
- /package/{components → lib/components}/Icons/AlarmClock.d.ts +0 -0
- /package/{components → lib/components}/Icons/AlertSignFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/AlertSignStroke.d.ts +0 -0
- /package/{components → lib/components}/Icons/Amputation.d.ts +0 -0
- /package/{components → lib/components}/Icons/Anxiety.d.ts +0 -0
- /package/{components → lib/components}/Icons/Apple.d.ts +0 -0
- /package/{components → lib/components}/Icons/Archive.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArmFlexing.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArrowDown.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArrowLeft.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArrowRight.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArrowUp.d.ts +0 -0
- /package/{components → lib/components}/Icons/ArrowUpRight.d.ts +0 -0
- /package/{components → lib/components}/Icons/Attachment.d.ts +0 -0
- /package/{components → lib/components}/Icons/Atv.d.ts +0 -0
- /package/{components → lib/components}/Icons/Avatar.d.ts +0 -0
- /package/{components → lib/components}/Icons/AwakePersonOnPillow.d.ts +0 -0
- /package/{components → lib/components}/Icons/Baby.d.ts +0 -0
- /package/{components → lib/components}/Icons/BandAid.d.ts +0 -0
- /package/{components → lib/components}/Icons/BeerAndPills.d.ts +0 -0
- /package/{components → lib/components}/Icons/Bell.d.ts +0 -0
- /package/{components → lib/components}/Icons/Bike.d.ts +0 -0
- /package/{components → lib/components}/Icons/BirthControl.d.ts +0 -0
- /package/{components → lib/components}/Icons/BirthdayCake.d.ts +0 -0
- /package/{components → lib/components}/Icons/Boat.d.ts +0 -0
- /package/{components → lib/components}/Icons/Body.d.ts +0 -0
- /package/{components → lib/components}/Icons/Braille.d.ts +0 -0
- /package/{components → lib/components}/Icons/Brain.d.ts +0 -0
- /package/{components → lib/components}/Icons/BreastReconstruction.d.ts +0 -0
- /package/{components → lib/components}/Icons/BreastRemoval.d.ts +0 -0
- /package/{components → lib/components}/Icons/Breasts.d.ts +0 -0
- /package/{components → lib/components}/Icons/BrokenHeart.d.ts +0 -0
- /package/{components → lib/components}/Icons/BrokenPuzzle.d.ts +0 -0
- /package/{components → lib/components}/Icons/Bus.d.ts +0 -0
- /package/{components → lib/components}/Icons/Calendar.d.ts +0 -0
- /package/{components → lib/components}/Icons/CalendarChange.d.ts +0 -0
- /package/{components → lib/components}/Icons/CalendarCheck.d.ts +0 -0
- /package/{components → lib/components}/Icons/CalendarEvent.d.ts +0 -0
- /package/{components → lib/components}/Icons/CalendarSave.d.ts +0 -0
- /package/{components → lib/components}/Icons/Cancer.d.ts +0 -0
- /package/{components → lib/components}/Icons/Candle.d.ts +0 -0
- /package/{components → lib/components}/Icons/Car.d.ts +0 -0
- /package/{components → lib/components}/Icons/Carton.d.ts +0 -0
- /package/{components → lib/components}/Icons/Change.d.ts +0 -0
- /package/{components → lib/components}/Icons/Check.d.ts +0 -0
- /package/{components → lib/components}/Icons/CheckFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/CheckOutline.d.ts +0 -0
- /package/{components → lib/components}/Icons/Chest.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronDown.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronLeft.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronRight.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronUp.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronsDown.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChevronsUp.d.ts +0 -0
- /package/{components → lib/components}/Icons/ChildPlaying.d.ts +0 -0
- /package/{components → lib/components}/Icons/Cigarette.d.ts +0 -0
- /package/{components → lib/components}/Icons/Coins.d.ts +0 -0
- /package/{components → lib/components}/Icons/Contacts.d.ts +0 -0
- /package/{components → lib/components}/Icons/Copy.d.ts +0 -0
- /package/{components → lib/components}/Icons/CoronaCertificate.d.ts +0 -0
- /package/{components → lib/components}/Icons/Coronavirus.d.ts +0 -0
- /package/{components → lib/components}/Icons/Cough.d.ts +0 -0
- /package/{components → lib/components}/Icons/CreditCard.d.ts +0 -0
- /package/{components → lib/components}/Icons/CriticalHealthInfo.d.ts +0 -0
- /package/{components → lib/components}/Icons/Cross.d.ts +0 -0
- /package/{components → lib/components}/Icons/DataExchange.d.ts +0 -0
- /package/{components → lib/components}/Icons/DataReceived.d.ts +0 -0
- /package/{components → lib/components}/Icons/DataSent.d.ts +0 -0
- /package/{components → lib/components}/Icons/Depression.d.ts +0 -0
- /package/{components → lib/components}/Icons/DigestiveSystem.d.ts +0 -0
- /package/{components → lib/components}/Icons/Dizzy.d.ts +0 -0
- /package/{components → lib/components}/Icons/Documents.d.ts +0 -0
- /package/{components → lib/components}/Icons/Dog.d.ts +0 -0
- /package/{components → lib/components}/Icons/DonorCard.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotActive.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotAlert.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotCancelled.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotHalfDisc.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotInactive.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotInfo.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotLookingGlass.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotPending.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotQuestionMark.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotSuccess.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotTransparent.d.ts +0 -0
- /package/{components → lib/components}/Icons/DotWarningTriangle.d.ts +0 -0
- /package/{components → lib/components}/Icons/Download.d.ts +0 -0
- /package/{components → lib/components}/Icons/Draft.d.ts +0 -0
- /package/{components → lib/components}/Icons/Drag.d.ts +0 -0
- /package/{components → lib/components}/Icons/EChat.d.ts +0 -0
- /package/{components → lib/components}/Icons/Ear.d.ts +0 -0
- /package/{components → lib/components}/Icons/EarDeaf.d.ts +0 -0
- /package/{components → lib/components}/Icons/EarHearingAid.d.ts +0 -0
- /package/{components → lib/components}/Icons/EarNoseThroat.d.ts +0 -0
- /package/{components → lib/components}/Icons/EarVolume.d.ts +0 -0
- /package/{components → lib/components}/Icons/Edit.d.ts +0 -0
- /package/{components → lib/components}/Icons/ElderlyPerson.d.ts +0 -0
- /package/{components → lib/components}/Icons/Embolization.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmergencyCall.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmoticonAnnoyed.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmoticonDelighted.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmoticonDisappointed.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmoticonHappy.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmoticonMeh.d.ts +0 -0
- /package/{components → lib/components}/Icons/EmptyBox.d.ts +0 -0
- /package/{components → lib/components}/Icons/EnterFullScreen.d.ts +0 -0
- /package/{components → lib/components}/Icons/Envelope.d.ts +0 -0
- /package/{components → lib/components}/Icons/Epilepsy.d.ts +0 -0
- /package/{components → lib/components}/Icons/Eraser.d.ts +0 -0
- /package/{components → lib/components}/Icons/ErrorSignFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/ErrorSignStroke.d.ts +0 -0
- /package/{components → lib/components}/Icons/EuropeanHealthCard.d.ts +0 -0
- /package/{components → lib/components}/Icons/ExitFullScreen.d.ts +0 -0
- /package/{components → lib/components}/Icons/Eye.d.ts +0 -0
- /package/{components → lib/components}/Icons/Facebook.d.ts +0 -0
- /package/{components → lib/components}/Icons/FallingLeaf.d.ts +0 -0
- /package/{components → lib/components}/Icons/Feedback.d.ts +0 -0
- /package/{components → lib/components}/Icons/Female.d.ts +0 -0
- /package/{components → lib/components}/Icons/FemaleDoctor.d.ts +0 -0
- /package/{components → lib/components}/Icons/Ferry.d.ts +0 -0
- /package/{components → lib/components}/Icons/File.d.ts +0 -0
- /package/{components → lib/components}/Icons/Filter.d.ts +0 -0
- /package/{components → lib/components}/Icons/FingerBleed.d.ts +0 -0
- /package/{components → lib/components}/Icons/FirstAidKit.d.ts +0 -0
- /package/{components → lib/components}/Icons/Fish.d.ts +0 -0
- /package/{components → lib/components}/Icons/FloppyDisk.d.ts +0 -0
- /package/{components → lib/components}/Icons/Football.d.ts +0 -0
- /package/{components → lib/components}/Icons/Form.d.ts +0 -0
- /package/{components → lib/components}/Icons/Forward.d.ts +0 -0
- /package/{components → lib/components}/Icons/Gallery.d.ts +0 -0
- /package/{components → lib/components}/Icons/Garden.d.ts +0 -0
- /package/{components → lib/components}/Icons/GasCan.d.ts +0 -0
- /package/{components → lib/components}/Icons/GenderIdentity.d.ts +0 -0
- /package/{components → lib/components}/Icons/GlassWater.d.ts +0 -0
- /package/{components → lib/components}/Icons/Glasses.d.ts +0 -0
- /package/{components → lib/components}/Icons/Globe.d.ts +0 -0
- /package/{components → lib/components}/Icons/Grain.d.ts +0 -0
- /package/{components → lib/components}/Icons/Graph.d.ts +0 -0
- /package/{components → lib/components}/Icons/Group.d.ts +0 -0
- /package/{components → lib/components}/Icons/GroupTwins.d.ts +0 -0
- /package/{components → lib/components}/Icons/HTMLFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/HandWaving.d.ts +0 -0
- /package/{components → lib/components}/Icons/HandWithDisease.d.ts +0 -0
- /package/{components → lib/components}/Icons/HandsAndHeart.d.ts +0 -0
- /package/{components → lib/components}/Icons/HealthClinic.d.ts +0 -0
- /package/{components → lib/components}/Icons/HealthMeasurements.d.ts +0 -0
- /package/{components → lib/components}/Icons/HealthWarning.d.ts +0 -0
- /package/{components → lib/components}/Icons/HealthcarePerson.d.ts +0 -0
- /package/{components → lib/components}/Icons/HealthcarePersonell.d.ts +0 -0
- /package/{components → lib/components}/Icons/HearingProtection.d.ts +0 -0
- /package/{components → lib/components}/Icons/Heart.d.ts +0 -0
- /package/{components → lib/components}/Icons/HeartHands.d.ts +0 -0
- /package/{components → lib/components}/Icons/HelpSign.d.ts +0 -0
- /package/{components → lib/components}/Icons/HelpingHand.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hemodialysis.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hiker.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hipprosthesis.d.ts +0 -0
- /package/{components → lib/components}/Icons/History.d.ts +0 -0
- /package/{components → lib/components}/Icons/HivAndAids.d.ts +0 -0
- /package/{components → lib/components}/Icons/Home.d.ts +0 -0
- /package/{components → lib/components}/Icons/HomeFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hormone.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hospital.d.ts +0 -0
- /package/{components → lib/components}/Icons/Hourglass.d.ts +0 -0
- /package/{components → lib/components}/Icons/IconNames.d.ts +0 -0
- /package/{components → lib/components}/Icons/ImgFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/Inbox.d.ts +0 -0
- /package/{components → lib/components}/Icons/InfoSignFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/InfoSignStroke.d.ts +0 -0
- /package/{components → lib/components}/Icons/Instagram.d.ts +0 -0
- /package/{components → lib/components}/Icons/Intravenous.d.ts +0 -0
- /package/{components → lib/components}/Icons/JointPain.d.ts +0 -0
- /package/{components → lib/components}/Icons/Journal.d.ts +0 -0
- /package/{components → lib/components}/Icons/JpgFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/Kidney.d.ts +0 -0
- /package/{components → lib/components}/Icons/KitchenScale.d.ts +0 -0
- /package/{components → lib/components}/Icons/Kjernejournal.d.ts +0 -0
- /package/{components → lib/components}/Icons/Laboratory.d.ts +0 -0
- /package/{components → lib/components}/Icons/LaptopBlog.d.ts +0 -0
- /package/{components → lib/components}/Icons/LawBook.d.ts +0 -0
- /package/{components → lib/components}/Icons/LegalDocument.d.ts +0 -0
- /package/{components → lib/components}/Icons/LightBulb.d.ts +0 -0
- /package/{components → lib/components}/Icons/List.d.ts +0 -0
- /package/{components → lib/components}/Icons/Location.d.ts +0 -0
- /package/{components → lib/components}/Icons/LocationFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/Lock.d.ts +0 -0
- /package/{components → lib/components}/Icons/Login.d.ts +0 -0
- /package/{components → lib/components}/Icons/Logout.d.ts +0 -0
- /package/{components → lib/components}/Icons/Lungs.d.ts +0 -0
- /package/{components → lib/components}/Icons/Makeup.d.ts +0 -0
- /package/{components → lib/components}/Icons/MaleDoctor.d.ts +0 -0
- /package/{components → lib/components}/Icons/MaleDoctorAndPerson.d.ts +0 -0
- /package/{components → lib/components}/Icons/MaleDoctorCompact.d.ts +0 -0
- /package/{components → lib/components}/Icons/MaleDoctorCompactFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/MaleGenitalia.d.ts +0 -0
- /package/{components → lib/components}/Icons/Medicine.d.ts +0 -0
- /package/{components → lib/components}/Icons/MedicineWarning.d.ts +0 -0
- /package/{components → lib/components}/Icons/MentalHealthAdult.d.ts +0 -0
- /package/{components → lib/components}/Icons/MentalHealthChild.d.ts +0 -0
- /package/{components → lib/components}/Icons/Menu.d.ts +0 -0
- /package/{components → lib/components}/Icons/Microscope.d.ts +0 -0
- /package/{components → lib/components}/Icons/Minus.d.ts +0 -0
- /package/{components → lib/components}/Icons/Mirror.d.ts +0 -0
- /package/{components → lib/components}/Icons/MobilePhone.d.ts +0 -0
- /package/{components → lib/components}/Icons/MotherHoldingBaby.d.ts +0 -0
- /package/{components → lib/components}/Icons/MuscleBack.d.ts +0 -0
- /package/{components → lib/components}/Icons/MuscleLeg.d.ts +0 -0
- /package/{components → lib/components}/Icons/Mushroom.d.ts +0 -0
- /package/{components → lib/components}/Icons/Music.d.ts +0 -0
- /package/{components → lib/components}/Icons/MusselsAndSalt.d.ts +0 -0
- /package/{components → lib/components}/Icons/NoAccess.d.ts +0 -0
- /package/{components → lib/components}/Icons/NoEye.d.ts +0 -0
- /package/{components → lib/components}/Icons/NoFilter.d.ts +0 -0
- /package/{components → lib/components}/Icons/Notepad.d.ts +0 -0
- /package/{components → lib/components}/Icons/Osteotomy.d.ts +0 -0
- /package/{components → lib/components}/Icons/PaintRoller.d.ts +0 -0
- /package/{components → lib/components}/Icons/PaperPlane.d.ts +0 -0
- /package/{components → lib/components}/Icons/PatientAndPerson.d.ts +0 -0
- /package/{components → lib/components}/Icons/Pause.d.ts +0 -0
- /package/{components → lib/components}/Icons/PdfFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/Pencil.d.ts +0 -0
- /package/{components → lib/components}/Icons/PeopleTalking.d.ts +0 -0
- /package/{components → lib/components}/Icons/Peritonealdialysis.d.ts +0 -0
- /package/{components → lib/components}/Icons/Person.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonAndPatient.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonCancel.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonInXRayMachine.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonOverweight.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonRelaxing.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithBrain.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithBrokenArm.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithCrutches.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithJaw.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithMagnifyingGlass.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWithSenses.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonWorking.d.ts +0 -0
- /package/{components → lib/components}/Icons/PersonalPlan.d.ts +0 -0
- /package/{components → lib/components}/Icons/PizzaSlice.d.ts +0 -0
- /package/{components → lib/components}/Icons/Plane.d.ts +0 -0
- /package/{components → lib/components}/Icons/Plant.d.ts +0 -0
- /package/{components → lib/components}/Icons/PlateKnifeFork.d.ts +0 -0
- /package/{components → lib/components}/Icons/Play.d.ts +0 -0
- /package/{components → lib/components}/Icons/PlusLarge.d.ts +0 -0
- /package/{components → lib/components}/Icons/PlusSmall.d.ts +0 -0
- /package/{components → lib/components}/Icons/PngFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/Podcast.d.ts +0 -0
- /package/{components → lib/components}/Icons/PoisonInformation.d.ts +0 -0
- /package/{components → lib/components}/Icons/Pregnant.d.ts +0 -0
- /package/{components → lib/components}/Icons/Printer.d.ts +0 -0
- /package/{components → lib/components}/Icons/Psychosis.d.ts +0 -0
- /package/{components → lib/components}/Icons/Publication.d.ts +0 -0
- /package/{components → lib/components}/Icons/Puzzle.d.ts +0 -0
- /package/{components → lib/components}/Icons/QrCode.d.ts +0 -0
- /package/{components → lib/components}/Icons/Quarrel.d.ts +0 -0
- /package/{components → lib/components}/Icons/RadioTherapy.d.ts +0 -0
- /package/{components → lib/components}/Icons/RadioactiveTreatment.d.ts +0 -0
- /package/{components → lib/components}/Icons/Radioiodine.d.ts +0 -0
- /package/{components → lib/components}/Icons/Receipt.d.ts +0 -0
- /package/{components → lib/components}/Icons/Receptionist.d.ts +0 -0
- /package/{components → lib/components}/Icons/Recovery.d.ts +0 -0
- /package/{components → lib/components}/Icons/Referral.d.ts +0 -0
- /package/{components → lib/components}/Icons/Refresh.d.ts +0 -0
- /package/{components → lib/components}/Icons/Refund.d.ts +0 -0
- /package/{components → lib/components}/Icons/Reminder.d.ts +0 -0
- /package/{components → lib/components}/Icons/Reply.d.ts +0 -0
- /package/{components → lib/components}/Icons/Rocket.d.ts +0 -0
- /package/{components → lib/components}/Icons/RtfFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/STDs.d.ts +0 -0
- /package/{components → lib/components}/Icons/Save.d.ts +0 -0
- /package/{components → lib/components}/Icons/Scale.d.ts +0 -0
- /package/{components → lib/components}/Icons/ScreenReader.d.ts +0 -0
- /package/{components → lib/components}/Icons/Search.d.ts +0 -0
- /package/{components → lib/components}/Icons/SectionSign.d.ts +0 -0
- /package/{components → lib/components}/Icons/Settings.d.ts +0 -0
- /package/{components → lib/components}/Icons/SettingsFill.d.ts +0 -0
- /package/{components → lib/components}/Icons/Sexualorientation.d.ts +0 -0
- /package/{components → lib/components}/Icons/ShakingHand.d.ts +0 -0
- /package/{components → lib/components}/Icons/Share.d.ts +0 -0
- /package/{components → lib/components}/Icons/SharedHealthData.d.ts +0 -0
- /package/{components → lib/components}/Icons/SharedHealthMeasurements.d.ts +0 -0
- /package/{components → lib/components}/Icons/Shield.d.ts +0 -0
- /package/{components → lib/components}/Icons/ShuntOperation.d.ts +0 -0
- /package/{components → lib/components}/Icons/Skeleton.d.ts +0 -0
- /package/{components → lib/components}/Icons/Skin.d.ts +0 -0
- /package/{components → lib/components}/Icons/Snake.d.ts +0 -0
- /package/{components → lib/components}/Icons/Snapchat.d.ts +0 -0
- /package/{components → lib/components}/Icons/SortDown.d.ts +0 -0
- /package/{components → lib/components}/Icons/SortUp.d.ts +0 -0
- /package/{components → lib/components}/Icons/SpeechBubble.d.ts +0 -0
- /package/{components → lib/components}/Icons/Spray.d.ts +0 -0
- /package/{components → lib/components}/Icons/StickyNote.d.ts +0 -0
- /package/{components → lib/components}/Icons/StickyNotes.d.ts +0 -0
- /package/{components → lib/components}/Icons/Stopwatch.d.ts +0 -0
- /package/{components → lib/components}/Icons/Sun.d.ts +0 -0
- /package/{components → lib/components}/Icons/SupportingPerson.d.ts +0 -0
- /package/{components → lib/components}/Icons/Surgery.d.ts +0 -0
- /package/{components → lib/components}/Icons/Sweets.d.ts +0 -0
- /package/{components → lib/components}/Icons/Syringe.d.ts +0 -0
- /package/{components → lib/components}/Icons/Taxi.d.ts +0 -0
- /package/{components → lib/components}/Icons/TeddyBear.d.ts +0 -0
- /package/{components → lib/components}/Icons/Teenagers.d.ts +0 -0
- /package/{components → lib/components}/Icons/ThinkingAboutBaby.d.ts +0 -0
- /package/{components → lib/components}/Icons/Ticket.d.ts +0 -0
- /package/{components → lib/components}/Icons/TimePassing.d.ts +0 -0
- /package/{components → lib/components}/Icons/Toddler.d.ts +0 -0
- /package/{components → lib/components}/Icons/Tombstone.d.ts +0 -0
- /package/{components → lib/components}/Icons/Toolbox.d.ts +0 -0
- /package/{components → lib/components}/Icons/Tooth.d.ts +0 -0
- /package/{components → lib/components}/Icons/TotalKneeProsthesis.d.ts +0 -0
- /package/{components → lib/components}/Icons/Train.d.ts +0 -0
- /package/{components → lib/components}/Icons/Transplantation.d.ts +0 -0
- /package/{components → lib/components}/Icons/TrashCan.d.ts +0 -0
- /package/{components → lib/components}/Icons/TravelRoute.d.ts +0 -0
- /package/{components → lib/components}/Icons/TreatmentAids.d.ts +0 -0
- /package/{components → lib/components}/Icons/TriangleX.d.ts +0 -0
- /package/{components → lib/components}/Icons/Twitter.d.ts +0 -0
- /package/{components → lib/components}/Icons/Undo.d.ts +0 -0
- /package/{components → lib/components}/Icons/UniProsthesis.d.ts +0 -0
- /package/{components → lib/components}/Icons/Upload.d.ts +0 -0
- /package/{components → lib/components}/Icons/UserOrganization.d.ts +0 -0
- /package/{components → lib/components}/Icons/Vaccine.d.ts +0 -0
- /package/{components → lib/components}/Icons/VerticalDots.d.ts +0 -0
- /package/{components → lib/components}/Icons/VideoCamera.d.ts +0 -0
- /package/{components → lib/components}/Icons/VideoChat.d.ts +0 -0
- /package/{components → lib/components}/Icons/Wallet.d.ts +0 -0
- /package/{components → lib/components}/Icons/Watch.d.ts +0 -0
- /package/{components → lib/components}/Icons/Website.d.ts +0 -0
- /package/{components → lib/components}/Icons/Wheelchair.d.ts +0 -0
- /package/{components → lib/components}/Icons/WheelchairActive.d.ts +0 -0
- /package/{components → lib/components}/Icons/Window.d.ts +0 -0
- /package/{components → lib/components}/Icons/WordDocument.d.ts +0 -0
- /package/{components → lib/components}/Icons/WorkSuitcase.d.ts +0 -0
- /package/{components → lib/components}/Icons/X.d.ts +0 -0
- /package/{components → lib/components}/Icons/XOutline.d.ts +0 -0
- /package/{components → lib/components}/Icons/XmlFile.d.ts +0 -0
- /package/{components → lib/components}/Icons/YouTube.d.ts +0 -0
- /package/{components → lib/components}/Icons/Zoom.d.ts +0 -0
- /package/{components → lib/components}/Illustration/Illustration.d.ts +0 -0
- /package/{components/Label/Label.test.d.ts → lib/components/Illustration/Illustration.test.d.ts} +0 -0
- /package/{components → lib/components}/Illustration/index.d.ts +0 -0
- /package/{components → lib/components}/Illustration/utils.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/BabyMobile.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/BabyMobileMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/Child.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/ChildMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/Doctor.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/DoctorMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/DoctorSmall.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/FacialRecognitionFingerprint.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/FacialRecognitionFingerprintMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/GiveBabyFood.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/GiveBabyFoodMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/HealthcarePersonnel.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/HealthcarePersonnelMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/HealthcarePersonnelSmall.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/IllustrationNames.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/ReadLetters.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/ReadLettersMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/Stroller.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/StrollerMedium.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/Support2.d.ts +0 -0
- /package/{components → lib/components}/Illustrations/Support2Medium.d.ts +0 -0
- /package/{components → lib/components}/InfoTeaser/InfoTeaser.d.ts +0 -0
- /package/{components/LazyIcon/LazyIcon.test.d.ts → lib/components/InfoTeaser/InfoTeaser.test.d.ts} +0 -0
- /package/{components → lib/components}/InfoTeaser/index.d.ts +0 -0
- /package/{components → lib/components}/InfoTeaser/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/InfoTeaser/styles.module.scss +0 -0
- /package/{components → lib/components}/InfoTeaser/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Input/Input.d.ts +0 -0
- /package/{components/LazyIllustration/LazyIllustration.test.d.ts → lib/components/Input/Input.test.d.ts} +0 -0
- /package/{components → lib/components}/Input/index.d.ts +0 -0
- /package/{components → lib/components}/Input/styles.module.scss +0 -0
- /package/{components → lib/components}/Input/styles.module.scss.d.ts +0 -0
- /package/{components/LinkList/LinkList.test.d.ts → lib/components/Label/Label.test.d.ts} +0 -0
- /package/{components → lib/components}/Label/SubLabel.d.ts +0 -0
- /package/{components → lib/components}/Label/index.d.ts +0 -0
- /package/{components → lib/components}/Label/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/LazyIcon/ErrorBoundary.d.ts +0 -0
- /package/{components → lib/components}/LazyIcon/LazyIcon.d.ts +0 -0
- /package/{components/List/List.test.d.ts → lib/components/LazyIcon/LazyIcon.test.d.ts} +0 -0
- /package/{components → lib/components}/LazyIcon/index.d.ts +0 -0
- /package/{components → lib/components}/LazyIcon/utils.d.ts +0 -0
- /package/{components → lib/components}/LazyIllustration/LazyIllustration.d.ts +0 -0
- /package/{components/Loader/Loader.test.d.ts → lib/components/LazyIllustration/LazyIllustration.test.d.ts} +0 -0
- /package/{components → lib/components}/LazyIllustration/index.d.ts +0 -0
- /package/{components → lib/components}/LinkList/LinkList.d.ts +0 -0
- /package/{components/Logo/Logo.test.d.ts → lib/components/LinkList/LinkList.test.d.ts} +0 -0
- /package/{components → lib/components}/LinkList/index.d.ts +0 -0
- /package/{components → lib/components}/List/List.d.ts +0 -0
- /package/{components/MaxCharacters/MaxCharacters.test.d.ts → lib/components/List/List.test.d.ts} +0 -0
- /package/{components → lib/components}/List/index.d.ts +0 -0
- /package/{components → lib/components}/List/stories.module.scss +0 -0
- /package/{components → lib/components}/List/stories.module.scss.d.ts +0 -0
- /package/{components → lib/components}/List/styles.module.scss +0 -0
- /package/{components → lib/components}/List/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ListEditMode/ListEditMode.d.ts +0 -0
- /package/{components → lib/components}/ListEditMode/index.d.ts +0 -0
- /package/{components → lib/components}/ListEditMode/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Loader/Loader.d.ts +0 -0
- /package/{components/Modal/Modal.test.d.ts → lib/components/Loader/Loader.test.d.ts} +0 -0
- /package/{components → lib/components}/Loader/index.d.ts +0 -0
- /package/{components → lib/components}/Loader/styles.module.scss +0 -0
- /package/{components → lib/components}/Loader/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Logo/Logo.d.ts +0 -0
- /package/{components/NotificationPanel/NotificationPanel.test.d.ts → lib/components/Logo/Logo.test.d.ts} +0 -0
- /package/{components → lib/components}/Logo/index.d.ts +0 -0
- /package/{components → lib/components}/MaxCharacters/MaxCharacters.d.ts +0 -0
- /package/{components/Panel/Panel.test.d.ts → lib/components/MaxCharacters/MaxCharacters.test.d.ts} +0 -0
- /package/{components → lib/components}/MaxCharacters/styles.module.scss +0 -0
- /package/{components → lib/components}/MaxCharacters/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Mittens/styles.module.scss +0 -0
- /package/{components → lib/components}/Mittens/styles.module.scss.d.ts +0 -0
- /package/{components/PanelList/PanelList.test.d.ts → lib/components/Modal/Modal.test.d.ts} +0 -0
- /package/{components → lib/components}/Modal/index.d.ts +0 -0
- /package/{components → lib/components}/NotificationPanel/NotificationPanel.d.ts +0 -0
- /package/{components/PopOver/PopOver.test.d.ts → lib/components/NotificationPanel/NotificationPanel.test.d.ts} +0 -0
- /package/{components → lib/components}/NotificationPanel/index.d.ts +0 -0
- /package/{components → lib/components}/NotificationPanel/styles.module.scss.d.ts +0 -0
- /package/{components/Progressbar/Progressbar.test.d.ts → lib/components/Panel/Panel.test.d.ts} +0 -0
- /package/{components → lib/components}/Panel/PanelExamples.d.ts +0 -0
- /package/{components → lib/components}/Panel/PanelTitle/PanelTitle.d.ts +0 -0
- /package/{components → lib/components}/Panel/PanelTitle/index.d.ts +0 -0
- /package/{components → lib/components}/Panel/PanelTitle/styles.module.scss +0 -0
- /package/{components → lib/components}/Panel/PanelTitle/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Panel/Paneldocs.d.ts +0 -0
- /package/{components → lib/components}/Panel/index.d.ts +0 -0
- /package/{components → lib/components}/Panel/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/Panel/styles.module.scss +0 -0
- /package/{components → lib/components}/Panel/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/PanelList/PanelList.d.ts +0 -0
- /package/{components/PromoPanel/PromoPanel.test.d.ts → lib/components/PanelList/PanelList.test.d.ts} +0 -0
- /package/{components → lib/components}/PanelList/index.d.ts +0 -0
- /package/{components → lib/components}/PanelList/styles.module.scss +0 -0
- /package/{components → lib/components}/PanelList/styles.module.scss.d.ts +0 -0
- /package/{components/RadioButton/RadioButton.test.d.ts → lib/components/PanelListOld/PanelListOld.test.d.ts} +0 -0
- /package/{components/Select/Select.test.d.ts → lib/components/PanelOld/PanelOld.test.d.ts} +0 -0
- /package/{components → lib/components}/PopMenu/PopMenu.test.d.ts +0 -0
- /package/{components → lib/components}/PopMenu/index.d.ts +0 -0
- /package/{components → lib/components}/PopMenu/story.module.scss +0 -0
- /package/{components → lib/components}/PopMenu/story.module.scss.d.ts +0 -0
- /package/{components → lib/components}/PopOver/PopOver.d.ts +0 -0
- /package/{components/ServiceMessage/ServiceMessage.test.d.ts → lib/components/PopOver/PopOver.test.d.ts} +0 -0
- /package/{components → lib/components}/PopOver/index.d.ts +0 -0
- /package/{components → lib/components}/PopOver/styles.module.scss +0 -0
- /package/{components → lib/components}/PopOver/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/PopOver/utils.d.ts +0 -0
- /package/{components → lib/components}/Portal/index.d.ts +0 -0
- /package/{components → lib/components}/Progressbar/Progressbar.d.ts +0 -0
- /package/{components/SharingStatus/SharingStatus.test.d.ts → lib/components/Progressbar/Progressbar.test.d.ts} +0 -0
- /package/{components → lib/components}/Progressbar/index.d.ts +0 -0
- /package/{components → lib/components}/Progressbar/styles.module.scss +0 -0
- /package/{components → lib/components}/Progressbar/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/PromoPanel/PromoPanel.d.ts +0 -0
- /package/{components/Slider/Slider.test.d.ts → lib/components/PromoPanel/PromoPanel.test.d.ts} +0 -0
- /package/{components → lib/components}/PromoPanel/index.d.ts +0 -0
- /package/{components → lib/components}/PromoPanel/styles.module.scss +0 -0
- /package/{components → lib/components}/PromoPanel/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/RadioButton/RadioButton.d.ts +0 -0
- /package/{components/Spacer/Spacer.test.d.ts → lib/components/RadioButton/RadioButton.test.d.ts} +0 -0
- /package/{components → lib/components}/RadioButton/index.d.ts +0 -0
- /package/{components → lib/components}/Select/Select.d.ts +0 -0
- /package/{components/StatusDot/StatusDot.test.d.ts → lib/components/Select/Select.test.d.ts} +0 -0
- /package/{components → lib/components}/Select/index.d.ts +0 -0
- /package/{components → lib/components}/Select/styles.module.scss +0 -0
- /package/{components → lib/components}/Select/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/ServiceMessage/ServiceMessage.d.ts +0 -0
- /package/{components/Step/Step.test.d.ts → lib/components/ServiceMessage/ServiceMessage.test.d.ts} +0 -0
- /package/{components → lib/components}/ServiceMessage/index.d.ts +0 -0
- /package/{components → lib/components}/ServiceMessage/styles.module.scss +0 -0
- /package/{components → lib/components}/ServiceMessage/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/SharingStatus/SharingStatus.d.ts +0 -0
- /package/{components/StepButtons/StepButtons.test.d.ts → lib/components/SharingStatus/SharingStatus.test.d.ts} +0 -0
- /package/{components → lib/components}/SharingStatus/index.d.ts +0 -0
- /package/{components → lib/components}/SharingStatus/styles.module.scss +0 -0
- /package/{components → lib/components}/SharingStatus/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Slider/Slider.d.ts +0 -0
- /package/{components/Stepper/Stepper.test.d.ts → lib/components/Slider/Slider.test.d.ts} +0 -0
- /package/{components → lib/components}/Slider/index.d.ts +0 -0
- /package/{components → lib/components}/Slider/styles.module.scss +0 -0
- /package/{components → lib/components}/Slider/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Spacer/Spacer.d.ts +0 -0
- /package/{components/StickyNote/StickyNote.test.d.ts → lib/components/Spacer/Spacer.test.d.ts} +0 -0
- /package/{components → lib/components}/Spacer/index.d.ts +0 -0
- /package/{components → lib/components}/Spacer/styles.module.scss +0 -0
- /package/{components → lib/components}/Spacer/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/StatusDot/StatusDot.d.ts +0 -0
- /package/{components/Table/Table.test.d.ts → lib/components/StatusDot/StatusDot.test.d.ts} +0 -0
- /package/{components → lib/components}/StatusDot/index.d.ts +0 -0
- /package/{components → lib/components}/StatusDot/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Step/Step.d.ts +0 -0
- /package/{components/Tabs/Tabs.test.d.ts → lib/components/Step/Step.test.d.ts} +0 -0
- /package/{components → lib/components}/Step/index.d.ts +0 -0
- /package/{components → lib/components}/Step/styles.module.scss +0 -0
- /package/{components → lib/components}/Step/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/StepButtons/StepButtons.d.ts +0 -0
- /package/{components/Tag/Tag.test.d.ts → lib/components/StepButtons/StepButtons.test.d.ts} +0 -0
- /package/{components → lib/components}/StepButtons/index.d.ts +0 -0
- /package/{components → lib/components}/StepButtons/styles.module.scss +0 -0
- /package/{components → lib/components}/StepButtons/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Stepper/Dot.d.ts +0 -0
- /package/{components → lib/components}/Stepper/DotList.d.ts +0 -0
- /package/{components → lib/components}/Stepper/Stepper.d.ts +0 -0
- /package/{components/TagList/TagList.test.d.ts → lib/components/Stepper/Stepper.test.d.ts} +0 -0
- /package/{components → lib/components}/Stepper/index.d.ts +0 -0
- /package/{components → lib/components}/Stepper/styles.module.scss +0 -0
- /package/{components → lib/components}/Stepper/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Stepper/utils.d.ts +0 -0
- /package/{components → lib/components}/StickyNote/Close.d.ts +0 -0
- /package/{components → lib/components}/StickyNote/StickyNote.d.ts +0 -0
- /package/{components/Textarea/Textarea.test.d.ts → lib/components/StickyNote/StickyNote.test.d.ts} +0 -0
- /package/{components → lib/components}/StickyNote/Triangle.d.ts +0 -0
- /package/{components → lib/components}/StickyNote/index.d.ts +0 -0
- /package/{components → lib/components}/StickyNote/styles.module.scss +0 -0
- /package/{components → lib/components}/StickyNote/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Table/Table.d.ts +0 -0
- /package/{components/Tile/Tile.test.d.ts → lib/components/Table/Table.test.d.ts} +0 -0
- /package/{components → lib/components}/Table/TableBody/TableBody.d.ts +0 -0
- /package/{components → lib/components}/Table/TableBody/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableCell/TableCell.d.ts +0 -0
- /package/{components → lib/components}/Table/TableCell/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableExpandedRow/TableExpandedRow.d.ts +0 -0
- /package/{components → lib/components}/Table/TableExpandedRow/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableExpanderCell/TableExpanderCell.d.ts +0 -0
- /package/{components → lib/components}/Table/TableExpanderCell/TableExpanderCellMobile.d.ts +0 -0
- /package/{components → lib/components}/Table/TableExpanderCell/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableHead/TableHead.d.ts +0 -0
- /package/{components → lib/components}/Table/TableHead/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableHeadCell/TableHeadCell.d.ts +0 -0
- /package/{components → lib/components}/Table/TableHeadCell/index.d.ts +0 -0
- /package/{components → lib/components}/Table/TableRow/TableRow.d.ts +0 -0
- /package/{components → lib/components}/Table/TableRow/index.d.ts +0 -0
- /package/{components → lib/components}/Table/index.d.ts +0 -0
- /package/{components → lib/components}/Table/styles.module.scss +0 -0
- /package/{components → lib/components}/Table/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Table/utils.d.ts +0 -0
- /package/{components → lib/components}/Tabs/Tab.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabList/TabChevron.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabList/TabItem.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabList/TabList.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabList/index.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabList/styles.module.scss +0 -0
- /package/{components → lib/components}/Tabs/TabList/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabPanel/TabPanel.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabPanel/index.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabPanel/styles.module.scss +0 -0
- /package/{components → lib/components}/Tabs/TabPanel/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Tabs/Tabs.d.ts +0 -0
- /package/{components/Title/Title.test.d.ts → lib/components/Tabs/Tabs.test.d.ts} +0 -0
- /package/{components → lib/components}/Tabs/index.d.ts +0 -0
- /package/{components → lib/components}/Tabs/resourceHelper.d.ts +0 -0
- /package/{components → lib/components}/Tabs/styles.module.scss +0 -0
- /package/{components → lib/components}/Tabs/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Tag/Tag.d.ts +0 -0
- /package/{components/Toggle/Toggle.test.d.ts → lib/components/Tag/Tag.test.d.ts} +0 -0
- /package/{components → lib/components}/Tag/index.d.ts +0 -0
- /package/{components → lib/components}/Tag/styles.module.scss +0 -0
- /package/{components → lib/components}/Tag/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/TagList/TagList.d.ts +0 -0
- /package/{components/Validation/Validation.test.d.ts → lib/components/TagList/TagList.test.d.ts} +0 -0
- /package/{components → lib/components}/TagList/index.d.ts +0 -0
- /package/{components → lib/components}/TagList/styles.module.scss +0 -0
- /package/{components → lib/components}/TagList/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Textarea/Textarea.d.ts +0 -0
- /package/{components/Validation/ValidationSummary.test.d.ts → lib/components/Textarea/Textarea.test.d.ts} +0 -0
- /package/{components → lib/components}/Textarea/index.d.ts +0 -0
- /package/{components → lib/components}/Textarea/styles.module.scss +0 -0
- /package/{components → lib/components}/Textarea/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Tile/Tile.d.ts +0 -0
- /package/{hoc/withBreakpoint/withBreakpoint.test.d.ts → lib/components/Tile/Tile.test.d.ts} +0 -0
- /package/{components → lib/components}/Tile/index.d.ts +0 -0
- /package/{components → lib/components}/Tile/styles.module.scss +0 -0
- /package/{components → lib/components}/Tile/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Title/Title.d.ts +0 -0
- /package/{utils/tests/accessibility.test.d.ts → lib/components/Title/Title.test.d.ts} +0 -0
- /package/{components → lib/components}/Title/index.d.ts +0 -0
- /package/{components → lib/components}/Title/styles.module.scss +0 -0
- /package/{components → lib/components}/Title/styles.module.scss.d.ts +0 -0
- /package/{utils/tests/deepContains.test.d.ts → lib/components/Toast/Toast.test.d.ts} +0 -0
- /package/{utils/tests/language.test.d.ts → lib/components/ToastList/ToastList.test.d.ts} +0 -0
- /package/{components → lib/components}/Toggle/Toggle.d.ts +0 -0
- /package/{utils/tests/uuid.test.d.ts → lib/components/Toggle/Toggle.test.d.ts} +0 -0
- /package/{components → lib/components}/Toggle/index.d.ts +0 -0
- /package/{components → lib/components}/Toggle/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Validation/ErrorList.d.ts +0 -0
- /package/{components → lib/components}/Validation/ErrorListItem.d.ts +0 -0
- /package/{components → lib/components}/Validation/Validation.d.ts +0 -0
- /package/{utils/tests/viewport.test.d.ts → lib/components/Validation/Validation.test.d.ts} +0 -0
- /package/{components → lib/components}/Validation/ValidationSummary.d.ts +0 -0
- /package/{components → lib/components}/Validation/index.d.ts +0 -0
- /package/{components → lib/components}/Validation/styles.module.scss +0 -0
- /package/{components → lib/components}/Validation/styles.module.scss.d.ts +0 -0
- /package/{components → lib/components}/Validation/types.d.ts +0 -0
- /package/{resources/index.d.ts → lib/currys.js} +0 -0
- /package/{docs → lib/docs}/ButtonWithModal/ButtonWithModal.d.ts +0 -0
- /package/{docs → lib/docs}/ButtonWithModal/index.d.ts +0 -0
- /package/{docs → lib/docs}/FormExample/FormExample.d.ts +0 -0
- /package/{docs → lib/docs}/FormExample/index.d.ts +0 -0
- /package/{docs → lib/docs}/GridExample/GridExample.d.ts +0 -0
- /package/{docs → lib/docs}/GridExample/index.d.ts +0 -0
- /package/{docs → lib/docs}/HelpBubbleExample/HelpBubbleExample.d.ts +0 -0
- /package/{docs → lib/docs}/HelpBubbleExample/index.d.ts +0 -0
- /package/{docs → lib/docs}/HelpTooltipExample/HelpTooltipExample.d.ts +0 -0
- /package/{docs → lib/docs}/HelpTooltipExample/index.d.ts +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-200-extralight-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-200-extralight-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-200-extralight.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-200-extralight.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-300-light-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-300-light-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-300-light.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-300-light.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-400-regular-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-400-regular-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-400-regular.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-400-regular.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-600-semibold-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-600-semibold-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-600-semibold.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-600-semibold.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-700-bold-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-700-bold-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-700-bold.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-700-bold.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-900-black-italic.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-900-black-italic.woff2 +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-900-black.woff +0 -0
- /package/{fonts → lib/fonts}/source-sans-pro-900-black.woff2 +0 -0
- /package/{hoc → lib/hoc}/withBreakpoint/index.d.ts +0 -0
- /package/{hoc → lib/hoc}/withBreakpoint/withBreakpoint.d.ts +0 -0
- /package/{hooks → lib/hooks}/useBreakpoint.d.ts +0 -0
- /package/{hooks → lib/hooks}/useElementList.d.ts +0 -0
- /package/{hooks → lib/hooks}/useEventListenerState.d.ts +0 -0
- /package/{hooks → lib/hooks}/useExpand.d.ts +0 -0
- /package/{hooks → lib/hooks}/useFocusToggle.d.ts +0 -0
- /package/{hooks → lib/hooks}/useFocusTrap.d.ts +0 -0
- /package/{hooks → lib/hooks}/useFocusableElements.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIcons.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIdWithFallback.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIntersectionObserver.d.ts +0 -0
- /package/{hooks → lib/hooks}/useInterval.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIsMobileBreakpoint.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIsServerSide.d.ts +0 -0
- /package/{hooks → lib/hooks}/useIsVisible.d.ts +0 -0
- /package/{hooks → lib/hooks}/useKeyboardEvent.d.ts +0 -0
- /package/{hooks → lib/hooks}/useLayoutEvent.d.ts +0 -0
- /package/{hooks → lib/hooks}/useOutsideEvent.d.ts +0 -0
- /package/{hooks → lib/hooks}/usePrevious.d.ts +0 -0
- /package/{hooks → lib/hooks}/usePseudoClasses.d.ts +0 -0
- /package/{hooks → lib/hooks}/useResizeObserver.d.ts +0 -0
- /package/{hooks → lib/hooks}/useReturnFocusOnUnmount.d.ts +0 -0
- /package/{hooks → lib/hooks}/useRovingFocus.d.ts +0 -0
- /package/{hooks → lib/hooks}/useSize.d.ts +0 -0
- /package/{hooks → lib/hooks}/useToggle.d.ts +0 -0
- /package/{hooks → lib/hooks}/usestopPropagation.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.ArticleTeaser.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.ArticleTeaser.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Drawer.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Drawer.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Dropdown.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Dropdown.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.FavoriteButton.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.HelpBubble.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.HelpDrawer.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.InfoTeaser.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.InfoTeaser.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Panel.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Panel.nb-NO.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Tabs.en-GB.json.d.ts +0 -0
- /package/{resources → lib/resources}/HN.Designsystem.Tabs.nb-NO.json.d.ts +0 -0
- /package/{utils/tests/setup-test.d.ts → lib/src.js} +0 -0
- /package/{theme → lib/theme}/currys/color.d.ts +0 -0
- /package/{theme → lib/theme}/currys/index.d.ts +0 -0
- /package/{theme → lib/theme}/currys/spacing.d.ts +0 -0
- /package/{theme → lib/theme}/grid.d.ts +0 -0
- /package/{theme → lib/theme}/index.d.ts +0 -0
- /package/{theme → lib/theme}/palette.d.ts +0 -0
- /package/{theme → lib/theme}/spacers.d.ts +0 -0
- /package/{utils → lib/utils}/accessibility.d.ts +0 -0
- /package/{utils → lib/utils}/component.d.ts +0 -0
- /package/{utils → lib/utils}/debounce.d.ts +0 -0
- /package/{utils → lib/utils}/deepContains.d.ts +0 -0
- /package/{utils → lib/utils}/device.d.ts +0 -0
- /package/{utils → lib/utils}/environment.d.ts +0 -0
- /package/{utils → lib/utils}/focus.d.ts +0 -0
- /package/{utils → lib/utils}/language.d.ts +0 -0
- /package/{utils → lib/utils}/loremtext.d.ts +0 -0
- /package/{utils → lib/utils}/mobile.d.ts +0 -0
- /package/{utils → lib/utils}/refs.d.ts +0 -0
- /package/{utils → lib/utils}/scroll.d.ts +0 -0
- /package/{utils → lib/utils}/uuid.d.ts +0 -0
- /package/{utils → lib/utils}/viewport.d.ts +0 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { a as IconSize } from "./constants2.js";
|
|
2
|
+
import { t as Icon_default } from "./Icon.js";
|
|
3
|
+
import { t as ArrowDown_default } from "./ArrowDown.js";
|
|
4
|
+
import { t as ArrowUp_default } from "./ArrowUp.js";
|
|
5
|
+
import { t as ModeType } from "./Table.js";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
+
import tableStyles from "./components/Table/styles.module.scss";
|
|
10
|
+
let SortDirection = /* @__PURE__ */ function(SortDirection$1) {
|
|
11
|
+
SortDirection$1["asc"] = "asc";
|
|
12
|
+
SortDirection$1["desc"] = "desc";
|
|
13
|
+
return SortDirection$1;
|
|
14
|
+
}({});
|
|
15
|
+
const TableHeadCell = ({ sortable, onClick, className, children, sortDir, mode = ModeType.normal, scope = "col", ...rest }) => {
|
|
16
|
+
const tableHeadCellDefaultClass = classNames(tableStyles["table__head-cell"], className, { [tableStyles["table__head-cell--compact"]]: mode === ModeType.compact });
|
|
17
|
+
if (!sortable && !children) return /* @__PURE__ */ jsx("td", { className: tableHeadCellDefaultClass });
|
|
18
|
+
if (!sortable) return /* @__PURE__ */ jsx("th", {
|
|
19
|
+
scope,
|
|
20
|
+
className: tableHeadCellDefaultClass,
|
|
21
|
+
...rest,
|
|
22
|
+
children
|
|
23
|
+
});
|
|
24
|
+
const sortableClasses = classNames(tableHeadCellDefaultClass, tableStyles["table__head-cell--sortable"], className);
|
|
25
|
+
const renderSortIcon = () => sortDir && /* @__PURE__ */ jsx("div", {
|
|
26
|
+
className: tableStyles["table__head-cell-sort-icon-wrapper"],
|
|
27
|
+
children: /* @__PURE__ */ jsx(Icon_default, {
|
|
28
|
+
svgIcon: sortDir == SortDirection.asc ? ArrowDown_default : ArrowUp_default,
|
|
29
|
+
size: IconSize.XXSmall
|
|
30
|
+
})
|
|
31
|
+
});
|
|
32
|
+
const getSortDirection = () => {
|
|
33
|
+
switch (sortDir) {
|
|
34
|
+
case SortDirection.asc: return "ascending";
|
|
35
|
+
case SortDirection.desc: return "descending";
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
return /* @__PURE__ */ jsx("th", {
|
|
39
|
+
scope,
|
|
40
|
+
className: sortableClasses,
|
|
41
|
+
"aria-sort": getSortDirection(),
|
|
42
|
+
...rest,
|
|
43
|
+
children: /* @__PURE__ */ jsxs("button", {
|
|
44
|
+
type: "button",
|
|
45
|
+
onClick,
|
|
46
|
+
className: tableStyles["table__sort-button"],
|
|
47
|
+
"aria-pressed": sortDir ? !!sortDir : void 0,
|
|
48
|
+
children: [renderSortIcon(), children]
|
|
49
|
+
})
|
|
50
|
+
});
|
|
51
|
+
};
|
|
52
|
+
var TableHeadCell_default$1 = TableHeadCell;
|
|
53
|
+
export { SortDirection as n, TableHeadCell as r, TableHeadCell_default$1 as t };
|
|
54
|
+
|
|
55
|
+
//# sourceMappingURL=TableHeadCell.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableHeadCell.js","names":["TableHeadCell: React.FC<Props>"],"sources":["../src/components/Table/TableHeadCell/TableHeadCell.tsx","../src/components/Table/TableHeadCell/index.ts"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport Icon, { IconSize } from '../../Icon';\nimport ArrowDown from '../../Icons/ArrowDown';\nimport ArrowUp from '../../Icons/ArrowUp';\nimport tableStyles from '../styles.module.scss';\nimport { ModeType } from '../Table';\n\nexport enum SortDirection {\n asc = 'asc',\n desc = 'desc',\n}\n\nexport interface Props extends Omit<React.ComponentPropsWithoutRef<'th'>, 'style'> {\n /** Sets if column for head cell should be sortable*/\n sortable?: boolean;\n /** Sort direction */\n sortDir?: SortDirection;\n /** Function that is called when clicked */\n onClick?: () => void;\n /** Adds custom classes to the element. */\n className?: string;\n /** Sets the content of the td element. */\n children?: React.ReactNode;\n /** For display with less space. Discouraged to use together with interactive elements. */\n mode?: ModeType;\n}\n\nexport const TableHeadCell: React.FC<Props> = ({\n sortable,\n onClick,\n className,\n children,\n sortDir,\n mode = ModeType.normal,\n scope = 'col',\n ...rest\n}) => {\n const tableHeadCellDefaultClass = classNames(tableStyles['table__head-cell'], className, {\n [tableStyles['table__head-cell--compact']]: mode === ModeType.compact,\n });\n\n if (!sortable && !children) {\n return <td className={tableHeadCellDefaultClass}></td>;\n }\n\n if (!sortable) {\n return (\n <th scope={scope} className={tableHeadCellDefaultClass} {...rest}>\n {children}\n </th>\n );\n }\n\n const sortableClasses = classNames(tableHeadCellDefaultClass, tableStyles['table__head-cell--sortable'], className);\n\n const renderSortIcon = (): React.JSX.Element | undefined =>\n sortDir && (\n <div className={tableStyles['table__head-cell-sort-icon-wrapper']}>\n <Icon svgIcon={sortDir == SortDirection.asc ? ArrowDown : ArrowUp} size={IconSize.XXSmall} />\n </div>\n );\n\n const getSortDirection = (): React.AriaAttributes['aria-sort'] => {\n switch (sortDir) {\n case SortDirection.asc:\n return 'ascending';\n case SortDirection.desc:\n return 'descending';\n }\n };\n\n return (\n <th scope={scope} className={sortableClasses} aria-sort={getSortDirection()} {...rest}>\n <button type=\"button\" onClick={onClick} className={tableStyles['table__sort-button']} aria-pressed={sortDir ? !!sortDir : undefined}>\n {renderSortIcon()}\n {children}\n </button>\n </th>\n );\n};\n\nexport default TableHeadCell;\n","import TableHeadCell from './TableHeadCell';\nexport * from './TableHeadCell';\nexport default TableHeadCell;\n"],"mappings":";;;;;;;;;AAUA,IAAY,gBAAA,yBAAA,iBAAL;AACL,iBAAA,SAAA;AACA,iBAAA,UAAA;;;AAkBF,MAAaA,iBAAkC,EAC7C,UACA,SACA,WACA,UACA,SACA,OAAO,SAAS,QAChB,QAAQ,OACR,GAAG,WACC;CACJ,MAAM,4BAA4B,WAAW,YAAY,qBAAqB,WAAW,GACtF,YAAY,+BAA+B,SAAS,SAAS,SAC/D,CAAC;AAEF,KAAI,CAAC,YAAY,CAAC,SAChB,QAAO,oBAAC,MAAA,EAAG,WAAW,2BAAA,CAAgC;AAGxD,KAAI,CAAC,SACH,QACE,oBAAC,MAAA;EAAU;EAAO,WAAW;EAA2B,GAAI;EACzD;GACE;CAIT,MAAM,kBAAkB,WAAW,2BAA2B,YAAY,+BAA+B,UAAU;CAEnH,MAAM,uBACJ,WACE,oBAAC,OAAA;EAAI,WAAW,YAAY;YAC1B,oBAAC,cAAA;GAAK,SAAS,WAAW,cAAc,MAAM,oBAAY;GAAS,MAAM,SAAS;IAAW;GACzF;CAGV,MAAM,yBAA4D;AAChE,UAAQ,SAAR;GACE,KAAK,cAAc,IACjB,QAAO;GACT,KAAK,cAAc,KACjB,QAAO;;;AAIb,QACE,oBAAC,MAAA;EAAU;EAAO,WAAW;EAAiB,aAAW,kBAAkB;EAAE,GAAI;YAC/E,qBAAC,UAAA;GAAO,MAAK;GAAkB;GAAS,WAAW,YAAY;GAAuB,gBAAc,UAAU,CAAC,CAAC,UAAU,KAAA;cACvH,gBAAgB,EAChB,SAAA;IACM;GACN;;AC9ET,IAAA,0BDkFe"}
|
package/lib/TableRow.js
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { t as Icon_default } from "./Icon.js";
|
|
2
|
+
import { t as Button_default } from "./Button.js";
|
|
3
|
+
import { t as ChevronDown_default } from "./ChevronDown.js";
|
|
4
|
+
import { t as ChevronUp_default } from "./ChevronUp.js";
|
|
5
|
+
import { t as ModeType } from "./Table.js";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
+
import tableStyles from "./components/Table/styles.module.scss";
|
|
10
|
+
var TableExpanderCellMobile = ({ expanded, onClick, hideDetailsText, showDetailsText, mode = ModeType.normal }) => {
|
|
11
|
+
return /* @__PURE__ */ jsx("td", {
|
|
12
|
+
className: classNames(tableStyles.table__cell, tableStyles["table__expander-cell-mobile"], {
|
|
13
|
+
[tableStyles["table__expander-cell-mobile--expanded"]]: expanded,
|
|
14
|
+
[tableStyles["table__cell--compact"]]: mode === ModeType.compact
|
|
15
|
+
}),
|
|
16
|
+
children: /* @__PURE__ */ jsxs(Button_default, {
|
|
17
|
+
"aria-expanded": expanded,
|
|
18
|
+
variant: "borderless",
|
|
19
|
+
onClick,
|
|
20
|
+
children: [
|
|
21
|
+
/* @__PURE__ */ jsx(Icon_default, { svgIcon: expanded ? ChevronUp_default : ChevronDown_default }),
|
|
22
|
+
" ",
|
|
23
|
+
expanded ? hideDetailsText : showDetailsText
|
|
24
|
+
]
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
var TableExpanderCellMobile_default = TableExpanderCellMobile;
|
|
29
|
+
const TableRow = ({ rowKey, hideDetailsText, showDetailsText, expandable, expanded, onClick, className, children, mode = ModeType.normal, ...rest }) => {
|
|
30
|
+
return /* @__PURE__ */ jsxs("tr", {
|
|
31
|
+
className: classNames(tableStyles["table-row"], { [tableStyles["table__row--expandable"]]: expandable }, className),
|
|
32
|
+
onClick,
|
|
33
|
+
...rest,
|
|
34
|
+
children: [React.Children.map(children, (child) => React.isValidElement(child) && React.cloneElement(child, { mode })), expandable && /* @__PURE__ */ jsx(TableExpanderCellMobile_default, {
|
|
35
|
+
expanded,
|
|
36
|
+
onClick,
|
|
37
|
+
hideDetailsText,
|
|
38
|
+
showDetailsText,
|
|
39
|
+
mode
|
|
40
|
+
})]
|
|
41
|
+
}, rowKey);
|
|
42
|
+
};
|
|
43
|
+
var TableRow_default$1 = TableRow;
|
|
44
|
+
export { TableRow as n, TableRow_default$1 as t };
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=TableRow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableRow.js","names":["TableExpanderCellMobile: React.FC<TableExpanderCellMobileProps>","TableRow: React.FC<Props>"],"sources":["../src/components/Table/TableExpanderCell/TableExpanderCellMobile.tsx","../src/components/Table/TableRow/TableRow.tsx","../src/components/Table/TableRow/index.ts"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport Button from '../../Button';\nimport Icon from '../../Icon';\nimport ChevronDown from '../../Icons/ChevronDown';\nimport ChevronUp from '../../Icons/ChevronUp';\nimport tableStyles from '../styles.module.scss';\nimport { ModeType } from '../Table';\nimport { Props } from '../TableRow/TableRow';\n\ntype TableExpanderCellMobileProps = Pick<Props, 'expanded' | 'onClick' | 'hideDetailsText' | 'showDetailsText' | 'mode'>;\n\nconst TableExpanderCellMobile: React.FC<TableExpanderCellMobileProps> = ({\n expanded,\n onClick,\n hideDetailsText,\n showDetailsText,\n mode = ModeType.normal,\n}) => {\n const cellClass = classNames(tableStyles.table__cell, tableStyles['table__expander-cell-mobile'], {\n [tableStyles['table__expander-cell-mobile--expanded']]: expanded,\n [tableStyles['table__cell--compact']]: mode === ModeType.compact,\n });\n\n return (\n <td className={cellClass}>\n <Button aria-expanded={expanded} variant=\"borderless\" onClick={onClick}>\n <Icon svgIcon={expanded ? ChevronUp : ChevronDown} /> {expanded ? hideDetailsText : showDetailsText}\n </Button>\n </td>\n );\n};\n\nexport default TableExpanderCellMobile;\n","import React from 'react';\n\nimport classNames from 'classnames';\n\nimport tableStyles from '../styles.module.scss';\nimport { ModeType } from '../Table';\nimport TableExpanderCellMobile from '../TableExpanderCell/TableExpanderCellMobile';\n\nexport interface Props extends Omit<React.ComponentPropsWithoutRef<'tr'>, 'style'> {\n /** Sets if expanded row can be expanded */\n expandable?: boolean;\n /** Sets if expanded row is expanded */\n expanded?: boolean;\n /** When hide/show button for expanded row is clicked. */\n onClick?: () => void;\n /** Text for expanded row hide button. */\n hideDetailsText?: string;\n /** Text for expanded row show button. */\n showDetailsText?: string;\n /** Key attribute for row */\n rowKey?: string;\n /** Adds custom classes to the element. */\n className?: string;\n /** Sets the cells of the table row element. */\n children?: React.ReactNode;\n /** For display with less space. Discouraged to use together with interactive elements. */\n mode?: ModeType;\n}\n\nexport const TableRow: React.FC<Props> = ({\n rowKey,\n hideDetailsText,\n showDetailsText,\n expandable,\n expanded,\n onClick,\n className,\n children,\n mode = ModeType.normal,\n ...rest\n}) => {\n const tableRowClass = classNames(\n tableStyles['table-row'],\n {\n [tableStyles['table__row--expandable']]: expandable,\n },\n className\n );\n\n return (\n <tr className={tableRowClass} onClick={onClick} key={rowKey} {...rest}>\n {React.Children.map(children, child => React.isValidElement<{ mode?: ModeType }>(child) && React.cloneElement(child, { mode }))}\n {expandable && (\n <TableExpanderCellMobile\n expanded={expanded}\n onClick={onClick}\n hideDetailsText={hideDetailsText}\n showDetailsText={showDetailsText}\n mode={mode}\n />\n )}\n </tr>\n );\n};\n\nexport default TableRow;\n","import TableRow from './TableRow';\nexport * from './TableRow';\nexport default TableRow;\n"],"mappings":";;;;;;;;;AAcA,IAAMA,2BAAmE,EACvE,UACA,SACA,iBACA,iBACA,OAAO,SAAS,aACZ;AAMJ,QACE,oBAAC,MAAA;EAAG,WANY,WAAW,YAAY,aAAa,YAAY,gCAAgC;IAC/F,YAAY,2CAA2C;IACvD,YAAY,0BAA0B,SAAS,SAAS;GAC1D,CAAC;YAIE,qBAAC,gBAAA;GAAO,iBAAe;GAAU,SAAQ;GAAsB;;IAC7D,oBAAC,cAAA,EAAK,SAAS,WAAW,oBAAY,qBAAA,CAAe;;IAAE,WAAW,kBAAkB;;IAC7E;GACN;;AAIT,IAAA,kCAAe;ACNf,MAAaC,YAA6B,EACxC,QACA,iBACA,iBACA,YACA,UACA,SACA,WACA,UACA,OAAO,SAAS,QAChB,GAAG,WACC;AASJ,QACE,qBAAC,MAAA;EAAG,WATgB,WACpB,YAAY,cACZ,GACG,YAAY,4BAA4B,YAC1C,EACD,UACD;EAGwC;EAAsB,GAAI;aAC9D,MAAM,SAAS,IAAI,WAAU,UAAS,MAAM,eAAoC,MAAM,IAAI,MAAM,aAAa,OAAO,EAAE,MAAM,CAAC,CAAC,EAC9H,cACC,oBAAC,iCAAA;GACW;GACD;GACQ;GACA;GACX;IACN,CAAA;IAT+C,OAWhD;;AC3DT,IAAA,qBD+De"}
|
package/lib/Textarea.js
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { t as uuid } from "./uuid.js";
|
|
2
|
+
import { n as AnalyticsId, r as FormOnColor, t as AVERAGE_CHARACTER_WIDTH_PX } from "./constants2.js";
|
|
3
|
+
import { t as useIdWithFallback } from "./useIdWithFallback.js";
|
|
4
|
+
import { t as getAriaDescribedBy } from "./accessibility.js";
|
|
5
|
+
import { t as ErrorWrapper_default } from "./ErrorWrapper.js";
|
|
6
|
+
import { r as renderLabel } from "./Label.js";
|
|
7
|
+
import { t as MaxCharacters_default } from "./MaxCharacters.js";
|
|
8
|
+
import React, { useEffect, useRef, useState } from "react";
|
|
9
|
+
import classNames from "classnames";
|
|
10
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
+
import styles from "./components/Textarea/styles.module.scss";
|
|
12
|
+
var getTextareaMaxWidth = (characters) => {
|
|
13
|
+
return `calc(${characters * 12}px + 2rem + 16px + 4px)`;
|
|
14
|
+
};
|
|
15
|
+
var Textarea = React.forwardRef((props, ref) => {
|
|
16
|
+
const { maxCharacters, maxText, width, testId, defaultValue, marginBottom: gutterBottom, transparent, onColor = FormOnColor.onwhite, label, textareaId = uuid(), minRows = 3, maxRows = 10, grow, error, errorText, errorTextId: errorTextIdProp, errorWrapperClassName, autoFocus, disabled, name, autoComplete = "off", placeholder, readOnly, required, onChange, value, ...rest } = props;
|
|
17
|
+
const [rows, setRows] = useState(minRows);
|
|
18
|
+
const [textareaInput, setTextareaInput] = useState(value || defaultValue || "");
|
|
19
|
+
const referanse = useRef(null);
|
|
20
|
+
const errorTextUuid = useIdWithFallback(errorTextIdProp);
|
|
21
|
+
useEffect(() => {
|
|
22
|
+
setTextareaInput(defaultValue || "");
|
|
23
|
+
}, [defaultValue]);
|
|
24
|
+
const resizeHeight = (target) => {
|
|
25
|
+
const textareaLineHeight = 28;
|
|
26
|
+
const previousRows = target.rows;
|
|
27
|
+
target.rows = minRows;
|
|
28
|
+
const currentRows = Math.floor((target.scrollHeight - 16) / textareaLineHeight);
|
|
29
|
+
if (currentRows === previousRows) target.rows = currentRows;
|
|
30
|
+
if (currentRows >= maxRows) {
|
|
31
|
+
target.rows = maxRows;
|
|
32
|
+
target.scrollTop = target.scrollHeight;
|
|
33
|
+
}
|
|
34
|
+
if (currentRows < maxRows) setRows(currentRows);
|
|
35
|
+
else setRows(maxRows);
|
|
36
|
+
};
|
|
37
|
+
const onDark = onColor === FormOnColor.ondark;
|
|
38
|
+
const onBlueberry = onColor === FormOnColor.onblueberry;
|
|
39
|
+
const maxCharactersExceeded = !!maxCharacters && textareaInput.toString().length > maxCharacters;
|
|
40
|
+
const onError = onColor === FormOnColor.oninvalid || !!errorText || !!error || maxCharactersExceeded;
|
|
41
|
+
const textareaWrapperClass = classNames(styles.textarea, { [styles["textarea--gutterBottom"]]: gutterBottom });
|
|
42
|
+
const contentWrapperClass = classNames(styles["input-container"], {
|
|
43
|
+
[styles["input-container--transparent"]]: transparent,
|
|
44
|
+
[styles["input-container--on-blueberry"]]: onBlueberry,
|
|
45
|
+
[styles["input-container--on-dark"]]: onDark,
|
|
46
|
+
[styles["input-container--invalid"]]: onError,
|
|
47
|
+
[styles["input-container--disabled"]]: props.disabled
|
|
48
|
+
});
|
|
49
|
+
const textareaClass = classNames(styles["input-container__input"], { [styles[`input-container__input--disabled`]]: props.disabled });
|
|
50
|
+
useEffect(() => {
|
|
51
|
+
if (value) setTextareaInput(value);
|
|
52
|
+
if (grow && referanse.current?.children && referanse.current?.children[0]) {
|
|
53
|
+
const textarea = referanse.current?.children[0];
|
|
54
|
+
resizeHeight(textarea);
|
|
55
|
+
}
|
|
56
|
+
}, [value]);
|
|
57
|
+
const onChangeHandler = (e) => {
|
|
58
|
+
setTextareaInput(e.target.value);
|
|
59
|
+
if (onChange) onChange(e);
|
|
60
|
+
if (grow) resizeHeight(e.target);
|
|
61
|
+
};
|
|
62
|
+
const maxWidth = width ? getTextareaMaxWidth(width) : void 0;
|
|
63
|
+
return /* @__PURE__ */ jsx(ErrorWrapper_default, {
|
|
64
|
+
className: errorWrapperClassName,
|
|
65
|
+
errorText,
|
|
66
|
+
errorTextId: errorTextUuid,
|
|
67
|
+
children: /* @__PURE__ */ jsxs("div", {
|
|
68
|
+
"data-testid": testId,
|
|
69
|
+
"data-analyticsid": AnalyticsId.Textarea,
|
|
70
|
+
className: textareaWrapperClass,
|
|
71
|
+
children: [
|
|
72
|
+
renderLabel(label, textareaId, onColor),
|
|
73
|
+
/* @__PURE__ */ jsx("div", {
|
|
74
|
+
className: contentWrapperClass,
|
|
75
|
+
ref: referanse,
|
|
76
|
+
style: { maxWidth },
|
|
77
|
+
children: /* @__PURE__ */ jsx("textarea", {
|
|
78
|
+
...rest,
|
|
79
|
+
rows,
|
|
80
|
+
defaultValue,
|
|
81
|
+
id: textareaId,
|
|
82
|
+
className: textareaClass,
|
|
83
|
+
ref,
|
|
84
|
+
"aria-describedby": getAriaDescribedBy(props, errorTextUuid),
|
|
85
|
+
"aria-invalid": !!onError,
|
|
86
|
+
autoFocus,
|
|
87
|
+
disabled,
|
|
88
|
+
name,
|
|
89
|
+
autoComplete: autoComplete ? autoComplete : void 0,
|
|
90
|
+
placeholder,
|
|
91
|
+
readOnly,
|
|
92
|
+
required,
|
|
93
|
+
onChange: onChangeHandler,
|
|
94
|
+
value
|
|
95
|
+
})
|
|
96
|
+
}),
|
|
97
|
+
maxCharacters && /* @__PURE__ */ jsx(MaxCharacters_default, {
|
|
98
|
+
maxCharacters,
|
|
99
|
+
length: textareaInput.toString().length,
|
|
100
|
+
maxText,
|
|
101
|
+
onColor,
|
|
102
|
+
maxWidth
|
|
103
|
+
})
|
|
104
|
+
]
|
|
105
|
+
})
|
|
106
|
+
});
|
|
107
|
+
});
|
|
108
|
+
Textarea.displayName = "Textarea";
|
|
109
|
+
var Textarea_default$1 = Textarea;
|
|
110
|
+
export { Textarea_default$1 as t };
|
|
111
|
+
|
|
112
|
+
//# sourceMappingURL=Textarea.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Textarea.js","names":[],"sources":["../src/components/Textarea/Textarea.tsx","../src/components/Textarea/index.tsx"],"sourcesContent":["import React, { useState, useRef, useEffect } from 'react';\n\nimport cn from 'classnames';\n\nimport { AnalyticsId, AVERAGE_CHARACTER_WIDTH_PX, FormOnColor } from '../../constants';\nimport { useIdWithFallback } from '../../hooks/useIdWithFallback';\nimport { getAriaDescribedBy } from '../../utils/accessibility';\nimport { uuid } from '../../utils/uuid';\nimport ErrorWrapper, { ErrorWrapperClassNameProps } from '../ErrorWrapper';\nimport { renderLabel } from '../Label';\nimport MaxCharacters from '../MaxCharacters/MaxCharacters';\n\nimport styles from './styles.module.scss';\n\nexport interface TextareaProps\n extends ErrorWrapperClassNameProps,\n Pick<\n React.InputHTMLAttributes<HTMLTextAreaElement>,\n | 'aria-describedby'\n | 'autoFocus'\n | 'disabled'\n | 'name'\n | 'autoComplete'\n | 'placeholder'\n | 'readOnly'\n | 'required'\n | 'defaultValue'\n | 'onChange'\n | 'value'\n > {\n /** max character limit in textarea */\n maxCharacters?: number;\n /** The text is displayed in the end of the text-counter */\n maxText?: string;\n /** Width of textarea in characters (approximate) */\n width?: number;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** If true, the component will have a bottom margin. */\n marginBottom?: boolean;\n /** If true, the component will be transparent. */\n transparent?: boolean;\n /** Changes the visuals of the textarea */\n onColor?: keyof typeof FormOnColor;\n /** Label of the input */\n label?: React.ReactNode;\n /** id of the textarea */\n textareaId?: string;\n /** max rows */\n maxRows?: number;\n /** min rows */\n minRows?: number;\n /** auto-grows until maxRows */\n grow?: boolean;\n /** Activates Error style for the input */\n error?: boolean;\n /** Error text to show above the component */\n errorText?: string;\n /** Error text id */\n errorTextId?: string;\n}\n\nconst getTextareaMaxWidth = (characters: number): string => {\n const paddingWidth = '2rem';\n const scrollbarWidth = '16px';\n const borderWidth = '4px';\n\n return `calc(${characters * AVERAGE_CHARACTER_WIDTH_PX}px + ${paddingWidth} + ${scrollbarWidth} + ${borderWidth})`;\n};\n\nconst Textarea = React.forwardRef((props: TextareaProps, ref: React.Ref<HTMLTextAreaElement>) => {\n const {\n maxCharacters,\n maxText,\n width,\n testId,\n defaultValue,\n marginBottom: gutterBottom,\n transparent,\n onColor = FormOnColor.onwhite,\n label,\n textareaId = uuid(),\n minRows = 3,\n maxRows = 10,\n grow,\n error,\n errorText,\n errorTextId: errorTextIdProp,\n errorWrapperClassName,\n autoFocus,\n disabled,\n name,\n autoComplete = 'off',\n placeholder,\n readOnly,\n required,\n onChange,\n value,\n ...rest\n } = props;\n\n const [rows, setRows] = useState(minRows);\n const [textareaInput, setTextareaInput] = useState(value || defaultValue || '');\n const referanse = useRef<HTMLDivElement>(null);\n const errorTextUuid = useIdWithFallback(errorTextIdProp);\n\n useEffect(() => {\n setTextareaInput(defaultValue || '');\n }, [defaultValue]);\n\n const resizeHeight = (target: HTMLTextAreaElement): void => {\n const textareaLineHeight = 28;\n\n const previousRows = target.rows;\n target.rows = minRows; // reset number of rows in textarea\n\n const currentRows = Math.floor((target.scrollHeight - 16) / textareaLineHeight); // scrollHeight - 16px of padding to calculate the rows\n\n if (currentRows === previousRows) {\n target.rows = currentRows;\n }\n\n if (currentRows >= maxRows) {\n target.rows = maxRows;\n target.scrollTop = target.scrollHeight;\n }\n\n if (currentRows < maxRows) {\n setRows(currentRows);\n } else {\n setRows(maxRows);\n }\n };\n\n const onDark = onColor === FormOnColor.ondark;\n const onBlueberry = onColor === FormOnColor.onblueberry;\n const maxCharactersExceeded = !!maxCharacters && textareaInput.toString().length > maxCharacters;\n const onError = onColor === FormOnColor.oninvalid || !!errorText || !!error || maxCharactersExceeded;\n\n const textareaWrapperClass = cn(styles.textarea, {\n [styles['textarea--gutterBottom']]: gutterBottom,\n });\n\n const contentWrapperClass = cn(styles['input-container'], {\n [styles['input-container--transparent']]: transparent,\n [styles['input-container--on-blueberry']]: onBlueberry,\n [styles['input-container--on-dark']]: onDark,\n [styles['input-container--invalid']]: onError,\n [styles['input-container--disabled']]: props.disabled,\n });\n\n const textareaClass = cn(styles['input-container__input'], {\n [styles[`input-container__input--disabled`]]: props.disabled,\n });\n\n useEffect(() => {\n if (value) setTextareaInput(value);\n\n if (grow && referanse.current?.children && referanse.current?.children[0]) {\n const textarea = referanse.current?.children[0] as HTMLTextAreaElement;\n resizeHeight(textarea);\n }\n }, [value]);\n\n const onChangeHandler = (e: React.ChangeEvent<HTMLTextAreaElement>): void => {\n setTextareaInput(e.target.value);\n\n if (onChange) {\n onChange(e);\n }\n\n if (grow) {\n resizeHeight(e.target);\n }\n };\n\n const maxWidth = width ? getTextareaMaxWidth(width) : undefined;\n\n return (\n <ErrorWrapper className={errorWrapperClassName} errorText={errorText} errorTextId={errorTextUuid}>\n <div data-testid={testId} data-analyticsid={AnalyticsId.Textarea} className={textareaWrapperClass}>\n {renderLabel(label, textareaId, onColor as FormOnColor)}\n <div className={contentWrapperClass} ref={referanse} style={{ maxWidth }}>\n <textarea\n {...rest}\n rows={rows}\n defaultValue={defaultValue}\n id={textareaId}\n className={textareaClass}\n ref={ref}\n aria-describedby={getAriaDescribedBy(props, errorTextUuid)}\n aria-invalid={!!onError}\n // eslint-disable-next-line jsx-a11y/no-autofocus\n autoFocus={autoFocus}\n disabled={disabled}\n name={name}\n autoComplete={autoComplete ? autoComplete : undefined}\n placeholder={placeholder}\n readOnly={readOnly}\n required={required}\n onChange={onChangeHandler}\n value={value}\n />\n </div>\n {maxCharacters && (\n <MaxCharacters\n maxCharacters={maxCharacters}\n length={textareaInput.toString().length}\n maxText={maxText}\n onColor={onColor}\n maxWidth={maxWidth}\n />\n )}\n </div>\n </ErrorWrapper>\n );\n});\n\nTextarea.displayName = 'Textarea';\n\nexport default Textarea;\n","import Textarea from './Textarea';\nexport * from './Textarea';\nexport default Textarea;\n"],"mappings":";;;;;;;;;;;AA8DA,IAAM,uBAAuB,eAA+B;AAK1D,QAAO,QAAQ,aAAA,GAAwC;;AAGzD,IAAM,WAAW,MAAM,YAAY,OAAsB,QAAwC;CAC/F,MAAM,EACJ,eACA,SACA,OACA,QACA,cACA,cAAc,cACd,aACA,UAAU,YAAY,SACtB,OACA,aAAa,MAAM,EACnB,UAAU,GACV,UAAU,IACV,MACA,OACA,WACA,aAAa,iBACb,uBACA,WACA,UACA,MACA,eAAe,OACf,aACA,UACA,UACA,UACA,OACA,GAAG,SACD;CAEJ,MAAM,CAAC,MAAM,WAAW,SAAS,QAAQ;CACzC,MAAM,CAAC,eAAe,oBAAoB,SAAS,SAAS,gBAAgB,GAAG;CAC/E,MAAM,YAAY,OAAuB,KAAK;CAC9C,MAAM,gBAAgB,kBAAkB,gBAAgB;AAExD,iBAAgB;AACd,mBAAiB,gBAAgB,GAAG;IACnC,CAAC,aAAa,CAAC;CAElB,MAAM,gBAAgB,WAAsC;EAC1D,MAAM,qBAAqB;EAE3B,MAAM,eAAe,OAAO;AAC5B,SAAO,OAAO;EAEd,MAAM,cAAc,KAAK,OAAO,OAAO,eAAe,MAAM,mBAAmB;AAE/E,MAAI,gBAAgB,aAClB,QAAO,OAAO;AAGhB,MAAI,eAAe,SAAS;AAC1B,UAAO,OAAO;AACd,UAAO,YAAY,OAAO;;AAG5B,MAAI,cAAc,QAChB,SAAQ,YAAY;MAEpB,SAAQ,QAAQ;;CAIpB,MAAM,SAAS,YAAY,YAAY;CACvC,MAAM,cAAc,YAAY,YAAY;CAC5C,MAAM,wBAAwB,CAAC,CAAC,iBAAiB,cAAc,UAAU,CAAC,SAAS;CACnF,MAAM,UAAU,YAAY,YAAY,aAAa,CAAC,CAAC,aAAa,CAAC,CAAC,SAAS;CAE/E,MAAM,uBAAuB,WAAG,OAAO,UAAU,GAC9C,OAAO,4BAA4B,cACrC,CAAC;CAEF,MAAM,sBAAsB,WAAG,OAAO,oBAAoB;GACvD,OAAO,kCAAkC;GACzC,OAAO,mCAAmC;GAC1C,OAAO,8BAA8B;GACrC,OAAO,8BAA8B;GACrC,OAAO,+BAA+B,MAAM;EAC9C,CAAC;CAEF,MAAM,gBAAgB,WAAG,OAAO,2BAA2B,GACxD,OAAO,sCAAsC,MAAM,UACrD,CAAC;AAEF,iBAAgB;AACd,MAAI,MAAO,kBAAiB,MAAM;AAElC,MAAI,QAAQ,UAAU,SAAS,YAAY,UAAU,SAAS,SAAS,IAAI;GACzE,MAAM,WAAW,UAAU,SAAS,SAAS;AAC7C,gBAAa,SAAS;;IAEvB,CAAC,MAAM,CAAC;CAEX,MAAM,mBAAmB,MAAoD;AAC3E,mBAAiB,EAAE,OAAO,MAAM;AAEhC,MAAI,SACF,UAAS,EAAE;AAGb,MAAI,KACF,cAAa,EAAE,OAAO;;CAI1B,MAAM,WAAW,QAAQ,oBAAoB,MAAM,GAAG,KAAA;AAEtD,QACE,oBAAC,sBAAA;EAAa,WAAW;EAAkC;EAAW,aAAa;YACjF,qBAAC,OAAA;GAAI,eAAa;GAAQ,oBAAkB,YAAY;GAAU,WAAW;;IAC1E,YAAY,OAAO,YAAY,QAAuB;IACvD,oBAAC,OAAA;KAAI,WAAW;KAAqB,KAAK;KAAW,OAAO,EAAE,UAAU;eACtE,oBAAC,YAAA;MACC,GAAI;MACE;MACQ;MACd,IAAI;MACJ,WAAW;MACN;MACL,oBAAkB,mBAAmB,OAAO,cAAc;MAC1D,gBAAc,CAAC,CAAC;MAEL;MACD;MACJ;MACN,cAAc,eAAe,eAAe,KAAA;MAC/B;MACH;MACA;MACV,UAAU;MACH;OACP;MACE;IACL,iBACC,oBAAC,uBAAA;KACgB;KACf,QAAQ,cAAc,UAAU,CAAC;KACxB;KACA;KACC;MACV;;IAEA;GACO;EAEjB;AAEF,SAAS,cAAc;ACxNvB,IAAA,qBD0Ne"}
|
package/lib/Title.js
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { n as AnalyticsId } from "./constants2.js";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import classNames from "classnames";
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
import titleStyles from "./components/Title/styles.module.scss";
|
|
6
|
+
const Title = React.forwardRef(function TitleForwardedRef(props, ref) {
|
|
7
|
+
const { id, children, className, htmlMarkup = "h1", appearance = "title1", margin = 0, testId } = props;
|
|
8
|
+
return /* @__PURE__ */ jsx(htmlMarkup, {
|
|
9
|
+
id,
|
|
10
|
+
className: classNames(titleStyles.title, {
|
|
11
|
+
[titleStyles["title--feature"]]: appearance === "titleFeature",
|
|
12
|
+
[titleStyles["title--title1"]]: appearance === "title1",
|
|
13
|
+
[titleStyles["title--title2"]]: appearance === "title2",
|
|
14
|
+
[titleStyles["title--title3"]]: appearance === "title3",
|
|
15
|
+
[titleStyles["title--title4"]]: appearance === "title4",
|
|
16
|
+
[titleStyles["title--title5"]]: appearance === "title5",
|
|
17
|
+
[titleStyles["title--title6"]]: appearance === "title6"
|
|
18
|
+
}, className),
|
|
19
|
+
style: instanceOfTitleMargin(margin) ? {
|
|
20
|
+
marginTop: `${margin.marginTop}rem`,
|
|
21
|
+
marginBottom: `${margin.marginBottom}rem`
|
|
22
|
+
} : {
|
|
23
|
+
marginTop: `${margin}rem`,
|
|
24
|
+
marginBottom: `${margin}rem`
|
|
25
|
+
},
|
|
26
|
+
ref,
|
|
27
|
+
"data-testid": testId,
|
|
28
|
+
"data-analyticsid": AnalyticsId.Title,
|
|
29
|
+
children
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
const instanceOfTitleMargin = (margin) => {
|
|
33
|
+
return Object.prototype.hasOwnProperty.call(margin, "marginTop") && Object.prototype.hasOwnProperty.call(margin, "marginBottom");
|
|
34
|
+
};
|
|
35
|
+
var Title_default = Title;
|
|
36
|
+
export { Title_default as n, instanceOfTitleMargin as r, Title as t };
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=Title.js.map
|
package/lib/Title.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Title.js","names":[],"sources":["../src/components/Title/Title.tsx"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId } from '../../constants';\n\nimport titleStyles from './styles.module.scss';\n\nexport type TitleTags = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span';\nexport type TitleAppearances = 'titleFeature' | 'title1' | 'title2' | 'title3' | 'title4' | 'title5' | 'title6';\n\nexport interface TitleProps {\n children: React.ReactNode;\n /** Gives a unique id to the title */\n id?: string;\n /** Adds custom classes to the element. */\n className?: string;\n /** Adds top and bottom margin in rem. */\n margin?: number | TitleMargin;\n /** Changes the underlying element of the title. */\n htmlMarkup?: TitleTags;\n /** Changes the appearance of the title. */\n appearance?: TitleAppearances;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nexport const Title = React.forwardRef(function TitleForwardedRef(props: TitleProps, ref: React.ForwardedRef<HTMLHeadingElement>) {\n const { id, children, className, htmlMarkup = 'h1', appearance = 'title1', margin = 0, testId } = props;\n const titleClasses = classNames(\n titleStyles.title,\n {\n [titleStyles['title--feature']]: appearance === 'titleFeature',\n [titleStyles['title--title1']]: appearance === 'title1',\n [titleStyles['title--title2']]: appearance === 'title2',\n [titleStyles['title--title3']]: appearance === 'title3',\n [titleStyles['title--title4']]: appearance === 'title4',\n [titleStyles['title--title5']]: appearance === 'title5',\n [titleStyles['title--title6']]: appearance === 'title6',\n },\n className\n );\n const CustomTag = htmlMarkup;\n\n const inlineStyle = instanceOfTitleMargin(margin)\n ? { marginTop: `${margin.marginTop}rem`, marginBottom: `${margin.marginBottom}rem` }\n : { marginTop: `${margin}rem`, marginBottom: `${margin}rem` };\n\n return (\n <CustomTag id={id} className={titleClasses} style={inlineStyle} ref={ref} data-testid={testId} data-analyticsid={AnalyticsId.Title}>\n {children}\n </CustomTag>\n );\n});\n\nexport interface TitleMargin {\n marginTop: number;\n marginBottom: number;\n}\n\nexport const instanceOfTitleMargin = (margin: unknown): margin is TitleMargin => {\n return Object.prototype.hasOwnProperty.call(margin, 'marginTop') && Object.prototype.hasOwnProperty.call(margin, 'marginBottom');\n};\n\nexport default Title;\n"],"mappings":";;;;;AA2BA,MAAa,QAAQ,MAAM,WAAW,SAAS,kBAAkB,OAAmB,KAA6C;CAC/H,MAAM,EAAE,IAAI,UAAU,WAAW,aAAa,MAAM,aAAa,UAAU,SAAS,GAAG,WAAW;AAoBlG,QACE,oBAPgB,YAOf;EAAc;EAAI,WApBA,WACnB,YAAY,OACZ;IACG,YAAY,oBAAoB,eAAe;IAC/C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;GAChD,EACD,UACD;EAQ6C,OAL1B,sBAAsB,OAAO,GAC7C;GAAE,WAAW,GAAG,OAAO,UAAU;GAAM,cAAc,GAAG,OAAO,aAAa;GAAM,GAClF;GAAE,WAAW,GAAG,OAAO;GAAM,cAAc,GAAG,OAAO;GAAM;EAGQ;EAAK,eAAa;EAAQ,oBAAkB,YAAY;EAC1H;GACS;EAEd;AAOF,MAAa,yBAAyB,WAA2C;AAC/E,QAAO,OAAO,UAAU,eAAe,KAAK,QAAQ,YAAY,IAAI,OAAO,UAAU,eAAe,KAAK,QAAQ,eAAe;;AAGlI,IAAA,gBAAe"}
|
package/lib/Title2.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Title2.js","names":[],"sources":["../src/components/Title/index.ts"],"sourcesContent":["import Title from './Title';\nexport * from './Title';\nexport default Title;\n"],"mappings":";AAEA,IAAA,kBAAe"}
|
package/lib/Toast.js
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { a as IconSize } from "./constants2.js";
|
|
2
|
+
import { t as Icon_default } from "./Icon.js";
|
|
3
|
+
import { t as CheckFill_default } from "./CheckFill.js";
|
|
4
|
+
import { t as useIsMobileBreakpoint } from "./useIsMobileBreakpoint.js";
|
|
5
|
+
import { t as Close_default } from "./Close.js";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
|
+
import styles from "./components/Toast/styles.module.scss";
|
|
10
|
+
var Toast = ({ testId, title, message, onClose }) => {
|
|
11
|
+
const isMobile = useIsMobileBreakpoint();
|
|
12
|
+
const handleClose = () => {
|
|
13
|
+
if (onClose) onClose();
|
|
14
|
+
};
|
|
15
|
+
return /* @__PURE__ */ jsxs("output", {
|
|
16
|
+
className: styles["toast"],
|
|
17
|
+
"data-testid": testId,
|
|
18
|
+
children: [
|
|
19
|
+
/* @__PURE__ */ jsx(Icon_default, {
|
|
20
|
+
size: isMobile ? IconSize.XSmall : IconSize.Small,
|
|
21
|
+
svgIcon: CheckFill_default,
|
|
22
|
+
className: classNames(styles["toast__icon"], styles["toast__icon--check"])
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ jsxs("div", {
|
|
25
|
+
className: styles["toast__text-container"],
|
|
26
|
+
children: [/* @__PURE__ */ jsx("span", {
|
|
27
|
+
className: styles["toast__title"],
|
|
28
|
+
children: title
|
|
29
|
+
}), message && /* @__PURE__ */ jsx("span", {
|
|
30
|
+
className: styles["toast__description"],
|
|
31
|
+
children: message
|
|
32
|
+
})]
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ jsx(Close_default, {
|
|
35
|
+
onClick: handleClose,
|
|
36
|
+
color: "black",
|
|
37
|
+
className: classNames(styles["toast__icon"], styles["toast__icon--close"]),
|
|
38
|
+
testId: `${testId}-close`
|
|
39
|
+
})
|
|
40
|
+
]
|
|
41
|
+
});
|
|
42
|
+
};
|
|
43
|
+
var Toast_default = Toast;
|
|
44
|
+
export { Toast_default as t };
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=Toast.js.map
|
package/lib/Toast.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toast.js","names":["Toast: React.FC<ToastProps>"],"sources":["../src/components/Toast/Toast.tsx"],"sourcesContent":["import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { useIsMobileBreakpoint } from '../../hooks/useIsMobileBreakpoint';\nimport Close from '../Close';\nimport Icon, { IconSize } from '../Icon';\nimport CheckFill from '../Icons/CheckFill';\n\nimport styles from './styles.module.scss';\n\nexport interface ToastProps {\n /** Sets the data-testid attribute. */\n testId?: string;\n /** The title to display in the toast */\n title: string;\n /** The message to display in the toast */\n message?: string;\n /** Callback when toast is closed */\n onClose?: () => void;\n}\n\nconst Toast: React.FC<ToastProps> = ({ testId, title, message, onClose }) => {\n const isMobile = useIsMobileBreakpoint();\n\n const handleClose = (): void => {\n if (onClose) {\n onClose();\n }\n };\n\n return (\n <output className={styles['toast']} data-testid={testId}>\n <Icon\n size={isMobile ? IconSize.XSmall : IconSize.Small}\n svgIcon={CheckFill}\n className={classNames(styles['toast__icon'], styles['toast__icon--check'])}\n />\n <div className={styles['toast__text-container']}>\n <span className={styles['toast__title']}>{title}</span>\n {message && <span className={styles['toast__description']}>{message}</span>}\n </div>\n <Close\n onClick={handleClose}\n color=\"black\"\n className={classNames(styles['toast__icon'], styles['toast__icon--close'])}\n testId={`${testId}-close`}\n />\n </output>\n );\n};\n\nexport default Toast;\n"],"mappings":";;;;;;;;;AAsBA,IAAMA,SAA+B,EAAE,QAAQ,OAAO,SAAS,cAAc;CAC3E,MAAM,WAAW,uBAAuB;CAExC,MAAM,oBAA0B;AAC9B,MAAI,QACF,UAAS;;AAIb,QACE,qBAAC,UAAA;EAAO,WAAW,OAAO;EAAU,eAAa;;GAC/C,oBAAC,cAAA;IACC,MAAM,WAAW,SAAS,SAAS,SAAS;IAC5C,SAAS;IACT,WAAW,WAAW,OAAO,gBAAgB,OAAO,sBAAsB;KAC1E;GACF,qBAAC,OAAA;IAAI,WAAW,OAAO;eACrB,oBAAC,QAAA;KAAK,WAAW,OAAO;eAAkB;MAAa,EACtD,WAAW,oBAAC,QAAA;KAAK,WAAW,OAAO;eAAwB;MAAe,CAAA;KACvE;GACN,oBAAC,eAAA;IACC,SAAS;IACT,OAAM;IACN,WAAW,WAAW,OAAO,gBAAgB,OAAO,sBAAsB;IAC1E,QAAQ,GAAG,OAAO;KAClB;;GACK;;AAIb,IAAA,gBAAe"}
|
package/lib/TriangleX.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { r as getIcon } from "./Icon.js";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Fragment, jsx } from "react/jsx-runtime";
|
|
4
|
+
var TriangleX = ({ size, isHovered }) => {
|
|
5
|
+
return getIcon({
|
|
6
|
+
size,
|
|
7
|
+
isHovered,
|
|
8
|
+
normal: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", {
|
|
9
|
+
fillRule: "evenodd",
|
|
10
|
+
d: "m24 7 19 33.712H5L24 7Zm-5.792 17.951a1.185 1.185 0 1 1 1.676-1.675l4.01 4.01 3.895-3.895a1.19 1.19 0 0 1 1.683 1.683l-3.895 3.895 4.387 4.387a1.185 1.185 0 0 1-1.675 1.675l-4.387-4.386-4.503 4.502a1.19 1.19 0 0 1-1.683-1.683l4.503-4.502-4.01-4.011Z",
|
|
11
|
+
clipRule: "evenodd"
|
|
12
|
+
}) }),
|
|
13
|
+
normalHover: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
d: "m24 7 19 33.712H5L24 7Zm-4.243 19.433a1.185 1.185 0 0 1 1.676-1.676l2.563 2.564 2.564-2.564a1.19 1.19 0 0 1 1.683 1.683l-2.564 2.564 2.564 2.563a1.184 1.184 0 1 1-1.676 1.676l-2.563-2.564-2.564 2.564a1.19 1.19 0 1 1-1.683-1.683l2.564-2.564-2.564-2.563Z",
|
|
16
|
+
clipRule: "evenodd"
|
|
17
|
+
}) }),
|
|
18
|
+
xSmall: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", {
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
d: "m24 7.5 19 33.712H5L24 7.5Zm-5.792 17.95a1.185 1.185 0 0 1 1.676-1.676l4.01 4.01 3.895-3.894a1.19 1.19 0 1 1 1.683 1.683l-3.895 3.895 4.387 4.387a1.184 1.184 0 1 1-1.675 1.675l-4.387-4.387-4.502 4.502a1.19 1.19 0 1 1-1.683-1.683l4.502-4.502-4.01-4.01Z",
|
|
21
|
+
clipRule: "evenodd"
|
|
22
|
+
}) }),
|
|
23
|
+
xSmallHover: /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
d: "m24 7.5 19 33.712H5L24 7.5Zm-4.243 19.433a1.185 1.185 0 0 1 1.676-1.675l2.563 2.564 2.564-2.564a1.19 1.19 0 0 1 1.683 1.683l-2.564 2.564 2.564 2.563a1.185 1.185 0 0 1-1.676 1.675l-2.563-2.563-2.564 2.564a1.19 1.19 0 1 1-1.683-1.683l2.564-2.564-2.564-2.564Z",
|
|
26
|
+
clipRule: "evenodd"
|
|
27
|
+
}) })
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
var TriangleX_default = TriangleX;
|
|
31
|
+
export { TriangleX_default as t };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=TriangleX.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TriangleX.js","names":["TriangleX: React.FC<SvgPathProps>"],"sources":["../src/components/Icons/TriangleX.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst TriangleX: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <>\n <path\n fillRule=\"evenodd\"\n d=\"m24 7 19 33.712H5L24 7Zm-5.792 17.951a1.185 1.185 0 1 1 1.676-1.675l4.01 4.01 3.895-3.895a1.19 1.19 0 0 1 1.683 1.683l-3.895 3.895 4.387 4.387a1.185 1.185 0 0 1-1.675 1.675l-4.387-4.386-4.503 4.502a1.19 1.19 0 0 1-1.683-1.683l4.503-4.502-4.01-4.011Z\"\n clipRule=\"evenodd\"\n />\n </>\n );\n\n const normalHover = (\n <>\n <path\n fillRule=\"evenodd\"\n d=\"m24 7 19 33.712H5L24 7Zm-4.243 19.433a1.185 1.185 0 0 1 1.676-1.676l2.563 2.564 2.564-2.564a1.19 1.19 0 0 1 1.683 1.683l-2.564 2.564 2.564 2.563a1.184 1.184 0 1 1-1.676 1.676l-2.563-2.564-2.564 2.564a1.19 1.19 0 1 1-1.683-1.683l2.564-2.564-2.564-2.563Z\"\n clipRule=\"evenodd\"\n />\n </>\n );\n\n const xSmall = (\n <>\n <path\n fillRule=\"evenodd\"\n d=\"m24 7.5 19 33.712H5L24 7.5Zm-5.792 17.95a1.185 1.185 0 0 1 1.676-1.676l4.01 4.01 3.895-3.894a1.19 1.19 0 1 1 1.683 1.683l-3.895 3.895 4.387 4.387a1.184 1.184 0 1 1-1.675 1.675l-4.387-4.387-4.502 4.502a1.19 1.19 0 1 1-1.683-1.683l4.502-4.502-4.01-4.01Z\"\n clipRule=\"evenodd\"\n />\n </>\n );\n\n const xSmallHover = (\n <>\n <path\n fillRule=\"evenodd\"\n d=\"m24 7.5 19 33.712H5L24 7.5Zm-4.243 19.433a1.185 1.185 0 0 1 1.676-1.675l2.563 2.564 2.564-2.564a1.19 1.19 0 0 1 1.683 1.683l-2.564 2.564 2.564 2.563a1.185 1.185 0 0 1-1.676 1.675l-2.563-2.563-2.564 2.564a1.19 1.19 0 1 1-1.683-1.683l2.564-2.564-2.564-2.564Z\"\n clipRule=\"evenodd\"\n />\n </>\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default TriangleX;\n"],"mappings":";;;AAIA,IAAMA,aAAqC,EAAE,MAAM,gBAAkD;AAyCnG,QAAO,QAAQ;EAAE;EAAM;EAAW,QAvChC,oBAAA,UAAA,EAAA,UACE,oBAAC,QAAA;GACC,UAAS;GACT,GAAE;GACF,UAAS;IACT,EAAA,CACD;EAiCqC,aA7BxC,oBAAA,UAAA,EAAA,UACE,oBAAC,QAAA;GACC,UAAS;GACT,GAAE;GACF,UAAS;IACT,EAAA,CACD;EAuBkD,QAnBrD,oBAAA,UAAA,EAAA,UACE,oBAAC,QAAA;GACC,UAAS;GACT,GAAE;GACF,UAAS;IACT,EAAA,CACD;EAa0D,aAT7D,oBAAA,UAAA,EAAA,UACE,oBAAC,QAAA;GACC,UAAS;GACT,GAAE;GACF,UAAS;IACT,EAAA,CACD;EAGuE,CAAC;;AAG/E,IAAA,oBAAe"}
|
package/lib/Undo.js
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { r as getIcon } from "./Icon.js";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
var Undo = ({ size, isHovered }) => {
|
|
5
|
+
return getIcon({
|
|
6
|
+
size,
|
|
7
|
+
isHovered,
|
|
8
|
+
normal: /* @__PURE__ */ jsx("path", {
|
|
9
|
+
fillRule: "evenodd",
|
|
10
|
+
d: "M37.976 24.195c0 7.782-6.331 14.112-14.113 14.112-6.675 0-12.49-4.74-13.825-11.27l1.273-.26c1.213 5.928 6.492 10.23 12.552 10.23 7.065 0 12.813-5.747 12.813-12.812 0-7.065-5.748-12.813-12.813-12.813-3.885 0-7.554 1.796-9.977 4.812h4.92v1.299H11.97l-.337-7.12 1.299-.061.223 4.72c2.669-3.11 6.578-4.95 10.707-4.95 7.782 0 14.113 6.33 14.113 14.113"
|
|
11
|
+
}),
|
|
12
|
+
normalHover: /* @__PURE__ */ jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M34.02 34.213a14.132 14.132 0 01-10.002 4.125 14.03 14.03 0 01-7.743-2.317l.716-1.085c5.049 3.333 11.823 2.644 16.11-1.642 4.995-4.996 4.995-13.124 0-18.12-4.996-4.995-13.124-4.994-18.12 0-2.747 2.747-4.071 6.611-3.653 10.457l3.479-3.479.919.92-4.833 4.832-5.272-4.796.875-.962 3.496 3.181c-.313-4.087 1.15-8.153 4.07-11.072 5.502-5.502 14.455-5.503 19.958 0 5.502 5.502 5.502 14.456 0 19.958"
|
|
15
|
+
}),
|
|
16
|
+
xSmall: /* @__PURE__ */ jsx("path", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
d: "M38.21 24.195c0 7.911-6.436 14.347-14.347 14.347-6.784 0-12.696-4.82-14.055-11.457l1.732-.355c1.192 5.82 6.374 10.043 12.323 10.043 6.936 0 12.579-5.642 12.579-12.578 0-6.936-5.643-12.579-12.579-12.579-3.65 0-7.109 1.61-9.486 4.342h4.428v1.77h-7.058l-.346-7.343 1.766-.085.195 4.13a14.384 14.384 0 0110.501-4.582c7.911 0 14.347 6.436 14.347 14.347"
|
|
19
|
+
}),
|
|
20
|
+
xSmallHover: /* @__PURE__ */ jsx("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
d: "M34.186 34.38a14.37 14.37 0 01-10.169 4.192c-2.73 0-5.474-.772-7.87-2.355l.973-1.475c4.957 3.271 11.608 2.593 15.815-1.613 4.905-4.905 4.905-12.885 0-17.788-4.903-4.905-12.884-4.905-17.788 0-2.581 2.58-3.888 6.165-3.637 9.777l3.13-3.132 1.251 1.252-4.99 4.99-5.438-4.947 1.19-1.307 3.058 2.781a14.382 14.382 0 014.186-10.665c5.593-5.593 14.695-5.594 20.289 0 5.593 5.594 5.593 14.695 0 20.29"
|
|
23
|
+
}),
|
|
24
|
+
xxSmall: /* @__PURE__ */ jsx("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M38.726 24.194c0 8.196-6.668 14.864-14.864 14.864-7.028 0-13.152-4.992-14.56-11.87l2.744-.56c1.14 5.578 6.11 9.628 11.816 9.628 6.652 0 12.064-5.41 12.064-12.062 0-6.652-5.412-12.062-12.064-12.062-3.1 0-6.05 1.218-8.272 3.312h5.248v2.802h-9.516l-.004-9.89h2.802v4.624a14.893 14.893 0 0 1 9.742-3.648c8.196 0 14.864 6.666 14.864 14.862"
|
|
27
|
+
}),
|
|
28
|
+
xxSmallHover: /* @__PURE__ */ jsx("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
d: "M32.733 36.266a14.834 14.834 0 0 1-8.726 2.824 14.835 14.835 0 0 1-10.028-3.876l1.89-2.066c4.198 3.844 10.6 4.204 15.22.852 5.382-3.906 6.584-11.464 2.678-16.848a11.986 11.986 0 0 0-7.87-4.826c-3.184-.51-6.37.258-8.978 2.15-2.51 1.822-4.184 4.54-4.75 7.54l4.248-3.082 1.644 2.266-7.702 5.59-5.812-8.002 2.266-1.646 2.718 3.744a14.89 14.89 0 0 1 5.744-8.676c6.63-4.816 15.944-3.336 20.756 3.298 4.814 6.634 3.334 15.944-3.298 20.758"
|
|
31
|
+
})
|
|
32
|
+
});
|
|
33
|
+
};
|
|
34
|
+
var Undo_default = Undo;
|
|
35
|
+
export { Undo_default as t };
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=Undo.js.map
|
package/lib/Undo.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Undo.js","names":["Undo: React.FC<SvgPathProps>"],"sources":["../src/components/Icons/Undo.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst Undo: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M37.976 24.195c0 7.782-6.331 14.112-14.113 14.112-6.675 0-12.49-4.74-13.825-11.27l1.273-.26c1.213 5.928 6.492 10.23 12.552 10.23 7.065 0 12.813-5.747 12.813-12.812 0-7.065-5.748-12.813-12.813-12.813-3.885 0-7.554 1.796-9.977 4.812h4.92v1.299H11.97l-.337-7.12 1.299-.061.223 4.72c2.669-3.11 6.578-4.95 10.707-4.95 7.782 0 14.113 6.33 14.113 14.113\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M34.02 34.213a14.132 14.132 0 01-10.002 4.125 14.03 14.03 0 01-7.743-2.317l.716-1.085c5.049 3.333 11.823 2.644 16.11-1.642 4.995-4.996 4.995-13.124 0-18.12-4.996-4.995-13.124-4.994-18.12 0-2.747 2.747-4.071 6.611-3.653 10.457l3.479-3.479.919.92-4.833 4.832-5.272-4.796.875-.962 3.496 3.181c-.313-4.087 1.15-8.153 4.07-11.072 5.502-5.502 14.455-5.503 19.958 0 5.502 5.502 5.502 14.456 0 19.958\"\n />\n );\n\n const xSmall = (\n <path\n fillRule={'evenodd'}\n d=\"M38.21 24.195c0 7.911-6.436 14.347-14.347 14.347-6.784 0-12.696-4.82-14.055-11.457l1.732-.355c1.192 5.82 6.374 10.043 12.323 10.043 6.936 0 12.579-5.642 12.579-12.578 0-6.936-5.643-12.579-12.579-12.579-3.65 0-7.109 1.61-9.486 4.342h4.428v1.77h-7.058l-.346-7.343 1.766-.085.195 4.13a14.384 14.384 0 0110.501-4.582c7.911 0 14.347 6.436 14.347 14.347\"\n />\n );\n\n const xSmallHover = (\n <path\n fillRule={'evenodd'}\n d=\"M34.186 34.38a14.37 14.37 0 01-10.169 4.192c-2.73 0-5.474-.772-7.87-2.355l.973-1.475c4.957 3.271 11.608 2.593 15.815-1.613 4.905-4.905 4.905-12.885 0-17.788-4.903-4.905-12.884-4.905-17.788 0-2.581 2.58-3.888 6.165-3.637 9.777l3.13-3.132 1.251 1.252-4.99 4.99-5.438-4.947 1.19-1.307 3.058 2.781a14.382 14.382 0 014.186-10.665c5.593-5.593 14.695-5.594 20.289 0 5.593 5.594 5.593 14.695 0 20.29\"\n />\n );\n\n const xxSmall = (\n <path\n fillRule={'evenodd'}\n d=\"M38.726 24.194c0 8.196-6.668 14.864-14.864 14.864-7.028 0-13.152-4.992-14.56-11.87l2.744-.56c1.14 5.578 6.11 9.628 11.816 9.628 6.652 0 12.064-5.41 12.064-12.062 0-6.652-5.412-12.062-12.064-12.062-3.1 0-6.05 1.218-8.272 3.312h5.248v2.802h-9.516l-.004-9.89h2.802v4.624a14.893 14.893 0 0 1 9.742-3.648c8.196 0 14.864 6.666 14.864 14.862\"\n ></path>\n );\n\n const xxSmallHover = (\n <path\n fillRule={'evenodd'}\n d=\"M32.733 36.266a14.834 14.834 0 0 1-8.726 2.824 14.835 14.835 0 0 1-10.028-3.876l1.89-2.066c4.198 3.844 10.6 4.204 15.22.852 5.382-3.906 6.584-11.464 2.678-16.848a11.986 11.986 0 0 0-7.87-4.826c-3.184-.51-6.37.258-8.978 2.15-2.51 1.822-4.184 4.54-4.75 7.54l4.248-3.082 1.644 2.266-7.702 5.59-5.812-8.002 2.266-1.646 2.718 3.744a14.89 14.89 0 0 1 5.744-8.676c6.63-4.816 15.944-3.336 20.756 3.298 4.814 6.634 3.334 15.944-3.298 20.758\"\n ></path>\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover, xxSmall, xxSmallHover });\n};\n\nexport default Undo;\n"],"mappings":";;;AAIA,IAAMA,QAAgC,EAAE,MAAM,gBAAkD;AA2C9F,QAAO,QAAQ;EAAE;EAAM;EAAW,QAzChC,oBAAC,QAAA;GACC,UAAU;GACV,GAAE;IACF;EAsCsC,aAlCxC,oBAAC,QAAA;GACC,UAAU;GACV,GAAE;IACF;EA+BmD,QA3BrD,oBAAC,QAAA;GACC,UAAU;GACV,GAAE;IACF;EAwB2D,aApB7D,oBAAC,QAAA;GACC,UAAU;GACV,GAAE;IACF;EAiBwE,SAb1E,oBAAC,QAAA;GACC,UAAU;GACV,GAAE;IACI;EAU2E,cANnF,oBAAC,QAAA;GACC,UAAU;GACV,GAAE;IACI;EAGyF,CAAC;;AAGtG,IAAA,eAAe"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { r as getIcon } from "./Icon.js";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
var VerticalDots = ({ size, isHovered }) => {
|
|
5
|
+
return getIcon({
|
|
6
|
+
size,
|
|
7
|
+
isHovered,
|
|
8
|
+
normal: /* @__PURE__ */ jsx("path", { d: "M23.5 16.934c1.045 0 1.9-.855 1.9-1.9s-.855-1.9-1.9-1.9-1.9.855-1.9 1.9.855 1.9 1.9 1.9zm0 8.465c1.045 0 1.9-.855 1.9-1.9s-.855-1.9-1.9-1.9-1.9.855-1.9 1.9.855 1.9 1.9 1.9zm0 8.465c1.045 0 1.9-.855 1.9-1.9s-.855-1.9-1.9-1.9-1.9.855-1.9 1.9.855 1.9 1.9 1.9z" }),
|
|
9
|
+
normalHover: /* @__PURE__ */ jsx("path", { d: "M23.5 14.408c1.045 0 1.9-.855 1.9-1.9s-.855-1.9-1.9-1.9-1.9.855-1.9 1.9.855 1.9 1.9 1.9zm0 10.991c1.045 0 1.9-.855 1.9-1.9s-.855-1.9-1.9-1.9-1.9.855-1.9 1.9.855 1.9 1.9 1.9zm0 10.992c1.045 0 1.9-.856 1.9-1.9 0-1.046-.855-1.9-1.9-1.9s-1.9.854-1.9 1.9c0 1.044.855 1.9 1.9 1.9z" }),
|
|
10
|
+
xSmall: /* @__PURE__ */ jsx("path", { d: "M24 17.936c1.32 0 2.4-1.081 2.4-2.401 0-1.321-1.08-2.4-2.4-2.4-1.32 0-2.4 1.079-2.4 2.4 0 1.32 1.08 2.4 2.4 2.4zm0 8.465c1.32 0 2.4-1.081 2.4-2.401 0-1.32-1.08-2.4-2.4-2.4-1.32 0-2.4 1.08-2.4 2.4 0 1.32 1.08 2.4 2.4 2.4zm0 8.465c1.32 0 2.4-1.081 2.4-2.4 0-1.322-1.08-2.402-2.4-2.402-1.32 0-2.4 1.08-2.4 2.401 0 1.32 1.08 2.4 2.4 2.4z" }),
|
|
11
|
+
xSmallHover: /* @__PURE__ */ jsx("path", { d: "M24 15.41c1.32 0 2.4-1.082 2.4-2.401 0-1.321-1.08-2.401-2.4-2.401-1.32 0-2.4 1.08-2.4 2.4 0 1.32 1.08 2.401 2.4 2.401zm0 10.99c1.32 0 2.4-1.08 2.4-2.4 0-1.32-1.08-2.4-2.4-2.4-1.32 0-2.4 1.08-2.4 2.4 0 1.32 1.08 2.4 2.4 2.4zm0 10.992c1.32 0 2.4-1.08 2.4-2.4 0-1.321-1.08-2.401-2.4-2.401-1.32 0-2.4 1.08-2.4 2.4 0 1.32 1.08 2.401 2.4 2.401z" })
|
|
12
|
+
});
|
|
13
|
+
};
|
|
14
|
+
var VerticalDots_default = VerticalDots;
|
|
15
|
+
export { VerticalDots_default as t };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=VerticalDots.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VerticalDots.js","names":["VerticalDots: React.FC<SvgPathProps>"],"sources":["../src/components/Icons/VerticalDots.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst VerticalDots: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M23.5 16.934c1.045 0 1.9-.855 1.9-1.9s-.855-1.9-1.9-1.9-1.9.855-1.9 1.9.855 1.9 1.9 1.9zm0 8.465c1.045 0 1.9-.855 1.9-1.9s-.855-1.9-1.9-1.9-1.9.855-1.9 1.9.855 1.9 1.9 1.9zm0 8.465c1.045 0 1.9-.855 1.9-1.9s-.855-1.9-1.9-1.9-1.9.855-1.9 1.9.855 1.9 1.9 1.9z\" />\n );\n\n const normalHover = (\n <path d=\"M23.5 14.408c1.045 0 1.9-.855 1.9-1.9s-.855-1.9-1.9-1.9-1.9.855-1.9 1.9.855 1.9 1.9 1.9zm0 10.991c1.045 0 1.9-.855 1.9-1.9s-.855-1.9-1.9-1.9-1.9.855-1.9 1.9.855 1.9 1.9 1.9zm0 10.992c1.045 0 1.9-.856 1.9-1.9 0-1.046-.855-1.9-1.9-1.9s-1.9.854-1.9 1.9c0 1.044.855 1.9 1.9 1.9z\" />\n );\n\n const xSmall = (\n <path d=\"M24 17.936c1.32 0 2.4-1.081 2.4-2.401 0-1.321-1.08-2.4-2.4-2.4-1.32 0-2.4 1.079-2.4 2.4 0 1.32 1.08 2.4 2.4 2.4zm0 8.465c1.32 0 2.4-1.081 2.4-2.401 0-1.32-1.08-2.4-2.4-2.4-1.32 0-2.4 1.08-2.4 2.4 0 1.32 1.08 2.4 2.4 2.4zm0 8.465c1.32 0 2.4-1.081 2.4-2.4 0-1.322-1.08-2.402-2.4-2.402-1.32 0-2.4 1.08-2.4 2.401 0 1.32 1.08 2.4 2.4 2.4z\" />\n );\n\n const xSmallHover = (\n <path d=\"M24 15.41c1.32 0 2.4-1.082 2.4-2.401 0-1.321-1.08-2.401-2.4-2.401-1.32 0-2.4 1.08-2.4 2.4 0 1.32 1.08 2.401 2.4 2.401zm0 10.99c1.32 0 2.4-1.08 2.4-2.4 0-1.32-1.08-2.4-2.4-2.4-1.32 0-2.4 1.08-2.4 2.4 0 1.32 1.08 2.4 2.4 2.4zm0 10.992c1.32 0 2.4-1.08 2.4-2.4 0-1.321-1.08-2.401-2.4-2.401-1.32 0-2.4 1.08-2.4 2.4 0 1.32 1.08 2.401 2.4 2.401z\" />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default VerticalDots;\n"],"mappings":";;;AAIA,IAAMA,gBAAwC,EAAE,MAAM,gBAAkD;AAiBtG,QAAO,QAAQ;EAAE;EAAM;EAAW,QAfhC,oBAAC,QAAA,EAAK,GAAE,oQAAA,CAAqQ;EAerO,aAXxC,oBAAC,QAAA,EAAK,GAAE,sRAAA,CAAuR;EAW1O,QAPrD,oBAAC,QAAA,EAAK,GAAE,iVAAA,CAAkV;EAO7R,aAH7D,oBAAC,QAAA,EAAK,GAAE,sVAAA,CAAuV;EAGrR,CAAC;;AAG/E,IAAA,uBAAe"}
|
package/lib/Watch.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { r as getIcon } from "./Icon.js";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
var Watch = ({ size, isHovered }) => {
|
|
5
|
+
return getIcon({
|
|
6
|
+
size,
|
|
7
|
+
isHovered,
|
|
8
|
+
normal: /* @__PURE__ */ jsx("path", {
|
|
9
|
+
fillRule: "evenodd",
|
|
10
|
+
d: "M36.763 24c0-7.037-5.725-12.763-12.762-12.763-7.039 0-12.764 5.726-12.764 12.763S16.962 36.762 24 36.762 36.764 31.037 36.764 24zm1.4 0c0 7.809-6.353 14.162-14.162 14.162-7.81 0-14.164-6.353-14.164-14.162 0-7.81 6.354-14.163 14.163-14.163 7.81 0 14.163 6.353 14.163 14.163zM24.5 23.5h4.584v1H23.5v-7.126h1V23.5z"
|
|
11
|
+
}),
|
|
12
|
+
normalHover: /* @__PURE__ */ jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
d: "M36.763 24c0-7.037-5.725-12.763-12.762-12.763-7.039 0-12.764 5.726-12.764 12.763S16.962 36.762 24 36.762 36.764 31.037 36.764 24zm1.4 0c0 7.809-6.353 14.162-14.162 14.162-7.81 0-14.164-6.353-14.164-14.162 0-7.81 6.354-14.163 14.163-14.163 7.81 0 14.163 6.353 14.163 14.163zM24.5 23.793l3.448 3.449-.707.707-3.742-3.742v-6.833h1v6.419z"
|
|
15
|
+
}),
|
|
16
|
+
xSmall: /* @__PURE__ */ jsx("path", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
d: "M24 36.577c-6.936 0-12.579-5.642-12.579-12.577 0-6.936 5.643-12.579 12.579-12.579 6.936 0 12.579 5.643 12.579 12.579 0 6.935-5.643 12.577-12.579 12.577zm0-26.924C16.089 9.653 9.653 16.09 9.653 24S16.09 38.346 24 38.346 38.347 31.91 38.347 24c0-7.911-6.436-14.347-14.347-14.347zm.632 7.722h-1.264v7.257h5.717v-1.264h-4.453v-5.993z"
|
|
19
|
+
}),
|
|
20
|
+
xSmallHover: /* @__PURE__ */ jsx("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
d: "M36.578 24c0-6.936-5.643-12.579-12.579-12.579-6.934 0-12.577 5.643-12.577 12.579 0 6.935 5.643 12.577 12.577 12.577 6.936 0 12.579-5.642 12.579-12.577zm1.768 0c0 7.911-6.435 14.346-14.347 14.346-7.91 0-14.345-6.435-14.345-14.346 0-7.911 6.435-14.347 14.345-14.347 7.912 0 14.347 6.436 14.347 14.347zm-13.715-.261l3.412 3.41-.893.893-3.782-3.78v-6.887h1.263v6.364z"
|
|
23
|
+
})
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
var Watch_default = Watch;
|
|
27
|
+
export { Watch_default as t };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=Watch.js.map
|
package/lib/Watch.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Watch.js","names":["Watch: React.FC<SvgPathProps>"],"sources":["../src/components/Icons/Watch.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst Watch: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M36.763 24c0-7.037-5.725-12.763-12.762-12.763-7.039 0-12.764 5.726-12.764 12.763S16.962 36.762 24 36.762 36.764 31.037 36.764 24zm1.4 0c0 7.809-6.353 14.162-14.162 14.162-7.81 0-14.164-6.353-14.164-14.162 0-7.81 6.354-14.163 14.163-14.163 7.81 0 14.163 6.353 14.163 14.163zM24.5 23.5h4.584v1H23.5v-7.126h1V23.5z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M36.763 24c0-7.037-5.725-12.763-12.762-12.763-7.039 0-12.764 5.726-12.764 12.763S16.962 36.762 24 36.762 36.764 31.037 36.764 24zm1.4 0c0 7.809-6.353 14.162-14.162 14.162-7.81 0-14.164-6.353-14.164-14.162 0-7.81 6.354-14.163 14.163-14.163 7.81 0 14.163 6.353 14.163 14.163zM24.5 23.793l3.448 3.449-.707.707-3.742-3.742v-6.833h1v6.419z\"\n />\n );\n\n const xSmall = (\n <path\n fillRule={'evenodd'}\n d=\"M24 36.577c-6.936 0-12.579-5.642-12.579-12.577 0-6.936 5.643-12.579 12.579-12.579 6.936 0 12.579 5.643 12.579 12.579 0 6.935-5.643 12.577-12.579 12.577zm0-26.924C16.089 9.653 9.653 16.09 9.653 24S16.09 38.346 24 38.346 38.347 31.91 38.347 24c0-7.911-6.436-14.347-14.347-14.347zm.632 7.722h-1.264v7.257h5.717v-1.264h-4.453v-5.993z\"\n />\n );\n\n const xSmallHover = (\n <path\n fillRule={'evenodd'}\n d=\"M36.578 24c0-6.936-5.643-12.579-12.579-12.579-6.934 0-12.577 5.643-12.577 12.579 0 6.935 5.643 12.577 12.577 12.577 6.936 0 12.579-5.642 12.579-12.577zm1.768 0c0 7.911-6.435 14.346-14.347 14.346-7.91 0-14.345-6.435-14.345-14.346 0-7.911 6.435-14.347 14.345-14.347 7.912 0 14.347 6.436 14.347 14.347zm-13.715-.261l3.412 3.41-.893.893-3.782-3.78v-6.887h1.263v6.364z\"\n />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default Watch;\n"],"mappings":";;;AAIA,IAAMA,SAAiC,EAAE,MAAM,gBAAkD;AA6B/F,QAAO,QAAQ;EAAE;EAAM;EAAW,QA3BhC,oBAAC,QAAA;GACC,UAAU;GACV,GAAE;IACF;EAwBsC,aApBxC,oBAAC,QAAA;GACC,UAAU;GACV,GAAE;IACF;EAiBmD,QAbrD,oBAAC,QAAA;GACC,UAAU;GACV,GAAE;IACF;EAU2D,aAN7D,oBAAC,QAAA;GACC,UAAU;GACV,GAAE;IACF;EAGwE,CAAC;;AAG/E,IAAA,gBAAe"}
|
package/lib/X.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as getIcon } from "./Icon.js";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
var X = ({ size, isHovered }) => {
|
|
5
|
+
return getIcon({
|
|
6
|
+
size,
|
|
7
|
+
isHovered,
|
|
8
|
+
normal: /* @__PURE__ */ jsx("path", { d: "M25.403 24l10.259-10.259-1.403-1.403L24 22.597l-10.259-10.26-1.403 1.403L22.597 24 12.338 34.26l1.403 1.403L24 25.403l10.259 10.259 1.403-1.403z" }),
|
|
9
|
+
normalHover: /* @__PURE__ */ jsx("path", { d: "M24 22.597L12.327 10.924l-1.403 1.402L22.597 24 10.923 35.674l1.403 1.402L24 25.403l11.674 11.673 1.403-1.402L25.403 24l11.673-11.674-1.403-1.402z" }),
|
|
10
|
+
xSmall: /* @__PURE__ */ jsx("path", { d: "M25.773 24l10.432-10.432-1.772-1.773-10.432 10.433-10.433-10.433-1.773 1.772L22.229 24 11.795 34.433l1.773 1.772 10.433-10.433 10.432 10.433 1.772-1.773z" }),
|
|
11
|
+
xSmallHover: /* @__PURE__ */ jsx("path", { d: "M24 22.227L11.781 10.008l-1.772 1.772 12.219 12.219-12.22 12.22 1.772 1.772L24 25.771l12.22 12.22 1.772-1.772-12.22-12.22L37.991 11.78l-1.772-1.772z" }),
|
|
12
|
+
xxSmall: /* @__PURE__ */ jsx("path", { d: "M36.3746 13.6056 34.3946 11.6256 24.0006 22.0196 13.6066 11.6256 11.6266 13.6056 22.0206 23.9996 11.6266 34.3936 13.6066 36.3736 24.0006 25.9796 34.3946 36.3736 36.3746 34.3936 25.9806 23.9996" }),
|
|
13
|
+
xxSmallHover: /* @__PURE__ */ jsx("path", { d: "M39.0362 10.9454 37.0562 8.9654 24.0002 22.0194 10.9442 8.9654 8.9642 10.9454 22.0202 23.9994 8.9642 37.0554 10.9442 39.0354 24.0002 25.9814 37.0562 39.0354 39.0362 37.0554 25.9802 23.9994" })
|
|
14
|
+
});
|
|
15
|
+
};
|
|
16
|
+
var X_default = X;
|
|
17
|
+
export { X_default as t };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=X.js.map
|
package/lib/X.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"X.js","names":["X: React.FC<SvgPathProps>"],"sources":["../src/components/Icons/X.tsx"],"sourcesContent":["import React from 'react';\n\nimport { getIcon, SvgPathProps } from '../Icon';\n\nconst X: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M25.403 24l10.259-10.259-1.403-1.403L24 22.597l-10.259-10.26-1.403 1.403L22.597 24 12.338 34.26l1.403 1.403L24 25.403l10.259 10.259 1.403-1.403z\" />\n );\n\n const normalHover = (\n <path d=\"M24 22.597L12.327 10.924l-1.403 1.402L22.597 24 10.923 35.674l1.403 1.402L24 25.403l11.674 11.673 1.403-1.402L25.403 24l11.673-11.674-1.403-1.402z\" />\n );\n\n const xSmall = (\n <path d=\"M25.773 24l10.432-10.432-1.772-1.773-10.432 10.433-10.433-10.433-1.773 1.772L22.229 24 11.795 34.433l1.773 1.772 10.433-10.433 10.432 10.433 1.772-1.773z\" />\n );\n\n const xSmallHover = (\n <path d=\"M24 22.227L11.781 10.008l-1.772 1.772 12.219 12.219-12.22 12.22 1.772 1.772L24 25.771l12.22 12.22 1.772-1.772-12.22-12.22L37.991 11.78l-1.772-1.772z\" />\n );\n\n const xxSmall = (\n <path d=\"M36.3746 13.6056 34.3946 11.6256 24.0006 22.0196 13.6066 11.6256 11.6266 13.6056 22.0206 23.9996 11.6266 34.3936 13.6066 36.3736 24.0006 25.9796 34.3946 36.3736 36.3746 34.3936 25.9806 23.9996\" />\n );\n\n const xxSmallHover = (\n <path d=\"M39.0362 10.9454 37.0562 8.9654 24.0002 22.0194 10.9442 8.9654 8.9642 10.9454 22.0202 23.9994 8.9642 37.0554 10.9442 39.0354 24.0002 25.9814 37.0562 39.0354 39.0362 37.0554 25.9802 23.9994\" />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover, xxSmall, xxSmallHover });\n};\n\nexport default X;\n"],"mappings":";;;AAIA,IAAMA,KAA6B,EAAE,MAAM,gBAAkD;AAyB3F,QAAO,QAAQ;EAAE;EAAM;EAAW,QAvBhC,oBAAC,QAAA,EAAK,GAAE,oJAAA,CAAqJ;EAuBrH,aAnBxC,oBAAC,QAAA,EAAK,GAAE,sJAAA,CAAuJ;EAmB1G,QAfrD,oBAAC,QAAA,EAAK,GAAE,6JAAA,CAA8J;EAezG,aAX7D,oBAAC,QAAA,EAAK,GAAE,wJAAA,CAAyJ;EAWvF,SAP1E,oBAAC,QAAA,EAAK,GAAE,oMAAA,CAAqM;EAO1H,cAHnF,oBAAC,QAAA,EAAK,GAAE,gMAAA,CAAiM;EAGxG,CAAC;;AAGtG,IAAA,YAAe"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
var IntersectionObserver = class {
|
|
2
|
+
observe() {}
|
|
3
|
+
unobserve() {}
|
|
4
|
+
disconnect() {}
|
|
5
|
+
};
|
|
6
|
+
Object.defineProperty(window, "IntersectionObserver", { value: IntersectionObserver });
|
|
7
|
+
var IntersectionObserver_default = IntersectionObserver;
|
|
8
|
+
export { IntersectionObserver_default as default };
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=IntersectionObserver.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IntersectionObserver.js","names":[],"sources":["../../src/__mocks__/IntersectionObserver.ts"],"sourcesContent":["class IntersectionObserver {\n observe(): void {\n // do nothing\n }\n unobserve(): void {\n // do nothing\n }\n disconnect(): void {\n // do nothing\n }\n}\n\nObject.defineProperty(window, 'IntersectionObserver', {\n value: IntersectionObserver,\n});\n\nexport default IntersectionObserver;\n"],"mappings":"AAAA,IAAM,uBAAN,MAA2B;CACzB,UAAgB;CAGhB,YAAkB;CAGlB,aAAmB;;AAKrB,OAAO,eAAe,QAAQ,wBAAwB,EACpD,OAAO,sBACR,CAAC;AAEF,IAAA,+BAAe"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
var MutationObserver = class {
|
|
2
|
+
observe() {}
|
|
3
|
+
disconnect() {}
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(window, "MutationObserver", { value: MutationObserver });
|
|
6
|
+
var MutationObserver_default = MutationObserver;
|
|
7
|
+
export { MutationObserver_default as default };
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=MutationObserver.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MutationObserver.js","names":[],"sources":["../../src/__mocks__/MutationObserver.ts"],"sourcesContent":["class MutationObserver {\n observe(): void {\n // do nothing\n }\n disconnect(): void {\n // do nothing\n }\n}\n\nObject.defineProperty(window, 'MutationObserver', {\n value: MutationObserver,\n});\n\nexport default MutationObserver;\n"],"mappings":"AAAA,IAAM,mBAAN,MAAuB;CACrB,UAAgB;CAGhB,aAAmB;;AAKrB,OAAO,eAAe,QAAQ,oBAAoB,EAChD,OAAO,kBACR,CAAC;AAEF,IAAA,2BAAe"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
var ResizeObserver = class {
|
|
2
|
+
observe() {}
|
|
3
|
+
unobserve() {}
|
|
4
|
+
disconnect() {}
|
|
5
|
+
};
|
|
6
|
+
Object.defineProperty(window, "ResizeObserver", { value: ResizeObserver });
|
|
7
|
+
var ResizeObserver_default = ResizeObserver;
|
|
8
|
+
export { ResizeObserver_default as default };
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=ResizeObserver.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResizeObserver.js","names":[],"sources":["../../src/__mocks__/ResizeObserver.ts"],"sourcesContent":["class ResizeObserver {\n observe(): void {\n // do nothing\n }\n unobserve(): void {\n // do nothing\n }\n disconnect(): void {\n // do nothing\n }\n}\n\nObject.defineProperty(window, 'ResizeObserver', {\n value: ResizeObserver,\n});\n\nexport default ResizeObserver;\n"],"mappings":"AAAA,IAAM,iBAAN,MAAqB;CACnB,UAAgB;CAGhB,YAAkB;CAGlB,aAAmB;;AAKrB,OAAO,eAAe,QAAQ,kBAAkB,EAC9C,OAAO,gBACR,CAAC;AAEF,IAAA,yBAAe"}
|