@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,155 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '../../scss/spacers' as spacers;
|
|
3
|
+
@use '../../scss/palette' as palette;
|
|
4
|
+
@use '../../scss/breakpoints' as breakpoints;
|
|
5
|
+
|
|
6
|
+
@mixin gridtemplate($second-row-height) {
|
|
7
|
+
grid-template:
|
|
8
|
+
'. statusdots badge chevron' auto
|
|
9
|
+
'icon text badge chevron' $second-row-height '. text badge chevron' auto /
|
|
10
|
+
min-content auto min-content min-content;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@mixin parent-type-expanderlist {
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
align-self: start;
|
|
17
|
+
height: 48px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.element-header {
|
|
21
|
+
padding: 0.5rem spacers.getSpacer(2xs) 0.5rem 0;
|
|
22
|
+
display: grid;
|
|
23
|
+
width: 100%;
|
|
24
|
+
height: 100%;
|
|
25
|
+
text-align: left;
|
|
26
|
+
|
|
27
|
+
@include gridtemplate(3rem);
|
|
28
|
+
|
|
29
|
+
&__title {
|
|
30
|
+
font-size: inherit;
|
|
31
|
+
font-weight: inherit;
|
|
32
|
+
line-height: inherit;
|
|
33
|
+
padding: 0;
|
|
34
|
+
margin: 0;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&__content {
|
|
38
|
+
width: 100%;
|
|
39
|
+
height: 100%;
|
|
40
|
+
grid-area: text;
|
|
41
|
+
align-self: center;
|
|
42
|
+
padding: 0.5rem 0 0.5rem 0.5rem;
|
|
43
|
+
|
|
44
|
+
&[data-hasstatusdots='true'] {
|
|
45
|
+
padding-top: 0.25rem;
|
|
46
|
+
padding-bottom: 0;
|
|
47
|
+
|
|
48
|
+
@media (min-width: map.get(breakpoints.$grid-breakpoints, md)) {
|
|
49
|
+
padding-top: 0.125rem;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
&--element {
|
|
54
|
+
display: flex;
|
|
55
|
+
align-items: flex-start;
|
|
56
|
+
flex-direction: column;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&--spacing {
|
|
60
|
+
margin-left: spacers.getSpacer(2xs);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
:focus > &,
|
|
64
|
+
:focus-visible > & {
|
|
65
|
+
border-color: palette.$black;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&__statusdot-container {
|
|
70
|
+
grid-area: statusdots;
|
|
71
|
+
padding-left: 0.5rem;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&__icon,
|
|
75
|
+
&__icon svg,
|
|
76
|
+
&__avatar,
|
|
77
|
+
&__badge-container,
|
|
78
|
+
&__chevron,
|
|
79
|
+
&__chevron svg {
|
|
80
|
+
align-self: center;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&__icon,
|
|
84
|
+
&__avatar {
|
|
85
|
+
grid-area: icon;
|
|
86
|
+
|
|
87
|
+
&--with-statusdot {
|
|
88
|
+
margin-top: -1rem;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&__icon {
|
|
93
|
+
height: 100%;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
&__chevron {
|
|
97
|
+
grid-area: chevron;
|
|
98
|
+
|
|
99
|
+
svg {
|
|
100
|
+
fill: var(--color-action-graphics-onlight);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&[data-parenttype='linklist'] {
|
|
104
|
+
align-self: center;
|
|
105
|
+
height: 100%;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&[data-parenttype='expanderlist'] {
|
|
109
|
+
@include parent-type-expanderlist;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&__chevron svg,
|
|
114
|
+
&__icon svg {
|
|
115
|
+
height: 100%;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&__badge-container {
|
|
119
|
+
grid-area: badge;
|
|
120
|
+
display: flex;
|
|
121
|
+
flex-flow: row;
|
|
122
|
+
height: 100%;
|
|
123
|
+
gap: 0.5rem;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
&__badge {
|
|
127
|
+
&[data-parenttype='linklist'] {
|
|
128
|
+
align-self: center;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
&[data-parenttype='expanderlist'] {
|
|
132
|
+
@include parent-type-expanderlist;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
&__badge:has(svg),
|
|
137
|
+
&__badge svg {
|
|
138
|
+
height: 100%;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.text-wrapper {
|
|
143
|
+
display: flex;
|
|
144
|
+
align-items: flex-start;
|
|
145
|
+
font-size: 20px;
|
|
146
|
+
font-weight: 400;
|
|
147
|
+
|
|
148
|
+
&--sub-level {
|
|
149
|
+
font-size: 18px;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
&__text--emphasised {
|
|
153
|
+
font-weight: 600;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
import { n as AnalyticsId } from "../../constants2.js";
|
|
2
|
+
import "../../grid.js";
|
|
3
|
+
import { t as Icon_default } from "../../Icon.js";
|
|
4
|
+
import { n as useBreakpoint, t as Breakpoint } from "../../useBreakpoint.js";
|
|
5
|
+
import "../../Title.js";
|
|
6
|
+
import { t as Title_default } from "../../Title2.js";
|
|
7
|
+
import { t as EmptyBox_default } from "../../EmptyBox.js";
|
|
8
|
+
import React from "react";
|
|
9
|
+
import classNames from "classnames";
|
|
10
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
+
import styles from "./styles.module.scss";
|
|
12
|
+
var EmptyBoxBeeMedium = ({ color, svgProperties }) => {
|
|
13
|
+
const palette = (() => {
|
|
14
|
+
switch (color) {
|
|
15
|
+
case "blueberry": return {
|
|
16
|
+
light: "#CAE7ED",
|
|
17
|
+
dark: "#AFDAE3"
|
|
18
|
+
};
|
|
19
|
+
case "cherry": return {
|
|
20
|
+
light: "#F7E1D2",
|
|
21
|
+
dark: "#EEC0A5"
|
|
22
|
+
};
|
|
23
|
+
default: return {
|
|
24
|
+
light: "#F5F3F3",
|
|
25
|
+
dark: "#EAE7E7"
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
})();
|
|
29
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
30
|
+
width: "132",
|
|
31
|
+
height: "132",
|
|
32
|
+
viewBox: "0 0 132 132",
|
|
33
|
+
...svgProperties,
|
|
34
|
+
children: [
|
|
35
|
+
/* @__PURE__ */ jsx("path", {
|
|
36
|
+
d: "M66.0445 66.4768V118.755L25.207 104.674V53.6095L66.0445 66.4768Z",
|
|
37
|
+
fill: palette.dark
|
|
38
|
+
}),
|
|
39
|
+
/* @__PURE__ */ jsx("path", {
|
|
40
|
+
d: "M25.1984 53.6095L14.0254 79.7274L54.8716 92.9885L66.0446 66.4664L25.1984 53.6095Z",
|
|
41
|
+
fill: palette.light
|
|
42
|
+
}),
|
|
43
|
+
/* @__PURE__ */ jsx("path", {
|
|
44
|
+
d: "M66.0443 66.4891V41.2087L106.882 53.6058",
|
|
45
|
+
fill: palette.dark
|
|
46
|
+
}),
|
|
47
|
+
/* @__PURE__ */ jsx("path", {
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
clipRule: "evenodd",
|
|
50
|
+
d: "M78.5763 18.8076C79.0277 18.8695 79.3434 19.2857 79.2814 19.7371C79.1182 20.926 79.3609 22.348 79.8056 23.7065C80.2476 25.0571 80.8609 26.2595 81.3546 26.9836C81.6113 27.36 81.5142 27.8733 81.1378 28.13C80.7613 28.3867 80.248 28.2896 79.9914 27.9131C79.4008 27.047 78.7224 25.7015 78.2374 24.2197C77.755 22.7459 77.4355 21.0513 77.6467 19.5127C77.7087 19.0613 78.1249 18.7456 78.5763 18.8076Z",
|
|
51
|
+
fill: "black"
|
|
52
|
+
}),
|
|
53
|
+
/* @__PURE__ */ jsx("path", {
|
|
54
|
+
fillRule: "evenodd",
|
|
55
|
+
clipRule: "evenodd",
|
|
56
|
+
d: "M81.3303 17.2706C81.7682 17.3965 82.0211 17.8535 81.8952 18.2914C81.754 18.7825 81.7534 19.4366 81.8932 20.2206C82.0313 20.9948 82.2953 21.8357 82.624 22.6671C83.2829 24.3335 84.1667 25.8743 84.6765 26.6219C84.9331 26.9984 84.836 27.5116 84.4596 27.7683C84.0831 28.025 83.5699 27.9279 83.3132 27.5514C82.7387 26.7088 81.796 25.0603 81.0896 23.2738C80.7357 22.3787 80.4324 21.4274 80.2688 20.5103C80.107 19.6029 80.0704 18.6667 80.3095 17.8354C80.4354 17.3976 80.8924 17.1446 81.3303 17.2706Z",
|
|
57
|
+
fill: "black"
|
|
58
|
+
}),
|
|
59
|
+
/* @__PURE__ */ jsx("path", {
|
|
60
|
+
fillRule: "evenodd",
|
|
61
|
+
clipRule: "evenodd",
|
|
62
|
+
d: "M84.3326 16.6089C84.5611 16.5069 84.7937 16.3306 85.0147 16.0669C85.426 15.576 85.7423 14.8341 85.8144 13.9532C85.8864 13.0723 85.6948 12.2889 85.3686 11.7377C85.0413 11.1844 84.6244 10.9258 84.2328 10.8937C83.8412 10.8617 83.3879 11.0492 82.975 11.542C82.8631 11.6756 82.7582 11.8277 82.6633 11.9963C82.6895 12.02 82.7155 12.044 82.7413 12.0683C83.6047 12.8795 84.18 13.8846 84.3834 14.8843C84.5002 15.4584 84.4966 16.0561 84.3326 16.6089ZM79.4366 18.144C78.2337 18.732 77.1911 19.4446 76.3751 20.2294C74.9865 21.5648 74.1117 23.2671 74.57 24.9673C75.0282 26.6675 76.6402 27.6995 78.5117 28.1561C80.4163 28.6207 82.7991 28.5568 85.2269 27.9024C87.6548 27.248 89.7469 26.1056 91.1599 24.7467C92.5485 23.4113 93.4233 21.709 92.965 20.0088C92.5068 18.3087 90.8948 17.2767 89.0233 16.8201C88.3101 16.6461 87.53 16.5462 86.7055 16.5237C87.1187 15.8287 87.3852 14.9886 87.4589 14.0876C87.5554 12.9069 87.3082 11.7755 86.7887 10.8975C86.2704 10.0215 85.4347 9.3365 84.3673 9.24923C83.2999 9.16196 82.364 9.70214 81.7103 10.4822C81.5602 10.6614 81.422 10.856 81.297 11.0638C80.8163 10.8289 80.3191 10.6731 79.8285 10.6048C78.8204 10.4645 77.7639 10.6913 77.0306 11.4718C76.2973 12.2524 76.1367 13.321 76.3396 14.3183C76.5429 15.3181 77.1182 16.3231 77.9817 17.1343C78.429 17.5546 78.9234 17.8945 79.4366 18.144ZM77.5188 21.4187C76.3173 22.5742 75.9339 23.6877 76.1631 24.5379C76.3923 25.388 77.2833 26.158 78.9028 26.5531C80.4893 26.9401 82.5856 26.9055 84.7975 26.3092C87.0094 25.713 88.8392 24.6894 90.0162 23.5574C91.2177 22.4019 91.6011 21.2884 91.3719 20.4383C91.1427 19.5881 90.2517 18.8182 88.6322 18.4231C87.0457 18.036 84.9494 18.0706 82.7375 18.6669C80.5256 19.2631 78.6958 20.2868 77.5188 21.4187ZM79.1115 15.9318C78.4673 15.3266 78.0841 14.6169 77.9564 13.9894C77.8283 13.3594 77.9641 12.888 78.2331 12.6016C78.5022 12.3153 78.9641 12.1504 79.6009 12.2391C80.2352 12.3274 80.9674 12.6657 81.6115 13.2708C82.2556 13.876 82.6389 14.5857 82.7665 15.2133C82.8947 15.8433 82.7589 16.3146 82.4899 16.601C82.2208 16.8874 81.7588 17.0523 81.1221 16.9636C80.4878 16.8753 79.7556 16.537 79.1115 15.9318Z",
|
|
63
|
+
fill: "black"
|
|
64
|
+
}),
|
|
65
|
+
/* @__PURE__ */ jsx("path", {
|
|
66
|
+
d: "M86.9232 22.0241C87.2764 21.985 87.531 21.667 87.4919 21.3138C87.4529 20.9606 87.1348 20.7059 86.7816 20.745C86.4284 20.7841 86.1738 21.1021 86.2129 21.4553C86.252 21.8085 86.57 22.0632 86.9232 22.0241Z",
|
|
67
|
+
fill: "black"
|
|
68
|
+
}),
|
|
69
|
+
/* @__PURE__ */ jsx("path", {
|
|
70
|
+
d: "M71.3422 26.792C71.5558 27.1944 71.4028 27.6938 71.0003 27.9075C70.5514 28.1458 70.1064 28.3646 69.6658 28.5662C69.2515 28.7558 68.7619 28.5736 68.5723 28.1593C68.3827 27.745 68.5649 27.2554 68.9792 27.0658C69.3914 26.8772 69.8073 26.6728 70.2267 26.4501C70.6291 26.2365 71.1285 26.3895 71.3422 26.792Z",
|
|
71
|
+
fill: "black"
|
|
72
|
+
}),
|
|
73
|
+
/* @__PURE__ */ jsx("path", {
|
|
74
|
+
d: "M66.0673 29.0626C66.193 29.5006 65.9398 29.9575 65.5018 30.0832C64.5253 30.3634 63.5803 30.5934 62.6796 30.8068C62.2362 30.9118 61.7916 30.6375 61.6866 30.1941C61.5816 29.7507 61.8559 29.3062 62.2993 29.2012C63.1952 28.989 64.1091 28.7662 65.0467 28.4972C65.4847 28.3715 65.9416 28.6247 66.0673 29.0626Z",
|
|
75
|
+
fill: "black"
|
|
76
|
+
}),
|
|
77
|
+
/* @__PURE__ */ jsx("path", {
|
|
78
|
+
d: "M59.1028 30.838C59.2465 31.2704 59.0125 31.7374 58.5801 31.8811C57.6914 32.1764 56.8722 32.5224 56.1157 32.9692C55.7234 33.201 55.2176 33.0708 54.9858 32.6785C54.7541 32.2862 54.8843 31.7803 55.2766 31.5486C56.161 31.0262 57.0945 30.636 58.0597 30.3153C58.4921 30.1716 58.9591 30.4056 59.1028 30.838Z",
|
|
79
|
+
fill: "black"
|
|
80
|
+
}),
|
|
81
|
+
/* @__PURE__ */ jsx("path", {
|
|
82
|
+
d: "M71.5541 54.5886C71.865 54.2555 72.3871 54.2375 72.7201 54.5484C73.4346 55.2153 74.0197 55.99 74.3965 56.8919C74.5722 57.3124 74.3737 57.7956 73.9533 57.9712C73.5329 58.1468 73.0497 57.9484 72.874 57.528C72.6037 56.881 72.1714 56.2933 71.5943 55.7546C71.2612 55.4437 71.2432 54.9217 71.5541 54.5886Z",
|
|
83
|
+
fill: "black"
|
|
84
|
+
}),
|
|
85
|
+
/* @__PURE__ */ jsx("path", {
|
|
86
|
+
d: "M74.0043 60.1656C74.4453 60.2803 74.7097 60.7308 74.5949 61.1717C74.4833 61.6006 74.3355 62.0413 74.1504 62.4944C73.9781 62.9162 73.4965 63.1184 73.0747 62.9461C72.6529 62.7738 72.4506 62.2922 72.6229 61.8704C72.7827 61.4792 72.9065 61.1081 72.9981 60.7562C73.1129 60.3152 73.5634 60.0508 74.0043 60.1656Z",
|
|
87
|
+
fill: "black"
|
|
88
|
+
}),
|
|
89
|
+
/* @__PURE__ */ jsx("path", {
|
|
90
|
+
d: "M59.5522 50.4407C59.6487 49.9954 60.0879 49.7126 60.5332 49.809C61.3282 49.9812 62.1755 50.1663 63.0418 50.3722C63.4851 50.4775 63.759 50.9223 63.6537 51.3656C63.5483 51.8089 63.1036 52.0828 62.6603 51.9775C61.8115 51.7758 60.9783 51.5937 60.1839 51.4216C59.7386 51.3252 59.4558 50.886 59.5522 50.4407Z",
|
|
91
|
+
fill: "black"
|
|
92
|
+
}),
|
|
93
|
+
/* @__PURE__ */ jsx("path", {
|
|
94
|
+
d: "M53.4951 47.9978C53.7638 47.6298 54.2799 47.5494 54.6479 47.8181L56.86 48.9392C57.2965 49.0698 57.5444 49.5296 57.4138 49.9661C57.2831 50.4026 56.8233 50.6505 56.3868 50.5199L55.0539 50.009C54.3809 49.7338 52.9854 48.9392 53.4951 47.9978Z",
|
|
95
|
+
fill: "black"
|
|
96
|
+
}),
|
|
97
|
+
/* @__PURE__ */ jsx("path", {
|
|
98
|
+
fillRule: "evenodd",
|
|
99
|
+
clipRule: "evenodd",
|
|
100
|
+
d: "M50.414 41.3585C50.8676 41.3164 51.2696 41.65 51.3117 42.1037C51.394 42.9898 51.6245 43.8331 51.985 44.6147L65.8048 40.4194C65.8834 40.3955 65.9642 40.3838 66.0444 40.3838C66.1247 40.3838 66.2054 40.3955 66.2841 40.4194L107.122 52.8165C107.158 52.8275 107.193 52.8407 107.226 52.8561C107.41 52.9381 107.564 53.0872 107.649 53.2852L118.822 79.4032C118.913 79.6163 118.911 79.8578 118.815 80.0688C118.719 80.2798 118.539 80.4408 118.318 80.5124L107.95 83.8786V104.74C107.95 105.093 107.725 105.407 107.391 105.521L66.3814 119.508C66.192 119.593 65.9754 119.604 65.7754 119.535L24.9379 105.454C24.6052 105.339 24.3818 105.026 24.3818 104.674V83.9574L13.7704 80.5124C13.55 80.4408 13.3699 80.2798 13.274 80.0688C13.1782 79.8578 13.1755 79.6163 13.2667 79.4032L24.4397 53.2852C24.5245 53.0871 24.6786 52.938 24.8628 52.856C24.8962 52.8407 24.9311 52.8275 24.9673 52.8165L50.3938 45.0977C50.009 44.2069 49.7613 43.2528 49.6688 42.2563C49.6267 41.8026 49.9603 41.4007 50.414 41.3585ZM66.8694 53.178C67.4665 53.3887 68.0435 53.6161 68.5905 53.8632C69.0058 54.0508 69.4944 53.8663 69.682 53.451C69.8696 53.0358 69.685 52.5471 69.2698 52.3595C68.5022 52.0128 67.6931 51.7072 66.8694 51.4343V42.3214L104.099 53.6234L66.8694 65.342V53.178ZM65.2193 70.5501V117.598L26.0318 104.086V84.4931L54.6166 93.7734C55.0242 93.9058 55.4653 93.704 55.6317 93.309L65.2193 70.5501ZM64.9286 66.9903L25.6629 54.6209L15.1389 79.2219L54.4053 91.9701L64.9286 66.9903ZM27.9927 53.6224L65.2194 65.342V42.3214L27.9927 53.6224ZM66.8693 117.598V70.5498L76.4572 93.309C76.6235 93.704 77.0646 93.9058 77.4722 93.7734L106.3 84.4143V104.15L66.8693 117.598ZM116.95 79.2219L106.426 54.6209L67.1566 66.9815L77.6835 91.9701L116.95 79.2219Z",
|
|
101
|
+
fill: "black"
|
|
102
|
+
}),
|
|
103
|
+
/* @__PURE__ */ jsx("path", {
|
|
104
|
+
d: "M52.7349 34.7536C53.1087 35.0142 53.2003 35.5285 52.9397 35.9022C52.404 36.6703 51.9543 37.4375 51.6152 38.248C51.4393 38.6683 50.956 38.8665 50.5357 38.6906C50.1153 38.5147 49.9172 38.0314 50.093 37.6111C50.4895 36.6635 51.0045 35.7926 51.5863 34.9583C51.847 34.5846 52.3612 34.4929 52.7349 34.7536Z",
|
|
105
|
+
fill: "black"
|
|
106
|
+
})
|
|
107
|
+
]
|
|
108
|
+
});
|
|
109
|
+
};
|
|
110
|
+
var EmptyBoxBeeMedium_default = EmptyBoxBeeMedium;
|
|
111
|
+
var EmptyBoxBeeSmall = ({ color, svgProperties }) => {
|
|
112
|
+
const palette = (() => {
|
|
113
|
+
switch (color) {
|
|
114
|
+
case "blueberry": return {
|
|
115
|
+
light: "#CAE7ED",
|
|
116
|
+
dark: "#AFDAE3"
|
|
117
|
+
};
|
|
118
|
+
case "cherry": return {
|
|
119
|
+
light: "#F7E1D2",
|
|
120
|
+
dark: "#EEC0A5"
|
|
121
|
+
};
|
|
122
|
+
default: return {
|
|
123
|
+
light: "#F5F3F3",
|
|
124
|
+
dark: "#EAE7E7"
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
})();
|
|
128
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
129
|
+
width: "90",
|
|
130
|
+
height: "90",
|
|
131
|
+
viewBox: "0 0 90 90",
|
|
132
|
+
...svgProperties,
|
|
133
|
+
children: [
|
|
134
|
+
/* @__PURE__ */ jsx("path", {
|
|
135
|
+
d: "M45.0303 45.3252V80.9694L17.1865 71.3688V36.552L45.0303 45.3252Z",
|
|
136
|
+
fill: palette.dark
|
|
137
|
+
}),
|
|
138
|
+
/* @__PURE__ */ jsx("path", {
|
|
139
|
+
d: "M17.1805 36.552L9.5625 54.3597L37.4122 63.4013L45.0301 45.3181L17.1805 36.552Z",
|
|
140
|
+
fill: palette.light
|
|
141
|
+
}),
|
|
142
|
+
/* @__PURE__ */ jsx("path", {
|
|
143
|
+
d: "M45.0303 45.3335V28.0969L72.874 36.5495",
|
|
144
|
+
fill: palette.dark
|
|
145
|
+
}),
|
|
146
|
+
/* @__PURE__ */ jsx("path", {
|
|
147
|
+
fillRule: "evenodd",
|
|
148
|
+
clipRule: "evenodd",
|
|
149
|
+
d: "M53.575 12.8235C53.8828 12.8657 54.098 13.1495 54.0558 13.4573C53.9445 14.2679 54.11 15.2374 54.4132 16.1637C54.7146 17.0845 55.1327 17.9044 55.4693 18.398C55.6443 18.6547 55.5781 19.0047 55.3215 19.1797C55.0648 19.3547 54.7148 19.2885 54.5398 19.0318C54.1372 18.4413 53.6746 17.5239 53.344 16.5136C53.0151 15.5087 52.7972 14.3533 52.9412 13.3042C52.9835 12.9965 53.2672 12.7812 53.575 12.8235Z",
|
|
150
|
+
fill: "black"
|
|
151
|
+
}),
|
|
152
|
+
/* @__PURE__ */ jsx("path", {
|
|
153
|
+
fillRule: "evenodd",
|
|
154
|
+
clipRule: "evenodd",
|
|
155
|
+
d: "M55.4525 11.7755C55.7511 11.8613 55.9235 12.173 55.8376 12.4715C55.7414 12.8063 55.7409 13.2523 55.8363 13.7868C55.9304 14.3147 56.1104 14.8881 56.3346 15.4549C56.7838 16.5911 57.3864 17.6416 57.734 18.1514C57.909 18.4081 57.8428 18.758 57.5861 18.933C57.3294 19.108 56.9795 19.0418 56.8044 18.7852C56.4127 18.2107 55.77 17.0867 55.2884 15.8686C55.0471 15.2583 54.8403 14.6097 54.7287 13.9844C54.6184 13.3657 54.5935 12.7274 54.7565 12.1606C54.8423 11.8621 55.1539 11.6896 55.4525 11.7755Z",
|
|
156
|
+
fill: "black"
|
|
157
|
+
}),
|
|
158
|
+
/* @__PURE__ */ jsx("path", {
|
|
159
|
+
fillRule: "evenodd",
|
|
160
|
+
clipRule: "evenodd",
|
|
161
|
+
d: "M57.4988 11.3243C57.6546 11.2548 57.8131 11.1346 57.9638 10.9547C58.2443 10.6201 58.46 10.1142 58.5091 9.51359C58.5582 8.913 58.4275 8.37882 58.2052 8.00302C57.982 7.62576 57.6978 7.44944 57.4308 7.42761C57.1637 7.40578 56.8547 7.53359 56.5731 7.86958C56.4968 7.96067 56.4253 8.06443 56.3606 8.17932C56.3785 8.19552 56.3962 8.21189 56.4138 8.22846C57.0025 8.78155 57.3948 9.4668 57.5334 10.1485C57.6131 10.5399 57.6106 10.9474 57.4988 11.3243ZM54.1606 12.3709C53.3404 12.7719 52.6296 13.2577 52.0732 13.7929C51.1265 14.7033 50.53 15.864 50.8424 17.0232C51.1549 18.1824 52.2539 18.886 53.53 19.1974C54.8286 19.5142 56.4532 19.4706 58.1086 19.0244C59.7639 18.5782 61.1903 17.7994 62.1538 16.8728C63.1005 15.9623 63.697 14.8016 63.3845 13.6424C63.0721 12.4832 61.973 11.7796 60.697 11.4683C60.2107 11.3497 59.6788 11.2816 59.1167 11.2662C59.3984 10.7924 59.5801 10.2196 59.6303 9.60527C59.6962 8.8002 59.5276 8.02882 59.1734 7.43014C58.82 6.83292 58.2502 6.36585 57.5224 6.30635C56.7947 6.24684 56.1565 6.61515 55.7109 7.14703C55.6085 7.2692 55.5143 7.4019 55.429 7.54358C55.1013 7.38337 54.7623 7.2772 54.4278 7.23062C53.7405 7.13491 53.0201 7.2896 52.5201 7.82177C52.0202 8.35394 51.9107 9.08254 52.049 9.76254C52.1877 10.4442 52.5799 11.1295 53.1686 11.6825C53.4736 11.9691 53.8107 12.2008 54.1606 12.3709ZM52.853 14.6037C52.0338 15.3916 51.7724 16.1508 51.9287 16.7304C52.0849 17.3101 52.6925 17.835 53.7967 18.1044C54.8783 18.3683 56.3077 18.3447 57.8158 17.9382C59.3239 17.5317 60.5715 16.8337 61.374 16.0619C62.1932 15.2741 62.4546 14.5149 62.2983 13.9352C62.1421 13.3556 61.5345 12.8306 60.4303 12.5612C59.3487 12.2973 57.9193 12.321 56.4112 12.7275C54.9031 13.134 53.6555 13.8319 52.853 14.6037ZM53.9389 10.8627C53.4998 10.45 53.2385 9.96616 53.1514 9.53827C53.064 9.10872 53.1566 8.78733 53.34 8.59209C53.5235 8.39684 53.8385 8.28441 54.2726 8.34487C54.7051 8.40509 55.2043 8.63574 55.6435 9.04835C56.0827 9.46097 56.344 9.94485 56.431 10.3727C56.5184 10.8023 56.4258 11.1237 56.2424 11.3189C56.0589 11.5142 55.744 11.6266 55.3098 11.5661C54.8773 11.5059 54.3781 11.2753 53.9389 10.8627Z",
|
|
162
|
+
fill: "black"
|
|
163
|
+
}),
|
|
164
|
+
/* @__PURE__ */ jsx("path", {
|
|
165
|
+
d: "M59.266 15.0165C59.5068 14.9898 59.6804 14.773 59.6538 14.5321C59.6271 14.2913 59.4103 14.1177 59.1694 14.1444C58.9286 14.171 58.755 14.3879 58.7817 14.6287C58.8083 14.8695 59.0251 15.0431 59.266 15.0165Z",
|
|
166
|
+
fill: "black"
|
|
167
|
+
}),
|
|
168
|
+
/* @__PURE__ */ jsx("path", {
|
|
169
|
+
d: "M48.6423 18.2672C48.7879 18.5416 48.6836 18.8822 48.4092 19.0278C48.1031 19.1903 47.7997 19.3395 47.4993 19.4769C47.2168 19.6062 46.883 19.482 46.7537 19.1995C46.6245 18.917 46.7487 18.5832 47.0311 18.454C47.3122 18.3254 47.5957 18.186 47.8817 18.0342C48.1561 17.8885 48.4966 17.9928 48.6423 18.2672Z",
|
|
170
|
+
fill: "black"
|
|
171
|
+
}),
|
|
172
|
+
/* @__PURE__ */ jsx("path", {
|
|
173
|
+
d: "M45.0458 19.8154C45.1314 20.114 44.9588 20.4256 44.6602 20.5112C43.9944 20.7023 43.3501 20.8591 42.7359 21.0046C42.4336 21.0762 42.1305 20.8892 42.0589 20.5869C41.9873 20.2846 42.1744 19.9815 42.4767 19.9099C43.0875 19.7652 43.7106 19.6133 44.3499 19.4299C44.6485 19.3442 44.9601 19.5168 45.0458 19.8154Z",
|
|
174
|
+
fill: "black"
|
|
175
|
+
}),
|
|
176
|
+
/* @__PURE__ */ jsx("path", {
|
|
177
|
+
d: "M40.2972 21.0259C40.3952 21.3207 40.2357 21.6391 39.9408 21.7371C39.3349 21.9384 38.7764 22.1744 38.2606 22.479C37.9931 22.637 37.6482 22.5483 37.4902 22.2808C37.3322 22.0133 37.421 21.6684 37.6884 21.5104C38.2915 21.1542 38.928 20.8882 39.5861 20.6695C39.8809 20.5715 40.1993 20.7311 40.2972 21.0259Z",
|
|
178
|
+
fill: "black"
|
|
179
|
+
}),
|
|
180
|
+
/* @__PURE__ */ jsx("path", {
|
|
181
|
+
d: "M48.7868 37.2195C48.9987 36.9924 49.3547 36.9801 49.5818 37.1921C50.0689 37.6468 50.4678 38.175 50.7248 38.7899C50.8445 39.0766 50.7092 39.4061 50.4226 39.5258C50.1359 39.6456 49.8065 39.5103 49.6867 39.2236C49.5024 38.7825 49.2076 38.3818 48.8141 38.0145C48.587 37.8025 48.5748 37.4466 48.7868 37.2195Z",
|
|
182
|
+
fill: "black"
|
|
183
|
+
}),
|
|
184
|
+
/* @__PURE__ */ jsx("path", {
|
|
185
|
+
d: "M50.4574 41.022C50.758 41.1002 50.9383 41.4074 50.8601 41.708C50.7839 42.0004 50.6831 42.3009 50.557 42.6098C50.4395 42.8974 50.1111 43.0353 49.8235 42.9178C49.5359 42.8003 49.398 42.4719 49.5155 42.1843C49.6245 41.9176 49.7089 41.6646 49.7713 41.4246C49.8496 41.124 50.1567 40.9437 50.4574 41.022Z",
|
|
186
|
+
fill: "black"
|
|
187
|
+
}),
|
|
188
|
+
/* @__PURE__ */ jsx("path", {
|
|
189
|
+
d: "M40.6037 34.3914C40.6694 34.0878 40.9689 33.8949 41.2725 33.9607C41.8145 34.0781 42.3923 34.2043 42.9829 34.3447C43.2851 34.4165 43.4719 34.7197 43.4001 35.022C43.3283 35.3242 43.025 35.511 42.7228 35.4392C42.1441 35.3016 41.576 35.1775 41.0343 35.0602C40.7307 34.9944 40.5379 34.695 40.6037 34.3914Z",
|
|
190
|
+
fill: "black"
|
|
191
|
+
}),
|
|
192
|
+
/* @__PURE__ */ jsx("path", {
|
|
193
|
+
d: "M36.4738 32.7257C36.657 32.4749 37.0089 32.42 37.2598 32.6032L38.7681 33.3676C39.0657 33.4567 39.2347 33.7702 39.1456 34.0678C39.0565 34.3654 38.743 34.5345 38.4454 34.4454L37.5366 34.097C37.0778 33.9094 36.1263 33.3676 36.4738 32.7257Z",
|
|
194
|
+
fill: "black"
|
|
195
|
+
}),
|
|
196
|
+
/* @__PURE__ */ jsx("path", {
|
|
197
|
+
fillRule: "evenodd",
|
|
198
|
+
clipRule: "evenodd",
|
|
199
|
+
d: "M34.373 28.199C34.6824 28.1703 34.9564 28.3978 34.9851 28.7071C35.0412 29.3112 35.1984 29.8862 35.4442 30.4191L44.8668 27.5587C44.9204 27.5424 44.9754 27.5344 45.0302 27.5344C45.0849 27.5344 45.1399 27.5424 45.1936 27.5587L73.0373 36.0112C73.062 36.0187 73.0859 36.0278 73.1087 36.0382C73.2342 36.0941 73.3392 36.1958 73.397 36.3308L81.015 54.1385C81.0771 54.2838 81.0753 54.4485 81.01 54.5924C80.9446 54.7362 80.8218 54.846 80.6715 54.8948L73.6021 57.1899V71.4139C73.6021 71.6546 73.449 71.8686 73.2212 71.9463L45.2599 81.4828C45.1308 81.5406 44.9831 81.5482 44.8467 81.5012L17.003 71.9006C16.7761 71.8224 16.6239 71.6088 16.6239 71.3688V57.2437L9.3888 54.8948C9.23852 54.846 9.11569 54.7362 9.05035 54.5924C8.98501 54.4485 8.98319 54.2838 9.04533 54.1385L16.6633 36.3308C16.7211 36.1957 16.8262 36.0941 16.9518 36.0382C16.9746 36.0277 16.9983 36.0187 17.023 36.0112L34.3593 30.7484C34.0969 30.1411 33.928 29.4905 33.8649 28.8111C33.8362 28.5018 34.0637 28.2277 34.373 28.199ZM45.5927 36.2577C45.9997 36.4014 46.3931 36.5564 46.7661 36.7249C47.0493 36.8528 47.3824 36.727 47.5103 36.4439C47.6382 36.1608 47.5124 35.8276 47.2293 35.6997C46.7059 35.4633 46.1543 35.2549 45.5927 35.0689V28.8555L70.9768 36.5614L45.5927 44.5514V36.2577ZM44.4676 48.1024V80.1805L17.7489 70.9678V57.6089L37.2385 63.9364C37.5164 64.0267 37.8171 63.8891 37.9306 63.6198L44.4676 48.1024ZM44.2693 45.6752L17.4973 37.2415L10.3218 54.0149L37.0944 62.7068L44.2693 45.6752ZM19.0858 36.5607L44.4676 44.5514V28.8555L19.0858 36.5607ZM45.5926 80.1807V48.1021L52.1298 63.6198C52.2432 63.8891 52.5439 64.0267 52.8218 63.9364L72.4771 57.5552V71.0114L45.5926 80.1807ZM79.7385 54.0149L72.563 37.2415L45.7884 45.6692L52.9659 62.7068L79.7385 54.0149Z",
|
|
200
|
+
fill: "black"
|
|
201
|
+
}),
|
|
202
|
+
/* @__PURE__ */ jsx("path", {
|
|
203
|
+
d: "M35.9555 23.6956C36.2103 23.8733 36.2728 24.2239 36.0951 24.4788C35.7299 25.0025 35.4232 25.5256 35.192 26.0782C35.0721 26.3648 34.7426 26.4999 34.456 26.38C34.1694 26.26 34.0343 25.9305 34.1542 25.6439C34.4246 24.9978 34.7757 24.404 35.1724 23.8352C35.3501 23.5804 35.7007 23.5179 35.9555 23.6956Z",
|
|
204
|
+
fill: "black"
|
|
205
|
+
})
|
|
206
|
+
]
|
|
207
|
+
});
|
|
208
|
+
};
|
|
209
|
+
var EmptyBoxBeeSmall_default = EmptyBoxBeeSmall;
|
|
210
|
+
let EmptyStateOnColor = /* @__PURE__ */ function(EmptyStateOnColor$1) {
|
|
211
|
+
EmptyStateOnColor$1["onwhite"] = "onwhite";
|
|
212
|
+
EmptyStateOnColor$1["onblueberry"] = "onblueberry";
|
|
213
|
+
EmptyStateOnColor$1["oncherry"] = "oncherry";
|
|
214
|
+
return EmptyStateOnColor$1;
|
|
215
|
+
}({});
|
|
216
|
+
var EmptyState = (props) => {
|
|
217
|
+
const { onColor = "neutral", titleHtmlMarkup, testId, type = "dashed", size = "normal", title, additionalText } = props;
|
|
218
|
+
const classes = classNames(styles.emptystate, {
|
|
219
|
+
[styles["emptystate--dashed"]]: type === "dashed",
|
|
220
|
+
[styles["emptystate--blank"]]: type === "blank",
|
|
221
|
+
[styles["emptystate--compact"]]: size === "compact"
|
|
222
|
+
});
|
|
223
|
+
const breakpoint = useBreakpoint();
|
|
224
|
+
let color;
|
|
225
|
+
switch (onColor) {
|
|
226
|
+
case "onblueberry":
|
|
227
|
+
color = "blueberry";
|
|
228
|
+
break;
|
|
229
|
+
case "oncherry":
|
|
230
|
+
color = "cherry";
|
|
231
|
+
break;
|
|
232
|
+
case "onwhite":
|
|
233
|
+
default:
|
|
234
|
+
color = "neutral";
|
|
235
|
+
break;
|
|
236
|
+
}
|
|
237
|
+
let illustrationComponent;
|
|
238
|
+
if (size === "compact") illustrationComponent = /* @__PURE__ */ jsx(Icon_default, {
|
|
239
|
+
color: "neutral",
|
|
240
|
+
svgIcon: EmptyBox_default
|
|
241
|
+
});
|
|
242
|
+
else if (breakpoint <= Breakpoint.sm) illustrationComponent = /* @__PURE__ */ jsx(EmptyBoxBeeSmall_default, {
|
|
243
|
+
color,
|
|
244
|
+
svgProperties: {
|
|
245
|
+
"aria-hidden": "true",
|
|
246
|
+
role: "presentation",
|
|
247
|
+
focusable: "false"
|
|
248
|
+
}
|
|
249
|
+
});
|
|
250
|
+
else illustrationComponent = /* @__PURE__ */ jsx(EmptyBoxBeeMedium_default, {
|
|
251
|
+
color,
|
|
252
|
+
svgProperties: {
|
|
253
|
+
"aria-hidden": "true",
|
|
254
|
+
role: "presentation",
|
|
255
|
+
focusable: "false"
|
|
256
|
+
}
|
|
257
|
+
});
|
|
258
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
259
|
+
className: classes,
|
|
260
|
+
"data-testid": testId,
|
|
261
|
+
"data-analyticsid": AnalyticsId.EmptyState,
|
|
262
|
+
children: [/* @__PURE__ */ jsx("div", {
|
|
263
|
+
className: styles["emptystate__illustration"],
|
|
264
|
+
children: illustrationComponent
|
|
265
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
266
|
+
className: styles["emptystate__text"],
|
|
267
|
+
children: [size == "normal" ? /* @__PURE__ */ jsx(Title_default, {
|
|
268
|
+
appearance: breakpoint < Breakpoint.md ? "title4" : "title3",
|
|
269
|
+
htmlMarkup: titleHtmlMarkup || "h2",
|
|
270
|
+
children: title
|
|
271
|
+
}) : /* @__PURE__ */ jsx("span", { children: title }), size == "normal" && additionalText && /* @__PURE__ */ jsx("span", {
|
|
272
|
+
className: styles["emptystate__additional-text"],
|
|
273
|
+
children: additionalText
|
|
274
|
+
})]
|
|
275
|
+
})]
|
|
276
|
+
});
|
|
277
|
+
};
|
|
278
|
+
var EmptyState_default = EmptyState;
|
|
279
|
+
export { EmptyStateOnColor, EmptyState_default as default };
|
|
280
|
+
|
|
281
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["EmptyBoxBeeMedium: React.FC<EmptyStateIllustrationProps>","EmptyBoxBeeSmall: React.FC<EmptyStateIllustrationProps>","EmptyState: React.FC<EmptyStateProps>","color: IllustrationColor"],"sources":["../../../src/components/EmptyState/EmptyBoxBeeMedium.tsx","../../../src/components/EmptyState/EmptyBoxBeeSmall.tsx","../../../src/components/EmptyState/EmptyState.tsx","../../../src/components/EmptyState/index.ts"],"sourcesContent":["import React from 'react';\n\nimport { EmptyStateIllustrationProps } from './EmptyState';\n\nconst EmptyBoxBeeMedium: React.FC<EmptyStateIllustrationProps> = ({ color, svgProperties }) => {\n const palette = (() => {\n switch (color) {\n case 'blueberry':\n return {\n light: '#CAE7ED',\n dark: '#AFDAE3',\n };\n case 'cherry':\n return {\n light: '#F7E1D2',\n dark: '#EEC0A5',\n };\n default:\n return {\n light: '#F5F3F3',\n dark: '#EAE7E7',\n };\n }\n })();\n\n return (\n <svg width=\"132\" height=\"132\" viewBox=\"0 0 132 132\" {...svgProperties}>\n <path d=\"M66.0445 66.4768V118.755L25.207 104.674V53.6095L66.0445 66.4768Z\" fill={palette.dark} />\n <path d=\"M25.1984 53.6095L14.0254 79.7274L54.8716 92.9885L66.0446 66.4664L25.1984 53.6095Z\" fill={palette.light} />\n <path d=\"M66.0443 66.4891V41.2087L106.882 53.6058\" fill={palette.dark} />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M78.5763 18.8076C79.0277 18.8695 79.3434 19.2857 79.2814 19.7371C79.1182 20.926 79.3609 22.348 79.8056 23.7065C80.2476 25.0571 80.8609 26.2595 81.3546 26.9836C81.6113 27.36 81.5142 27.8733 81.1378 28.13C80.7613 28.3867 80.248 28.2896 79.9914 27.9131C79.4008 27.047 78.7224 25.7015 78.2374 24.2197C77.755 22.7459 77.4355 21.0513 77.6467 19.5127C77.7087 19.0613 78.1249 18.7456 78.5763 18.8076Z\"\n fill=\"black\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M81.3303 17.2706C81.7682 17.3965 82.0211 17.8535 81.8952 18.2914C81.754 18.7825 81.7534 19.4366 81.8932 20.2206C82.0313 20.9948 82.2953 21.8357 82.624 22.6671C83.2829 24.3335 84.1667 25.8743 84.6765 26.6219C84.9331 26.9984 84.836 27.5116 84.4596 27.7683C84.0831 28.025 83.5699 27.9279 83.3132 27.5514C82.7387 26.7088 81.796 25.0603 81.0896 23.2738C80.7357 22.3787 80.4324 21.4274 80.2688 20.5103C80.107 19.6029 80.0704 18.6667 80.3095 17.8354C80.4354 17.3976 80.8924 17.1446 81.3303 17.2706Z\"\n fill=\"black\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M84.3326 16.6089C84.5611 16.5069 84.7937 16.3306 85.0147 16.0669C85.426 15.576 85.7423 14.8341 85.8144 13.9532C85.8864 13.0723 85.6948 12.2889 85.3686 11.7377C85.0413 11.1844 84.6244 10.9258 84.2328 10.8937C83.8412 10.8617 83.3879 11.0492 82.975 11.542C82.8631 11.6756 82.7582 11.8277 82.6633 11.9963C82.6895 12.02 82.7155 12.044 82.7413 12.0683C83.6047 12.8795 84.18 13.8846 84.3834 14.8843C84.5002 15.4584 84.4966 16.0561 84.3326 16.6089ZM79.4366 18.144C78.2337 18.732 77.1911 19.4446 76.3751 20.2294C74.9865 21.5648 74.1117 23.2671 74.57 24.9673C75.0282 26.6675 76.6402 27.6995 78.5117 28.1561C80.4163 28.6207 82.7991 28.5568 85.2269 27.9024C87.6548 27.248 89.7469 26.1056 91.1599 24.7467C92.5485 23.4113 93.4233 21.709 92.965 20.0088C92.5068 18.3087 90.8948 17.2767 89.0233 16.8201C88.3101 16.6461 87.53 16.5462 86.7055 16.5237C87.1187 15.8287 87.3852 14.9886 87.4589 14.0876C87.5554 12.9069 87.3082 11.7755 86.7887 10.8975C86.2704 10.0215 85.4347 9.3365 84.3673 9.24923C83.2999 9.16196 82.364 9.70214 81.7103 10.4822C81.5602 10.6614 81.422 10.856 81.297 11.0638C80.8163 10.8289 80.3191 10.6731 79.8285 10.6048C78.8204 10.4645 77.7639 10.6913 77.0306 11.4718C76.2973 12.2524 76.1367 13.321 76.3396 14.3183C76.5429 15.3181 77.1182 16.3231 77.9817 17.1343C78.429 17.5546 78.9234 17.8945 79.4366 18.144ZM77.5188 21.4187C76.3173 22.5742 75.9339 23.6877 76.1631 24.5379C76.3923 25.388 77.2833 26.158 78.9028 26.5531C80.4893 26.9401 82.5856 26.9055 84.7975 26.3092C87.0094 25.713 88.8392 24.6894 90.0162 23.5574C91.2177 22.4019 91.6011 21.2884 91.3719 20.4383C91.1427 19.5881 90.2517 18.8182 88.6322 18.4231C87.0457 18.036 84.9494 18.0706 82.7375 18.6669C80.5256 19.2631 78.6958 20.2868 77.5188 21.4187ZM79.1115 15.9318C78.4673 15.3266 78.0841 14.6169 77.9564 13.9894C77.8283 13.3594 77.9641 12.888 78.2331 12.6016C78.5022 12.3153 78.9641 12.1504 79.6009 12.2391C80.2352 12.3274 80.9674 12.6657 81.6115 13.2708C82.2556 13.876 82.6389 14.5857 82.7665 15.2133C82.8947 15.8433 82.7589 16.3146 82.4899 16.601C82.2208 16.8874 81.7588 17.0523 81.1221 16.9636C80.4878 16.8753 79.7556 16.537 79.1115 15.9318Z\"\n fill=\"black\"\n />\n <path\n d=\"M86.9232 22.0241C87.2764 21.985 87.531 21.667 87.4919 21.3138C87.4529 20.9606 87.1348 20.7059 86.7816 20.745C86.4284 20.7841 86.1738 21.1021 86.2129 21.4553C86.252 21.8085 86.57 22.0632 86.9232 22.0241Z\"\n fill=\"black\"\n />\n <path\n d=\"M71.3422 26.792C71.5558 27.1944 71.4028 27.6938 71.0003 27.9075C70.5514 28.1458 70.1064 28.3646 69.6658 28.5662C69.2515 28.7558 68.7619 28.5736 68.5723 28.1593C68.3827 27.745 68.5649 27.2554 68.9792 27.0658C69.3914 26.8772 69.8073 26.6728 70.2267 26.4501C70.6291 26.2365 71.1285 26.3895 71.3422 26.792Z\"\n fill=\"black\"\n />\n <path\n d=\"M66.0673 29.0626C66.193 29.5006 65.9398 29.9575 65.5018 30.0832C64.5253 30.3634 63.5803 30.5934 62.6796 30.8068C62.2362 30.9118 61.7916 30.6375 61.6866 30.1941C61.5816 29.7507 61.8559 29.3062 62.2993 29.2012C63.1952 28.989 64.1091 28.7662 65.0467 28.4972C65.4847 28.3715 65.9416 28.6247 66.0673 29.0626Z\"\n fill=\"black\"\n />\n <path\n d=\"M59.1028 30.838C59.2465 31.2704 59.0125 31.7374 58.5801 31.8811C57.6914 32.1764 56.8722 32.5224 56.1157 32.9692C55.7234 33.201 55.2176 33.0708 54.9858 32.6785C54.7541 32.2862 54.8843 31.7803 55.2766 31.5486C56.161 31.0262 57.0945 30.636 58.0597 30.3153C58.4921 30.1716 58.9591 30.4056 59.1028 30.838Z\"\n fill=\"black\"\n />\n <path\n d=\"M71.5541 54.5886C71.865 54.2555 72.3871 54.2375 72.7201 54.5484C73.4346 55.2153 74.0197 55.99 74.3965 56.8919C74.5722 57.3124 74.3737 57.7956 73.9533 57.9712C73.5329 58.1468 73.0497 57.9484 72.874 57.528C72.6037 56.881 72.1714 56.2933 71.5943 55.7546C71.2612 55.4437 71.2432 54.9217 71.5541 54.5886Z\"\n fill=\"black\"\n />\n <path\n d=\"M74.0043 60.1656C74.4453 60.2803 74.7097 60.7308 74.5949 61.1717C74.4833 61.6006 74.3355 62.0413 74.1504 62.4944C73.9781 62.9162 73.4965 63.1184 73.0747 62.9461C72.6529 62.7738 72.4506 62.2922 72.6229 61.8704C72.7827 61.4792 72.9065 61.1081 72.9981 60.7562C73.1129 60.3152 73.5634 60.0508 74.0043 60.1656Z\"\n fill=\"black\"\n />\n <path\n d=\"M59.5522 50.4407C59.6487 49.9954 60.0879 49.7126 60.5332 49.809C61.3282 49.9812 62.1755 50.1663 63.0418 50.3722C63.4851 50.4775 63.759 50.9223 63.6537 51.3656C63.5483 51.8089 63.1036 52.0828 62.6603 51.9775C61.8115 51.7758 60.9783 51.5937 60.1839 51.4216C59.7386 51.3252 59.4558 50.886 59.5522 50.4407Z\"\n fill=\"black\"\n />\n <path\n d=\"M53.4951 47.9978C53.7638 47.6298 54.2799 47.5494 54.6479 47.8181L56.86 48.9392C57.2965 49.0698 57.5444 49.5296 57.4138 49.9661C57.2831 50.4026 56.8233 50.6505 56.3868 50.5199L55.0539 50.009C54.3809 49.7338 52.9854 48.9392 53.4951 47.9978Z\"\n fill=\"black\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M50.414 41.3585C50.8676 41.3164 51.2696 41.65 51.3117 42.1037C51.394 42.9898 51.6245 43.8331 51.985 44.6147L65.8048 40.4194C65.8834 40.3955 65.9642 40.3838 66.0444 40.3838C66.1247 40.3838 66.2054 40.3955 66.2841 40.4194L107.122 52.8165C107.158 52.8275 107.193 52.8407 107.226 52.8561C107.41 52.9381 107.564 53.0872 107.649 53.2852L118.822 79.4032C118.913 79.6163 118.911 79.8578 118.815 80.0688C118.719 80.2798 118.539 80.4408 118.318 80.5124L107.95 83.8786V104.74C107.95 105.093 107.725 105.407 107.391 105.521L66.3814 119.508C66.192 119.593 65.9754 119.604 65.7754 119.535L24.9379 105.454C24.6052 105.339 24.3818 105.026 24.3818 104.674V83.9574L13.7704 80.5124C13.55 80.4408 13.3699 80.2798 13.274 80.0688C13.1782 79.8578 13.1755 79.6163 13.2667 79.4032L24.4397 53.2852C24.5245 53.0871 24.6786 52.938 24.8628 52.856C24.8962 52.8407 24.9311 52.8275 24.9673 52.8165L50.3938 45.0977C50.009 44.2069 49.7613 43.2528 49.6688 42.2563C49.6267 41.8026 49.9603 41.4007 50.414 41.3585ZM66.8694 53.178C67.4665 53.3887 68.0435 53.6161 68.5905 53.8632C69.0058 54.0508 69.4944 53.8663 69.682 53.451C69.8696 53.0358 69.685 52.5471 69.2698 52.3595C68.5022 52.0128 67.6931 51.7072 66.8694 51.4343V42.3214L104.099 53.6234L66.8694 65.342V53.178ZM65.2193 70.5501V117.598L26.0318 104.086V84.4931L54.6166 93.7734C55.0242 93.9058 55.4653 93.704 55.6317 93.309L65.2193 70.5501ZM64.9286 66.9903L25.6629 54.6209L15.1389 79.2219L54.4053 91.9701L64.9286 66.9903ZM27.9927 53.6224L65.2194 65.342V42.3214L27.9927 53.6224ZM66.8693 117.598V70.5498L76.4572 93.309C76.6235 93.704 77.0646 93.9058 77.4722 93.7734L106.3 84.4143V104.15L66.8693 117.598ZM116.95 79.2219L106.426 54.6209L67.1566 66.9815L77.6835 91.9701L116.95 79.2219Z\"\n fill=\"black\"\n />\n <path\n d=\"M52.7349 34.7536C53.1087 35.0142 53.2003 35.5285 52.9397 35.9022C52.404 36.6703 51.9543 37.4375 51.6152 38.248C51.4393 38.6683 50.956 38.8665 50.5357 38.6906C50.1153 38.5147 49.9172 38.0314 50.093 37.6111C50.4895 36.6635 51.0045 35.7926 51.5863 34.9583C51.847 34.5846 52.3612 34.4929 52.7349 34.7536Z\"\n fill=\"black\"\n />\n </svg>\n );\n};\n\nexport default EmptyBoxBeeMedium;\n","import React from 'react';\n\nimport { EmptyStateIllustrationProps } from './EmptyState';\n\nconst EmptyBoxBeeSmall: React.FC<EmptyStateIllustrationProps> = ({ color, svgProperties }) => {\n const palette = (() => {\n switch (color) {\n case 'blueberry':\n return {\n light: '#CAE7ED',\n dark: '#AFDAE3',\n };\n case 'cherry':\n return {\n light: '#F7E1D2',\n dark: '#EEC0A5',\n };\n default:\n return {\n light: '#F5F3F3',\n dark: '#EAE7E7',\n };\n }\n })();\n\n return (\n <svg width=\"90\" height=\"90\" viewBox=\"0 0 90 90\" {...svgProperties}>\n <path d=\"M45.0303 45.3252V80.9694L17.1865 71.3688V36.552L45.0303 45.3252Z\" fill={palette.dark} />\n <path d=\"M17.1805 36.552L9.5625 54.3597L37.4122 63.4013L45.0301 45.3181L17.1805 36.552Z\" fill={palette.light} />\n <path d=\"M45.0303 45.3335V28.0969L72.874 36.5495\" fill={palette.dark} />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M53.575 12.8235C53.8828 12.8657 54.098 13.1495 54.0558 13.4573C53.9445 14.2679 54.11 15.2374 54.4132 16.1637C54.7146 17.0845 55.1327 17.9044 55.4693 18.398C55.6443 18.6547 55.5781 19.0047 55.3215 19.1797C55.0648 19.3547 54.7148 19.2885 54.5398 19.0318C54.1372 18.4413 53.6746 17.5239 53.344 16.5136C53.0151 15.5087 52.7972 14.3533 52.9412 13.3042C52.9835 12.9965 53.2672 12.7812 53.575 12.8235Z\"\n fill=\"black\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M55.4525 11.7755C55.7511 11.8613 55.9235 12.173 55.8376 12.4715C55.7414 12.8063 55.7409 13.2523 55.8363 13.7868C55.9304 14.3147 56.1104 14.8881 56.3346 15.4549C56.7838 16.5911 57.3864 17.6416 57.734 18.1514C57.909 18.4081 57.8428 18.758 57.5861 18.933C57.3294 19.108 56.9795 19.0418 56.8044 18.7852C56.4127 18.2107 55.77 17.0867 55.2884 15.8686C55.0471 15.2583 54.8403 14.6097 54.7287 13.9844C54.6184 13.3657 54.5935 12.7274 54.7565 12.1606C54.8423 11.8621 55.1539 11.6896 55.4525 11.7755Z\"\n fill=\"black\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M57.4988 11.3243C57.6546 11.2548 57.8131 11.1346 57.9638 10.9547C58.2443 10.6201 58.46 10.1142 58.5091 9.51359C58.5582 8.913 58.4275 8.37882 58.2052 8.00302C57.982 7.62576 57.6978 7.44944 57.4308 7.42761C57.1637 7.40578 56.8547 7.53359 56.5731 7.86958C56.4968 7.96067 56.4253 8.06443 56.3606 8.17932C56.3785 8.19552 56.3962 8.21189 56.4138 8.22846C57.0025 8.78155 57.3948 9.4668 57.5334 10.1485C57.6131 10.5399 57.6106 10.9474 57.4988 11.3243ZM54.1606 12.3709C53.3404 12.7719 52.6296 13.2577 52.0732 13.7929C51.1265 14.7033 50.53 15.864 50.8424 17.0232C51.1549 18.1824 52.2539 18.886 53.53 19.1974C54.8286 19.5142 56.4532 19.4706 58.1086 19.0244C59.7639 18.5782 61.1903 17.7994 62.1538 16.8728C63.1005 15.9623 63.697 14.8016 63.3845 13.6424C63.0721 12.4832 61.973 11.7796 60.697 11.4683C60.2107 11.3497 59.6788 11.2816 59.1167 11.2662C59.3984 10.7924 59.5801 10.2196 59.6303 9.60527C59.6962 8.8002 59.5276 8.02882 59.1734 7.43014C58.82 6.83292 58.2502 6.36585 57.5224 6.30635C56.7947 6.24684 56.1565 6.61515 55.7109 7.14703C55.6085 7.2692 55.5143 7.4019 55.429 7.54358C55.1013 7.38337 54.7623 7.2772 54.4278 7.23062C53.7405 7.13491 53.0201 7.2896 52.5201 7.82177C52.0202 8.35394 51.9107 9.08254 52.049 9.76254C52.1877 10.4442 52.5799 11.1295 53.1686 11.6825C53.4736 11.9691 53.8107 12.2008 54.1606 12.3709ZM52.853 14.6037C52.0338 15.3916 51.7724 16.1508 51.9287 16.7304C52.0849 17.3101 52.6925 17.835 53.7967 18.1044C54.8783 18.3683 56.3077 18.3447 57.8158 17.9382C59.3239 17.5317 60.5715 16.8337 61.374 16.0619C62.1932 15.2741 62.4546 14.5149 62.2983 13.9352C62.1421 13.3556 61.5345 12.8306 60.4303 12.5612C59.3487 12.2973 57.9193 12.321 56.4112 12.7275C54.9031 13.134 53.6555 13.8319 52.853 14.6037ZM53.9389 10.8627C53.4998 10.45 53.2385 9.96616 53.1514 9.53827C53.064 9.10872 53.1566 8.78733 53.34 8.59209C53.5235 8.39684 53.8385 8.28441 54.2726 8.34487C54.7051 8.40509 55.2043 8.63574 55.6435 9.04835C56.0827 9.46097 56.344 9.94485 56.431 10.3727C56.5184 10.8023 56.4258 11.1237 56.2424 11.3189C56.0589 11.5142 55.744 11.6266 55.3098 11.5661C54.8773 11.5059 54.3781 11.2753 53.9389 10.8627Z\"\n fill=\"black\"\n />\n <path\n d=\"M59.266 15.0165C59.5068 14.9898 59.6804 14.773 59.6538 14.5321C59.6271 14.2913 59.4103 14.1177 59.1694 14.1444C58.9286 14.171 58.755 14.3879 58.7817 14.6287C58.8083 14.8695 59.0251 15.0431 59.266 15.0165Z\"\n fill=\"black\"\n />\n <path\n d=\"M48.6423 18.2672C48.7879 18.5416 48.6836 18.8822 48.4092 19.0278C48.1031 19.1903 47.7997 19.3395 47.4993 19.4769C47.2168 19.6062 46.883 19.482 46.7537 19.1995C46.6245 18.917 46.7487 18.5832 47.0311 18.454C47.3122 18.3254 47.5957 18.186 47.8817 18.0342C48.1561 17.8885 48.4966 17.9928 48.6423 18.2672Z\"\n fill=\"black\"\n />\n <path\n d=\"M45.0458 19.8154C45.1314 20.114 44.9588 20.4256 44.6602 20.5112C43.9944 20.7023 43.3501 20.8591 42.7359 21.0046C42.4336 21.0762 42.1305 20.8892 42.0589 20.5869C41.9873 20.2846 42.1744 19.9815 42.4767 19.9099C43.0875 19.7652 43.7106 19.6133 44.3499 19.4299C44.6485 19.3442 44.9601 19.5168 45.0458 19.8154Z\"\n fill=\"black\"\n />\n <path\n d=\"M40.2972 21.0259C40.3952 21.3207 40.2357 21.6391 39.9408 21.7371C39.3349 21.9384 38.7764 22.1744 38.2606 22.479C37.9931 22.637 37.6482 22.5483 37.4902 22.2808C37.3322 22.0133 37.421 21.6684 37.6884 21.5104C38.2915 21.1542 38.928 20.8882 39.5861 20.6695C39.8809 20.5715 40.1993 20.7311 40.2972 21.0259Z\"\n fill=\"black\"\n />\n <path\n d=\"M48.7868 37.2195C48.9987 36.9924 49.3547 36.9801 49.5818 37.1921C50.0689 37.6468 50.4678 38.175 50.7248 38.7899C50.8445 39.0766 50.7092 39.4061 50.4226 39.5258C50.1359 39.6456 49.8065 39.5103 49.6867 39.2236C49.5024 38.7825 49.2076 38.3818 48.8141 38.0145C48.587 37.8025 48.5748 37.4466 48.7868 37.2195Z\"\n fill=\"black\"\n />\n <path\n d=\"M50.4574 41.022C50.758 41.1002 50.9383 41.4074 50.8601 41.708C50.7839 42.0004 50.6831 42.3009 50.557 42.6098C50.4395 42.8974 50.1111 43.0353 49.8235 42.9178C49.5359 42.8003 49.398 42.4719 49.5155 42.1843C49.6245 41.9176 49.7089 41.6646 49.7713 41.4246C49.8496 41.124 50.1567 40.9437 50.4574 41.022Z\"\n fill=\"black\"\n />\n <path\n d=\"M40.6037 34.3914C40.6694 34.0878 40.9689 33.8949 41.2725 33.9607C41.8145 34.0781 42.3923 34.2043 42.9829 34.3447C43.2851 34.4165 43.4719 34.7197 43.4001 35.022C43.3283 35.3242 43.025 35.511 42.7228 35.4392C42.1441 35.3016 41.576 35.1775 41.0343 35.0602C40.7307 34.9944 40.5379 34.695 40.6037 34.3914Z\"\n fill=\"black\"\n />\n <path\n d=\"M36.4738 32.7257C36.657 32.4749 37.0089 32.42 37.2598 32.6032L38.7681 33.3676C39.0657 33.4567 39.2347 33.7702 39.1456 34.0678C39.0565 34.3654 38.743 34.5345 38.4454 34.4454L37.5366 34.097C37.0778 33.9094 36.1263 33.3676 36.4738 32.7257Z\"\n fill=\"black\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M34.373 28.199C34.6824 28.1703 34.9564 28.3978 34.9851 28.7071C35.0412 29.3112 35.1984 29.8862 35.4442 30.4191L44.8668 27.5587C44.9204 27.5424 44.9754 27.5344 45.0302 27.5344C45.0849 27.5344 45.1399 27.5424 45.1936 27.5587L73.0373 36.0112C73.062 36.0187 73.0859 36.0278 73.1087 36.0382C73.2342 36.0941 73.3392 36.1958 73.397 36.3308L81.015 54.1385C81.0771 54.2838 81.0753 54.4485 81.01 54.5924C80.9446 54.7362 80.8218 54.846 80.6715 54.8948L73.6021 57.1899V71.4139C73.6021 71.6546 73.449 71.8686 73.2212 71.9463L45.2599 81.4828C45.1308 81.5406 44.9831 81.5482 44.8467 81.5012L17.003 71.9006C16.7761 71.8224 16.6239 71.6088 16.6239 71.3688V57.2437L9.3888 54.8948C9.23852 54.846 9.11569 54.7362 9.05035 54.5924C8.98501 54.4485 8.98319 54.2838 9.04533 54.1385L16.6633 36.3308C16.7211 36.1957 16.8262 36.0941 16.9518 36.0382C16.9746 36.0277 16.9983 36.0187 17.023 36.0112L34.3593 30.7484C34.0969 30.1411 33.928 29.4905 33.8649 28.8111C33.8362 28.5018 34.0637 28.2277 34.373 28.199ZM45.5927 36.2577C45.9997 36.4014 46.3931 36.5564 46.7661 36.7249C47.0493 36.8528 47.3824 36.727 47.5103 36.4439C47.6382 36.1608 47.5124 35.8276 47.2293 35.6997C46.7059 35.4633 46.1543 35.2549 45.5927 35.0689V28.8555L70.9768 36.5614L45.5927 44.5514V36.2577ZM44.4676 48.1024V80.1805L17.7489 70.9678V57.6089L37.2385 63.9364C37.5164 64.0267 37.8171 63.8891 37.9306 63.6198L44.4676 48.1024ZM44.2693 45.6752L17.4973 37.2415L10.3218 54.0149L37.0944 62.7068L44.2693 45.6752ZM19.0858 36.5607L44.4676 44.5514V28.8555L19.0858 36.5607ZM45.5926 80.1807V48.1021L52.1298 63.6198C52.2432 63.8891 52.5439 64.0267 52.8218 63.9364L72.4771 57.5552V71.0114L45.5926 80.1807ZM79.7385 54.0149L72.563 37.2415L45.7884 45.6692L52.9659 62.7068L79.7385 54.0149Z\"\n fill=\"black\"\n />\n <path\n d=\"M35.9555 23.6956C36.2103 23.8733 36.2728 24.2239 36.0951 24.4788C35.7299 25.0025 35.4232 25.5256 35.192 26.0782C35.0721 26.3648 34.7426 26.4999 34.456 26.38C34.1694 26.26 34.0343 25.9305 34.1542 25.6439C34.4246 24.9978 34.7757 24.404 35.1724 23.8352C35.3501 23.5804 35.7007 23.5179 35.9555 23.6956Z\"\n fill=\"black\"\n />\n </svg>\n );\n};\n\nexport default EmptyBoxBeeSmall;\n","import React from 'react';\n\nimport classNames from 'classnames';\n\nimport { AnalyticsId } from '../../constants';\nimport Title, { TitleTags } from '../Title';\nimport EmptyBoxBeeMedium from './EmptyBoxBeeMedium';\nimport EmptyBoxBeeSmall from './EmptyBoxBeeSmall';\nimport { Breakpoint, useBreakpoint } from '../../hooks/useBreakpoint';\nimport Icon from '../Icon';\nimport EmptyBox from '../Icons/EmptyBox';\nimport { IllustrationColor } from '../Illustration';\n\nimport styles from './styles.module.scss';\n\nexport type EmptyStateType = 'dashed' | 'blank';\nexport type EmptyStateSize = 'normal' | 'compact';\n\nexport enum EmptyStateOnColor {\n onwhite = 'onwhite',\n onblueberry = 'onblueberry',\n oncherry = 'oncherry',\n}\n\nexport interface EmptyStateIllustrationProps {\n color: IllustrationColor;\n svgProperties?: React.SVGProps<SVGSVGElement>;\n}\n\nexport interface EmptyStateProps {\n /** Additional text rendered under the title. */\n additionalText?: React.ReactNode;\n /** Color of the illustration */\n onColor?: EmptyStateOnColor;\n /** Normal or compact size */\n size?: EmptyStateSize;\n /** The main message in the component */\n title: React.ReactNode;\n /** Markup props for title. Default: h2 */\n titleHtmlMarkup?: TitleTags;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Styling of the border */\n type?: EmptyStateType;\n}\n\nconst EmptyState: React.FC<EmptyStateProps> = props => {\n const { onColor = 'neutral', titleHtmlMarkup, testId, type = 'dashed', size = 'normal', title, additionalText } = props;\n const classes = classNames(styles.emptystate, {\n [styles['emptystate--dashed']]: type === 'dashed',\n [styles['emptystate--blank']]: type === 'blank',\n [styles['emptystate--compact']]: size === 'compact',\n });\n const breakpoint = useBreakpoint();\n let color: IllustrationColor;\n switch (onColor) {\n case 'onblueberry':\n color = 'blueberry';\n break;\n case 'oncherry':\n color = 'cherry';\n break;\n case 'onwhite':\n default:\n color = 'neutral';\n break;\n }\n\n let illustrationComponent;\n if (size === 'compact') {\n illustrationComponent = <Icon color={'neutral'} svgIcon={EmptyBox} />;\n } else if (breakpoint <= Breakpoint.sm) {\n illustrationComponent = (\n <EmptyBoxBeeSmall color={color} svgProperties={{ 'aria-hidden': 'true', role: 'presentation', focusable: 'false' }} />\n );\n } else {\n illustrationComponent = (\n <EmptyBoxBeeMedium color={color} svgProperties={{ 'aria-hidden': 'true', role: 'presentation', focusable: 'false' }} />\n );\n }\n\n return (\n <div className={classes} data-testid={testId} data-analyticsid={AnalyticsId.EmptyState}>\n <div className={styles['emptystate__illustration']}>{illustrationComponent}</div>\n <div className={styles['emptystate__text']}>\n {size == 'normal' ? (\n <Title appearance={breakpoint < Breakpoint.md ? 'title4' : 'title3'} htmlMarkup={titleHtmlMarkup || 'h2'}>\n {title}\n </Title>\n ) : (\n <span>{title}</span>\n )}\n {size == 'normal' && additionalText && <span className={styles['emptystate__additional-text']}>{additionalText}</span>}\n </div>\n </div>\n );\n};\n\nexport default EmptyState;\n","import EmptyState from './EmptyState';\nexport * from './EmptyState';\nexport default EmptyState;\n"],"mappings":";;;;;;;;;;;AAIA,IAAMA,qBAA4D,EAAE,OAAO,oBAAoB;CAC7F,MAAM,iBAAiB;AACrB,UAAQ,OAAR;GACE,KAAK,YACH,QAAO;IACL,OAAO;IACP,MAAM;IACP;GACH,KAAK,SACH,QAAO;IACL,OAAO;IACP,MAAM;IACP;GACH,QACE,QAAO;IACL,OAAO;IACP,MAAM;IACP;;KAEH;AAEJ,QACE,qBAAC,OAAA;EAAI,OAAM;EAAM,QAAO;EAAM,SAAQ;EAAc,GAAI;;GACtD,oBAAC,QAAA;IAAK,GAAE;IAAmE,MAAM,QAAQ;KAAQ;GACjG,oBAAC,QAAA;IAAK,GAAE;IAAoF,MAAM,QAAQ;KAAS;GACnH,oBAAC,QAAA;IAAK,GAAE;IAA2C,MAAM,QAAQ;KAAQ;GACzE,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;;GACE;;AAIV,IAAA,4BAAe;AC1Ff,IAAMC,oBAA2D,EAAE,OAAO,oBAAoB;CAC5F,MAAM,iBAAiB;AACrB,UAAQ,OAAR;GACE,KAAK,YACH,QAAO;IACL,OAAO;IACP,MAAM;IACP;GACH,KAAK,SACH,QAAO;IACL,OAAO;IACP,MAAM;IACP;GACH,QACE,QAAO;IACL,OAAO;IACP,MAAM;IACP;;KAEH;AAEJ,QACE,qBAAC,OAAA;EAAI,OAAM;EAAK,QAAO;EAAK,SAAQ;EAAY,GAAI;;GAClD,oBAAC,QAAA;IAAK,GAAE;IAAmE,MAAM,QAAQ;KAAQ;GACjG,oBAAC,QAAA;IAAK,GAAE;IAAiF,MAAM,QAAQ;KAAS;GAChH,oBAAC,QAAA;IAAK,GAAE;IAA0C,MAAM,QAAQ;KAAQ;GACxE,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,UAAS;IACT,UAAS;IACT,GAAE;IACF,MAAK;KACL;GACF,oBAAC,QAAA;IACC,GAAE;IACF,MAAK;KACL;;GACE;;AAIV,IAAA,2BAAe;AC5Ef,IAAY,oBAAA,yBAAA,qBAAL;AACL,qBAAA,aAAA;AACA,qBAAA,iBAAA;AACA,qBAAA,cAAA;;;AAyBF,IAAMC,cAAwC,UAAS;CACrD,MAAM,EAAE,UAAU,WAAW,iBAAiB,QAAQ,OAAO,UAAU,OAAO,UAAU,OAAO,mBAAmB;CAClH,MAAM,UAAU,WAAW,OAAO,YAAY;GAC3C,OAAO,wBAAwB,SAAS;GACxC,OAAO,uBAAuB,SAAS;GACvC,OAAO,yBAAyB,SAAS;EAC3C,CAAC;CACF,MAAM,aAAa,eAAe;CAClC,IAAIC;AACJ,SAAQ,SAAR;EACE,KAAK;AACH,WAAQ;AACR;EACF,KAAK;AACH,WAAQ;AACR;EACF,KAAK;EACL;AACE,WAAQ;AACR;;CAGJ,IAAI;AACJ,KAAI,SAAS,UACX,yBAAwB,oBAAC,cAAA;EAAK,OAAO;EAAW,SAAS;GAAY;UAC5D,cAAc,WAAW,GAClC,yBACE,oBAAC,0BAAA;EAAwB;EAAO,eAAe;GAAE,eAAe;GAAQ,MAAM;GAAgB,WAAW;GAAS;GAAI;KAGxH,yBACE,oBAAC,2BAAA;EAAyB;EAAO,eAAe;GAAE,eAAe;GAAQ,MAAM;GAAgB,WAAW;GAAS;GAAI;AAI3H,QACE,qBAAC,OAAA;EAAI,WAAW;EAAS,eAAa;EAAQ,oBAAkB,YAAY;aAC1E,oBAAC,OAAA;GAAI,WAAW,OAAO;aAA8B;IAA4B,EACjF,qBAAC,OAAA;GAAI,WAAW,OAAO;cACpB,QAAQ,WACP,oBAAC,eAAA;IAAM,YAAY,aAAa,WAAW,KAAK,WAAW;IAAU,YAAY,mBAAmB;cACjG;KACK,GAER,oBAAC,QAAA,EAAA,UAAM,OAAA,CAAa,EAErB,QAAQ,YAAY,kBAAkB,oBAAC,QAAA;IAAK,WAAW,OAAO;cAAiC;KAAsB,CAAA;IAClH,CAAA;GACF;;AC5FV,IAAA,qBDgGe"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import "../../environment.js";
|
|
2
|
+
import "../../constants2.js";
|
|
3
|
+
import "../../usePseudoClasses.js";
|
|
4
|
+
import "../../grid.js";
|
|
5
|
+
import "../../palette.js";
|
|
6
|
+
import "../../spacers.js";
|
|
7
|
+
import "../../theme.js";
|
|
8
|
+
import "../../color.js";
|
|
9
|
+
import "../../Icon.js";
|
|
10
|
+
import "../../_rolldown_dynamic_import_helper.js";
|
|
11
|
+
import "../../useIsServerSide.js";
|
|
12
|
+
import "../../LazyIcon.js";
|
|
13
|
+
import "../../component.js";
|
|
14
|
+
import "../../useIcons.js";
|
|
15
|
+
import "../../useBreakpoint.js";
|
|
16
|
+
import "../../useIsMobileBreakpoint.js";
|
|
17
|
+
import "../../ArrowRight.js";
|
|
18
|
+
import "../../Button.js";
|
|
19
|
+
import "../../debounce.js";
|
|
20
|
+
import "../../usePrevious.js";
|
|
21
|
+
import "../../useSize.js";
|
|
22
|
+
import "../../ChevronDown.js";
|
|
23
|
+
import "../../ChevronUp.js";
|
|
24
|
+
import "../../useExpand.js";
|
|
25
|
+
import { n as ExpanderSize, t as Expander_default } from "../../Expander.js";
|
|
26
|
+
export { ExpanderSize, Expander_default as default };
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { a as IconSize, n as AnalyticsId } from "../../constants2.js";
|
|
2
|
+
import { t as usePseudoClasses } from "../../usePseudoClasses.js";
|
|
3
|
+
import { t as Icon_default } from "../../Icon.js";
|
|
4
|
+
import { t as isComponent } from "../../component.js";
|
|
5
|
+
import "../../usePrevious.js";
|
|
6
|
+
import { t as ChevronDown_default } from "../../ChevronDown.js";
|
|
7
|
+
import { t as ChevronUp_default } from "../../ChevronUp.js";
|
|
8
|
+
import { t as useExpand } from "../../useExpand.js";
|
|
9
|
+
import React from "react";
|
|
10
|
+
import classNames from "classnames";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
import styles from "./expander.module.scss";
|
|
13
|
+
import styles$1 from "./styles.module.scss";
|
|
14
|
+
var ExpanderButton = ({ htmlMarkup = "h2", level = 1, print, expanded, onExpand, children, testId }) => {
|
|
15
|
+
const { refObject, isHovered } = usePseudoClasses();
|
|
16
|
+
const [isExpanded, setIsExpanded] = useExpand(expanded, onExpand);
|
|
17
|
+
const handleClick = () => {
|
|
18
|
+
setIsExpanded(!isExpanded);
|
|
19
|
+
};
|
|
20
|
+
const CustomTag = htmlMarkup;
|
|
21
|
+
const buttonClasses = classNames(styles.expander__button, level > 1 && styles[`expander__button--2-and-lower`], print && styles["expander__button--print"]);
|
|
22
|
+
const titleClasses = classNames(styles.expander__title, (level === 1 || level === 2 || level === 3) && styles[`expander__title--${level}`], level > 3 && styles[`expander__title--4-and-lower`], isExpanded && styles["expander__title--expanded"], print && styles["expander__title--print"]);
|
|
23
|
+
const iconClasses = classNames(styles.expander__icon, level > 1 && styles[`expander__icon--2-and-lower`], level > 2 && styles[`expander__icon--3-and-lower`]);
|
|
24
|
+
return /* @__PURE__ */ jsx(CustomTag, {
|
|
25
|
+
className: titleClasses,
|
|
26
|
+
children: /* @__PURE__ */ jsxs("button", {
|
|
27
|
+
type: "button",
|
|
28
|
+
onClick: handleClick,
|
|
29
|
+
className: buttonClasses,
|
|
30
|
+
"aria-expanded": isExpanded,
|
|
31
|
+
ref: refObject,
|
|
32
|
+
"data-testid": testId,
|
|
33
|
+
"data-analyticsid": AnalyticsId.ExpanderHierarchyExpander,
|
|
34
|
+
children: [children, /* @__PURE__ */ jsx(Icon_default, {
|
|
35
|
+
svgIcon: isExpanded ? ChevronUp_default : ChevronDown_default,
|
|
36
|
+
isHovered,
|
|
37
|
+
className: iconClasses,
|
|
38
|
+
size: IconSize.XSmall
|
|
39
|
+
})]
|
|
40
|
+
})
|
|
41
|
+
});
|
|
42
|
+
};
|
|
43
|
+
var ExpanderButton_default = ExpanderButton;
|
|
44
|
+
const getHeadingTag = (htmlMarkup) => {
|
|
45
|
+
switch (htmlMarkup) {
|
|
46
|
+
case "h2": return "h3";
|
|
47
|
+
case "h3": return "h4";
|
|
48
|
+
case "h4": return "h5";
|
|
49
|
+
case "h5": return "h6";
|
|
50
|
+
case "h6": return "h6";
|
|
51
|
+
default: return "h2";
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
var Expander = ({ title, htmlMarkup = "h2", level = 1, print, expanded = false, onExpand, children, testId, className }) => {
|
|
55
|
+
const contentClasses = classNames(styles.expander__content, (level === 1 || level === 2) && styles[`expander__content--${level}`], level > 2 && styles[`expander__content--3-and-lower`]);
|
|
56
|
+
return /* @__PURE__ */ jsxs("li", {
|
|
57
|
+
className: classNames(styles.expander, className),
|
|
58
|
+
children: [/* @__PURE__ */ jsx(ExpanderButton_default, {
|
|
59
|
+
htmlMarkup,
|
|
60
|
+
level,
|
|
61
|
+
print,
|
|
62
|
+
expanded,
|
|
63
|
+
onExpand,
|
|
64
|
+
testId,
|
|
65
|
+
children: title
|
|
66
|
+
}), /* @__PURE__ */ jsx("div", {
|
|
67
|
+
className: contentClasses,
|
|
68
|
+
children: React.Children.map(children, (child) => isComponent(child, ExpanderHierarchy_default$1) ? React.cloneElement(child, {
|
|
69
|
+
htmlMarkup: getHeadingTag(htmlMarkup),
|
|
70
|
+
level: level + 1,
|
|
71
|
+
print
|
|
72
|
+
}) : child)
|
|
73
|
+
})]
|
|
74
|
+
});
|
|
75
|
+
};
|
|
76
|
+
var Expander_default = Expander;
|
|
77
|
+
var ExpanderHierarchy = ({ htmlMarkup = "h2", level = 1, print, children, testId }) => {
|
|
78
|
+
return /* @__PURE__ */ jsx("ul", {
|
|
79
|
+
className: classNames(styles$1.expanderhierarchy, level === 2 && styles$1[`expanderhierarchy--${level}`], level > 2 && styles$1[`expanderhierarchy--3-and-lower`]),
|
|
80
|
+
"data-testid": testId,
|
|
81
|
+
"data-analyticsid": AnalyticsId.ExpanderHierarchy,
|
|
82
|
+
children: React.Children.map(children, (child) => isComponent(child, Expander_default) ? React.cloneElement(child, {
|
|
83
|
+
htmlMarkup,
|
|
84
|
+
level,
|
|
85
|
+
print
|
|
86
|
+
}) : child)
|
|
87
|
+
});
|
|
88
|
+
};
|
|
89
|
+
ExpanderHierarchy.Expander = Expander_default;
|
|
90
|
+
var ExpanderHierarchy_default$1 = ExpanderHierarchy;
|
|
91
|
+
var ExpanderHierarchy_default = ExpanderHierarchy_default$1;
|
|
92
|
+
export { ExpanderHierarchy_default as default };
|
|
93
|
+
|
|
94
|
+
//# sourceMappingURL=index.js.map
|